/* WEBSHOP */

#webshopMenu
{
	width:240px;
	height:400px;
	border-right:1px solid #605b5f;
	margin-top:5px;
	float:left;
}
#webshopMenu ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;	
}
.brandName
{
	padding-left:5px;
	padding-bottom:10px;
	font-weight:bold;

}
	.brandName a
	{
			color: #605b5f;
			text-decoration:none;
		border-bottom:1px solid #eee;
		display:block;
		padding-top:10px;
	}
	.brandName a:hover
	{
			color: #f9af56;
	}
.categoryName
{
	margin-left:5px;
	padding-top:3px;
	font-weight:normal;
}
	.categoryName a
	{
			color: #605b5f;
			text-decoration:none;
	}
	.categoryName a:hover
	{
			color: #f9af56;
	}

#webshopProducts
{
	float:left;
	border-top:10px solid #fff;
	width:580px;
	overflow:hidden;
}
#webshopProducts2
{
	width:580px;
}
.webshopProduct
{
	width:180px;
	height:180px;
	border:1px solid #605b5f;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	background:#f9f9f9;
}
.webshopProductImage
{
	text-align:center;	
	width:180px;
	height:130px;
	overflow:hidden;
	margin-top:10px;
}
.webshopProductImage img
{
	border: none;
}
.webshopProductTitle
{
	text-align:center;	
}
.webshopProductPrice
{
	text-align:center;		
}

.webshopProductLarge
{
	width:560px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.webshopProductImageLarge
{
	text-align:center;	
	width:180px;
	height:130px;
	overflow:hidden;
	margin-top:10px;
}
.webshopProductImageLarge img
{
	border: none;
}
.webshopProductTitleLarge
{
	border-bottom: #999 solid 1px;
	padding: 5px;
}
.webshopProductPriceLarge
{
	width: 100px;
	float: right;
	text-align: right;
}
	
div.nextprevious {
	width: 100%; 
	text-align: center;
	margin-bottom: 5px;
	clear: both;
}

div.nextprevious a {
	color: #333;
	font-size:10px;
	text-decoration:none;

}

div#shoppingItems {
	border-top: #CCC solid 1px;
	padding: 5px;
}

div.webshopLargeImage img {
	border: none;
}

div.webshopLargeImage {
	width: 270px;
	margin: 0 0 2px 0;
}

div.webshopSmallImage img {
	border: none;	
}

div.webshopSmallImage {

	float: left;
	width: 90px;
}

div#webshopProductContent {
	width: 45%;
	float: left;
	padding: 5px;
}

div#webshopImageHolder {
	width: 270px;
	float: right;
	padding: 5px 0 0px 5px;
	margin: 0 5px 0 0;
}

div#webshopOptionHolder {
	clear: both;
	border-top: #999 solid 1px;
	padding: 5px;
}

div#webshopOptionHolder form {
	padding: 0;
	margin: 0;
}