/**
 * 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 ================================================================================= */
body { 
	font:12px Arial, Helvetica, sans-serif; 
	color:#2e2e2e;
	text-align: center;
}
html>body { text-align:left; }

a {outline:none;}

hr { display:none;}
/*#content_2 hr { display:block; border:none; border-bottom:1px solid #e1e1e1; }*/

.wrapper { background: url(../images/bg_main.gif) repeat-x left top #fff; }
.page { 
	width: 1024px; 
	background: url(../images/bg_container.gif) no-repeat left top #fff;  
	margin:0 auto; 
	padding: 0; 
	text-align:left; 
}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }

.header, .main { width:952px; margin:0 auto; overflow:hidden; }
.header, #logo { height: 121px; }
.main { background:url(../images/main-bg.gif) repeat-y left top;}

#content { 
	clear:left; 
	background:url(../images/content_top_bg.gif) no-repeat left top; 
	padding:15px 20px; 
	*width:736px;
	*padding:15px 5px 15px 15px;
}
.cms-home #content { padding:15px 10px 15px 5px; *width:746px; }
html>body.cms-home #content { padding:15px 20px 15px 10px; }
.cms-home .std { background: url(../images/bg_content.gif) repeat-y left top; *overflow:hidden; *width:746px; }

/* Base Columns */ 
.col-left { 
	/*padding-bottom:20px;*/
	width:176px; 
	float:left; 
	background:url(../images/bg_browse.gif) repeat-y left top; 
	text-align:left; 
}
.col-main { float:left; width:776px; }
html>body .col-main { width:776px; }
.col-right { 
	float:right; 
	width:156px; 
	border:1px solid #ddd; 
	padding:5px 5px 0; 
	background:url(../images/bg_browse.gif) repeat-y scroll left top; 
}

/* 1 Column Layout */ 
.col1-layout .col-main { 
	/* float:none; width:auto; height:44px; */ 
	background: url(../images/bg_main_nav.gif) repeat-x left top;  
}

/* 2 Columns Layout */
.col2-left-layout .col-main { 
/* float:right;  height:44px; background: url(../images/bg_main_nav.gif) repeat-x left top;*/ }
.col2-right-layout .col-main {}
#nav-content { width:776px; float:left; line-height: 1.5em; text-align:left; }

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

/* Content Columns */
.col2-set { /* width:49%; padding: 0 15px 15px 15px; */ }
#login-form .col2-set { width:738px; }
.col2-set .col-1 { float:left; width:49%; clear:left; }
.col2-set .col-1 h3, .col2-set .col-2 h3 { font-size:14px; font-weight:bold; }
.col2-set .col-1 ol li { padding-bottom:15px; }
.col2-set .col-1 ol li h4 { font-size:12px; }
.col2-set .col-2 { float:right; width:49%; padding-top:5px; }
.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 */ 
}

.title-buttons button.button { /**width:108px; *height:23px;*/ }
button.button span { 
  float:left; 
  padding:0 12px 0 0; 
    /*IE*/
  padding-bottom/*\**/:10px\9; 
  background:url(../images/bkg_button.gif) 100% 50% no-repeat; 
  font:normal 12px/23px Arial, Helvetica, sans-serif; 
  text-align:center; 
  white-space:nowrap; 
  color:#fff; 
  text-transform:lowercase; 
}
/*fix button height IE7-8*/
.data-table td button.button, .buttons-set2 button.button, p button.button, fieldset button.button  { height/*\**/:30px\9; }

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

/* Form lists */
.form-list { padding-top:8px; padding-bottom: 10px; }
.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; margin-right:20px; margin-top:5px; }
.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 #company, .group-select #street_1, .group-select #street_2 { width:530px; }

.buttons-set { clear:both; margin:0; padding:5px; /* border:1px solid #ddd; */ }
.opc .buttons-set {margin-top:15px;}
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set button.create-account, .registered-users button.login, .buttons-set .submit, .buttons-set .btn-save, .buttons-set .btn-save-address, .form-add-tags .btn-add-tag, .checkout-types .button { 
	float:right; 
	background:url(../images/btn-create-account.gif) no-repeat left top; 
	width:123px; 
	height:23px; 
	border:none; 
	text-indent:-999em; 
}
.registered-users button.login { background:url(../images/btn-login.gif) no-repeat left top; width:52px; }
.registered-users a { font-size:11px; padding-top:5px; }
.buttons-set .submit { background:url(../images/btn-submit.gif) no-repeat left top; width:63px; }
.buttons-set .btn-save { background:url(../images/btn-save.gif) no-repeat left top; width:53px; }
.buttons-set .btn-save-address { background:url(../images/btn-save-address.gif) no-repeat left top; width:94px; }
.form-add-tags .btn-add-tag { 
	background:url(../images/btn_add_tags.gif) no-repeat left top; 
	width:72px; 
	margin:5px 15px 10px 0; 
}
.checkout-types .button { background:url(../images/btn-proceed-checkout.gif) no-repeat left top; width:134px; }
.checkout-types .button span { visibility:hidden; width:134px; }

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

