/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	
	background:#fff;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* Begin eigen style */


/*Algemene classes*/

.even{
background-color:#f2f2f2;
}

.noscript-message {
		background:#FCE9C0 url('<?= $oRouter->baseUrl() ?>/images/template/alert_icon.gif') left no-repeat;
		background-position: 15px; 
		border-top:2px solid #DBAC48;
		color:red;
		border-bottom:2px solid #DBAC48;
		padding:15px;
		font-size:14px;
		text-align:center;
	}

/* forms */
input[type=text],input[type=password]{
	border:1px solid #000;
}

label{
	display:block;
	padding-bottom:3px;
	padding-top:3px;
}

strong{
font-weight:bold;
}

hr.default{
border:0px;
	margin-top:6px;
	margin-bottom:6px;
	background-color: #b6b6b6;
	height: 1px;
}

.clear{
	clear:both;
}

.center{
	text-align:center;
}

.bold{
	font-weight:bold;
}

.fright{
	float:right;
}

.tright{
text-align:right;
}

.tleft{
text-align:left;
}

.fleft{
	float:left;
}

.small{
	font-size:10px;
}

.vtop{
	vertical-align:top;
}

.underline{
	text-decoration: underline;
}

.block
{
	display: block;
}

.placeholder{
	color:#b6b6b6;
}

.lthrough{
text-decoration: line-through;
}


form.default input[type=radio]{
	display:inline;
}


form.default input[type=text],form.default input[type=password],form.default select{
	padding-top:0px;
	margin-top:0px;
	width:286px;
	height:18px;
	line-height:18px;
	border:1px solid #000;
	font-size:12px;
	position:relative;
	/*background: url('<?= $oRouter->baseUrl() ?>/images/template/input_gradient.png');*/
	background-repeat:repeat-x;
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme2_yellow.png");
	background-position: 0px -10px;
}

form.default input[type=text].error,form.default input[type=password].error,form.default select.error{
	border-color:red;
}
form.default input[type=radio].error{
outline:1px solid red;
}


form.default select{
height:20px;

}

form.default div{
margin-top:4px;
}


/*Opbouw template*/
*{
	font-family:Tahoma;
	font-size:12px;
	

}


a{
	text-decoration:none;
}

.border{
border:1px solid #3b3b3b;
}



#wrapper{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}


#container{
	background-color:#fff;
	width:1006px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: #666 0px 0px 8px;
	-moz-box-shadow: #666 0px 0px 8px;
	box-shadow: #666 0px 0px 8px;
	behavior:url(/css/PIE.php);
}

/*Opbouw header*/
#header{
	width:1006px;
	height:150px;
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/header_background.jpg');
	overflow:hidden;
	background-repeat:no-repeat;
}

#flags{
	margin-left:7px;
	margin-top:6px;
	float:left;
}

#flags a{
	margin-right:3px;
}

#shops_container{
	display:inline-block;
	height:44px;
	width:816px;
	float:right;
	*zoom: 1;
	*display: inline;
}

.exchanged_row{
	background-color:green;
}

.exchangedfrom_row{
	background-color:red;
}

#thuiswinkel_groot{
	position:absolute;
	margin-left:150px;
	margin-top:8px;
	*margin-top:-37px;
	*margin-left:-380px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#thuiswinkel_groot {margin-left:210px;}
}

#shoplist{
	overflow: hidden;
	text-align:right;
}

.shop{

	margin-left:10px;
	width:119px;
	display:inline-block;
	background-color:transparent;
	height:44px;
	margin-top:7px;
	*zoom: 1;
	*display: inline;
}

#shoplist .yellow_theme{
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/shop_icons/Geel<?=Language::getCurrentLanguageCode()?>_stil.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#shoplist .yellow_theme.selected{
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/shop_icons/Geel<?=Language::getCurrentLanguageCode()?>.gif");
}

#shoplist .red_theme{
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/shop_icons/Rood<?=Language::getCurrentLanguageCode()?>_stil.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#shoplist .red_theme.selected{
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/shop_icons/Rood<?=Language::getCurrentLanguageCode()?>.gif");
}

#shoplist .blue_theme{
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/shop_icons/Blauw<?=Language::getCurrentLanguageCode()?>_stil.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#shoplist .blue_theme.selected{
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/shop_icons/Blauw<?=Language::getCurrentLanguageCode()?>.gif");
}

#shoplist a{
	padding-top:10px;
	display:block;
	color:#000;
	height:100%;
}
/**************************
** Notificatie bar
**************************/
div#notificationbar {
	padding: 3px 0;
	font-weight: bold;
	text-align: center;
	/*border-bottom: 1px solid #D9DBDC;*/
	border: 2px solid transparent;
}

div#notificationbar.success {
	background-color: #C6EFCE;
	border: 2px solid #5AD172;
}

div#notificationbar.error {
	background-color: #FFC7CE;
	border: 2px solid #FF5E72;
}

div#notificationbar.notification {
	background-color: #FFEB9C;
	border: 2px solid #FFDD53;
}

#top_controls{
	float:right;
	height:98px;

	margin-top:20px;
	overflow:hidden;
}

#searchform{
	height:82px;
	padding-right:11px;
	float:left;
	width:180px;
	
}

#top_social_media
{
margin-top:5px;
}


#product .product_toprice{
font-size:28px;
line-height:28px;
color:red;
font-weight:bold;
}

#product .product_fromprice{
font-size:15px;
/*text-decoration: line-through;*/
}

.addthis_toolbox{
overflow:hidden;
clear:both;
}

#product h1
{
	overflow:hidden;
	height:27px;
	font-size: 24px;
	line-height:24px;
	text-align: center;
	color: #000;
	margin-top:10px;
}

