/*$ICEshop$*/

/* import style */

@import url(colors.css);

@media print {
body {background-image:none; margin:0px;}
#nav_wrapper {display: none;}
#koplijn {display:none}
#bottomlijn {display:none}
#kolom_content {margin:0px; padding:0px;}
}

/* stylesheet voor de content */

/* ---------- ALGEMENE STYLES --------- */

/* basis_tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height:100%;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.div_border {
	border: 1px solid #08429c;
}

.td_border {
	padding: 4px;
	font-weight: normal;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
}

.td_bg_border {
	padding: 4px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.td_bg {
	padding: 4px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* content txt */

.stan_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/* hyperlinks */
A {
	COLOR: #000000; 
	TEXT-DECORATION: none
}
A.hyperlink {
	CURSOR: pointer
}
A:hover {
}

#wrapper {
	width:975px; /* 965 */
}

/* formulier opmaak */

.defaultform_input {
	color: #000000;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
	border: 1px solid #08429C;
}

.searchform_input {
	COLOR: #000000;
	HEIGHT: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
	padding-top: 2px;
	width: 140px;
	border: 1px solid #08429C;
}

.searchform_button {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	border: 1px solid #08429C;
	margin-top: 3px;
	height: 18px;
	cursor: pointer;
}

.form_txt {
	background-color: #FEE38B; /* edced3 */
	padding:4px;
	padding-left:10px;
	border-style: solid;
	border-color:#FFFFFF;
	border-right-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-top-width:0px;
}

/* content stylen */

#kolom_content {
	width: 725px; /* 745 */
	float: left;
	margin-top: 1px;
	margin-left: 10px;
}

#kolom_content2 {
	width: 510px; /* 540 */
	float: left;
	margin-top: 1px;
	margin-left: 10px; /* 27 */
}

#koplijn {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 17px; /* 20 */
	background-color: #3e5fa2;
}

#koplijn_print {
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #08429c;
	display: none;
}

.koplijn {
	font-size: 12px;
	margin-left: 8px;
	padding-top: 1px; /* 3 */
	overflow: hidden;
}

.bottomlijn {
	font-size: 12px;
	margin-left: 8px;
	padding-top: 3px;
	overflow: hidden;
}

#bottomlijn {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	background-color: #3e5fa2;
}

.thumb_div { /* instellingen plaatjes aanbiedingen frontpage */
	height: 70px;
	width: 70px;
	margin-left: 2px;
}

.thumb_div img { /* zelf toegevoegd */
	max-height: 70px;
	max-width: 70px;
	height: auto;
	width: auto;
	height: expression(this.height >= this.width && this.height > 70 ? 70: true);
	width: expression(this.width >= this.height && this.width > 70 ? 70: true);
}


.thumb_div2 {
	height: 70px;
	width: 70px;
}

.thumb_div2 img { /* zelf toegevoegd */
	max-height: 70px;
	max-width: 70px;
	height: auto;
	width: auto;
	height: expression(this.height >= this.width && this.height > 70 ? 70: true);
	width: expression(this.width >= this.height && this.width > 70 ? 70: true);
}

.thumb_div3 img { /* zelf toegevoegd */
	max-height: 180px;
	max-width: 180px;
	height: auto;
	width: auto;
	height: expression(this.height >= this.width && this.height > 180 ? 180: true);
	width: expression(this.width >= this.height && this.width > 180 ? 180: true);
	border: 0px;
}

.aanbieding_blok {
	height: 150px;
	margin-top: 8px;
}
.prod_kop {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #e0e6ed;
	text-align: right;
}
.margin {
	margin: 0px;
}

.padding_10 {
	padding: 10px;
}

.padding_left_10 {
	padding-left: 10px;
}

.padding_left_4 {
	padding-left: 4px;
}

.padding_right_4 {
	padding-right: 4px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clr {
	float: clear;
}

.border_left {
	border-left-width: 1px;
	border-left-style: solid;
}

.border_right {
	border-right-width: 1px;
	border-right-style: solid;
}

.border_leftright {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}

.border_top {
	border-top-width: 1px;
	border-top-style: solid;
}

.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.border_all {
	border-width: 1px;
	border-style: solid;
}

#cart_counter {
	font-size: 10px;
	padding: 6px;
}

/* ---------- menu ---------- */

#nieuwsbrief_div {
	margin: 0px;
	padding: 6px;
	padding-left: 14px;
}

/* categorieen */

.menu {
	width:230px; /* 198 */
}

a.menu:link, a.menu:visited, a.menu:active {
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #1A365E; /* FFFFFF */
}

a.menu2:link, a.menu2:visited, a.menu2:active {
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #1A365E; /* FFFFFF */
}

a.menu3:link, a.menu3:visited, a.menu3:active {
	padding: 0px;
	font-size: 11px;
	font-weight:bold;
	color: #FBE983;
}


