/* Shop module */

.title h1 {
	color: #6cb7b1;
}

.title a {
	font-weight: bold;
	text-decoration: none;
	underline: none;
}


.shop_categoriesselector_module {
	display:block;
	color: #6cb7b1;
}
.shop_categoriesselector_module form {
	margin:0;
	padding:0;
}
.shop_categoriesselector_module select {
	width:170px;
}

.shop_categories_module {
	display:block;
}
.shop_categories_module ul {
	display:block;
	margin:0;
	padding:0;
}
.shop_categories_module ul li {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
.shop_categories_module ul li a {
	display:block;
}
.shop_categories_module ul li a:hover {
	text-decoration:none;
	color:#333;
}
.shop_categories_module ul li a .name {
	display:block;
	float:left;
}
.shop_categories_module ul li a .amount {
	display:block;
	float:right;
}

.store_module {
	display:block;
	padding:0;
	margin:0;
	float:left;
}
.store_module .listing {
	display:block;
	margin-left:20px;
	margin-right:20px;
}
.store_module .page_stats {
	display:block;
	clear:both;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}
.store_module .tax {
	display:block;
	clear:both;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}

.store_module .listing div.article {
	display:block;
	float:left;
	overflow:hidden;
	width:170px;
	height:275px;
	padding:0px !important;
	margin:0px !important;
	margin-right:10px !important;
	margin-bottom:10px !important;
	padding:0px !important;
	border:1px solid #6cb7b1;
}
.store_module .articledata {
	padding:5px !important;
}
.store_module .listing div.article div.thumb {
	display:block;
	margin-bottom:10px;
	margin-left:20px;
	width: 100px;
	height: 150px;
}
.store_module .listing div.article div.title {
	display:block;
	font-size:12px;
	line-height:normal;
	margin:0;
	padding:0;
	height:50px;
}
.store_module div.article div.title .item_ref {
	display:none;
}
.store_module div.article .info {
	display:none;
}
.store_module div.item_details .info {
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}
.store_module .listing div.article .more_info {
	display:block;
}
.store_module div.article .prices {
	display:block;
}
.store_module div.article .price_line {
	display:block;
	font-size:10px;
	padding: 2px;
	clear:both;
}
.store_module div.article .price_line span {
	display:inline;
	float: left;
}
span.price {
	margin-left: 15px;
	float: left;
	width: 80px;
}
span.articlenamecontainer {
	width: 320px;
}
.store_module div.article .price_line span.ref {
	display:none;
}
.store_module div.article .price_line span.article {
	display:block;
}
.store_module div.article .price_line span.sold_out {
	display:none;
}
.store_module div.article .price_line div.price {
	float:left;
	display:block;
}
.store_module div.article .price_line span.price {
	display:block;
	font-weight:bold;
	text-align:right;
	width: 80px;
}
.store_module div.article .price_line span.price20pxfont {
	display:block;
	font-weight:bold;
	text-align:right;
	font-size:20px;
	width:140px;
}
.store_module div.article .price_line span.price16pxfont {
	display:block;
	font-weight:bold;
	text-align:right;
	font-size:16px;
	width:140px;
}
.store_module div.article .price_line .ui {
	display:block;
	float:right;
	margin:0px;
}
.store_module .spec_group_menus,
.store_module .listing_header {
	display:none !important;
}

.store_module .item_details {
	display:block;
	width:600px;
}
.store_module .item_details div.article {
	display:block;
}
.store_module .item_details div.preview {
	float:left;
	display:block;
	border:0px solid #6cb7b1;
	margin-right:20px;
}
.store_module .item_details div.price_line {
	display:block;
}
.store_module  .thumb .no_image {
	display: block;
	width: 100px;
	height: 150px;
	
}
.minicart {
	font-size: 10px;
}

.store_module .specs {
	display: none;
}
.shopcontainer {
	display:block;
	width:610px;

}
.store_module .manufacturerlogo {
	width:170px;
	height:25px;
	overflow:hidden;
	border-bottom:1px solid #6cb7b1;
}
.store_module .manufacturer {
	display:none;
}
.relatedarticlespacer {
	clear:both;
	border-bottom:1px solid #999;
	padding-top:20px;
	margin-bottom:20px;
	height: 1px;
	width:600px;
}
.relatedarticlecontainer .article {
	float:left;
	display:block;
	overflow:hidden;
	width:170px;
	height:275px;
	padding:0px !important;
	margin:0px !important;
	margin-right:30px !important;
	margin-bottom:10px !important;
	padding:0px !important;
	border:1px solid #6cb7b1;
}
.relatedarticlecontainer .article .thumb {
	display:block;
	margin-bottom:10px;
	margin-left:30px;
}
.relatedarticlecontainer .article .prices {
	display:block;
	margin-left:5px;
}
.leukcombineren {
	font-size: 10pt;
	padding-bottom:10px;
}
.store_module .item_details .manufacturerlogo {
	height:25px;
	background-color:#85c240;
	display:block;
}
.otherimage {
	margin: 5px;
	cursor: pointer
}
.sold_out2 {
	color:red;
	font-size:12px;
	font-weight:bolder;
}