#product_navigation
{
overflow:hidden;
	padding:0px 15px;
}

#product_navigation a
{
	font-size: 11px;
}

#product_navigation a:hover
{
	text-decoration: underline;
}

#product_upper_half
{
	border-bottom:1px solid #B6B6B6;
}

#product_images
{
	display:inline-block; 
	width:380px; 
	vertical-align:top; 
	margin-bottom:10px;	
	*zoom: 1;
	*display: inline;
}

#product_images img
{
	border: 1px solid #B6B6B6;
}

#product_information
{
	display:inline-block;
	width:353px;
	padding-left:14px;
	border-left:1px solid #B6B6B6;
	margin-bottom:10px;
	*zoom: 1;
	*display: inline;
}

#product_description
{
	padding-bottom:8px;
	border-bottom:1px solid #B6B6B6;
	padding-left:4px;
}

#product_properties
{
	padding:10px 0 8px 0;
	border-bottom:1px solid #B6B6B6;
	padding-left:4px;
}

#product dl dt
{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width:73px;
}

#product dl dd
{
	display: inline-block;
	width: 272px;
	*zoom: 1;
	*display: inline;
}

dl#product_quantity_and_size{
	margin-bottom:10px;
}

dl#product_quantity_and_size dd
{
	margin-bottom: 6px;
	width: 115px;
}

dl#product_quantity_and_size dt
{
	*display:block;
}

#product_order_information
{
	overflow:hidden;
	padding-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #B6B6B6;	
}

#product_productprices
{
	padding-top:20px;
	
	padding:0px 0 0 4px;

}

#product_productprices div{
	margin-top:15px;
	*zoom:1;
	*display:inline;
}

.text_soldout
{
	color: red;
	font-size: 15px;
}

#product_order_information .fleft,
#product_order_information .fright
{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#you_save table{
	float:left;
	height:100px;
	margin-top:25px;
	font-size: 14px;
}
#you_save td 
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
}

#product_order_information .fleft
{
	width: 215px;
}

.productimage{
	margin-top:2px;
	display:inline;
	width:186px; 
	paddding:0px;
}

#product_order_information .fleft a
{
	display: block;
	text-decoration: underline;
	color: #000;
}

#category_search_block{

/*margin-top:82px;*/
}

#user_controls{
margin-top:6px;
	margin-bottom:8px;
}
#user_controls a{
	font-size:11px;
	color: #000;
}

#searchfield_submit{
	width:29px;
	height:20px;
	cursor:pointer;
	border:0px;
	background-repeat:no-repeat;
	/*background-image:url('<?= $oRouter->baseUrl() ?>/images/template/search_arrow.gif');
	background-repeat:no-repeat;*/
	/*background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_yellow.png");
	background-position: -10px -202px;*/
	
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_red.png");
	background-position: -20px -554px;
	float:left;
}

#checkout{
	clear:both;
	margin-top:25px;
	overflow:hidden;
}

#cart_bottom{
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#cart_total{
	height:65px;
	text-align:right;
}

#cart_bottom #you_save
{
	text-align: right;
}

#cart_bottom #you_save tr td:first-child
{
	width: 100px;
}

#cart_bottom #you_save .pricefield
{
	width: 75px;
	padding-right: 25px;
}

.subtotal
{
	font-weight:bold;
}

#cart_confirm_order_information{
	margin-top:10px;
}

#cart_confirm_order_information div:first-child{
	border:0px;
	padding-left:0px;
}

#cart_confirm_order_information .column{
	width:349px;
	padding:14px;
	border-left:1px solid #b6b6b6;
}

#cart_confirm_totals{
	margin-bottom:25px;
	margin-top:25px;
	width:260px;
	height:90px;
}

#cart_confirm_totals td{
padding:5px;
font-size:14px;
}

.pricefield{
white-space:nowrap;
}

#cart_total span{
font-size:14px;
}

#cartregisterfrm input[type=submit],#cartloginfrm input[type=submit]{
margin-left:300px;
}

#registerfrm{
margin-top:10px;
}

#searchfield{
	/*background: url('<?= $oRouter->baseUrl() ?>/images/template/input_gradient.png');*/
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme2_yellow.png");
	background-position: 0px -10px;
	background-repeat:repeat-x;
	width:138px;
	height:18px;
	line-height:18px;
	border:1px solid #000;
	border-right:0px;
	float:left;
}



#extended_searchlink{
	color:#b6b6b6;
}

#cart_sale_products{
	margin-top:5px;
	padding:7px;
	height:200px;
}

#cart_sales li:first-child
{
	margin-left: 0;
}

#cart_sales
{
	margin-top: 3px;
}

#cart_sales li
{
	display: inline-block;
		*zoom: 1;
	*display: inline;
	width: 166px;
	margin-left: 14px;
	font-size: 10px;
}
#cart_sales li a
{
	display: block;
}
.cart_sale_product_name
{
	height: 16px;
	overflow: hidden;
}

#cart_sales li .red
{
	color: #FF0000;
}

#cart_sales .add_to_cart
{
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
}

#shoppingcart{
	float:left;
	width:138px;
	border-left:1px solid #000;
	padding-left:8px;
	padding-right:16px;
}

#cartoverview th{
	font-size:12px;
	font-weight:bold;
}

#product_lower_half div
{
	margin: 8px 0 2px 0;
	display: inline-block;
	vertical-align: top;
	*zoom:1;
	*display:inline;
}

#product_lower_half_left
{
	padding-left: 5px;
	width: 375px;	
}

#product_lower_half_right
{
	border-left:1px solid #B6B6B6;
	padding-left: 14px;
}