a.menu:hover {
	color:#1A365E;
}

a.menu2:hover {
	color:#FFFFFF;
}

a.menu3:hover {
	color:#000000;
}

a.cartcounter:link, a.cartcounter:visited, a.cartcounter:active {
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

a.cartcounter:hover {
	color:#FF0000;
}


a.counter2:link, a.counter2:visited, a.counter2:active {
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

a.counter2:hover {
	color:#FF0000;
}

a.module_link:link, a.module_link:visited, a.module_link:active {
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

a.module_link:hover {
	color:#FF0000;
}

.menuOut {
	cursor:pointer;
	margin:0px 0px 0px;
	background-color: #FCC512; /* a54452 bordeau */
	color: #1A365E; /* FFFFFF wit*/
	padding:0px;
	text-align:left;
	font-weight:normal;
	font-size: 11px;
	height: 18px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.menuOver {
	cursor:pointer;
	margin:0px 0px 0px;
	background-color: #FEE38B; /* d8b6bb roze */
	color: #FFFFFF; /* 000000 zwart */
	width:230px; /* 198 */
	padding:0px;
	font-weight:normal;
	height: 18px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

div.submenu, div.submenu a {
	display:none;
	margin:0px;
	width:230px; /* 198 */
	font-size:10px;
	line-height: 12px;
	text-decoration:none;
	color: #FEE38B; /* d8b6bb roze */
	}
	
.submenu_2 {
	display:none;
	margin:0px 0px 2px;
}

#submenu_table {
	margin-bottom:6px;
	margin-top:6px;
	padding-bottom:2px;
	padding-top:1px;
	width: 230px; /* 198 */
}

.module_table {
	width:100%;
	background-color:#becce9;
}

.module_bottom {
	height:2px;
	background-image:url(../images/module_bottom.gif);
	background-repeat:repeat-x;
}

#zoek_div {
	padding:5px;
}

.modright_div {
	padding:5px;
}

/* merken */

#merken_box {
	height:200px;
	background-image:url(../images/merken_bg.gif);
	background-repeat:no-repeat;
	margin-top: 20px;
}

#merken_box_inner {
	padding-top:36px;
	padding-left: 16px;
}

/* ---------- add_to_cart ---------- */
/* geen eigen style */

/* ---------- bla ---------- */
/* geen eigen style */

/* ---------- cat_lev & cat_x ---------- */

#cat_kolom1 {
	width: 224px;
	float: left;
	overflow: hidden;
}

.cat_form_div {
	background-image: url(../images/bg_geel.gif);
	margin: 0px;
}

#cat_zoekform {
	padding-right: 4px;
	margin: 0px;
	padding-top: 8px;
}

.sub_cats {
	font-size: 11px;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	line-height: 18px;
	margin: 0px;
	width: 225px;
}
.cat_kolom2 {
	width: 280px;
	float: right;

	padding-left: 2.px;
	padding-left: 2px;
}

.cat_nav {
	width: 224px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3e5fa2;
}

.cat_nav2 {
	width: 224px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3e5fa2;
}

/* ---------- customerform ---------- */

/* ---------- factuur.template ---------- */

/* ---------- favorietenlijst ---------- */

.fl_prodid {
	width: 80px;
	overflow: hidden;
}

/* ---------- frontpage ---------- */

#fp_kolom1 {
	width: 245px;
	float: left;
	padding-left: 15px; /* 28 */
}

.fp_txt {
	width: 237px;
	padding-left: 7px;
	padding-top: 0px;
	padding-bottom: 23px;
	padding-right: 7px;
}

/* blok-einde */

#fp_kolom2 {
	width: 225px;
	float: right;
	padding-right: 15px; /* 28 */
}
/* blok-einde */

#fp_kolom3 {
	width: 198px;
	float: left;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}

/* blok-einde */

.balk_blauw {
	background-color: #08429c;
	width: 720px;
	padding-top: 0px;
	margin-top: 4px;
	clear: left;
}
/* blok-einde */

.banner {
	height:90px;
	width:568px;
	text-align: center;
}

.com_top {
	height:20px;
	width:537px; /* 568 */
	text-align: center;
}

/* ---------- ingelogged ---------- */

/* ---------- style voor marge ---------- */

/* ---------- style voor navStore ---------- */

#nav_wrapper {
	width: 230px; /* 198 */
	float: left;
	margin-top: 0px;
}

#right_wrapper {
	width: 198px;
	float: left;
}

.cat_item {
	background-image: url(../images/bg_cat_item.gif);
	height: 11px;
	padding-left: 37px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
}
#status {
	margin-top: 5px;
}
#categorie {
	margin-top: 9px;
}

/* ---------- style voor offerte.html ---------- */

/* ---------- style voor offerte.template ---------- */