/* Form Validation */
#form-validate h3 { margin-bottom: 0; }
#form-validate fieldset { padding-right:25px; padding-left:15px; }
.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; padding-right:15px; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 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:0 20px;*/ margin:0 0 25px; border-bottom:1px solid #ddd; font-size:11px; /* text-align:right;*/ }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { /* border-bottom:1px solid #ddd; */ margin:0 0 15px 10px; padding:10px 0 0 0; width:736px; }
.cms-home .page-title {margin:0;}
.page-title h2.my-dashboard, .page-title .edit-acc-info, 
.page-title .newsletter-sub, .page-title .new-address, 
.page-title h2.my-wishlist, .page-title h2.my-orders,
.page-title h2.my-product-reviews, .page-title h2.my-tags, 
.page-title h2.my-download, .page-title h2.share-wishlist, 
.title-buttons h2.shopping-cart, .page-title h2.advanced-search,
.page-title h2.check-out, .page-title h2.email-to-friend,
.page-title h2.address-book, .cms-home .page-title h2 { 
	background:url(../images/my-dashboard.gif) no-repeat center top; 
	text-indent:-999em; 
	text-align:center; 
}
.page-title .edit-acc-info { background:url(../images/edit-account-info.gif) no-repeat center top; }
.account-login .page-title h2 { 
	background:url(../images/login-create.gif) no-repeat left top; 
	width:288px; 
	height:25px; 
	text-indent:-999em; 
}
.page-title .newsletter-sub { background:url(../images/newsletter-sub.gif) no-repeat center top; }
.page-title .new-address { background:url(../images/add-new-address.gif) no-repeat center top; }
.page-title h2.my-wishlist { background:url(../images/my-wishlist.gif) no-repeat center top; }
.page-title h2.my-orders { background:url(../images/my-orders.gif) no-repeat center top; }
.page-title h2.my-product-reviews { background:url(../images/my-product-reviews.gif) no-repeat center top; }
.page-title h2.my-tags { background:url(../images/my-tags.gif) no-repeat center top; }
.page-title h2.my-download { background:url(../images/my-download.gif) no-repeat center top; }
.page-title h2.share-wishlist { background:url(../images/share-wishlist.gif) no-repeat center top; }
.title-buttons h2.shopping-cart { background:url(../images/shopping-cart.gif) no-repeat center top;}
.page-title h2.advanced-search { background:url(../images/advanced-search.gif) no-repeat center top;}
.page-title h2.check-out { background:url(../images/checkout.gif) no-repeat center top;}
.page-title h2.email-to-friend { background:url(../images/email-friend.gif) no-repeat center top;}
.page-title h2.address-book { background:url(../images/address-book.gif) no-repeat center top;}
.cms-home .page-title h2 { background:url(../images/on_sales.gif) no-repeat center top; width:742px; height:40px;}
 .cms-home .page-title { padding-top:10px;clear:both; margin-left:5px; width:741px; background-color:#fff;}
 
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons,
.title-buttons h6 { /*float:left;*/ }
.checkout-multishipping-addresses .title-buttons h2 {float:left; }
.checkout-multishipping-addresses .page-title {margin:0;}

/* Pager */ 
.pager { 
	border-top:1px solid #e7e7e7; 
	border-bottom:1px solid #e7e7e7; 
	padding:5px 15px; 
	margin:5px 0 0 0; 
	text-align:center; 
	background-color:#f1f2f2; 
	margin-bottom:1px; 
	clear:left;
}
.review-content .pager { display:none; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border-bottom:1px solid #e7e7e7; padding:5px 15px; margin:0; background-color:#f1f2f2; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
#shopping-cart-table td img { border:1px solid #ccc; padding:1px; }
#shopping-cart-table td.a-center img { border:none; }
.product-view .product-shop .data-table { /*border-top:1px solid #e1e1e1;*/ width:70%; float:left; margin-bottom:10px;}
.data-table th { color:#fff; padding:5px; border:1px solid #fff; font-weight:bold; white-space:nowrap; text-align:center; }
.data-table tfoot th {color:#2e2e2e;}
#customer-reviews .data-table th { text-align:left; padding: 0 5px; }
.data-table td { padding:5px 10px 15px 10px; /*border-bottom:1px solid #e1e1e1;*/ }
#customer-reviews .data-table td { padding:0 10px 0 10px; }
.product-view .product-shop .data-table td { padding:5px 10px 0 10px; border-bottom:none; }
#customer-reviews .data-table td { border-bottom:none; }
#customer-reviews .data-table th { padding-left:0; color:#323232; }
.data-table td.last { border-bottom:none; /*border-top:1px solid #e1e1e1;*/ }
#key-demo .data-table td.last { border-top:none; width:100%; }
.data-table thead { background-color:#1FA0D8/*#e1e1e1*/; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; /*background-color:#e1e1e1;*/ }
.product-view .product-shop .data-table td.label,
.product-view .product-shop .data-table th.label { background-color:#fff; }
#key-demo .data-table th.label { color:#323232; }
.data-table td.value {}
.data-table textarea { border:1px solid #e1e1e1; padding:5px; }
.reviews .data-table th { border:none; background-color:#fff; }
/* 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 {}

.product-shop #super-product-table { width:100%; }
.product-shop #super-product-table th.a-right { text-align: center !important;}
.product-shop #super-product-table .price-box { border:1px solid #e1e1e1; padding:2px 4px; }

/* 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:#e1e1e1;*/ }
#cart-sidebar li.even { /*background-color:#fff;*/ border-top:1px solid #e1e1e1; margin-top:10px; padding-top:10px; }
#cart-sidebar li.item.last.even { background-color:none; }
#cart-sidebar li.odd { border-top:1px solid #e1e1e1; margin-top:10px; padding-top:10px; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#e1e1e1; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0; padding:0; }
.products-list .std { border-bottom:1px solid #e1e1e1; padding:10px 0; margin-bottom:10px; }
.products-list .std a { margin-left:5px; }
.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; }
/* ======================================================================================= */



/* Header ================================================================================ */
#logo { width: 290px; float: left; padding-top:31px; }
#logo img { padding: 0 0 0 15px; }
/* .logo { float:left; width:200px; height:63px; overflow:hidden; } */
.header-container { width:952px; margin: 0 auto; }
.header { /* padding:10px; */ }
/* .header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:200px; height:63px; } */

.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

.header #account-menu { width:660px; float:right; text-align:right; }
.header #top-links { height:40px; float:right; padding-left:220px; }
html>body .header #top-links { padding-left:0; }
.header #top-links p { height:14px; font-size:11px; color:#3b3c3c; padding-top:8px; }
html>body .header #top-links p { padding-top:15px; }
.float-top { float:left; }
#top-links .wishlist { 
    width:68px;
	background:url(../images/bg_wishlist.gif) no-repeat top left;  
	color: #fff;
	position: relative;
	top: -9px;
	padding:5px 0 0 0;
	margin: 0 10px 0 15px;
    display:block;
    height:22px;
    float:left;
    text-align:center;
}
html>body #top-links .wishlist { top:-15px; }
#top-links .your-account { 
    width:98px;
	background:url(../images/bg_your_account.gif) no-repeat top left; 
	padding:5px 0 0 5px;
	color: #fff;
	position: relative;
	top: -9px;
    display:block;
    height:22px;
    float:left;
    text-align:center;
}
html>body #top-links .your-account { top:-15px; }
.your-account a { padding-left:2px; }
#top-links .wishlist a:link, #top-links .wishlist a:visited, 
.your-account a:link, .your-account a:visited { color:#fff; }
.wishlist a:hover, .your-account a:hover, .search a:hover { text-decoration:none; }
 
.language { color:#e3e3e3; }
.language a { padding: 0 8px; }

.header #search-area { 
	height:82px; 
	*width:627px;
	background:url(../images/bg_top_small.gif) no-repeat right -1px; 
	clear:right; 
	float:right;
	padding-right:12px;
}
.header #search-area .customer-support { float: left; padding-top:15px; }
.blue-text { color:#0d7bc5; }

.search { width:329px; height:60px; float:left; margin-left:9px; }
.breadcrumbs .search { float:none; }
.search form { 
    height:10px;
	float: left; 
    background: url(../images/bg_search.gif) no-repeat left top;
	background-color: #1fa0d8;
	margin-bottom: 4px;
}

html>body .search form { 
	height: 40px; 
	float: left; 
	background: url(../images/bg_search.gif) no-repeat left top;
	background-color: #1fa0d8;
	margin-bottom: 4px;
}

.search input { width:182px; margin-left:88px; *float:left; *margin:10px 0 0 92px; }
html>body .search input { width:185px; margin-left:88px; *float:left; *margin:10px 0 0 92px; }

.search button.search-btn {
	width: 45px;
	height: 40px;
	background: url(../images/bg_search_btn.gif) no-repeat left top;
	border: none;
	float: right;
	margin: 0;
	text-indent: -999em;
}
html>body .search button.search-btn {
	width: 45px;
	height: 40px;
	background: url(../images/bg_search_btn.gif) no-repeat left top;
	border: none;
	float: none;
    *float:right;
	*margin: 0;
	text-indent: -999em;
}	
#advance-search { 
	background: url(../images/bg_advance_search.gif) no-repeat left top; 
	width:116px; 
	height:21px; 
	margin: 40px 0 0 164px;
	*margin: -4px 48px 0 0;
	*padding-top: 3px;
}
#advance-search a {
	padding:4px 10px 4px 0;
	color: #fff;
	font-size: 11px;
}
#mycart {
	background: url(../images/my_cart_blue.png) no-repeat left top;
	width: 84px;
	height: 30px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 3px;
}
#mycart-green {
	background: url(../images/my_cart_green.png) no-repeat left top;
	width: 84px;
	height: 30px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 3px;
}
#mycart, #mycart-green { behavior:url(iepngfix.htc); }
html>body #mycart, html>body #mycart-green { margin-left:15px; }
#mycart a, #mycart-green a { padding: 5px 30px 5px 0; color:#fff; text-decoration:none; }

/********** < Navigation */
/* #nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; } */

/* 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; }
*/
/* 1st Level 
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }
*/
/* 2nd Level 
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#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:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

/********** Navigation > */
/* ======================================================================================= */
.browse-nav { 
	background: url(../images/browse_nav.gif) no-repeat left top;
	width:176px;
	height: 44px;
	text-indent: -999em;
	float:left; 
}
#left-nav { clear:left; width:176px; padding:7px 0 5px 0; }
#left-nav li .menuheader, #left-nav li.level0, #left-nav #nav-get-support li, #left-nav #nav-learn li { 
	background: url(../images/bg_browse_menu.gif) repeat-y left top; 
	width:160px; 
	margin-bottom:5px; 
	font-weight: normal;
	color: #1480C8;
	font-size: 13px;
	display:block; 
    *margin-top:5px;
    *margin-bottom:0;
   overflow:hidden;
}
#left-nav li a:link, #left-nav li a:visited  { 
	display: block; 
	width: 142px; 
	text-decoration: none; 
	/*background: url(../images/bg_browse_arrow.gif) no-repeat right center;*/
	padding: 10px 10px 10px 15px;
	/*margin-right: 10px;*/
}
#left-nav li .menuheader a:link, #left-nav li .menuheader a:visited { width:110px; float:left; }
#left-nav li .menuheader .expandable { 
	overflow:hidden; 
	display:block; 
	width:15px; 
	height:10px; 
	background: url(../images/bg_browse_arrow.gif) no-repeat left top; 
	margin-top:15px; 
	cursor: pointer;
}
#left-nav li .menuheader .expandable.openheader { 
	overflow:hidden; 
	display:block; 
	width:15px; 
	height:10px; 
	background: url(../images/bg_browse_arrow_hover.gif) no-repeat left top; 
}
#left-nav li .menuheader .expandable img { float:left; width:15px; padding-top:12px; display:none; }

