/*
 *	PRINT STYLES ----------------------
 *  ////////////////////////////////////////////
 */


/*
 *  HIDE FOR PRINT PREVIEW
 */ 
 
 

#ecrm, 
#search_top, 
#topmenu, 
#submenu, 
#crumbs, 
#sitemap, 
#search_footer, 
.side_column {
	display: none;
}

@media print {
.hideForPrint {
	display: none;
}
}

.side_column, .sidebox
{
	background: none !important; float: none; width: auto !important; padding: 0 !important;
}
 
.showForPrint {
	display: block !important;
} 
 
/*
 *  LAYOUT  // layout.css
 */ 
 
body {
	background: #fff;
	margin: 0  2.5em;
} 

@media print {
body {
	margin: 0;
} 
}

#header, #content, #footer { 
	text-align: left; 
	margin: auto;
} 

.inner,
#content .inner {
	width: 100%;
	margin: auto;
	text-align: left;
}

 

#header {
	background: #fff;
}
#header .inner {
	position: relative;
}

#logo { 
	background: none;
	margin: 24px 0 24px 0;
	position: relative;
	left: 0;
	top: 0;
}
#logo img { 
	display: block; 
}

#content {
	background: none;
}	

/*  global/footer/menu  */  
 
#footermenu {
	padding: 0 0 0 0;
	float: none;
}

#footermenu ul {
	position: relative;
}

#footermenu ul li {
	float: left;
	font-size: 0.69em; /*16x0.69em = 11px */
	line-height: 1em; /*11x1em = 11px */
	padding: 0.45em 15px 0.64em 15px; /*11x0.64em = 7px */ /*11x0.45em = 5px */
	background: url(/css/images/layout/footermenu_divider.gif) top right repeat-y;
}
#footermenu ul li.last {
	background: none;
}






	#footer {
		margin-bottom: 0;
	}	
		
	#footer .inner {
		background: none;
		padding: 0.94em 0 0 0; /*16x0.94em = 15px */ 
		border-top: 1px #bfbfbf solid;
	}
	
	#footermenu ul li {
		background: none;
		border-right: 1px solid #bfbfbf;
	}
	#footermenu ul li.last {
		border-right: none;
	}
 
 
 
 
 
	
/*
 *  CONTENT  // content.css 
 */

 


/*
 *  SUBCOLUMNS  ----------------------
 */

/*
 *  2 columns inside a .main_column .box, .white_box, .header_box, .grey_box or .tab_box
 */

.box_columns2_left {
	width: 355px;
	float: left;
}
.box_columns2_right {
	width: 355px;
	float: right;
}
 
/*
 *  2 columns inside a .main_column .box, .white_box, .header_box, .grey_box or .tab_box
 */
 
.box_columns2_img130_left {
	width: 145px;
	float: left;
}
.box_columns2_img130_right {
	width: 565px;
	float: right;
}


/*
 *  SUBCOLUMNS  ----------------------
 */ 
 
.box_signin {
	height: 9em;
}














/* 
 *  TYPOGRAPHY ----------------------
 */

/* 
 *  set default font and font-size ----------------------
 */

body { 
	font-size: 100%; 
} 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  	font-family: Arial, Helvetica, sans-serif;
}

/* 
 *  headers  ----------------------
 */

h1 {
	font-size: 1.5em; /*16x1.50em = 24px */
	line-height: 1em; /*24x1em = 24px */
	color: #403F3F;
	font-weight: bold;
	padding: 5px 0; /* H1 is outside section : 970px > 960px*/
	margin-bottom: 0.42em; /*24x0.42em = 10px */
}

.box h1, .m h1 {
	padding: 5px 0; 
	margin-bottom: 0; 
}
h1 small {
	font-size: 0.58em; /*24x0.58em = 14px */
	color: #808080;
}

h2 {
	font-size: 1.38em; /*16x1.38em = 22px */
	color: #333333;
	line-height: 1em; /*22x1em = 22px */
	padding: 5px 0;
}

h3 {
	font-size: 0.94em;  /* 16x0.94em = 15px */ 
	color: #333333;
	font-weight: bold;
	line-height: 1.25em;  /* 22x1em = 16px */
	padding: 5px 0;
}

h4 {
	font-size: 0.75em; /*16x0.75em = 12px */
	color: #333333;
	line-height: 1.25em; /*12x1.25em = 15px */
	font-weight: bold;
	padding: 5px 0;
}

