/* Layout ================================================================================= */
.wrapper {width:100%; border-top:8px solid #c1cecd; }
.page { width:995px; overflow:hidden; margin:0 auto; padding:0 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:0 0; }

/* Base Columns */ 
.col-left { float:left; width:160px; padding:5px 5px 0; }
.col-main { float:left; width:736px; }
.col-right { float:right; width:230px; padding:5px 5px 0; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

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

/* 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:13px Arial, Helvetica, sans-serif; vertical-align:middle; color:#575757; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; padding-left: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/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:normal; }
.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:240px; margin-right:20px;}
.group-select input.input-text,
.group-select textarea {width:490px; }
.group-select select { width:501px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:230px; }
.group-select .input-box select { width:241px; }

.buttons-set { clear:both; margin:0px 0 0; }
.buttons-set .back-link { float:left; font-family:Arial,Helvetica,sans-serif;}
.buttons-set button.button { float:right; }
.buttons-set .button {cursor:pointer;}

.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:12px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#991723; }
.validation-failed { background:#faebe7 !important; }
.validation-passed {}
.required
{ 
    color:#991723;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin-right:3px;
}
p.required { font-size:12px; 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:#991723; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; font-family:Helvetica,Arial,serif;}
.messages li { margin:0 0 0px; }
.messages li li { margin:0 0 0px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {background-position:10px 8px !important; background-repeat:no-repeat !important; min-height:16px !important; padding:8px 8px 8px 32px !important; font-size:12px !important;}
.error-msg { border-color:#991723; background-image:url(../images/messages/error.png); color:#991723; }
.success-msg { border-color:#446423; background-image:url(../images/messages/ok.png); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-image:url(../images/messages/attention.png); color:#444444; }

.success-msg a {color:#3d6611; text-decoration: underline;}
.success-msg a:visited {color:#3d6611;}

/* BreadCrumbs */ 
.breadcrumbs { padding:0 10px 15px; margin:0 0 10px; font: 10px "Times New Roman",Times,serif; color:#444444; text-transform: uppercase; border-bottom: 1px solid #e2e2e2;}
.breadcrumbs a {color:#444444;}
.breadcrumbs a:visited {color:#444444;}
.breadcrumbs li { display:inline; }

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

/* Pager */ 
.toolbar .sorter { float:left; }
.toolbar .center
{ 
    float:left;
    width: 700px;
    padding-left:10px;
    text-align:left;
}
.toolbar .pagination { float:right; }
.toolbar {margin-top: 5px;}
.pager .pages { float:right; padding-top:4px;}
.pager .pages ol { display:inline; padding-top:3px; padding-bottom:3px;}
.pager .pages li { display:inline;}
.pager .pages .current { border:1px solid #444444;padding-left:5px; padding-right:5px; padding-top:0px; padding-bottom:1px; margin-left: 0px;}
.pager .pages .not-current {padding-left:5px; padding-right:5px; padding-top:0px; padding-bottom:1px;}
.pager .pages .arrows {margin-top:0px; margin-left:5px; margin-right:5px;}
/*.pager .pages .next { border:1px solid #444444;padding:5px;margin:0 3px;}*/

.pager a {color:#444444;}

/* Data Table */ 
.data-table { width:100%;}
.data-table .notl {border:0px solid #ddd;}
.data-table .notl td {padding-bottom:5px;}
.data-table .nobr {}
.data-table th { padding:5px; border:0px solid #ddd; white-space:nowrap; }
.data-table th .button {cursor:pointer}
.data-table td .button {cursor:pointer; padding:5px;}
.data-table tr { padding:10px; border-top:1px solid #ddd; }
.data-table .notl {text-transform:uppercase; text-align:center; font-weight:normal; font: 9px Geneva, Tahoma, sans-serif; color:#565c5b; margin-bottom:5px;}
.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-bottom: 1px solid #ddd; }
.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 { float:left; width:200px; height:102px; overflow:hidden; }
.header-container {}
.header-right{ float:right; text-align:right}
.header { padding:0;}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:200px; height:101px; }
.header .form-search { text-align:right;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul {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-language { text-align:right; }
.header-right .links li { display:inline; margin:0 9px;}
.header-right .links li.last { margin:0 10px 0 0;}
.header-right a {color:#4b4b44; text-transform:uppercase;text-decoration:none; }
.header-right .links{ font:11px "Times New Roman",Times,serif;}
.header-right .links_second{ font:16px "Times New Roman",Times,serif;}
.header-right .links_second {margin-bottom:13px;}
.header-right .links_second li { display:inline; margin:0 9px;}
.header-right .links_second li.last { margin:0 8px 0 9px;}
.header-right .links {margin:10px 0 20px 0;}
.header-right .top-link-basket {display:inline-block;height:15px;width:20px;background:url(../images/header/basket.gif) no-repeat;}
/********** < Navigation */
#nav { font-size:12px; padding:5px 0; margin:10px 0; padding: 5px 4px;}

/* All Levels */
#nav a { display:block;text-decoration:none; height:37px; float:left;background-image:url(../images/header/top-menu-sprite.png);text-align:center;font:13px/15px Helvetica,Arial,sans-serif;color:#56605c}
#nav a .text {display:table-cell;vertical-align:middle;height:37px;}
/*#nav .cakes { background-position: 0 0; width:80px;}
#nav .cakes:hover { background-position: 0 37px; }
#nav .cakes .text {width:80px;}*/
#nav .cheese { background-position:992px 0; width:86px;}
#nav .cheese:hover { background-position: 992px 37px; }
#nav .cheese .text {width:86px;}
#nav .cofee { background-position:906px 0; width:88px;}
#nav .cofee:hover { background-position:906px 37px; }
#nav .cofee .text {width:88px;}
#nav .spices { background-position: 818px 0; width:113px;}
#nav .spices:hover { background-position: 818px 37px; }
#nav .spices .text {width:113px;}
#nav .meats { background-position:705px 0; width:84px;}
#nav .meats:hover { background-position: 705px 37px; }
#nav .meats .text {width:84px;}
#nav .gifts { background-position:621px 0; width:70px;}
#nav .gifts:hover { background-position: 621px 37px; }
#nav .gifts .text {width:70px;}
#nav .gourmet { background-position:551px 0; width:102px;}
#nav .gourmet:hover { background-position: 551px 37px; }
#nav .gourmet .text {width:102px;}
#nav .oil { background-position:449px 0; width:105px;}
#nav .oil:hover { background-position: 449px 37px; }
#nav .oil .text {width:105px;}
#nav .olives { background-position:344px 0; width:78px;}
#nav .olives:hover { background-position: 344px 37px; }
#nav .olives .text {width:78px;}
#nav .pasta { background-position:266px 0; width:88px;}
#nav .pasta:hover { background-position: 266px 37px; }
#nav .pasta .text {width:88px;}
#nav .seafood { background-position:171px 0; width:90px;}
#nav .seafood:hover{ background-position: 171px 37px; }
#nav .seafood .text {width:90px;}
#nav .sweets { background-position:81px 0; width:81px;}
#nav .sweets:hover { background-position: 81px 37px; }
#nav .sweets .text {width:81px;}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {}
.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; }

/* Block: Account */
.block-account {}

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

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

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; 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: 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: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 { 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; }
/* ======================================================================================= */


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

.category-products .ratings {display:none;}
.category-products .type {color:#666666}
.category-products .price-box .price {color:#9b1c22}

#top_category{ width:1000px; background:url(../images/catalog/category/top-bg.gif) repeat-x bottom;padding-bottom:15px;margin-bottom:10px;}
#top_category .filter_nav{float:left;}
#top_category .cat_image{float:right;}

.filter_nav { text-align: center; width: 171px; height: 284px; border-right: 1px solid #e2e2e2}

.square {background: #8d8d8d; width: 6px; height: 6px; margin-left: auto; margin-right: auto;  margin-top: 7px; margin-bottom: 7px;}
.ilsquare {display: inline-block; background: #8d8d8d; width: 6px; height: 6px; margin-left: 17px; margin-right: 13px;}
.nav-square {background: #8d8d8d; width: 6px; height: 6px; margin-left: auto; margin-right: auto;  margin-top: 7px;  margin-right:7px; float:left;}
.filter_nav h4 { font: 13px "Times New Roman",Times,serif; color:#444444; text-transform:uppercase; cursor:pointer;}
.filter_nav .main { font: 13px "Times New Roman",Times,serif; color:#464646; text-transform:uppercase; cursor:pointer;}
.filter_nav a { font: 13px "Times New Roman",Times,serif; color:#8d8d8d; display:block;}
.filter_nav .selected{ color:#464646; background: url(../images/arrows/grey-right-arrow.png) no-repeat; background-position: 10px 5px;}
.filter_nav .regular{ color:#8d8d8d; }
/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr {border-bottom:1px solid #e9e7e7}
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { width:25%; padding-bottom: 20px; text-align:center; vertical-align:top;}

.products-grid .product-name,
.products-grid .product-name a { font: 14px "Times New Roman",Times,serif; font-weight: bold; color:#666666; }
.products-grid .price-box { font: 14px "Times New Roman",Times,serif; color:#666666; }
.products-grid .product-image{display:block;width:200px;height:200px;overflow:hidden;margin:0 auto;}
.products-grid .flags{margin-right:10px;margin-left:-26px;}
.products-grid td.empty {}

/* View Type: List */
.products-list li.item {padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view .button {cursor:pointer; }

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

/* Product Images */
.product-view .product-img-box { float:left; width:352px; }
.product-view .product-img-box .product-image {}
.product-view .product-img-box .product-image-zoom { position:relative; width:350px; height:350px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; }
.product-view .product-img-box .zoom-notice { display:none; text-align:center; font-size:12px; font-family:Geneva,Arial,sans-serif; padding-bottom: 15px;}
.product-view .product-img-box .zoom { display:none; 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 { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.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 ; }

.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:right; width:600px; }
.product-view .product-name {}
.product-view .short-description {color: #444444; line-height: 1.5em; font-size: 14px; font-family: "Times New Roman",Times,serif;}

.back-to-category {margin: 0 0 1em; font-size:12px; font-family:Geneva,Arial,sans-serif;color:#9c1c22;}
.back-to-category a {color:#9c1c22;}
.back-to-category a:visited {color:#9c1c22;}
.back-to-category img {vertical-align:middle; margin-bottom:2px;}
.back-to-category td {padding-right:7px; vertical-align:middle;}


.back-to-main-product-info {margin: 0 0 0.2em; font-size:12px; font-family:Geneva,Arial,sans-serif;color:#9c1c22;}
.back-to-main-product-info a {color:#9c1c22;}
.back-to-main-product-info a:visited {color:#9c1c22;}
.back-to-main-product-info img {vertical-align:middle; margin-bottom:2px;}
.back-to-main-product-info td {padding-right:7px; vertical-align:middle;}

/* Rating */
.ratings {margin: 0 0 1em; font-size:12px; font-family:Geneva,Arial,sans-serif;color:#9c1c22;}
.ratings a {color:#9c1c22;}
.ratings a:visited {color:#9c1c22;}
.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 {font-size: 12px; color: #a5a5a5;}
.availability .in-stock {color:#3D6611;}
.availability .out-of-stock {color:#9c1c22; }

/* SKU */
.sku {font-size: 12px; color: #a5a5a5;}
.sku .sku-no {color:#565C5B;}

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


.price-box {}
.price-box .price { color:#565C5B; font-weight: bold;}

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { }

/* 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 {}
.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 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:10px; margin-top:3px; color: #a5a5a5; text-transform:uppercase;}
.add-to-cart input { margin-right:10px; }
.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 td { vertical-align: middle; padding: 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; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; }
.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; }
.product-options-bottom .price-box { margin:10px 0; }

/* 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 ================================================================= */
.cart-table .product-name {  font: 14px "Times New Roman",Times,serif; font-weight: bold; color:#666666; }
.cart-table .unit-price .price {color: #9b1c22;}
.product-name td { padding-right: 5px;}
.product-name img {vertical-align: middle; }

/* Product Tags */

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

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

/* 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; }
.cart .checkout-types .button {cursor:pointer; }
.cart .footer-line {width:100%;height:5px; background-color:#BEB8B5;}
.cart .col-2 {width:100%; border-top:1px solid #ddd; }

/* Shopping Cart Table */
.cart-table .nav {float:left}
.cart-table .item-msg { font-size:12px; }
.cart-price .price { font: 11px Geneva, Tahoma, sans-serif; color:#565c5b; font-weight:normal;}
.cart-table .product-name a {color:#565c5b;}
.cart-table .product-name a:visited {color:#565c5b;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:100%; margin-top:20px; font: 13px "Times New Roman",Times,serif; color:#444444;}
.cart .cart-collaterals h3 {margin-bottom: 20px;}
.cart .cart-collaterals .discount input {margin-top: 10px; margin-bottom: 10px;}
.cart .cart-collaterals .discount{ float:left; width:40%; padding-top:30px; padding-left:20px; }

.cart .cart-collaterals .shipping{ float:left; width:40%; padding:30px; padding-left: 42px; border-left:1px solid #ddd;}
.cart .cart-collaterals .shipping select {margin-bottom: 5px; margin-top: 2px; background-color:#fbf4a3;}
.cart .cart-collaterals .shipping input {margin-bottom: 5px; margin-top: 2px; background-color:#fbf4a3;}
.cart .cart-collaterals .shipping .button {margin-top: 5px; margin-bottom: 5px;}
.cart .cart-collaterals .shipping .thin-line {display:block; width:100%; height:1px; background-color:#ddd; margin-right:50px; margin-top:20px; margin-bottom:20px;}
.cart .crosssell .product-image { float:left; margin-right:-90px;}
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .tablefoot {margin-top:27px;}
.cart .nav {float:left;}
.cart .nav .button {padding-right:10px; padding-top:5px;}
.cart .totals { float:right; font: 12px "Times New Roman",Times,serif; color:#444444; float:left; letter-spacing:2px;}
.cart .footcheckout {float:right; position:relative; top:40px; margin-right:24px;}
.cart .footright
{
    float:right;
    margin-right:18px;
}
.cart .footright .values
{
    padding-bottom:8px;
    padding-right:22px;
}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:0px; padding-right:30px; }
.cart .totals table th { font-weight:normal; }

.cart .totals .checkout{vertical-align:middle;padding-bottom:8px;padding-right:5px;}
.cart .totals .values{padding-bottom:8px;}


/* 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 {position:relative; }
.opc li.section {border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { 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 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; color: #444444;}
.cvv-what-is-this
{ 
    cursor:help;
    margin-left:5px;
    color: #991723;
    font-size:12px;
    font-family: Arial,sans-serif;
}
.cvv-what-is-this a:visited {color: #991723; font-size:12px;}

/* Tooltip */
.tool-tip {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 {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 {background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {padding-left: 105px;}
.account-login .new-users {}
.account-login .registered-users {}

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


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

/* 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 {padding-top:5px; padding-bottom: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 {padding:10px 0; }
.footer .footer_menu {width:100%;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;padding:13px 0;margin-bottom:15px;}
.footer .footer_menu li {margin:0 17px;float:left;}
.footer .footer_menu ul {height:10px;}
.footer_menu a {font-size:12px; font-family:Geneva,Arial,sans-serif;color:#4b4948;letter-spacing:0.2pt;}
.footer .footer_menu .last {margin-right:0px;}
.footer .footer_menu .first {margin-left:0px;}
.footer address { text-align:left; color:#4b4948;}
.footer .footer_powered a, .footer .footer_powered a:visited{ float:right; padding:0 5px 0 0; color: #a4a4a4; font-size: 10px;}
.footer .footer_copy{ float:left; padding:0 5px 0 0; }
/* ======================================================================================= */
.double-line {display:block; width:100%; height:10px; background: transparent url(../images/catalog/category/top-bg.gif) repeat-x scroll center bottom; margin-bottom:10px;}
.light-double-line {display:block; width:100%; height:6px; background: transparent url(../images/contact/light-double-line.png) repeat-x scroll center bottom; margin-bottom:10px;}
.thin-line {display:block; width:100%; height:1px; background-color: #e2e2e2; margin-top:5px; margin-bottom:5px;}
#discount-coupon-form .button {cursor:pointer;}


.subsection_tabs a {display: block; width: 165px; height: 70px; background-image: url(../images/checkout/topnav.png)}
.subsection_tabs h3 {display:none;}

.subsection_tabs #logged-in-tab {background-position: 0px -140px;}

.subsection_tabs #checkout-link-login.disable {background-position: 0px 0px; cursor:default;}
.subsection_tabs #checkout-link-login.active {background-position: 0px -70px;}
.subsection_tabs #checkout-link-login.passed {background-position: 0px -140px;}
.subsection_tabs #checkout-link-login.passed:hover {background-position: 0px -70px;}

.subsection_tabs #checkout-link-billing.disable {background-position: -165px 0px; cursor:default;}
.subsection_tabs #checkout-link-billing.active {background-position: -165px -70px;}
.subsection_tabs #checkout-link-billing.passed {background-position: -165px -140px;}
.subsection_tabs #checkout-link-billing.passed:hover {background-position: -165px -70px;}

.subsection_tabs #checkout-link-shipping.disable {background-position: -330px 0px; cursor:default;}
.subsection_tabs #checkout-link-shipping.active {background-position: -330px -70px;}
.subsection_tabs #checkout-link-shipping.passed {background-position: -330px -140px;}
.subsection_tabs #checkout-link-shipping.passed:hover {background-position: -330px -70px;}

.subsection_tabs #checkout-link-shipping_method.disable {background-position: -495px 0px; cursor:default;}
.subsection_tabs #checkout-link-shipping_method.active {background-position: -495px -70px;}
.subsection_tabs #checkout-link-shipping_method.passed {background-position: -495px -140px;}
.subsection_tabs #checkout-link-shipping_method.passed:hover {background-position: -495px -70px;}

.subsection_tabs #checkout-link-payment.disable {background-position: -660px 0px; cursor:default;}
.subsection_tabs #checkout-link-payment.active {background-position: -660px -70px;}
.subsection_tabs #checkout-link-payment.passed {background-position: -660px -140px;}
.subsection_tabs #checkout-link-payment.passed:hover {background-position: -660px -70px;}

.subsection_tabs #checkout-link-review.disable {background-position: -825px 0px; cursor:default;}
.subsection_tabs #checkout-link-review.active {background-position: -825px -70px;}
.subsection_tabs #checkout-link-review.passed {background-position: -825px -140px;}
.subsection_tabs #checkout-link-review.passed:hover{background-position: -825px -70px;}

.checkout-onepage-index .button {float:left; cursor:pointer;}
.checkout-onepage-index .button-left {float:left; cursor:pointer;}

.checkout-onepage-index .col2-set h2 {padding-bottom: 20px;}

.checkout-onepage-index .fullcol { padding-left: 42px; padding-top:27px; }

.checkout-onepage-index .col-2 {padding-bottom: 20px; float:left; width:40%; padding-left: 42px; border-left:1px solid #ddd; color:#444444; font-family:"Times New Roman",Times,serif; font-size:14px; }
.checkout-onepage-index .col-2 select {margin-bottom: 5px; margin-top: 2px; background-color:#fbf4a3;}
.checkout-onepage-index .col-2 input {margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}
.checkout-onepage-index .col-2 .button {margin-top: 5px; margin-bottom: 5px;}
.checkout-onepage-index .col-2 .thin-line {display:block; width:100%; height:1px; background-color:#ddd; margin-right:50px; margin-top:20px; margin-bottom:20px;}
.checkout-onepage-index .col-2 .required-left {float:left}

.checkout-onepage-index .col-1{ padding-bottom: 20px; float:left; width:40%; padding-left: 42px; color:#444444; font-family:"Times New Roman",Times,serif; font-size:14px; }
.checkout-onepage-index .col-1 select {margin-bottom: 5px; margin-top: 2px; background-color:#fbf4a3;}
.checkout-onepage-index .col-1 .button {margin-top: 5px; margin-bottom: 5px;}
.checkout-onepage-index .col-1 .thin-line {display:block; width:100%; height:1px; background-color:#ddd; margin-right:50px; margin-top:20px; margin-bottom:20px;}

.checkout-onepage-index .f-left, .checkout-onepage-index .required {color: #991723; font-size:12px; font-family: Arial, Helvetica, sans-serif; margin-right: 3px;}
.checkout-onepage-index .col-1 .f-left {margin-top:3px; }
.checkout-onepage-index .col-2 .f-left {margin-left:5px; }
.checkout-onepage-index .f-left:visited {color: #991723; font-size:12px; }
.checkout-onepage-index .f-left td{vertical-align:middle; padding-right: 5px}
.checkout-onepage-index .f-left td img{margin-top:2px;}

.checkout-onepage-index .back-link {color: #991723; font-size:12px; }
.checkout-onepage-index .back-link:visited {color: #991723; font-size:12px; }
.checkout-onepage-index .back-link td{vertical-align:middle; padding-right: 5px}
.checkout-onepage-index .back-link td img{margin-top:2px;}


.checkout-onepage-index .col-1 ul {padding-left: 20px;}
.checkout-onepage-index .col-1 li {padding-bottom: 4px;}
.checkout-onepage-index .col-1 p {padding-bottom: 4px;}

.checkout-onepage-index .col-2 li {padding-bottom: 4px;}
.checkout-onepage-index .col-2 p {padding-bottom: 4px;}

.checkout-onepage-index .buttons-set {margin-top:12px; }

/*=======*/

#checkout-step-billing {padding-left: 0; }
#checkout-step-billing .button {float:left; cursor:pointer;}
#checkout-step-billing .button-left {float:left; cursor:pointer;}

#checkout-step-billing h2 { padding-top:27px; padding-bottom:27px; }

#checkout-step-billing .fullcol {padding-top: 0px; padding-left: 42px;}


#checkout-step-billing .input-box {margin-right: 20px;}

#checkout-step-billing {float:left; width:100%; color:#444444; font-family:"Times New Roman",Times,serif; font-size:14px; }
#checkout-step-billing select { margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}
#checkout-step-billing input { margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}
#checkout-step-billing .button {margin-top: 5px; margin-bottom: 5px;}
#checkout-step-billing .thin-line {display:block; width:100%; height:1px; background-color:#ddd; margin-right:50px; margin-top:20px; margin-bottom:20px;}

#checkout-step-billing .f-left, .checkout-onepage-index .required {color: #991723; font-size:12px; font-family: Arial, Helvetica, sans-serif; margin-right: 3px;}
#checkout-step-billing .col-1 .f-left {margin-top:3px; }
#checkout-step-billing .col-2 .f-left {margin-left:5px; }
#checkout-step-billing .f-left:visited {color: #991723; font-size:12px; }
#checkout-step-billing .f-left td{vertical-align:middle; padding-right: 5px}
#checkout-step-billing .f-left td img{margin-top:2px;}


#checkout-step-billing .col-1 ul {padding-left: 20px;}
#checkout-step-billing .col-1 li {padding-bottom: 4px;}
#checkout-step-billing .col-1 p {padding-bottom: 4px;}

#checkout-step-billing .col-2 li {padding-bottom: 4px;}
#checkout-step-billing .col-2 p {padding-bottom: 4px;}

#checkout-step-billing .buttons-set {padding-top:12px; padding-bottom:20px;}
#checkout-step-billing .required-left {float:left}

#checkout-step-billing .white-input-text{background-color:#fff;}

/*=======*/

#checkout-step-shipping {padding-left: 42px;  width:100%;}
#checkout-step-shipping .button {float:left; cursor:pointer;}
#checkout-step-shipping .button-left {float:left; cursor:pointer;}

#checkout-step-shipping h2 { padding-top:27px; padding-bottom:27px; }

#checkout-step-shipping .fullcol {padding-top: 0px; padding-left: 42px;}


#checkout-step-shipping .input-box {margin-right: 20px;}

#checkout-step-shipping {float:left; color:#444444; font-family:"Times New Roman",Times,serif; font-size:14px; }
#checkout-step-shipping select { margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}
#checkout-step-shipping input { margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}
#checkout-step-shipping .button {margin-top: 5px; margin-bottom: 5px;}
#checkout-step-shipping .thin-line {display:block; width:100%; height:1px; background-color:#ddd; margin-right:50px; margin-top:20px; margin-bottom:20px;}

#checkout-step-shipping .f-left, .checkout-onepage-index .required {color: #991723; font-size:12px; font-family: Arial, Helvetica, sans-serif; margin-right: 3px;}
#checkout-step-shipping .col-1 .f-left {margin-top:3px; }
#checkout-step-shipping .col-2 .f-left {margin-left:5px; }
#checkout-step-shipping .f-left:visited {color: #991723; font-size:12px; }
#checkout-step-shipping .f-left td{vertical-align:middle; padding-right: 5px}
#checkout-step-shipping .f-left td img{margin-top:2px;}


#checkout-step-shipping .col-1 ul {padding-left: 20px;}
#checkout-step-shipping .col-1 li {padding-bottom: 4px;}
#checkout-step-shipping .col-1 p {padding-bottom: 4px;}

#checkout-step-shipping .col-2 li {padding-bottom: 4px;}
#checkout-step-shipping .col-2 p {padding-bottom: 4px;}

#checkout-step-shipping .buttons-set {padding-top:12px; padding-bottom:20px;}
#checkout-step-shipping .required-left {float:left}

#checkout-step-shipping .white-input-text{background-color:#fff;}

#checkout-step-shipping .button {margin-top:2px;}
/*===========*/
#checkout-step-shipping_method {padding-left: 42px; width:100%; color:#444444; font-family:"Times New Roman",Times,serif; font-size:14px; }
#checkout-step-shipping_method h2 {padding-bottom:27px;padding-top:27px;}
#checkout-step-shipping_method .button {margin-top:2px;}
#checkout-step-shipping_method h4, dt {margin-top: 3px; margin-bottom:3px;}
/*===========*/
#checkout-step-payment {padding-left: 42px; width:100%; color:#444444; font-family:"Times New Roman",Times,serif; font-size:14px; }
#checkout-step-payment h2 {padding-bottom:27px;padding-top:27px;}
#checkout-step-payment .button {margin-top:2px;}
#checkout-step-payment h4, dt {margin-top: 3px; margin-bottom:3px;}
#checkout-step-payment .required-left {float:left; margin-top:12px;}
#checkout-step-payment .buttons-set {padding-top:12px;}
#checkout-step-payment select { margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}
#checkout-step-payment input { margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}
#checkout-step-payment .input-text{width:245px;}

/**/
#checkout-step-review {padding-left: 42px;}
#checkout-step-review h2 {padding-bottom:27px;padding-top:27px;}
#checkout-step-review {padding-left: 0; width:100%; color:#444444; font-family:"Times New Roman",Times,serif; font-size:14px; }
#checkout-step-review .f-left a{color: #991723; font-size:12px; }
#checkout-step-review .f-left a:visited {color: #991723; font-size:12px; }
#checkout-step-review .price {color:#444444; font-family:"Times New Roman",Times,serif; font-size:14px; }

#checkout-step-review .data-table{width:500px;}
#checkout-step-review .data-table tbody {border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
#checkout-step-review .data-table tr {border-top:0}
#checkout-step-review .data-table h4 {float:left; padding-left: 0; padding-bottom: 10px; padding-top: 10px; font-weight:normal;}

#checkout-step-review .data-table tfoot .first td {padding-top: 20px;}

#shipping-method-buttons-container {padding-bottom: 20px;}
#payment-buttons-container {padding-bottom: 20px;}
#review-buttons-container {padding-bottom: 20px;}
#review-buttons-container .button { padding-top:12px;}

.checkout-onepage-success .col-main p {margin-top: 3px; width:360px;}
.checkout-onepage-success .col-main .buttons-set {margin-top: 10px; margin-bottom: 20px;}

.checkout-onepage-failure .col-main p {margin-top: 3px;}
.checkout-onepage-failure .col-main .buttons-set {margin-top: 10px; margin-bottom: 20px;}

/*===*/
.account-create { margin-left: 36px;}
.account-create .buttons-set {margin-top: 36px;}
.account-create .buttons-set a {color: #991723; font-size:12px; }
.account-create .buttons-set a:visited {color: #991723; font-size:12px; }
.account-create .buttons-set td{vertical-align:middle; padding-right: 5px}
.account-create .buttons-set td input{margin-top:6px;}
.account-create .buttons-set td img{margin-top:4px;}
.account-create .required-left{float:left;}
.account-create select { margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}
.account-create input { margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}
.account-create h3 {margin-bottom:5px; }
.account-create .page-title {padding-bottom: 20px;}

/* LOGIN */

.account-login .button {float:left; cursor:pointer;}
.account-login .button-left {float:left; cursor:pointer;}

.account-login .page-title {padding-left:42px; padding-bottom: 20px;}

.account-login .col2-set h3 {padding-bottom: 20px;}


.account-login .col-2 {padding-bottom: 20px; float:left; width:40%; padding-left: 42px; border-left:1px solid #ddd; color:#444444; font-family:"Times New Roman",Times,serif; font-size:14px; }
.account-login .col-2 select {margin-bottom: 5px; margin-top: 2px; background-color:#fbf4a3;}
.account-login .col-2 input {margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}
.account-login .col-2 .button {margin-top: 2px;}
.account-login .col-2 .thin-line {display:block; width:100%; height:1px; background-color:#ddd; margin-right:50px; margin-top:20px; margin-bottom:20px;}
.account-login .col-2 .required-left {float:left}

.account-login .col-1{ padding-bottom: 20px; float:left; width:40%; padding-left: 42px; color:#444444; font-family:"Times New Roman",Times,serif; font-size:14px; }
.account-login .col-1 select {margin-bottom: 5px; margin-top: 2px; background-color:#fbf4a3;}
.account-login .col-1 .button {margin-top: 5px; margin-bottom: 5px;}
.account-login .col-1 .thin-line {display:block; width:100%; height:1px; background-color:#ddd; margin-right:50px; margin-top:20px; margin-bottom:20px;}

.account-login .f-left, .account-login .required {color: #991723; font-size:12px; font-family: Arial, Helvetica, sans-serif; margin-right: 3px;}
.account-login .col-1 .f-left {margin-top:3px; }
.account-login .col-2 .f-left {margin-left:5px; }
.account-login .f-left:visited {color: #991723; font-size:12px; }
.account-login .f-left td{vertical-align:middle; padding-right: 5px}
.account-login .f-left td img{margin-top:2px;}

.account-login .back-link {color: #991723; font-size:12px; }
.account-login .back-link:visited {color: #991723; font-size:12px; }
.account-login .back-link td{vertical-align:middle; padding-right: 5px}
.account-login .back-link td img{margin-top:2px;}


.account-login .col-1 ul {padding-left: 20px;}
.account-login .col-1 li {padding-bottom: 4px;}
.account-login .col-1 p {padding-bottom: 4px; }

.account-login .col-2 li {padding-bottom: 4px;}
.account-login .col-2 p {padding-bottom: 4px;}

.account-login .buttons-set {padding-top:12px; }

/*Search*/

.catalogsearch-result-index .form-search-main .input-text {margin-left: 16px; margin-right: 4px; background-color:#fbf4a3; width: 213px; height: 20px; font-size: 14px; padding:4px 2px 0 10px;}
.catalogsearch-result-index .form-search-main {margin-bottom: 26px; padding-top: 10px; margin-left: 30px;}
.catalogsearch-result-index .double-line {margin-top: 5px; margin-bottom: 0;}
.catalogsearch-result-index .form-search-main img {margin-right: 8px;}
.catalogsearch-result-index .page-title {margin-left: 30px;}

/* contact */

.contact-right {width: 250px; padding: 5px; text-align: center;  line-height: 24px;  font-family: "Times New Roman",Times,serif;}
.contact-right h4 {font-size:12px; text-transform: uppercase;}
.contact-right a {font-size:12px; font-family: Arial,sans-serif;color:#9c1c22; text-decoration: underline; }
.contact-right a:visited {color:#9c1c22;}
.contact-right .light-double-line {margin-top:18px; margin-bottom:18px; width: 230px;}
.contact-right .phone {margin-top: 7px; margin-right: 4px;}
.contact-right .info {margin-top: 6px; margin-right: 4px;}
.contact-right .mail {margin-top: 7px; margin-right: 4px;}
.contact-right .square {line-height: normal;}

/**/
.email-to-a-friend {padding: 10px;}

.no-items {text-align: center;}
.no-items a {color: #666666; text-decoration: underline;}
.no-items a:visited {color: #666666;}

.price-label {margin-right:4px; }

#contact-us-left {float:left; padding-top: 20px;  padding-left: 35px;}
#contact-us-right {float:right; border-left:1px solid #ddd; padding-top: 20px;}
.contacts-index-index .col-main {width:1000px; padding-top: 0; padding-bottom: 0;}
.contacts-index-index .col-main .contact-right {height: 550px; padding-bottom: 0;}
.required-left {color:#991723; float:left; font-size:12px; text-align:right;}

.contact-outer{border-top:1px solid #ddd;}

#contact-us-left .required-left{padding-top: 5px; padding-bottom: 5px;}
#contact-us-left .yellow-input
{
    width: 213px;
    height: 14px;
    background-color: #FBF4A3;
    border:1px solid #ddd;
    margin-top: 7px;
    margin-bottom: 8px;
    padding: 3px;
}

#contact-us-left label
{
    font:13px "Times New Roman",Times,serif;
}

#contact-us-left .subtitle
{
    font:13px "Times New Roman",Times,serif;
    margin-bottom: 25px;
}

#contact-us-left .buttons-set
{
    margin-top: 10px;
    margin-bottom: 30px;
}

.button-left
{
    cursor: pointer;
    float: left;
}

.button {cursor:pointer}
.button-right {cursor:pointer; float:right;}

.wishlist-index-index .button-left {margin-right: 10px;}

.back-to-shopping {margin-top:5px;}

.back-table {font-size:12px; font-family:Geneva,Arial,sans-serif;color:#9c1c22;}
.back-table a {color:#9c1c22;}
.back-table a:visited {color:#9c1c22;}
.back-table img {vertical-align:middle; margin-bottom:2px;}
.back-table td {padding-right:7px; vertical-align:middle;}

#wishlist-table .actions {text-align: left; padding-left: 42px; width: 150px;}
#wishlist-table .subtotal {width: 100px; font: 11px Geneva, Tahoma, sans-serif; color:#565c5b; font-weight:normal;}
#wishlist-table .qty {width: 100px;}
#wishlist-table .unit-price {width: 100px; font: 11px Geneva, Tahoma, sans-serif; color:#9B1C22; font-weight:normal;}
#wishlist-table .product-name, #wishlist-table .product-name a { font: 14px "Times New Roman",Times,serif; font-weight: bold; color:#666666; }
#wishlist-table tr.even {background-color: #FFFFFF;}

.customer-address-form .main,
.customer-account-index .main,
.customer-account-edit .main,
.sales-order-history .main,
.review-customer-index .main,
.tag-customer-index .main,
.newsletter-manage-index .main,
.downloadable-customer-products .main,
.customer-address-index .main {padding-top: 17px;}

.customer-account-index .col-main .page-title {padding:0;}
.customer-account-index .col-main h2 {color: #444444;}.customer-account-index h2 {color: #444444;}

.customer-account-index .col-main .dashboard  {font: 13px "Times New Roman",Times,serif;}
.customer-account-index .col-main .dashboard .col-1{border-right:1px solid #ddd; width:44%; height: 140px;}
.customer-account-index .col-main p {line-height: 20px;}
.customer-account-index .col-main .welcome-msg h3{color: #666666; padding-bottom: 25px;}
.customer-account-index .col-main .welcome-msg p{color: #666666; }
.customer-account-index .col-main .welcome-msg {}
.customer-account-index .col-main .h2-nopadding{padding: 0;}
.customer-account-index .col-main h2 {padding-bottom: 10px; padding-top: 45px;}
.customer-account-index .col-main .dashboard a, .customer-account-index .dashboard a:visited {font: 11px Geneva, Tahoma, sans-serif; color:#9B1C22; font-weight:normal; text-decoration: underline;}
.sales-order-history .col-main a, .sales-order-history .col-main a:visited {font: 11px Geneva, Tahoma, sans-serif; color:#9B1C22; font-weight:normal; text-decoration: underline;}

.customer-account-index h3 {margin-bottom: 10px;}
.customer-account-index .link-table {margin-bottom: 10px; margin-top: 6px;}

.link-table {margin: 0 0 1em; font-size:12px; font-family:Geneva,Arial,sans-serif;color:#9c1c22;}
.link-table a {color:#9c1c22;}
.link-table a:visited {color:#9c1c22;}
.link-table tr img {vertical-align:middle; margin-bottom:2px;}
.link-table td {padding-right:7px; vertical-align:middle;}

.customer-address-form .col-main,
.customer-account-index .col-main,
.customer-account-edit .col-main,
.sales-order-history .col-main,
.review-customer-index .col-main,
.tag-customer-index .col-main,
.newsletter-manage-index .col-main,
.downloadable-customer-products .col-main,
.customer-address-index .col-main
{
    float: left;
    padding-left: 30px;
    font: 13px "Times New Roman",Times,serif;
}

.acc-nav
{
    border-right:1px solid #ddd;
    height: 570px;
    color: #666666;
    font: 13px "Times New Roman",Times,serif;
}

.acc-nav, .acc-nav .block-title
{
    text-align: center;
}

.acc-nav .block-title h2
{
    text-transform: uppercase; font-size: 13px;
}

.acc-nav .block-title h2 a
{
    font-weight: bold;
}

.acc-nav a,
.acc-nav a:visited
{
    color: #666666;
    font: 13px "Times New Roman",Times,serif;
}

.acc-nav .block-content
{
    padding: 0;
}

.customer-account-edit .col-main input {
background-color:#FBF4A3;
margin-bottom:5px;
margin-top:4px;
}

.customer-address-form .col-main input, .customer-address-form .col-main select {
background-color:#FBF4A3;
margin-bottom:5px;
margin-top:4px;
}

.acc-nav .item
{
    float:left;
    width: 80px;
    text-align: left;
}

.acc-nav li
{
    padding-left: 40px;
    margin-bottom: 15px;
}

.acc-nav-back
{
    float:left;
    padding-top:3px;
}

.acc-edit-back
{
    float:left;
    margin-top:6px;
}

.customer-address-index address {line-height: 20px;}
.customer-address-index h4 {margin-top: 10px;}
.customer-address-index .link-table {margin-top: 10px; margin-bottom: 10px;}

.buttons-set {margin-bottom: 5px;}

#review-form, .reviews
{
    font: 13px "Times3 New Roman",Times,serif;
    color: #666666;
}

.reviews a, .reviews a:visited
{
    color: #666666;
    text-decoration: underline;
}

#review-form .product-name
{
    margin-bottom: 5px;
}

#review-form label
{
    font-size: 14px;
    margin-top: 5px;
}

#review-form input, #review-form textarea
{
    background-color:#FBF4A3;
    margin-bottom:5px;
    margin-top:4px;
}

/*CAREERS*/

.careers-index-index
{
    font-family: "Times New Roman",Times,serif;
}

.careers-index-index .main
{
    margin-top: 15px;
    border-top: 1px solid #ddd;
}

.careers-index-index .col-main
{
    border-right: 1px solid #ddd;
    padding-right: 0;
    color:#444444;
    font-family:"Times New Roman",Times,serif;
    font-size:14px;
    line-height:1.5em;
    padding-left: 20px;
    width: 734px;
}

.careers-index-index .col-main h3
{
    color:#444444;
    font-family:"Times New Roman",Times,serif;
    font-weight:normal;
    margin-top: 20px;
}

.careers-item .data
{
   color:#C4C4C4;
   background-image:url(../images/careers/clock.gif);
   background-repeat: no-repeat;
   background-position: 0px 5px;
   padding-left: 20px;
}

.careers-item .content
{
    margin-top: 5px;
}


.careers-index-index .careers-item
{
    padding-right: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.careers-index-index .careers-item-last
{
    border-bottom: 0;
}

.apply-now
{
    display:block;
    margin-top: 5px;
}

.register-block
{
    width: 640px;
    margin: auto;
    padding-top: 20px;
}

.register-buttons-block
{
    width: 640px;
    margin: auto;
    padding-top: 20px;
}

.register-block p
{
    margin-top: 3px;
    margin-bottom: 3px;
}

.register-block h3
{
    margin-bottom: 5px;
}

.register-block input
{
    background-color:#FBF4A3;
    margin-bottom:5px;
    margin-top:4px;
    width: 187px;
}

.register-block p.date
{
    background-color:#FBF4A3;
    margin-bottom:5px;
    margin-top:4px;
    width: 187px;
    padding:2px;
    border:1px solid #DDDDDD;
}

.register-block select
{
    background-color:#FBF4A3;
    margin-bottom:5px;
    margin-top:4px;
    width: 50px;
}

.float-left {float:left}
.float-right {float:right}


.register-block .input-box { margin-right:20px;}

.double input
{
    width: 400px !important;
}

.full input
{
    width: 614px !important;
}

.half input
{
    width: 81px !important;
}

.three-quaters input
{
    width: 112px !important;
}

.quater input
{
    width: 50px !important;
}


.third input
{
    width: 297px !important;
}

.register-block .half-div
{
    width: 297px;
}

.register-block .norm-div
{
    width: 193px;
}

.margin-divider
{
    display: block;
    height: 20px;
}

.a-todaro-index
{
    display: block;
    width: 164px;
    height: 101px;
    background-image:url(../images/logo.gif);
}

.todaro-head-address
{
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-align: center;
    vertical-align: bottom;
}

.sendfriend-product-send .col-main .button
{
    margin-bottom: 5px;
}

.sendfriend-product-send .col-main input, .sendfriend-product-send .col-main textarea { margin-bottom: 5px; margin-top: 4px; background-color:#fbf4a3;}

.sendfriend-product-send .col-main h3
{
    margin-bottom: 5px;
}

.sendfriend-product-send .col-main
{
    padding-left: 200px;
}

/*Top menu*/

#topmenus
{
    width: 1000px;
    position:absolute;
    top: 153px;
    z-index:100;
}

.rollover-menu
{
    position: absolute;
    top:10px;
    width:143px;
}

.rollover-menu .content
{
    width: 143px;
    height: 24px;
}

.rollover-menu .item
{
    display:block;
    width: 143px;
    height: 24px;
    background:url(../images/menu/menu-items-sprite.png) no-repeat;
    background-position: 0 0;
}

.rollover-menu .item:hover
{
    display:block;
    width: 143px;
    height: 24px;
    background:url(../images/menu/menu-items-sprite.png) no-repeat;
    background-position:-143px 0
}

.rollover-menu .last-item
{
    display:block;
    width: 143px;
    height: 27px;
    background:url(../images/menu/menu-items-sprite.png) no-repeat;
    background-position: 0 -24px;
}

.rollover-menu .last-item:hover
{
    display:block;
    width: 143px;
    height: 27px;
    background:url(../images/menu/menu-items-sprite.png) no-repeat;
    background-position:-143px -24px;
}

.rollover-menu .item p, .rollover-menu .last-item p
{
    color: #4C4C4C;
    padding-left: 14px;
    padding-top: 4px;
    font-family:Helvetica,Arial,serif;
    font-size:12px;
}

.about-us-content { border-right: 1px solid #ddd; padding: 20px; width: 695px; float: left; }
.about-us-content h2 { margin-bottom: 10px; }
.about-us-content a { text-decoration:underline; }
.about-us-image { text-align:center; padding-bottom: 15px;}

.cat_image
{
    width: 790px;
    height: 300px;
}

.about-nav
{
    text-align: center;
    width: 161px;
    float: left;
}

.about-nav a
{
    font: 11px "Times New Roman",Times,serif;
    color:#444444;
    text-transform: uppercase;
}

.about-us-main
{
    float:right;
    width: 789px;
    padding-left: 33px;
    border-left: 1px solid #ddd
}

.about-us-main p
{
    
    font: 13px "Times New Roman",Times,serif;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0;
}


.about-us-main .link-table a
{
    text-decoration: underline;
}

.about-us-main table
{
    margin-top: 10px;
}

.about-us-main table .image
{
    width: 175px;
}

.about-us-main table .description
{
    width: 600px;
    padding-left: 30px;
    text-align: left;
}

.about-us-history
{
    float:right;
    width: 822px;
    border-left: 1px solid #ddd
}

.about-us-history .double-line
{
    margin-top: 3px;
    margin-left: 6px;
}

.about-us-history h2
{
    margin-bottom:5px;
    margin-left:48px;
}

.about-us-history .image
{
    margin-left: 33px;
    text-align: center;
}

.about-us-history p
{
    padding-left: 33px;
    font: 13px "Times New Roman",Times,serif;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0;
}

#search
{
    width: 170px;
}


.category-products .price-box {margin-top:5px;}

.filter_panel .block-content h4
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkout-onepage-success .col-main a
{
    color: #666666;
    text-decoration: underline;
}

.sales-order-print h2
{
    margin-bottom:10px;
}

.sales-order-print h3
{
    margin-bottom:10px;
    margin-top:10px;
}

.sales-order-print .product-name
{
    font-weight: normal;
}

.newsletter-manage-index h2
{
    margin-bottom: 15px;
}

#my-orders-table h4
{
    font-weight: normal;
}

#my-orders-table td
{
   padding-top: 5px;
   padding-bottom: 5px;
   vertical-align: middle;
}

.sales-order-view .col-main h3
{
    margin-bottom:10px;
    margin-top:5px;
}

.sales-order-view .page-title a
{
    color: #444444;
    text-decoration: underline;
}

.sales-order-view .page-title a:visited
{
    color: #444444;
    text-decoration: underline;
}

.sales-order-print button
{
    display: none;
}

.sales-order-history .pager p, .sales-order-history .pager fieldset
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.wishlist-index-share .col-main h3
{
    margin-top: 5px;
    margin-bottom: 10px;
}

.wishlist-index-share .col-main textarea
{
    margin-top:5px;
    background-color:#fbf4a3;
}

.checkout-onepage-success .col-main
{
    background:url(../images/checkout-success.jpg) 0 0 no-repeat;
    height:210px;
    padding-top:230px;
    padding-left: 66px;
}

.checkout-onepage-success .col-main .page-title
{
    height: 20px;
}

.checkout-onepage-success .buttons-set
{
    margin-top:30px;
}
.checkout-onepage-success h3
{
    margin-top:5px;
}