#product_lower_half_right .subtitle
{
	font-size: 11px;
}

#matching_products li:first-child,
#last_viewed_products li:first-child
{
	margin-left: 0px;
}

#matching_products li,
#last_viewed_products li
{
	width: 113px;
	margin-left: 9px;
	display: inline-block;
	*zoom:1;
	*display:inline;
}

.newslist_item{
width:192px;
overflow:hidden;
}

#matching_products li *,
#last_viewed_products li *
{
	font-size: 10px;
	overflow: hidden;
}

#matching_products li .name,
#last_viewed_products li .name
{
	height: 38px;
}

#matching_products li .image,
#last_viewed_products li .image
{
	height: 91px;
}

#matching_products li .image img,
#last_viewed_products li .image img
{
	border: 1px solid #B6B6B6;
}

#matching_products li .prices,
#last_viewed_products li .prices
{
	text-align: center;
}

#matching_products li .price,
#last_viewed_products li .price
{
	color: red;
}

.gradient{
	position:relative;
	border-bottom:0px;
	height:20px;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#dedede));
	background: -moz-linear-gradient(#fefefe, #dedede);
	background: linear-gradient(#fefefe, #dedede);
	-pie-background: linear-gradient(#fefefe, #dedede);
	behavior: url(/css/PIE.php);
}

#innerbox_container{
	margin-left:16px;
	margin-right:16px;
}
#cartoverview{
	width:100%;
	/*margin-top:10px;*/
}

/*
#cartoverview tr:first-child{
	border-top:1px solid #b6b6b6;
}

#cartoverview tr{
	border-bottom:1px solid #b6b6b6;
}
*/

#cartoverview tr td{
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
}

#shoppingcart a{
	color:#000;
}

#cartinformation{
	overflow:hidden;
	margin-top:2px;

}

#cartinformation span{
	vertical-align:bottom;
}

#banner_images{
	width:417px;
	height:95px;
	margin-left:212px;
	float:left;
}

#usps{
	width:414px;
	height:86px;
	margin-left:225px;
	padding-top: 10px;
	float:left;
}

.usp
{
	width: 177px;
	height: 27px;
	overflow: hidden;
	float: left;
	margin-top: 2px;
	line-height: 27px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

#usps li a
{
	font-size: 11px;
	color: #000;
}

/*Hoofdmenu*/
.mainmenu{
	/*background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_1px.png');*/
	
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme2_yellow.png");
	background-position: 0px -48px;
	
	height:30px;
	background-repeat:repeat-x;
	text-decoration:none;
	z-index: 1;
	overflow: hidden;
}

/* Hoofdmenu laag 2 */

.second_part{
float:right;
}


/*hoofdmenu eerste item*/
.mainmenu li:first-child{
	border-left:0;
}

.second_part li:first-child{
	border-left:1px solid #808080;
}

/*Hoofdmenu items*/
/*
.mainmenu li{
	z-index: 99;
	line-height:30px;
	padding-left:8px;
	padding-right:5px;
	display:inline-block;
	border-left:1px solid #808080;
	*zoom: 1;
	*display: inline;
}
*/
.mainmenu li{
	z-index: 99;
	line-height:30px;
	display:inline-block;
	float: left;
	border-left:1px solid #808080;
	*zoom: 1;
	*display: inline;
}

.mainmenu li li{
	float: none;
}

.mainmenu li.menu_depth_1:first-child a
{
	/*padding-left:0;
	margin-left: 8px;*/
}

.mainmenu li.menu_depth_1 a
{
	display: block;
	padding-left:6px;
	padding-right:4px;
	
	/* Begin later bijgemaakt: */
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	/* Eind later bijgemaakt: */
}

.mainmenu li.menu_depth_1.last
{
	float: right;
}

.mainmenu li.menu_depth_1:first-child a.menu_depth_1
{
	/*background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_left_yellow.png');*/
	background-repeat: no-repeat;
	/*background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_yellow.png");
	background-position: -10px -242px;*/
	
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_red.png");
	background-position: -20px -594px;
}



.mainmenu li.menu_depth_1.last a.menu_depth_1
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_right.png');
	background-repeat: no-repeat;
	background-position: right top;
	/*background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_yellow.png");
	background-position: 39px -292px;
	padding-right: 8px;
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_red.png");
	background-position: -20px -644px;*/
	background-repeat:no-repeat;
}

.mainmenu li.menu_depth_1.last a.menu_depth_1:hover,
.mainmenu li.menu_depth_1.last a.menu_depth_1.current,
.mainmenu li.menu_depth_1.last a.menu_depth_1.jcurrent
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_right_yellow_hover.png');
	background-position:top right;
	background-repeat:no-repeat;
}

.mainmenu li.menu_depth_1:first-child a.menu_depth_1:hover,
.mainmenu li.menu_depth_1:first-child a.menu_depth_1.current,
.mainmenu li.menu_depth_1:first-child a.menu_depth_1.jcurrent
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_left_yellow_hover.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
}

.mainmenu a.menu_depth_1:hover,
.mainmenu a.menu_depth_1.current,
.mainmenu a.menu_depth_1.jcurrent
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_yellow_hover.png');
	background-position:0px 0px;
	background-repeat:repeat-x;
	color: #000;
}



.mainmenu ul.depth_2 a
{
	padding-left:8px;
	padding-right:5px;
}

.mainmenu li.menu_depth_2 a
{
	display: block;
	border-bottom: 1px solid #fff;
	padding-left:8px;
}

.mainmenu li.menu_depth_3 a
{
	padding-left:8px;
	padding-right:5px;
	border: none;
}


