/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien 

(http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/* Layout 



================================================================================= */



html{
	
	overflow: scroll;
	overflow-x: hidden;
	
	
}

body{
		background-color: #999999;
		
}

.page-popup .col-main, .print-index-index .col-main {margin:auto; float:none;}

.buttonnext { width:40px; background:url(../images/shadow_next.gif); background-repeat:no-repeat; display:block; height:20px}
.buttonvorige {  width:40px; background:url(../images/shadow_prev.gif); background-repeat:no-repeat; display:block; height:20px;}

.buttonnext p { display:block; visibility:hidden;}
.buttonvorige p { display:block; visibility:hidden;}

.product-shop .product-pricing { display:none;}
.product-shop .old-price,.product-shop .special-price { display:none;}

.product-shop .price-as-configured { display:none;}

.product-shop .price-box {  display:none;}


.page { width:966px; margin:0 auto; padding:10px 20px 0 20px; text-align:left; 

background:#fff;}

.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-popup .product-info-box .product-essential .product-shop{ clear:both; float:none; width:auto; }
.page-popup .product-essential .product-img-box{ width:auto; }
.main { margin:10px 0; }

.page-popup .tab-box {margin:0;}

/* Base Columns */ 
.col-left { float:left;padding:0;width:165px; margin-top:15px;}
.col-main { float:left; width:576px; /*border:1px solid #ddd; padding:5px;*/ }
.col-right { float:right; width:203px; border:none; padding:0; margin-top:15px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; margin-top:50px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width: 770px; padding:10px;}
.col2-right-layout .col-main {width:740px;}

/* 3 Columns Layout */
.col3-layout .col-main { width:576px; margin-left:10px; margin-top:16px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* 

======================================================================================= 

*/


/* Global Styles 

========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; 

vertical-align:middle; color:#000; }
input.input-text,select,textarea {/* background:#fff;*/ border:1px solid #ddd; }
input.input-text,textarea { padding:2px; width:185px}

.searchtop input.input-text { padding:2px; width:187px; color:#000; border:0; 

/*text-align:center; */ background: transparent none}
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; 

background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; 

-webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; 

background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, 

Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; 

text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select { padding:12px; border:1px solid #999; margin-bottom:20px;}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:240px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; 

background:#f6f6f6; }
.buttons-set .back-link { float:left; color:#000; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; 

text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; 

font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 

2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; 

}
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; 

position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; 

background-position:10px 10px !important; background-repeat:no-repeat !important; 

min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px 

!important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; 

background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; 

background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; 

background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:0 ; margin-bottom:20px; /*border:1px solid #ddd;*/ }
.breadcrumbs li { display:inline; font-size:10px; }
.emptylink{color:#000; font-size:11px; text-decoration:underline;}
.backtotop {font-size:12px; border-top:1px solid #ddd; margin-top:15px;}

/* Page Heading */
.page-title {padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { border:0; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0; text-align:right; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li a { display:inline; text-decoration:none; }
.pager .pages .current { font-weight:bold; font-size:11px}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; 

white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}
.data-table td h3 a {color:#000}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; 

background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 

4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
.block .block-content li.odd a {color:#333; font-size:12px;}
.block .block-content li.odd a:hover {color:#999;}
li.even { background-color:#e4e4e4; }
.block .block-content li.even a {color:#333;font-size:12px;}
.block .block-content li.even a:hover {color:#999;}
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ul.messages { list-style:none; padding-left:0px;}
.std ul.messages ul li { list-style:none;}
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std a { font-size:12px; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; 

white-space:nowrap; }
/* 

======================================================================================= 

*/


/* Header 

================================================================================ */
.logo { float:left; width:450px; height:75px; overflow:hidden; } 
.header-container {}
.header { padding-top:10px; padding-bottom:10px; /*border:1px solid #ddd;*/ }
.header .logo { background-position:0 0; background-repeat:no-repeat; 

text-indent:-999em; }
.header .logo a { display:block;  height:63px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:center; }
.header .form-search .search-autocomplete {background:#fff;z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; 

background-color:#fff;z-index:999; }
.searchtop .form-search .search-autocomplete li { cursor:pointer;z-index:999; }
.searchtop .form-search .search-autocomplete li .amount { display:none;float:right; 

font-weight:bold;z-index:999; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }
#search_autocomplete { background:#ffffff;z-index:999;}

/********** < Navigation */
#nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid 

#ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; 

}
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* 

======================================================================================= 

*/


/* Sidebar 

=============================================================================== */
.block { /*border:1px solid #ddd;*/ margin:0 0 10px; }
.block .cart-block-title {background:transparent url(../images/cartheadbg.gif) 

no-repeat scroll 0 0; border-bottom:1px solid #ddd; padding:0 10px; height:21px; }
.block .cart-block-title a { text-decoration:none; }
.block .cart-block-title h2 { color:#FFFFFF; font-size:12px; font-weight:bold; 

line-height:1.5em; text-align:center; padding:2px 0 1px 0; }
.block .block-title {background:transparent url(../images/rightheadbg.gif) no-repeat 

scroll 0 0; /*border-bottom:1px solid #ddd;*/ padding:0 10px; }
.block .block-title h2 { color:#FFFFFF; font-size:12px; font-weight:bold; 

line-height:1.5; text-align:center; padding:2px 0 1px 0; }
.block h3 { font-size:12px; line-height:1.5em; }
.block .block-content {background:transparent url(../images/rightboxbg.gif)  repeat-y 

scroll 0 0;padding:10px 15px 0px 15px;}
.block .block-content-account {background:transparent url(../images/rightboxbg.gif)  

repeat-y scroll 0 0;padding:10px 5px 10px 10px;}
.block .cart-content {background:transparent url(../images/cartmidbg.gif)  repeat-y 

scroll 0 0;padding:1px 15px; }
.sidebar .block .actions { text-align:right; border-top:0px solid #c8c9ca; 

margin-top:5px;}
.block-compare .block .actions { text-align:right; border-top:1px solid #c8c9ca; 

margin-top:10px;}
.sidebar .block .actions2 {border-top:0px solid #c8c9ca;border-bottom:1px solid 

#C8C9CA;height:10px;margin-bottom:-5px; margin-left:-12px; margin-right:-12px;}
.actions3{ height:10px;}
.padbtm{ padding-bottom:4px;}
.block .actions a { float:left; color:#000; }
.sidebar .block-compare ol {background:#F8F7F5 none repeat scroll 0 0; }
.sidebar .block-compare ol li { padding:0 4px 5px 0; background:#e6e6e6;}


/* Block: Account */
.block-account {width:167px;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {margin-top:10px; margin-bottom: 22px;}
.block-layered-nav dt { font-weight:bold; font-size:11px; padding-top:8px; }
.block-layered-nav .currently {text-decoration: underline}

/* Block: Cart */
.block-cart {}
.cartside{ margin-bottom:0;}
html>body .cartside{ margin-bottom:20px;}
.block-cart .amount {}
.block-cart .subtotal { text-align: left; padding-top:5px; font-weight:bold; 

font-size:11px; }

.mini-products-list li { padding:0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px 

solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:5px; float:left; padding-top:3px; 

width:auto;}
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }
.sidecart{ margin-top:4px;}
.sidecart tr td.qty{ white-space:nowrap; vertical-align:top; padding-right:8px; 

padding-bottom:4px; padding-left:3px;}
.sidecart tr td.desc{ vertical-align:top;padding-bottom:4px; padding-right:8px;}


.compare-bx {width:auto; padding-bottom:4px;}
.recent-bx {width:auto; padding-bottom:4px; padding-right:2px;}
.block .block-content .recent-bx .btn-remove,.block .block-content .compare-bx .btn-remove  { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:0px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { /*background-color:#f6f6f6; */ padding-bottom:5px;}
/* 

======================================================================================= 

*/


/* Category Page 

========================================================================= */
.category-title { /*border-bottom:1px solid #ddd;*/ margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {margin-top:20px}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.odd h3 

a{color:#1D5D9E;font-family:verdana;font-size:13px;font-weight:bold;text-decoration:none;}
.products-grid tr.odd h3 

a:hover{color:#1E7EC8;font-family:verdana;font-size:13px;font-weight:bold;text-decoration:none;}
.products-grid tr.even { /*background-color:#f6f6f6;*/ height:50px;}
.products-grid tr.even h3 a { color:#1D5D9E;font-family:verdana;font-size:13px;font-weight:bold;text-decoration:none;}
.products-grid tr.even h3 a:hover { color:#1D5D9E;font-family:verdana;font-size:13px;font-weight:bold;text-decoration:none;}

.products-grid td .add-to-links {display:none;}
.products-grid td.empty {}
.products-grid tr.spacemargin {height:11px;}
/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }

.products-grid { border-collapse: separate !important; }

.products-grid td { border: 1px solid #ffffff; width:33%;  padding:5px; }

.firstproduct{  border-right: none !important; } 
.secondproduct{ border-left: 1px solid #CCCCCC !important; border-right: 1px solid #CCCCCC !important;}
.thirdproduct{ border-left: none !important; }
.spacemargin td { border: none !important; }


.firstproduct:hover{  border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC;} 
.secondproduct:hover{ border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; }
.thirdproduct:hover{ border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; }

.empty {  

border: none !important; 
}

.grid-border-right:hover { border: 1px solid #CCCCCC !important; }



/* 


======================================================================================= 

*/


/* Product View 

========================================================================== */
.product-view {}

.product-essential {}
.product-collateral { margin-top:20px;}

/* Product Images */
.product-essential .product-img-box { float:left; width:267px; }
.product-essential .product-img-box .product-image { border:0; margin-top:5px; }
.product-essential .product-img-box .product-image-zoom { position:relative; 

width:265px; height:265px; overflow:hidden; z-index:9; }
.product-essential .product-img-box .product-image-zoom img { position:absolute; 

left:0; top:0; cursor:move; }
.product-essential .product-img-box .zoom-notice { text-align:center; }
.product-essential .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-essential .product-img-box .zoom #track { position:relative; height:18px; }
.product-essential .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-essential .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; 

top:0; }
.product-essential .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; 

top:0; }
.product-essential .product-img-box .more-views ul { margin-left:-4px }
.product-essential .product-img-box .more-views li { float:left; padding:1px; 

background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-info-box { margin-top:10px; border:0px solid #c4c6c8; margin-top:0; }
.product-info-box .product-name { margin-bottom:.3em; color:#1d5d9e; font-size:1.2em; }
.product-info-box .price-box { margin:10px 0; width:289px; }
.product-info-box .price-box { margin-bottom:0px; }
.product-shop .price-box {}
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; font-size:0.92em; }
.product-info-box .product-essential .product-shop { float:right; width:300px; }
.product-info-box .product-essential .product-name {}
.product-info-box .product-essential.short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; 

background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; 

overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; 

background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {height:18px;}
.availability .in-stock { font-weight:normal; }
.availability .out-of-stock { color:#989797; width:150px; float:left;}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {width:auto}
.price-box .price { font-weight:bold; }

.price-box-bundle { display:none;}
.price-box .regular-price  

{color:#FF6600;font-family:arial;font-size:16px;font-weight:bold;}
.category-products .price-box {float: left; margin-top:25px;}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {width:auto; float:left;}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; font-size:10px;}

.product-options-bottom-configurable .old-price { padding-left:5px; padding-top:1px; }

.popular-bx .old-price {margin-top:-20px; margin-bottom:5px;}
/* Special price */
.special-price {width:auto; float:right;}
.special-price .price-label { font-weight:bold; white-space:nowrap; padding-left:10px;}
.special-price .price 

{color:#FF6600;font-family:arial;font-size:16px;font-weight:bold;line-height:16px;}

.catalog-product-compare-index tbody .td p {clear:left;}
.catalog-product-compare-index .special-price {float:none;clear:both;}

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; width:auto; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; text-decoration:line-through; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { font-size:10px;}
.price-from .price { font-size:10px; color:#000; text-decoration:line-through; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */

.product-options-bottom-configurable .price-as-configured { margin-right:2px;}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display: none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; 

background-color:#f6f6f6; width:280px; float:right; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; 

}
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; 

background:#f6f6f6; }
.product-options-bottom .price-box { margin:10px 0; float:right; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; 

}
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* 

======================================================================================= 

*/


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.2; padding:5px 0; min-height:38px; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */


/* Sitemap */
.sitemap {}
/* 

======================================================================================= 

*/


/* Product Review 

======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; 

padding:1px; }
.product-review .details { float:right; width:570px; }
/* 

======================================================================================= 

*/


/* Shopping Cart 

========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; padding:10px; }
.cart .crosssell .product-shop { margin-left:90px; padding:5px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; padding:10px;margin-top:20px;background:#F6F6F6  none repeat scroll 0 0; border:1px solid #DDDDDD; margin-left:15px; width:225px;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; color:#000;}
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; 

z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; 

}
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* 

======================================================================================= 

*/


/* Checkout 

============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:18px; margin-right:5px; }
.opc .step-title h3 { float:left; font-size:12px; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; 

text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods .input-box { float:none; width:auto; }
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; 

position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px 

no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; 

background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* 

======================================================================================= 

*/


/* Account Login/Create Pages 

============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create { margin-top:50px;}
/* Account Login/Create Pages 

============================================================ */


/* My Account 

============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders h3{ margin:10px 0 5px; }
.dashboard .recent-orders .title-buttons{ padding-bottom:4px; }
/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* 

======================================================================================= 

*/


/* Footer 

================================================================================ */
.footer { /*border:1px solid #ddd; padding:10px;*/ }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
.footer-copyright {text-align:center; padding-top:20px; color:#656565;}
/* 

======================================================================================= 

*/

/* custom*/

/* Quick Access*/
.quick-access { width:auto; max-width: 730px; float:left; text-align:left; padding:0 10px; color:#fff; }
.quick-access p { margin-bottom:4px; }
.quick-access li {float:left; background:url(../images/toplink_access_pipe.gif) no-repeat 100% 50%;padding-right:7px;padding-left:6px; line-height:33px; height:33px; }
html>body .quick-access li {float:left; background:url(../images/toplink_access_pipe.gif) no-repeat 100% 50%;padding-right:7px;padding-left:6px; line-height:33px; height:33px; }
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access {}
.shop-access a, .shop-access a:hover { color:#fff; font-size:.95em; text-decoration:none; }
.shop-access li.last { padding-right:0; background:none; }


/**********===============Anil======================== *******/

/*<!--body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin:0;
}-->




#main-wraper{ margin:0 auto; width:970px;}*/



#nav-wrapper { width:968px; float:left; background: url(../images/midbar.gif) repeat-x 

top left; }
#leftnavbar { float:left; width:6px; height:39px; background: 

url(../images/leftbar.gif) no-repeat top left;}
#midbar {float:left; height:33px; width:951px; background: url(../images/midbar.gif) 

repeat-x top left;}
#rightnavbar {float:right; width:9px; height:39px; background: 

url(../images/rightbar.gif) no-repeat top left;}
#cartbox-wrapper { width:203px; float:right;}
.cartbox-header {
	width:203px;
	float:left;
	background:url(../images/cartheadbg.gif) no-repeat left top;
	height: 21px;
}
.cartbox-mid {
	width:203px;
	float:left;
	background:url(../images/cartmidbg.gif)  repeat-y left top;
	height: 200px;
}
.cartbox-btm {
	width:203px;
	float:left;
	background:url(../images/cartbtm.gif) no-repeat left top;
	height: 10px;
/*	margin-bottom:12px;*/
}
#rightbox-wrapper { width:203px; float:right;}
.rightbox-header{
	width:202px;
	/*float:left;*/
	background:url(../images/rightheadbg.gif) no-repeat left top;
	height: 19px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	padding-top:2px;
}
.rightbox-mid {
	width:173px;
	float:left;
	background:url(../images/rightboxbg.gif)  repeat-y left top;
	height: auto;
	padding:10px 15px 0px 15px;
}
.rightbox-btm {
	width:203px;
	float:left;
	background:url(../images/rightboxbtm.gif) no-repeat left top;
	height: 10px;
/*	margin-bottom:12px;*/
}
.topperbox{background:url(../images/rightboxbg.gif)  repeat-y left top; 

text-align:center; height:auto}
.topperimg{ margin:10px; border:1px solid #c8c9ca;}
.front-slide { width:576px; height:229px; /*float:left;*/}
.searchtop {float:right; margin-top:8px; width:200px;}
.searchtop input{/*display:none;*/ float:right;}
.searchtop span.form-input{float:right;}
.searchtop input.form-input-text{display:block;}
/*.tab-wrapper {float: left; width:auto;}
.tab-left {width:9px; height:29px; float:left;  

background:url(../images/leftround1.gif) no-repeat;}
.tab-right {width:10px; height:29px; float:left; 

background:url(../images/rightround1.gif) no-repeat;}
.tab-mid {background: url(../images/bg_tabmid.gif) repeat-x ; width:auto; 

height:29px;float:left;}*/
.side-col .vertnav-head h4 { color:#000; text-align:left;}
div.inculsive-text { float:left; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#999; margin: 0px 0 0 0; padding:5px; }
span.inculsive-text { float:none; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#999; margin: 0px 0 0 0; padding:5px;}
.product-options-bottom-configurable span.inculsive-text { padding-right:1px; display:block; }
.col-main .price {padding:5px 0 0 5px;}

.more-info {float: left; width:200px;}
.more-info a {font-size:11px; color:#999; }
.more-info a:hover {font-size:11px; color:#e5e5e5; }
#images { width:257px; height:145px;}

.footer {background-color:#FFFFFF; margin:0 auto; padding-top:25px; width:965px;}
.footerwrap { float:left; width:965px;}
.custom-footer-top {width:965px; height:12px; float:left; background:#fff 

url(../images/footer_topbg.jpg) no-repeat scroll 100% 100%;}
.custom-footer-btm {width:965px; height:9px; float:left; background:#fff 

url(../images/footer_btmbg.jpg) no-repeat scroll left top;}
.custom-footer-mid {width:963px; height:124px;float:left; background:#fff  

url(../images/footer_midbg.jpg) repeat-x scroll  left top; border-right:1px solid 

#d7d7d7; border-left:1px solid #d7d7d7}
.footer-margin {height:145px;margin:0 0 5px 35px;padding:5px;width:890px; 

text-align:left;}
.footer .footerwrap .custom-footer-mid .footer-margin ul {border-right:1px solid 

#cfd0d0; float:left; padding:0 30px; width:161px;}
.footer .footerwrap .custom-footer-mid .footer-margin ul 

li{font-weight:normal;padding-left:3px;list-style-image:none;
list-style-position:inside;
list-style-type:disc; color:#9ab6cd;}
.footer .footerwrap .custom-footer-mid .footer-margin ul li a 

{color:#99b6cf;text-decoration:none;list-style-image:none;
list-style-position:inside;
list-style-type:disc;
color:#9ab6cd;}
.footer .footerwrap .custom-footer-mid .footer-margin ul.last {border-right:none}
.footer h3 {font-size:14px; color:#7e8080; margin-bottom:5px;}
.footer-logos{ background:url(../images/footer_logos.gif) no-repeat scroll left top; 

width:972px; height:31px; float:left; margin-top:19px;}
.footer p {text-align: center}

/***vert nav*/
#nav_vert a { font-family:Arial, Helvetica, sans-serif;font-size:12px; 

font-weight:bold; color:#000; text-decoration:none; line-height:25px;}
#nav_vert .subcat li a {font-size:11px; font-weight:normal; line-height:15px; 

color:#656565; text-decoration:none; padding-left:10px;}
.cartitems {padding: 10px;}
.login-box a {color: #fff;}
.login-box a:hover {color:#CCCCCC;}
.col-2-left-layout .side-col {width:203px;}
#greybox-wrapper { width:139px; float:left; margin-top:10px;}
#greybox-wrapper2 { width:139px; float:left; margin-top:10px;}
html>body #greybox-wrapper2 { width:139px; float:left; margin-top:15px;}
.greybox-header{
	width:139px;
	float:left;
	background:url(../images/verfijn.png) no-repeat 0 0;
	height: 19px;
	color: #ffffff;
}
.greybox-mid {
	width:109px;
	float:left;
	background:#e4e4e4;
	height: 60px;
	padding-left:15px;
	padding-right:15px;
}
.greybox-btm {
	width:139px;
	float:left;
	background:url(../images/leftgreybtm_bg.gif) no-repeat scroll left top;
	height: 5px;
}
/*#special-wrapper { width:139px; float:left;}*/
.special-vert {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
line-height:15px;
text-decoration:none;}

.special-vert ul li a {
	color:#656565;
	font-weight:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:10px;
	text-decoration:none;
	line-height:17px;
}
.side-col .special-vert h3 {font-size:12px; font-weight:bold; text-transform:inherit;}

/*popular*/
.popular-bx {margin:5px 0 0;}


/* best selling*/
.home-page-item{text-align:center}
/*.home-page-img{}*/
.home-page-txt {text-align: left; padding:0;}
.top-products {line-height:1.35em; }
.top-products h5 a { color:#1D5D9E; font-family:verdana; font-size:13px; font-weight:bold; text-decoration:none; }
.recently-list td h5 a {color:#1D5D9E; font-family:verdana; font-size:13px; font-weight:bold; text-decoration:none;}
.recently-list td h5 a:hover {color:#2C8FF4; font-family:verdana; font-size:13px; font-weight:bold; text-decoration:none;}

.top-products h5 { padding:0; margin:0; width:160px; height:40px;}
.home-page-txt .topsell-products .top-product-name {text-align:center}
.home-page-img a img { border:0; margin:0 20px;}
.rightbox-header h4 {/*background-position:0 0; background-repeat:no-repeat; 

color:#FFFFFF; min-height:16px; padding:1px 0; text-align:center; 

text-transform:none;*/color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding:2px 0 1px;
text-align:center;/*line-height:1.5;*/ text-align:center; padding:2px 0 1px 0;}
.top-products h5 a { color:#1D5D9E; font-family:verdana; font-size:13px; 

font-weight:bold; text-decoration:none; }
.top-products h5 a:hover { color:#2c8ff4; font-family:verdana; 

font-size:13px;font-weight:bold; text-decoration:none; }
.recently-list h5, .top-products h5, .popular-bx h3.product-name {min-height:38px;}
.products-grid td h3 {min-height:40px}
.recently-list h5 a {color:#1D5D9E; font-family:verdana; font-size:13px; 

font-weight:bold; text-decoration:none; text-align:left;}
.recently-list h5 a:hover {color:#2c8ff4; font-family:verdana; 

font-size:13px;font-weight:bold; text-decoration:none;}
.home-page-item1{ /*border-right:1px solid #ccc*/}
.popular-bx h4 {border-bottom:1px dashed #ddd; color:#000000; font-size:16px; margin:0 

0 18px; margin-top: 10px; }
.products-grid .popular-bx h2 {border-bottom:none; color:#000000; font-size:16px; margin:0 0 6px;}
.products-grid .price-box .old-price {margin-top:-20px;margin-bottom:5px;}
.products-grid .price-box .special-price {float:left;clear:left;margin-bottom:0;}
.attr-wrap {background:#e4e4e4; }
.attr-grey {background:#e4e4e4; padding:0 3px; font-weight:bold; font-size:11px; float:left; width:93px;}
.attr-grey-data {background:#e4e4e4; padding:0 3px; font-weight:bold; font-size:11px; float:left; width:70px; text-align:left; overflow:hidden;white-space:nowrap;}

.attr-white {background:#fff; padding:0 3px; font-weight:bold; font-size:11px; float:left;width:93px;}
.attr-white-data {background:#fff; padding:0 3px; font-weight:bold; font-size:11px; float:left; width:70px; text-align:left; overflow:hidden;white-space:nowrap;}

.otherlinks {padding:8px 0; width:576px; float:left;}
.tender-price a { float:left; background:url(../images/bulbicon.gif) no-repeat scroll 

left center; padding:5px 10px 5px 25px; color:#ff6600; font-size:10px; }
.slinksdiv{float:right; padding-top:6px}
ul.slinks li {float:left; vertical-align:bottom;padding-left:7px;padding-right:7px; 

display:inline; }
ul.slinks li.slinkstab{font-size:10px; color:#1d5d9e;background:transparent 

url(../images/shop_access_pipe.gif) no-repeat right;}
ul.slinks li.slinkslast{font-size:10px; color:#1d5d9e;background:none;}
.slinkstab a{ font-size:10px; color:#1d5d9e;}
.slinkslast a{ font-size:10px; color:#1d5d9e;}

.product-options-bottom .price-box .price { font-size:24px; font-weight:bold; 

padding-right:11px;}
.add-to-cart-box .qty-box {clear:left;}
.add-to-cart-box .qty-box .input-text {padding:5px}

.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:right; 

padding-top:12px; width:259px; }
.block-content .actions button.button {background:#e4e4e4 

/*url(../images/bkg_button.gif) no-repeat scroll 0 50%*/;border:0 

none;cursor:pointer;overflow:visible;padding:0 0 0 12px;width:auto;}
.cart-content .actions button.button {background:#f6f6f6 

/*url(../images/bkg_button.gif) no-repeat scroll 0 50%*/;border:0 

none;cursor:pointer;overflow:visible;padding-left:0px;width:auto; float:left;}
.block-content .actions button.button span { float:left; padding:0 12px 0 0; 

background:#e4e4e4 /*url(../images/bkg_button.gif) 100% 50% no-repeat*/; 

text-align:center; white-space:nowrap; color:#000; text-decoration:underline; 

font-size:11px; font-weight:normal; }
.cart-content .actions button.button span { float:left; padding:0 12px 0 0; 

background:#f6f6f6 /*url(../images/bkg_button.gif) 100% 50% no-repeat*/; 

text-align:center; white-space:nowrap; color:#000; text-decoration:underline; 

font-size:11px; font-weight:normal; }
.mini-products-list .product-details h4 a {font-size:11px; color:#000; 

text-decoration:underline;}
.mini-products-list .product-details h4 a:hover {font-size:11px; color:#999; 

text-decoration:underline;}
.col2-set .new-users h3 {background:#ccc;font-size:14px; padding:3px; border:1px solid 

#999; margin-bottom:10px;}
.col2-set .registered-users h3 {background:#ccc;font-size:14px; padding:3px; border:1px 

solid #999; margin-bottom:10px;}
.totals ul li a {font-size:12px; color:#000;}
.account-create h3 {background:#ccc;font-size:14px; padding:3px; border:1px solid #999;}
table.recently-list { width:100%; }
table.recently-list td { border-right:1px solid #CCCCCC; padding:5px; width:33%; }
table.recently-list td.item-last { padding:5px; width:30%; border-right:1px solid #fff; }
table.recently-list td.empty {border:0;}
.home-page-cntr {margin: 0 auto}
.home-page-img {margin: 0 auto; margin-top:-5px; }
.bestselling-prod {margin: 0 auto; width:165px; text-align:center;}
.topsell-products a {color:#000; font-size:12px;}
.topsell-products a:hover {color:#999; font-size:12px;}
.oldprice {color:#000; text-decoration: line-through; float:left;}
.topsell-products .price-box .regular-price .price { font-size:12px;}
.products-grid td h3 a {color:#1D5D9E;font-family:verdana;font-size:13px;font-weight:bold;text-decoration:none;}
.products-grid td h3 a:hover{color:#2C8FF4;font-family:verdana;font-size:13px;font-weight:bold;text-decoration:none;}
.topwrapper{float:right; width:480px; margin-top:15px}
.topcontent {width:175px; float:left; border-right:1px solid #999; padding: 0 0 0 15px;}
.topcontent2 {width:145px; float:left; border-right:1px solid #999; padding: 0 8px 0 8px;}
.topcontent h4 {color:#0066CC}
.topcontent2 h4 {color:#0066CC}
.topimage {background:transparent url(../images/onderdeel_van_slimshops.jpg) no-repeat scroll 15px 8px;float:left;height:53px;width:97px; margin-top:5px; padding:0 5px;}
.block-account .block-title { background:#2c68a4; padding:3px;}
.col-left .block-content ul li a {color:#2c68a4}
.col-left .block-content-account ul li a {color:#2c68a4}
.col-left .block-content ul li a:hover {color:#3e93e7}
.col-left .block-content-account ul li a:hover {color:#3e93e7}
.dashboard h3 {background:#CCCCCC none repeat scroll 0 0;border:1px solid #999999;font-size:14px;padding:3px; margin:10px 0px;}
.col3-layout .col-main h6 {background:#CCCCCC none repeat scroll 0 0;border:1px solid #999999;font-size:14px;padding:3px;}
.crosssell h3 {background:#CCCCCC none repeat scroll 0 0;border:1px solid #999999;font-size:14px;padding:3px;margin-top:20px;}
.discount h3 {background:#CCCCCC none repeat scroll 0 0;border:1px solid #999999;font-size:14px;padding:3px;margin-top:20px; margin-bottom:8px;}
.shipping h3 {background:#CCCCCC none repeat scroll 0 0;border:1px solid #999999;font-size:14px;padding:3px; margin-top:20px; margin-bottom:8px;}
.recently-list td.item .price-box, .recently-list td.item-last .price-box {float:left; margin-top:25px;}
.rightbox-mid .product-image .img-center {margin:10px auto; text-align:center}
.add-to-holder{background:#F6F6F6 none repeat scroll 0 0;border:1px solid #ddd; margin-top:40px;}
.add-to-holder > p {margin-top:-35px;}
.add-to-holder .price-box { text-align:right; }
.add-to-cart-box {background:#F6F6F6 none repeat scroll 0 0;border:0 none;display:block;clear:left;padding:5px 0px 5px 5px;}
.van {float:left; padding:0 3px;}
.voor {float:left; padding-left:7px; padding-right:7px;}
.breadcrumbs_title { float:left; padding-right:5px;}
.special-vert h4 {color:#000000;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;line-height:25px;text-decoration:none;}
.vertnav-head h4 {color:#000000;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;line-height:20px;text-decoration:none; margin-top:-5px;}
.products-grid a img {border:0; margin:0 20px;}
.cart-prod {float:left; padding:0 5px; width:auto}
.mini-products-list .cart-prod h4 {font-size:14px;font-weight:normal;}
.terras-wattage {color: #989797; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:17px; }
.newproduct-price .price-box {float:left; margin-top:25px;}
.page-title h2 {font-size:16px;font-weight:bold;line-height:1.34; border-bottom:1px dashed #DDDDDD;}
.subtotal .label {padding:0 0px 5px}
.subtotal .price {padding:0 6px 5px}
.cart-content .actions {border-top:0;text-align:right; margin-top:10px;}
.alert{float:left; width:270px;}
.product-img-box h3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#1d5d9e; line-height:20px; }

.product-options-bottom-configurable {  padding:10px; border:1px solid #ddd; border:1px 

solid #ddd; background:#f6f6f6; float:right;margin-top:10px; padding:10px;width:554px;  

}
/*.product-options-bottom-configurable .price-box { margin:10px 0; float:right; }
.recent-line { height:5px; border-top:1px solid #c8c9ca; background:#e4e4e4; 

padding:2px;}
.product-options-bottom-configurable { padding:10px; border:1px solid #ddd; border:1px 

solid #ddd; background:#f6f6f6; float:right;margin-top:10px; padding:10px;width:554px; 

}*/

.product-options-bottom-configurable { padding:4px 10px; border:1px solid #ddd; 
border:1px solid #ddd; background:#f6f6f6; float:right;margin-top:10px; 
padding:10px;width:554px; }
.product-options-bottom-configurable .price-box { margin:4px 0 0; float:right; 
width:auto; text-align:right;  }
.product-options-bottom-configurable .price-box .grouped-spacer {display:block;height:52px;}
.product-options-bottom-configurable .configu-attr { margin:4px 10px; float:left; padding-bottom: 20px; }
.product-options-bottom-configurable .price-box .add-to-cart-box {background:#F6F6F6 none repeat scroll 0 0; /*float:right;*/ text-align:right; clear:both; width:300px; padding-bottom:0;}
.product-options-bottom-configurable .price-box .add-to-cart-box .out-of-stock{color: #FF6600; font-size:14px;}
.product-options-bottom-configurable .price-box .price {padding:5px 14px; color:#ff6600; font-size:18px; padding-right:12px; padding-left:5px;}
.product-options-bottom-configurable .old-price .price { color:#000; font-size:10px; }
.configu-attr li {list-style-image:none;list-style-position:inside;list-style-type:square;color:#7b7b7b; }
.block-layered-nav .block-title {background:#636363;padding:0 10px;}
.block-layered-nav .block-content-layer {padding:8px; width:123px; background-color:#e4e4e4}
.coupon .rightbox {float:left; padding:0;margin-top:5px;}
.coupon .leftbox {float:left}
.greybox-header h2 {font-size:12px; font-weight:bold; text-align:center;}
.head h4 { padding:10px}
.product-collateral .price-box {float:left; margin-top:25px;}


.product-options-bottom-configurable .special-price { /*padding-right:0;*/ margin-right:2px; }


.product-options-bottom-configurable .price-box .price { padding-right:0; }
/** tierprices **/
.product-options-bottom-configurable .price-box .tierprice-label{float:left; color: #999999; clear:right;padding: 0 0 2px 3px}
.product-options-bottom-configurable .price-box .product-pricing {border: 1px solid #DDDDDD; text-align:left; padding: 2px 3px; clear:left;}
.product-options-bottom-configurable .price-box .product-pricing .price {font-size:12px; font-weight:normal;padding-left:1px;}
/********************** Tabs */
.tabs                   { margin-bottom:40px; border-bottom:0 solid #666; 

background:#999999 none /*url(../images/tabs_bg.gif) repeat-x 0 100% #f2f2f2*/; }
.tabs li                { float:left; border-right:0px solid #a4a4a4; border-left:1px 

solid #fff; font-size:1.1em; line-height:1em; }
.tabs li.first          { /*border-left:0;*/ }
.tabs li.last           { border-right:0; }
.tabs a                 { background:url(../images/tabs_bg_new.gif) no-repeat scroll 0 

0; display:block; padding:6px 10px; color:#444; width:105px; height:17px; 

text-align:center; font-weight:bold; font-size:13px; text-decoration:none;  

margin-left:-1px; }
.tabs a:hover           { background-color:transparent; color:#444;font-weight:bold; 

font-size:13px; text-decoration:none; }
.tabs li.active a,
.tabs li.active a:hover { background:url(../images/tabs_bg_selected.gif) no-repeat 

scroll 0 0; font-weight:bold; color:#000; width:105px; height:17px;}
 
/* Style */
.outline-creator { border:1px solid #bbb; border-bottom-color:#666; background:#fff; }
.col-main .padder{ padding-right:20px; }
.layout-3columns .padder { padding:0; } 
.tab-box{ border:1px solid #ccc; padding:5px; margin-top:-12px; float:left; 

width:560px; }
/*Blu ray*/


#slider {
	BORDER-RIGHT: #ccc 0px solid; BORDER-TOP: #ccc 0px solid; MARGIN: 0px auto 

13px; OVERFLOW: hidden; BORDER-LEFT: #ccc 0px solid; WIDTH: 576px; BORDER-BOTTOM: #ccc 

0px solid; POSITION: relative; HEIGHT: 229px
}
DIV.scroller {
	OVERFLOW: hidden; WIDTH: 576px; ZOOM: 1; HEIGHT: 229px
}
DIV.scroller .content {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
DIV.slidercontrolwr {
	RIGHT: 39px; POSITION: absolute; TOP: 199px; 
}
DIV.slidercontrolwr2 {
	RIGHT: 10px; POSITION: absolute; TOP: 199px; 
}
DIV.scroller IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; 

BORDER-BOTTOM-STYLE: none
}
DIV.scroller DIV.section {
	FLOAT: left; OVERFLOW: hidden; WIDTH: 576px; HEIGHT: 229px
}
DIV.scroller DIV.content {
	FLOAT: left; WIDTH: 10000px
}
.slidercontrol {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; 

PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.slidercontrol A {
	width:10px;
}
.slidercontrol A:hover {
	width:10px;
}
.content .sliderdescription {

}
DIV.sliderdescription:hover {
	BACKGROUND-COLOR: #fff! important
}
.active.sliderdescription {
	BACKGROUND-COLOR: #fff! important
}
.content A {
	FONT: 12px bold Helvetica, sans-serif; TEXT-DECORATION: none
}
td.cart{ text-align:center}
.emptydiv { height:10px;}
.spanbutton{ margin-bottom:-2px; cursor:pointer;margin-top:5px; text-align:right; 

font-size:11px;font-weight:normal; text-decoration:underline;}
li.current span{font-size:11px; font-weight:bold;}
.up-sell h3 {border-bottom:0px dashed #ddd; color:#1d5d9e; font-size:16px; 

padding-top:25px; }
.home-page-txt h4.product-name a {color:#1D5D9E; font-family:verdana; font-size:12px; 

font-weight:bold; text-decoration:none; text-align:left;}
.home-page-txt h4.product-name  a:hover {color:#2c8ff4; font-family:verdana; 

font-size:12px;font-weight:bold; text-decoration:none;}



/*.form-search label {font-weight:bold; color:#696750; padding-right:5px;}*/
.form-input input {border:none; background:none; width:178px; color:#e4e4e4; 

padding-bottom:2px;}
.form-input {background:  url(../images/search_field_bg.gif) no-repeat left 

top;padding:1px 8px 5px 8px; }

/*.col-1 h4 {font-size:11px;font-weight:bold;}*/
.up-sell .price-box{ float:left; margin:25px 0 0; width:auto;}
.up-sell .price {padding:5px 0 0 }
.up-sell .regular-price  

{color:#FF6600;font-family:arial;font-size:16px;font-weight:bold;}
.block-content h3 { /*letter-spacing:1.5em*/}
.price-box .price, /*.price-to .price,*/.special-price .price {color:#ff6600; font-size:16px;}
.price-box .price-from .price { font-size:10px; color:#000; text-decoration:line-through; }

.topsell-products .price-box .special-price .voor {display:inline;}
.topsell-products .special-price .price {color:#ff6600; float:left; font-size:12px;  line-height:1.5em}
.old-price .price, .csm-home .old-price .price{ color:#000; font-size:13px !important;  }


.product-shop .product-name {font-size:1em;font-weight:bold;line-height:1.5;padding:0; 

}
.crosssell li { background:#f1f1f1; margin:0; padding:5px 0 5px 10px;}
.tab-box .product-specs {padding:5px;}
.cart {margin-top:0px}
.col-main .page-title h2 {border-bottom:1px dashed 

#DDDDDD;font-size:16px;font-weight:bold;line-height:1.34; margin-top:12px}
.account-login h3 {border-bottom:1px dashed #DDDDDD;font-size:16px;font-weight:bold;}
.topcontent p { font-weight:bold; font-size:11px; color:#656565;padding-right:2px;}
.topcontent2 p { font-weight:bold; font-size:11px; color:#656565;padding-right:2px;}
.product-shop p {padding:5px 0;}
.add-to-holder p.old-price { padding-left:2px; }
.add-to-holder p.special-price { /*padding-left:21px; float:left;*/ margin-right:5px; }
.shipaddress {float:left; margin-top:59px;}
.topsell-products { width:200px}
.price-to .price {color:#ff6600; font-size:16px;}
.newproduct-price {float:left;}
.newproduct-price .special-price {float:left; width:auto;}
.newproduct-price .voor {float:left;padding-left:3px;padding-right:7px;}

.popular-bx  .price-box .special-price .voor 

{display:none;float:left;padding-left:3px;padding-right:7px;}

.popular-bx  .price-box {float:left}
.popular-bx  .price-box .special-price {float:left;clear:left; margin-bottom:0;}
.van {font-size:13px;padding:0 0 0 3px;float:none;}
.product-options-bottom-configurable .van { padding:0 0 0 13px;}
.cms-home .old-price .price {font-size:10px; padding:0;float:none;}
.topperbox .old-price .price, .topperbox .van {font-size:12px;}
.price-box .special-price .voor {display:none;float:left}


.remove-button { width:20px; float:right; }

#my-orders-table td { vertical-align:middle; }
#my-orders-table .price { padding-top:0px; }


/*.popular-bx span.inculsive-text, .category-products span.inculsive-text, .cartside span.inculsive-text { display:none; }*/
.cartside span.inculsive-text { display:none; }
div.inculsive-text { display:none; }

.p_inclusive-text { clear:both; text-align:right; margin-right:2px; padding-top:0; padding-bottom:0; }

.up-sell .products-grid{ width:560px; } 
.print-link { display:none; }
.print-index-index .col-main .print-link { display:block; margin-bottom:20px; }

/* niet getoonde onderdelen */

.checkout-cart-index .discount {

display: none;
	
	}
	
.product-options-bottom-configurable{

position: relative;
padding-bottom: 60px;	
}

.product-options-bottom-configurable .add-to-cart-box{

position: absolute;
right: 10px;
bottom: 15px;
	
}
	
#socials .socialicon{


width: 24px;
height: 24px;
float: left;
margin-right: 5px;
display: block;
}

#socials .socialicon a{

background-image: url(../images/socials.png); 
	
}

#twitter a{

background-position: 24px 0px;

}

#twitter a:hover{
background-position: 24px 24px;	
}


#hyves a{
background-position: 0px 0px;	
 	
}

#hyves a:hover{
background-position: 0px 24px;	
	
}


#facebook a{
background-position: 48px 0px;	
	
}

#facebook a:hover{
background-position: 48px 24px;	
}

	
#socials {
position: absolute;
left: 20px;
bottom: 20px;

}

#socials h5{

padding-bottom: 5px;
color: #444444;

}

#checkoutSteps .col2-set #ik-ben-nieuw, #checkoutSteps .col2-set #ik-heb-al{
	
	border: 1px solid #DDDDDD;
	width: 350px;
	border-bottom: none;

}

#checkoutSteps .col2-set #ik-ben-nieuw .inner, #checkoutSteps .col2-set #ik-heb-al .inner{
	
	
margin: 10px;
	

}

#checkoutSteps .col2-set #ik-ben-nieuw .inner{

padding-bottom: 83px;


}

#checkoutSteps .col2-set #doorgaan-zonder, #checkoutSteps .col2-set #ik-heb-een-account{

border-left: 0px;
border-right: 0px;

}

#checkoutSteps #checkout-step-login .buttons-set {
	margin-top: 0px;
}

#shopping-cart-top{

border: 1px solid #dddddd;
background-color: #f6f6f6;
height: 50px;
padding-right: 10px;
text-align: right;
margin-bottom: 20px;
	
}


.block-layered-nav .block-content-layer{

padding-top: 25px;
	
}

.block-layered-nav .wissen{


background:url(../images/delete.png) no-repeat scroll left top;	
padding-left: 23px;

}

.block-layered-nav h3{
	
font-size: 11px;
	
}

.block-layered-nav .currently{

margin-top: 5px;
padding-bottom: 5px;
text-decoration: none;
font-size: 11px;
	
}

.cart .totals .checkout-types li a img{ display: none;  }
#co-payment-form #checkout-payment-method-load .display-checkmo { display: none; }
#co-payment-form #checkout-payment-method-load #p_method_checkmo { display: none; }

.catalog-product-view .product-essential .product-shop .tierprice-label{
	
	
	display: none;
	
	}


#custom-categories .listing  { margin-left: -10px; width: 576px; }
#custom-categories .category-box{ background-image: url(../images/product-border.png-); background-position: right top; background-repeat: repeat-y; width: 180px; float: left; text-align: center; border: 1px solid #dddddd; margin-top: 10px; margin-left: 10px; display: block; text-decoration: none;} 	
#custom-categories .category-image-box{ width: 135px; height: 105px; overflow: hidden; margin: 0px auto; margin-top: 20px;}
#custom-categories .categorie-afbeelding{ width: 135px;  }	
#custom-categories .category-name p{ font-size: 13px; color: #1d5d9e; font-weight: bold; font-family: verdana; margin-top: 20px; padding-bottom: 20px;}
#custom-categories a:hover{ border: 1px solid #999999; color: #1d5d9e;} 


.subsub li a{
	
padding-left: 20px !important;

}

.block-related input.checkbox{  margin-left: 0px;}
#block-related {  }
.block-related li{ margin-left: 0px !important; margin-top: 10px; border: 0px solid #CCC; padding: 5px !important; background-color: #FFF; 
-moz-border-radius: 5px;
border-radius: 5px;

}
.block-related { margin-bottom: 20px; }
.block-related .block-content{

margin-bottom: 0px !important;

}

.block-related .product-name {
    font-size: 12px;
    line-height: 1.0em;
	min-height: 15px !important;
	padding-top: 0px!important;
	
}

#checkout-review-submit .input-box{

width: 412px;
	
}

.belgiebtw span{ display:block;
float:left;
width:270px; margin-bottom: 10px; font-size: 11px; }

.product-img-box h1 {
    color: #1D5D9E;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.category-title h1 {
    color: #1D5D9E;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 6px;
	padding-bottom: 15px;
}

/* Amasty ShopBy Extension */
div.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr {padding-left:15px; background:transparent url(../images/amshopby-cb1.gif) no-repeat; background-position: 0px 3px;} 
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background:transparent url(../images/amshopby-cb2.gif) no-repeat; background-position: 0px 3px;} 
div.block-layered-nav dd a img {padding: 0 5px 5px 5px; float:left;} 

.col-right div.block-layered-nav .selectie {

padding-bottom: 15px;
	
}

.col-right div.block-layered-nav .currently {

text-decoration: none;	

}

.col-right div.block-layered-nav .selectie li{

background-color: #C8C9CA;
line-height: 18px;
padding-left: 5px!important;
padding-top: 3px!important;
padding-bottom: 3px!important;
padding-right: 25px!important;
font-weight: bold;
position: relative;
margin-top: 5px;
color: #000000;
-moz-border-radius: 5px;
border-radius: 5px;

}

.col-right div.block-layered-nav .selectie li a{

position: absolute;
top: 3px;
right: 5px;
	
}

.col-right .block .block-title {
    background: url("../images/rightheadbg.gif") no-repeat scroll 0 0 transparent;
    padding: 0 10px;
}

/* EINDE Amasty ShopBy Extension */

#shop12 .block-layered-nav ol .Nee{
	
display: none;	
		
}



#shop12 .block-layered-nav .filterline dd{


position: absolute;
left: 0px;
top: 0px;


}

#shop12 .block-layered-nav .filterline dt{


line-height: 13px;	
padding-top: 2px;
} 

#shop12 .block-layered-nav ol .Ja{ font-size: 10px; line-height: 17px; }

#shop12 .block-layered-nav ol .Ja a{

text-indent: -2000em;
padding-left:10px;
}

#shop12 .block-layered-nav dl .filterline{

position: relative;
margin-top: 10px;
display: block;
padding-left: 40px;




}

#preview{
	position:absolute;
	border:0px solid #000;
	background:#fff;
	padding:10px;
	font-size: 12px;
	text-align: center;
	width: 400px;
	display:none;
	color: #1D5D9E;
	z-index: 10;
	-moz-box-shadow:0px 0px 5px #666;
-webkit-box-shadow:0px 0px 5px #666;
box-shadow:0px 0px 5px #666;
font-weight: bold;
font-size: 13px;
behavior: url(/PIE.htc);
	}
	
#preview p{ padding-top: 10px; }	


.belgie{ margin-top: 5px; margin-bottom: 5px; }
.belgie a{ font-size: 12px; }

.topperbox .price-box .old-price .van { display: none; }
.topperbox .price-box .old-price { float: left; line-height: 16px;}
.topperbox .price-box .special-price { float: left; margin-left: 5px;}
.topperbox .price-box .old-price .price{ color: #FF6600; font-size: 16px !important;  } 
.topper_prijs { display: inline-block; margin-top: 5px; }