h5 {
	font-size: 0.75em; /*16x0.75em = 12px */
	color: #4C4C4C;
	line-height: 1.25em; /*12x1.25em = 15px */
	font-weight: bold;
	padding: 5px 0;
}

h6 {
	font-size: 0.69em; /*16x0.69em = 11px */
	color: #808080;
	line-height: 1.25em; /*12x1.25em = 15px */
	padding: 5px 0;
}

p, ul {
	padding: 5px 0;
}
p, li {
	font-size: 0.75em; /*16x0.75em = 12px */
	color: #4C4C4C;
	line-height: 1.25em; /*12x1.25em = 15px */
	/*margin-bottom: 1.25em;*/ /*12x1.25em = 15px */
}

li p, li li { font-size: 1em;}
li h2, li h3, li h4 { font-size: 1em; }

td h1, td h2, td h3, td h4, td h5, td h6, td p, td li,
th h1, th h2, th h3, th h4, th h5, th h6, th p, th li
{
	font-size: 1em;
}

h1.xxxlarge, 
h2.xxxlarge,
h3.xxxlarge,
h4.xxxlarge,
h5.xxxlarge,
h6.xxxlarge,
p.xxxlarge
{
	font-size: 1.88em; /*16x1.88em = 30px */
	line-height: 1em;
	/*color: #333;*/
	font-weight: 500;
}
h1.xxlarge, 
h2.xxlarge,
h3.xxlarge,
h4.xxlarge,
h5.xxlarge,
h6.xxlarge,
p.xxlarge
{
	font-size: 1.50em; /*16x1.50em = 24px */
	line-height: 1em;
	/*color: #403F3F;*/
	font-weight: bold;
}
h1.xlarge, 
h2.xlarge,
h3.xlarge,
h4.xlarge,
h5.xlarge,
h6.xlarge,
p.xlarge
{
	font-size: 1.38em; /*16x1.38em = 22px */
	line-height: 1em;
	/*color: #403F3F;*/
	font-weight: bold;
}

h1.large, 
h2.large,
h3.large,
h4.large,
h5.large,
h6.large,
p.large
{
	font-size: 1em; /*16x1em = 16px */
	line-height: 1em;
	/*color: #403F3F;*/
	font-weight: bold;
}

h1.medium, 
h2.medium,
h3.medium,
h4.medium,
h5.medium,
h6.medium,
p.medium
{
	font-size: 0.75em; /*16x0.75em = 12px */
	line-height: 1.25em; /*12x1.25em = 15px */
	/*color: #403F3F;*/
}

h1.small, 
h2.small,
h3.small,
h4.small,
h5.small,
h6.small,
p.small
{
	font-size: 0.69em; /*16x0.69em = 11px */
	/*color: #403F3F;*/
	font-weight: normal;
}

h1.xsmall, 
h2.xsmall,
h3.xsmall,
h4.xsmall,
h5.xsmall,
h6.xsmall,
p.xsmall
{
	font-size: 0.63em; /*16x1.50em = 10px */
	/*color: #403F3F;*/
	font-weight: normal;
}



td .small
{
	font-size: 0.92em; /*12x0.92em = 11px */
	/*color: #403F3F;*/
	font-weight: normal;
}