/*hoofdmenu links*/
.mainmenu li a{
	font-weight:bold;
	color:#feeb01;
}

/*submenu*/
.mainmenu .depth2 li{
	border:0;
}

.mainmenu .depth2{
	behavior:url(/css/PIE.php);
	margin-left:-9px;
	/**margin-top:22px;*/
	/**margin-left:-69px;*/
	position: absolute;
	z-index: 999;
	background-color:#000;
	border:1px solid #feeb01;
	visibility:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	-webkit-box-shadow: #000 4px 4px 12px;
	-moz-box-shadow: #000 4px 4px 12px;
	box-shadow: #000 4px 4px 12px;
	behavior:url(/css/PIE.php);
}

.mainmenu .depth2 hr{
	height:1px;
	background-color:#fff;
	border:0px;
}

/*submenu list*/
.mainmenu .depth3{
	display:block;
	width:auto;
	visibility:hidden;
	float:left;
	margin: 5px 8px 0px 5px;
	border-left: 1px solid #B6B6B6;
	vertical-align: top;
}

.mainmenu .first{
	border-left:0px;
}

.mainmenu .depth3 li{
	min-width:110px;
	padding-left:0px;
	display:block;
	vertical-align: top;
}

.mainmenu .menu_depth_3 .current,
.mainmenu .menu_depth_3 .jcurrent{
color:#FFEE00;
}


#yellow_theme .text
{
	color:#FFEE00;
}

#productoverview .yellow_theme .productname,#yellow_theme .mainmenu .menu_depth_3 a:hover,#yellow_theme .mainmenu .menu_depth_2 a.first, #content_left .yellow_theme{
	color:#FFEE00;
}

#content_page h1,
#content_page h2
{
	color: #000;
}

/* Specifiekere, wordt anders overschreven door algemene styles */

/* Inline blauw */
#productoverview .blue_theme.box
{
	border-color:#0e91ee;
}

/* Avantisport geel */
#productoverview .yellow_theme.box
{
	border-color:#FFEE00;
}

#productoverview .red_theme.box
{
	border-color:#FF0012;
}


.mainmenu li.menu_depth_2
{
	vertical-align: top;
	padding-bottom: 10px;
}

.mainmenu .menu_depth_2 a{
	color:#feeb01;
	font-weight:bold;
}

.mainmenu .menu_depth_3 a{
	color:#b6b6b6;
	font-weight:normal;
}
.mainmenu .menu_depth_3 a:hover{
	color:#feeb01;
}

#second_menu{
	height:30px;
	padding-left:8px;
	line-height:30px;
	border-top:1px solid #fff;
	font-size: 11px;
	
}

.gradient_bar{
	background:#feea00;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#feea00), to(#fcd109));
	background: -moz-linear-gradient(#feea00, #fcd109);
	background: linear-gradient(#feea00, #fcd109);
	-pie-background: linear-gradient(#feea00, #fcd109);
	behavior: url(/css/PIE.php);
}

#second_menu .general_links{
	color: #000;
}
#blue_theme #second_menu .general_links{
	color: #fff;
}

#breadcrumb{
	display:inline-block;
	margin-left:9px;
	margin-bottom: 10px;
	*zoom: 1;
	*display: inline;
	color: #fff;
} 

#breadcrumb a{
font-size:10px;
	color:#fff;
	text-transform:capitalize;
}

#breadcrumb a:hover
{
	text-decoration:underline;
}

/* Subcategory Overview */
#subcategory_overview
{
	margin-left: 8px;
}

#subcategory_overview li.depth_1.first
{
	margin-left: 0;
}

#subcategory_overview .depth_1 .img
{
	/*display: block;*/
	text-align: center;
	height: 180px;
}

#subcategory_overview .depth_1 .img img
{
	border: 1px solid #FFEE00;
	padding: 5px;
}


#subcategory_overview li.depth_1
{
	display: inline-block;
	text-align: center;
	width: 240px;
	vertical-align: top;
	margin-left: 26px;
	margin-top: 15px;
	*zoom: 1;
	*display: inline;
}

#subcategory_overview a.depth_2
{
	display: block;
	vertical-align: middle;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

#subcategory_overview a.depth_2:hover
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/subcategory_overview_a_hover.png');
	background-position: 2px 0;
	background-repeat:no-repeat;
}

#subcategory_overview li.depth_2
{
	display: block;
	height: 30px;
	border-bottom: 1px solid #3B3B3B;
}

#content #subcategory_overview a.depth_1
{
	margin-bottom: 10px;
}

#content #subcategory_overview a.depth_1.h1.themed:hover,
#content #subcategory_overview a.depth_1.h1.themed.smallbutton:hover
{
	color: white;
}

#brands li
{
	display:inline-block;
	width: 100px;
	margin: 8px 0 8px 10px;
	*zoom:1;
	*display:inline;
}

#brands li a
{
	display:block;
}

/*Content gedeelte*/
#content{
	background-color:#000;
	color:#fff;
	*overflow:hidden;
	padding:10px;
	margin-top:1px;
	
}

#content p {
	line-height:1.4em;
}

#home_banners{
	display: none;
	position:absolute;
	*position:relative;
	width:390px;
}

#topbanner{
position:absolute;
margin-left:210px;
*margin-left:-420px;
*margin-top:-45px
}

#home_banners_bottom{
	display: none;
	margin-left:10px;
	margin-top:10px;
}

#content h2,
#content .h2
{

	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
}


#content .h2{
color:#FEEB01;
}

#rightcontent_container{
	padding:6px;
}

.inner_box{
	overflow:hidden;
	background-color:#fff;
	color:#000;
	padding:3px;
	line-height:1.3em;
}