/*#left-nav li .menuheader a:link, #left-nav li .menuheader a:visited,*/ 
#left-nav li.level0 a:link, #left-nav li.level0 a:visited { width:118px; margin-right:25px; }
/*html>body #left-nav li .menuheader a,*/
html>body #left-nav li.level0 a { width:118px; margin-right:25px; }
#left-nav li .menuheader.openheader { background:none; margin-bottom:0; }
#left-nav li .menuheader a:hover { 
	color:#323232;
	/*background: url(../images/bg_browse_arrow_hover.gif) no-repeat right center; */
}
#left-nav li .menuheader.openheader a:link, #left-nav li .menuheader.openheader a:visited  { 
	padding:10px 10px 10px 15px; 
	background: url(../images/bg_browse_arrow_active.gif) no-repeat right center;  
	width: 118px; 
	margin-right: 10px;
	color:#323232;
}
/*#left-nav li .menuheader.openheader a:hover { background: url(../images/bg_browse_arrow_active.gif) no-repeat right center; }
html>body #left-nav li .menuheader.openheader a { width:118px; margin-right:25px; }*/

#left-nav ul { font-size:12px; width:162px; padding:0 0 5px 0; }
#left-nav ul.level0 li { padding-bottom:8px; background:none; }
#left-nav ul.level0 li a:link, #left-nav ul.level0 li a:visited { padding:0 0 0 15px; background:none; }
.categoryitems { margin-top:10px;}
.categoryitems li.active a:link, .categoryitems li.active a:visited { color:#2e2e2e; text-decoration:none; }

#easy-payment, #money-back { width:146px; }
#easy-payment {
	height:157px;
	background:url(../images/easy-payment.gif) no-repeat left top; 
	margin: 5px 0 5px 12px;
}
#easy-payment p, #money-back p { width:125px; margin:0 auto; color:#4b4b4b; padding-top:41px; padding-left:20px; }
html>body #easy-payment p, html>body #money-back p { width:120px; margin:0 auto; color:#4b4b4b; padding-top:41px; padding-left:5px;}
#money-back { 
	height:182px;
	background:url(../images/30-days.gif) no-repeat left top; 
	margin: 20px 0 15px 12px;
}
#money-back p { padding-left:22px; width:110px; padding-top:68px; }
html>body #money-back p { padding-left:10px; width:110px; padding-top:68px; }
.indent { text-indent:-999em; }

#visa-mastercard {background:url(../images/mastercard_visa_paypal_logos.gif) no-repeat center center; width:168px; height:85px; text-indent:-999em; margin-top:20px;}
.checkout-onepage-index .sidebar #visa-mastercard {display:none;}

#main-nav { width:776px; float:left; background:url(../images/bg_main_nav.gif) repeat-x left top; }
#main-nav ul { width:708px; height:44px; background: url(../images/bg_main_nav_right.gif) no-repeat right top; padding:0 10px 0 58px; }
#main-nav ul li { display:block; float:left; height:44px; text-indent:-999em;}
#main-nav ul li a { display:block; height:44px; }
 
#main-nav ul li.home a:link, #main-nav ul li.home a:visited { 
	background: url(../images/nav-home.gif) no-repeat left 0;
	width: 54px;
} 
#main-nav ul li.home a:hover, #main-nav ul li.home-active a:link, #main-nav ul li.home-active a:visited { 
	background: url(../images/nav-home.gif) no-repeat left -44px;
	width: 54px;
	height: 44px;
} 

#main-nav ul li.shop a:link, #main-nav ul li.shop a:visited { 
	background: url(../images/nav-shop.gif) no-repeat left 0;
	width: 175px;
	padding-right: 2px;
} 
#main-nav ul li.shop a:hover, #main-nav ul li.shop-active a:link, #main-nav ul li.shop-active a:visited { 
	background: url(../images/nav-shop.gif) no-repeat left -44px;
	width: 175px;
} 
#main-nav ul li.learn a:link, #main-nav ul li.learn a:visited { 
	background: url(../images/nav-learn.gif) no-repeat left 0;
	width: 175px;
	padding-right: 2px;
} 
#main-nav ul li.learn a:hover, #main-nav ul li.learn-active a:link, #main-nav ul li.learn-active a:visited  { 
	background: url(../images/nav-learn.gif) no-repeat left -44px;
	width: 175px;
	padding-right: 2px;
} 
#main-nav ul li.find-deals a:link, #main-nav ul li.find-deals a:visited { 
	background: url(../images/nav-find-deals.gif) no-repeat left 0;
	width: 175px;
	padding-right: 2px;
} 
#main-nav ul li.find-deals a:hover, #main-nav ul li.find-deals-active a:link, #main-nav ul li.find-deals-active a:visited  { 
	background: url(../images/nav-find-deals.gif) no-repeat left -44px;
} 
#main-nav ul li.get-support a:link, #main-nav ul li.get-support a:visited { 
	background: url(../images/nav-get-support.gif) no-repeat left 0;
	width: 175px;
	padding-right: 2px;
} 
#main-nav ul li.get-support a:hover, #main-nav ul li.get-support-active a:link, #main-nav ul li.get-support-active a:visited  { 
	background: url(../images/nav-get-support.gif) no-repeat left -44px;
	width: 175px;
	padding-right: 2px;
}

#main-nav ul li.nav-locator a:link, #main-nav ul li.nav-locator a:visited { 
	background: url(../images/nav-resource.gif) no-repeat left 0;
	width: 175px;
	padding-right: 2px;
} 
#main-nav ul li.nav-locator a:hover, #main-nav ul li.nav-locator-active a:link, #main-nav ul li.nav-locator-active a:visited  { 
	background: url(../images/nav-resource.gif) no-repeat left -44px;
	width: 175px;
} 

#main-nav ul li.nav-blog a:link, #main-nav ul li.nav-blog a:visited  { 
	background: url(../images/nav-blog.gif) no-repeat left 0;
	width: 175px;
} 
#main-nav ul li.nav-blog a:hover {background: url(../images/nav-blog.gif) no-repeat left -44px;}  

