/**
 * 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 { background:url(../images/wrapper.jpg) center top no-repeat;}
.page { width:889px; margin:0 auto; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background:#FFF !important;}
.page-popup .nav img{ border:1px solid #eaeaea; margin:15px 0;}
.main {}

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

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:434px;}

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; }
input.input-text,textarea { padding:2px; }
select { padding:1px; font-size:11px;}
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 { overflow:visible; height:auto !important; width:auto; background:none; border:none; cursor:pointer; }
button.button span { display:block; height:auto !important; background:url(../images/wrapper_button_left.gif) left top no-repeat !important;}
button.button span span { display:block; height:auto !important; background:url(../images/wrapper_button_right.gif) right top no-repeat !important; margin:0; padding:0 5px 0 5px !important;}
button.button span span span{ background:url(../images/wrapper_button.gif) 0 0 repeat-x !important; display:block; margin:0; padding:5px 4px 6px 4px !important; font:bold 13px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#232121; }

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;}
.shipping .form-list label { font-weight:bold; font-size:12px;}
.shipping .form-list input, .shipping .form-list select{ margin:2px 0 5px 0;}
.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 9px 0; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:588px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:240px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px;  }
.buttons-set .back-link { float:left; }
.buttons-set button.button {}
.buttons-set a{ display:block; padding:5px 5px 0 0;}

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px;  text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 0; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs-indent{ margin-bottom:6px;}
.breadcrumbs { padding:7px 0 10px 18px; }
.breadcrumbs li { display:inline; color:#000000; }
.breadcrumbs li a{ color:#000; font-weight:bold; font-size:12px;}
.breadcrumbs li span{ font-size:11px; font-family:Arial, Helvetica, sans-serif; padding:0 10px;}
.breadcrumbs li strong{font-weight:normal !important;}

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

/* Pager */ 
.pager { padding:0 0 7px 0; margin:20px 0 0 0; text-align:center;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; word-spacing:2px;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter {  padding:7px 0 0 0; margin:0 0 20px 0; border-top:1px solid #e0e2e6;}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}
.sorter a{ color:#dba40f; font-weight:bold;}
.sorter strong{ font-weight:normal;}
.sorter .sort-by{ padding-right:36px;}

.pager select, .sorter select{ border:1px solid #c5c3c3; color:#353535;}

/* Data Table */ 
.data-table { width:100%; border-right:1px solid #b6b6b6; margin:11px 0 15px 0;}
.data-table th { padding:5px; border:1px solid #b6b6b6; font-weight:bold; white-space:nowrap;}
.data-table td { padding:10px 10px 10px 19px; border:1px solid #b6b6b6; background:#FFF;}
.data-table td.last{ text-align:left !important;} 
.data-table thead { background-color:#f6f6f6; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {  }
.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; padding-left:31px;}
.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 {  }
dt.odd,
dd.odd {}
dt.even,
dd.even { }

/* 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:1em;}
.std ol { list-style:decimal outside; padding-left:1em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { color:}
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 0; }
.std blockquote { font-style:italic; padding:0 0 0 1em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.disc{ list-style:none !important; padding-left:0 !important; margin-left:0 !important;}
.disc li{ background:url(../images/list_main_marker.gif) 0 6px no-repeat; padding:0 0 0 10px; line-height:17px;}
.disc li a{ color:#838384; font-size:11px; font-family:Tahoma; text-decoration:none;}
.disc li a:hover{ color:#000000;}

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


/* Header ================================================================================ */
.logo { float:left; width:229px; height:68px; overflow:hidden; margin:16px 0 0 0;} 
.header-container {}
.header{ height:91px;}
.header .col-1{ width:330px;}
.header .col-2{ width:557px;}
.header .col-3{ width:455px;}
.header .col-4{ width:100px;}
.box-language{ width:101px;}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:229px; height:68px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; padding:57px 7px 0 0;}
.header .links li{ display:inline; font-size:11px; line-height:14px;}
.header .links li a{ text-decoration:none; color:#FFF; display:block; float:left; margin-left:5px; }
.header .links li a span{  padding: 0 8px; display:block;}
.header .links li a span span{display:block; padding:1px 0 3px 0;}
.header .links li a:hover{ color:#ffffff; text-decoration:none; font-size:11px; line-height:14px; }
.header .links li a:hover{ text-decoration:none; color:#11100e; background:url(../images/top_menu_corner_left.gif) 0 0 no-repeat;}
.header .links li a:hover span{ background:url(../images/top_menu_corner_right.gif) top right no-repeat; padding: 0 8px; display:block;}
.header .links li a:hover span span{ background:url(../images/top_menu.gif) 0 0 repeat-x; display:block; padding:2px 0 3px 0;}


.header .form-search { text-align:center; }
.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-language { text-align:center; }


.wrapper-top-menu{ margin-bottom:5px;}
.wrapper-top-menu .border-top {background:url(../images/border_top.gif) repeat-x top #a9acb3; width:100%;}
.wrapper-top-menu .border-bottom {background:url(../images/border_bottom.gif) repeat-x bottom;  width:100%;}
.wrapper-top-menu .border-left {background:url(../images/border_left.gif) repeat-y left;  width:100%;}
.wrapper-top-menu .border-right {background:url(../images/border_right.gif) repeat-y right;  width:100%;}
.wrapper-top-menu .corner-top-left {background:url(../images/corner_top_left.gif) no-repeat left top;  width:100%;}
.wrapper-top-menu .corner-top-right {background:url(../images/corner_top_right.gif) no-repeat right top;  width:100%;}
.wrapper-top-menu .corner-bottom-left {background:url(../images/corner_bottom_left.gif) no-repeat left bottom;  width:100%;}
.wrapper-top-menu .corner-bottom-right {background:url(../images/corner_bottom_right.gif) no-repeat right bottom;  width:100%;}
.wrapper-top-menu .fright{ width:665px;}
.wrapper-top-menu .fleft{ width:224px;}

.form-search .button, .form-search label{ display:none;}
.form-search{ background:url(../images/bg_search2.png) 11px 7px no-repeat; height:44px;}
.form-search .input-text{ margin:12px 0 0 15px; border:none; background:none; font-family:Tahoma; color:#9ba0a6; font-size:11px; width:120px;}
.welcome-msg{ display:none;}

/********** < Navigation */
#nav { font-size:11px;}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; background:url(../images/top_menu_separator.gif) top right repeat-y;}
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer;}
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:12px 17px 14px 17px; font-weight:bold; color:#ffffff; }
#nav li a:hover { color:#171717; }
#nav li.over a,
#nav li.active a { color:#171717; }

/* 2nd Level */
#nav ul { position:absolute; width:106px; top:37px; left:-10000px; padding-bottom:6px; padding-top:6px; background:url(../images/menu_bottom_wrapper.gif) bottom left no-repeat; }
#nav ul li { float:none; background:#a7abb2;}
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#171717 !important; background:none; font-weight:normal;}
#nav ul li a:hover { color:#ffffff !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:normal; color:#ffffff !important; }

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

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


/* Sidebar =============================================================================== */
.block { margin:0 0 6px 0; }
.block .block-title { padding:11px 5px 9px 12px;}
.block .block-title h2 {color:#000; font-size:17px; line-height:17px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:20px 25px 21px 25px;}
.block .block-content dl{  }
.block .block-content dt{background:#eff0f2; padding:5px 0 5px 11px; text-transform:uppercase; color:#838384; font-weight:bold;}
.block .block-content dd{ padding:13px 5px 13px 20px;}
.block .actions { text-align:right; padding:14px 0 0 0;}
.block .actions a { float:right; font-size:12px; font-weight:bold;}
.block dd a, .block dd li{ font-size:12px;}

ol.currently li{ background:#eff0f2 url(../images/bull_1.gif) 4px 8px no-repeat; padding:3px 5px 3px 26px; color:#838384; font-size:12px;}
ol.currently li img{ float:right;}
ol.currently li .label{ text-transform:uppercase; font-weight:bold; font-size:11px;}


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

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

/* Block: Layered Navigation */
.block-layered-nav h3{ font-size:11px; color:#838384; font-weight:normal; padding-bottom:10px;}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart .amount { color:#838384; font-size:11px;}
.block-cart .amount a{ font-weight:bold; font-size:11px;}
.block-cart .subtotal { text-align:center; background:#eff0f2; margin:15px 0 0 0; padding:1px 0; color:#838384;}
.block-cart .subtotal .price{ font-size:19px; font-family:Arial, Helvetica, sans-serif; color:#a2a3a4; padding:4px;}
.block-cart h3{ color:#838384; font-size:11px; padding:15px 0;}
.block-cart h4{ padding-bottom:5px;}
.block-cart h4 a{ color:#000000; font-size:12px; font-weight:normal; text-decoration:none;}
.block-cart .btn-remove img{ margin:2px;}
.block-cart span.price{ color:#adadad; font-size:22px; font-family:Arial, Helvetica, sans-serif;}
.block-cart li.item{ border-bottom:1px solid #e0e2e6; padding:20px 0;}
.block-cart li.last{ border:none !important;}

.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 .price-box { padding-bottom:15px;}
.block-wishlist .actions{ padding-top:0;}
.block-wishlist h3{ padding-bottom:10px;}
.block-wishlist li.item{ border-bottom:1px solid #e0e2e6; padding:20px 0;}
.block-wishlist li.last{ border:none !important;}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }
.block-related li.item{ border-bottom:1px solid #e0e2e6; padding:20px 0;}
.block-related li.last{ border:none !important;}

/* Block: Compare Products */
.block-compare p{ color:#838384; padding-left:21px;}
.block-compare li { padding:5px 0; }
.block-compare li.odd{ background:#eff0f2;}
.block-compare li{ padding:11px 23px 11px 23px;}
.block-compare li img{ margin:2px;}
.block-compare .block-content {padding:20px 2px 21px !important;}
.block-compare .actions a{ display:block; float:left; padding:4px 11px;}

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

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:4px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; color:#838384; font-size:11px;}
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }
.block-poll h3{ color:#000000; font-size:11px; line-height:13px;}
.block-poll ol{ margin:25px 0 0 0;}
.block-poll ol li{ padding-bottom:3px;}

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

/* Block: Subscribe */
.block-subscribe label { color:#838384;}
.block-subscribe .input-text{ border:1px solid #e0e2e6; width:161px; height:14px; color:#000; font-size:11px; margin:6px 0;}
.block-subscribe .button{ float:right;}

/* 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 { padding:23px 15px 23px 19px;}

#opc-shipping_method .button, #checkout-step-payment .button{ margin:0 0 0 11px;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { padding:4px 0 7px 14px; color:#838384; font-size:1em;}
.category-image { display:block; margin:0 auto; }
.category-products { padding:0 23px;}

.wrapper-category-title .border-top {background:url(../images/border2_top.gif) repeat-x top #eff0f2;}
.wrapper-category-title .border-bottom {background:url(../images/border2_bottom.gif) repeat-x bottom;}
.wrapper-category-title .border-left {background:url(../images/border2_bottom.gif) repeat-y left;}
.wrapper-category-title .border-right {background:url(../images/border2_bottom.gif) repeat-y right;}
.wrapper-category-title .corner-top-left {background:url(../images/corner2_top_left.gif) no-repeat left top;}
.wrapper-category-title .corner-top-right {background:url(../images/corner2_top_right.gif) no-repeat right top;}



.wrapper-content .border-bottom {background:url(../images/border3.gif) repeat-x bottom;}
.wrapper-content .border-left {background:url(../images/border3.gif) repeat-y left;}
.wrapper-content .border-right {background:url(../images/border3.gif) repeat-y right;}
.wrapper-content .corner-bottom-left {background:url(../images/corner3_bottom_left.gif) no-repeat left bottom;}
.wrapper-content .corner-bottom-right {background:url(../images/corner3_bottom_right.gif) no-repeat right bottom;}


/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:33%; border:1px solid #ddd; border-left:none; padding:5px; text-align:center;}
.products-grid td.empty { border:none;}
.products-grid .first td{ border-top:none;}
.products-grid .last td{ border-bottom:none; }
.products-grid td.last{ border-right:none;}
.products-grid td .ratings{ width:100%; overflow:hidden; text-align:center; padding:10px 0;}
.products-grid td .ratings .rating-box{ margin:0 auto;}
.products-grid .add-to-links li a{ font-size:12px; color:#000000; font-weight:bold;}
.products-grid .add-to-links{ padding:11px 0;}
.add-to-links li a:hover{ text-decoration:none;}

/* 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:233px; }
.products-list .product-image img{ float:left;}
.products-list li.item{ border-bottom:1px solid #e0e2e6; padding:25px 0;}
.products-list li.last{ border-bottom:none;}
.products-list .add-to-links li{ display:inline;}
.products-list .add-to-links li a{ color:#000000; font-size:12px; font-weight:bold; display:block; float:left;}
.products-list .add-to-links li span.separator{ color:#838384; display:inline; float:left; padding:0 7px;}
.products-list .rating-links{ color:#838384; padding:5px 0;}
.products-list .rating-links a{ color:#000000; font-weight:bold;}
.products-list .rating-links .separator{ padding:0 6px;}
.products-list .desc, .products-list .std{ color:#838384;}
.products-list-indent{ padding:6px 0;}
.product-shop .product-name h2{ padding-right:155px;}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { padding:24px 15px 30px 25px;}

.product-essential {}
.product-collateral {}
.product-collateral .description h3{ color:#000000; padding:15px 0 25px 0; font-family:Tahoma; font-size:13px;}
.description{ color:#838384; font-size:12px; line-height:14px;}

/* 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; font-size:10px; color:#484949; padding:10px 0 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:6px; width:2px; height:5px; 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 h3{ color:#838384; font-family:Tahoma; font-size:11px; padding-bottom:6px;}
.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 15px 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:314px; }
.product-view .product-name {}
.product-view .short-description {}
.product-view .product-name h2{ color:#000000; font-size:12px; line-height:15px; font-weight:normal;}
.product-view .product-shop .rating-links{ padding:7px 0;}
.product-view .product-shop .rating-links .separator{ color:#838384; padding:0 5px; font-size:12px;}
.product-view .product-shop .rating-links a{ color:#000000; font-weight:bold; font-size:12px;}
.availability-indent{ padding:7px 0;}
.product-view .add-to-links a{ font-weight:bold; font-size:12px; color:#000;}
.product-view .short-description h3{ color:#838384; font-size:11px; padding:11px 0;}
.product-view .short-description{ color:#838384; font-size:11px; line-height:15px;}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:80px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; overflow:hidden; }
.rating-box .rating {height:13px; background:url(../images/product_rating_full_star.gif) 0 100% repeat-x; }

/* Availability */
.availability { padding-top:7px;}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

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

.price-box { padding:3px 0 5px 0;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:normal; font-size:22px; line-height:1.06em; color:#adadad;}

/* 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: 11px 0 0 0;}
.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 */