/* ---------- style voor orderform ---------- */

/* ---------- protempl1 ---------- */

/* ---------- protempl2 ---------- */

.title_div {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 14px;
	overflow: hidden;
	width: 200px;
	margin-left: 8px;
	margin-top: 2px;
}

.koms_div {
	font-size: 10px;
	font-weight: normal;
	color: 3e5fa2;
	width: 130px;
	overflow: hidden;
	height: 38px;
	margin-left: 8px;
	margin-top: 0px;
}

.plid_div {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 130px;
	overflow: hidden;
	height: 14px;
	margin-left: 8px;
}

.price_div {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	margin-left: 8px;
	padding-top: 0px;
}

.aanbiedingrij_02 {
	height: 20px;
	width: 254px;
	padding-right: 8px;
	padding-left: 14px;
	padding-top: 4px;
}

.prodbutts_div {
	height: 21px;
}

#login_blok {
	width: 120px;
}

.offers_middle {
	background-image:url(../images/offers_middle.gif);
	background-repeat:repeat-y;
	float:left;
	background-position: center;
	width: 537px; /* 568 */
	margin-top: 8px;
}

/* ---------- winkelwagen ---------- */

.ww_koms {
	margin-top:6px;
	height: 52px;
	overflow: hidden;
}

/* ---------- zoekresultaten ---------- */

.zr_koms {
	height: 41px;
	overflow: hidden;
}

/* ---------- aanbiedingen ---------- */

.aanbiedingen_kolom {
	width: 225px;
	float: left;
	padding-left: 12px;
}

.aanbiedingen_blok {
	width: 220px;
}

.aanbiedingen_top {
	background-image:url(../images/aanbiedingen_top.gif);
	background-repeat:no-repeat;
	height:28px;
}

.aanbiedingen_bottom {
	background-image:url(../images/aanbiedingen_bottom.gif);
	background-repeat:no-repeat;
	height:28px;
}

.hardlopers_top {
	background-image:url(../images/hardlopers_top.gif);
	background-repeat:no-repeat;
	height:28px;
}

.aanbiedingen_prod_blauw {
	background-image:url(../images/aanbiedingen_prod_blauw.gif);
	background-repeat:no-repeat;
	height: 62px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008bcf;
}

.aanbiedingen_prod_geel {
	background-image:url(../images/aanbiedingen_prod_geel.gif);
	background-repeat:no-repeat;
	height: 62px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008bcf;
}

.thumb_div_aanbieding {
	height: 58px;
	width: 58px;
	padding-left: 4px;
	padding-top: 4px;
	float: left;
}

.title_div2 {
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	overflow: hidden;
	width: 140px;
	padding-top: 7px;
	padding-left: 10px;
}

.koms_div2 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 140px;
	overflow: hidden;
	height: 14px;
	padding-left: 10px;
}

.price_div2 {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 10px;
	width: 140px;
	height: 14px;
	font-weight:bold;
}

/* ---------- footer ---------- */

#footer {
	background-color: #BECCE9;
	color: #fff;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	text-align: center;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#copyright {
	padding: 4px;
	height: 20px;
}

#footer_space {
	height: 40px;
}

.searchform_button {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #becce9;
	height: 22px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}

#inlog_div {
	margin: 0px;
	padding: 6px;
	padding-left: 14px;
	height: 50px;
}

a.verder {
	color:#FF0000;
	font-weight: bold;
}

a:hover.verder {
	text-decoration: underline;
}
/* ICEshop mainlink wizards */

a.mainlevel-wizards:link, a.mainlevel-wizards:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-align: left;
	padding-top: 4px;
	padding-left: 0px;
	height: 16px!important;
	height: 20px;
	text-decoration: none;
	background-image: url(../images/wizard_default.gif);
	background-repeat: no-repeat;
}

a.mainlevel-wizards:hover {
	background-position: 0px -20px;
	text-decoration: none;
	color: #444444;
}


table.moduletable {
border-collapse:collapse;
border-spacing:0;
margin-bottom:0;
padding:0;
width:100%;
height: 20px;

}

/* ICEshop mainlink cart */

a.mainlevel-cart:link, a.mainlevel-cart:visited {
	display: block;
	background: url(../images/wizards_default.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-align: left;
	height: 20px!important;
	height: 20px;
	text-decoration: none;
	padding: 0px;
}

.mainlevel-cart#active_menu {
	background-position: 0px -20px;
	color:#dd0000;
	font-weight: bold;
}

a.mainlevel-cart:hover {
	background-position: 0px -20px;
	text-decoration: none;
	color: #444444;
}

a.mainlevel-cart#active_menu {
	color:#dd0000;
	font-weight: bold;
}

a.mainlevel-cart#active_menu:hover {
	color: #dd0000;
}

#active_menu {
	background-position: 0px -20px;
}