.clickable{
cursor:pointer;

}
.title{

	border:1px solid #dedede;
	line-height:19px;
	padding-left:11px;
}

h1,
#content .h1
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:11px;
}

#login{
	width:352px;
	padding-left:11px;
	padding-right:22px;
	border-right:1px solid #b6b6b6;
}

#login label{
	display:inline-block;
	min-width:80px;
	*zoom:1;
	*display:inline;
}

#login input[type=text],#login input[type=password]{
	width:263px;
}


#signup
{
	padding-left:11px;
	padding-right:11px;
}

.inner_box a{
	color:#000;
}


#customer_navigation{
	margin-bottom:5px;
}

#customer_navigation .button:first-child{
	margin-left:0px;
}


#customer_navigation .button a{
	color:#fff;
	font-size:14px;
}
#customer_navigation .button{
	text-align:center;
	display:inline-block;
	position:relative;
	width:146px;
	color:#fff;
	font-size:14px;
	margin-left:2px;
	height:21px;
	line-height:21px;
	background:#3B3B3B;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3B3B3B), to(#020202));
	background: -moz-linear-gradient(#3B3B3B, #020202);
	background: linear-gradient(#3B3B3B, #020202);
	-pie-background: linear-gradient(#3B3B3B, #020202);
		*zoom: 1;
	*display: inline;
	behavior: url(/css/PIE.php);
}

.customer_orderoverview td{
	padding-top:3px;
	padding-bottom:3px;
}

.customer_orderoverview a{
font-size:14px;
}

#customer_navigation .selected{
border:1px solid #000;
	width:148px;
	height:19px;
	line-height:19px;
	background:#bcbcbc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bcbcbc), to(#434343));
	background: -moz-linear-gradient(#bcbcbc, #434343);
	background: linear-gradient(#bcbcbc, #434343);
	-pie-background: linear-gradient(#bcbcbc, #434343);
	behavior: url(/css/PIE.php);
}

#cart_navigation{
	margin-bottom:5px;
}

#cart_navigation .button:first-child{
	margin-left:0px;
}


#cart_navigation .button a{
	color:#fff;
	font-size:14px;
}
#cart_navigation .button{
	text-align:center;
	display:inline-block;
	position:relative;
	width:148px;
	color:#fff;
	font-size:14px;
	margin-left:0px;
	height:21px;
	line-height:21px;
	background:#3B3B3B;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3B3B3B), to(#020202));
	background: -moz-linear-gradient(#3B3B3B, #020202);
	background: linear-gradient(#3B3B3B, #020202);
	-pie-background: linear-gradient(#3B3B3B, #020202);
	behavior: url(/css/PIE.php);
	*zoom: 1;
	*display: inline;
}

#cart_navigation .selected{
	border:1px solid #000;
	width:146px;
	height:19px;
	line-height:19px;
	background:#bcbcbc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bcbcbc), to(#434343));
	background: -moz-linear-gradient(#bcbcbc, #434343);
	background: linear-gradient(#bcbcbc, #434343);
	-pie-background: linear-gradient(#bcbcbc, #434343);
	behavior: url(/css/PIE.php);
}

#content .bigbutton{
	border:0px;
	cursor:pointer;
	position:relative;
	display:inline-block;
	height:34px;
	text-align:center;
	min-width:160px;
	padding-left:10px;
	padding-right:10px;
	margin:2px;
	line-height:31px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	background: #3b3b3b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3b3b3b), to(#010101));
	background: -moz-linear-gradient(#3b3b3b, #010101);
	background: linear-gradient(#3b3b3b, #010101);
	-pie-background: linear-gradient(#3b3b3b, #010101);
	behavior:url(/css/PIE.php);
	*zoom:1;
	*display:inline;
}





#content .product_shopbutton{
	border:0px;
	position:relative;
	display:inline-block;
	height:24px;
	text-align:center;
	min-width:120px;
	padding-left:10px;
	padding-right:10px;
	margin:2px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	background: #3b3b3b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffef00), to(#f8d008));
	background: -moz-linear-gradient(#ffef00, #f8d008);
	background: linear-gradient(#ffef00, #f8d008);
	-pie-background: linear-gradient(#ffef00, #f8d008);
	behavior:url(/css/PIE.php);
	*zoom:1;
	*display:inline;
}

#content .smallbutton,.ncol[name=IdealBT]{
	border:0px;
	cursor:pointer;
	position:relative;
	display:inline-block;
	height:24px;
	text-align:center;
	min-width:120px;
	*min-width:auto;
	*width:auto !important;
	*width:120px;
	*overflow:visible;
	padding-left:10px;
	padding-right:10px;
	margin:2px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	background: #3b3b3b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3b3b3b), to(#010101));
	background: -moz-linear-gradient(#3b3b3b, #010101);
	background: linear-gradient(#3b3b3b, #010101);
	-pie-background: linear-gradient(#3b3b3b, #010101);
	behavior:url(/css/PIE.php);
	*zoom:1;
	*display:inline;
}

.ncol[name=cancel]{
	background-color:transparent;
	border:0;
	cursor:pointer;
	text-decoration: underline;
}

#content #addProductToCart{
margin-top:10px;
}

.ncol{
	margin-top:20px;
}

#home_content{
	width:398px;
	*width:390px;
}

.column{
	display:table-cell;
	*display:inline;
	*float:left;
	vertical-align:top;
	margin:0px;
	padding:0px;
}

.box{
	border:1px solid #ffee00;
	padding:8px;	
	background-color: #000;
}

#content_left
{
	padding-right:10px;
	width: 192px;
	display: inline-block;
	vertical-align: top;
	*zoom: 1;
	*display: inline;
}

#content_right
{
	display: inline-block;
	width: 780px;
	*zoom: 1;
	*display: inline;
}

#content_right.container
{
	color: #000;
}

#content_right_container
{
	margin-left:9px;
	border: 1px solid #FEEA01;
	padding: 6px;
}

#content_right.container #product,
#content_right.container #content_page
{
	background-color: #fff;
	border: 0px;
}

#content_right.container #product h1
{
	color: #000;
	text-align: center;
	font-size: 24px;
	
}

#content_page
{
	padding: 3px;
}

#category_text
{
	padding-left: 9px;
	margin-bottom: 5px;
}




#content_left .brands a,
#content_left .categories a
{
	color: #fff;
}

#search_filter_form
{
	display:inline;
}

#content_left input
{
	display: block;
	margin-top: 10px;
}

.margin_top
{
	margin-top: 10px;
}


#search_filter_form .search_filter_select
{
	width: 100%;
	margin-top: 10px;
	margin-bottom:10px;
}

#search_filter_form .filter_size_price{
	
	margin-top:25px;
	margin-bottom:20px;
	
}

#search_filter_form input[type=checkbox],
#search_filter_form label
{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#search_filter_form input[type=checkbox]
{
	width: 16px;
}

#search_filter_form .submit_search
{
	float: right;
	display: block;
	background-color: #000;
	border: 0;
	color: #fff;
	cursor: pointer;
}

#content_left #linked_categories li
{
	border: 0;
}

.paginate_pages
{
	margin-left:10px;
	margin-bottom:10px;
	width: 770px;
}

.paginate_pages td
{
	width: 33%;
}
.paginate_pages select
{
	/*float:left;*/
}

.paginate_pages.full_width
{
	width: 965px;
	margin-left: 0;
}
	
.pages
{
	text-align: center;
	white-space: nowrap;
}

.items_per_page
{
	text-align: right;
}

.paginate_pages a
{
font-weight:bold;
	display:inline-block;
	margin-left: 1px;
	border: 1px solid #fff;
	line-height: 18px;
	color: #fff;
	text-align: center;
	width: 18px;
	height: 18px;
		*zoom: 1;
	*display: inline;
}

.paginate_pages a:hover,
.paginate_pages a.current
{
	border-color: #FFEE00;
	color: #FFEE00;
}

#content_left ul li
{
	border-bottom: 1px solid #3B3B3B;
}




#content_left ul li a
{
	display: block;
	line-height: 30px;
	vertical-align: middle;
	height: 30px;
	padding-left: 13px;
	color: #fff;
}
#content_left ul li.depth1 a
{
padding-left:30px;
}

#content_left ul li.depth1 a
{
	height: 20px;
	line-height: 20px;
}


#content_left ul li a:hover, 
#content_left ul li a.selected
{
	background: url('<?= $oRouter->baseUrl() ?>/images/template/search_filter_hover.png') repeat-y;
}


#category_products
{
	border:0px;
	vertical-align: top;
}

#category_products p
{
	
}

/*Product item*/

#productoverview li{
	display:inline-block;
	height:230px;
	width:168px;
	margin-left:9px;
	margin-bottom:9px;
	vertical-align:top;
	*zoom:1;
	*display:inline;
}

/*Product afbeelding*/
#productoverview li img{
	display:block;
}

.productthumb_container{
background-color:#fff;
min-height:129px;
}

/*Product omschrijving*/
.description_container{
	height:30px;
	font-size:11px;
	overflow: hidden;
}

/*Product prijzen*/
.price_container span{
	font-size:12px;
	vertical-align:top;
	overflow:hidden;
}


/*Product prijs veld*/


#productoverview li .productname{
	margin-top:4px;
	font-size:11px;
	height:28px;
	margin-bottom:4px;
	display:block;
	font-weight:bold;
	color:#ffee00;
	overflow:hidden;
}

/*Product vanprice*/
#productoverview li .fromprice{
	/*text-decoration: line-through;*/
	font-size:15px;
	margin-top:5px;
	display:inline-block;
	*zoom:1;
	*display:inline;
}

/*Product price*/
#productoverview li .price{
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
	margin-top:-4px;
}

#pop_products{
	margin-left:9px;
	width:558px;
}

#pop_products_inner{
	padding:7px;
}

.bestseller{
	display:inline-block;
	margin-left:6px;
	padding:0px;
	*zoom:1;
	*display:inline;
}

#bestsellers{
	margin-top:4px;
}

.bestseller:first-child{
	margin-left:0px;
}


/*Footer*/
#brand_carousel{

	height:35px;
	overflow: hidden;
}