/* Sidebar =============================================================================== */
.block { /* border:1px solid #ddd; margin:0 0 10px; */ }
.sidebar .block .block-title { padding:0 0 0 15px; background: url(../images/bg_browse_menu.gif) repeat-y left top; }
.sidebar .block .block-title h2 { font-size:12px; padding:5px 0 5px 0; margin-bottom:5px; color:#1FA0D8; }
.sidebar .block .block-title h2 a { font-size:11px; }
.sidebar .block-progress .block-title h2 { padding-left:0; }
.block-account .block-title h2 { /*background: url(../images/sidebar-my-account.gif) no-repeat left top; text-indent:-999em;*/ }
.block-cart .block-title h2 { /*background: url(../images/sidebar-my-cart.gif) no-repeat left top; text-indent:-999em;*/ }
.block .block-title label { font-size:13px; /* font-weight:bold; line-height:1.5; */ }
.block h3 { font-size:14px; line-height:1.5; }
.sidebar .block-cart h3 { font-size:12px; line-height:1.5; color:#323232; font-weight:bold; }
.sidebar .block .block-content { padding:0 11px; }
.sidebar .block .block-content p { padding:0;}
.sidebar .block .block-content p.old-price { padding-bottom:0; }
.sidebar .block .block-content ul { padding:0 10px 0 0; line-height:1.5em; }
.block .block-content .item a .item-img { position:absolute; }
.block .actions { text-align:right; }
.sidebar .block .actions { text-align:center; margin:10px 0; *width:146px; *height:23px; }
.sidebar .block .actions .button { background:url(../images/btn-checkout.gif) no-repeat left top; /*text-indent:-999em;*/ width:85px; height:23px; }
.sidebar .block .actions .button span { display:none; }
.block .actions a { float:left; }

/* Block: Account */
.block-account, .block-cart,
.block-compare, .block-progress, 
.block-layered-nav { width:168px; /*background: url(../images/bg_browse_menu.gif) repeat-y left top; padding-bottom:10px;*/ margin-bottom:10px; }

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

/* Block: Layered Navigation */
.block-layered-nav { width:168px; margin-bottom:10px; }
.sidebar .block.block-layered-nav .block-content { padding: 0 0 0 7px; }
.block-layered-nav dt { font-weight:bold; padding:5px 0; }
.block-layered-nav .currently {}
.block-layered-nav .block-content dd ol { line-height:1.7em; font-size:10px; }
.block-layered-nav .block-content dd ol li a { font-size:12px; }

/* Block: Cart */
.block-cart { width:168px; }
.block-cart .amount { line-height:1.5em; }
.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 #e1e1e1; margin-left:35px; margin-bottom:10px; background-color: #fff; }
.mini-products-list .product-details { margin-left:0; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; clear:left; }
.mini-products-list .product-details .btn-remove { float:right; }

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

/* Block: Related */
.product-collateral .block-related { width:323px; /*margin-top:30px;*/ padding:/*10px*/0 0 20px 0; /*background:url(../images/bg_mid_upsell.gif) repeat-y left top;*/ }
.related-product-content { overflow:hidden; padding:0 0 0 20px;}
html>body .related-product-content { overflow:hidden; padding:0 10px 0 20px;}
#block-related { overflow:hidden; width:330px; margin-top:15px; }
.block-related {}
.block-related li { /*padding:5px 0;*/ }
.block-related input.checkbox { float:left; margin-right:0/*-20px*/; }
.block-related .item { /*margin-left:20px; width:145px;*/ float:left; position:relative; padding-right:0; margin-bottom:5px; }
html>body .block-related .item { padding-right:3px;  }
.block-related .item.last { padding-right:0; }
.block-related .item .product-image { /*float:left; margin-right:-65px;*/ }
.block-related .item .product-details { /*margin-left:65px;*/ }

.related-product-content .product-details .price-box .special-price .price-label { display:none; }

.product-details .product-text { padding-bottom:0; }

/* Block: Compare Products */
.block-compare {width:168px; display:none;}
.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 {
	width:163px; 
	background:url(../images/bg_newsletter.gif) repeat-y left top; 
	padding:20px 0 20px 0; 
}
html>body .block-subscribe { width:168px; margin-bottom:10px; }
.block-subscribe label { font-weight:bold; }
.block.block-subscribe .block-content p { padding-top:5px; }
.block-subscribe input#newsletter { width:135px; margin-top:5px; border:1px solid #aaa; }
.block-subscribe button#sign-up { 
	width:65px; 
	height:23px; 
	background:url(../images/btn_sign_up.gif) no-repeat left top; 
	border: none;
	margin-top: 5px;
	text-indent:-999em;
	*display:block;
}

/* Block: Reorder */
.block-reorder { margin-bottom:10px; }
/*.block-reorder*/ .block-content h3 { color:#323232; font-weight:bold; font-size:12px; margin-bottom:0; }
.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; }
#cart-sidebar-reorder { width:145px; }
#cart-sidebar-reorder li .label { margin-left:0; padding-left:5px; }

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

/* Block: Checkout Progress */
.block-progress { margin-top:10px; }
.sidebar .block-progress .block-content { padding:0 7px 0 0; }
.block-progress dt { font-weight:bold; padding:4px; margin-bottom:5px; border:1px solid #CCCCCC; border-left:none; }
.block-progress dt.complete { border:1px solid #CCCCCC; padding:4px; }
.block-progress dt.complete .separator { font-weight:normal; }
.block-progress dt.complete,
.block-progress dd.complete { /*background-color:#f6f6f6;*/ }
.block-progress dd.complete { margin-bottom:10px; }
.block-progress .block-content dl { font-size:11px; text-align:center; }
/* ======================================================================================= */



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

/* View Type: Grid */
.products-grid { width:100%; margin:10px 0 10px -5px; }
html>body .products-grid { width:100%; margin:10px 0 10px -8px; }
.products-grid tr.odd {}
.products-grid tr.even { /* background-color:#f6f6f6; */ }
.products-grid td { width:33%; /* border:1px solid #ddd;*/ padding:10px; }
html>body .products-grid td { width:33%; /* border:1px solid #ddd;*/ padding:10px; }
#up-sells-content .products-grid td { padding: 5px 0; }
html>body #up-sells-content .products-grid td { padding:5px;}
.products-grid td.empty {}
.up-sell .products-grid td.empty { display:none; }
.products-grid .product-box, #wishlist-table .product-box { width:145px; /*background:url(../images/product-box-top.gif) no-repeat left top;*/ margin:0 auto; position:relative; }
.products-grid .product-box { margin:0 auto; float:none; min-height:126px; }

.products-grid .product-box .product-img-layer,
.products-grid .product-box .product-image, 
#wishlist-table .product-box .product-img-layer { 
	/*width:145px; height:106px; padding:5px 10px 0 10px;*/ 
	position:absolute; 
	z-index:0; 
}

.products-list .product-img-layer { position:relative; z-index:0; }

.product-box .transparent-layer-small, 
.item .transparent-layer-small, 
.item .list-transparent-layer-small,
#wishlist-table .transparent-layer-small { position:absolute; z-index:2; }

.item .list-transparent-layer-small { left:20px; }

.products-grid .product-info, .product-details .product-info, 
#wishlist-table .product-info { 
	width:145px; 
	background: url(../images/product_bg-bottom.gif) no-repeat left bottom; 
	padding:106px 0 15px 0;
}
/*IE8*/ 
.catalog-category-view .products-grid .product-info { padding-top/*\**/:0\9; margin-top/*\**/:-20px\9; *padding-top:106px; *margin-top:0; }
.products-grid .product-text, .product-text { background: url(../images/product-bg-repeat.gif) repeat-y left top; padding:10px; }
#wishlist-table .product-text { padding-bottom:20px; }
.product-info .ratings { border:none; font-size:11px; padding:10px 0 5px 0; width:90px; height:18px; margin:0 auto; }
.product-info .rating-box { width:90px; height:18px; font-size:0; line-height:0; background:url(../images/bg_rating_grey.gif) 0 0 repeat-x; position:relative; overflow:hidden; float:left; }
.product-info .rating-box .rating { position:absolute; top:0; left:0; height:18px; background:url(../images/bg_rating_grey.gif) 0 100% repeat-x; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #e1e1e1; padding:10px 20px; margin:0 0 5px; position:relative; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:380px; }
.products-list p.list-btn { width:130px; float:left; }
.products-list .list-image-rate { width:170px; float:left; }
.products-list .ratings { padding-left:0; }
.products-list .rating-box { margin-left:40px; margin-bottom:5px; }
.products-list .ratings .rating-links { float:left; }
.products-list .product-name a { color:#1480C8; }
.products-list .add-to-links { width:110px; padding-top:0; }
.products-list li.item.last { border-bottom:none; }
/* ======================================================================================= */



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

.product-essential { padding-top:10px; }
.product-essential form { display:block; }
.product-collateral { background:url(../images/bg_bottom.gif) repeat-x left top #FFFFFF; margin:12px 2px 0 -15px; overflow:hidden; width:749px; }
html>body .product-collateral { margin-right:12px; width:749px; }

.product-collateral .block .block-title { /*border-top:1px solid #e1e1e1;padding-top:10px;*/  }

#key-demo { 
	width:412px; 
	float:left; 
	background:url(../images/bg_tab_bottom.png) no-repeat left bottom; 
	padding-bottom:20px; 
}
html>body #key-demo { width:426px; }
#tab-features { 
	width:412px; 
	height:34px; 
	background:url(../images/bg_tab.gif) no-repeat left top; 
	padding-left:14px;
	padding-top:12px;
}
html>body #tab-features { width:426px; }
#tab-features li { display:block; float:left; height:34px; text-indent:-999em; padding-right:5px; }
#tab-features li a { display:block; height:34px; }
#tab-features li.key-active a:link, #tab-features li.key-active a:visited { 
	width: 131px;
	background:url(../images/tabs.gif) no-repeat left top;
}
#tab-features li.key-active a:hover, #tab-features li.key-active a.active { 
	width: 131px;
	background:url(../images/tabs.gif) no-repeat left -34px; 	
}
#tab-features li.spec a:link, #tab-features li.spec a:visited { 
	width: 142px;
	background:url(../images/tabs.gif) no-repeat -131px top;
}
#tab-features li.spec a:hover, #tab-features li.spec a.active { 
	background:url(../images/tabs.gif) no-repeat -131px -34px; 	
}
#tab-features li.demo a:link, #tab-features li.demo a:visited { 
	width: 115px;
	background:url(../images/tabs.gif) no-repeat -273px top;
}
#tab-features li.demo a:hover, #tab-features li.demo a.active { 
	background:url(../images/tabs.gif) no-repeat -273px -34px; 	
}
.key-content { width:422px; background:url(../images/bg_top_tab_content.gif) no-repeat left top; }
#download-brochure { 
	/*width:422px; 
	height:40px; 
	background:url(../images/bg_brochure.gif) no-repeat left top;*/
	text-align:right;
	margin-bottom:7px;
	margin-top:20px;
	padding-top:15px;
	border-top:1px solid #e1e1e1;
}
#download-brochure a { 
	padding:2px 0 10px 30px; 
	background:url(../images/pdf.gif) no-repeat left top; 
	font-size: 11px;
}

