/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2008 template-help.com
 */

/* Layout ================================================================================= */

.page {width:980px; margin:0 auto; padding:0; text-align:left; background:#FFF;}
.page-height{min-height:640px; height:auto !important; height:640px;}
 
.page-print{padding:20px; text-align:left;}
.page-popup{padding:20px; text-align:left;}
.main{padding:8px 9px 8px 8px;}

body.page-popup{background:0;}
.page-popup .nav{padding:10px 0;}

body.page-print{background:0;}

.page-print .print-head{padding-bottom:10px;}
.page-print .col2-set{padding:10px; margin:10px 0; border:1px solid #C5C1C1;}

.taling{position:absolute; width:100%;}
.left-taling{width:49%; height:692px; float:left;}
.left-taling div{position:relative; width:88px; height:633px; right:477px; float:right; background:url(../images/left_taling_bg.jpg) left top no-repeat;}
.right-taling{width:51%; height:692px; float:right; background:url(../images/right_taling_bg.jpg) 502px top no-repeat;}

.page-container{width:100%; position:relative; text-align:center;}


/* Base Columns */ 
.col-left{float:left; width:214px;}
.col-main{float:left; width:519px;}
.col-right{float:right; width:214px;}

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

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

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

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

.main-block{background:url(../images/main_block_border.gif) left top repeat-x; width:100%;}
.main-block .border-bot{background:url(../images/main_block_border.gif) left bottom repeat-x;}
.main-block .border-left{background:url(../images/main_block_border.gif) left top repeat-y;}
.main-block .border-right{background:url(../images/main_block_border.gif) right top repeat-y;}
.main-block .corner-left-top{background:url(../images/main_block_corner_left_top.gif) left top no-repeat;}
.main-block .corner-right-top{background:url(../images/main_block_corner_right_top.gif) right top no-repeat;}
.main-block .corner-left-bot{background:url(../images/main_block_corner_left_bot.gif) left bottom no-repeat;}
.main-block .corner-right-bot{background:url(../images/main_block_corner_right_bot.gif) right bottom no-repeat; padding:19px 21px 19px 24px;}

.title{background:url(../images/title_bg.gif) left top repeat-x #0091DE; width:100%; margin-bottom:8px;}
.title .corner-left{background:url(../images/title_corner_left.gif) left top no-repeat;}
.title .corner-right{background:url(../images/title_corner_right.gif) right top no-repeat; padding:11px 22px 10px 17px;}
.title h2{font-size:1.41em; color:#FFF; font-weight:bold;}

/* Header ================================================================================ */
.header-container {}
.header {font-size:0.91em;}
.header .left-col{width:294px; height:74px; overflow:hidden; float:left; padding:12px 0 0 14px;}
.header .right-col{width:626px; float:left; padding:25px 46px 13px 0;}
#logo {float:left; width:294px; height:47px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer;}
.header .welcome-msg{padding-left:184px;}
.header .language-switcher{float:right; padding-top:5px; padding-left:11px;} 
.header .language-switcher img{margin-left:4px;}
.header .links{float:right; color:#787777; padding-top:4px;}
.header .links a{color:#787777; text-decoration:none;}
.header .links a:hover{text-decoration:underline;}
.header .links li{display:inline; padding:0 12px 0; background:url(../images/top_links.gif) right 3px no-repeat;}
.header .links li.last{background:0;}


/********** < Navigation */
#nav {font-size:1.3em; border-bottom:5px solid #CCD1D3; margin:0 8px;}

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

/* 0 Level */
#nav li { float:left; background:url(../images/menu_bg.jpg) left top repeat-x; margin-left:2px;}
#nav li.first{margin-left:0;}
#nav li.active a { color:#000; }
#nav a { float:left; color:#fff; font-weight:bold; background:url(../images/menu_corner_left_bg.jpg) left top no-repeat;}
#nav li.over a,
#nav a:hover { color:#000; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px;}
#nav ul li.over {}
#nav ul li.last { background:#656461; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd leven */
#nav ul { position:absolute; width:100%; top:38px; left:-10000px; border:0;}

/* 3rd+ Level */
#nav ul ul { top:5px; }

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

#nav ul li a { background:#00D7FC; color:#013570!important;}
#nav ul li a:hover { background:#00D7FC; color:#fff !important;}
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px;}

/*=============================================*/
#nav ul li{background:#00D7FC; line-height:normal;}
/*#nav ul li.last{}*/

#nav ul span{background:0;}

#nav span{font-size:11px; font-family:Tahoma, Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; padding:10px 10px 14px 12px; background:url(../images/menu_corner_right_bg.jpg) right top no-repeat;}
#nav li li span{text-transform:none; font-size:11px; padding:7px 15px 7px 21px!important;}
/*=============================================*/

#nav .corners-top{background:url(../images/sub_menu_corner_left_top.gif) left top no-repeat!important; padding:0!important;}
#nav .corners-top div{background:url(../images/sub_menu_corner_right_top.gif) right top no-repeat; padding:0 7px;}
#nav .corners-top div div{background:#00D7FC!important; width:100%; padding:0;}

#nav .corners-bot{background:url(../images/sub_menu_corner_left_bot.gif) left bottom no-repeat!important; padding:0!important;}
#nav .corners-bot div{background:url(../images/sub_menu_corner_right_bot.gif) right bottom no-repeat; padding:0 7px;}
#nav .corners-bot div div{background:#00D7FC!important; width:100%; padding:0;}

#nav .sub-first{}

#nav .menu-button-2 span{padding-left:36px; padding-right:35px;}
#nav .menu-button-3 span{padding-left:14px; padding-right:12px;}
#nav .menu-button-4 span{padding-left:25px; padding-right:24px;}
#nav .menu-button-5 span{padding-left:29px; padding-right:28px;}
#nav .menu-button-6 span{padding-left:41px; padding-right:40px;}



/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; }
input.input-text, select, textarea {background:#fff; border:1px solid #D5D7D8; color:#3B3F49;}
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
textarea { overflow:auto; }

button.button {
background:0;
border:0;
cursor:pointer;
overflow:visible;
width:auto;
line-height:normal;
}
button.button span {margin:0; display:block; background:url(../images/buttons_corner_left.gif) left top no-repeat;  font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; white-space:nowrap; color:#000000;}
button.button span span{display:block; background:url(../images/buttons_corner_right.gif) right top no-repeat; padding:0 5px;}
button.button span span span{display:block; padding:10px 6px 12px; background:url(../images/buttons_bg.gif) left top repeat-x;}

.sidebar button.button span{margin:0; display:block; background:url(../images/sidebar_buttons_corner_left.gif) left top no-repeat;  font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; white-space:nowrap; color:#000000;}
.sidebar button.button span span{display:block; background:url(../images/sidebar_buttons_corner_right.gif) right top no-repeat; padding:0 5px;}
.sidebar button.button span span span{display:block; padding:6px 7px 7px 6px; background:url(../images/sidebar_buttons_bg.gif) left top repeat-x;}


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 */
.highlight {}


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

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.group-select.wide input.input-text,
.group-select.wide textarea { width:510px; }


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

.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 { float:left; width:12em; margin-right:-12em; display:inline; position:relative; }

.sp-methods .form-list {}
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods input,
.sp-methods select{ margin-top:3px;}
.sp-methods .cvv-what-is-this{padding-top:3px;}


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

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

/* BreadCrumbs */ 
.breadcrumbs {padding:3px 0 10px 0; font-size:0.91em;}
.breadcrumbs strong{display:none;}
.breadcrumbs li{display:inline; color:#242628;}
.breadcrumbs li a{color:#242628; text-decoration:none; font-weight:bold;}
.breadcrumbs li a:hover{text-decoration:underline;}
.breadcrumbs li strong{display:inline; color:#58D703;}
.breadcrumbs span{ background:url(../images/breadcrumbs_divider.gif) left 5px no-repeat; padding-left:10px;}

/* Page Heading */
.page-title{padding:0;}
.title-buttons {}
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {}

/* Pager */ 
.pager {text-align:center; padding:8px 78px 4px 16px;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .limiter select{width:74px; margin:0 2px;}
.pager .pages { margin:0 135px; }
.pager .pages strong{font-weight:normal;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li a{color:#3B3F49; text-decoration:underline;}
.pager .pages li a:hover{text-decoration:none;}
.pager .pages .current {}

/* Sorter */ 
.sorter {padding:0 122px 10px 16px;}
.sorter .view-mode { float:left; padding-top:5px; }
.sorter .view-mode a{color:#58D703; text-transform:uppercase; text-decoration:none; font-weight:bold;}
.sorter .view-mode a:hover{text-decoration:underline;}
.sorter .view-mode strong{font-weight:normal;}
.sorter .sort-by { float:right; }
.sorter .sort-by select{width:101px; margin:0 3px;}
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #C5C1C1; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #C5C1C1; }
.data-table thead {}
.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 .product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.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-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: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; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */

.product-name a{color:#242628; text-decoration:none; text-transform:uppercase;}
.product-name a:hover{text-decoration:underline;}


.sidebar .block {margin:0 0 7px; font-size:0.91em; }
.sidebar .block .block-title {}
.sidebar .block .block-title h2 {font-weight:bold; color:#FFF; text-transform:uppercase;}
.sidebar .block .block-title a{color:#FFF;}
.sidebar .block h3 { line-height:1.5; }
.sidebar .block .block-content {}
.sidebar .block .actions { text-align:right; }
.sidebar .block .actions a { float:left; }

.sidebar .block .block-title{background:url(../images/sidebar_block_top.jpg) left top repeat-x #0048B7; width:100%;}
.sidebar .block .block-title .border-bot{background:url(../images/main_block_border.gif) left bottom repeat-x;}
.sidebar .block .block-title .corner-left-top{background:url(../images/sidebar_block_corner_left_top.jpg) left top no-repeat;}
.sidebar .block .block-title .corner-right-top{background:url(../images/sidebar_block_corner_right_top.jpg) right top no-repeat; padding:12px 30px 10px 17px;}
.sidebar .block .block-content{background:url(../images/main_block_border.gif) left bottom repeat-x;}
.sidebar .block .block-content .border-left{background:url(../images/main_block_border.gif) left top repeat-y;}
.sidebar .block .block-content .border-right{background:url(../images/main_block_border.gif) right top repeat-y;}
.sidebar .block .block-content .corner-left-bot{background:url(../images/main_block_corner_left_bot.gif) left bottom no-repeat;}
.sidebar .block .block-content .corner-right-bot{background:url(../images/main_block_corner_right_bot.gif) right bottom no-repeat; padding:22px 25px 22px 26px;}


/* Block: Search */
.search-box{background:url(../images/search_block_border_top.jpg) left top repeat-x #11D203; width:100%; margin-bottom:8px;}
.search-box .border-bot{background:url(../images/search_block_border_bot.jpg) left bottom repeat-x;} 
.search-box .border-left{background:url(../images/search_block_border_left.jpg) left top repeat-y;}
.search-box .border-right{background:url(../images/search_block_border_right.jpg) right top repeat-y;}
.search-box .corner-left-top{background:url(../images/search_block_corner_left_top.jpg) left top no-repeat;}
.search-box .corner-right-top{background:url(../images/search_block_corner_right_top.jpg) right top no-repeat;}
.search-box .corner-left-bot{background:url(../images/search_block_corner_left_bot.jpg) left bottom no-repeat;}
.search-box .corner-right-bot{background:url(../images/search_block_corner_right_bot.jpg) right bottom no-repeat; padding:21px 22px 23px 25px;}
.search-box label{display:block; font-weight:bold; color:#FFFFFF; text-transform:uppercase; font-size:0.91em; margin-left:2px;}
.search-box input{width:138px; height:17px; border:1px solid #079808; margin-top:5px; float:left;}
.search-box button{width:19px; height:22px; background:url(../images/search_button.gif) left top no-repeat; border:0; float:right; margin-top:5px;}
.search-box button span{display:none!important;}
.search-box #search_mini_form{height:49px; display:block; overflow:hidden;}


/* Block: Currency */
.currency-box{background:url(../images/currency_block_border_top.jpg) left top repeat-x #FA9203; width:100%;}
.currency-box .border-bot{background:url(../images/currency_block_border_bot.jpg) left bottom repeat-x;} 
.currency-box .border-left{background:url(../images/currency_block_border_left.jpg) left top repeat-y;}
.currency-box .border-right{background:url(../images/currency_block_border_right.jpg) right top repeat-y;}
.currency-box .corner-left-top{background:url(../images/currency_block_corner_left_top.jpg) left top no-repeat;}
.currency-box .corner-right-top{background:url(../images/currency_block_corner_right_top.jpg) right top no-repeat;}
.currency-box .corner-left-bot{background:url(../images/currency_block_corner_left_bot.jpg) left bottom no-repeat;}
.currency-box .corner-right-bot{background:url(../images/currency_block_corner_right_bot.jpg) right bottom no-repeat; padding:19px 21px 28px 25px;}
.currency-box .block-title{background:0!important;}
.currency-box .block-title h2{color:#182334!important; font-weight:normal!important; text-transform:none!important;}
.currency-box .block-content{padding:0!important;}
.currency-box .block-content select{margin-top:7px;}


/* Block: Account */
.sidebar .block-account .block-title .corner-right-top{padding-bottom:11px;}
.sidebar .block-account .block-content .corner-right-bot{padding-top:13px;}

/* Block: Currency Switcher */
.sidebar .block-currency {margin-bottom:7px;}
.sidebar .block-currency h2{padding-left:2px;}
.sidebar .block-currency select { width:100%; border:1px solid #888; color:#9A9EA6; font-size:11px; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav {}
.sidebar .block-layered-nav dt { font-weight:bold; }
.sidebar .block-layered-nav .currently {}
.sidebar .block-layered-nav .block-content dl{margin-top:10px; text-transform:uppercase; font-size:1.09em;}
.sidebar .block-layered-nav .block-content dd{padding:15px 0 20px 22px;}
.sidebar .block-layered-nav .block-content dd a{color:#484949; text-decoration:none;}
.sidebar .block-layered-nav .block-content dd a:hover{text-decoration:underline;}

.sidebar .block-layered-nav .block-title .corner-right-top{padding-bottom:11px;}


/* Block: Cart */
.sidebar .block-cart {}
.sidebar .block-cart .block-title{background:url(../images/cart_block_top.jpg) left top repeat-x #DF0C00;}
.sidebar .block-cart .block-title .border-bot{background:url(../images/cart_block_border.gif) left bottom repeat-x;}
.sidebar .block-cart .block-title .corner-left-top{background:url(../images/cart_block_corner_left_top.jpg) left top no-repeat;}
.sidebar .block-cart .block-title .corner-right-top{background:url(../images/cart_block_corner_right_top.jpg) right top no-repeat;}
.sidebar .block-cart .block-content .amount a{color:#484949; font-weight:bold; text-decoration:none;}
.sidebar .block-cart .block-content .amount a:hover{text-decoration:underline;}
.sidebar .block-cart .subtotal { text-align:center; }
.sidebar .block-cart .subtotal .price{font-size:1.54em; font-weight:bold;}
.sidebar .block-cart .actions{padding:5px 0 15px;}
.sidebar .block-cart .block-content h3{text-transform:uppercase; font-size:1.09em;}
.sidebar .block-cart .block-content .corner-right-bot{padding:21px 25px 23px 26px;}
.sidebar .block-cart .block-content p{color:#484949;}


.sidebar .mini-products-list li { padding:5px 0; }
.sidebar .mini-products-list .product-image { float:left; width:80px; margin-right:-75px; }
.sidebar .mini-products-list .product-details { margin-left:85px; }
.sidebar .mini-products-list .product-details h4 { font-size:1em; margin:0; }
.sidebar .mini-products-list .product-details h4 a{color:#484949; text-decoration:none; font-weight:normal;}
.sidebar .mini-products-list .product-details h4 a:hover{text-decoration:underline;}
.sidebar .mini-products-list .product-details .btn-remove { float:right; }

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

/* Block: Related */
.sidebar .block-related {}

.sidebar .block-related .block-title{background:url(../images/recent_block_top.jpg) left top repeat-x #9D039A;}
.sidebar .block-related .block-title .border-bot{background:url(../images/recent_block_border.gif) left bottom repeat-x;}
.sidebar .block-related .block-title .corner-left-top{background:url(../images/recent_block_corner_left_top.jpg) left top no-repeat;}
.sidebar .block-related .block-title .corner-right-top{background:url(../images/recent_block_corner_right_top.jpg) right top no-repeat;}
.sidebar .block-related .block-content p a{color:#484949; font-weight:bold; text-decoration:none;}
.sidebar .block-related .block-content p a:hover{text-decoration:underline;}
.sidebar .block-related li { padding:5px 0; }
.sidebar .block-related .checkbox { float:left; margin-top:40px;}
.sidebar .block-related .item {}
.sidebar .block-related .item .product-image {}
.sidebar .block-related .item .product-name{padding:5px 0;}
.sidebar .block-related .item .product-name a{font-weight:normal; text-transform:none!important;}
.sidebar .block-related .item .product-details { text-align:center;}
.sidebar .block-related .item .product-details .price-box{float:left;}
.sidebar .block-related .item .add-to-whishlist{padding:10px 0;}
.sidebar .block-related .item .add-to-whishlist a{color:#58D703;}


/* Block: Compare Products */
.sidebar .block-compare {}
.sidebar .block-compare .block-title{background:url(../images/compare_block_top.jpg) left top repeat-x #4D039C;}
.sidebar .block-compare .block-title .border-bot{background:url(../images/compare_block_border.gif) left bottom repeat-x;}
.sidebar .block-compare .block-title .corner-left-top{background:url(../images/compare_block_corner_left_top.jpg) left top no-repeat;}
.sidebar .block-compare .block-title .corner-right-top{background:url(../images/compare_block_corner_right_top.jpg) right top no-repeat;}

.sidebar .block-compare li {padding:0 0 18px;}
.sidebar .block-compare li img{float:right;}
.sidebar .block-compare li a{color:#484949; text-decoration:none;}
.sidebar .block-compare li a:hover{text-decoration:underline;}
.sidebar .block-compare .actions a{padding-top:7px; font-weight:bold; text-decoration:none;}
.sidebar .block-compare .actions a:hover{text-decoration:underline;}


/* Block: Viewed */
.sidebar .block-recent .block-title{background:url(../images/recent_block_top.jpg) left top repeat-x #9D039A;}
.sidebar .block-recent .block-title .border-bot{background:url(../images/recent_block_border.gif) left bottom repeat-x;}
.sidebar .block-recent .block-title .corner-left-top{background:url(../images/recent_block_corner_left_top.jpg) left top no-repeat;}
.sidebar .block-recent .block-title .corner-right-top{background:url(../images/recent_block_corner_right_top.jpg) right top no-repeat; padding-right:10px;}
.sidebar .block-recent .block-content li{padding-bottom:10px;}
.sidebar .block-recent .block-content li a{color:#484949; text-decoration:none; text-transform:uppercase; font-size:1.09em; line-height:1.5em; font-weight:bold;}
.sidebar .block-recent .block-content li a:hover{text-decoration:underline;}


/* Block: Poll */
.sidebar .block-poll {}
.sidebar .block-poll .radio { float:left; margin:3px -18px 0 0; }
.sidebar .block-poll .label { display:block; margin-left:18px;}
.sidebar .block-poll .answer{float:left; width:100%;}
.sidebar .block-poll .answer span{display:block; width:107px;}
.sidebar .block-poll .votes{font-weight:bold; float:right; width:65px; margin-top:-15px;}
.sidebar .block-poll .block-content ol{margin-top:9px;}
.sidebar .block-poll .block-content ol li{padding-bottom:9px; color:#484949;}
.sidebar .block-poll .block-title .corner-right-top{padding-bottom:11px;}
.sidebar .block-poll .block-content .corner-right-bot{padding-top:18px; padding-right:20px;}
.sidebar .block-poll .block-content h3{line-height:normal;}
.sidebar .block-poll .block-content .corner-right-bot{padding-bottom:10px;}


/* Block: Tags */
.sidebar .block-tags ul{font-size:1.2em;}
.sidebar .block-tags ul,
.sidebar .block-tags li {display:inline; line-height:normal;}
.sidebar .block-tags a{color:#3B3F49; text-decoration:underline;}
.sidebar .block-tags a:hover{text-decoration:none;}
.sidebar .block-tags .actions{padding:10px 0;}

.sidebar .block-tags .block-title{background:url(../images/compare_block_top.jpg) left top repeat-x #4D039C;}
.sidebar .block-tags .block-title .border-bot{background:url(../images/compare_block_border.gif) left bottom repeat-x;}
.sidebar .block-tags .block-title .corner-left-top{background:url(../images/compare_block_corner_left_top.jpg) left top no-repeat;}
.sidebar .block-tags .block-title .corner-right-top{background:url(../images/compare_block_corner_right_top.jpg) right top no-repeat;} 


/* Block: Subscribe */
.sidebar .block-subscribe .block-title{background:url(../images/recent_block_top.jpg) left top repeat-x #9D039A;}
.sidebar .block-subscribe .block-title .border-bot{background:url(../images/recent_block_border.gif) left bottom repeat-x;}
.sidebar .block-subscribe .block-title .corner-left-top{background:url(../images/recent_block_corner_left_top.jpg) left top no-repeat;}
.sidebar .block-subscribe .block-title .corner-right-top{background:url(../images/recent_block_corner_right_top.jpg) right top no-repeat;}
.sidebar .block-subscribe .block-content label{color:#484949;}
.sidebar .block-subscribe .block-content input{width:156px; margin:10px 0; border-color:#DDE2E4;}
.sidebar .block-subscribe .block-content button{float:right;}
.sidebar .block-subscribe .block-content .corner-right-bot{padding:20px 25px 19px 26px;}

/* Block: Reorder */
.sidebar .block-reorder {}
.sidebar .block-reorder li { padding:5px 0; }
.sidebar .block-reorder li a{color:#484949; text-decoration:none;}
.sidebar .block-reorder li a:hover{text-decoration:underline;}
.sidebar .block-reorder .checkbox { float:left; margin:3px -20px 0 0; }
.sidebar .block-reorder .label { display:block; margin-left:20px; }

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

/* Block: Checkout Progress */
.sidebar .block-progress {}
.sidebar .block-progress dl{border-top:1px solid #C5C1C1;}
.sidebar .block-progress dt{padding:13px 16px 10px 19px;}
.sidebar .block-progress dd{font-weight:bold; padding:32px 16px 21px 19px;}
.sidebar .block-progress dt,
.sidebar .block-progress dd{border:1px solid #C5C1C1; border-top:0; font-weight:bold; font-size:1.09em;}


.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete {}

.sidebar .block-progress .block-title{background:url(../images/progress_block_top.jpg) left top repeat-x #0A7914;}
.sidebar .block-progress .block-title .corner-left-top{background:url(../images/progress_block_corner_left_top.jpg) left top no-repeat;}
.sidebar .block-progress .block-title .corner-right-top{background:url(../images/progress_block_corner_right_top.jpg) right top no-repeat; padding:6px 30px 6px 23px;}
.sidebar .block-progress .block-title h2{font-size:1.09em;}
.sidebar .block-progress .block-content .corner-right-bot{padding:20px 20px 22px 19px;}

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


/* Category Page ========================================================================= */
.category-title {}
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid {}
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td{width:255px; padding-bottom:10px; padding-right:10px;}
.products-grid td .main-block{width:255px;}
.products-grid td.last{padding-right:0;}
/*.products-grid tr.last td.last{padding-right:10px;}*/
.products-grid td.empty {}
.products-grid .product-name{padding-left:10px; padding-bottom:10px;}
.products-grid .ratings{padding:5px 0;}
.products-grid .add-to-links{margin-top:10px;}
.products-grid .add-to-links li{display:inline; font-size:0.91em;}
.products-grid .add-to-links li.last{margin-left:20px;}


/* View Type: List */
.products-list .item {padding:0 0 8px 0;}
.products-list .product-image { float:left; margin-right:-150px; }
.products-list .product-shop {}

.products-list .main-block .corner-right-bot{padding-right:10px;}
.products-list .products-col-1{width:139px; float:left;}
.products-list .products-col-2{width:340px; float:left;}
.products-list .product-name{margin-bottom:10px;}
.products-list .ratings .rating-box{margin:19px 0 16px;}
.products-list .ratings .rating-links .separator{ display:none;}
.products-list .ratings .rating-links a{color:#58D703; font-weight:bold; text-decoration:none; display:block;}
.products-list .ratings .rating-links a:hover{text-decoration:underline;}
.products-list .ratings .rating-links a.last{color:#242628; padding-top:5px;}
.products-list .price-box{float:left; margin-right:20px;}
.products-list button{float:right;}
.products-list .desc{padding-top:5px;}
.products-list .desc a{font-weight:bold; text-decoration:none; font-size:0.91em;}
.products-list .desc a:hover{text-decoration:underline;}
.products-list .add-to-links li{display:inline;}
.products-list .add-to-links li.last{padding-left:25px;}
/* ======================================================================================= */


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

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

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image {}
.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:0.91em; padding-top:5px;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:15px 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 6px 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{font-size:0.91em;}
.product-view .product-img-box .more-views ul{margin-top:10px;}
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#C3C3C3; margin:0 5px 5px 0;}
.product-view .product-img-box .more-views li.last{margin-right:0;}

.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:405px; }
.product-view .product-shop .product-name h2{font-weight:bold; text-transform:uppercase;}
.product-view .product-shop .ratings{padding-top:35px; padding-bottom:15px;}
.product-view .product-shop .ratings .rating-box{float:left;}
.product-view .product-shop .ratings .rating-links{float:left; padding:7px 0 0 20px; font-weight:bold;}
.product-view .product-shop .ratings .rating-links a{text-decoration:none;}
.product-view .product-shop .ratings .rating-links a:hover{text-decoration:underline;}
.product-view .product-shop .ratings .rating-links .separator{padding-left:12px; padding-right:12px;}
.product-view .product-shop .ratings .rating-links .last{color:#242628;}
.product-view .product-shop .product-pricing{font-size:0.91em; color:#626262;}
.product-view .product-shop .product-pricing .price{color:#242628; font-weight:bold; text-decoration:underline;}
.product-view .product-shop .product-pricing .benefit{color:#242628;}
.product-view .product-shop .availability{font-size:0.91em; padding-top:15px;}
.product-view .product-shop .add-to-box{color:#626262;}
.product-view .product-shop .add-to-box .add-to-cart label{padding-top:11px;}
.product-view .product-shop .add-to-box .add-to-cart input{width:52px; margin:8px 10px 0 3px; border:1px solid #C3C3C3;}
.product-view .product-shop .add-to-box .or{padding-top:9px; padding-left:2px; padding-right:2px; color:#545454; font-size:0.91em;}
.product-view .product-shop .add-to-box .add-to-links{padding-top:3px;}


.product-view .short-description{padding-top:25px; color:#626262;}
.product-view .short-description h3{color:#353535;}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:78px; height:13px; margin:0 auto; font-size:0; line-height:0; background:url(../images/product_rating_blank_star.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/product_rating_full_star.gif) 0 100% repeat-x; }

.catalog-product-view .rating-box{margin:10px 0;}
.catalog-product-view #product-attribute-specs-table{ margin-top:2px;}
.catalog-product-view #product-attribute-specs-table th{padding:10px 15px 13px 10px; color:#626262; text-transform:uppercase;}
.catalog-product-view #product-attribute-specs-table td{padding:10px 15px 13px 17px; color:#626262;}

.catalog-product-view #upsell-product-table td{border-right:1px solid #C5C1C1; padding-left:30px; padding-right:30px; text-align:center;}
.catalog-product-view #upsell-product-table td.last{border:0;}
.catalog-product-view #upsell-product-table .ratings .rating-box{margin:0 auto 10px;}
.catalog-product-view #upsell-product-table .ratings .rating-links a{display:block; font-weight:bold; margin-bottom:3px; text-decoration:none;}
.catalog-product-view #upsell-product-table .ratings .rating-links a:hover{text-decoration:underline;}
.catalog-product-view #upsell-product-table .ratings .rating-links a.last{color:#242628;}
.catalog-product-view #upsell-product-table .ratings .rating-links .separator{display:none;}
.catalog-product-view .product-essential .product-shop .product-options-bottom label,
.catalog-product-view .product-essential .product-shop .product-options-bottom input{margin-top:9px;}


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

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

.price-box {margin:10px 0;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

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

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

/* 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-links a{color:#58D703; font-weight:bold; text-decoration:none;}
.add-to-links a:hover{text-decoration:underline;}
.add-to-links .last a{color:#242628;}

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

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

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.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 dd .multiselect option {}
.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; }

.multiselect{height:auto!important;}

/* 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 h3{color:#353535; text-transform:uppercase;}
.product-view .tags h4{font-weight:normal; font-size:0.91em; padding:5px 0;}
.product-view .tags .form-add-tags{margin-top:10px;}
.product-view .tags .form-add-tags label{display:block; font-weight:bold;}
.product-view .tags .form-add-tags .input-box{float:left; margin:7px 19px 0 0;}
.product-view .tags .form-add-tags .input-box input{width:538px;}
.product-view .tags .form-add-tags .button { float:left; }
.product-view .tags .form-add-tags p { clear:both; }
.product-view .tags .tags-list li{background:url(../images/tabs_divider.gif) right 3px no-repeat; padding:0 12px 0 0; margin-right:11px; font-weight:bold; color:#545454;}
.product-view .tags .tags-list li a{color:#58D703; font-weight:bold;}
.product-view .tags .tags-list li.last{background:0;}

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

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

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


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

/* Advanced Search */
.search-summary {padding:15px 0;}
/* ======================================================================================= */


/* 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; }
.review-customer-view .col-main .product-image-box{width:160px; float:left;}
.review-customer-view .col-main .product-image-box img{margin-bottom:10px;}
.review-customer-view .col-main .product-details{width:530px; float:left;}
.review-customer-view .col-main .data-table{margin:15px 0;}
.review-customer-view .col-main .ratings{margin:15px 0;}
.review-customer-view .col-main .ratings .rating-box{padding:5px 0;}
.review-customer-view .col-main .ratings .rating-links{font-weight:bold;}
.review-customer-view .col-main .ratings .rating-links a{display:block;}
.review-customer-view .col-main .ratings .rating-links .separator{display:none;}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types button{width:150px; height:34px; background:url(../images/checkout_button.gif) left top no-repeat; margin-bottom:10px;}
.cart .checkout-types button span{display:none;}
.cart #shopping-cart-table{border-right:1px solid #CCD4D7;}
.cart #shopping-cart-table th{padding:10px 10px 8px 8px; text-transform:uppercase;}
.cart #shopping-cart-table td{padding-left:22px; padding-right:17px; padding-bottom:16px;}
.cart #shopping-cart-table .remove-button{margin-top:25px;}
.cart .cart-price{padding-top:25px; font-weight:bold; font-size:1.41em; text-transform:uppercase;}
.cart .product-name{padding-top:20px;}
.cart #shopping-cart-table input,
.cart #shopping-cart-table select{margin-top:20px;}
.cart #shopping-cart-table tfoot td{padding:10px 15px 9px 12px;}
.cart #shopping-cart-table tfoot button.button span{margin:0; display:block; background:url(../images/sidebar_buttons_corner_left.gif) left top no-repeat;  font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; white-space:nowrap; color:#000000;}
.cart #shopping-cart-table tfoot button.button span span{display:block; background:url(../images/sidebar_buttons_corner_right.gif) right top no-repeat; padding:0 5px;}
.cart #shopping-cart-table tfoot button.button span span span{display:block; padding:6px 7px 7px 6px; background:url(../images/sidebar_buttons_bg.gif) left top repeat-x;}


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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals{float:left; width:676px;}
.cart .cart-indent{width:100%; overflow:hidden; margin-top:7px;}
.cart .cart-collaterals .col-1{width:281px; float:left;}
.cart .cart-collaterals .col-2{width:387px; float:right;}

.cart .crosssell .corner-right-bot{padding-left:0; padding-right:0;}

.cart .crosssell h3{text-transform:uppercase; padding-left:25px; padding-right:15px}
.cart .crosssell ul{margin-top:18px;}
.cart .crosssell .item{background:url(../images/crossell_border.gif) left top repeat-x; padding:19px 44px 48px 24px;}
.cart .crosssell .last{padding-bottom:0;}
.cart .crosssell .product-image{float:left; width:108px;}
.cart .crosssell .product-shop{float:left; width:103px;}
.cart .crosssell .product-name{padding:0;}
.cart .crosssell .product-name a{font-weight:normal; text-transform:none; font-size:0.91em; color:#484949;}
.cart .crosssell .add-to-links li{display:inline;}
.cart .crosssell .add-to-links li.last{margin-left:20px;}

.discount .block-title{background:url(../images/discount_block_top.jpg) left top repeat-x #DE0C01; width:100%;}
.discount .block-title .border-bot{background:url(../images/main_block_border.gif) left bottom repeat-x;}
.discount .block-title .corner-left-top{background:url(../images/discount_block_corner_left_top.jpg) left top no-repeat;}
.discount .block-title .corner-right-top{background:url(../images/discount_block_corner_right_top.jpg) right top no-repeat; padding:12px 30px 11px 17px;}
.discount .block-title h3{color:#FFF; font-weight:bold; text-transform:uppercase;}
.discount .block-content{background:url(../images/main_block_border.gif) left bottom repeat-x;}
.discount .block-content .border-left{background:url(../images/main_block_border.gif) left top repeat-y;}
.discount .block-content .border-right{background:url(../images/main_block_border.gif) right top repeat-y;}
.discount .block-content .corner-left-bot{background:url(../images/main_block_corner_left_bot.gif) left bottom no-repeat;}
.discount .block-content .corner-right-bot{background:url(../images/main_block_corner_right_bot.gif) right bottom no-repeat; padding:22px 25px 22px 26px;}
.discount input{width:219px;}

.cart .shipping{margin-top:8px;}
.cart .shipping .block-title{background:url(../images/shipping_block_top.jpg) left top repeat-x #9D049A; width:100%;}
.cart .shipping .block-title .border-bot{background:url(../images/main_block_border.gif) left bottom repeat-x;}
.cart .shipping .block-title .corner-left-top{background:url(../images/shipping_block_corner_left_top.jpg) left top no-repeat;}
.cart .shipping .block-title .corner-right-top{background:url(../images/shipping_block_corner_right_top.jpg) right top no-repeat; padding:12px 30px 11px 17px;}
.cart .shipping .block-title h3{color:#FFF; font-weight:bold; text-transform:uppercase;}
.cart .shipping .block-content{background:url(../images/main_block_border.gif) left bottom repeat-x;}
.cart .shipping .block-content .border-left{background:url(../images/main_block_border.gif) left top repeat-y;}
.cart .shipping .block-content .border-right{background:url(../images/main_block_border.gif) right top repeat-y;}
.cart .shipping .block-content .corner-left-bot{background:url(../images/main_block_corner_left_bot.gif) left bottom no-repeat;}
.cart .shipping .block-content .corner-right-bot{background:url(../images/main_block_corner_right_bot.gif) right bottom no-repeat; padding:22px 25px 22px 26px;}
.cart .shipping .form-list{margin-top:10px}
.cart .shipping .form-list label{font-weight:normal;}
.cart .shipping .form-list select{width:326px;}
.cart .shipping .form-list input{width:320px;}


/* Shopping Cart Totals */
.cart .totals { float:right; width:279px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; padding-right:25px; text-transform:uppercase; font-weight:bold;}
.cart .totals table th { font-weight:bold; text-align:left!important; padding-left:25px; text-transform:uppercase;}
.cart .totals .corner-right-bot{padding-left:0; padding-right:0;}
.cart .totals .checkout-types{border-top:1px solid #CCD4D7; margin-top:10px; padding-top:20px; width:100%;}
.cart .totals .checkout-types li{text-align:center;}
.cart .totals .checkout-types li a{font-weight:bold; text-decoration:none;}
.cart .totals .checkout-types li a:hover{text-decoration:underline;}
.cart .totals .price{font-size:1.41em;}
.cart .totals .tax-collapse{text-align:left!important; padding-left:20px;}



/* 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{font-size:1em; vertical-align:top;}
.opc .step-title .number {line-height:22px; margin-right:5px; padding:2px 5px; font-weight:bold; color:#000000; border:1px solid #D2D2D2; background:#FFFFFF;}
.opc .step-title h3 { display:inline; color:#FFF; text-transform:uppercase; font-weight:bold;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#F0F0F0; cursor:default; }
.opc .active .step-title .number{color:#FFFFFF; background:#202529; border:1px solid #202529; }
.opc .step {padding:20px 18px 16px 20px;}
.opc .active .step{border-left:1px solid; border-right:1px solid; border-color:#CCD4D7;}
.opc .order-review {}

.opc .laye-3{padding:6px 19px 6px 18px;}

.opc #opc-login .step-title{background:url(../images/checkout_metod_corner_left.jpg) left top no-repeat;}
.opc #opc-login .step-title .laye-2{background:url(../images/checkout_metod_corner_right.jpg) right top no-repeat; padding:0 5px;}
.opc #opc-login .step-title .laye-3{background:url(../images/checkout_metod_bg.jpg) left top repeat-x #0A7914;}
.opc #opc-billing .step-title{background:url(../images/billing_info_bg.jpg) left top repeat-x #F9730E; border-left:1px solid; border-right:1px solid; border-color:#CCD4D7;}
.opc #opc-billing.first .step-title{background:url(../images/billing_info_corner_left.jpg) left top no-repeat; border:0;}
.opc #opc-billing.first .step-title .laye-2{background:url(../images/billing_info_corner_right.jpg) right top no-repeat; padding:0 5px;}
.opc #opc-billing.first .step-title .laye-3{background:url(../images/billing_info_bg_active.jpg) left top repeat-x #0A7914;}
.opc #opc-shipping .step-title{background:url(../images/shipping_info_bg.jpg) left top repeat-x #E01509; border-left:1px solid; border-right:1px solid; border-color:#CCD4D7;}
.opc #opc-shipping_method .step-title{background:url(../images/shipping_metod_bg.jpg) left top repeat-x #A00D9E; border-left:1px solid; border-right:1px solid; border-color:#CCD4D7;}
.opc #opc-payment .step-title{background:url(../images/pay_info_bg.jpg) left top repeat-x #4A0B9F; border-left:1px solid; border-right:1px solid; border-color:#CCD4D7;}
.opc #opc-review .step-title{background:url(../images/order_review_corner_left.jpg) left bottom no-repeat;}
.opc #opc-review .step-title .laye-2{background:url(../images/order_review_corner_right.jpg) right bottom no-repeat; padding:0 5px;}
.opc #opc-review .step-title .laye-3{background:url(../images/order_review_bg.jpg) left bottom repeat-x #00CBF6;}
.opc #opc-review.active .step-title{background:url(../images/order_review_bg_active.jpg) left top repeat-x #094FBA;}
.opc #opc-review.active .laye-2{background:0;}
.opc #opc-review.active .laye-3{background:0;}

.opc #opc-review .step{border-bottom:1px solid #CCD4D7;}

.opc label{padding-bottom:10px; padding-right:20px;}

.opc select,
.opc input{margin:5px 0; border:1px solid #C3C3C3;}
.opc .radio{margin:0; margin-right:5px; border:0;}
.opc .form-list{margin:10px 0;}

#checkoutSteps #opc-billing .input-box, 
#checkoutSteps #opc-shipping .input-box{width:380px; float:left;}
#checkoutSteps #opc-billing .input-box input,
#checkoutSteps #opc-shipping .input-box input,
#checkoutSteps #opc-billing .input-box select,
#checkoutSteps #opc-shipping .input-box select{width:300px!important;}
#checkoutSteps .input-box-2{width:300px; float:left;}
#checkoutSteps .input-box-2 input{width:293px!important;}
#checkoutSteps .input-box-2 select{width:299px!important;}
#checkoutSteps .group-select li li{margin-bottom:15px;}
#checkoutSteps label{padding-bottom:3px;}
#checkoutSteps .group-select li input.input-text{width:673px;}
#checkoutSteps .group-select li select{width:627px;}
#checkoutSteps #opc-billing .customer-name-middlename .name-firstname,
#checkoutSteps #opc-shipping .customer-name-middlename .name-firstname{width:250px!important;}	
#checkoutSteps #opc-billing .customer-name-middlename .name-firstname input,	
#checkoutSteps #opc-shipping .customer-name-middlename .name-firstname input{width:223px!important;}
#checkoutSteps #opc-billing .customer-name-middlename .name-middlename,
#checkoutSteps #opc-shipping .customer-name-middlename .name-middlename{width:130px!important;}
#checkoutSteps #opc-billing .customer-name-middlename .name-middlename input,
#checkoutSteps #opc-shipping .customer-name-middlename .name-middlename input{width:50px!important;}
#checkoutSteps #opc-billing .customer-dob .input-box input{width:50px !important;}




/* Multiple Addresses Checkout */
.state{margin-bottom:20px;}
.checkout-progress {padding:10px 0; margin:0 0 0px; text-align:center;}
.checkout-progress li {display:inline; width:15%; text-align:center; color:#FFFFFF; border:0; padding:1px 10px 1px 10px; margin-right:5px; background:#11D204;}
.checkout-progress li.active {background:#FBBF02; color:#FFFFFF;}

.multiple-checkout { position:relative; }
.multiple-checkout .grand-total { font-size:1.2em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price { font-size:1.2em;}


.checkout-multishipping-addresses .col-main{padding:20px;}
.checkout-multishipping-addresses .col-main .page-title h2{padding:0; font-weight:bold; text-transform:uppercase;}
.checkout-multishipping-addresses .col-main .multiple-checkout h3{margin:15px 0;}
.checkout-multishipping-addresses .col-main #multiship-addresses-table{border-collapse:collapse; margin-bottom:10px; border-right:1px solid #C5C1C1;}
/*.checkout-multishipping-addresses .col-main #multiship-addresses-table tfoot td{border-top:1px solid #BEBCB7; padding:5px;}*/
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set button{margin-left:10px;}


.checkout-multishipping-shipping .col-main{padding:20px;}
.checkout-multishipping-shipping .col-main .page-title{margin-bottom:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout{width:100%;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{background:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-1{width:30%;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-2{width:68%;}
.checkout-multishipping-shipping .col-main .wide .data-table{border-collapse:collapse; margin-top:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout h3{border:1px solid #BEBCB7; border-bottom:0; margin-bottom:0; font-size:1em; padding:3px; padding-left:20px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{border:1px solid #BEBCB7; padding:20px; margin-bottom:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set button{margin-left:10px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col-1 h4{margin:10px 0;}

.checkout-multishipping-billing .col-main{padding:20px;}
.checkout-multishipping-billing .col-main .col2-set{background:0; border:1px solid #C5C1C1; padding:20px; margin-top:15px;}
.checkout-multishipping-billing .col-main .col2-set .col-2 h3{margin-bottom:20px;}
.checkout-multishipping-billing .col-main .col2-set .col-1{width:60%;}
.checkout-multishipping-billing .col-main .col2-set .col-2{width:38%;}
.checkout-multishipping-billing .col-main .buttons-set{padding:20px 0; border:0;}
.checkout-multishipping-billing .col-main .buttons-set button{margin-left:15px;}
.checkout-multishipping-billing .col-main .col-2 dl dt{padding:5px 0;}
.checkout-multishipping-billing .col-main .col-2 dl dd{padding:0 0 0 20px;}
.checkout-multishipping-billing .col-main .col-2 dd .v-fix{padding-right:5px;}
.checkout-multishipping-billing .input-box{width:auto;}
.checkout-multishipping-billing .input-box input{width:250px;}
.checkout-multishipping-billing #payment-tool-tip{top:0!important;}

.checkout-multishipping-overview .col-main{padding:20px;}
.checkout-multishipping-overview .col-main .page-title{margin-bottom:15px;}
.checkout-multishipping-overview .col-main .col2-set{background:0; border:1px solid #C5C1C1; padding:20px;}
.checkout-multishipping-overview .col-main .col2-set .col-1{width:30%;}
.checkout-multishipping-overview .col-main .col2-set .col-2{width:68%;}
.checkout-multishipping-overview .col-main .multiple-checkout h3{margin:10px 0;}
.checkout-multishipping-overview .col-main .col2-set h3{margin:0;}
.checkout-multishipping-overview .col-main .col2-set .data-table{border-collapse:collapse;}
.checkout-multishipping-overview .col-main .col2-set .data-table tfoot th,
.checkout-multishipping-overview .col-main .col2-set .data-table tfoot td{border-top:1px solid #BFBFBF;} 
.checkout-multishipping-overview .col-main .grand-total{margin:10px 0;}
.checkout-multishipping-overview .data-table{margin:10px 0;}

.checkout-multishipping-address-newshipping .col-main{padding:20px;}
.checkout-multishipping-address-newshipping #form-validate{display:block; padding:20px;}
/*.checkout-multishipping-address-newshipping #form-validate #lastname{width:251px;}*/

.checkout-multishipping-address-editshipping .col-main{padding:20px;}
.checkout-multishipping-address-editshipping #form-validate{display:block; padding:20px;}
/*.checkout-multishipping-address-editshipping #form-validate #lastname{width:251px;}*/

.checkout-multishipping-address-selectbilling .col-main{padding:20px;}
.checkout-multishipping-address-selectbilling .page-title h2{background:0; padding-top:13px; font-weight:bold; text-transform:uppercase;}
.checkout-multishipping-address-selectbilling .page-title button.button{margin-top:5px;}
.checkout-multishipping-address-selectbilling .multiple-checkout{padding:20px; border:1px solid #C5C1C1; margin-top:20px;}

.checkout-multishipping-address-editaddress .col-main{padding:20px;} 
.checkout-multishipping-address-editaddress #form-validate{display:block; padding:20px;}
.checkout-multishipping-address-editaddress #form-validate #lastname{width:251px;}

.checkout-multishipping-address-editbilling .col-main{padding:20px;}
.checkout-multishipping-address-editbilling #form-validate{display:block; padding:20px;}
.checkout-multishipping-address-editbilling #form-validate #lastname{width:251px;}

.checkout-multishipping-success .col-main{padding:20px;} 
.checkout-multishipping-success .content-box{padding:30px;}
.checkout-multishipping-success .buttons-set{border:0;}

.checkout-multishipping-address-newbilling .col-main{padding:20px;}

/* Sitemap */
.sitemap {}

#lastname{width:250px!important;}

/********** < Common Checkout Styles */
.sp-methods{}
.checkout-onepage-index #checkout-payment-method-load dt{padding:5px 0;}
.checkout-onepage-index #checkout-payment-method-load dd{padding:0 20px;}
.checkout-onepage-index .col-main{width:725px;}
.checkout-onepage-index .col-right{width:231px;}

.please-wait { float:right; padding-right:50px; color:#2E2E2E; font-weight:bold;}
.cvv-what-is-this { cursor:help; margin-left:5px; padding-top:7px; float:left;}

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; left:0; z-index:1000; top:-55px!important;}
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {margin-top:15px;}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto;}
.gift-message-form .gift-item {}
.gift-message-form textarea{width:510px!important;}
.gift-message-form .input-box{display:block; width:283px!important;}
.gift-message-form .input-box input{width:226px!important;}

.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 span { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .col2-set{padding:10px 0;}
.dashboard .col-1{padding-top:10px;}

.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 { border:1px solid #C5C1C1; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.customer-name-middlename .name-firstname{width:200px!important;}
.customer-name-middlename .name-firstname input{width:190px!important;}
.customer-name-middlename .name-middlename{width:60px!important;}
.customer-name-middlename .name-middlename input{width:50px!important;}
.customer-name-middlename .input-box-2 input{width:250px!important;}

.customer-dob .input-box{width:60px!important;}
.customer-dob .input-box input{width:50px!important;}

.catalogsearch-advanced-index #form-validate .range input{width:150px;}
.catalogsearch-advanced-index #form-validate select{padding:2px;}

#my_recent_reviews{margin:10px 0;}
#my_recent_reviews .number{width:17px; float:left;}
#my_recent_reviews .product-name{width:480px; float:left;}
#my_recent_reviews .rating-box{margin:0;}

#my_recent_tags{margin-top:10px;}
#my_recent_tags li{width:100%; overflow:hidden;}
#my_recent_tags .number{width:17px; float:left; margin:0; padding:0;}
#my_recent_tags .details{float:left; width:480px; margin:0; padding:0;}

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

.cms-index-index .col-main .products-grid td{padding-bottom:8px; width:741px; padding-right:0;}
.cms-index-index .col-main .products-grid .product-name{padding-left:0;}
.cms-index-index .col-main .products-grid .products-col-1{width:29%; float:left;}
.cms-index-index .col-main .products-grid .products-col-2{width:70%; float:left;}
.cms-index-index .col-main .products-grid .price-box{float:left; margin-right:20px;}
.cms-index-index .col-main .products-grid button{float:right;}
.cms-index-index .col-main .ratings{padding-top:10px;}
.cms-index-index .col-main .ratings .rating-box{margin:0;}
.cms-index-index .col-main .add-to-links li{font-size:0.91em; display:inline;}
.cms-index-index .col-main .add-to-links li.last a{color:#242628;}


.catalog-seo-sitemap-category .col-main .pager{padding-left:0;}

.catalogsearch-advanced-result .products-grid td,
.catalogsearch-advanced-result .products-grid td .main-block{width:366px;}


/*=============product tabs==============*/
#product-tabs{margin-top:20px;}
#product-tabs .tabs{ padding-left:3px;}
#product-tabs .tabs .corner-left-top{background:url(../images/tabs_button_corner_left_top.gif) left top no-repeat; display:block; width:172px; float:left; font-weight:bold; color:#FFF; text-decoration:none; cursor:pointer; margin-right:4px;}
#product-tabs .tabs .corner-right-top{background:url(../images/tabs_button_corner_right_top.gif) right top no-repeat; display:block;}
#product-tabs .tabs .border-top{background:url(../images/tabs_button_border.gif) left top repeat-x #525252; display:block; margin:0 5px; padding:13px 0 10px; text-align:center; height:14px; overflow:hidden;}

#product-tabs .tabs .active-tab{color:#242628; background:url(../images/tabs_button_corner_left_top_active.gif) left top no-repeat #FFF; margin-bottom:-1px; position:relative; height:38px;} 
#product-tabs .tabs .active-tab .corner-right-top{background:url(../images/tabs_button_corner_right_top_active.gif) right top no-repeat;}
#product-tabs .tabs .active-tab .border-top{background:url(../images/tabs_border.gif) left top repeat-x;}

#product-tabs .tabs-content{}
#product-tabs .tabs-content .tabs-content-top{background:url(../images/tabs_corner_left_top.gif) left top no-repeat;}
#product-tabs .tabs-content .tabs-content-top div{background:url(../images/tabs_corner_right_top.gif) right top no-repeat;}
#product-tabs .tabs-content .tabs-content-top div div{background:url(../images/tabs_border.gif) left top repeat-x #ffffff; margin:0 5px; height:5px; overflow:hidden;}

#product-tabs .tabs-content .border-left{background:url(../images/tabs_border.gif) left top repeat-y #ffffff;}
#product-tabs .tabs-content .border-right{background:url(../images/tabs_border.gif) right top repeat-y;}
#product-tabs .tabs-content .border-right .block-width{width:695px; overflow:hidden; position:relative; padding-left:20px; padding-top:10px; padding-bottom:10px;}

#product-tabs .tabs-content .tabs-content-bot{background:url(../images/tabs_corner_left_bot.gif) left top no-repeat;}
#product-tabs .tabs-content .tabs-content-bot div{background:url(../images/tabs_corner_right_bot.gif) right top no-repeat;}
#product-tabs .tabs-content .tabs-content-bot div div{background:url(../images/tabs_border.gif) left 4px repeat-x #ffffff; margin:0 5px; height:5px; overflow:hidden;}
#tabber{ display:block; width:2860px; list-style:none; overflow:hidden;}
#tabber .tabs-list{width:695px; float:left; display:block; margin-right:20px;}
/*============//product tabs=============*/		

#review-buttons-container{padding-right:0;}

#my-orders-table{ margin:10px 0;}

.customer-address-index .col-main .page-title{padding:0 0 0 3px; margin-bottom:5px;}
.customer-address-index .col-main .page-title h2{font-weight:bold; padding:12px 0 0; font-size:1.1em; text-transform:uppercase;}
.customer-address-index .col-main .main-block .col2-set .col-1 ol li{padding-bottom:10px;}

.review-customer-index .pager{padding-left:0; padding-right:0;}
.review-customer-index #my-reviews-table{margin:10px 0;}

.tag-customer-view .col-main .pager{padding-left:0; padding-right:0;}
.tag-customer-view .col-main #my-tags-table{margin:10px 0;}
.tag-customer-view .col-main #my-tags-table .ratings{padding:5px 0;}
.tag-customer-view .col-main #my-tags-table .ratings .rating-box{margin:0;}

.tag-customer-edit .col-main .group-select h3{margin-bottom:10px;}

.sales-order-history .col-main .pager{padding-left:0; padding-right:0;}

.tag-customer-index .col-main .tags-list{font-size:1.2em;}

.wishlist-index-index .col-main #wishlist-table .data-table th,
.wishlist-index-index .col-main #wishlist-table .data-table td{border-color:#C5C1C1;}
.wishlist-index-index .col-main #wishlist-table textarea{width:95%!important;}

.sales-order-view .col-main .page-title a{color:#FFF;}
.sales-order-view .col-main .separator{color:#FFF;}
.sales-order-view .col-main .order-info{margin-bottom:20px;}
.sales-order-view .col-main .col2-set{padding:10px; margin:10px 0; border:1px solid #C5C1C1;}

.sales-order-invoice .col-main .page-title a{color:#FFF;}
.sales-order-invoice .col-main .separator{color:#FFF;}
.sales-order-invoice .col-main .order-info{margin-bottom:20px;}
.sales-order-invoice .col-main .col2-set{padding:10px; margin:10px 0; border:1px solid #C5C1C1;}
.sales-order-invoice .col-main .data-table{margin:10px 0;}
.sales-order-invoice .col-main h4{margin:5px 0;}

.sales-order-shipment .col-main .page-title a{color:#FFF;}
.sales-order-shipment .col-main .separator{color:#FFF;}
.sales-order-shipment .col-main .order-info{margin-bottom:20px;}
.sales-order-shipment .col-main .col2-set{padding:10px; margin:10px 0; border:1px solid #C5C1C1;}
.sales-order-shipment .col-main h4{margin:5px 0;}

.sales-order-creditmemo .col-main .page-title a{color:#FFF;}
.sales-order-creditmemo .col-main .separator{color:#FFF;}
.sales-order-creditmemo .col-main .order-info{margin-bottom:20px;}
.sales-order-creditmemo .col-main .col2-set{padding:10px; margin:10px 0; border:1px solid #C5C1C1;}

.browse-by dd{padding-left:0!important;}

.banner-1{margin-bottom:8px;}

.popular-grid a{text-decoration:none;}
.popular-grid td{padding-right:8px!important;}
.popular-grid td.last{padding-right:0!important;}
.popular-grid .main-block{width:auto!important;}
.popular-grid .main-block .corner-right-bot{padding:19px 12px 8px 17px;} 
.popular-grid .product-image{display:block; padding-right:15px;}
.popular-grid .product-name a{text-transform:none;}
.popular-grid .prod-3 .product-name{margin-bottom:17px;}

.prod-details{float:right; text-decoration:none; font-weight:bold; color:#58D703; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:0.91em; display:block; margin:6px;}
.prod-details:hover{text-decoration:underline;}

.review-product-list .product-shop .ratings{padding-top:15px; padding-bottom:0;}
.review-product-list #product-tabs #tabs{display:none;}

#recently-viewed-items li{ background:url(../images/recently_marker.gif) left center no-repeat; padding-left:15px; padding-bottom:0; margin-bottom:10px;}

.catalogsearch-term-popular .tags-list{font-size:1.2em;}
.catalogsearch-term-popular .tags-list li{padding-right:5px;}


/* Footer ================================================================================ */
.footer-block{background:url(../images/footer_border_top.gif) left top repeat-x #FEFEFF;}
.footer-block .border-bot{background:url(../images/footer_border_bot.gif) left bottom repeat-x;}
.footer-block .border-left{background:url(../images/footer_border_left.gif) left top repeat-y;}
.footer-block .border-right{background:url(../images/footer_border_right.gif) right top repeat-y;}
.footer-block .corner-left-top{background:url(../images/footer_corner_left_top.gif) left top no-repeat;}
.footer-block .corner-right-top{background:url(../images/footer_corner_right_top.gif) right top no-repeat;}
.footer-block .corner-left-bot{background:url(../images/footer_corner_left_bot.gif) left bottom no-repeat;}
.footer-block .corner-right-bot{background:url(../images/footer_corner_right_bot.gif) right bottom no-repeat; padding:19px 21px 19px 24px;}


.footer{font-size:0.91em; padding:0 9px 9px 8px;}
.footer .main-block .corner-right-bot{padding:21px 26px 19px 23px;}
.footer .left-col{width:252px; float:left; color:#484949;}
.footer .right-col{width:660px; float:left; text-align:right;}
.footer .left-col img{margin:8px 0; display:block;}

.footer ul{float:right;}
.footer ul li{display:inline; background:url(../images/footer_links_divider.gif) right 3px no-repeat; padding:0 14px 0 13px;}
.footer ul li a{color:#7C7C7D; text-decoration:none;}
.footer ul li a:hover{text-decoration:underline;}
.footer ul li.last{background:0; padding-right:0;}

.footer .footer-categories{margin-bottom:10px;}
.footer .footer-categories a{color:#517130;}

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