#brand_carousel li
{
	display: inline-block;
	*zoom:1;
	*display: inline;
}

#footer{
	
	padding:10px 10px 10px 10px;
}

#footer_bar{
	height:25px;
}

#footer .hr{
	margin-top:6px;
	margin-bottom:6px;
	background-color: #b6b6b6;
	height: 1px;
}

#general_links,
#general_links li,
#brand_content_pages,
#brand_content_pages li,
#partners li
{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}

#general_links
{
	width: 396px;
}

#general_links li
{
	width: 116px;
	height: 15px;
	overflow: hidden;
}

#brand_content_pages
{
	width: 574px;
	padding-left: 14px;
	border-left: 1px solid #B6B6B6;
}

#brand_content_pages li
{
	width: 82px;
	overflow: hidden;
}

#general_links a,
#brand_content_pages a
{
	padding:0px;
	padding-left:5px;
	color:#000;
	font-size:10px;
}

#partners{
	display:block;
	margin-top: 5px;
}

#partners li{
	height:50px;
	border-left:1px solid #b6b6b6;
	padding-left: 17px;
	padding-right: 17px;
	text-align: center;
	padding-top: 5px;
}

#partners li.first{
	border-left:none;
	padding-top: 0;
}

#rounded_bottom {
	position:absolute;
	height:25px;
	background-color:#fff;
	margin-top:-11px;
	*margin-top:-12px;
	margin-left:7px;
	width:1006px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius:0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: #666 0px 5px 8px;
	-moz-box-shadow: #666 0px 7px 8px;
	box-shadow: #666 0px 5px 8px;
	behavior:url(/css/PIE.php);
}

	
#powerby{
	text-align:right;
	margin-top:30px;
}


