/* Css webshop */

/* Heading styles
------------------------------------------------------------*/

#content h2 {/* reset */
	margin:0; padding:0;
}

#content .category, #content .information {
	color: #3f3f3f;
	font-size:14px;
	margin:0 0 5px 0;
}
#content .category {
	font-family: Arial, Helvetica, sans-serif;
}

#content .category a {
	font-size:14px;
	color: #3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:underline;
}

#content .category a:hover{
	text-decoration:underline;
	color:blue;
}

#content .information {
	padding-top:5px;
	margin:5px 0 10px 0;
	font-size:15px;	
}

#content .title {
	margin:0;padding:0;
	font-size:13px;
	position:relative;
	text-align:left;
	color: #0F0546;
	font-family: verdana, 'Trebuchet MS';
}

#conwrap .small {
	font-size:9px;
	line-height:13px;
	font-weight:normal;
}

p.subtitle {
	padding:0;margin-bottom:20px;
	color:#000;
	position:relative;
	font-size:10px;
	text-transform:capitalize;
}

#rightbar {
	font-size:8.5pt;
	font-family: 'arial', verdana;
}

/* Menu
------------------------------------------------------------*/

ul.top-nav {
	margin:0:padding:0;
	list-style:none;
	float:right;
}

.top-nav li { 
	float: left;
	margin-left:15px;
}

/* Featured
------------------------------------------------------------*/

.featured {
	background:transparent url('http://media.marrinkmedia.nl/img/front_corners-gradient-wsp.png') no-repeat scroll 0 0;
	margin:0 0 20px;
	min-height:100px;
	padding:5px 0 0 10px;
	position:relative;
	overflow:hidden;
	display:block;
	width:480px;
}
.f-col {
	width:112px;
	
	float:left;
	text-align:center;
	margin-right:5px;
	margin-bottom:15px;
}

.featured-title {
	padding:5px 0 15px 0;
}

.featured-image {
	position:relative;
	width:90px;
	cursor: pointer;
	padding:0;margin:0;
	float:left; /* force left ie7 */
}

.price-block, .price-overlay {
	cursor: pointer; 
	cursor: hand;
	position:absolute;
	left:1px;
	width:90px; 
	
}
.price-block {
	top:92px;
	height:19px; 

	background:black;
	padding-top:5px; 
	opacity:.5; 
	filter: alpha(opacity = 50);
}
.price-overlay {
	top:97px; 
	font-weight:bold;
	color:white;
	text-align: center;
}
.featured-info {
	height:24px;
	overflow:hidden;

	position:relative; /* force overflow hidden in IE6/7 */
}

/* Category overzicht
------------------------------------------------------------*/

.cat-item {
	border:1px solid #ccc;
	height: 140px;
	overflow:hidden;
}
.cat-title {
	width:112px;
	height:30px;
	overflow:hidden;
}

/* Shopping Trolley
------------------------------------------------------------*/

#shopping-options a {

}
.shopping-trolley {
	margin:0;padding:0;
	list-style:none;
	list-style-position:inside;
	text-align:left;
}

ul.shopping-trolley {
	width: 160px;
	margin:0;
	list-style-position:outside;
	list-style:none;
}

.shopping-trolley li span {
	margin:5px 0 3px 0;
	padding:5px 0 4px 18px;
	line-height:14px;
	color:#000;
	display:block;
	background:#A4C6EF url('/img/pijltje.png') no-repeat 7px 7px;
	font-family:'Arial',verdana;
}

#rightbar .shopping-trolley li span a {
	color:#000;
	font-weight: normal;
	font-family: 'Arial',verdana;
	font-size:8.5pt !important;
}

#rightbar .shopping-trolley li span a:hover {
	text-decoration: underline;
}

.shopping-trolley li ul {
	background: #EEEEEE;
	list-style-position:outside;
	list-style:none;
	margin:0; 
	padding:0;
	margin-top:5px;
	margin-bottom: 15px;
}
.shopping-trolley li ul li {
	padding:5px 0 3px 5px;
	border-bottom: 1px solid #eee 
}

#rightbar ul.shopping-trolley li ul li a {
    font-size:8pt;
    font-weight:normal
}
#rightbar ul.shopping-trolley li ul li a:hover {
    text-decoration: underline;
}
.total-price, .place-order {
	border:0 !important;
	line-height:15px;
	background: #CCCCCC;
	display:block;
	border-top:5px solid #fff !important;
	font-weight: bold;
}

.place-order {
	background: #275E9F;
}
.total-price {
	font-size: 9pt;
}

#rightbar .place-order a {
	color:#fff;
	font-weight: bold !important;	
}

/* Overal
------------------------------------------------------------*/
.pagination {
	margin:0 0 10px 0;
	padding:20px 0 10px 15px;
}

.sorter {
	position:absolute;
	right:15px;
	top:19px;
}

#productlist .sorter a{
	font-weight:normal;
}
.product {
	position:relative;
	border-bottom:1px solid #BFBFBF;
	float:left;
	padding:5px 0 5px;
	margin-bottom:5px;	
	display:block;
	width:100%;	
}

