/*
	WEBSHOP.CSS
*/

div.errortitle {
	color:red;
	font-weight:bolder;
	font-size:14pt;
}

div.errormessage {
	color:red;
	font-weight:bold;
	font-size:11pt;
}

div.productlist {
	width:648px;
	margin-left:10px;
	height:130px;
	/*
	margin-top:10px;
	*/
}
	div.productlistimage {
		width: 100px;
		height:100px;
		margin:0px 10px 10px 0px;
		left:0px;
		top:0px;
		float:left;
		border:none;
	}
	
	div.productlistright {
		width: 528px;
		height:100px;
		float: right;
	}
		
		div.productlisttopleft {
			text-align:left;
			float:left;
			top:0px;
			height:20px;
			width:378px;
			margin-bottom:10px;
		}
		
		div.productlisttopright {
			text-align:right;
			width:150px;
			height:20px;
			right:0px;
			top:0px;
			margin-bottom:10px;
			float:right;	
		}
		
		div.productlistbottom {
			float:right;
			bottom:0px;
			right:0px;
		}

div.productdetails {
	width:648px;
	margin-left:10px;
	margin-top:10px;
}

	div.productimage {
		float:left;
	}
	
	div.productright {
		width:310px;
		float:left;
	}

img {
	border:none;
}

ul.submenu {
	list-style-type: none;
	list-style-image: url(/img/empty.gif);
	list-style-position: inside;
	margin-left: 0px;
	padding:0px;
}

li.submenu {
	padding:0px;
	margin:0px;
}