.sitemap_list .depth_2,.sitemap_list .depth_3{
	margin-left:15px;
}


#yellow_theme .themed,
#newest_products a.yellow_theme.selected
{
	color:#ffee00;
}

/* Thema's per shop: */

/* Algemene opmaak */

/* Inline blauw */
#blue_theme #header{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/header_background_blue.jpg');
	background-position:0px 0px;
}



#blue_theme .mainmenu a.menu_depth_1:hover,
#blue_theme .mainmenu a.menu_depth_1.current,
#blue_theme .mainmenu a.menu_depth_1.jcurrent
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_blue_hover.png');
	background-position:0px 0px;
	color: #FFF;
}

#blue_theme .mainmenu li.menu_depth_1:first-child a.menu_depth_1:hover,
#blue_theme .mainmenu li.menu_depth_1:first-child a.menu_depth_1.current,
#blue_theme .mainmenu li.menu_depth_1:first-child a.menu_depth_1.jcurrent
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_left_blue_hover.png');
	background-position:0px 0px;
}

#blue_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1{
background-image:none;
}
#red_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1{
background-image:none;
}
#yellow_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1{
background-image:none;
}

#blue_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1.current,
#blue_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1:hover,
#blue_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1.jcurrent{
background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_blue_hover.png');
background-position:0px 0px;
background-repeat:repeat-x;
}

#yellow_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1.current,
#yellow_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1:hover,
#yellow_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1.jcurrent{
background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_yellow_hover.png');
background-position:0px 0px;
background-repeat:repeat-x;
}


#blue_theme .mainmenu li.menu_depth_1.last a.menu_depth_1:hover,
#blue_theme .mainmenu li.menu_depth_1.last a.menu_depth_1.current,
#blue_theme .mainmenu li.menu_depth_1.last a.menu_depth_1.jcurrent
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_right_blue_hover.png');
	background-position:top right;
	background-repeat:no-repeat;
}

#blue_theme #searchfield_submit{
	/*background-image:url('<?= $oRouter->baseUrl() ?>/images/template/search_arrow_blue.gif');
	background-position:0px 0px;*/
	
	/*background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_blue.png");
	background-position: -10px -138px;*/

	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_red.png");
	background-position: -20px -148px;

	background-repeat:no-repeat;
}

#productoverview .blue_theme .productname, #blue_theme .mainmenu .menu_depth_3 a:hover, #blue_theme .mainmenu a.menu_depth_3.current,#blue_theme .mainmenu .menu_depth_2 a.first, #content_left .blue_theme,#blue_theme .text,#blue_theme .h2, #newest_products li a.blue_theme.selected, #tooltip.blue_theme h3{
	color:#0e91ee;
}




#blue_theme .mainmenu li.menu_depth_1:first-child a.menu_depth_1
{
	/*background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_left_blue.png');
	background-position:0px 0px;*/
	
	/*background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_blue.png");
	background-position: -10px -178px;*/
		
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_red.png");
	background-position: -20px -188px;
	
	background-repeat:no-repeat;
}






#blue_theme .paginate_pages a:hover,
#blue_theme .paginate_pages a.current
{
	border-color: #0e91ee;
	color: #0e91ee;
}

/*#blue_theme .mainmenu a.menu_depth_1.current,
#blue_theme .mainmenu a.menu_depth_1:hover
{
	background-image:url('/images/template/mainmenu_background_blue_hover.png');
	background-repeat:repeat-x;
}*/



#blue_theme .mainmenu li a,#blue_theme #second_menu,#blue_theme #second_menu a.depth_one{
	color:#fff;
}

#blue_theme .gradient_bar{
	background:#0e8feb;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0e8feb), to(#0b5082));
	background: -moz-linear-gradient(#0e8feb, #0b5082);
	background: linear-gradient(#0e8feb, #0b5082);
	-pie-background: linear-gradient(#0e8feb, #0b5082);
	behavior: url(/css/PIE.php);
}

#productoverview .blue_theme{
	background-color:#383838;
}


#blue_theme #content_right_container,
#blue_theme .box,
#blue_theme #subcategory_overview .depth_1 .img img,
#tooltip.blue_theme
{
	border-color:#0e91ee;
}

#blue_theme #content .product_shopbutton{
background: #3b3b3b;
color:#fff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0e8ce6), to(#0b5082));
background: -moz-linear-gradient(#0e8ce6, #0b5082);
background: linear-gradient(#0e8ce6, #0b5082);
-pie-background: linear-gradient(#0e8ce6, #0b5082);
}

#blue_theme .mainmenu li.menu_depth_3 a{
color:#B6B6B6;
}

#blue_theme .mainmenu .depth2{
border-color:#fff;
}

#blue_theme #content .smallbutton.themed{
color:#0e91ee;
}

#blue_theme #content .bigbutton.themed{
color:#0e91ee;
}

#blue_theme .themed{
	color:#0e91ee;
}



#blue_theme .mainmenu .menu_depth_3 .current{
color:#0e91ee;
}