.product a {
	color:#0000ff; 
	text-decoration:underline;
}

.pruduct a:hover {
}

/* product Lists
------------------------------------------------------------*/

#productlist {
	margin:0;padding:0;
	background: url('http://media.marrinkmedia.nl/img/productlist_corner-gradient_wsp.png') no-repeat;
	width:100%;
	min-height:100px;
	position:relative;

	margin-bottom:10px;
}
#productlist strong {
	color:#000;
}
#productlist p, #product p {
	margin:0 0 10px 0;
	padding:0;
}

#productlist img, #product img {
	float:left;
}

#content .product a {
	font-size:inherit;
	font-weight:normal;
	text-decoration:underline;
}

#content .product a:hover {
	color:#000;
}

.product-info {
	float:left;
	margin-left:5px;
}

/* title */
#productlist .title {
	width:320px;
}

#product .title {
	width:290px;
}

#productlist .subtitle {
	width:320px;
}

#product .subtitle {
	width:290px;
}

#productlist .product-info {
	width:370px;	
}

#product .product-info {
	width:340px;
}

/* Product images */ 
.product-image-small, .product-image-med {
	float:left;
	
}
.product-image-small img, .product-image-med img {
	border:1px solid #eee !important;
	float:left;
}
.product-image-small{
	background: url('http://media.marrinkmedia.nl/img/product_img_small.png') no-repeat;
	width:100px;
	height:123px;
}
.product-image-med {
	background: url('http://media.marrinkmedia.nl/img/product_img_med.png') no-repeat;
	width:114px;
	height:145px;
}

.price {
	font-weight:bold;
	color:#000;
	font-size:12px;
	position:absolute;
	top:0;
	right:-50px;
}

.discount {
	position:absolute;
	top:0;
	right:-50px;
	color:red; 
	text-decoration:line-through
}

.light {
	font-weight:normal;
	color: #666666;
}

.product-options {
	padding:5px 0;
}

a.product-options {
	cursor:pointer;
	position:relative;
}

.product-options span {
	cursor:pointer;
	position:absolute;
	right:10px;
}

/* winkelwagentje knop */
.product-add {
	position: absolute;
	bottom: 10px;
	right:0px;
}


/* Left Bar
------------------------------------------------------------*/


/* (single) Product Page
------------------------------------------------------------*/

.product-wrap {
	position:relative;	
	overflow:hidden;
	margin:0;
	padding:0; overflow:hidden; 
	display:block; 
	width:460px;
}

#product {
	background:url('http://media.marrinkmedia.nl/img/product-corner_no-gradient_wsp.png') 0 0 no-repeat;
	padding:10px 20px 0 10px;
}

.details-list {
	list-style:none;
	margin:0;
	padding:0;
	font-size:10px;
}

#information {
	background:url('http://media.marrinkmedia.nl/img/line_gradient.png') 0 0 no-repeat; clear:both;
}

.product-backlink {
	text-align:right;
}

.product-backlink a {
	color:black; 
	text-decoration: underline !important;
	font-weight:bold;
}

/* order-form
------------------------------------------------------------*/
#order-form {
	margin:0;padding:0;
	width:100%;
}

.order-input {
	margin:2px 0 10px 0;
	display:block;
	clear:both;
	width:100%;
	width:470px;
}
.order-input label {
	color:#000000;
	float:left;
	margin-right:30px;
	text-align:left;
	width:120px;
}

.order-input input, .order-input select {
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

.order-input input {
	width:210px;
}

.order-input label input {
    width: auto;
}

.order-input li { list-style: none;  }

#order-wrap {
	padding: 10px 15px 0 8px;
}

.order-continue {
	clear:both;
	padding-top:20px;
	display:block;
	position:relative;
	width:420px
}
/* Order Table*/
#table-order {
	
	text-align:left;
}

#table-order td, #table-order th {
	height:35px;
}
#table-order td {
	border-bottom:1px solid #CCC;
}
#table-order a {
	font-weight:normal;
	color:blue;
}

#table-order th {
	font-weight: bold;
	color:#000;
	font-size:12px;
}

.total-shipping {
	margin-top:30px;
	text-align:right;
	background:#EFF6FF url('/img/ideal_tnt.png') no-repeat 4px 4px;
	border:1px solid #DFEEFF;
	overflow:hidden;
	width:100%;
	clear:both;
}

.price-rule {
	padding:5px 10px 5px 0;
	width:240px;
	float:right;
	border-bottom:1px solid #CFE5FF;
	margin-bottom:5px;
}

.rule-text {
	float:left;
	width:155px;
	text-align:left;
}
.rule-price {
	float:left;
	text-align:right;
	font-weight:bold;
}
.payment_method {
	background: #fff url('/img/ideal.png') no-repeat right -3px;
	display:block;
	padding:8px 0;
}

/* error handling
------------------------------------------------------------*/

.field-error input, .field-error select { border:1px solid red;}
.field-error ul label { color: red;}

ul.errorlist {
	margin:0;
	padding:0;
	list-style:none;
	color:red;
}
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}

.sfix {
	display: inline-block;
}

.sfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}