html body * .white { color: #fff; }

/* 
 *  strong, em  ----------------------
 */

strong { font-weight: bold; }
	.dark { color: #333; }
	p.light { color: #808080; }

em { font-style: italic; }

label { color: #4C4C4C; }
/* 
 *  align  ----------------------
 */

.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
.text_baseline {
	vertical-align: baseline;
}
.text_middle {
	vertical-align: middle;
}
.text_top {
	vertical-align: top;
}
 
/* 
 *  paddings  ----------------------
 */

.rss_ico .float_left { 
	width: 16px;
}
.rss_ico .float_right { 
	width: 150px;
}
 
/* 
 *  rulers  ----------------------
 */

.hr {
	background: none;
	height: 1px;
	margin: 7px 0;
	border-bottom: 1px solid #b3b3b3;
}
.hr hr { display:none; }
 
/* 
 *  br spacers  ----------------------
 */
 
.vspace_5 {
	padding: 5px 0;
}

.vspace_10 {
	padding: 10px 0;
}
 
.bspace_5 {
	padding: 0 0 5px 0;
}
.tspace_15 { padding: 15px 0 0 0; }
.rspace_15 { padding: 0 15px 0 0; }
.bspace_15 { padding: 0 0 15px 0; }
.lspace_15 { padding: 0 0 0 15px; }


 
  
/* 
 *  images  ----------------------
 */

/* TO DO : add margin: 5px 0 on images */

.img-left {
	float: left;
	margin: 0 15px 0 0;
}
.img-right {
	float: right;
	margin: 0 0 0 15px;
}
.img-vcenter {
	vertical-align: middle;
} 


 
/* 
 *  links  ----------------------
 */

a, a:link,
a:active, 
a:visited {
	color: #b91440;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* link divider */

.divider { 
	background: none;
	padding-left: 5px;
	padding-right: 5px;
}
.divider b {
    color: #ccc;
}

/* external links */


a.lnk_external {
	background: url(/css/images/ext_link.gif) top right no-repeat;
	padding-right: 18px;
}
 

/* link button */
.lnk_button, .lnk_button:link, 
.lnk_button:active, 
.lnk_button:visited, .lnk_button:hover {
	cursor:pointer; 
	cursor:hand; 
	line-height:2.18em;
	background:url(/css/images/button_r.gif) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-size: 0.92em; /*12x0.92em = 11px */
	height: 24px;
}
.lnk_button i {
	font-style: normal;
} 
.lnk_button b, .lnk_button:link b, 
.lnk_button:active b, 
.lnk_button:visited b, .lnk_button:hover b { 
	background:url(/css/images/button.gif) no-repeat left top; 
	display:block;
	display:inline-block;
	padding-left:10px; 
	line-height:2.18em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 999;
	height: 24px;
}

	a.lnk_button:hover { background:url(/css/images/button_r_over.gif) no-repeat right center; }
	a.lnk_button:hover b { background:url(/css/images/button_over.gif) no-repeat left center; }
 
 


/* link button on black background */

.blnk_button {
	cursor:pointer; 
	cursor:hand; 
	line-height:2.18em;
	background:url(/css/images/button_r_blackbg.png) no-repeat right center; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-size: 0.92em; /*12x0.92em = 11px */
	  /*12x0.92em = 18px */
	 margin-top: 2px;
	 margin-bottom: 3px;
	 height: 24px;
}
.blnk_button i {
	font-style: normal;
} 
.blnk_button b { 
	background:url(/css/images/button_blackbg.png) no-repeat left center; 
	height:18px;
	display:block;
	display:inline-block;
	padding-left:10px; 
	line-height:2.18em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase; height: 24px;
}

	a.blnk_button:hover { background:url(/css/images/button_r_over_blackbg.png) no-repeat right center; }
	a.blnk_button:hover b { background:url(/css/images/button_over_blackbg.png) no-repeat left center; }


/* small link button */

.lnk_button_s {
	cursor:pointer; 
	cursor:hand; 
	line-height:1.64em;
	background:url(/css/images/sbutton_r.gif) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-size: 0.92em; /*12x0.92em = 11px */
	  /*12x0.92em = 18px */
	 margin-top: 2px;
	 margin-bottom: 3px;
	 height: 18px;
}
.lnk_button_s i {
	font-style: normal;
} 
.lnk_button_s b { 
	background:url(/css/images/sbutton.gif) no-repeat left top; 
	height:18px;
	display:block;
	display:inline-block;
	padding-left:10px; 
	line-height:1.64em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	height: 18px;
}

	a.lnk_button_s:hover { background:url(/css/images/sbutton_r_over.gif) no-repeat right top; }
	a.lnk_button_s:hover b { background:url(/css/images/sbutton_over.gif) no-repeat left top; }

/* small link button on black background */

.blnk_button_s {
	cursor:pointer; 
	cursor:hand; 
	line-height:1.64em;
	background:url(/css/images/sbutton_r_blackbg.png) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-size: 0.92em; /*12x0.92em = 11px */
	  /*12x0.92em = 18px */
	 margin-top: 2px;
	 margin-bottom: 3px;
	 height: 18px;
}
.blnk_button_s i {
	font-style: normal;
} 
.blnk_button_s b { 
	background:url(/css/images/sbutton_blackbg.png) no-repeat left top; 
	height:18px;
	display:block;
	display:inline-block;
	padding-left:10px; 
	line-height:1.64em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	height: 18px;
}

	a.blnk_button_s:hover { background:url(/css/images/sbutton_r_over_blackbg.png) no-repeat right top; }
	a.blnk_button_s:hover b { background:url(/css/images/sbutton_over_blackbg.png) no-repeat left top; }


/* link with red arrow button (right) */

a.lnk_next,
a.lnk_next:link,
a.lnk_next:active,
a.lnk_next:visited,
a.lnk_next:hover
{
	color: #b91440;
	background: url(/css/images/red_arrow_next.gif) no-repeat right center;
	padding: 0 20px 0 0;
	border-bottom: none; 
}

a.blnk_next,
a.blnk_next:link,
a.blnk_next:active,
a.blnk_next:visited,
a.blnk_next:hover
{
	color: #b2b2b2;
	background: url(/css/images/red_arrow_next_blackbg.gif) no-repeat right center;
	padding: 0 20px 0 0;
	border-bottom: none; 
}

	.greylink_list a.lnk_next:link,
	.greylink_list a.lnk_next:active,
	.greylink_list a.lnk_next:visited,
	.greylink_list a.lnk_next:hover
	{
		color: #b91440;
	}

/* link with red arrow button (left) */

a.lnk_prev
{
	color: #b91440;
	background: url(/css/images/red_arrow_prev.gif) no-repeat left center;
	padding: 0 0 0 20px;
	
}

/* big grey button link */

a.biggrey_button {
	font-size: 0.75em;
	float: right;
	margin-left: 20px;
	display: block;
	text-decoration: none;
	width: 203px;
	padding: 0.90em 0 0 0;
	background: #ebebeb url(/css/images/bigButton_top.jpg) no-repeat top center;
}
a.biggrey_button:hover {
	font-size: 0.75em;
	color: #000;
	display: block;
	text-decoration: none;
	width: 203px;
	padding: 0.90em 0 0 0;
	background: #ebebeb url(/css/images/bigButton_top.jpg) no-repeat top center;
}
a.biggrey_button b {
	display: block;
	font-weight: normal;
	padding: 0 0 0.90em 0;
	background: transparent url(/css/images/bigButton_bot.jpg) no-repeat bottom center;
}
a.biggrey_button i {
	display: block;
	font-weight: normal;
	margin-right: 10px;
	padding: 0 10px 0 12px;
	font-style: normal;
	background: transparent url(/css/images/bigButton_arrow.gif) no-repeat right center;
}

 
/* 
 *  floats and clearfix  ----------------------
 */

.float_right {
	float: right;
}
.float_left {
	float: left;
} 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 











/* 
 *  VERTICAL LISTS ----------------------
 */

/*
ul {
	padding: 5px 0;
}
ul li {
	padding: 0;
}
*/

/* Bullet list */

/* add bullets to default ul in white_box, header_box, ... */
.body ul li {
	list-style: none;
	background: transparent url(/css/images/bullet.gif) no-repeat 0 0.5em;
	padding-left: 12px;
}

ul.bullet_list li {
	list-style: none;
	background: transparent url(/css/images/bullet.gif) no-repeat 0 0.5em;
	padding-left: 12px;
}

ul li ul { padding: 0px; }

/* List without bullets */

ul.nobullet_list li {
	list-style: none;
	background: none;
	padding-left: 0;
}

/* Link list */


ul.blink_list {
	padding: 0;
}
ul.blink_list li {
	background: none;
	padding: 0 0 5px 0;
}


/* Link list */

ul.link_list {
	padding: 0;
}
ul.link_list li {
	padding: 5px 0;
	background: none;
}

ul.link_list ul {
	padding: 10px 0;
	margin-left: 30px;
}
ul.link_list ul.bullet_list li{
	padding-top: 0;
	padding-bottom: 0;
	background: transparent url(/css/images/bullet.gif) no-repeat 0 0.5em;
	padding-left: 12px;
}

.link_list a:link, .link_list a:active, .link_list a:visited
{
	 
	text-decoration: none;
	color: #b91440;
}

.link_list a:hover
{
	/*color: #b91440;
	background: #ededed;*/
	text-decoration: underline;
}


/* Menu list */

ul.menu_list {
	padding: 5px 0;
}
.menu_list li {
	padding: 2px 0;
}
.menu_list a:link, .menu_list a:active, .menu_list a:visited
{
	padding: 3px 0;
	display: block;
	text-decoration: none;
	color: #b91440;
}

.menu_list a:hover
{
	padding: 3px 0;
	text-decoration: underline;
}

.menu_list a.selected:link, .menu_list a.selected:active, .menu_list a.selected:visited, .menu_list a.selected:hover
{
	color: #333333;
	background: #ededed;
	cursor: default;
	text-decoration: none;
	
} 

/* Grey link list */

ul.greylink_list {
	padding: 0;
}
.greylink_list li {
	padding: 5px 0;
}
.greylink_list a:link, .greylink_list a:active, .greylink_list a:visited
{
	 
	text-decoration: none;
	color: #595959;
}

.greylink_list a:hover
{
	text-decoration: underline;
}

.greylink_list a.selected:link, .greylink_list a.selected:active, .greylink_list a.selected:visited, .greylink_list a.selected:hover
{
	color: #333333;
	background: #ededed;
	cursor: default;
	display: block;
} 

 
/* Vertical list - divider dots */
 
.dotted_list {
	margin: 5px 0;
	padding: 0;
	/*position: relative; /* geeft conflict in IE met accordion! */
	background: url(/css/images/vdivider_list.gif) bottom left no-repeat; 
}

.dotted_list_nobottomborder {
	background: none; 
}

ul.dotted_list li {
	background: url(/css/images/vdivider_list.gif) top left no-repeat; 
	padding: 0;
	margin: 0;
}

ul.dotted_list li.first {
	background: none; 
	padding: 0;
	margin: 0;
}

	.dotted_list li ul { background: none; margin: 0; }
	.dotted_list li ul li { background: none; padding: 0; }
 

/* News list - columns */

.news_date { float: left; width: 8em; }
.news_desc { float: left; }
							
/* Specification list - columns */


.dotted_list .floatcol_left {
	width: 49%;
	float: left;
}

.dotted_list .floatcol_right {
	width: 49%;
	float: right;
}


/* News list */

.news_date {
	float: left;
	width: 100px;
	padding: 10px 0;
}

.news_item {
	float: left;
	width: 610px;
	padding: 10px 0;
}

/* Event list */

.event_date {
	float: left;
	width: 165px;
	padding: 10px 0;
}

.event_item {
	float: left;
	width: 545px;
	padding: 10px 0;
}
.event_item h2 {
	font-size: 1.38em;
	color: #333333;
	font-weight: bold;
}


								
/* Compact Product List - Sidebar */


.compact_product_list {
}

.compact_product_list li {
	text-align: center;
	background: url(/css/images/hruler.gif) repeat-x;
	padding: 15px 0;
}

.compact_product_list img {
	display: block;
	margin: 0 auto 5px auto;
}

.compact_product_list li.first {
	text-align: center;
	background: none;
	padding: 5px 0 15px 0;
}
.compact_product_list a:link, .compact_product_list a:active, .compact_product_list a:visited
{
	text-decoration: none;
}	
.compact_product_list a:hover
{
	text-decoration: underline;
}	

/* Alfabeth List - Shop locator */

p.alfabeth_list {
	
}
.alfabeth_list a {
	margin-left: 12px;
	text-transform: uppercase;
	/*border-bottom: 6px solid #fff;*/
	text-decoration: none;
}
.alfabeth_list a:hover {
	margin-left: 12px;
	text-transform: uppercase;
	border-bottom: 6px solid #b91440;
	text-decoration: none;
}
.alfabeth_list a.disabled {
	color: #808080;
	cursor: default;
	text-decoration: none;
}
.alfabeth_list a.selected {
	cursor: default;
	text-decoration: none;
	border-bottom: 6px solid #b91440;
}

/*
 * PRODUCT LIST MEDIA ----------------------
 */

.product_list_media  {
	/*width: 700px;*/
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.product_list_media ul {
	width: 100%;
}

.product_list_media ul li {
	float: left;
	width: 202px;	
	background: none;
	margin: 5px 20px 5px 0; 
	padding: 0;
}

.product_list_media img {
	border: 1px solid #d9d9d9;
	margin: 10px 0;
}

.product_list_media a:hover img {
	border-color: #b91440;
}

/* 
 *  HOME PRODUCTS MENU ----------------------
 */  
 
.home_products {
}

.home_products ul {
	position: relative;
}

.home_products li {
	margin: 0;
	padding: 0;
	float: left;
	width: 185px;
	height: 153px;
}

.home_products a:link, .home_products a:active, .home_products a:visited
{
	text-decoration: none;
	color: #333;
}
.home_products a:hover, .home_products a:hover span
{
	text-decoration: underline;
	color: #333;
}

.home_products span {
	display: block;
	position: relative;
	top: -2em;
	text-align: center;
}
.home_products img {
	width: 185px;
	height: 153px;
}
	
	
	
/* 
 *  HORIZONTAL LISTS ----------------------
 */

/* Horizontal list - divider dots */

ul.dotted_hlist {
	position: relative;
	margin: 0;
	padding: 0;
}
ul.dotted_hlist li {
	float: left;
	background: url(/css/images/vruler.gif) left center repeat-y; 
	padding: 5px 15px 5px 15px;
}
ul.dotted_hlist li.first {
	float: left;
	background: none; 
	padding: 5px 15px 5px 0;
}


/*
 * 	car accessories database
 */

.car_brands {
	width: 710px;
	padding: 0;
	margin: 0;
	height: 155px;
}

.previous_button {
	float:left; 
	width: 30px;
	height: 155px;
	background: url(/css/images/productcategoryscroller/pcs_prev_btn.png) center right no-repeat;
	z-index: 100;
	cursor: pointer;
	behavior: url(/css/iepngfix.htc);
}

.car_brands_inner {
	float: left;
	width: 600px;
	height: 155px;
	overflow: hidden;
}

.car_brands_inner ul { padding: 0; margin: 12px 0 0 0;}
.car_brands_inner ul li { float: left; width: 150px; height: 155px;text-align: center; background: none; padding:0; margin: 0; }
.car_brands_inner ul li span { display: block; width: 150px; }

.next_button {
	float:left; 
	width: 30px;
	height: 155px;
	background: url(/css/images/productcategoryscroller/pcs_next_btn.png) center left no-repeat;
	z-index: 100;
	cursor: pointer;
	behavior: url(/css/iepngfix.htc);
}	

















/* 
 *  FORMS ----------------------
 */


/*
 *  Form table 
 */  

.formtable td {
	font-size: 0.75em; /*16x0.75em = 12px */
	padding: 5px 0 5px 0;
	vertical-align: top; 
}
.formtable td label {
	line-height: 1.5em;
	padding-right: 10px;
}
/*
 *  Form elements 
 */ 

 

select.sel,
input.txt, 
input.txa 
{ 
	font-size: 0.92em; /*12x0.92em = 11px */
	color: #808080;
}


input.readonly
{ 
	background: #fff;
	border: none;
}

input.chb {
	margin-right: 10px;
}

input.rbt {
	margin-right: 10px;
}

/*
 *  Width
 */ 

input.width_m {	
	width: 171px;
}
select.width_m {
	width: 175px;
}
textarea.width_m {
	width: 171px;
}

input.width_l {	
	width: 253px;
}
select.width_l {
	width: 257px;
} 

select.width_dd,
select.width_mm {	
	width: 50px;
}
select.width_yyyy {	
	width: 70px;
}
input.width_zip {	
	width: 70px;
}


.input_info { padding-left: 10px; font-size: 0.92em; color: #4C4C4C;  }
.indent { padding-left: 10px;   }
/*
 * 
 */

.btn_search { vertical-align: middle; margin: 0 5px; padding: 0;}



/*
 * errormessages
 */

.errormessages {
	background: #ededed;
	padding: 10px 15px;
	margin: 10px 0 10px 0;
	
}
.errormessages ul {
	
}
.errormessages ul li {
	background: none;
	padding-left: 0;
	color: #b91440;
}










/* 
 *  TABLES ----------------------
 */  

/*
 * Layout table
 */

.layouttable {
	margin: 5px 0;
	width: 100%;	
	
}

.layouttable td {
	font-size: 0.75em; /*16x0.75em = 12px */
	line-height: 1.42em; /*12x1.42em = 17px */
	vertical-align: top;
	/*padding: 2px 3px;	*/
	padding: 2px 0;
	
}

.layouttable th {
	font-size: 0.75em; /*16x0.75em = 12px */
	line-height: 1.42em; /*12x1.42em = 17px */
	vertical-align: top;
	/*padding: 2px 3px;	*/
	padding: 2px 0;
}

.layouttable td.dottedborder_left {
	background: url(/css/images/vruler.gif) repeat-y;
	padding-left: 45px;
}

.layouttable td.text_middle, .layouttable th.text_middle {
	vertical-align: middle;
}
.layouttable td.text_bottom, .layouttable th.text_bottom {
	vertical-align: bottom;
}

/*
 *  Data table 
 */ 

table td, table th { 
	font-size: 0.75em; /*16x0.75em = 12px */
	line-height: 1.25em; /*12x1.42em = 17px */
}

table.compare {
	margin: 0 !important;
}
.datatable {
	margin: 5px 0;
	width: 100%;	
	border-top: 1px solid #f2f2f2;
}
.datatable.noheader {
	border-top: none;
}

.datatable td {
	/*font-size: 0.75em;*/ /*16x0.75em = 12px */
	/*line-height: 1.25em;*/ /*12x1.42em = 17px */
	background: none;
	border-bottom: 1px solid #f2f2f2;
	/*vertical-align: middle;*/
	vertical-align: top;
	padding: 4px 3px 5px 3px;		 
}
.datatable .bordertop td {
	border-top: 1px solid #f2f2f2;	 
}


.datatable th {
	/*font-size: 0.75em;*/ /*16x0.75em = 12px */
	/*line-height: 1.25em;*/ /*12x1.42em = 17px */
	background: #f2f2f2;
	border-bottom: 10px solid #fff;
	/*vertical-align: middle;*/
	vertical-align: top;
	padding: 4px 3px 4px 3px;	
}

.datatable td.th {
	/*font-size: 0.75em;*/ /*16x0.75em = 12px */
	/*line-height: 1.25em;*/ /*12x1.42em = 17px */
	background: #f2f2f2;
	border-bottom: 10px solid #fff;
	border-top: 10px solid #fff;
	/*vertical-align: middle;*/
	vertical-align: top;
	padding: 4px 3px 4px 3px;	
	 
}

.datatable td.text_middle, .datatable th.text_middle {
	vertical-align: middle;
}
.datatable td.text_bottom, .datatable th.text_bottom {
	vertical-align: bottom;
}


.datatable th.lastrow {
	background: #fff;
	padding: 4px 3px 0px 3px;	
}

.datatable th.white {
	background: #fff url(/css/images/tables/th_border.gif) left bottom no-repeat;
	padding: 0px 3px 4px 3px;	
	border-bottom: none;
}

/*
 *  Data table with 10px border between columns
 *  .datatable .cellspacing
 */

.cellspacing td {
	border-left: 10px solid #fff;
}

.cellspacing th {
	border-left: 10px solid #fff;
}
.cellspacing td.first, .cellspacing th.first 
{
	border-left: none;
}

/*
 *  Compare column
 */

.datatable td.compare {
	width: 105px;
	background-color: #ededed;
	padding: 0;
	text-align: center; 
	vertical-align: middle;
}

.datatable th.compare {
	width: 105px;
	background: #ededed url(/css/images/tables/td_border.gif) left bottom no-repeat;
	padding: 0; 	
}
th.compare a { margin: 5px; }

/*
 *  Table headers with rounded corners
 */

.datatable .rounded { 
	padding: 0px 0px 11px 0px; 
	vertical-align: top;
}
.datatable .rounded .rounded_inner { 
	display: block;
	padding: 2px 3px 3px 3px;
}
 
.datatable .corner_left { 
	display: block; 
	background: url(/css/images/tables/td_corner_left.gif) top left no-repeat; 
}
.datatable .corner_right { 
	display: block; 
	background: url(/css/images/tables/td_corner_right.gif) top right no-repeat; 
	/*border-bottom: 10px solid #fff;*/
}

.datatable th.roundedbottom { 
	padding: 0 0 0 0; 
	vertical-align: bottom;
	background-image: none;
}
.datatable .roundedbottom .rounded_inner { 
	display: block;
	padding: 3px 3px 3px 3px;
}

.datatable .corner_bottomleft { 
	display: block; 
	background: url(/css/images/tables/td_corner_bottomleft.gif) bottom left no-repeat; 
}
.datatable .corner_bottomright { 
	display: block; 
	background: url(/css/images/tables/td_corner_bottomright.gif) bottom right no-repeat; 
}




.datatable .compare .chb {
	margin-right: 5px;
} 
 
	
/*
 *  Sortable table headers 
 */
 
.datatable a.sort:link, .datatable a.sort:active, .datatable a.sort:visited
 {
	display: block;
	padding: 0 25px 0 0;
	color: #808080;
	cursor: pointer;
	background: url(/css/images/tables/sort.gif) right bottom no-repeat;	
}
.datatable a.sort:hover {
	color: #4C4C4C;
	text-decoration: none;
	background: url(/css/images/tables/sort_over.gif) right bottom no-repeat;
}
 
.datatable a.sortedAZ:link, .datatable a.sortedAZ:active, .datatable a.sortedAZ:visited, .datatable a.sortedAZ:hover
 {
	display: block;
	padding: 0 25px 0 0;
	color: #333;
	cursor: pointer;
	background: url(/css/images/tables/sortAZ.gif) right bottom no-repeat;	
}

.datatable a.sortedZA:link, .datatable a.sortedZA:active, .datatable a.sortedZA:visited, .datatable a.sortedZA:hover
{
	display: block;
	padding: 0 25px 0 0;
	color: #333;
	cursor: pointer;
	background: url(/css/images/tables/sortZA.gif) right bottom no-repeat;	
}


/* fix whitespaces underneath images */
.datatable img { display: block; float: left; }

/* marginj right product infor in compare table */
.datatable .product_info { margin-right:10px; }

/* PRODUCT INFO */

/* Product info spec */
.product_info_spec { padding: 5px 0 20px 0; }
.product_info_spec .visual { width: 132px; float: left; }
.product_info_spec .visual img { margin: 5px 30px 5px 0; }
.product_info_spec .description { padding-left: 162px; }
	
/* All Products item */			 
.allproduct_item .visual { width: 220px; float: left; }
.allproduct_item .visual img { margin: 10px 15px 0 0; }
.allproduct_item .link_list { width: 235px; padding: 17px 0 17px 10px; margin: 0; float: left; }
.allproduct_item .link_list li { padding:4px 0pt; }

/* Product info compare */
.product_info_compare {	padding: 0; position: relative; background: #EFF url(/css/images/hruler.gif) repeat-x; position: relative; }
.product_info_compare .picture { float: left; width: 130px; }
.product_info_compare .compare { background: #CCC; float: right; width: 130px; height: 100px; }
.product_info_compare .picture img { margin: 15px 0; }
.product_info_compare .description { padding-left: 132px; }
						
/* Product info */
.product_info { padding: 5px 0 0 0; position: relative; }
.product_info .picture { float: left; }
.product_info .picture img { margin: 15px 0; }
.product_info .description { padding-left: 142px; }	
						
/* Product info - support */
.product_info_support { padding: 5px 0 5px 0; }
.product_info_support .picture { width: 132px; float: left; }
.product_info_support .picture img { margin-top: 20px; }
.product_info_support .description { margin-left: 32px; width: 546px; float: right; } 		
.product_info_support .description ul.float_left { width: 263px; background: url(/css/images/vruler.gif) top right repeat-y; margin-bottom: 5px; }
.product_info_support .description ul.float_right { width: 273px; padding-left: 10px; margin-bottom: 5px; }
.product_shortinfo { padding: 15px 0; text-align: center; } 
.product_shortinfo img { display: block; margin: 0 auto 5px auto; }

/* DESK VISUAL */ 
.desk_visual { position: relative; margin: 5px; }
.desk_visual_body { position: absolute; left: 0; top: 0; }

/*  Desk  */
.desk_car_accessories { margin: 5px; width: 740px;	}
.desk_car_accessories_inner { background: url(/css/images/desk_car_accessories_bg.png); behavior: url(/css/iepngfix.htc); padding: 15px 0 10px 200px; }
.desk_car_accessories_bottom { background: url(/css/images/desk_car_accessories_b_bg.png); height: 5px; overflow: hidden; behavior: url(/css/iepngfix.htc); }
.desk_car_accessories p.large { color: #fff; }	
.desk_car_accessories p label { color: #b2b2b2; }				 				
.desk_car_accessories .sel { width: 150px; margin-right: 30px; margin-top: 3px; }				 
.desk_car_accessories .blnk_button_s { margin-top: 15px; }


/* PAGING */ 
.paging { background: #ededed; padding: 0; margin: 10px 0; color: #333; }
.paging .divider b { color: #ededed;}

/* VISUAL 740px */ 
.visual_740 { margin: 5px 5px 10px 5px; padding: 0; position: relative; } 
.visual_740 .visual_body { position: absolute; left: 0; top: 0; } 

/* DISCOVER 750px x 360px */ 
.discover_750x360 { width: 750px; height: 360px; position: relative; padding: 0 0 5px 0; }
.discover_750x360 .discover_body { position: absolute; left: 0; top: 0; }
.discover_750x360 .discover_menu { position: absolute; margin: 5px; left: 409px; bottom: 5px; background: url(/css/images/vruler.gif) top left repeat-y; padding: 10px; }	  