/**
 * 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 ================================================================================= */
.wrapper {}
.page { width:1036px; margin:0 auto; padding:10px 0; text-align:left;  }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main {/* margin:10px 0;*/margin:0 0 0 31px;width:962px; background:url(../images/main-bg.gif) repeat-y; }
/*.cms-index-index .col-right {height:1140px;}*/
.wishlist-index-index .main { background:#fff;}
.customer-account-edit .main { background:#fff;}
.customer-address-index .main { background:#fff;}
.sales-order-history .main { background:#fff;}
.review-customer-index .main { background:#fff;}
.tag-customer-index .main { background:#fff;}
.newsletter-manage-index .main { background:#fff;}
.downloadable-customer-products .main { background:#fff;}
.wishlist-index-share .main { background:#fff;}
.customer-address-form .main { background:#fff;}
.clearer { clear: both; height:0;}

/* Base Columns */ 
.col-left { float:left; width:218px; padding:0; }
.col-main { float:left; width:730px; padding:0px 15px 5px; }
.col-right { float:right; width:193px;  padding:0; /*background:url(../images/col-right-bg.jpg) repeat-y; border-left:1px solid #b5b5b5; height:1265px; */ min-height:900px; }
/*.catalog-product-view .col-right {height:1632px;}*/

.col-main table tr td { padding: 15px 5px 5px 5px; }

/* PrijsTabel ================================================================================= */

.prijstabel {
		padding:0px;
		width:269px;
		float:left;
		position:relative;
		font-size:11px;
		border:1px solid #ab2810;
		margin-bottom:10px;}
		
.prijs_top, .prijs_bottom {
		width:269px;
		height:8px;}
	
		
.prijs_content {
		background-color:#e53312;
		padding:10px 10px 10px 10px;}
		
.prijs_content * { padding:3px;}

/* PrijsTabel ================================================================================= */


/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; background:#fff; }
.customer-account-login .col1-layout .col-main { padding:0 30px 5px;}
.customer-account-logoutsuccess .col1-layout .col-main { margin-bottom:20px;}
.catalog-seo-sitemap-category .col1-layout .col-main{ padding:0 25px;}
.catalog-seo-sitemap-product .col1-layout .col-main{ padding:0 25px;}
/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; padding:5px; background:#fff; }
.col2-right-layout .col-main {padding: 5px 5px 5px 18px }
.checkout-onepage-index .col2-right-layout .col-main {/*margin-left:13px;*/ padding:5px; padding-left:18px; }
.customer-account-index .col2-left-layout .col-main { float:left; padding:5px;}
.customer-address-form .col2-left-layout .col-main { float:left; padding:5px;}
.customer-account-edit .col2-left-layout .col-main { float:left; padding:5px;}
.sales-order-history .col2-left-layout .col-main { float:left; padding:5px;}
.tag-customer-index  .col2-left-layout .col-main { float:left; padding:5px;}
.newsletter-manage-index .col2-left-layout .col-main { float:left; padding:5px;}
.downloadable-customer-products .col2-left-layout .col-main { float:left; padding:5px;}
.wishlist-index-index .col2-left-layout .col-main { float:left; padding:5px;}
.customer-address-index .col2-left-layout .col-main { float:left; padding:5px;}
.review-customer-index .col2-left-layout .col-main { float:left; padding:5px;}
.wishlist-index-share .col2-left-layout .col-main { float:left; padding:5px;}
.sales-order-view .col2-left-layout .col-main { float:left; padding:5px;}

/* 3 Columns Layout */
.col3-layout {}
.col3-layout .col-main { padding:0 ; margin:0; width:547px; float:left;}
.catalog-product-view .col3-layout .col-main { width:540px; padding: 0 10px 0 0 ;}

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.customer-account-index .col2-set .col-2 { margin:10px 0;}
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-2  h5{ padding-bottom:10px;}
.col2-set .narrow { /*width:33%;*/ width:202px; }
.col2-set .wide { /*width:65%;*/ width:708px; }
.col2-set .wide h4{ padding-bottom:10px;}
.col2-set address { padding:10px 0;}

.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%; }

.col2-set, .col3-set, .col4-set {
    padding-bottom: 20px;
}

.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; }
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/btn-bg.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/btn-bg.gif) 100% 50% no-repeat; font:bold 12px/24px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button-cart::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button-cart { overflow:visible; width:auto; border:0; padding:0 0 0 30px; background:url(../images/addtocart-btn.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button-cart span { float:left; padding:0 20px 0 0;background:url(../images/addtocart-btn.gif) 100% 50% no-repeat;  font:bold 12px/29px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button-detail::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button-detail { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/btn-detail.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button-detail span { float:left; padding:0 12px 0 0; background:url(../images/btn-detail.gif) 100% 50% no-repeat; font:bold 12px/24px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button-sidebar::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button-sidebar { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/cart-total.png) no-repeat; cursor:pointer; width:159px; /* <- Safari & Google Chrome Fix */ }
button.button-sidebar span { float:left;  font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; font-size:10px; color:#f00; padding:0 12px 0 0; }

button.button1::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button1 { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/btn-bg1.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button1 span { float:left; padding:0 12px 0 0; background:url(../images/btn-bg1.gif) 100% 50% no-repeat; font:bold 12px/24px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
/*a.button2,::-moz-focus-inner
button.button2::-moz-focus-inner { padding:0; border:0; }
a.button2,
button.button2 { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/btn-bg2.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines;margin-left:10px; display: block; overflow: hidden; float: right;}
a.button2 span,
button.button2 span { float:left; padding:0 12px 0 0; background:url(../images/btn-bg2.gif) 100% 50% no-repeat; font:bold 12px/24px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-decoration: none; float: right;}
*/
button.button2::-moz-focus-inner { padding:0; border:0; }
a.button2,
button.button2 { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/btn-bg2.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */margin-left:10px; text-decoration: none;}
a.button2 span,
button.button2 span { padding:0 12px 0 0; background:url(../images/btn-bg2.gif) 100% 50% no-repeat; font:bold 12px/24px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; display:block; text-decoration: none;}



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 {}
.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:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set button.button1 { float:right; }
.add-to-cart fieldset  button.button2 { float:right; }
.button-set button.button-cart { float:left; margin-right:20px; }

.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; }
.catalogsearch-advanced-index p.required { margin-right:30px;}
.catalogsearch-advanced-index .buttons-set { margin-right:25px;}
/* 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,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.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; }
.catalogsearch-advanced-result .notice-msg{ margin-bottom:10px;}
.catalogsearch-advanced-result .note-msg{ margin:10px 0;}

/* BreadCrumbs */ 
.breadcrumbs { line-height:24px;margin:0 0 10px;padding:0 5px;  background:url(../images/breadcrumb-bg.gif) repeat-x; font-size:11px; color:#f00; white-space:nowrap; float:left;}
.breadcrumbs li { display:inline; }
.breadcrumbs li a{ color:#646462; font-weight:bold; position:relative}
.breadcrumb-left{ background:url(../images/breadcrumb-left.gif) no-repeat left top; height:24px; margin:20px 0 0; padding:0 0 0 7px;}
.breadcrumb-right{ background:url(../images/breadcrumb-right.gif) no-repeat right top; height:24px; padding:0 0 0 7px; float:left; }
.bread-content{ float:left;}
.arrow{ color:#646462;}
.location{ padding-right:10px; color:#646462;}


/* Page Heading */
.page-title { border-bottom:1px solid #ddd; 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; }
.checkout-cart-index .page-title h2{ color:#f00;}

/* Pager */ 
.pager {  padding:5px; margin:5px 0; text-align:center; }
.catalogsearch-result-index .pager{ border-top:1px solid #cacaca;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.catalog-seo-sitemap-product .pager .pages { float:right; margin:0px;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

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

/* Data Table */ 
.data-table { width:100%; }
.checkout-cart-index .data-table { margin-bottom:10px;}
.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 {}

/* 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 {}
li.even { /*background-color:#f6f6f6; */}
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 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; }

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */

.logo {  width:505px; height:67px; overflow:hidden; padding:0; margin:10px 0 0 10px; } 
.header-container { background:url(../images/header-bg.png) no-repeat top center; /*margin-top:60px;*/ height:200px; margin-left:8px; width:1024px; }
.header { padding:0; margin:0; padding:65px 0 0 38px; }
.head-logo {float:left;}
.header .logo { background-position:0 0; background-repeat:no-repeat;  }
.header .logo a { display:block; width:505px; height:67px; padding:0; margin:0; position:relative; text-indent:-1000px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; padding:10px 0px 0; }
.header .links li{ display:inline;}
.header .links li a{ text-decoration:none; font-size:11px; color:#606060;padding:0 8px 0 3px; background:url(../images/top-nav-divider.gif) no-repeat right;}
.header .links li.last a{ background-image:none;}
.table_top-nav {  }
.top-nav-left{ background:url(../images/top-nav-left.gif) no-repeat  top left; float:left; padding:0; width:6px; height:76px; margin-bottom:10px;}
.td_top-nav-left{ background:url(../images/top-nav-left.gif) no-repeat  top right;padding:0 0 0 6px; height:76px; margin-bottom:10px; }
.top-nav-bg{ background:url(../images/top-nav-bg.gif) repeat-x;height:76px; float:left; }
.td_top-nav-bg { background:url(../images/top-nav-bg.gif) repeat-x; align: right; }
.top-nav-right{ background:url(../images/top-nav-right.gif) no-repeat right; float:left; padding:0 0 0 6px; height:76px;}
.td_top-nav-right{ background:url(../images/top-nav-right.gif) no-repeat top left;padding:0; width:6px; height:76px;}
.header .form-search { text-align:center;padding:10px 10px 0;float:right; }
.header .form-search .input-text{ background:url(../images/news-bg.gif) no-repeat; border:none; height:26px; padding:0 0 0 10px;width:180px; font-style:italic;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search .mini-search{float:right;}
.header .form-search .cat-search{float:left;}
.header .form-search .search-btn {float:left;margin-top:1px}
.header .form-language { text-align:center; }
.header .logo-breadcrumb{ float:left; position:relative; }
.header .menu-address{ padding:0; margin:0; float:right; margin-right:0px; width:465px; }
.header .menu-address .menu-address-content{float:right; text-align:right; padding:0; margin:0; padding-right:50px;}
.phone { color:#f00; font-size:21px;}
.request{ color:#848484; font-size:10px; margin-bottom:5px; background:url(../images//phone-bot.gif) no-repeat bottom right; padding-bottom:6px;}
.adress { padding-right:55px; }
.phone-detail{}

/********** < Navigation */
li.level0 ul.active{ /*1 level*/
	display: block;
	
}
li.level0 ul.inactive{
	display: none;
}

li.level0 ul.active li.active ul.inactive{ /*2 level*/
	display: none;
}
li.level0 ul.active li.active ul.active{
	display: block;
}

div.navigation ul li.level0{ /*background:url(../images/nav-bottom.gif) no-repeat bottom;*/  margin-bottom:10px; border-bottom:1px  dotted red;}
div.navigation ul li.level0 a{padding-left:10px;}
div.navigation { margin:0 15px;}

li.level0 a.inactive, li.level0 a:link.inactive, li.level0 a:active.inactive, li.level0 a:visited.inactive{ font-weight: bold; font-size: 12px; color: #242424; text-decoration: none; outline: none; cursor: pointer; }
li.level0 a:hover.inactive{text-decoration: underline; color:red;}
li.level0 a.active, li.level0 a:link.active, li.level0 a:active.active, li.level0 a:visited.active{ display:block;font-weight: bold; font-size: 12px; color: #242424; text-decoration: none; outline: none; cursor: pointer; }
li.level0 a:hover.active{text-decoration: underline;}


li.level0 ul.active li.level1 a.inactive, li.level0 ul.active li.level1 a:link.inactive, li.level0 ul.active li.level1 a:active.inactive, li.level0 ul.active li.level1 a:visited.inactive{ font-weight: bold; font-size: 12px; color: #dadada; text-decoration: none; outline: none; cursor: pointer; }
li.level0 ul.active li.level1 a:hover.inactive{text-decoration: underline;}
li.level0 ul.active li.level1 a.active, li.level0 ul.active li.level1 a:link.active, li.level0 ul.active li.level1 a:active.active, li.level0 ul.active li.level1 a:visited.active{ display:block;font-weight: bold; font-size: 12px; color: #dadada; text-decoration: none; outline: none; cursor: pointer; }
li.level0 ul.active li.level1 a:hover.active{text-decoration: underline;}


li.level0 ul.active li.level1 ul.active li.level2 a.inactive, li.level0 ul.active li.level1 a:link.inactive, li.level0 ul.active li.level1 ul.active li.level2 a:active.inactive, li.level0 ul.active li.level1 ul.active li.level2 a:visited.inactive{ font-weight: bold; font-size: 12px; color: #f2f1f1; text-decoration: none; outline: none; cursor: pointer; }
li.level0 ul.active li.level1 ul.active li.level2 a:hover.inactive{text-decoration: underline;}
li.level0 ul.active li.level1 ul.active li.level2 a.active, li.level0 ul.active li.level1 ul.active li.level2 a:link.active, li.level0 ul.active li.level1 ul.active li.level2 a:active.active, li.level0 ul.active li.level1 ul.active li.level2 a:visited.active{ display:block;font-weight: bold; font-size: 12px; color: #f2f1f1; text-decoration: none; outline: none; cursor: pointer; }
li.level0 ul.active li.level1 ul.active li.level2 a:hover.active{text-decoration: underline;} 
.level0 .active{color:#f00 !important; font-size:13px;}
.active .level1 a{ color:#656565 !important; text-transform:lowercase; font-size:11px !important; font-weight:normal !important;}
.active .level2{ padding:0 0 0 10px; }
.active .level2 a{background:url(../images/bullets.gif) no-repeat left; padding:5px 0 5px 20px /*30px*/; text-transform:lowercase; font-size:11px !important; font-weight:normal !important; padding-left:20px !important /*30px !important*/; margin-bottom:3px; color:#2b2b2b !important;}

.navigation .level0{ padding:0 0 10px; }
.level1 ul.active{ background:#eeeeee; border-top:1px dotted red; border-bottom:1px dotted red; padding:10px 0; margin-top:5px; }  
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title {  padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.news-img{float:left; width:92px;}

/* Block: Account */
.block-account {}
.block-account .block-title h2{ font-size:13px; color:#f00;}

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

/* Block: Layered Navigation */
.block-layered-nav { padding-left:10px;}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart { /*background:url(../images/cart-sidebar-bg.gif) repeat-y top left;*/}
.block-cart .block-title h2{ color:#ff0000; font-size:13px;}
.block-cart .block-content p{ color:#3e3e3e; font-size:11px;}
.block-cart .block-content a{ text-decoration:none;}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions {padding:10px 0;text-align:left; }
.block-cart .block-content h3 { color:#585859 !important; font-size:12px!important;}


.mini-products-list li { padding:5px 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:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .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:5px 0; }
.block-compare .block-title h2{ color:#f00; font-size:13px;}

/* 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-subscribe .input-text{ border:none; background:url(../images/news-bg.gif) no-repeat; height:17px; float:left; width:128px;}
.btn{ float:left;}
.block-subscribe input.input-text, .block-subscribe textarea {padding:4px 2px;}
.block-subscribe{color:#585859; font-size:11px; font-weight:bold;}
.block-subscribe p{ margin-top:30px;}
.newsletter{width:182px;}
.input-box{ width:132px; float:left;}
.btnnewsletter{ width:50px; float:right;margin-top:1px}

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

/* Block: Banner */
.block-banner {}
.block-banner .block-content {  padding:0px 0px 0 5px;}
.block-banner .block-content .content{ padding:0 0 0 20px;color:#585859;}
.block-banner .block-content .content h3{  font-size:12px; font-weight:bold; padding-bottom:10px;}
.block-banner .block-content .content  p{ font-size:10px; width:150px;}

/* Block: Checkout Progress */
.block-progress { margin-top:10px;}
.block-progress .address{border:1px solid #CACACA;padding:5px;}
.block-progress dt { font-weight:bold; background:url(../images/base_mini_head_bg.gif) repeat-x; line-height:22px; padding:0 10px;}
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; line-height:22px; padding:0 0 0 10px; }
#checkoutSteps h3{ font-size:14px; color:#464646;}
.block-progress .block-title h2 { font-size:13px;}
.checkout-onepage-index .page-title h2{ color:#f00;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { /*border-bottom:1px solid #ddd;*/ margin:0 0 10px; }
.catalog-category-view .category-title { margin:0;}
.category-image { display:block; margin:0 auto; } 
.category-products { width:547px; padding:0;}
.category-products .new-product, 
.category-products .new-product1 { width:172px; background:url(../images/product-bg-right.gif) no-repeat top right; } 
.category-products .new-product-last { width:172px; overflow:hidden; } 
.name-description .product-name a{ color:#f00; font-size:13px; text-decoration:none;}
.name-description{ width:150px; margin:10px 5px; overflow: hidden }
.category-products .products-list .button-set{ float:right;width:115px;}
.cms-page-view .new-product, { background:url(../images/porduct-bg-left.gif) no-repeat center right; }
.cms-page-view .new-product1 { background:url(../images/product-bg-right.gif) no-repeat center right; }
.cms-page-view .product-name a{ color:#f00; font-size:13px; text-decoration:none;}
.cms-page-view .new-product p { }
.cms-page-view .new-product1 p { }
/* View Type: Grid */
.products-grid { width:547px; padding:0;}
.products-grid tr.odd {}
.products-grid tr.even {  }
.catalog-category-view .products-grid tr.even { background-color:transparent;}
.products-grid td { width:148px; border:0; padding:6px; overflow:hidden;}
.category-products .products-grid td { border:none;}
.catalogsearch-result-index .products-grid td { border:none;}
.catalog-category-view .products-grid td{ border:none; background:url(../images/product-list-bot.gif) no-repeat bottom; }
.products-grid td.empty { background:none;}

/* 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; }
/* ======================================================================================= */


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

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; padding:10px 0;}
.product-view .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-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .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-view .product-img-box .zoom .btn-zoom-out { left:10px; position:absolute;}
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:15px; top:0px;}
.product-view .product-img-box .more-views { margin-top:10px;}
.product-view .product-img-box .more-views h3{ text-transform:uppercase; font-size:12px; padding:2px 0; background:url(../images/more-view-bottom.gif) no-repeat bottom left; margin-bottom:10px;}
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
.zoom-left { background:url(../images/zoom-left.gif) no-repeat; height:20px; padding:0 0 0 8px;}
.zoom-right { background:url(../images/zoom-right.gif) no-repeat; height:20px; padding:0 0 0 8px; float:right; margin-top:-20px;}
.zoom-bg { background:url(../images/zoom-bg.gif) repeat-x;  height:20px;}
.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-view .product-shop {float:left; margin-left:8px; width:265px;}
.product-view .product-name h2 { color:#575757; font-size:13px; font-weight:bold;}
.product-view .short-description {}
.product-view .short-description h3{ color:#181818; font-size:11px; margin:10px 0 0 0;}

/* Facebook */
.connect_widget { width: 250px; }

/* 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 { padding:10px 0;}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }
.catalog-category-view .availability { margin-left:8px;}
/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { padding:3px 0px;}
.price-box .price { font-weight:bold;}
.product-pricing { background:#f5f5f5; border:1px solid #e3e3e3; padding:10px; margin-bottom:5px;}
.product-pricing li {
    background:url(../images/list-bullet.gif) left 6px no-repeat; padding-left:10px;
}
.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price {font-size:17px; color:#f00; }
#super-product-table .regular-price .price { font-size:12px !important;}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* 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 {}
.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 */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
.price-as-configured  .price { color:#f00; font-size:17px; }
/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Product questions */
.productquestions-container {}
.productquestions-container ul { margin-bottom: 10px; }
.productquestions-container ul li.record { margin-top: 15px; border-bottom: 1px solid #B9B9B9; }
.productquestions-container ul li.record ul li.question { text-decoration: underline; }

/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}
.tier-prices{background:#F5F5F5 none repeat scroll 0 0; border:1px solid #E3E3E3; padding:10px;}
.tier-prices li{background:transparent url(../images/list-bullet.gif) no-repeat scroll left center; padding-left:10px;}

/* InlineMedia Tier Prices */
table.tierprices { margin: 20px 0 20px 0; /*border: 1px solid #ececec;*/ width: 50%; }
table.tierprices thead tr th { padding: 2px 10px 2px 5px; /*background: #f9f9f9;*/ font-weight: bold; text-align: left; color:#FF0000; font-size:14px; }
table.tierprices tbody { background:none repeat scroll 0 0 #EEEEEE; }
table.tierprices tbody tr td { padding: 2px 10px 2px 5px; border-top:1px dashed #FFFFFF; }

/* 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 { margin-top:10px;}
.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; }
.add-to-links { padding:0px;}

/* Product Options */
.product-options { padding:13px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; margin:10px 0;  }
.product-options dt label { font-weight:bold; color:#515251; font-size:11px; }
.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; color:#8a8989; font-size:11px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { clear:right; }
.product-options-bottom .price-as-configured{ padding:0 0 0 5px;}
.product-options-bottom .price-box { margin:10px 0; }
.product-options-bottom .add-to-cart{ border:1px solid #dfdfdf; background:#fff8dc; padding:10px;}
.product-options-bottom .price-box .price{ margin-top:10px; color:#f00; font-size:17px;}
/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description { font-size:11px; color:#464646;}

/* 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.5; }
.product-shop .product-name { font-weight:normal;}
.product-shop .quantity_wrapper { margin-bottom: 10px;}
.catalog-category-view .product-name {width:145px;}

/* Product Tags */
.tags-list li { display:inline; font-size:16px; }

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

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap { padding:0 20px;}
/* ======================================================================================= */


/* 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 Coupon block */
.couponblock {width:250px; }
.coupontext { width:100px; float:left; padding-top:2px; }
.couponbtn { width:100px; float:right;}
.couponcancel {margin-top: 8px; float: right; padding-left:150px;}
#coupon_code { width:130px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:657px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; padding:15px 0px; }
.cart .crosssell .product-shop { margin-left:90px; padding:15px 0px;}
.cart .shipping {}
.cart{ padding:10px;}
.cart-page-top{ background:url(../images/cart-page-top.gif) no-repeat left top; padding:7px 0 0 0; widows:932px; margin-top:10px;}
.cart-page-bot{ background:url(../images/cart-page-bot.gif) no-repeat left top; height:7px;margin-bottom:10px;}
.cart-page-bg{  background:#F8F8F8; border-left:1px solid #f2f1f1;border-right:1px solid #f2f1f1; margin-left:3px;padding:10px;width:903px;}
.cart .crosssell { border:1px solid #cacaca; padding:10px;}
.cart .crosssell .product-shop ul,.cart .crosssell .product-shop li{margin-top:0px;}
.cart .crosssell h3 { color:#f00; font-size:12px; padding-top:0px; padding-bottom:0px;}
.col-discount{border:1px solid #cacaca; padding:10px;}
.col-discount h3 { color:#f00; }


/* Shopping Cart Totals */
.cart .totals { float:right; padding:10px; border:1px solid #cacaca; width:222px; }
.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; }
.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:url(../images/base_mini_head_bg.gif) repeat-x; height:22px; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; font-weight:bold; }
.opc .step-title h3 { float:left;padding:2px 0 0;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { cursor:default; background:url(../images/base_mini_head_bg.gif) repeat-x; height:22px; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .active .step-title h3{ padding:2px 0 0;}

/* Multiple Addresses Checkout */
.checkout-progress {  padding:0; margin:0px 0 10px; width:100%; }
.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 .col2-set{ border:1px solid #ddd; padding:10px;}
.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 dt { font-weight:bold; }
.checkout-onepage-index .sp-methods dt { padding:5px 0; }
.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 .page-title h2{ color:#f00;}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { margin-bottom:15px; color:#585859;}
.dashboard-top{ background:url(../images/dashboard-top.gif) no-repeat top left; padding:7px 0 0;}
.dashboard-bot{ background:url(../images/dashboard-bot.gif) no-repeat  top left; height:7px;}
.dashboard-bg{ background:#f8f8f8; border-left:1px solid #f2f1f1; padding:10px 15px; border-right:1px solid #f2f1f1;}
.dashboard-bg .page-title h2{ color:#f00;}
.dashboard-bg .col2-set{}
.dashboard-bg .col2-set .col-1{ margin:10px 0;}
.checkout-onepage-index .col2-set .col-1{ margin:0px;}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* 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; }
/* ======================================================================================= */
/*cms-home-page*/
.welcome-text h3{ color:#e90f0f; font-size:14px; padding-bottom:10px;}
.welcome-text{ margin-bottom:10px; color:#000; line-height:25px; }
.welcome-text p{ margin-bottom:20px;}
.cms-index-index  .product-list{border-top:1px solid #b7b7b7; color:#373636; border-bottom:1px solid #b7b7b7; margin-bottom:20px; padding:10px 0;}
.cms-index-index  .product-list .more{ padding:5px 0; margin:0;}
.cms-index-index  .product-list .more a { text-decoration:none; color:#000;}
.cms-index-index  .new-product{ width:180px; background:url(../images/porduct-bg-left.gif) no-repeat top right; }
.cms-index-index .new-product .product-name{ width:160px; }
.cms-index-index .new-product .product-name a{ color:#ff0000; font-size:13px; text-decoration:none;}
.cms-index-index .new-product p{ font-size:11px;width:160px;}

.cms-index-index  .new-product1{ width:180px; background:url(../images/product-bg-right.gif) no-repeat top right; }
.cms-index-index .new-product1 .product-name a{ color:#ff0000; font-size:13px; text-decoration:none;}
.cms-index-index .new-product1 .product-name{ width:160px;}
.cms-index-index .new-product1 p{ font-size:11px; width:160px;}

.cms-index-index  .new-product-last{ width:180px; height:189px;}
.cms-index-index .new-product-last .product-name a{ color:#ff0000; font-size:13px; text-decoration:none;}
.cms-index-index .new-product-last .product-name{ width:160px;}
.cms-index-index .new-product-last p{ font-size:10px; width:160px;}

.cms-index-index  .new-prod{ width:180px; height:189px;}
.cms-index-index .new-prod .product-name a{ color:#ff0000; font-size:13px; text-decoration:none;}
.cms-index-index .new-prod p{ font-size:10px;width:160px;}

.articles { color:#171717; }
.articles img{ padding-left:15px;}
.articles h3{font-size:13px; line-height:0;}
.articles p{ font-size:11px; width:155px;padding-left:3px;}
.articles ul{ padding:10px 15px;}
.articles ul li.most-recent h3{ color:#f00; line-height:0;}
.articles ul li{ padding:0 0 5px; background:url(../images/articles-divider.gif) no-repeat bottom  left; width:172px; margin-bottom:5px;}
.articles ul li.last{ background-image:none;}

.col-right .articles p {text-align: center; width: auto; padding: 0}
.col-right .articles img {padding: 0}

.page-identifier{ margin-bottom:10px;}
.page-identifier .block-title{ background:url(../images/page-identifier.gif) no-repeat; color:#fff; width:200px; margin-left:15px;}
.page-identifier .block-title h3{ font-size:13px;line-height:18px;padding-left:10px;text-align:left; }
.page-identifier .block-title span{ font-size:12px; font-style:italic;}

/*Tab content============================================================================================*/
.tabdiv{  height:23px; margin-top:20px; clear:both; font-size:11px; z-index:1000;}
.tabdiv{background:url(../images/tab-top.gif) no-repeat bottom left; padding-bottom:7px; padding-left:15px;}

.shadetabs2 li{ float:left; font-size:1em; line-height:1em; list-style:none; }
.shadetabs2 li.first{}
.shadetabs2 li.first a{ display:inline-block; padding:0px; color:#4d4d4d; background:url(../images/tabbg.gif) no-repeat right top; height:23px; text-decoration:none; font-weight:bold;width:127px; text-align:center; line-height:23px;}
.shadetabs2 li.first a:hover{}
.shadetabs2 li.first a.selected{ background:transparent url(../images/tabbg.gif) no-repeat scroll right bottom;color:#4d4d4d;display:inline-block;font-weight:bold;height:24px;padding:0px 0px 0;text-align:center;text-decoration:none;width:127px;}

.shadetabs2 li.first a.selected:hover{}

.shadetabs2 li.first a, .shadetabs2 li.mid a{ display:inline-block; padding:0px; color:#4d4d4d; background:url(../images/tabbg.gif) no-repeat right top; height:23px; text-decoration:none; font-weight:bold;width:127px; text-align:center; line-height:23px;}
.shadetabs2 li.mid a:hover{}
.shadetabs2 li.mid a.selected{ display:inline-block; padding: 0px; color:#4d4d4d; background:url(../images/tabbg.gif) no-repeat right top; height:24px; text-decoration:none; font-weight:bold;width:127px; text-align:center;}
.shadetabs2 li.mid a.selected:hover{}
.shadetabs2 li.last a{ display:inline-block; padding: 0px; color:#4d4d4d; background:url(../images/off.gif) no-repeat right top; height:23px; text-decoration:none; font-weight:bold;width:127px; text-align:center;}
.shadetabs2 li.last a:hover{}
.shadetabs2 li.last a.selected{ display:inline-block; padding:0px; color:#4d4d4d; height:23px; text-decoration:none; font-weight:bold;width:127px; text-align:center;}
.shadetabs2 li.last a.selected:hover{}
.tab-body2 {background:#F7F7F7;height:auto;padding:10px;background-color:#ffffff; border-left:1px solid #b5b5b5; border-right:1px solid #b5b5b5;}
.tab-body2 .col2-set{ border-bottom:1px dashed #cacaca;}

/*.tab-top{background:url(../images/tab-top.gif) no-repeat; padding:7px 0 0; width:803px;  width:540px;}*/
.tab-top{ padding:0; margin:0 0 10px; width:803px;  width:540px;}


.tab-bot{background:url(../images/tab-bot.gif) no-repeat top left; height:7px; width:540px;}
.shadetabs2 li.first span{ background:url(../images/tab-body-left.gif) no-repeat left; height:23px;}


/*========================================================================================*/
/*Slideshow*/
.slideshow .title{ background:url(../images/slideshow-top.gif) no-repeat; height: 36px;}
.slideshow .title h2{ font-size:15px; color:#fff; font-style:italic; line-height:35px;padding-left:15px;}
.slideshow .content{background:#FFFFFF none repeat scroll 0 0;border-right:1px solid #CACACA;border-top:1px solid #CACACA;padding:10px;width:162px; text-align:center}
.slideshow .content-bot{ background:url(../images/slideshow-bot.gif) no-repeat; height:7px;}

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

/* Footer ================================================================================ */
.footer { padding:0 10px; background:url(../images/footer-bg.png) no-repeat top right; height:164px; padding-right:25px;}
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left;  margin-right:3px; padding:10px 0 0 85px;}
.footer ul li{ display:inline;}
.footer ul li a{ text-decoration:none; padding:0 6px 0 2px; color:#b4b4b4; font-size:11px; background:url(../images/footer-nav-divider.gif) no-repeat right; position:relative}
.footer .links { padding-left:0px;}
.footer .links li.last a{ background:none;}
.footer-left{ background:url(../images/footer-bg-left.gif) no-repeat left top; height:50px; padding:0 0 0 6px; width:923px; margin:0 auto}
.footer-bg{ background:url(../images/footer-bg.gif) repeat-x; height:50px; line-height:28px; }
.footer-right{ background:url(../images/footer-bg-right.gif) no-repeat right top; height:50px; padding:0 0 0 6px; float:right;margin-top:-50px;}
/* ======================================================================================= */

a.product-image {
    display: block;
    padding: 28px 0 0 0;
    text-align: left;
}

.button-set .button-cart:active {
    position: relative;
    top: 0;
}

.col2-left-layout {
    background: #fff;
}

.header .form-search .input-text {
    padding-top: 5px\9; /* ie78 only - auch, otherwise you'll need a seperate stylesheet */
}

.level0 ul {
    padding-left: 4px;
}
.level0 ul a.active {
    color: #f00 !important;
}
