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


/* Layout ================================================================================= */
.wrapper {}
.page { width:930px; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; width:650px; margin:20px auto; border:1px solid #cad6d7; }
.page-popup { padding:20px; text-align:left; }
.main { margin:0; }

.cms_internal_pages { padding:0 75px 20px 25px; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#000; }
.cms_internal_pages a { text-decoration:underline; color:#82002F; }
.cms_internal_pages a:hover { text-decoration:underline; color:#333; }
.cms_internal_pages .title { font-size:13px; font-weight:bold;  color:#000; text-decoration:underline  }
.cms_internal_pages .desc { margin-bottom:25px; }
.cms_internal_pages { color:#333; }
.cms_internal_pages strong { color:#333; }
.cms_internal_pages ul li { list-style:disc; margin-left:15px;  }
.cms_internal_pages ol li { list-style:decimal; margin-left:18px;  }
.cms_internal_pages .bigtext { font-family:Georgia, "Times New Roman", Times, serif; font-size:17px;  color:#82002F; text-align:justify; }
.cms_internal_pages .highlight { background-color:#EEFEFF; padding:10px; color:#2c5c60; font-size:13px; }


.internal_content { float:left; height:400px; }
.internal_col1 { margin-bottom:5px; width:930px; }
.internal_col1 .top_bg { background:url(../images/internal_col1_top_bg.gif) no-repeat left top; }
.internal_col1 .middle_bg { background:url(../images/internal_col1_middle_bg.gif) repeat-y left top; }
.internal_col1 .bottom_bg { background:url(../images/internal_col1_bottom_bg.gif) no-repeat left bottom; padding:0 0 10px 0; }

.internal_col1 .content { float:right; width:929px; }

.internal_col2 { margin-bottom:5px; width:930px; }
.internal_col2 .top_bg { background:url(../images/internal_content_top_bg.gif) no-repeat left top; }
.internal_col2 .middle_bg { background:url(../images/internal_content_middle_bg.gif) repeat-y left top; }
.internal_col2 .bottom_bg { background:url(../images/internal_content_bottom_bg.gif) no-repeat left bottom; padding-left:1px; height:100%; }

.internal_col2 .left { float:left; width:154px; background:url(../images/internal_left_bg.gif) repeat-x left top; margin:14px 0; padding:0 15px; min-height:300px; height:auto !important; height:300px; }
.internal_col2 .right { float:right; width:744px; }


/* Base Columns */ 
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

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

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

.col2-right-layout { margin-bottom:5px; width:930px; }
.col2-right-layout .top_bg { background:url(../images/internal_right_top_bg.gif) no-repeat left top; }
.col2-right-layout .middle_bg { background:url(../images/internal_right_middle_bg.gif) repeat-y left top; }
.col2-right-layout .bottom_bg { background:url(../images/internal_right_bottom_bg.gif) no-repeat left bottom; padding:0 0 10px 0; height:100%; }

.col2-right-layout .col-main { float:left; width:710px; border:none; padding:0; }
.col2-right-layout .col-right { float:left; width:189px; min-height:300px; height:auto !important; height:300px; border:none; background:url(../images/internal_left_bg.gif) repeat-x left top; margin:14px 0; padding:5px 15px; }


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

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

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

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


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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}

a.back_btn { text-decoration:none; width:53px; height:20px; float:left; background:url(../images/back_btn.gif) no-repeat left top; margin:-1px 0 0 5px; }

/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

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

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

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

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

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

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }

.error-msg, .success-msg, .note-msg, .notice-msg {  font-size:11px !important; font-weight:bold !important; }

.error-msg { border:1px solid #f16048; background:#faebe7 url(../images/error_msg_icon.gif) no-repeat 10px 5px; padding:5px 10px 3px 32px; color:#df280a; }
.success-msg { border:1px solid #b7c3a6; background:#eaf3e3 url(../images/success_msg_icon.gif) no-repeat 10px 5px; padding:5px 10px 3px 32px; color:#3d6611; }
.note-msg, .notice-msg { border:1px solid #fcd344; background:#fafaec url(../images/note_msg_icon.gif) no-repeat 10px 6px; padding:5px 10px 5px 32px; color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { font-size:10px; padding:10px 25px; color:#5bbbc7;  }
.breadcrumbs a { text-decoration:underline; color:#5bbbc7; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { font:18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2C5C60; border-bottom:1px solid #cad6d7; padding:10px 25px 5px 25px; margin-bottom:20px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons a { text-decoration:underline; font-size:12px; color:#82002F; }
.checkout-page-title { font:18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2C5C60; border-bottom:1px solid #cad6d7; padding:10px 25px 5px 25px; }

/* Blank Page css */ 
.blank_page { padding:0 25px; }
.blank_page a { text-decoration:underline; color:#82002F; font-size:12px; }

/* Pager */ 
.pager { }
.pager .amount { float:left; }
.pager .limiter { }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 

.sorter .view-mode { }
.sorter .sort-by {  }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; border-left:1px dotted #5bbbc7; border-top:1px dotted #5bbbc7; }
.data-table th { padding:5px; border-right:1px dotted #5bbbc7; border-bottom:1px dotted #5bbbc7; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border-right:1px dotted #5bbbc7; border-bottom:1px dotted #5bbbc7; }
.data-table thead { background-color:#eeeeee; }
.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 { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}
.data-table a { text-decoration:underline; color:#82002F; font-size:11px; }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

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

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

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


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

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

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




/* Header ================================================================================ */
.logo { float:left; width:248px; height:85px;  } 
.header-container { }

.header { background:url(../images/header_bg.gif) no-repeat left top; width:930px; height:156px; margin-bottom:3px; }
.header .left { float:left; width:675px; height:156px; border-right:1px dotted #5bbbc7; }
.header .left .logo_count { padding:15px 0 10px 25px; border-bottom:1px dotted #5bbbc7; }
.header .logo { float:left; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:200px; height:63px; }
.header .tag_line {  float:left; margin:28px 0 0 70px; font-size:12px; color:#1D4344; line-height:15px; }
.header .left .nav { padding:4px 5px 13px 0; color:#2C5C60; }
.header .right { float:left; width:254px; }
.header .right .top_link { font-size:11px; color:#000; padding:10px 0 10px 15px; border-bottom:1px dotted #5bbbc7; }
.header .right .top_link .link { margin-bottom:5px; }
.header .right .top_link .link a { text-decoration:none; color:#000; }
.header .right .top_link .contact {}
.header .right .top_link .contact .skype_pnh_print_container { display:inline !important; }
.header .right .top_link .contact .skype_pnh_container { display:none !important; }
.header .right .search_box { font-size:12px; color:#1D4344; padding:13px 0 0 15px; height:38px; border-bottom:1px dotted #5bbbc7; }
.header .right .search_box .input { font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:1px 1px 3px 25px; color:#1D4344; background:#FFF url(../images/search_icon.jpg) no-repeat left center;  border:none; border-top:1px solid #b7cacb; border-bottom:1px solid #b7cacb; width:169px; }
.header .right .search_box .search_button { background:url(../images/search_btn.jpg) no-repeat left top; width:24px; height:24px; border:none; padding:0; cursor:pointer; }
.header .right .search_box a { text-decoration:underline; color:#1D4344; }
.header .right .search_box .search-autocomplete { z-index:999; }
.header .right .search_box .search-autocomplete ul { background-color:#fff; }
.header .right .search_box .search-autocomplete li { padding:3px 5px; border:1px solid #b7cacb; border-top:none; cursor:pointer; }
.header .right .search_box .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .right .search_box .search-autocomplete li.selected {}
.header .right .checkout_link { font-size:12px; color:#1D4344; padding:8px 0 0 15px; }
.header .right .checkout_link .checkout_icon { float:left; background:url(../images/checkout_icon.gif) no-repeat left top; width:28px; height:29px; }
.header .right .checkout_link .total_items { float:left; width:124px; height:29px; line-height:29px; }
.header .right .checkout_link .total_items a { text-decoration:none; color:#1D4344; }
.header .right .checkout_link .total_items a:hover { text-decoration:underline; color:#1D4344; }
.header .right .checkout_link .checkout_btn { float:left; width:68px; height:29px; margin-top:2px; }
.header .right .checkout_link .checkout_btn a { text-decoration:none; float:left; background:url(../images/checkout_btn_hover.gif) no-repeat left top; width:68px; height:26px; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#1D4344; line-height:25px; text-align:center; }
.header .right .checkout_link .checkout_btn a:hover { text-decoration:none; color:#8E1440; background:url(../images/checkout_btn.gif) no-repeat left top; }




/* Intro ================================================================================ */
.intro { background:url(../images/intro_bg.gif) no-repeat left top; height:342px; margin-bottom:3px; }
.intro .left { float:left; width:465px; height:342px; position:relative; }
.intro .left .intro_stic { position:absolute; z-index:9; right:-55px; top:-10px; }
.intro .left .flash { position:absolute; left:0; top:0; }
.intro .left #flash-box  { width:465px; margin-top:220px; font-size:13px; font-weight:bold; text-align:center; color:#FFF; }

.intro .center {  float:left; width:220px; margin-right:10px; padding-top:13px }
.intro .right {  float:right; width:220px; padding:13px 15px 0 0; }
.intro .sanna_box { height:140px; overflow:hidden; margin-bottom:10px; }
.intro .this_month { height:135px; margin-bottom:10px; background:url(../images/intro_box_bg.png) no-repeat left top; padding:5px 4px 0px 2px; overflow:hidden; }
.intro .this_month a {  color: rgb(29, 67, 68); text-decoration:none;	 }
.intro .promo { height:135px; background:url(../images/intro_box_bg.png) no-repeat left top; text-align:center; padding-top:7px; overflow:hidden; }
.intro .true_box { height:110px; background:url(../images/true_talisman.png) no-repeat left top; padding:15px; overflow:hidden; }
.intro .true_box .title { margin-bottom:8px; line-height:12px; }
.intro .true_box .txt { font-size:12px; color:#000; line-height:13px; margin-bottom:8px; }
.intro .true_box .read_more { font-size:12px; color:#771533; } 
.intro .true_box .read_more a { text-decoration:none; color:#771533; }
.intro .true_box .read_more a:hover { text-decoration:underline; color:#771533; }

.intro .left .free_shopping_icon { position:absolute; top:-12px; right:-17px; }
.intro .left .flash { position:absolute; top:0; left:0; }

.gv_featured_product { margin-bottom:5px; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#838484; }
.gv_featured_product .featured_top_bg { background:url(../images/featured_product_bg.gif) no-repeat left top; }
.gv_featured_product .featured_bottom_bg { background:url(../images/featured_product_bg.gif) no-repeat left bottom;  }
.gv_featured_product .title { font:14px Georgia, "Times New Roman", Times, serif; color:#771533; border-bottom:1px solid #eaf6f8; padding:8px 18px;  }
.gv_featured_product .product_name { margin-top:-5px; font-size:11px; line-height:12px;  }
.gv_featured_product .product_name a {  text-decoration:none; color:#2C5C60; }


.bottom_links {  margin-bottom:5px; }
.bottom_links .top_bg { height:10px; background:url(../images/bottom_link_top_bg.gif) no-repeat left top; }
.bottom_links .bottom_bg { height:10px; background:url(../images/bottom_link_bottom_bg.gif) no-repeat left top; }
.bottom_links .middle_bg { background:#efefef; padding:0 30px; }
.bottom_links .box { float:left; width:185px; height:125px; overflow:hidden; background:url(../images/bottom_link_border.jpg) repeat-y right top; margin-right:20px; padding:5px 20px 0 0; font-size:11px; color:#838484;  }
.bottom_links .box .title { font-size:12px; font-weight:bold; color:#777777; text-transform:uppercase; margin-bottom:5px; }
.bottom_links .last { background:none; padding:5px 0 0 0; margin:0; }
.bottom_links .box .search_text a { text-decoration:underline; color:#838484; }
.bottom_links .box .search_text a:hover { text-decoration:none; color:#838484; }
.bottom_links .box .text a { text-decoration:none; color:#838484; }
.bottom_links .box .text a:hover { text-decoration:underline; color:#838484; }
.bottom_links .box .block-content .input-box input { width:175px; }


.bottom_links .box1 .box .img { background:url(../images/popular_search_icon.gif) no-repeat left top;  }
.bottom_links .box1 .active_box .img { background:url(../images/popular_search_icon_hover.gif) no-repeat left top;  }

.bottom_links .box2 .box .img { background:url(../images/shopping_tips_icon.gif) no-repeat left top; }
.bottom_links .box2 .active_box .img { background:url(../images/shopping_tips_icon_hover.gif) no-repeat left top;  }

.bottom_links .box3 .box .img { background:url(../images/healp_icon.gif) no-repeat left top;  }
.bottom_links .box3 .active_box .img { background:url(../images/healp_icon_hover.gif) no-repeat left top; }

.bottom_links .box4 .box .img { background:url(../images/about_icon.gif) no-repeat left top; }
.bottom_links .box4 .active_box .img { background:url(../images/about_icon_hover.gif) no-repeat left top; }

.footer { background:url(../images/footer_bg.gif) no-repeat left top; height:40px; line-height:35px; padding:0 20px; font-size:12px; color:#333; text-align:center; }
.footer .left { float:left; text-align:left;  }
.footer .right { float:right; text-align:right; }
.footer a { text-decoration:none; color:#333; }
.footer a:hover { text-decoration:underline; color:#333; }

.footer_second { width:905px; padding-bottom:10px; font-size:11px; color:#838484; }
.footer_second .block1 { float:left; margin-left:20px; width:420px; margin-top:20px; }
.footer_second .block2 { float:left; margin-left:20px; width:200px; margin-top:20px; }
.footer_second .block3 { float:right; }
.footer_second .block4 { float:right; margin-left:20px; }
.footer_second a { text-decoration:none; color:#838484; }
.footer_second a:hover { text-decoration:underline; color:#838484; }

.footer_second .txt1 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#4A8E8E; }
.footer_second .txt1 a { color:#4A8E8E; text-decoration:underline; }
.footer_second .txt2 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; color:#333; }

.mailing_page { }
.mailing_page .title {  font:18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2C5C60; border-bottom:1px solid #cad6d7; padding:10px 25px 5px 25px; margin-bottom:20px;  }
.mailing_page .block-content { margin:0 25px; }
.mailing_page input.input-text { width:200px; }

.cat_nam_box { padding:0 25px 25px 25px; }
.cat_nam_box .name { float:left; font:20px Georgia, "Times New Roman", Times, serif; color:#000; }
.cat_nam_box .link { float:right; font-size:11px; }
.cat_nam_box .link a { text-decoration:none; color:#000; }
.cat_nam_box .link a:hover { text-decoration:underline; color:#000; }

.top_pagination { border-bottom:1px solid #cad6d7; font-size:11px; color:#4A8E8E; padding:0 25px 10px 25px; }
.bottom_pagination { border-top:1px solid #cad6d7; font-size:11px; color:#4A8E8E; padding:10px 25px 20px 25px; }

.pagination { float:right; text-align:right; font:11px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#4A8E8E; }
.pagination ul{ list-style:none; }
.pagination ul li { float:left; text-align:center; margin:0 2px; height:16px; width:16px; border:1px solid #C5EAE9;}
.pagination ul li.active{ background:#83AAA8; color:#fff; text-decoration:none; border:1px solid #83AAA8;  }
.pagination ul li.others, .pagination ul li.others a{ background:none; color:#4A8E8E;  text-decoration:none;  }
.pagination .no_style, .pagination .no_style a{ border:none; width:auto; color:#4A8E8E; }

.sorter { float:left; }
.limiter { float:right; }

.about_cat { padding:0 25px; margin-bottom:25px; color:#174c52; }
.about_cat .title { font-size:13px; font-weight:bold; margin-bottom:10px; }
.about_cat .txt { font-size:11px; }

.product_list {}
.product_list .list { padding:0 19px; margin-top:30px; }
.product_list .list ul li { float:left; width:195px; margin-right:60px; margin-bottom:60px; text-align:center; }
.product_list .list ul li.last { margin:0; }
.product_list .list ul li a { text-decoration:none; }
.product_list .list ul li .zodiac { font:14px Georgia, "Times New Roman", Times, serif; color:#1D4344; letter-spacing:0.3px; }
.product_list .list ul li .zodiac_date { font-size:12px; color:#2C5C60; margin-bottom:5px; }
.product_list .list ul li .img { margin-bottom:5px; }
.product_list .list ul li .border { margin-bottom:5px; background:url(../images/product_list_border.gif) no-repeat top center; height:4px; }
.product_list .list ul li .title { font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#4A8E8E; }
.product_list .list ul li .title a { text-decoration:none; color:#4A8E8E; }

.refine_serch_box { }
.refine_serch_box .title { font-size:15px; color:#2C5C60; margin-bottom:10px; }
.refine_serch_box .sub_title { font-size:13px; color:#166e79; background:url(../images/bullet.gif) no-repeat left 4px; padding-left:15px; }
.refine_serch_box .content { font-size:11px; color:#52b1bd; margin:0 0 10px 15px; }
.refine_serch_box .content a { text-decoration:none; color:#52b1bd; }
.refine_serch_box .content a:hover { text-decoration:underline; color:#52b1bd; }
.refine_serch_box .content span.price { color:#52b1bd !important; }
.refine_serch_box .content .current a { float:left; width:13px; margin-top:1px; }
.refine_serch_box .content .current em { float:left; width:116px; background-color:#ede5e5; padding:0 5px; font-size:10px; }

.related_products { margin-bottom:30px; }
.related_products .title { font-size:15px; color:#2C5C60; margin-bottom:15px; }
.related_products .item { margin-bottom:20px; }
.related_products .item .product_image { float:left; width:50px; height:50px; margin-right:5px; border:1px solid #CCC; }
.related_products .item .product_name { font-size:11px; line-height:11px; margin-bottom:5px;  }
.related_products .item .product_name a { text-decoration:none; color:#000; }
.related_products .item .price_box { font-size:11px; color:#52b1bd; line-height:12px; }
.related_products .item .price_box span.price-label, .related_products .item .price_box span.price { font-weight:normal; font-size:11px; color:#52b1bd; }



.product_view { width:650px; padding:0 30px; margin:10px 0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
.product_view .details { float:left; width:320px; }

.product_view .details .product_title { margin-bottom:15px; font-family:Georgia, "Times New Roman", Times, serif; font-size:26px; color:#1D4344; line-height:26px; }
.product_view .details .text { font-size:11px; color:#4A8E8E; margin-bottom:20px; line-height:13px; }
.product_view .details .text a { text-decoration:underline; color:#4A8E8E; }
.product_view .details .text .sku { font-size:12px; font-weight:bold; color:#1D4344; padding:8px 0; }
.product_view .details .text .availibility { font-size:12px; font-weight:bold; color:#1D4344;  }

.product_view .details .text .desc {  margin:0; font-size:12px; line-height:16px; }
.product_view .details .text .talisman_desc { line-height:16px; }
.product_view .details .text .talisman_desc .title { font-size:12px;  font-weight:bold;  color:#1D4344; margin-top:20px; line-height:18px;}
.product_view .details .text .talisman_desc .desc {  margin:0; font-size:12px; }


.product_view .details .search_box { border-top:1px solid #cad6d7; border-bottom:1px solid #cad6d7; font-size:12px; font-weight:bold; color:#1D4344; padding:5px 0; margin-bottom:15px; width:280px; }
.product_view .details .search_box div { margin-bottom:5px; }
.product_view .details .search_box dt { margin-bottom:5px; }
.product_view .details .search_box dd { margin-bottom:5px; }
.product_view .details .search_box label { float:left; width:100px; }
.product_view .details .search_box select { border:1px solid #c6d0d0; font-size:12px; width:170px;  }
.product_view .details .price { font-size:12px; font-weight:bold; color:#771533; margin-bottom:15px; }
.product_view .details .price strike { font-size:11px; color:#4A8E8E; }
.product_view .details .price-box { font-size:12px; font-weight:bold; color:#771533; margin-bottom:15px; }
.product_view .details .qty { background:url(../images/qty_bg.gif) no-repeat left top; width:183px; height:27px; padding:7px 0 0 20px; margin-bottom:15px; }
.product_view .details .qty .input { border:none; width:20px; font-size:13px; text-align:right; padding:1px; margin-right:5px; }
.product_view .details .qty td { vertical-align:middle; padding-right:7px; }
.product_view .details .qty img { vertical-align:middle; }
.product_view .details .links { margin-bottom:10px;  }
.product_view .details .links h3 { display:block; margin-bottom:5px; font-size:10px; font-weight:bold; color:#6C6D6D; }
.product_view .details .links h3 img { margin-right:2px; }
.product_view .details .links a { text-decoration:none; color:#6C6D6D; }
.product_view .details .links a:hover { text-decoration:underline; color:#6C6D6D; }
.product_view .details .links img { vertical-align:middle; }
.product_view .img { float:left; width:300px; text-align:center; margin-left:30px; }
.product_view .img .big { text-align:center; margin:10px 0 10px 0; }
.product_view .img .thumb { margin-bottom:10px; text-align:center; }
.product_view .img .video_icon { width:46px; height:40px; line-height:12px; margin:0;   }
.product_view .img .video_icon a { text-decoration:none; color:#6C6D6D;  }
.product_view .img .thumb table { text-align:center; margin:0 auto; }
.product_view .img .thumb table td { width:60px; height:56px; }
.product_view .img .thumb table td.active { border:1px solid #d2e3e3; }
.product_view .img .review { text-align:center; font-size:11px; font-weight:bold; color:#6C6D6D; width:260px; margin:0 auto; }
.product_view .img .review a { text-decoration:none; color:#6C6D6D; }
.product_view .img .review a:hover { text-decoration:underline; color:#6C6D6D; }


.product_view .related_products .bubbleInfo { position:relative; }
.product_view .related_products .popup { position:absolute; display:none; border:1px solid #c2cfcf;  width:200px; background-color:#EAF3F4; padding:10px; z-index:9999 }
.product_view .related_products .popup .pop_title { font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif; line-height:14px; color:#2C5C60; text-transform:uppercase; margin-bottom:5px; }
.product_view .related_products .popup .pop_title a { text-decoration:none; color:#2C5C60; }
.product_view .related_products .popup .pop_title a:hover { text-decoration:underline; color:#2C5C60; }
.product_view .related_products .popup .desc { font:11px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#4A8E8E; margin-bottom:5px; line-height:13px; }
.product_view .related_products .popup .pop_price { font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#771533; }

.product_view .product_attributes { width:400px; }
.product_view .product_attributes .label { font-size:12px; font-weight:bold; color:#1D4344; width:60%; }
.product_view .product_attributes .data { font-size:12px; color:#4A8E8E; line-height:16px; width:40% }

.product_view .speci_title { font-size:12px; font-weight:bold; margin-bottom:15px; }

.member_account { padding:0 25px 25px 25px; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; }
.member_account h3 { font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin-bottom:10px; }
.member_account h4 { font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin:0; float:left; }
.member_account p { line-height:15px; }
.member_account .ac_left { float:left; width:330px; padding:5px 0; }
.member_account .ac_right { float:left; width:300px; border-left:1px solid #cad6d7; padding:5px 0 5px 20px; }
.member_account input.input-text { width:300px; }
.member_account select.validate-select { width:300px; }
.member_account ul li { margin-bottom:10px; }
.member_account .button_box { margin-left:350px; }

.member_account .address_table { border-left:1px dotted #5bbbc7; border-top:1px dotted #5bbbc7; }
.member_account .address_table h3 { font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin:0;  }
.member_account .address_table thead td { background:#eeeeee; }
.member_account .address_table td { border-right:1px dotted #5bbbc7; border-bottom:1px dotted #5bbbc7; padding:5px 10px; }
.member_account .address_table address { line-height:15px; }
.member_account .address_table a { text-decoration:underline; color:#82002F; font-size:11px; }

/********** < Navigation */
#nav { font:12px Georgia, "Times New Roman", Times, serif;  }

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

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:10px 5px 5px 25px; color:#2C5C60; }
#nav li a:hover { color:#2C5C60; }
#nav li.over a,
#nav li.active a { color:#2C5C60; }

/* 2nd Level */
#nav ul { position:absolute; width:160px; top:25px; left:-10000px; border:1px solid #d2e3e3; background:#fafafa; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; }
#nav ul li { float:none; border-bottom:1px solid #d2e3e3; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#2C5C60 !important; }
#nav ul li a:hover { color:#1D4344 !important; background:#C8F8FC; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

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


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


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

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

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

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

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

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

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

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

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

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

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

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

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

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

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

/* Block: Checkout Progress */
.block-progress { margin-top:30px; }
/*.block-progress .top_bg { background:url(../images/chek_process_top_bg.jpg) no-repeat left top; }
.block-progress .middle_bg { background:url(../images/chek_process_middle_bg.jpg) repeat-y left top; }
.block-progress .bottom_bg { background:url(../images/chek_process_bottom_bg.jpg) no-repeat left bottom; */
.block-progress .block_title { font:15px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#1D4344; margin-bottom:15px; }
.block-progress dt { font-weight:bold; }
.block-progress .block-content { padding-left:5px; }
.block-progress .block-content dt { margin-bottom:5px; font-size:12px; color:#1D4344; }
.block-progress .block-content dd { margin-bottom:10px; font-size:11px; color:#333; line-height:13px; padding-left:10px; }
.block-progress a { text-decoration:underline; color:#82002F; font-size:11px; }

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


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

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

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


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

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

/* Product Images */
/*.product_view .product-img-box { width:360px;  }
.product_view .product-img-box .product-image { border:1px solid #ddd; }
.product_view .product-img-box .product-image-zoom { position:relative; width:360px; 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; border:1px solid blue; }
.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; width:211px; }
.product_view .product-img-box .zoom #track { position:relative; height:18px; }
.product_view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product_view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product_view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product_view .product-img-box .more-views ul { margin-left:-4px }
.product_view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }*/

.product_view .product-img-box { width:300px; }
.product_view .product-img-box .product-image-zoom { position:relative; overflow:hidden; width:300px; height:300px; z-index:9; margin:0 auto; margin-bottom:10px;  }
.product_view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; }
.product_view .image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; width:211px; }
.product_view .image-zoom #track { position:relative; height:18px; }
.product_view .image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.product_view .track_hint { text-align:center; font-size:11px; font-weight:bold; color:#6C6D6D; margin-bottom:5px; }
.product_view .image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.product_view .image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product_view .product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product_view .product-img-box .more-views ul { margin-left:-9px; }
.product_view .product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product_view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.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:445px; }
.product-view .product-name {}
.product-view .short-description {}

/* Rating */
.ratings { text-align:center; }
.ratings .amount {}
.ratings .rating-links { font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#6C6D6D; }
.ratings .rating-links a { text-decoration:none; color:#6C6D6D; }
.ratings .rating-links a:hover { text-decoration:underline; color:#6C6D6D; }
.ratings dt {}
.ratings dd {}
.ratings .rating_img { margin-right:10px; margin-top:5px; }
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; margin-bottom:5px; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

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

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

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

.price-box-bundle {}

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

/* Old price */
.old-price {  font-size:12px; font-weight:bold; color:#771533; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { text-decoration:line-through; font-size:11px; color:#4A8E8E; }

/* Special price */
.special-price { font-size:12px; font-weight:bold; color:#771533; margin-bottom:15px; }
.special-price .price-label { white-space:nowrap; }
.special-price .price { }

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

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

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

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

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

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

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

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

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

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

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

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

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

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

/* Block: Upsell */
.product_view .up-sell { padding-top:30px; }
.product_view .up-sell .main_title {  color:#2C5C60; font-weight:bold; font-size:14px;  }

.product_view .up-sell .products-grid td { width:25%;   text-align:center; border:none;  }
.product_view .up-sell .products-grid a {  color:#2C5C60; font-size:12px; text-decoration:none; line-height:14px;  } 

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product_view .reviews { margin:20px 0; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; }
.product_view .reviews h3 { font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin-bottom:10px; }
.product_view .reviews h4 { font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin-bottom:5px; }
.product_view .reviews h4 a { text-decoration:underline; color:#244B4C; }
.product_view .reviews .list { border-bottom:1px dotted #5bbbc7; padding:0 10px 10px 10px; margin-bottom:20px; }
.product_view .reviews .list .rating_table { margin-bottom:5px; width:300px; color:#4A8E8E; }
.product_view .reviews .list .desc { margin-bottom:5px; line-height:14px; }
.product_view .reviews .list .posted_on { color:#4A8E8E; font-style:italic; }


/* Block: Add Review */
.product_view .add-review { font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; margin-bottom:20px; }
.product_view .add-review h3 { font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin-bottom:10px; }
.product_view .add-review h4 { font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin-bottom:5px; }
.product_view .add-review ul li { margin-bottom:10px; }
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-weight:bold; margin-bottom:5px; }
.product-name a { text-decoration:none; font-size:13px; }

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

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

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

/* Sitemap */
.page-title .contact { display:none;}
.sitemap_page { padding:0 25px; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2C5C60; margin-bottom:20px; }

.sitemap_page .level-0 { font-size:13px; font-weight:bold; margin-bottom:5px; margin-right:10px; }
.sitemap_page .level-0 a { color:#2C5C60; }

.sitemap_page .level-1 { background:url(../images/bullet.gif) no-repeat left 4px; padding-left:15px; margin-top:10px; }
.sitemap_page .level-1 a { color:#166e79; }

.sitemap_page .level-2 { margin-left:15px; font-size:11px; }
.sitemap_page .level-2 a { color:#52b1bd; }

.sitemap_page a { text-decoration:none; color:#2C5C60; }
.sitemap_page a:hover { text-decoration:underline; }

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


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


/* Shopping Cart ========================================================================= */
.cart { padding:0 25px; }
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types ul li { margin-bottom:20px; }
.cart .checkout-types li { margin-bottom:10px; }
.cart .checkout-types li.or { font:18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2C5C60; padding-right:60px; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell {  margin-bottom:20px; }
.cart .crosssell h3 { color:#771533;font-weight:bold; font-size:13px; white-space:nowrap; margin-bottom:10px;  }
.cart .crosssell .item { float:left; width:165px; margin:0 5px; text-align:center; height:190px; overflow:hidden; }
.cart .crosssell .item .product_name { font-size:11px; line-height:12px; margin-bottom:5px; font-weight:normal; height:25px; overflow:hidden; }
.cart .crosssell .item .product_name a { text-decoration:none; color:#000; }
.cart .crosssell .item .price_box { line-height:12px; color:#52b1bd; }
.cart .crosssell .item .price_box span.price-label, .cart .crosssell .item .price_box span.price { font-weight:normal; font-size:11px; color:#52b1bd; }


.cart .shipping { font-size:11px; padding:5px; }
.cart .shipping p { line-height:13px; margin-bottom:10px; }
.cart .shipping ul li { margin-bottom:10px; }

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:0 10px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot { font-size:14px; font-weight:bold; color:#771533; }
.cart .totals a { text-decoration:underline; color:#82002F; font-size:11px; }

/* Options Tool Tip */
.item-options-table { border:none; }
.item-options-table td { border:none; padding:0px; line-height:12px; }

.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 */
.checkout_page { padding:0 25px; margin-bottom:20px; }
.opc { position:relative; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; }
.opc li { margin-bottom:5px; }
.opc li.section { }
.opc .step-title { background:url(../images/chek_box_bg.jpg) no-repeat left top; height:32px; line-height:32px; padding-left:20px; font-size:12px; font-weight:bold; color:#62B2AE;  }
.opc .allow .step-title { cursor:pointer; color:#1D4344; }
.opc .active {}
.opc .active .step-title { background:url(../images/chek_box_active_bg.jpg) no-repeat left top; cursor:default; color:#8C0033; }
.opc .step { padding:10px 10px 10px 20px; position:relative; border:1px solid #d2e3e3; border-top:none; width:569px; }
.opc .step .tool-tip { right:10px; }
.opc .order-review { }
.opc h3 { font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin-bottom:10px; }
.opc h4 { font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin-bottom:10px; }
.opc ul li { margin-bottom:10px; }
.opc a { text-decoration:underline; color:#82002F; font-size:11px; }
.opc p { line-height:14px; margin-bottom:10px; }
.opc .buttons_set { margin:20px 0; }
.opc .multi_ship_info { border-bottom:1px solid #cad6d7; padding:0 10px 15px 10px; margin-bottom:30px; }


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

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

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

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

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

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

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

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


/* Account Login/Create Pages ============================================================ */
.account-login { padding:0 25px; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; }
.account-login h3 { font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin-bottom:10px; }
.account-login p { margin-bottom:5px; }
.account-login a { text-decoration:underline; color:#666666; font-size:11px; }
.account-login label { font-weight:bold; }
.account-login .new-users { width:410px; padding:5px 0; }
.account-login .registered-users { border-left:1px solid #cad6d7; padding:5px 0 5px 20px; }
.account-login ul li { margin-bottom:10px; }

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


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

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

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

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

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

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head .logo { float:left; } 
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
.page-print h2 { font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#000; padding:0; margin-bottom:5px; } 
.page-print h3 { font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#000; padding:0; } 

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


.grand_rotal { font-size:14px; font-weight:bold; color:#771533; }

.cart_box { width:100%; }
.cart_box th { padding:5px; border:1px dotted #5bbbc7; border-bottom:none; font-weight:bold; font-size:13px; white-space:nowrap; }
.cart_box td { padding:5px; border:1px dotted #5bbbc7; }
.cart_box thead { background-color:#eeeeee; }
.discount { height:186px; padding:10px 5px; font-size:11px; }
.discount label { font-weight:bold; padding-bottom:5px;}
.discount a { text-decoration:underline; color:#000; }

.secure-shopping { height:196px; padding:5px; font-size:11px; }


.advance_search_criteria { padding:0 25px; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; }
.advance_search_criteria a { text-decoration:underline; color:#82002F; font-size:11px; }
.advance_search_criteria h3 { font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#244B4C; padding:0; margin-bottom:5px; }

.catalog-product-print { background:#fff; padding:20px; text-align:left; width:570px; margin:20px auto; border:1px solid #cad6d7; }
.catalog-product-print .product_view { padding:0; width:570px; margin:0; }
.catalog-product-print .product_view .details { width:270px; padding:0; }
.catalog-product-print .product_view .details .options ul { margin-bottom:5px; }
.catalog-product-print .product_view .details .options ul li { font-size:13px; }
.catalog-product-print .product_view .details .options ul li ul li { font-size:11px; padding-left:30px; line-height:12px; }
.catalog-product-print .product_view .img { width:280px; margin:0; margin-left:20px; }
.catalog-product-print a { text-decoration:underline; color:#2C5C60; font-size:11px; }

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

.paypal-review { margin: 0 30px 30px 30px; } 
.paypal-review #review-buttons-container {  text-align:right; }
.paypal-review h3 {font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2C5C60; margin-bottom:10px; }
.paypal-review a { color:#82002F; text-decoration:underline; font-weight:normal; font-size:14px;  }

