/* CSS Document */
body#plain { padding: 5px; text-align: left; }
body#browser { padding: 0px; margin:0px; text-align: left; }

.clear, .brclear {
	clear:both;
	font-size:0px;
}

.waitdiv {
	z-index: 10000;
	background-image: url(../img/wait16.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 22px;
	height: 22px;
}

.largewait {
	background-image: url(../img/wait.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 100%;
}
.waitleft {
	background-image: url(../img/wait16.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}

.tr_hide { display: none; }

div#doc2 { position: relative; }
.hide { display: none; }
td.small_link { text-align: right; }

div#load_account { text-align: right; font-size: 74%; }

a, a:hover { color: #003399; }

div.aligncenter, th.aligncenter, td.aligncenter { text-align: center; padding-top: 3px; }
div.alignright, th.alignright, td.alignright { text-align: right; padding-top: 3px; }
div.back { text-align: right; margin-top: -3px; }


div.menupanel_title { font-weight: bold; border-bottom: 1px solid #000000; cursor: pointer;}
/*div.menupanel_content{height: 100px; overflow: auto;} */

h3 { width: 100%; font-weight: bold;}
p.explain { font-size: 80%; border-bottom: 1px solid #4c4a3f; margin-bottom: 3px; padding-bottom: 2px; }
div.menupanel_title a, h3 a { color: #000000; text-decoration: none; }

div.copyright { text-align: center; font-size: 74%; }
div.footerlinks { text-align: center; font-size: 74%; }

div.submit_button, div.final_button { text-align: center; padding: 3px; }

.password_strength { 
	font-size: 76%;
	font-style: italic;
}

p.fatal_error {
	font-weight: bold;
	color: #990033;
	font-size: 140%;
	font-style: italic;
}
p.fatal_error_explain {
	font-size: 80%;
	border-top: 2px solid #990033;
	padding: 3px;
}

table.address_item { width: 100%; }

/* main page */
/*img.shop_logo { border: 0px; } */

/* basketstatus */
div#basketstatus { position: absolute; top: 8px; right: 10px; z-index: 20;}
div#basketstatus div#shopper_status { position: relative; right: 0px; text-align: right; }
div#basketstatus div#prods_in_basket { text-align: right; display: block; }
div#basketstatus div#cartpanel_cart { display: none; background-color: #fcfcfc; }
div#basketstatus div#cartpanel_inner { position: absolute; right: 0px; background-color: #ffffff; width: 400px; z-index: 1; }

table.table_cartpanel { width: 640px; }
table.table_cartpanel th { font-weight: bold; text-align: left; padding: 5px; }
table.table_cartpanel td.cart_panel_img { width: 180px; text-align: left; padding: 10px; }

table.table_cartpanel td.cart_panel_detail h2 { height: 40px; font-weight: bold; }
table.table_cartpanel td.cart_panel_detail p { height: 130px; font-style: italic; }
table.table_cartpanel td.bottom_left { padding: 10px; }
table.table_cartpanel td.bottom_left a { margin-right: 5px; }
table.table_cartpanel td.bottom_right { text-align: right; }

/* finish > cart */
table.cart, table.carttotals, table.totals { width: 100%; }
table.cart td { border-bottom: 1px solid #f5f5f5; }

table.cart th { font-weight: bold; border-bottom: 1px solid #000000; padding: 2px; }
table.cart td { padding: 2px; }
table.cart td.c_del { width: 30px; }
table.cart td.c_price, table.cart th.c_price { text-align: right; width: 100px; }
table.cart td.c_quantity, table.cart th.c_quantity { text-align: center; width: 100px; }

table.totals td.left { width: 55%; }
table.totals td.right { width: 45%; }

table.carttotals { border-top: 1px solid #000000; }
table.carttotals th { text-align: right; padding: 2px; }
table.carttotals td { text-align: right; width: 100px; padding: 2px; }
table.carttotals tr.total td, table.carttotals tr.total th { border-top: 1px solid #000000; font-weight: bold; }

table.carttotals td.small_cart_link { text-align: left; font-size: 74%; }

table.stack_childs { margin-left: 50px; width: 100%; }
table.stack_childs td, table.stack_childs th { font-size: 87%; }

/* finish > checkout */
table.payment, table.shipping {
	cursor: pointer;
	width: 100%;
	
	border: 1px dotted #eeeeee;
	margin: 3px;
}
table.payment td, table.shipping td { padding: 2px; }
th.payment_name, th.shipping_name { font-weight: bold; width: 100%; }
iframe.terms_iframe {
	border: 0px;
	border-bottom: 1px solid #000000;
	border-right: 0px;

	padding: 0px;
	margin: 1px;
	width: 915px;
	height: 100px;
}

/* standby */
div.standbymessage {
	margin-top: 200px;
	padding-top: 50px;
	background-color: #ffffff;
	padding-bottom: 50px;
	border-top: 1px solid #7f7860;
	border-bottom: 1px solid #7f7860;
	background-image: url(/shop/enterprise/css/img/wait.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}
div.standbymessage h3 { font-weight: bold; font-size: 120%; }
div.standbymessage p { padding:10px; }
div.standbymessage p.smallink { font-size: 74%; }

/* boxes */
div.box {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:1760px;
	z-index:1;
	margin-left:5px; /* default, width of left corner */
	margin-bottom:0.1em; /* spacing under dialog */
}

div.box div.boxcontent,
div.box div.t,
div.box div.b,
div.box div.b div.bl {
	background-color: transparent;
	background-image: url(/shop/skin/commerce/img/bg-box.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.box div.boxcontent {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.box div.t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:10px; /* top slice width */
 margin-left:-5px;
 margin-right:-5px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

div.box div.b {
 /* bottom */
 position:relative;
 width:100%;
}

div.box div.b,
div.box div.b div.bl {
 height:5px; /* height of bottom cap/shade */
 font-size:1px;
}

div.box div.b {
 background-position:bottom right;
 text-align: left;
}

div.box div.b div.bl {
 position:relative;
 width:10px; /* bottom corner width */
 margin-left:-5px;
 margin-right:-5px;
 background-position:bottom left;
}


/* result tabellen */

table.results, table.receipts { width: 100%; }
table.receipts th, table.receipts td, table.results th, table.results td { padding: 2px; }
table.receipts th, table.results th { border-bottom: 1px solid #000000; font-weight: bold; }
table.results .quantity { width: 15%; text-align: center;}
table.results .price { width: 15%; text-align: right; }

table.promo_code { font-size: 77%; }

/* formulieren */
table.form { width: 90%; }
table.form th { width: 38%; }
table.form td { width: 62%; }

table.shipbillsame { margin: auto; margin-top: 5px; }
table.shipbillsame td {  padding: 3px; }

div.row_search_term { float: left; display: inline; }
div.row_search_submit { margin-left: 2px; padding: 3px; }



input.hbutton, img.hbutton { 
	border: 0px;
}

input.product_qty, input.product_qty-focus, input.text, input.text-focus, input.error, input.simplesearch, input.simplesearch-focus, input.small, input.small-focus, input.simplemailinglist, input.simplemailinglist-focus { border: 1px solid #aaaaaa; width: 250px; padding: 2px; margin: 1px; }
input.product_qty-focus, input.text-focus, input.simplesearch-focus, input.small-focus, input.simplemailinglist-focus, input.simplelogin, input.simplelogin-focus { border: 1px solid #000000; }

input.product_qty, input.product_qty-focus { width: 60px; text-align: center; }

input.simplesearch, input.simplesearch-focus, input.simplelogin, input.simplelogin-focus { width: 150px; }

input.small, input.small-focus { width: 60px; }

textarea.textarea, textarea.textarea-focus { border: 1px solid #aaaaaa; width: 917px; height: 60px; padding: 2px; margin: 1px; }
textarea.textarea-focus { border: 1px solid #000000; }
fieldset.contact textarea.textarea, fieldset.contact textarea.textarea-focus { width: 250px; }

input.error, textarea.error { border: 1px solid red; color: red; background-image: url(../img/bg-input-error.gif); background-repeat: no-repeat; background-position: right top; }
input.wait { border: 1px solid orange; background-image: url(../img/wait16.gif); background-repeat: no-repeat; background-position: right top; }
span.text-error, div.input_error { font-size: 74%; color: red; }
fieldset.error label { color: red; }

table.form textarea { width: 250px; }

select.select { width: 256px; margin: 1px; }
select.select { text-transform: capitalize; }
select.gender { margin: 1px; }
select.productoption { width: 150px; }
table.suggestion_options td select.productoption { width: 150px; font-size: 76%; }

select#tf_acceptgiro_birth_day, select#tf_incasso_birth_day, select#tf_acceptgiro_birth_month, select#tf_incasso_birth_month, select#td_card_year, select#tf_acceptgiro_birth_year, select#tf_incasso_birth_year { width: 60px; }

select#td_card_month { width: 110px; }

label { cursor: pointer; }

label.is_pobox { display: block; padding-top: 2px; }
input.checkbox { margin: 0px; margin-right: 4px; float: left; }
input.radio { margin: 4px; }

#tellafriend textarea.textarea, #tellafriend textarea.textarea-focus { width: 350px; }

div.submit { margin-left: 244px; }
fieldset.contact div.optional, fieldset.contact div.required {
	clear:left;
	display:block;
	margin:5px 0pt 0pt;
	padding:1px 3px;
}
fieldset.contact label.field_name { 
	display: block;
	float:left;
	margin:0pt 0pt 5px;
	padding:3px 5px;
	text-align:right;
	width:45%;
}
fieldset.contact div.form_field {
	margin-left: 46%;
}
fieldset.contact label.checkbox {
	display:inline;
}

div.checkbox { padding: 3px; margin-bottom: 1px; }

/*.tellafriend_panel { 
	position: absolute;
}*/

/* category tree */
div.tr_item { margin: 1px; padding-left: 15px; cursor: pointer; }
div.tr_children { margin: 1px; padding-left: 15px; }

.open {
	background-image: url(../img/bg-tree-open.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	font-weight: bold;
}
.closed {
	background-image: url(../img/bg-tree-closed.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.open a { font-weight: bold; }

/* category page */
div.product_details table { cursor: pointer; }

div.browsebar { font-size: 77%; }
div.browsebar div { float: left; padding: 0px; margin: 0px; }
div.browsebar div.selects { width: 225px; }
div.browsebar div.quantity { margin-left: 3px; }
div.browsebar div.counting { width: 205px; margin-top: 3px; }
div.browsebar div.paging { width: auto; text-align: right; float: right; margin-top: 3px; }
div.browsebar div.paging span, div.browsebar div.paging li { 
	float:left;
	margin-left:3px;
	margin-right:3px;
}
div.browsebar div.paging span, div.browsebar div.paging li.current {
	font-weight: bold;
}

td#pagelinks a { margin-left: 2px; margin-right: 2px; color: #000000; font-weight: bold; }

div.image { position: relative; }
img.cat_promo { position: absolute; right: 2px; bottom: 2px; z-index: 2; }

/* product page */
div.product h2 { font-size: 150%; font-weight: bold; }

table.productb2b_details { width: 100%; }
table.productb2b_details td { width: 50%; padding: 1px; }

table.variant_detail, table.price_detail { width: 100%; }
table.variant_detail th { width: 40%; }
table.price_detail th { width: 40%; }

div.images_bottom div.product_image { text-align: center; padding: 3px; margin-bottom: 1px; }
div.images_bottom div.extra_images { border-top: 1px solid #000000; }
div.images_bottom div.extra_images img { margin-right: 2px; margin-top: 3px; border: 1px solid #000000; }

div.images_left { position: relative; }
div.images_left div.extra_images { position: absolute; left: 2px; width: 74px;}
div.images_left div.extra_images img { border: 0px; }
div.images_left div.product_image { border: 0px; float: none; }
div.images_left div.product_image img { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table.b2b_variant { width: 100%; border-collapse: separate; border-spacing: 2px; }
table.b2b_variant td.b2b_variant_img { width: 20%; border: 0px; text-align: center; }
table.b2b_variant td.b2b_variant_img img { margin-top: 10px; margin-bottom: 10px; }
table.b2b_variant td.b2b_variant_detail { width: 80%; border: 1px dotted #dddddd; }

table.b2b_variant td.b2b_variant_detail2 { width: 80%; border: 1px solid #dddddd; }
table.b2b_variant td.b2b_variant_detail2 td.b2b_quantity { width: 20%; }
table.b2b_variant td.b2b_variant_detail2 td.attribute_values { width: 40%; }
table.b2b_variant td.b2b_variant_detail2 td.b2b_price { width: 30%; }

table.b2b_variant td.b2b_variant_detail2 td.b2b_price table.price_detail th { width: 70%; }

div.product_left { float: left; width: 320px; }
div.product_right { margin-left: 321px; }

div#productdescription { margin-top: 10px; margin-bottom: 10px; }

div.product_files a { text-align: center; text-decoration: none; display: table; }
div.product_file { float: left; width: 150px; } 

div.product_file .file { width: 48px; height: 48px; }
div.product_file .wmv {
	background-image: url(../img/icon-wmv.png);
	background-repeat: no-repeat;
}
div.product_file .pdf {
	background-image: url(../img/icon-pdf.png);
	background-repeat: no-repeat;
}
div.product_file .swf {
	background-image: url(../img/icon-swf.png);
	background-repeat: no-repeat;
}
div.product_file .doc {
	background-image: url(../img/icon-doc.png);
	background-repeat: no-repeat;
}
div.product_file .www {
	background-image: url(../img/icon-www.png);
	background-repeat: no-repeat;
}

table.product_options th, table.product_quantity th {
	width: 140px;
}
table.product_options td, table.product_quantity td { height: 20px; padding: 1px; }
table.suggestion_options td { padding: 2px; border-bottom: 1px solid #cccccc; }

div.product_price {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}
div.each_quantity { font-size: 70%; font-style: italic; }

div.old_price {
	text-align: left;
	text-decoration: line-through;
	margin-left: 40px;
}


div.suggestion { float: left; width: 33%; }
div.last { width: 34%; }

div.suggestbutton, div.suggestbutton-hover, div.suggestbutton-checked { background: red; width: 187px; height: 20px; }
div.suggestbutton-hover { background: orange; }
div.suggestbutton-checked { background: green; }
div.suggestion div.suggestion_name { font-weight: bold; }
div.suggestion div.suggestion_image { height: 130px; text-align: center; margin-top: 4px; }
div.suggestion div.suggestion_description { height: 140px; }
div.suggestion div.suggestion_price { height: 35px; }
div.suggestion div.suggestion_options { margin-top: 10px; margin-bottom: 10px; }
div.suggestion div.suggestion_options select { width: 183px; }

div.attribute_description { 
	margin-top: 15px;
	display: none;
	position: absolute;
	width: 315px;
	background: #eeefdd;
	border: 1px solid #dfe0d0;
	font-size: 85%; 
}
div.attribute_description div.hd { background-color: #dfe0d0; font-weight: bold; padding: 5px; }
div.attribute_description div.bd { padding: 5px; }

#tellafriend_panel .hd { padding: 5px; background-color: #000000; border: 1px solid #ffffff; border-bottom: 2px; color: #ffffff; font-size: 133%; }
#tellafriend_panel .bd { padding: 5px; padding-top: 20px; }

/* lightbox */
#notifypanel { background: #fff; border: 1px solid #000000; }
#notifypanel .hd { padding: 5px; background-color: #000000; border: 1px solid #ffffff; border-bottom: 2px; color: #ffffff; font-size: 133%; }
#notifypanel #overlay_msg { padding-top: 20px; }

strong { font-weight: bold; }
i { font-style: italic; }

div.article p {
	margin-bottom: 10px;
}

/* tabs */
/* default space between tabs */
.yui-navset .yui-nav li {
    margin-left:1em; /* horizontal tabs */
}
/* core */
.yui-nav, .yui-nav li {
    margin:0;
    padding:0;
    list-style:none;
}
.yui-navset li em { font-style:normal; }

.yui-navset {
    position:relative; /* contain absolute positioned tabs (left/right) */
    zoom:1;
}

.yui-navset .yui-content { zoom: 1; }
.yui-content div.tab-content { margin-left: 8px; padding: 4px; padding-top: 8px; }

.yui-navset .yui-nav li {
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
}

.yui-navset .yui-nav a {
    outline:0; /* gecko: keep from shifting */
}

.yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */

.yui-navset .yui-nav li a {
    display:block;
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
    zoom:1;
}

.yui-navset .yui-nav li a em { display:block; }

.yui-navset .yui-nav .selected a { color: #000000; text-decoration: none; cursor: default; }

a#print_terms, a#save_terms { font-size: 76%; }

img.crop_variant { cursor: pointer; }

table.personal_variants { width: 100%; }
table.personal_variants th { font-weight: bold; padding: 3px; border-bottom: 1px solid #000000; }
table.personal_variants th.format { width: 50%; }
table.personal_variants th.price { width: 25%; }
table.personal_variants th.continu { width: 25%; }

table.personal_variants td { padding: 3px; border-bottom: 1px solid #cccccc; }

/* notify msg overlay */
.mask { z-index: 48; }

/* plain articles */
#plain h1, #plain h2, #plain h3, #plain h4,
.smallarticle h1, .smallarticle h2, .smallarticle h3, .smallarticle h4,
.smallarticle-hover h1, .smallarticle-hover h2, .smallarticle-hover h3, .smallarticle-hover h4,
.article h1, .article h2, .article h3, .article h4 { font-weight: bold; margin-top: 10px; margin-bottom: 10px; }

#plain h1, .smallarticle h1, .smallarticle-hover h1, .article h1 { font-size: 136%; }
#plain h2, .smallarticle h2, .smallarticle-hover h2, .article h2 { font-size: 122%; }
#plain h3, .smallarticle h3, .smallarticle-hover h3, .article h3 { font-size: 114%; }
#plain h4, .smallarticle h4, .smallarticle-hover h4, .article h4 { font-size: 107%; }

/* debug data */
#debug_data, #timing_data {
	padding: 5px;
	background:#eeeeee;
	font-size:76%;

	width: 300px;
	height:500px;
	overflow:auto;
	text-align: left;

	border: 1px solid #000000;
	
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 8000;
}


/* banner data */
table#banner_login { width: 100%; }
table#banner_login input { width: 200px; }

table.report { width: 100%; }
table.report th, table.report td { padding: 2px; }
table.report tr.odd th, table.report tr.odd td { background-color: #F5F5F5; }

table#sb_payments th { border-bottom: 1px solid #000000; font-weight: bold; }

select.ad_list { width: 100%; }
select.ad_list option { padding: 2px; }

div.sb_example, div.sb_code { border: 1px solid #f2f2f2; text-align: center; background-color: #f9f9f9; padding: 10px; margin-top: 10px; }
div.sb_example h3, div.sb_example p, div.sb_code h3, div.sb_code p { text-align: left; }
textarea.banner_code { width: 583px; }

div.sb_article { padding-left: 10px; }

/* sb graphs */
.sb_graph { position: relative; }
#graph_ad_name {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 3px;
	font-size: 76%;
	font-style: italic;
}

.barGraph {
	background: url(../img/horizontal_line.png) bottom left;
	border-bottom: 3px solid #333;
	font: 8px Helvetica, Geneva, sans-serif;
	height: 200px;
	padding: 0;
	position: relative;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.barMonths {
	font: 8px Helvetica, Geneva, sans-serif;
	height: 17px;
	margin: 0;
	padding: 0;
	position: relative;
}
.barGraph li {
	background: #666 url(../img/bar_highlight.png) repeat-y top right;
	border: 1px solid #555;
	border-bottom: none;
	bottom: 0; 
	color: #FFF;
	margin: 0; 
	padding: 0 0 0 0;
	position: absolute;
	list-style: none;
	text-align: center;
	width: 39px;
}
.barMonths li {
	border: 1px solid none;
	bottom: 0; 
	color: #000;
	margin: 0; 
	padding: 0;
	position: absolute;
	list-style: none;
	text-align: center;
	width: 39px;
}

.barGraph li.p1{ background-color:#444; }
.barGraph li.p2{ background-color:#666; }
.barGraph li.p3{ background-color:#888; }
.barGraph li.p4{ background-color:#AAA; }
.barGraph li.p5{ background-color:#CCC; }
.barGraph li.p6{ background: none; border: 0; color: #000;}


/* stats numbers */
#report_numbers1 td { width: 20%; }
#report_numbers2 td { width: 25%; }

table.stats_table { width: 100%; }
table.stats_table th { width: 25%; }
table.stats_table td { width: 75%; }


/* toevoeging op yui-grids: 5 cols */
.yui-gg .yui-u
{float:right;display:inline;}
.yui-gg div.first{float:left;}
.yui-gg .yui-u{width:19.1%;float:left;margin-left:0.9%;*margin-left:0.895%;}
.yui-gg div.first{margin-left:0;}
.yui-gg:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.yui-gg{zoom:1;}

/* file / folder browser */
.yui-panel .container-close {
	width: 20px;
	height: 20px;
}

div.browser_link { font-size: 77%; }

ul.folders li {
	padding: 2px;
}
div.browser_image { float: left; width: 113px; margin-left: 2px; }
div.browser_image a { text-decoration: none; color: #000000; }

div.browser_image div.box_data { height: 115px; position: relative; }
span.btnzoom { position: absolute; right:-2px; top: 73px; }

img.imgcheck_link { cursor: pointer; }
div.btncheck {
	position: absolute;
	left: -9px;
	bottom: -9px;
	width: 103px;
	color: #fff;
	z-index: 2;
	background-image: url(../img/bg-btncheck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	text-align: center;
}
div.btncheck a { color: #fff; }

td.year { width: 15%; }
td.month { width: 15%; }
td.url { width: 70%; }

table.staffel_price { width: 100%; }

div.dealer { font-style: italic; font-size: 85%; }

span.as_from { display: block; font-size: 60%; font-family: tahoma; margin-top: -5px; }

div.expand{
	cursor: pointer;
	height: auto;
	visibility: visible;
}

div.collapse{
	display: none;
}

div.browser_upload {
	position: relative;
	margin: 5px;
}
input.file_upload_dummy
{
    width: 320px;
    border: solid 1px #ffffff;
    background: white;

    height: 17px;
    _width: 330px;
	padding: 2px;
	margin: 1px;
}

input.file_upload_real
{
    position: relative;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

input.file_browse_button, input.file_upload_button
{
	border: 0px;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #666;
	height: 22px;
	width: 67px;
	background-color: transparent;
	background-image: url(../img/btn-upload.gif);
	background-repeat: no-repeat;
	margin: 1px;
	background-position: right bottom;
}
div.upload_progress {
	padding: 6px;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	height: 40px;
	width: 500px;
	display: none;
}
table.progress td.icon {
	width: 30px;
}


div.browser_files_panel {
	height: 450px;
	border-left: 1px solid #767676;
	border-top: 1px solid #515151;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #f1f1f1;

	padding: 3px;

	overflow: auto;
}

div.load {
	background-image: url(../img/progress.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

div.product_filter_children {
	padding-right: 20px;
}

div.calendar_outer {
	display: none;
}
div.calendar { position: relative; height: 20px;}
div.calendar input { position:absolute; left:0px; top:0px; clear:both }
div.calendar_outer { display:none; position:absolute; left:0px; top:0px; z-index:2}

/* calendar */
.yui-calcontainer table.yui-calendar td { width: auto; }
.yui-calcontainer{position:relative;float:left;_overflow:hidden;}
.yui-calcontainer iframe{position:absolute;border:none;margin:0;padding:0;z-index:0;width:100%;height:100%;left:0px;top:0px;}
.yui-calcontainer iframe.fixedsize{width:50em;height:50em;top:-1px;left:-1px;}
.yui-calcontainer.multi .groupcal{z-index:1;float:left;position:relative;}
.yui-calcontainer .title {position:relative;z-index:1; }
.yui-calcontainer .close-icon{position:absolute;z-index:1;}
.yui-calendar{position:relative;}
.yui-calendar .calnavleft{position:absolute;z-index:1;}
.yui-calendar .calnavright{position:absolute;z-index:1;}
.yui-calendar .calheader{position:relative;width:100%;text-align:center;}
.yui-calendar .calbody a:hover{background:inherit;}p#clear{clear:left;padding-top:10px;}
.yui-calcontainer{background-color:#f2f2f2;border:1px solid #808080;padding:10px;}
.yui-calcontainer.multi{padding:0 5px 0 5px;}
.yui-calcontainer.multi .groupcal{background-color:transparent;border:none;padding:10px 5px 10px 5px;margin:0;}
.yui-calcontainer .title{background:url(/shop/enterprise/source/assets/skins/sam/sprite.png) repeat-x 0 0;border-bottom:1px solid #cccccc;font:100% sans-serif;color:#000;font-weight:bold;height:auto;padding:.4em;margin:0 -10px 10px -10px;top:0;left:0;text-align:left;}
.yui-calcontainer.multi .title{margin:0 -5px 0 -5px;}
.yui-calcontainer.withtitle{padding-top:0;}
.yui-calcontainer .calclose{background:url(/shop/enterprise/source/assets/skins/sam/sprite.png) no-repeat 0 -300px;width:25px;height:15px;top:.4em;right:.4em;cursor:pointer;}
.yui-calendar { border-spacing:0;border-collapse:collapse;font:100% sans-serif;text-align:center;}
.yui-calendar .calhead{background:transparent;border:none;vertical-align:middle;}
.yui-calendar .calheader{background:transparent;font-weight:bold;padding:0 0 .6em 0;text-align:center;}
.yui-calendar .calheader img{border:none;}
.yui-calendar .calnavleft{background:url(/shop/enterprise/source/assets/skins/sam/sprite.png) no-repeat 0 -450px;width:25px;height:15px;top:0;bottom:0;left:-10px;margin-left:.4em;cursor:pointer;}
.yui-calendar .calnavright{background:url(/shop/enterprise/source/assets/skins/sam/sprite.png) no-repeat 0 -500px;width:25px;height:15px;top:0;bottom:0;right:-10px;margin-right:.4em;cursor:pointer;}
.yui-calendar .calweekdayrow{height:2em;}
.yui-calendar .calweekdaycell{color:#000;font-weight:bold;text-align:center;width:2em;}
.yui-calendar .calfoot{background-color:#f2f2f2;}
.yui-calendar .calrowhead,.yui-calendar .calrowfoot{color:#a6a6a6;font-size:85%;font-style:normal;font-weight:normal;}
.yui-calendar .calrowhead{text-align:right;padding-right:2px;}
.yui-calendar .calrowfoot{text-align:left;padding-left:2px;}
.yui-calendar td.calcell{border:1px solid #cccccc;background:#fff;padding:1px;height:1.6em;line-height:1.6em;text-align:center;white-space:nowrap;}
.yui-calendar td.calcell a{color:#0066cc;display:block;height:100%;text-decoration:none;}
.yui-calendar td.calcell.today{background-color:#000;}
.yui-calendar td.calcell.today a{background-color:#fff;}
.yui-calendar td.calcell.oom{background-color:#cccccc;color:#a6a6a6;cursor:default;}
.yui-calendar td.calcell.selected{background-color:#fff;color:#000;}
.yui-calendar td.calcell.selected a{background-color:#b3d4ff;color:#000;}
.yui-calendar td.calcell.calcellhover{background-color:#426fd9;color:#fff;cursor:pointer;}
.yui-calendar td.calcell.calcellhover a{background-color:#426fd9;color:#fff;}
.yui-calendar td.calcell.previous{color:#e0e0e0;}
.yui-calendar td.calcell.restricted{text-decoration:line-through;}
.yui-calendar td.calcell.highlight1{background-color:#ccff99;}
.yui-calendar td.calcell.highlight2{background-color:#99ccff;}
.yui-calendar td.calcell.highlight3{background-color:#ffcccc;}
.yui-calendar td.calcell.highlight4{background-color:#ccff99;}


/* checkout pagina v3.0
div.checkout_left { margin-right: 25%;  }
div.checkout_right { float: right; width: 24%; }
div#checkout {
	border-bottom: 1px solid #000000;
}
div.checkout_step {
	border: 1px solid #000000;
	border-bottom: 0px;
}
div.checkout_step h1 {
	background-color: #cccccc;
	border-bottom: 1px solid #000;
	padding: 3px;
	margin: 0px;
}

div#checkout div.disabled h1 {
	border-bottom: 0px;
}
div#checkout div.disabled div.data {
	display: none;
}
 */

.dealer_availble_div_hide{
display: none;
visibility: hidden;
}

.dealer_availble_div_show {
display: block;
visibility: visible;
clear: both;
}