#content-bottom { clear:both; background-color:#fff; height:30px;}

/* more-views */

.more-views { width:60px; float:left; }

/* Product Images */
.product-view .product-img-box { float:left; width:414px; }
html>body .product-view .product-img-box { *width:410px; }
.product-view .product-img-box .img-thumb { float:left; width:74px; text-align:center; padding-top:10px; }
.product-view .product-img-box .product-image { float:right; width:344px; height:300px; /*margin-right:10px;*/ position:relative; }
.product-view .product-img-box .product-image-zoom { position:relative; /*width:265px; height:265px;*/ 
overflow:hidden; z-index:9; float:right; width:344px; height:300px; margin-right:5px; }
html>body .product-view .product-img-box .product-image-zoom { position:relative; /*width:265px; height:265px;*/ 
overflow:hidden; z-index:9; float:right; width:344px; height:300px; margin-right:10px; }
#image { min-height:300px;}

.product-image #product-no-img { position:absolute; width:300px; height:300px; }
.transparent-layer { position:absolute; z-index:10; left:-17px; *left:-7px; }
.product-image .transparent-layer-no-img { position:absolute; z-index:9; /*left:10px; width:330px;*/ }
.product-image #transparent-layer-bottom { position:absolute; z-index:9; left:-17px; *left:-7px; top:275px; }
.more-views .transparent-layer-small { position:absolute; width:60px; height:80px; z-index:10; /*top:7px;*/ }
.more-views ul li .product-thumb { position:absolute; }
.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; clear:right; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 0 13px 62px; padding:0 35px; cursor:pointer; width:270px; clear:right; }
.product-view .product-img-box .zoom #track { position:relative; height:30px; background:url(../images/zoom-slidebar.gif) repeat-x left center; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; /*top:-1px;*/ width:25px; height:30px; background:url(../images/zoom-slider.png) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; z-index:-1; }
.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; padding-top:10px; }
.product-view .product-img-box .more-views li { float:left; /* padding:1px; background-color:#ddd; margin:0 0 8px 4px;*/ position:relative; width:60px; height:75px; margin-bottom:5px; }

.product-view .product-img-box .color-avail { overflow:hidden; width:325px; margin:10px auto; padding:5px; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; float:right; margin-right:15px; }
.product-view .product-img-box .avail-col { width:100px; float:left; padding-top:5px; font-weight:bold; }