/* Saldi Rood */
/*
#red_theme #content h2{
color:#FF0012;
}*/

#red_theme #header{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/header_background_red.jpg');
	background-position:0px 0px;
}






#red_theme .mainmenu li.menu_depth_1:first-child a.menu_depth_1
{
	/*background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_left_red.png');
	background-position:0px 0px;*/
	
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_red.png");
	background-position: -10px -704px;
	background-repeat:no-repeat;
}

#red_theme .mainmenu li.menu_depth_1:first-child a.menu_depth_1:hover,
#red_theme .mainmenu li.menu_depth_1:first-child a.menu_depth_1.current,
#red_theme .mainmenu li.menu_depth_1:first-child a.menu_depth_1.jcurrent
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_left_red_hover.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#red_theme .mainmenu a.menu_depth_1:hover,
#red_theme .mainmenu a.menu_depth_1.current,
#red_theme .mainmenu a.menu_depth_1.jcurrent
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_red_hover.png');
	background-position:0px 0px;
	color: #fff;
}


#red_theme .mainmenu li.menu_depth_1.last a.menu_depth_1:hover,
#red_theme .mainmenu li.menu_depth_1.last a.menu_depth_1.current,
#red_theme .mainmenu li.menu_depth_1.last a.menu_depth_1.jcurrent
{
	background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_right_red_hover.png');
	background-position:top right;
	background-repeat:no-repeat;
}

#red_theme #searchfield_submit{
	/*background-image:url('<?= $oRouter->baseUrl() ?>/images/template/search_arrow_red.gif');*/
	
	background-image: url("<?= $oRouter->baseUrl() ?>/images/template/spriteme1_red.png");
	background-position: -10px -312px;
	
	background-repeat:no-repeat;
}

#red_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1.current,
#red_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1:hover,
#red_theme #second_menu .mainmenu li.menu_depth_1:first-child a.menu_depth_1.jcurrent{
background-image:url('<?= $oRouter->baseUrl() ?>/images/template/mainmenu_background_red_hover.png');
background-position:0px 0px;
background-repeat:repeat-x;
}

#productoverview .red_theme .productname,#red_theme .mainmenu .menu_depth_3 a:hover,#red_theme .mainmenu .menu_depth_2 a.first, #content_left .red_theme, #red_theme .h2,.text, #tooltip.red_theme h3{
	color:#FF0012;
}



#red_theme .mainmenu li a,#red_theme #second_menu,#red_theme .secondmenu li a{
	color:#fff;
}

#red_theme .gradient_bar{
	background:#fc0101;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fc0101), to(#a61e1e));
	background: -moz-linear-gradient(#fc0101, #a61e1e);
	background: linear-gradient(#fc0101, #a61e1e);
	-pie-background: linear-gradient(#fc0101, #a61e1e);
	behavior: url(/css/PIE.php);
}

#red_theme #content_right_container,
#red_theme .box,
#red_theme #subcategory_overview .depth_1 .img img,
#tooltip.red_theme
{
	border-color:#FF0012;
}



#red_theme .themed,
#newest_products li a.red_theme.selected
{
color:#FF0012;
}


#red_theme #content .product_shopbutton{
	background: #3b3b3b;
	color:#fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f70202), to(#a61e1e));
	background: -moz-linear-gradient(#f70202, #a61e1e);
	background: linear-gradient(#f70202, #a61e1e);
	-pie-background: linear-gradient(#f70202, #a61e1e);
}

#red_theme .paginate_pages a:hover,
#red_theme .paginate_pages a.current
{
	border-color: #FF0012;
	color: #FF0012;
}

#red_theme .mainmenu .depth2{
border-color:#FF0012;
}

#red_theme .mainmenu li.menu_depth_3 a{
color:#B6B6B6;
}

#red_theme .mainmenu .menu_depth_3 .current{
color:#FF0012;
}


/* Avantisport Geel */
/*
#yellow_theme #content h2
{
	color:#FFEE00;
}*/



/* Locatie kiezer
 ***********************/
#iFramePopup {
	height: 750px;
	*height: 800px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
#divPopup {
	background-color:#fff;
	z-index: 1;
	position:absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: outset;
	display: none;
	width: 755px;
	padding: 0px;
}

#tooltip {
	position: absolute;
	background-color: #262626;
	padding: 5px 10px;
	color: #fff;
	border: 1px solid #FFEE00;
	z-index: 3000;
}

#tooltip h3 {
	font-weight: bold;
	color: #FFEE00;
}

#tooltip .body
{
	text-align: left;
}

#tooltip .body ul
{
	vertical-align:top;
}

#newest_products
{
	text-align: center;
}

#newest_products li
{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 160px;
}

#newest_products a
{
	color:#ffff;
	outline: 0;
}
#footer_btw a{
	font-weight:bold;
}

#footer_btw,#footer_btw a{
	margin-top:10px;
	text-align:center;
	font-size:10px;
	color:grey;
	height:14px;
}

#cartlogin_form_left
{
	width: 340px;
	padding-left:10px; 
	padding-right:20px; 
	padding-top:10px;
}

#cartlogin_form_right
{
	width: 359px;
	padding-left:20px; 
	border-left:1px solid #B6B6B6; 
	padding-top:10px;
}

#cartloginfrm label,
#cartregisterfrm label
{

	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 130px;
}

#cartloginfrm input[type=text],
#cartloginfrm input[type=password],
#cartregisterfrm input[type=text],
#cartregisterfrm input[type=password]
{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 200px;
}

.field_description{
font-size:10px;
}

.required_sign{
color:#000;
}

#closeBut{
z-index:999;
}

#nyroModalImg{
z-index:998;
}