.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:310px; padding-right:5px; }
.product-view .product-shop p { text-align:right; }
.product-view .product-shop .short-description p { text-align:left; }
.product-view .product-shop .sku { width:150px; float:right; }
.product-view .product-shop .availability { text-align:left; float:left; width:140px; margin-bottom:15px; }
.product-view .product-name h1 { font-size:22px; font-weight:bold; }
.product-view .short-description { border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; padding:15px 2px 10px; margin-top:10px; margin-bottom:5px; clear:both; }
.product-view .short-description h2, .description h3, .tags h3 { font-size: 12px; color:#2e2e2e; font-weight:bold; }
.nobr { padding:5px 0 10px 0; text-transform: lowercase; }
.product-shop .nobr { float:right; padding:5px 0 10px 0; }

/* Rating */
.ratings { padding-left:15px; padding-bottom:5px; font-size:11px; text-align:right; }
.product-info .ratings .amount { display:none; }
.ratings .amount {}
.ratings .rating-links {}
.ratings .rating-links a, .ratings .rating-links span.separator { padding-right:5px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:90px; height:18px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; margin-right:15px; float:left; }
.rating-box .rating { position:absolute; top:0; left:0; height:18px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }
.print-email { overflow:hidden; width:310px; border-top:1px solid #e1e1e1; margin-top:5px; }
.print-page { 
	width: 125px;
	height:40px;
	float:left;
	margin-top:0;
	margin-right:10px;
	margin-left:0;
}
html>body .print-page { 
	height:30px;
	margin-top:10px;
	margin-right:10px;
	margin-left:15px;
	*margin-top:5px;
}
.print-page a { background:url(../images/printer.gif) no-repeat left top; padding:7px 0 7px 35px; 
*display:block; }

.email-friend { 
width:135px;
margin-top:10px;
*margin-top:5px;
margin-right:5px;
text-align: right;
float:right;
}
html>body .email-friend { margin-right: 15px; }

.email-friend a { background: url(../images/envelop.gif) no-repeat left top; padding:7px 0 7px 35px; *display:block; }
 
/* Availability */
.availability { text-align:center; /*height:23px; margin-top:5px; padding-top:3px;*/ }
.product-text .availability { margin-top:6px; height:16px; padding-top:10px; }
.products-list .availability { text-align:left; float:left; width:130px;}
.availability .in-stock { font-weight:bold; color:#37a802; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

.add-to-links { padding-top:5px; width:130px; float:right; margin-bottom:10px; }
.products-grid .add-to-links { display:none; }
.product-text .add-to-links li { text-align:center; text-transform:lowercase; }
.add-to-links li.add-wishlist { text-align:right; text-transform:lowercase; }
.add-to-links li.add-wishlist .or { margin-right:5px; }
.add-to-links li.add-wishlist a,
.add-to-links li.wishlist a  { background: url(../images/wishlist_heart.gif) no-repeat right top; padding:2px 25px 2px 0; }
.add-to-links li .wishlist, .product-text p .wishlist { background: url(../images/wishlist_heart_grey.gif) no-repeat left top; padding:2px 0 2px 25px; }
.product-text .wishlist-links { margin-top:20px; padding-bottom:0; }

/********** < Product Prices */
.price { white-space:nowrap !important; font-weight:bold; }
.block-layered-nav .price { font-size:11px; font-weight:normal; }
.product-text .price-box { height:35px; padding:0 5px; }
.product-text .price-box .price { color:#3180C8; font-size:14px; font-weight:bold; }
.product-shop .price-box { margin-bottom:15px; border-top:1px solid #E1E1E1; text-align:right; padding:4px 0; border-bottom:1px solid #E1E1E1; clear:both; }
.price-box-bundle .price-box { border-bottom:none; margin-bottom:0; }

.products-list .product-shop .price-box { border-top:none; margin-bottom:0; }
.price-box .price { font-weight:normal; }
.price-as-configured .price { font-size:14px; font-weight:bold; color:#0D7BC5; }
.product-shop .product-pricing { padding: 0 10px 15px 10px; border-bottom:1px solid #e1e1e1; margin-bottom:15px; }
.product-shop .product-pricing li .price { margin:0 5px; color:#0D7BC5; }
.product-shop .product-pricing li .benefit { margin:0 5px; color:red; }
.price-box-bundle {}

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

/* Old price */
.product-shop .old-price { padding:0 5px 4px 5px; }
.old-price { font-size:11px; }
.old-price .price-label { white-space:nowrap; }
.product-text .old-price { font-size:11px;  }
.product-text .old-price .price-label { color:#8a8b8b; display:none; }
.product-shop .old-price, .product-shop .special-price { text-align:right; }
.product-shop .old-price .price-label, .product-shop .special-price .price-label { float:left; #BA3243 }
.product-shop .special-price .price-label { color: #BA3243; }
.old-price .price { font-weight:normal; }
.product-text .old-price .price { color:#8a8b8b; font-size:11px; text-decoration:line-through; font-weight:normal; }

/* Special price */
.product-shop .special-price { padding:4px 5px 0 5px; border-top:1px solid #E1E1E1; }
.products-grid .product-box .special-price .price-label, .products-grid .item .price-box .price-label { display:none;}
.special-price .price-label { font-weight:normal; white-space:nowrap; color:#BA3243; }
.special-price .price, .product-text .price-box .special-price .price { font-weight:bold; color:#FF0000; font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif; font-style:italic; }
.product-shop .special-price .price { font-size:16px; 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 {}
.product-info .price-box a.minimal-price-link .label {font-size:11px;}
.product-text .price-box  a.minimal-price-link .price { font-weight:normal; font-size:12px; color:#BA3243; }

/* 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; float:left; width:120px; }

/* 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; font-weight: bold; padding-top:3px; margin-left:10px; }
/* Safari 3.0 and Chrome rules here */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.add-to-cart label { padding-top:0; margin-left:15px; }
}

.add-to-cart .qty { float:left; border:1px solid #e5e5e5; border-top-color:#7d7d7d; border-left-color:#c4c4c4; }
.add-to-cart button.button { 
	float:left; 
	width:84px; 
	height:23px;
	background:url(../images/btn_add_to_cart_green.gif) no-repeat left top; 
	margin-left:15px;
}
/* Safari 3.0 and Chrome rules here */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.add-to-cart button.button span { padding-right:28px; }
}

.add-to-cart button.button span { background:none; visibility:hidden; }

.product-text button.button, .product-text button.view-detail { 
	margin-left:18px; 
	width:84px; 
	height:23px; 
	background:url(../images/btn-add-cart-grey-blue.gif) no-repeat left top; 
	margin-top:8px; 
}
.product-text button.view-detail {
	background:url(../images/btn_view_detail.png) no-repeat left top; 
	border:none;
}
.product-text button.button span, 
.product-text button.view-detail span { display:none; }

 
/* Add to Links + Add to Cart */
.add-to-box { /*border-bottom:1px solid #E1E1E1;*/ padding:5px 2px 0 5px; margin-bottom:4px; }
.add-to-box .add-to-cart { float:left; margin-bottom:10px; }
.review-product-list .add-to-box { border-bottom:1px solid #e1e1e1; padding-bottom:5px; width:auto; }
.review-product-list .add-to-box .add-to-cart { *width:170px; }
.add-to-box .add-to-cart button.button { margin-left:10px; *margin-left:12px; }
.add-to-box .or { clear:right; /*float:left; margin:0 0 0 180px;*/ text-transform: lowercase; display:none; }
.add-to-box .add-to-links .or { display:inline; }
.add-to-box .add-to-links { clear:right; float:right; text-transform:lowercase; padding-top:0;  margin-bottom:0;  }
.add-to-box .add-to-links li.add-wishlist { text-align:right; }
.add-to-box .add-to-links li.add-wishlist a { 
	background: url(../images/wishlist_heart.gif) no-repeat right top; 
	padding:2px 25px 2px 0; 
}


/* Product Options */
.product-options { /*padding:10px; margin:10px 0 0; border-top:1px solid #e1e1e1; background-color:#f6f6f6; width:120px; float:left;*/  }
#product-options-wrapper { /*border-bottom:1px solid #e1e1e1; margin-bottom:10px;*/ padding:0 5px;}
.product-options dt label { font-weight:bold; font-size:12px; /*display:none;*/ }
.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 dl.last { margin-top:5px;}
.product-options dd { margin:2px 0 5px 0; background-color:#f2f3f3; padding:5px; }
.product-options dl.last dd.last { /*padding-left:5px;*/ margin-top:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { 
	width:125px; 
	height:25px; 
	border:1px solid #e5e5e5; 
	border-top-color:#7d7d7d; 
	border-left-color:#c4c4c4; 
	/*background:url(../images/bg_select_color.gif) no-repeat left top; border:none; padding:3px 1px; font-size:10px;*/ 
}
.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:0 0 5px 0; /*display:none;*/ }

.product-options-bottom { /* padding:10px; border:1px solid #ddd; border-top:0; */ float:left;  }
.product-options-bottom .price-box { margin:10px 0; display:none; }
.product-options-bottom fieldset.add-to-cart { width:177px; float:left; margin:0 0 5px 0; /*padding-top:3px;*/ }

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

/* Block: Description */
.product-view .description { 
	width:362px; 
	background:url(../images/bg_right_tab_content.gif) repeat-y right top #FFFFFF; 
	padding:0 30px 15px 30px; 
	color:#373838; 
}
html>body .product-view .description { width:362px; }

#content_1 .std, #content_3 .std { /*border-bottom:1px solid #e1e1e1; padding-bottom:20px;*/ }

#content_2, #content_3 { display:none; }

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

/* Block: Upsell */
#right-side { 
	width:323px; 
	float:right; 
	background:url(../images/bg_upsell_product.gif) no-repeat left top; 
	/*padding-bottom:80px; min-height:878px;*/ 
	padding-top:40px; 
}
html>body #right-side { width:323px; }
/*#right-side .rightside-bottom { 
	background:url(../images/bg_upsell_product.gif) no-repeat left top; padding-top:40px;  }*/
.review-product-list #right-side { background:none;}
#right-side .related-product-content .block-title h2 { background: url(../images/related.gif) no-repeat left top; text-indent:-999em; }
.product-view .up-sell { width:323px; padding:0 0 20px 0; border-bottom:1px solid #e1e1e1; margin-left:20px; margin-bottom:20px; }
.product-view .up-sell #up-sells-content { width:293px; padding:0 10px 0 0; }
.product-view .up-sell .products-grid td { width:5%; }
html>body .product-view .up-sell .products-grid td { width:25%; }
#up-sells-content .products-grid .promotion-text { width:120px; float:right; }
.product-view .up-sell .related-product { background: url(../images/promotions.gif) no-repeat left top; text-indent:-999em; }

/* Block: Tags */
.product-view .tags { border-top:1px solid #e1e1e1; margin-top:40px; padding-top:15px; padding-bottom:20px; clear:both; }
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:200px; 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; float:right; margin:10px 15px  }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view #customer-reviews { 
	background:url(../images/bg_review.png) no-repeat left top #fff; 
	padding:15px; 
	*padding-top:25px; 
	width:392px; 
	float:left; 
	margin-right:4px; 
}
.review-product-list #customer-reviews { 
	background:url(../images/bg_review_details.gif) no-repeat left top #fff; 
	padding-top:30px; 
	min-height: 300px;
}
.product-view .review-content { 
	width:382px; 
	/*background:url(../images/bg_right_tab_content.gif) repeat-y right top #fff;
	padding:0 20px 20px 20px;*/  
}
.product-view .reviews dl { margin-top:15px; }
.product-view .reviews dt { padding-bottom:10px; }
#customer-reviews dd { padding-bottom:15px; border-bottom:1px solid #e1e1e1; margin-bottom:15px; }
#customer-reviews dt { text-align:right; padding-right:10px; word-spacing:0.10em; }
#customer-reviews dt a { float:left; word-spacing:0; }
.product-view .reviews dd p { padding-top:10px; }
.product-view .reviews dd p.date { padding-bottom:10px; }
.product-view .reviews h2,
.product-view .reviews h3 { 
	background:url(../images/customer-review.gif) no-repeat left top; 
	width:165px; 
	height:17px; 
	text-indent:-999em; 
	margin-top:10px; 
}

/* Block: Add Review */
.product-view .form-add-review { 
	width:323px; 
	float:right; 
	padding:40px 0 0 0; 
	background:url(../images/bg_upsell_product.gif) no-repeat left top; 
}
.product-view .add-review { 
	width:298px; 
	padding:0 0 100px 15px; 
	/*background:url(../images/bg_mid_upsell.gif) repeat-y left top;*/ 
}
html>body .product-view .add-review { width:298px; padding:0 10px 100px 20px; }
.product-view .add-review h3,
.product-view .add-review h2 { background:url(../images/write_review.gif) no-repeat left top; 
width:192px; height:20px; text-indent:-999em; }
.product-view .add-review h2 {margin-bottom:10px;}
.product-view .add-review h3 {height:auto;}
.product-view .add-review .product-name span { font-weight:normal; color:#0D7BC5; }
.product-view .add-review .buttons-set .button { 
	background:url(../images/btn_submit_review.gif) no-repeat left top; 
	width:94px; 
	height:23px;
}
.product-view .add-review .buttons-set .button span { display:none;}
/* ======================================================================================= */



/* Content Styles ================================================================= */
.product-view .add-review h3.product-name { font-size:1.1em; line-height:1.5em; margin-bottom:5px; font-weight:bold; background:none; text-indent:0; width:100%;color:#2E2E2E;}
.product-name { font-size:1.1em; line-height:1.5em; margin-bottom:5px; font-weight:bold; }
/*.cart-table .product-name a:link,
.cart-table .product-name a:visited { color:#0D7BC5; }*/
.product-text .product-name { height:55px; line-height:1.2em; font-size:12px; margin-bottom:0; }
.product-name a { color:#4B4B4B; }
.product-name .buttons-set { margin-bottom:5px; }
.product-name .buttons-set a { color:#1480C8; font-weight:normal; font-size:11px; }
#review-form .add-review h4 {
	font-size:12px;
	font-weight:bold;
	padding:5px 0 3px;
}
/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary { padding-top:10px; }
.catalogsearch-advanced-index #form-validate fieldset { width:550px; margin:0 auto; }
.catalogsearch-advanced-index #advanced-search-list li { margin-bottom:15px; }
.catalogsearch-advanced-index #advanced-search-list li input,
.catalogsearch-advanced-index #advanced-search-list li select { width:550px; }
#advanced-search-list li input#price, #advanced-search-list li input#price_to  { width:150px; }

/* CMS Home Page */
#new-products-list-table { margin:0; background:#fff; }
.cms-home .products-grid td { width:auto; padding:5px 2px; }

/* Sitemap */
.h2-sitemap { text-align:center; }
.sitemap, .bare-list { padding-top:15px; padding-bottom:15px; overflow:hidden;  }
.sitemap { padding-top:0; }
.sitemap li.level-0 {margin-left:40px; clear:left; padding-top:10px; }
.sitemap li.level-1 {margin-left:60px; list-style:disc; float:left; width:150px;}

.bare-list li { width:330px; float:left; margin:3px 10px;  }
/* ======================================================================================= */



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



/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:none; text-align:right; padding:10px 15px 0 0; }
.cart .checkout-types li { margin-bottom:10px; overflow:hidden; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:none; width:100%; margin-top:15px; }
.cart .crosssell h3 {font-size:12px; font-weight:normal; color:#2e2e2e;}
.cart .cart-collaterals .col-1 {width:40%; float:left;}
.cart .cart-collaterals .col-2 {float:right; overflow:hidden; border:1px solid #e1e1e1; padding:10px; margin-bottom:15px;}
.cart .cart-collaterals .discount { /*float:left; width:50%;*/ padding-left:20px; }
.cart .crosssell ul li.item {margin-bottom:15px; border-bottom:1px solid #e1e1e1; padding-bottom:10px;}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-image img {border:1px solid #e1e1e1; padding:1px;}
.cart .crosssell .product-shop { margin-left:90px; }
.cart .crosssell .product-shop .product-name {margin-bottom:0; padding-bottom:0; line-height:1.1em;}
.cart .crosssell .product-shop .product-name a {color:#0D7BC5; font-size:12px;}
.cart .crosssell .product-shop .price-box {clear:none; border:none; text-align:left;}
.cart .crosssell .product-shop .add-to-links {width:auto;}
.cart .crosssell .product-shop .add-to-links li a {background:url(../images/wishlist_heart.gif) no-repeat right top; padding:2px 25px 2px 0;}
.cart .shipping { /*width:40%; float:right;*/ padding-left:20px; margin-top:15px; }
.cart .shipping .buttons-set { width:310px; }
.cart .cart-collaterals .discount h3, .cart .shipping h3, .sp-methods dt { 
	font-size:12px; 
	font-weight:bold; 
	margin-bottom:0; 
}
.cart .cart-collaterals .discount input#coupon_code {width:210px; float:left; margin:3px 5px 0 0;}
.cart .cart-collaterals .discount .validation-advice {float:left; clear:left;}
.cart .cart-collaterals .shipping select {width:270px;}
.cart .cart-collaterals .shipping input#postcode {width:266px;}

/* Shopping Cart Totals */
.cart .totals { clear:both; float:none; }
.cart .totals table { width:100%; }
.cart .totals table td {padding:5px;}
.cart .totals table tbody th,
.cart .totals table tfoot th,
.cart .totals table td.a-right { padding:5px 15px 5px 5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th strong, .cart .totals table tfoot td strong {font-size:16px;}
.cart .totals table tfoot td .price {color:#0D7BC5;}
.cart .totals table tfoot {background-color:#F6F6F6;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; width:70px; float:left;  }
.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:50px; top:-15px; }
.col-right .truncated .show dl  { left:-240px; top:-7px; }
/* ======================================================================================= */



/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #e1e1e1; position:relative; }
.opc li.section { border:1px solid #fff; border-bottom:0; }
.opc .step-title .number, .opc li.section h3 { color:#2e2e2e; font-size:14px; margin-top:4px; line-height:1.5em; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; font-size:14px; margin-top:4px; }
.opc .step-title { background-color:#e1e1e1; padding:0 5px; text-align:left; }
.opc li.active .step-title .number { float:left; line-height:22px; margin-right:5px; color:#fff; font-size:14px; margin-top:4px; }
.opc  li.active .step-title .number, .opc li.active .step-title h3 { color:#fff; font-size:14px; margin:5px 5px 5px 0; } 
.opc li.section h3, .opc li.active .step-title h3 { padding-top:5px; margin:0 0 5px 0; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#1FA0D8; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
#checkout-review-table td {padding-bottom:10px;}
#checkout-review-table tfoot tr.last {background-color:#f6f6f6;}
#checkout-review-table tfoot tr.last th, #checkout-review-table tfoot tr.last td {font-size:16px;}
#checkout-review-table tfoot tr.last td {color:#1FA0D8;}
#opc-review .order-review h4 {float:left; width:330px; line-height:1.2em; margin-right:20px;}

/* 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; clear:both;}
.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; margin-top:5px;}
.sp-methods dt input {margin-top:3px;}
.sp-methods dt input, .sp-methods dt label {float:left; width:auto; margin-right:5px;}
.sp-methods .price { font-weight:normal; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .payment_form_paypal_standard {padding:0 0 0 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:20px 15px; */ }
.account-login .new-users, .account-login .registered-users { width:309px; height:228px; background: url(../images/bg-box.png) no-repeat left top; padding:20px 30px 15px 30px; }
.account-login .registered-users { background: url(../images/bg-box-right.png) no-repeat left top; }

.account-create { width:716px; padding:0 10px 0 20px; }
.account-create .page-title h2 { background: url(../images/create-account.gif) no-repeat left top; width:199px; height:23px; text-indent:-999em; }
.account-create h3 { margin-bottom:0; }
.account-create fieldset { padding:10px 0; }
/* Account Login/Create Pages ============================================================ */

/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard #other-details { 
	/*background:url(../images/bg_top_other_content.gif) no-repeat left top;
	border-top: 1px solid #e1e1e1;*/
	padding:15px 0;  
	margin: 20px 20px 0 20px;
}
.dashboard #other-details .col2-set { width:656px; padding:10px 0 15px 0; /*margin:0 auto;*/ }
.dashboard #other-details .col2-set h4 { width:200px; padding:5px; font-size:12px; text-align: center; background-color: #e1e1e1; margin-bottom:5px; }
.dashboard #other-details .col2-set .col-1 { padding-top:5px; }
.dashboard #other-details .col2-set .col-1 h5,
.dashboard #other-details .col2-set .col-2 h5 { border:1px solid #e1e1e1; padding:3px; width:200px; text-align:center;}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:15px 20px; }
.dashboard .recent-orders .title-buttons h3, #other-details h3 { float:left; margin-bottom:0; color:#2e2e2e; font-size:14px; font-weight:bold; }
#other-details h3 { float:none; }
.dashboard .recent-orders .title-buttons a { text-transform: lowercase; }

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

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

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

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

/* Get Support ================================================================================ */

#left-nav #nav-get-support li a:link, #left-nav #nav-get-support li a:visited,
.cms-getsupport-shipping #left-nav #nav-get-support li.shipping,
.cms-getsupport-returns #left-nav #nav-get-support li.returns,
.cms-getsupport-international #left-nav #nav-get-support li.international,
.cms-getsupport-faq #left-nav #nav-get-support li.faq,
#left-nav #nav-learn li a:link, #left-nav #nav-learn li a:visited,
.cms-learn-me-blog #left-nav #nav-learn li.me-blog,
.cms-learn-demos #left-nav #nav-learn li.demos,
.cms-learn-videos #left-nav #nav-learn li.practice,
.cms-learn-tips #left-nav #nav-learn li.tips-tricks,
.cms-learn-glossary #left-nav #nav-learn li.glossary { background:none; }

.cms-getsupport-shipping #left-nav #nav-get-support li.shipping a:link,
.cms-getsupport-shipping #left-nav #nav-get-support li.shipping a:visited,
.cms-getsupport-returns #left-nav #nav-get-support li.returns a:link,
.cms-getsupport-returns #left-nav #nav-get-support li.returns a:visited,
.cms-getsupport-international #left-nav #nav-get-support li.international a:link,
.cms-getsupport-international #left-nav #nav-get-support li.international a:visited,
.cms-getsupport-faq #left-nav #nav-get-support li.faq a:link,
.cms-getsupport-faq #left-nav #nav-get-support li.faq a:visited,
.cms-learn-me-blog #left-nav #nav-learn li.me-blog a:link,
.cms-learn-me-blog #left-nav #nav-learn li.me-blog a:visited,
.cms-learn-demos #left-nav #nav-learn li.demos a:link,
.cms-learn-demos #left-nav #nav-learn li.demos a:visited,
.cms-learn-videos #left-nav #nav-learn li.practice a:link,
.cms-learn-videos #left-nav #nav-learn li.practice a:visited,
.cms-learn-tips #left-nav #nav-learn li.tips-tricks a:link,
.cms-learn-tips #left-nav #nav-learn li.tips-tricks a:visited,
.cms-learn-glossary #left-nav #nav-learn li.glossary a:link,
.cms-learn-glossary #left-nav #nav-learn li.glossary a:visited { color:#323232; }

/* Resource Locator ===================================================================== */
.locator {background:url(../images/h2-resource-locator.gif) no-repeat left top; width:740px; height:43px; text-indent:-999em; margin-bottom:20px;}
.locator-std {padding:10px 20px;}
.locator-std p {padding-bottom:15px;}

.locator-std .main-country {padding-bottom:0; margin-bottom:15px; padding-left:0; border-bottom:1px solid #e1e1e1;}
.locator-std .main-country a, .locator-std .main-country .last-info {font-size:12px; font-weight:normal;}

.locator-std .main-alpha-nav {padding-bottom:15px; padding-left:20px; text-decoration:underline !important;}
.locator-std .main-alpha-nav a {font-size:13px; text-decoration:underline !important;}

.locator-std ul {padding-top:18px; padding-left:10px; list-style:none; margin-bottom:40px; margin-left:25px;}
.locator-std ul li {padding-bottom:4px; list-style:circle;}
.locator-std .locator-back {padding-top:10px; border-top:1px solid #ccc;}
.locator-std .locator-back .btn-back {display:block; width:auto; float:left;}
.locator-std .filter-by {padding-bottom:10px; text-indent:15px; padding-left:30px;}
.locator-std .filter-by a {padding:0 5px;}
.locator-std .filter-select {margin-left:50px;}
.locator-std .shop-info, .locator-std .shop-info li {list-style:none;}
.locator-std .shop-info .label {width:120px; float:left; font-weight:bold;}


.locator-std h3 {padding-left:20px; float:left; font-size:16px; font-weight:bold; color:#2e2e2e; }

.resource-locator {overflow:hidden; background:url(../images/h2-resource-locator.gif) no-repeat left 24px #fff; padding:24px 0 30px 0; width:100%; margin-left:6px;}
.resource-locator h2 {background:url(../images/home-locator.gif) no-repeat left top; width:195px; height:40px; text-indent:-999em; float:left;}


.resource-locator .locator-select {float:left; width:auto; background-color:#1fa0d8;height:30px; padding:10px 5px 0 5px;}
.resource-locator .locator-select select {width:120px; margin:0 5px;}
.resource-locator .locator-select .locator-in {background:url(../images/locator-in.gif) no-repeat left top; padding:0 0 0 12px;}
.resource-locator .locator-select .locator-in span {display:none;}
.resource-locator a.locator-go {display:block; float:left; background:url(../images/bg_search_btn.png) no-repeat left top; width:45px; height:40px; text-indent:-999em;}
.resource-locator p.locator-text {float:left; padding:12px 0 0 30px;}

.home-text {padding:30px 0 0 30px; background-color:#fff;}
.home-text p {padding-bottom:10px;}

/* Header Carousel*/
#carousel-wrapper {
    width: 756px;
    /*height: 267px;*/
    overflow: hidden;
}
#carousel-content {
    width: 2500px;
}
#carousel-content .slide {
    float: left;
    width: 756px;
    height: 267px;
}
.controlslide {width:44px; height:20px; float:right; position:relative; margin-top:-40px; margin-right:10px;}
.controlslide a.carousel-control {display:block; float:left; text-indent:-999em; background:url(../images/carousel-nav.png) no-repeat left top; width:22px; height:20px;}
.controlslide a.next {background-position:right top;}



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

#footer-container { 
	clear:both; 
	overflow:hidden; 
	height:100%; 
	background:url(../images/bg_footer.gif) repeat-x left top #fbfbfb; 
	padding-bottom:10px;
}
.footer { width:952px; margin:0 auto; text-align:left; overflow:hidden; }
#left-footer { width:176px; float:left; }
#right-footer { width:756px; float:left; padding-top:25px; padding-left:10px; }
#footer-logo { width:176px; height:96px; background:url(../images/footer_logo.gif) no-repeat left top; text-indent:-999em; }
#geotrust { 
	width:103px; 
	height:82px; 
	background:url(../images/geotrust_logo.gif) no-repeat left top; 
	margin:25px; auto; 
	text-indent:-999em; 
}

.nav-footer { width:135px; float:left; line-height:1.5em; border-left:1px solid #d9d9d9; margin-left:5px; padding-left:10px; }
.nav-footer p { font-size:14px; color:#353535; padding-bottom:5px; }
.nav-footer.first { border:none; margin-left:0; }
.float { width:110px; float:left; }
/*.rss { width:16px; height:17px; float:left; background:url(../images/rss.gif) no-repeat left top; text-indent:-999em; }
.rss a { display:block; width:16px; height:17px; }*/
#stay-connected { clear:left; }
#stay-connected li { width:84px; height:19px; text-indent:-999em; padding-bottom:1px; }
#stay-connected li a { display:block; width:84px; height:19px; }
.twitter { background:url(../images/icon_network.gif) no-repeat left top; }
/*.facebook { background:url(../images/icon_network.gif) no-repeat left -20px; }
.youtube { background:url(../images/icon_network.gif) no-repeat left -40px; }
.daily { background:url(../images/icon_network.gif) no-repeat left -60px; }
.flickr { background:url(../images/icon_network.gif) no-repeat left -80px; }
.myspace { background:url(../images/icon_network.gif) no-repeat left bottom; }*/

#footer-links { width:100%; height:34px; overflow:hidden; background:url(../images/bg_footer_links.gif) repeat-x left top; }
#terms { float:left; font-size:11px; color:#a7a7a7; padding-top:10px; }
#terms a:link, #terms a:visited { color:#6ba2fe; padding:5px; }

#copyrights { 
	float:right; 
	width:300px;
	padding-top:10px;
	text-align:right; 
	font-size:11px; 
	color:#9f9e9e; 
}
html>body #copyrights { 
	/*padding-top:22px;*/
	*padding-top:7px; 
}

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



