/*  Freedom CM child.css  */ 
 
/**
 * 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.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font: 12px/1.35 Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	text-align: center;
}
img {
	border: 0;
	/*vertical-align:;*/
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
:focus {
	outline: 0;
}
/* Headings */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #353f45;
	font-size: 2.58em;
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: normal;
}
/*	font-size: 20px;
	font-weight: normal;
	line-height: 1.15;
*/
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-size: 11px;
	font-weight: bold;
}
/* Forms */
form {
	display: inline;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
/* Table */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* Content */
strong {
	font-weight: bold;
}
address {
	font-style: normal;
}
cite {
	font-style: normal;
}
q, blockquote {
	quotes: none;
}
q:before, q:after {
	content: '';
}
small, big {
	font-size: 1em;
}
sup {
	font-size: 1em;
	vertical-align: top;
}
/* Lists */
ul, ol {
	list-style: none;
}
/* Tools */
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.nobr {
	white-space: nowrap !important;
}
.wrap {
	white-space: normal !important;
}
.a-left {
	text-align: left !important;
}
.a-center {
	text-align: center !important;
}
.a-right {
	text-align: right !important;
}
.v-top {
	vertical-align: top;
}
.v-middle {
	vertical-align: middle;
}
/*.f-left, .left {
	float: left !important;
}*/
.f-right, .right {
	float: right !important;
}
.f-none {
	float: none !important;
}
.f-fix {
	float: left;
	width: 100%;
}
.no-display {
	display: none;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-bg {
	background: none !important;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
	min-width: 960px;
}
.page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
}
.page-print .print-head, .page-print .col2-set {
	margin-bottom: 20px;
}
.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left;
}
.page-popup {
	background: #fff;
	padding: 20px;
	text-align: left;
}
.page-popup .product-name {
	padding-top: 8px;
}
.page-popup .btn-cart {
	height: 21px;
	margin: 0 0 8px 0;
}
.page-popup .price-box {
	margin: 8px 0 8px 0;
}
.main-container {
}
.main {
}
/* Base Columns */
.col-left {
	float: left;
	width: 230px;
}
.col-main {
	float: left;
	width: 676px;/*background: #F9F9F9 url(../images/bg_main.gif) repeat-x;
	border: solid 1px #E6E6E6;
	padding: 20px 16px 20px 16px;?*/
}
.col-right {
	float: right;
	width: 230px;
	border-left: 1px solid #e5e5e5;
}
.checkout-onepage-index .page-title {
	display: none;
}
.checkout-onepage-index .col-main {
	width: 690px;
	background: #F9F9F9 url(../images/bg_main.gif) repeat-x;
	border: 0;
	padding: 0;
}
.cms-index-index .col-main, .catalog-category-view .col-main, .catalogsearch-result-index .col-main, .catalogsearch-advanced-result .col-main, .tag-product-list .col-main {
	background: none;
	border: 0;
	padding: 0;
	width: 710px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float: none;
	width: auto;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
}
.col2-right-layout .col-main {
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 484px;
	margin-left: 10px;
}
.col3-layout .col-wrapper {
	float: left;
	width: 748px;
}
.col3-layout .col-wrapper .col-main {
	float: right;
}
/* Content Columns */
.col2-set .col-1 {
	float: left;
	width: 49%;
}
.col2-set .col-2 {
	float: right;
	width: 46%;
}
.col2-set .col-narrow {
	width: 33%;
}
.col2-set .col-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: #6A6969;
}
input.input-text, select, textarea {
	background: #fff;
	border: 1px solid #D9D9D9;
}
input.input-text, textarea {
	padding: 2px;
}
select {
	padding: 1px;
}
select option {
	padding-right: 10px;
}
select.multiselect option {
	border-bottom: 1px solid #ddd;
	padding: 2px 5px;
}
select.multiselect option:last-child {
	border-bottom: 0;
}
textarea {
	overflow: auto;
}
input.radio {
	margin-right: 3px;
}
input.checkbox {
	margin-right: 3px;
}
input.qty {
	width: 2.5em !important;
}
.myBtn {
	background: none repeat scroll 0% 0% #666666;
	padding: 5px;
	float: right;
	height: 45px;
	width: 100px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	margin: 0px;
	cursor: pointer;
	border: 0;
}
.myBtn:hover {
/* background: #f57d1c */
}
.btn-cart span span {
	background: #f57d1c !important;
}
 button.button::-moz-focus-inner {
padding:0;
border:0;
} /* FF Fix */
button.button {
	-webkit-border-fit: lines;
} /* <- Safari & Google Chrome Fix */
button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}
button.button span {
	float: left;
	height: 21px;
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}
button.button span span {
	background: #666666;
	padding: 0 10px;/*-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;*/
}
button.button:hover span span {
	background: #f57d1c !important;
}
button.disabled {
}
button.disabled span {
}
button.btn-checkout span {
}
button.btn-checkout.no-checkout {
}
p.control input.checkbox, p.control input.radio {
	margin-right: 6px;
}
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin: 0 0 8px;
}
.form-list label {
	float: left;
	position: relative;
	z-index: 0;
}
.form-list label.required {
}
.form-list label.required em {
	float: right;
	font-style: normal;
	color: #7EB40B;
	position: absolute;
	top: 0;
	right: -8px;
}
.form-list li.control label {
	float: none;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right: 6px;
}
.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display: block;
	clear: both;
	width: 260px;
}
.form-list .field {
	float: left;
	width: 275px;
}
.form-list input.input-text {
	width: 254px;
}
.form-list textarea {
	width: 254px;
	height: 10em;
}
.form-list select {
	width: 260px;
}
.form-list li.wide .input-box {
	width: 535px;
}
.form-list li.wide input.input-text {
	width: 529px;
}
.form-list li.wide textarea {
	width: 529px;
}
.form-list li.wide select {
	width: 535px;
}
.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}
.form-list .input-range input.input-text {
	width: 74px;
}
/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}
.form-list .name-prefix {
	width: 65px;
}
.form-list .name-prefix select {
	width: 55px;
}
.form-list .name-prefix input.input-text {
	width: 49px;
}
.form-list .name-suffix {
	width: 65px;
}
.form-list .name-suffix select {
	width: 55px;
}
.form-list .name-suffix input.input-text {
	width: 49px;
}
.form-list .name-middlename {
	width: 70px;
}
.form-list .name-middlename input.input-text {
	width: 49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
	width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
	width: 210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}
.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}
.form-list .customer-dob label {
	font-size: 10px;
	font-weight: normal;
	color: #888;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width: 60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width: 46px;
}
.form-list .customer-dob .dob-year {
	width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
	width: 134px;
}
.buttons-set {
	clear: both;
	padding: 5px 0;
}
.buttons-set .back-link {
	float: left;
}
.buttons-set button.button {
	float: right;
}
.buttons-set p.required {
	margin: 0 0 5px;
}
.buttons-set-order {
}
.fieldset {
	/* border: 1px solid #ddd; */
	background: #fefefe;
	/* padding: 22px 25px 12px 33px; */
	margin: 28px 0;
}
.fieldset .legend {
	float: left;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #fefefe;
	color: #333;
	margin: -23px 0 0 -10px;
	padding: 0 10px;
	position: relative;
}
/* 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 {
}
p.required {
	font-size: 12px;
	text-align: right;
	color: #5890c3;
	display: none;
}
/* 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 9px !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 {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url(../images/i_msg-error.gif);
	color: #df280a;
}
.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	background-image: url(../images/i_msg-success.gif);
	color: #3d6611;
}
.note-msg, .notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url(../images/i_msg-note.gif);
	color: #3d6611;
}
/* BreadCrumbs */
.breadcrumbs {
	margin: 7px 0 15px 7px;
}
.breadcrumbs li {
	display: inline;
}
.breadcrumbs a {
	color: #666;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs span {
	color: #000;
	padding: 0 3px;
}
.breadcrumbs strong {
	color: #333;
}
/* Page Heading */
.page-title {
	margin: 0 0 0px;
}
.page-title h1, .page-title h2 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
	display: none;
}
.page-title .separator {
	margin: 0 3px;
}
.page-title .link-rss {
	float: right;
}
.title-buttons {
	text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float: left;
}
.subtitle, .sub-title {
	clear: both;
}
/* Pager */
.pager {
	padding: 6px 0 6px 9px;
	text-align: center;
	border-top: 1px solid #E4E4E5;
}
.pager .amount {
	float: left;
}
.pager .amount strong {
	font-weight: normal;
}
.pager .limiter {
	float: right;
}
.pager .limiter select {
	border: solid 1px #666666;
	color: #5D5D63;
	margin: 0 4px;
}
.pager .pages {
	margin: 0 135px;
}
.pager .pages strong {
	font-weight: normal;
}
.pager .pages a {
	color: #5D5D63;
}
.pager .pages a:hover {
	color: #fff;
	text-decoration: none;
}
.pager .pages ol {
	display: inline;
}
.pager .pages li {
	display: inline;
	border: 1px solid #d9d9d9;
	padding: .05em .4em;
}
.pager .pages li:hover {
	color: #fff;
	text-decoration: none;
	background-color: #acb72f;
	border-color: #acb72f;
}
.pager .pages .current {
	color: #fff;
	background-color: #acb72f;
	border-color: #acb72f;
}
/* Sorter */
.sorter {
	border-top: 1px solid #E4E4E5;
	padding: 6px 0 6px 9px;
	font-weight: bold;
	margin: 15px 0 0 0;
}
.sorter .view-mode {
	float: left;
}
.sorter .view-mode label {
	float: left;
	padding: 5px 5px 0 0;
}
.sorter .view-mode strong.grid {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(../images/catalog/grid-sel.png) no-repeat transparent;
	font-size: 0;
	text-indent: -9999px;
	float: left;
	padding: 0 5px 0 0;
}
.sorter .view-mode strong.list {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(../images/catalog/list-sel.png) no-repeat transparent;
	font-size: 0;
	text-indent: -9999px;
	float: left;
	padding: 0 5px 0 0;
}
.sorter .view-mode a.grid {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(../images/catalog/grid-un.png) no-repeat transparent;
	font-size: 0;
	text-indent: -9999px;
	float: left;
	padding: 0 5px 0 0;
}
.sorter .view-mode a.grid:hover {
	background: url(../images/catalog/grid-sel.png) no-repeat transparent;
}
.sorter .view-mode a.list {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(../images/catalog/list-un.png) no-repeat transparent;
	font-size: 0;
	text-indent: -9999px;
	float: left;
	padding: 0 5px 0 0;
}
.sorter .view-mode a.list:hover {
	background: url(../images/catalog/list-sel.png) no-repeat transparent;
}
.sorter .view-mode a {
	color: #5D5D63;
}
.sorter .sort-by {
	float: right;
}
.sorter .sort-by select {
	border: solid 1px #666666;
	color: #5D5D63;
	margin: 0 4px;
}
.sorter .link-feed {
}
/* Toolbar */
.toolbar {
	margin-bottom: 20px;
	/*	background: #FAFAFA;*/
	padding: 0 20px 0 14px;
}
.toolbar .pager {
}
.toolbar .sorter {
}
.toolbar-bottom .toolbar {
	margin: 0;
}
/* Data Table */
.data-table {
	width: 99.9%;/* Default was 100% - Changed to fix cart table display issue*/ 
}
.data-table th {
	padding: 10px;
	/*border: 1px solid #E6E6E6;*/
	white-space: nowrap;
	font-weight: bold;
}
.data-table td {
	padding: 10px 10px 10px 0;/*border: 1px solid #E6E6E6; */
}
.data-table thead {
}
.data-table tbody {
}
.data-table tfoot {
}
.data-table tr.first {
}
.data-table tr.last {
}
.data-table tr.odd {
	border-bottom: 1px solid #e5e5e5;
}
.data-table tr.even {
	border-bottom: 1px solid #e5e5e5;
}
.data-table tbody.odd {
}
.data-table tbody.odd td {
	border-width: 0 1px;
}
.data-table tbody.even {
}
.data-table tbody.even td {
	border-width: 0 1px;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
	border-bottom-width: 1px;
}
.data-table th .tax-flag {
	white-space: nowrap;
	font-weight: normal;
}
.data-table td.label, .data-table th.label {
}
.data-table td.value {
}
.cart-table th {
	padding: 8px 10px;
}
.cart-table td {
	vertical-align: middle;
}
.cart-table tfoot td {
	overflow: hidden;
	padding: 10px;
}
.cart-table tfoot td button {
	height: 21px;
}
.cart-table .product-name a {
	color: #445057;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}
.cart-table .product-name a:hover {
	text-decoration: underline;
}
.cart-table .price {
	font-size: 1.4em;
	font-weight: bold;
	color: #5b5b5b;
}
.cart-table .qty {
	width: 40px !important;
	height: 14px;
	border: solid 1px #D9D9D9;
	font-size: 11px;
	color: #303030;
 /*margin-bottom: 13px !important*/
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
	cursor: pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
}
tr.show-details .summary-collapse {
	background-position: 0 -53px;
}
tr.show-details td {
}
tr.summary-details td {
	font-size: 11px;
	background-color: #dae1e4;
	color: #626465;
}
tr.summary-details-first td {
	border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
	font-style: italic;
}
/* Shopping cart tax info */
.cart-tax-info {
	display: block;
}
.cart-tax-info, .cart-tax-info .cart-price {
	padding-right: 20px;
}
.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer;
}
.cart-tax-info .price, .cart-tax-total .price {
	display: inline !important;
	font-weight: normal !important;
}
.cart-tax-total-expanded {
	background-position: 100% -53px;
}
/* Class: std - styles for admin-controlled content */
.std .subtitle {
	padding: 0;
}
.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}
.std ul.disc {
	list-style: disc outside;
	padding-left: 18px;
	margin: 0 0 10px;
}
.std dl dt {
	font-weight: bold;
}
.std dl dd {
	margin: 0 0 10px;
}
/*.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 */
.links li {
	display: inline;
}
.links li.first {
	padding-left: 0 !important;
}
.links li.last {
	background: none !important;
	padding-right: 8px !important;
}
.link-cart {
	font-weight: bold;
}
.link-wishlist {
}
.link-reorder {
	font-weight: bold;
}
.link-compare {
	color: #000;
	display: none;
}
.link-print {
	background: url(../images/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px;
}
.link-rss {
	background: url(../images/i_rss.gif) 0 1px no-repeat;
	padding-left: 18px;
	white-space: nowrap;
}
.btn-remove {
	display: block;
	width: 12px;
	height: 12px;
	padding: 0 0 0 15px;
	margin: 0 24px 0;
	background: url(../images/btn-remove.png) 0 0 no-repeat;
}
.btn-remove2 {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn-remove.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin: 0 auto;
}
.btn-edit {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_edit.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
.cards-list dt {
	margin: 5px 0 0;
}
.cards-list .offset {
	padding: 2px 0 2px 20px;
}
.separator {
	margin: 0 3px;
}
.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: #ddd;
	text-indent: -999em;
	overflow: hidden;
}
/* 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 ================================================================================ */
.header-container {
	height: 105px;
	margin-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
}
.header {
}
.header .logo {
	position: absolute;
	margin: 30px 0 0 0;
	text-decoration: none !important;
	z-index: 9;
}
.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
.header .welcome-msg {
	float: right;
	text-align: right;
	width: 250px;
	padding: 2px 0 0 0;
	font-weight: bold;
	color: #5890c3;
}
.header .welcome-msg a {
}
.header .links {
	float: right;
	margin: 0 0 14px 0;
}
.header .links li {
	padding: 2px 8px;
	border-right: 1px solid #d9d9d9;
}
.header .links li a {
	color: #7F7F7F;
	text-decoration: none;
}
.header .links li a:hover {
	text-decoration: underline;
}
.header .header_menu {
	float: right;
	clear: both;
}
.header .header_menu li {
	float: left;
	padding: 0 0 0 16px;
	font-weight: bold;
}
.header .header_menu li a {
	color: #5C473A;
	text-decoration: none;
}
.header .header_menu li a:hover {
	color: #84AD1C;
	text-decoration: none;
}
.header .form-search {
	float: right;
	padding: 0 0 0 8px;
	color: #666666;
	margin: -3px 0 0 0;
}
.header .form-search .input-box {
	float: left;
	/*background: url(../images/bg_search.gif) no-repeat;*/
	width: 100px;
	height: 18px;
	padding: 0 0 0 0;
	border: #666666;
	border-style: solid;
	border-width: 1px;
}
.header .form-search .input-text {
	border: 0;
	width: 95px;
	background: none;
	color: #666666;
}
.header .form-search .btn_search {
	float: left;
	font-weight: bold;
	background-color: #666666;
	color: #fff;
	border: 0;
	width: 55px;
	height: 20px;
	cursor: pointer;/*background: url(../images/btn_search.gif) no-repeat;*/
}
.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 {
	float: right;
	margin: 0 15px 8px 0;
}
.header .form-language label {
	font-size: 11px;
	color: #AEAEAE;
}
.header .form-language select {
	border: solid 1px #D3D3D3;
	font-size: 11px;
	color: #AEAEAE;
}
.header .currencies {
	float: right;
	margin: 0 4px 8px 0;
}
.header .currencies label {
	font-size: 11px;
	color: #AEAEAE;
}
.header .currencies select {
	border: solid 1px #D3D3D3;
	width: 180px;
	font-size: 11px;
	color: #AEAEAE;
}
.header-container .top-container {
	clear: both;
	text-align: right;
}
.header .quick-access {
	padding: 10px 0 0 0;
	height: 18px;
}
.top_cart {
	float: right;
	clear: both;
	background: url(../images/bg_cart.png) no-repeat;
	margin: 0 3px 0 0;
	padding: 20px 0 0 18px;
	width: 26px;
	height: 36px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.top_cart a {
	color: #fff;
	text-decoration: none;
}
.top_cart a:hover {
	text-decoration: underline;
}
/********** < Navigation */
.bg_nav {
	height: 20px;
	width: 100%;
	float: right;
	padding: 0 0 0;
}
.nav-container {
}
#nav {
	float: right;
}
/* All Levels */
#nav li {
	text-align: left;
	position: relative;
}
#nav li.over {
	z-index: auto;
}
#nav li.parent {
}
#nav li.parent:hover {
	cursor: pointer;
	color: #888;
}
#nav li a {
	display: block;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: none;
}
#nav li a span {
	display: block;
	white-space: pre-wrap;
	cursor: pointer;
	max-width: 115px;
	text-align: center;
}
#nav li ul a span {
	white-space: normal;
}
/* 1st Level */
#nav>li {
	float: left;
	font-size: 13.5px;
	padding-bottom: 6px;
}
#nav>li>a {
	float: left;
	padding: 1px 0px 1px 12px;
	margin: 0 6px 0 0;
	color: #000;
}
#nav>li>a:hover {
	color: #ffffff;
}
#nav>li.over>a {
	color: #ffffff;
}
#nav>li.active>a {
}
#nav>li.over {
	color: #ffffff;
	-webkit-transition: none;
	transition: none;
	background-color: #afb553;
	text-decoration: none;
	padding-top: 2px;
	/* Radius Firefox */
	-moz-border-radius: 3px;
	/* Radius Chrome/Safari */
	-webkit-border-radius: 3px;
	/* Gradient Futureproof */
	border-radius: 3px;
	/* Gradient FF */
	background: -moz-linear-gradient(top, #cccc66, #99cc33);
	/* Gradient Chrome/Safari */
	background: -webkit-gradient(linear, left top, left bottom, from #cccc66, to #99cc33);
	/* Gradient IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccc66', endColorstr='#99cc33');
}
/* 2nd Level */
#nav ul, #nav div {
	position: absolute;
	width: 100%;
	top: 50px;
	left: -10000px;
	background: #fff;
}
#nav div ul {
	position: static;
	width: auto;
	border: none;
}
/* 3rd+ level */
#nav ul ul, #nav ul div {
	top: 7px;
}
#nav ul li {
	float: none;
	font-size: 12px;
	width: 100%;
	/* On hover background colour */
	background-color: #fff;
}
#nav ul li.last {
	border-bottom: 2px solid #000;
}
#nav ul li a {
	float: none;
	padding: 4px;
	font-weight: normal;
	color: #7E7D7D !important;
}
#nav ul li a:hover {
	color: #ffffff;
	-webkit-transition: none;
	transition: none;
	background-color: #afb553;
	text-decoration: none;
	/* Radius Firefox */
	-moz-border-radius: 3px;
	/* Radius Chrome/Safari */
	-webkit-border-radius: 3px;
	/* Gradient Futureproof */
	border-radius: 3px;
	/* Gradient FF */
	background: -moz-linear-gradient(top, #cccc66, #99cc33);
	/* Gradient Chrome/Safari */
	background: -webkit-gradient(linear, left top, left bottom, from #cccc66, to #99cc33);
	/* Gradient IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccc66', endColorstr='#99cc33');
}
#nav ul li.active > a {
	color: #000 !important;
}
#nav ul li.over > a {
	color: #fff !important;
}
/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub {
	left: 0;
	z-index: 999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left: 100px;
}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {
	/* border: 1px solid #E6E6E6;
	background: #F9F9F9 url(../images/bg_block.gif) repeat-x; */
	padding: 0px 14px 19px 5px;
	margin: 0 0 1px;
}
.block .block-title {
	padding: 0 0 9px 0;
	font-weight: bold;
}
.block .block-title strong {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.block .block-title strong span {
}
.block .block-title a {
	text-decoration: none !important;
}
.block .block-subtitle {
}
.block .block-content {
}
.block .block-content li.item {
	padding: 10px 6px 7px;
}
.block .btn-remove, .block .btn-edit {
	float: right;
}
.block .btn-edit {
	margin: 1px 5px 0 0;
}
.block .actions {
	text-align: right;
}
.block .actions a {
	float: left;
}
.block .empty {
}
.block li.odd {
}
.block li.even {
}
/* Mini Products List */
.mini-products-list li {
	padding: 5px 0;
}
.mini-products-list .product-image {
	float: left;
	width: 67px;
}
.mini-products-list .product-details {
	margin-left: 83px;
}
.mini-products-list .product-name {
	font-size: 10px;
	margin: 0 0 8px 0;
}
.mini-products-list .product-name a {
	color: #6A6969;
}
.mini-products-list .price {
	color: #7EB40B;
	font-weight: normal !important;
}
/* Block: Account */
.block-account {
}
.accNav {
	margin: 2px 0 2px 0;
	padding: 1px 0 1px 2px;		
}
.accNav.actve {
	z-index: auto;
	background-color: #acb72f;
	color: #fff;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.accNav:hover {
	background-color: #acb72f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.noActve:hover {
	z-index: auto;
	background-color: #acb72f;
	color: #fff;
	text-decoration: none;
}
/* Block: Currency Switcher */
.block-currency {
}
.block-currency select {
	width: 100%;
	border: 1px solid #888;
}
/* Block: Layered Navigation */
.block-layered-nav {
}
.block-layered-nav .block-subtitle {
	padding: 0 0 12px 0;
}
.block-layered-nav dt {
	background: #F2F2F2;
	padding: 3px 0 3px 9px;
	font-size: 11px;
	text-transform: uppercase;
	color: #303030;
}
.block-layered-nav dd {
	padding: 12px 0 16px 6px;
	line-height: 16px;
	color: #7EB40B;
}
.block-layered-nav dd.last {
	padding-bottom: 0 !important;
}
.block-layered-nav .currently li {
	background: #F2F2F2;
	padding: 3px 0 3px 9px;
	color: #7EB40B;
}
.block-layered-nav .currently .label {
	font-size: 11px;
	text-transform: uppercase;
	color: #303030;
}
.block-layered-nav .btn-remove {
	margin: 2px 5px 0 0;
}
.block-layered-nav .actions {
	padding: 11px 0;
}
.block-layered-nav .actions a {
	float: right;
}
/* Block: Cart */
.block-cart {
}
.block-cart .summary {
}
.block-cart .amount {
	margin-bottom: 12px;
}
.block-cart .amount a {
	font-weight: bold;
	text-decoration: none;
}
.block-cart .amount a:hover {
	text-decoration: underline;
}
.block-cart .subtotal {
	margin-bottom: 14px;
	background: #F2F2F2;
	padding: 3px 0 3px 9px;
	font-size: 11px;
	text-transform: uppercase;
}
.block-cart .subtotal .price {
	font-size: 12px;
	color: #7EB40B;
}
.block-cart .block-subtitle {
	padding: 0 0 15px 0;
}
.block-cart .actions {
	margin-bottom: 11px;
}
.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 5px 0;
}
.block-cart .empty strong {
	color: #7EB40B;
}
.block-cart .block-content li.item {
	padding: 0 0 15px 0;
}
.block-cart .block-content li.last {
	padding: 0 !important;
}
/* Block: Wishlist */
.block-wishlist {
}
/* Block: Related */
.block-related {
}
.block-related .block-subtitle {
	padding: 0 0 12px 0;
	line-height: 16px;
}
.block-related .block-subtitle a {
	color: #6A6969;
}
.block-related li {
	padding: 5px 0;
}
.block-related input.checkbox {
	float: left;
	margin-right: -20px;
}
.block-related .product {
	margin-left: 20px;
}
.block-related .product .product-image {
	float: left;
	margin-right: -86px;
}
.block-related .product .product-details {
	margin-left: 86px;
}
.block-related .link_wishlist {
	clear: both;
	text-align: right;
	padding: 8px 7px 0 0;
}
.block-related .block-content li.item {
	padding: 0 0 15px 0;
}
.block-related .block-content li.last {
	padding: 0 !important;
}
/* Block: Compare Products */
.block-compare {
}
.block-compare .block-content li.item {
	padding: 0 0 12px 0;
}
.block-compare .product-name a {
	color: #6A6969;
	text-decoration: none;
}
.block-compare .product-name a:hover {
	text-decoration: underline;
}
.block-compare .btn-remove {
	margin: 2px 0 0 0;
}
.block-compare .actions a {
	margin: 2px 0 0 0;
}
.block-compare .empty strong {
	color: #7EB40B;
}
/* Block: Recently Viewed */
.recent-item li {
	width: 147px;
	height: 220px;
	margin: 5px 6px;
}
.recent-item a {
	white-space: pre-wrap;
	font: bold 1.01em Arial, Helvetica, sans-serif;
	color: #fff;
	font-style: normal;
	border: 1px white solid;
}
.recent-item a:hover {
	color:black;	
	text-decoration:none;
}
.block-viewed .block-content li.item {
	border: 1px #fff solid;
}
.block-viewed .block-content li.item:hover {
	border-color: #999;
}
.block .block-content.recent {
	height: 230px;	
	margin: 0 15px 0;
}
.block-viewed {
	border-top: 1px solid #ddd;
	padding: 10px;
	margin: 35px 0 0 0;
}
.block-viewed h2 {
		color: #666; 
		font-size: 1.5em; 
		font-weight: normal; 
		margin-bottom: 1em;
}
.recent-item {
	margin: 0 24px 0 0;
}
.recent li.item { 
	float: left;
}
/* Block: Recently Compared */
.block-compared {
}
.block-compared .block-content li.item {
	padding: 0 0 11px 0;
}
.block-compared .product-name a {
	color: #6A6969;
}
/* Block: Poll */
.block-poll label {
}
.block-poll .block-subtitle {
	font-weight: bold;
	padding-bottom: 13px;
	color: #7EB40B;
}
.block-poll input.radio {
	float: left;
	margin: 1px -18px 0 0;
}
.block-poll .label {
	display: block;
	margin-left: 18px;
}
.block-poll li {
	padding: 0 0 12px 0;
}
.block-poll .actions {
	margin: 5px 0 0;
	text-align: left;
}
.block-poll .actions button span {
	height: 19px;
	line-height: 19px;
	color: #5E5C5C;
}
.block-poll .actions button span span {
	background: url(../images/btn_details.gif) repeat-x;
	border: solid 1px #D3D3D3;
}
.block-poll .answer {
	font-weight: bold;
}
.block-poll .votes {
	float: right;
	margin-left: 10px;
}
/* Block: Tags */
.block-tags ul, .block-tags li {
	display: inline;
	font-size: 13px;
}
.block-tags li a {
	color: #6A6969;
	text-decoration: none;
}
.block-tags li a:hover {
	text-decoration: underline;
}
.block-tags .actions {
	padding: 15px 0 0 0;
}
/* Block: Subscribe */
.block-subscribe {
}
.block-subscribe .form-subscribe-header {
	display: none;
}
.block-subscribe label {
	display: block;
	padding-bottom: 2px;
}
.block-subscribe .input-text {
	width: 90%;
}
.block-subscribe .actions {
	padding: 10px 0 0 0;
	text-align: left;
}
/* Block: Reorder */
.block-reorder {
}
.block-reorder li {
	padding: 5px 0;
}
.block-reorder input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}
.block-reorder .product-name {
	margin-left: 20px;
}
/* Block: Banner */
.block-banner {
}
.block-banner .block-content {
	text-align: center;
}
/* Block: Login */
.block-login label {
	font-weight: bold;
	color: #666;
}
.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}
/* Paypal */
.paypal-logo {
	display: none;
}
.sidebar .paypal-logo {
	display: block;
	margin: 10px 0;
	text-align: center;
}
.sidebar .paypal-logo a {
	float: none;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {
}
.category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}
.category-image img {
}
.category-description {
	margin: 0 0 10px;
}
.category-products {
}
/* View Type: Grid */
.products-grid {
	margin-bottom: 10px;
	position: relative;
}
.products-grid.last {
}
.products-grid li.item {
	float: left;
	width: 230px;
	margin: 0 10px 0 0;
}
.products-grid li.last {
	margin: 0 !important;
}
.products-grid .product-image {
	display: block;
	background: url(../images/bg_pic_grid.gif) no-repeat;
	padding: 19px 0;
	width: 230px;
	height: 193px;
	margin: 0 0 2px;
	text-align: center;
}
.products-grid .product-name {
	margin: 0 0 9px;
	font-weight: bold;
}
.products-grid .product-name a {
	color: #2f2f2f;
	font: normal 1.34em/1.2 Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.products-grid .product-name a:hover {
	text-decoration: underline;
}
.products-grid .ratings {
	margin: 0 auto 10px auto;
	width: 105px;
}
.products-grid .ratings .amount a {
	color: #6A6969;
	text-decoration: none;
}
.products-grid .ratings .amount a:hover {
	text-decoration: underline;
}
.products-grid .price-box {
	float: left;
	margin: -3px 0 0 0;
	width: 200px;
}
.products-grid .price {
	font-size: 14px !important;
	font-weight: normal !important;
	color: #000;
}
.products-grid .availability {
	line-height: 21px;
	margin: 18px 0 0 -200px;
}
.products-grid .actions {
	float: right;
}
.products-grid .add-to-links {
	clear: both;
	padding: 9px 0 0 0;
	text-align: center;
	display: none;
}
.products-grid .add-to-links li {
	display: inline;
}
.products-grid .add-to-links .separator {
	display: inline;
	margin: 0 2px;
}
.products-grid .holder_grid {
	background: #F9F9F9 url(../images/holder_grid.gif) repeat-x;
	border: solid 1px #E6E6E6;
	padding: 13px 14px 20px 14px;
	overflow: hidden;
}
.products-grid-new {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.products-grid-new.last {
}
.products-grid-new li.item {
	float: left;
	width: 230px;
	margin: 0 10px 0 0;
}
.products-grid-new li.last {
	margin: 0 !important;
}
.products-grid-new .product-image {
	display: block;
	background: url(../images/bg_pic_grid.gif) no-repeat;
	padding: 19px 0;
	width: 230px;
	height: 193px;
	margin: 0 0 2px;
	text-align: center;
}
.products-grid-new .product-name {
	margin: 0 0 2px;
	font-weight: bold;
}
.products-grid-new .product-name a {
	color: #7EB40B;
	text-decoration: none;
}
.products-grid-new .product-name a:hover {
	color: #754E3A;
	text-decoration: none;
}
.products-grid-new .price-box {
	margin: 0;
}
.products-grid-new .price {
	font-size: 17px;
	font-weight: normal !important;
	color: #000;
}
.products-grid-new .availability {
	line-height: 21px;
}
.products-grid-new .actions {
	clear: both;
	padding: 9px 0 0 0;
	overflow: hidden;
}
.products-grid-new .actions button {
	float: left;
	margin: 0 5px 0 0;
}
.products-grid-new .btn_details {
	float: left;
	background: url(../images/btn_details.gif) repeat-x;
	border: solid 1px #D3D3D3;
	height: 19px;
	width: 57px;
	text-align: center;
	font-weight: bold;
	color: #5E5C5C;
	text-decoration: none;
	line-height: 19px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.products-grid-new .holder_new {
	background: #F9F9F9 url(../images/holder_new.gif) repeat-x;
	border: solid 1px #E6E6E6;
	padding: 13px 0 15px 14px;
	overflow: hidden;
}
/* View Type: List */
.products-list li.item {
	background: #F9F9F9 url(../images/holder_list.gif) repeat-x;
	border: 1px solid #E6E6E6;
	padding: 18px 20px 20px 18px;
	margin-bottom: 10px;
}
.products-list li.item.last {
}
.products-list .product-image {
	float: left;
	width: 193px;
	height: 193px;
	margin: 0 0 10px;
}
.products-list .product-shop {
	margin-left: 215px;
}
.products-list .product-name {
	margin: 0 0 9px;
	font-weight: bold;
}
.products-list .product-name a {
	color: #2F2F2F;
	text-decoration: none;
}
.products-list .product-name a:hover {
	text-decoration: underline;
}
.products-list .ratings {
	margin: 0 0 15px 0;
}
.products-list .ratings .rating-links {
	clear: both;
	padding: 9px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}
.products-list .ratings .rating-links a {
	display: block;
	width: 105px;
}
.products-list .ratings .rating-links .separator {
	display: none;
}
.rev_link2 {
	color: #000;
}
.products-list .price-box {
	float: left;
	margin: -3px 66px 0 0;
	width: 250px;
}
.products-list .price {
	font-size: 17px !important;
	font-weight: normal !important;
	color: #000;
}
.products-list button {
	float: left;
}
.products-list .availability {
	float: left;
	margin: 3px 0 0;
}
.products-list .desc {
	clear: both;
	padding: 15px 0 0;
	margin: 0 0 20px;
	line-height: 1.35;
}
.products-list .desc .link-learn {
}
.products-list .add-to-links {
	clear: both;
	display: none;
}
.products-list .add-to-links li {
	display: inline;
}
.products-list .add-to-links .separator {
	display: inline;
	margin: 0 2px;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating {
	margin: 0;
}
.ratings {
	font-size: 11px;
	line-height: 1.25;
	margin: 7px 0;
}
.ratings strong {
	float: left;
	margin: 1px 3px 0 0;
}
.ratings .rating-links {
	margin: 0;
}
.ratings .rating-links .separator {
	margin: 0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
	width: 75px;
	height: 14px;
	font-size: 0;
	line-height: 0;
	background: url(../images/bkg_rating.gif) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}
.rating-box .rating {
	float: left;
	height: 14px;
	background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
	float: left;
	margin-right: 3px;
}
.ratings .amount {
}
.ratings-table th, .ratings-table td {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}
.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}
/* Availability */
.availability {
	margin: 0;
}
.availability span {
	font-weight: bold;
}
.availability.in-stock span {
}
.availability.out-of-stock span {
	color: #d83820;
}
.availability-only {
	margin: 0 0 7px;
}
.availability-only a {
	background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
	cursor: pointer;
	padding-right: 15px;
}
.availability-only .expanded {
	background-position: 100% -15px;
}
.availability-only strong {
}
.availability-only-details {
	margin: 0 0 7px;
}
.availability-only-details th {
	background: #f2f2f2;
	font-size: 10px;
	padding: 0 8px;
}
.availability-only-details td {
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
}
/* Email to a Friend */
.email-friend {
	padding-bottom: 13px;
}
/* Alerts */
.alert-price {
}
.alert-stock {
}
/********** < Product Prices */
.price {
	white-space: nowrap !important;
}
.price-box {
}
.price-box .price {
	font-weight: bold;
}
/* Regular price */
.regular-price {
}
.regular-price .price {
	font-weight: bold;
}
/* Special/Old price - Grid View */
.holder_grid .special-price {
	color: #FF0000;
	font-style: italic;
	font-size: 12px !important;
	max-width: 100px;
	float: left;
	clear:both;
}
.holder_grid .old-price:before {
	content: "Was\0000a0";
	font-size: 12px;
	color: #666;
	font-style: italic !important;
}
.holder_grid .old-price {
	max-width: 100px;
	float: left;	
}
/* Old price - List View */
.holder_list .special-price {
	color: #c00;
	font-style: italic;
	font-size: 16px !important;
	max-width:	100px;
	float: left;
}
.products-list .old-price:before {
	content: "Was\0000a0";
	font-size: 16px;
	float: left;
	color: #666;
	font-style: italic !important;
}
/* END - List View */
.product-view .special-price .price {
	font-size: 26px !important;
}
.product-view .old-price:before {
	content: "Was\0000a0";
	font-size: 20px;
	float: left;
	color: #666;
	font-style: italic !important;
}
/* option price notice */
.product-view .price {
	/*font-size: 32px !important;
	float: left;*/
	color: #666;/* font-style: italic !important;	*/
}
.old-price {
	float: left;
	width: 250px;
}
.old-price .price-label {
	display: none;
	white-space: nowrap;
}
.old-price .price {
	color: #666;
	font-size: 16px;
	font-style: italic !important;
}
.product-view .old-price .price {
	color: #666;
	font-size: 20px !important;
	font-style: italic;
}
/* Special price */
.product-view .special-price .price:before {
	content: "Now\0000a0";
	color: #FF0000;
	font-style: italic;
	font-size: 26px !important;
}
.special-price {
	margin-right: 8px;
}
.special-price .price-label {
	display: none;
	font-weight: bold;
	white-space: nowrap;
}
.special-price .price {
	color: #FF0000 !important;
	font-style: italic !important;
}
.special-price .price:before {
	content: "Now\0000a0";
	color: #FF0000;
	font-style: italic;
	font-size: 12px !important;
}
/* Minimal price (as low as) */
.minimal-price {
}
.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.minimal-price-link {
	display: block;
}
.minimal-price-link .label {
}
.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;
}
/* Configured price */
.configured-price {
}
.configured-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.configured-price .price {
	font-weight: bold;
}
/* FPT */
.weee {
	display: block;
	font-size: 11px;
	color: #444;
}
.weee .price {
	font-size: 11px;
	font-weight: normal;
}
/* 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 notice next to the options */
.price-notice {
	padding-left: 2px;
}
.price-notice .price {
/*font-weight: bold;*/
}
/* Price as configured */
.price-as-configured {
}
.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.price-box-bundle {
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {
	font-weight: bold;
}
.tier-prices .benefit {
}
.tier-prices-grouped {
}
/* 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-cart .paypal-logo {
	display: none;
	clear: left;
	text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
	margin: 0;
}
/* 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-view {
}
.product-essential {
	margin-bottom: 30px;
}
.product-collateral {
	padding-top: 565px;
}
.product-collateral .box-collateral {
	margin: 0 0 30px;
}
.product-collateral .box-collateral h2 {
	border-top: solid 1px #DFDFDF;
	padding: 25px 0;
	width: 55%;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
/* Product Images */
.product-view .product-img-box {
	float: left;
	width: 263px;
}
.product-view .product-img-box .product-image {
	border: 1px solid #EAEAE6;
	margin-bottom: 18px;
	text-align: center;
}
.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 261px;
	height: 261px;
	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 {
	margin-bottom: 12px;
}
.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(../images/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer;
}
.product-view .product-img-box .zoom.disabled {
	-moz-opacity: .3;
	-webkit-opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/
	opacity: .3;
}
.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: 33px;
	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 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	padding: 0 0 20px 0;
	display: none;
}
.product-view .product-img-box .more-views ul {
	margin-left: -8px;
	padding: 15px 0 0 0;
}
.product-view .product-img-box .more-views li {
	float: left;
	/* border: solid 1px #F0F0F0; */
	margin: 0 0 8px 8px;
}
.product-image-popup {
	margin: 0 auto;
}
.product-image-popup .buttons-set {
	float: right;
	clear: none;
	border: 0;
	margin: 0;
	padding: 0;
}
.product-image-popup .nav {
	margin: 0 100px;
	text-align: center;
}
.product-image-popup .nav a {
	margin: 0 5px;
}
.product-image-popup .image {
	display: block;
	margin: 10px 0;
}
.product-image-popup .image-label {
}
/* Product Shop */
.product-view .product-shop {
	float: right;
	width: 375px;
}
.product-view .product-name h1 {
	font-size: 32px;
	font-weight: lighter; 
	padding: 11px 0 11px;
	color: #000;
}
.product-view .product-shop .ratings {
	margin: 0 0 18px 0;
}
.product-view .product-shop .rating-links {
	padding: 11px 0 0 0;
	clear: both;
	font-size: 12px;
}
.product-view .product-shop .no-rating {
	padding-bottom: 18px;
}
.product-view .product-shop .price-box {
	float: left;
	margin: 0 62px 0 0;
}
.product-view .product-shop .price {
	font: 12px/1.35 Arial, Helvetica, sans-serif;
	/* font-weight: bold !important; */
	margin-bottom: 0px;
	color: #676566;
}
.price-box .regular-price .price {
	font: 32px/1.2 Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	font-weight: normal !important;
}
.product-view .product-shop .availability {
	float: left;
	margin: 6px 0 0 0;
}
.product-view .product-shop .availability span {
	font-weight: normal;
}
.product-view .product-shop .clear {
	height: 20px !important;
}
.product-view .product-shop .add-to-cart label {
	margin: 2px 4px 0 0;
}
.product-view .product-shop .add-to-cart .qty {
	width: 34px !important;
	height: 15px;
	line-height: 15px;
	background: #fff;
	border: solid 1px #D9D9D9;
	font-size: 11px;
	color: #666;
}
.product-view .product-shop .add-to-box .clearer {
	clear: both;
	height: 13px;
}
.product-view .product-shop .add-to-cart button.button {
	margin-left: 20px;
}
.product-view .product-shop .add-to-box .or {
	margin: 2px 9px 0 9px;
}
.product-view .product-shop .add-to-box .add-to-links {
	margin: -8px 0 0 0;
	line-height: 18px;
}
.std-box {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom-color: #FFF;
	padding: 13px;
}
.product-view .short-description {
	padding: 0 0 0 0;
	/*margin: 100px 0 0;*/
}
.product-view .short-description h2 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 10px 5px;
	margin: 20px 0 0 0;
	border: 1px solid #ddd;
	border-bottom-color: #FFF;
	width: 80px;
	background: #666;
}
.product-view .product-shop a.nobr {
	clear: both;
	display: block;
}
.product-specs {
	line-height: 1.60;	
}
.product-specs ul {
	list-style: circle !important;
	padding-left: 15px;
}
/* Product Options */
.product-options {
	padding: 13px;
	margin: 40px 0 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	overflow: hidden; /* fix: "radio button appear under the image with the label" */
}
.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: 5px 0;
}
.product-options dl.last dd.last {
}
.product-options dd input.input-text {
	width: 98%;
}
.product-options dd input.datetime-picker {
	width: 150px;
}
.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}
.product-options dd textarea {
	width: 98%;
	height: 1.3em;
}
.product-options dd select {
	width: 100%;
}
.product-options .options-list {
	overflow: hidden; /* fix: "radio button appear under the image with the label" */
}
.product-options .options-list input.radio {
/*float: left;*/ /* fix: "radio button appear under the image with the label" */
	/*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 {
	float: left;
	margin: 1px 0 !important;
}
.product-options-bottom .add-to-cart {
	float: left;
	margin: 0 !important;
}
.product-options-bottom .add-to-links {
	clear: both;
	padding: 10px 0 0 0;
}
/* Product Options - Custom Roller Blinds */

/*Drop in mm*/
#options_5_text {
	width: 25%;
}
#input_5_box {
	width: 40%;
}
#dtID_5 {
	width: 40%;
}
#ddID_5 {
	width: 40%;
}
/*Width in mm*/
#options_4_text {
	width: 25%;
}
#input_4_box {
	width: 40%;
}
#dtID_4 {
	width: 40%;
}
#ddID_4 {
	width: 40%;
}
/*Text Field*/
#options_9_text {
	height: 15px;
}
/* Product Options - Custom Pencil Curtains */

/* Width in cm */
#options_14_text {
	width: 25%;
}
#input_14_box {
	width: 40%;
}
#dtID_14 {
	width: 40%;
}
#ddID_14 {
	width: 40%;
}
/* Drop in cm */
#options_13_text {
	width: 25%;
}
#input_13_box {
	width: 40%;
}
#dtID_13 {
	width: 40%;
}
#ddID_13 {
	width: 40%;
}
/* Grouped Product */
.product-view .grouped-items-table {
}
/* Block: Description */
.product-view .box-description {
	display: none;
}
.product-view .box-description .std p {
	padding-bottom: 13px;
}
/* Block: Additional */
.product-view .box-additional {
}
/* Block: Upsell */
.product-view .box-up-sell {
}
.product-view .box-up-sell .products-grid {
	margin: 0 -17px 0 -16px;
}
.product-view .box-up-sell .products-grid li.item {
	float: left;
	margin-right: 9px;
}
.product-view .box-up-sell .holder_upsell {
	padding: 14px 15px 0 13px;
}
.product-view .box-up-sell .products-grid .price-box {
	margin: 0;
}
/* Block: Tags */
.product-view .box-tags {
}
.product-view .box-tags h3 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 12px;
}
.product-view .box-tags .product-tags {
	margin-bottom: 15px;
}
.product-view .box-tags .product-tags li {
	display: inline;
	padding: 0 12px 0 0;
	margin: 0 10px 0 0;
	background: url(../images/sp.gif) no-repeat 100% 2px;
}
.product-view .box-tags .product-tags li.last {
	background: none;
}
.product-view .box-tags .product-tags li a {
	color: #6A6969;
	text-decoration: none;
}
.product-view .box-tags .product-tags li a:hover {
	text-decoration: underline;
}
.product-view .box-tags .form-add label {
	display: block;
	padding: 0 0 3px 0;
}
.product-view .box-tags .form-add .input-box {
	float: left;
	width: 591px;
}
.product-view .box-tags .form-add input.input-text {
	width: 574px;
	height: 15px;
	line-height: 15px;
	border: solid 1px #D9D9D9;
}
.product-view .box-tags .form-add button {
	margin: 0 -15px 0 0;
}
.product-view .box-tags p {
	clear: both;
	padding: 13px 0 0 0;
}
/* Block: Reviews */
.product-view .box-reviews {
}
.product-view .box-reviews dd, .product-view .box-reviews h3, .product-view .box-reviews h4 {
	padding-bottom: 13px;
}
.product-view .box-reviews .data-table {
	margin-bottom: 13px;
}
.product-view .box-reviews .input-box {
	width: 100%;
}
.product-view .box-reviews .input-text, .product-view .box-reviews textarea {
	width: 99%;
}
.product-view .box-reviews .buttons-set button {
	float: left;
}
.product-view .box-reviews .form-add {
}
/* Send a Friend */
.send-friend {
}
.send-friend .buttons-set button {
	margin-left: 10px;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {
	font-size: 1em;
	font-weight: normal;
}
.product-name a {
}
/* Product Tags */
.tags-list li {
	display: inline;
}
/* Advanced Search */
.advanced-search {
}
.advanced-search-amount {
	padding-bottom: 13px;
}
.advanced-search-summary {
	padding-bottom: 18px;
}
/* CMS Home Page */
.cms-home .subtitle {
}
.cms-index-index .subtitle {
}
/* Sitemap */
.page-sitemap .links {
	text-align: right;
	margin: 0 8px -22px 0;
}
.page-sitemap .links a {
	text-decoration: none;
	position: relative;
}
.page-sitemap .links a:hover {
	text-decoration: underline;
}
.page-sitemap .sitemap {
	margin: 12px;
}
.page-sitemap .sitemap a {
}
.page-sitemap .sitemap li {
	margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
}
/* RSS */
.rss-title h1 {
	background: url(../images/i_rss-big.png) 0 4px no-repeat;
	padding-left: 27px;
}
.rss-table .link-rss {
	display: block;
	line-height: 1.35;
	background-position: 0 2px;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {
	margin-top: 20px;
}
/* Checkout Types */
.cart .checkout-types {
	text-align: right;
	margin-bottom: 19px;
}
.cart .checkout-types li {
}
.cart .checkout-types li button {
	height: 46px;
	margin: 0 0 10px 0;
}
.cart .checkout-types li button span {
	height: 46px;
	line-height: 46px;
	/*font: bold Arial, Helvetica, sans-serif;*/
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
.cart .checkout-types li button span span {
	background: #666666;
	padding: 0 20px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.cart .checkout-types .paypal-or {
	margin: 0 8px;
	line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
	clear: both;
	display: block;
	padding: 3px 55px 8px 0;
	line-height: 1.0;
	font-size: 11px;
}
/* Shopping Cart Table */
.cart-table .item-msg {
	font-size: 10px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	padding: 25px 0 0;
}
.cart .cart-collaterals .col2-set {
	float: left;
	width: 554px;
}
.cart .cart-collaterals .col-1 {
	float: left;
	width: 223px;
}
.cart .cart-collaterals .col-2 {
	float: right;
	width: 311px;
}
.cart .crosssell {
	border: solid 1px #E6E6E6;
	padding: 13px 18px 0 15px;
}
.cart .crosssell h2 {
	font-size: 12px;
	font-weight: normal;
	width: 160px;
	line-height: 18px;
	padding: 0 0 16px 0;
}
.cart .crosssell .product-image {
	float: left;
	width: 72px;
	height: 72px;
}
.cart .crosssell .product-details {
	margin-left: 87px;
}
.cart .crosssell .product-name {
	padding: 0 0 10px 0;
	font-size: 12px;
}
.cart .crosssell .product-name a {
	color: #6A6969;
	text-decoration: none;
}
.cart .crosssell .product-name a:hover {
	text-decoration: underline;
}
.cart .crosssell .price-box {
	margin-bottom: 10px;
}
.cart .crosssell .price {
	font-size: 12px;
	font-weight: normal !important;
	color: #7eb40b;
}
.cart .crosssell button {
	margin-bottom: 9px;
	height: 21px;
}
.cart .crosssell .add-to-links {
	line-height: 18px
}
.cart .crosssell li.item {
	border-bottom: solid 1px #E6E6E6;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.cart .crosssell li.last {
	border-bottom: 0 !important;
	margin: 0 !important;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
	border: solid 1px #E6E6E6;
	margin: 0 0 20px 0;
	padding: 12px 0 17px 16px;
	overflow: hidden;
}
.cart .discount h2, .cart .shipping h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #303030;
	padding-bottom: 11px;
}
.cart .discount label {
	display: block;
	padding: 0 0 4px 0;
}
.cart .discount .input-box {
	float: left;
	width: 180px;
}
.cart .discount .input-text {
	width: 170px;
	height: 15px;
	line-height: 15px;
	border: solid 1px #D9D9D9;
	font-size: 11px;
	color: #6A6969;
}
.cart .discount .buttons-set {
	float: left;
	clear: none;
	padding: 0;
}
.cart .shipping p {
	padding-bottom: 8px;
	font-weight: normal;
}
.cart .shipping .form-list label {
	font-weight: normal;
	padding-bottom: 2px;
	color: #6A6969;
}
.cart .shipping .form-list input.input-text {
	width: 270px;
	border: solid 1px #D9D9D9;
	font-size: 11px;
	color: #6A6969;
}
.cart .shipping .form-list select {
	width: 276px;
	border: solid 1px #D9D9D9;
	font-size: 11px;
	color: #6A6969;
}
.cart .shipping .buttons-set button {
	float: left;
}
/* Shopping Cart Totals */
.cart .totals {
	float: right;
	width: 337px;
	padding: 13px 0 20px 0;
}
.cart .totals table {
	width: 100%;
}
.cart .totals table th, .cart .totals table td {
	padding: 4px 0;
}
.cart .totals table th strong, .cart .totals table td strong {
	font-weight: normal;
}
.cart .totals table th {
}
.cart .totals table tfoot th {
}
.cart .totals .checkout-types {
	float: none;
	/* text-align: center; */
	margin: 0;
	padding: 50px 0 0 0;
}
.cart .totals .checkout-types li {
	padding: 0 0 13px 0;
}
.cart .totals .grndttl {
	padding-left: 10px !important;
	width: 100px;
	text-align: right;
}
.cart .totals .grndttl .price {
	font-size: 1.4em;
	font-weight: bold;
	color: #5b5b5b;
}
/* Options Tool Tip */
.item-options dt {
	/*font-weight: bold;*/
	width: 60%;
	float: left;
	clear: both;
}
.item-options dd {
	padding-left: 10px;
	float: left;
}
.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 .item-options {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
	font-weight: bold;
	text-transform: uppercase;
}
.truncated .show .item-options {
	top: -20px;
	left: 50%;
}
.col-left .truncated .show .item-options {
	left: 30px;
	top: 7px;
}
.col-right .truncated .show .item-options {
	left: -240px;
	top: 7px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
	font-weight: bold;
	padding: 10px 0 0 0;
}
.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;
}
.sp-methods .checkmo-list li {
	margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right;
}
.sp-methods .checkmo-list address {
	float: left;
}
.sp-methods .centinel-logos a {
	margin-right: 3px;
}
.sp-methods .centinel-logos img {
	vertical-align: middle;
}
.sp-methods .release-amounts {
	margin: 0.5em 0 1em;
}
.sp-methods .release-amounts button {
	float: left;
	margin: 5px 10px 0 0;
}
.please-wait {
	float: right;
	margin-right: 5px;
}
.please-wait img {
	vertical-align: middle;
}
.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 .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}
.tool-tip .tool-tip-content {
	padding: 5px;
}
/* Gift Messages */
.gift-messages {
	margin: 13px 0;
}
.gift-messages-form {
}
.gift-messages-form {
	position: relative;
}
.gift-messages-form label {
	float: none !important;
	position: static !important;
}
.gift-messages-form h4 {
}
.gift-messages-form .whole-order {
}
.gift-messages-form .item {
	margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}
.gift-messages-form .item .product-image {
	margin: 0 0 7px;
}
.gift-messages-form .item .number {
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.gift-messages-form .item .details {
	margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
}
.gift-message-link {
	display: block;
	background: url(../images/bkg_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;
}
/* Centinel */
.centinel {
}
.centinel .authentication {
	border: 1px solid #ddd;
	background: #fff;
}
.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
/* Generic Info Set */
.info-set {
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
	background: #F0F0F0;
	border: solid 1px #EAEAE6;
}
.block-progress dt {
	border-bottom: solid 1px #D5D5D5;
	padding: 10px 0;
	line-height: 18px;
}
.block-progress dd {
	border-bottom: solid 1px #D5D5D5;
	padding: 10px 0;
	line-height: 18px;
}
.block-progress .last {
	border: 0 !important;
}
.block-progress dt.complete, .block-progress dd.complete {
}
.opc {
	border-bottom: 1px solid #E6E6E6;
	position: relative;
}
.opc li.section {
	border: 1px solid #E6E6E6;
	border-bottom: 0;
}
.opc .buttons-set.disabled button.button {
	display: none;
}
.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
}
.opc .step-title {
	padding: 11px 0 14px 17px;
	text-align: right;
}
.opc .step-title .number {
	float: left;
	border: solid 1px #6A6969;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	color: #6A6969;
}
.opc .step-title h2 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 0 0;
	color: #6A6969;
}
.opc .step-title a {
	display: none;
	float: right;
}
.opc .allow .step-title {
	cursor: pointer;
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active {
}
.opc .active .step-title {
	cursor: default;
}
.opc .active .step-title .number {
	background: #6A6969;
	color: #fff;
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
	border-top: 1px solid #E6E6E6;
	padding: 18px;
	position: relative;
}
.opc .step .tool-tip {
	right: 10px;
}
.opc .order-review {
}
.opc .order-review .authentication {
}
.opc .order-review .warning-message {
}
/* 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 {
	display: block;
	padding-bottom: 20px;
}
.multiple-checkout .grand-total .price {
}
.multiple-checkout .box {
	margin-bottom: 15px;
}
.multiple-checkout .col2-set h2.legend {
	margin-bottom: 10px;
}
.multiple-checkout h3 {
	margin-bottom: 10px;
}
.multiple-checkout h2, .multiple-checkout h4 {
	margin-bottom: 5px;
}
.multiple-checkout .data-table tfoot td {
	overflow: hidden;
}
.multiple-checkout .data-table tfoot td button {
	height: 21px;
}
.checkout-multishipping-overview .data-table {
	margin-bottom: 20px;
}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {
}
.account-login h2, .account-login p {
	padding-bottom: 13px;
}
.account-login .new-users {
}
.account-login .registered-users {
}
.account-create {
}
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay {
	background: url(../images/window_overlay.png) repeat;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
}
.remember-me label {
}
.remember-me-popup {
}
.remember-me-popup h3 {
}
.remember-me-popup .remember-me-popup-head {
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
}
.remember-me-popup .remember-me-popup-body {
}
.remember-me-popup .remember-me-popup-body a {
}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}
.my-account h2, .my-account h3, .my-account h4, .my-account .col2-set {
	padding-bottom: 13px;
}
/********** < Dashboard */
.dashboard {
}
.dashboard .welcome-msg {
}
.dashboard .welcome-msg {
	padding-bottom: 13px;
}
.dashboard .box-title, .dashboard .box-head {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}
.dashboard .box-title h2, .dashboard .box-title h3, .dashboard .box-head h2, .dashboard .box-head h3 {
	float: left;
}
.dashboard .box-title a, .dashboard .box-head a {
	float: right;
}
/* Block: Recent Orders */
.dashboard .box-recent {
	margin: 10px 0;
}
/* Block: Account Information */
.dashboard .box-info {
}
/* Block: Reviews */
.dashboard .box-reviews .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #ddd;
}
.dashboard .box-reviews .details {
	margin-left: 20px;
}
/* Block: Tags */
.dashboard .box-tags .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #ddd;
}
.dashboard .box-tags .details {
	margin-left: 20px;
}
/********** Dashboard > */

/* Address Book */
.addresses-list {
}
.addresses-list-additional li.item {
}
/* 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;
}
.order-date {
	margin: 10px 0;
}
.order-info-box {
}
.order-items {
	width: 100%;
	overflow-x: auto;
}
.order-additional {
	margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
	color: #666;
}
.gift-message dd {
	font-size: 13px;
	margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
	font-weight: bold;
}
.order-about dd {
	font-size: 13px;
	margin: 0 0 7px;
}
.tracking-table {
	margin: 0 0 15px;
}
.tracking-table th {
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table-popup {
	width: 100%;
}
.tracking-table-popup th {
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
	padding: 1px 8px;
}
/* Order 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;
}
/* My Reviews */
.product-review .product-img-box {
	float: left;
	width: 140px;
}
.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
}
.product-review .product-img-box .label {
	font-size: 11px;
	margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}
.product-review .product-details {
	margin-left: 150px;
}
.product-review .product-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.product-review h3 {
}
.product-review .ratings-table {
	margin: 0 0 10px;
}
.product-review dt {
	font-weight: bold;
}
.product-review dd {
	font-size: 13px;
	margin: 5px 0 0;
}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {
	padding: 8px 0 30px 0;
	margin: 10px 0 10px 0;
	border-top: 1px solid #666666;
	font-size: .75em;
	width: 100%;
}
.footer p {
	text-align: right;
}
.footer ul {
	display: inline;
}
ul, ol {
 list-style: none;
}
.footer li {
	display: inline;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid grey;
}
.footer address {
	float: right;
}
.footer-container .bottom-container {
	text-align: center;
}
.footer_block {
	padding: 26px 0 0 0;
}
/*.footer_block h2 {
	padding: 0 0 14px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #43403D;
}
.footer_block li {
	padding: 0 0 5px 0;
}
.footer_block li a {
	color: #5D5D5D;
	text-decoration: none;
}
.footer_block li a:hover {
	color: #7EB40B;
	text-decoration: none;
}
*/

.f_cols {
	float: left;
}
.fcol1 {
	width: 240px;
}
.fcol2 {
	width: 240px;
}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
/* ======================================================================================= */

.clear {
	clear: both;
	height: 1px;
	font-size: 0%;
	line-height: 0%;
}
.new_products {
	padding: 15px 0 0 0;
	margin-bottom: -10px;
}
.bg_cont1 {
/*background: url(../images/bg_cont1.gif) no-repeat;*/
}
.bg_cont2 {
/*background: url(../images/bg_cont2.gif) repeat-y; */
	
/*	-moz-box-shadow-bottom: 5px #E5E5E5;
	-webkit-box-shadow-bottom: 5px #E5E5E5;
	box-shadow-bottom: 5px #E5E5E5;*/
}
.bg_cont3 {
	/*background: url(../images/bg_cont3.gif) no-repeat 0% 100%;*/
	padding: 3px 0 22px 0px;
	overflow: hidden;
}
.checkout-cart-index .bg_cont3 {
	padding-top: 47px;
}
.checkout-cart-index .page-title {
	margin: -53px 0 0 -17px;
	position: absolute;
}
.index_block {
	margin-bottom: 10px;
}
.index_block .bg_cont3 {
	padding: 30px;
}
.index_col1 {
	float: left;
	width: 470px;
}
.index_col2 {
	float: right;
	width: 470px;
}
.free_ship {
	padding: 10px 0 0 0;
}
.banner_row1 {
	overflow: hidden;
	margin-bottom: 10px;
}
.banner_row2 {
	overflow: hidden;
}
.banner1, .banner3 {
	float: left;
}
.banner2, .banner4 {
	float: right;
}
.index_slider {
	width: 470px;
	height: 512px;
	overflow: hidden;
}
/* The Nivo Slider styles */
#slider {
	display: none;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8;
	width: 100%;
	z-index: 89;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	display: none !important;
}
.nivo-directionNav a {
	position: absolute;
	z-index: 99;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
	margin: 190px 0 0 30px;
	width: 43px;
	height: 43px;
	display: none;
	text-indent: -9999px;
}
.nivo-nextNav {
	right: 0px;
	margin: 190px 30px 0 0;
	width: 43px;
	height: 43px;
	display: none;
	text-indent: -9999px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	margin: 482px 14px 0 0;
	top: 0;
	right: 0;
	z-index: 1000;
}
.nivo-controlNav a {
	float: left;
	position: relative;
	z-index: 99;
	cursor: pointer;
	background: url(../images/slider_nav.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	display: block;
	margin: 0 6px 0 0;
	text-indent: -9999px;
}
.nivo-controlNav a.active {
	background-position: 0 -10px;
}
#checkout-step-login h3, #checkout-step-login h4, #checkout-step-login p {
	padding-bottom: 13px;
}
#checkout-step-billing .form-list, #checkout-step-shipping .form-list {
	margin: 0 -200px 0 0;
}
#checkout-step-billing .form-list .field, #checkout-step-shipping .form-list .field {
	width: 362px;
}
#checkout-step-billing .form-list label, #checkout-step-shipping .form-list label {
}
#checkout-step-billing .form-list input.input-text, #checkout-step-shipping .form-list input.input-text {
	width: 276px;
	font-size: 11px;
}
#checkout-step-billing .form-list select, #checkout-step-shipping .form-list select {
	width: 282px;
	font-size: 11px;
}
#checkout-step-billing .form-list li.wide input.input-text, #checkout-step-shipping .form-list li.wide input.input-text {
	width: 638px;
}
#checkout-step-billing .control {
	float: left;
	padding: 0 45px 0 0;
}
.my-wishlist .product-name {
	padding-top: 13px !important;
}
.my-wishlist textarea {
	width: 90%;
}
.my-wishlist .buttons-set button {
	margin: 0 0 0 10px;
}
.my-wishlist .data-table button {
	margin: 10px 0;
	height: 21px !important;
}
#my-tags-table button {
	height: 21px !important;
}
#my-orders-table .last .nobr {
	white-space: normal;
}
#my-orders-table .last .separator {
	display: none;
}
#my-orders-table .last a {
	display: block;
}
.infopage p {
	padding-bottom: 13px;
}
.sales-guest-form .form-alt li {
	margin-bottom: 12px;
	overflow: hidden;
}
#checkout-review-table tfoot td strong {
	color: #7EB40B;
}
#advanced-search-list label {
	padding-right: 5px;
}
#review-buttons-container {
	height: 21px;
	margin-bottom: 5px;
}
.checkout-multishipping-address-newshipping .form-list li.control {
	float: left;
	margin-right: 20px;
}
.checkout-multishipping-address-newshipping .fieldset_clear {
	overflow: hidden;
}
/* MAP Popup============================================================================== */
.price-box.map-info .price {
	padding-right: 10px;
}
.product-view .product-shop .price-box.map-info {
	margin: 0 10px 0 0;
}
.product-view .product-shop .price-box.map-info a {
	padding: 0 4px;
	font-size: 11px;
}
.cart-msrp-totals {
	color: red;
	font-size: 12px !important;
	font-weight: bold;
	margin: 10px 10px 0;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
}
.map-cart-sidebar-total {
	color: red;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	text-shadow: 0 1px 0 #fff;
}
.map-popup {
	background: #fff;
	border: 1px solid #aaa;
	margin: 12px 0 0;
	position: absolute;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
	text-align: left;
	width: 300px;
	z-index: 1400;
}
.map-popup-heading {
	background: #FBFBFB;
	border-bottom: 1px solid #ccc;
	padding: 5px 30px 5px 10px;
	width: 260px;
}
.map-popup-heading h2 {
	font-size: 16px;
	margin: 0;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis;
	color: #7EB40B;
}
.map-popup-arrow {
	background: 0;
	position: absolute;
	left: 50%;
	top: -10px;
	height: 10px;
	width: 19px;
}
.map-popup-close {
	background: url(../images/btn_window_close.gif) no-repeat;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	height: 15px;
	width: 15px;
	text-indent: -9999em;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.map-popup-content {
	border-top: 1px solid #eee;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	width: 280px;
}
.map-popup-checkout {
	display: inline;
	float: right;
	text-align: right;
}
.map-popup-checkout .paypal-logo {
	margin: 0 0 5px;
}
.map-popup-price .price-box, .map-popup-price .price-box .special-price {
	margin: 0;
	padding: 5px 0;
}
.map-popup-price {
	margin: 5px 0 0;
}
.map-popup-text {
	clear: right;
	margin: 0 10px;
	padding: 10px 0;
	text-align: left;
	word-wrap: break-word;
}
.map-popup-only-text {
	border-top: 1px solid #ddd;
}
/* MAP Popup============================================================================== */


/* Product Images */
.product-view .product-img-box .product-image-zoom a {
	width: 263px;
	height: 263px;
	display: block;
}
.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	position: relative;
	z-index: 9999;
}
.product-view .product-img-box .product-image-zoom a:hover .wrapper_pic_zoom {
	top: 0;
}
.wrapper_pic_zoom {
	background: url(../images/pic_zoom.png) no-repeat scroll 50% 50% transparent;
	width: 261px;
	height: 261px;
	position: absolute;
	left: 0;
	top: -190px;
	z-index: 101;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	height: 13px;
}
div.pp_default .pp_top .pp_left {
	background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
} /* Top left corner */
div.pp_default .pp_top .pp_middle {
	background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
} /* Top pattern/color */
div.pp_default .pp_top .pp_right {
	background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
} /* Top right corner */
div.pp_default .pp_content .ppt {
	color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px;
}
div.pp_default .pp_content {
	background-color: #fff;
} /* Content background */
div.pp_default .pp_next:hover {
	background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.pp_default .pp_previous:hover {
	background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.pp_default .pp_expand {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
} /* Expand button */
div.pp_default .pp_expand:hover {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.pp_default .pp_contract {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
} /* Contract button */
div.pp_default .pp_contract:hover {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer;
} /* Close button */
div.pp_default #pp_full_res .pp_inline {
	color: #000;
}
div.pp_default .pp_gallery ul li a {
	background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa;
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
	border-color: #fff;
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto;
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px;
}
div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px;
}
div.pp_default .pp_details {
	position: relative;
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
	background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	margin: 4px 0 0 0;
	width: 20px;
}
div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px;
} /* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px;
}
div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 105px;
	position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 2px;
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7;
}
div.pp_default .pp_description {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
} /* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
} /* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
} /* Bottom right corner */
div.pp_default .pp_loaderIcon {
	background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
} /* Loader icon */
/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


div.light_rounded .pp_top .pp_left {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
} /* Top left corner */
div.light_rounded .pp_top .pp_middle {
	background: #fff;
} /* Top pattern/color */
div.light_rounded .pp_top .pp_right {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
} /* Top right corner */
div.light_rounded .pp_content .ppt {
	color: #000;
}
div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right {
	background: #fff;
}
div.light_rounded .pp_content {
	background-color: #fff;
} /* Content background */
div.light_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.light_rounded .pp_previous:hover {
	background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.light_rounded .pp_expand {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.light_rounded .pp_expand:hover {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.light_rounded .pp_contract {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.light_rounded .pp_contract:hover {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.light_rounded .pp_details {
	position: relative;
}
div.light_rounded .pp_description {
	margin-right: 85px;
}
div.light_rounded #pp_full_res .pp_inline {
	color: #000;
}
div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}
div.light_rounded .pp_nav .pp_play {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_rounded .pp_arrow_previous {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
} /* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.light_rounded .pp_arrow_next {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
} /* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.light_rounded .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
} /* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
	background: #fff;
} /* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
} /* Bottom right corner */
div.light_rounded .pp_loaderIcon {
	background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
} /* Loader icon */
/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
div.dark_rounded .pp_top .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
} /* Top left corner */
div.dark_rounded .pp_top .pp_middle {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
} /* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
} /* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
} /* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
} /* Right Content background */
div.dark_rounded .pp_content {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
} /* Content background */
div.dark_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.dark_rounded .pp_previous:hover {
	background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.dark_rounded .pp_expand {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.dark_rounded .pp_expand:hover {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.dark_rounded .pp_contract {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.dark_rounded .pp_contract:hover {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.dark_rounded .pp_details {
	position: relative;
}
div.dark_rounded .pp_description {
	margin-right: 85px;
}
div.dark_rounded .currentTextHolder {
	color: #c4c4c4;
}
div.dark_rounded .pp_description {
	color: #fff;
}
div.dark_rounded #pp_full_res .pp_inline {
	color: #fff;
}
div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}
div.dark_rounded .pp_nav .pp_play {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_rounded .pp_arrow_previous {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
} /* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.dark_rounded .pp_arrow_next {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
} /* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.dark_rounded .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
} /* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
} /* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
} /* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
	background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
} /* Loader icon */
/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
	background: #000;
}
div.dark_square .currentTextHolder {
	color: #c4c4c4;
}
div.dark_square .pp_description {
	color: #fff;
}
div.dark_square .pp_loaderIcon {
	background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
} /* Loader icon */
div.dark_square .pp_expand {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.dark_square .pp_expand:hover {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.dark_square .pp_contract {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.dark_square .pp_contract:hover {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.dark_square .pp_details {
	position: relative;
}
div.dark_square .pp_description {
	margin: 0 85px 0 0;
}
div.dark_square #pp_full_res .pp_inline {
	color: #fff;
}
div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}
div.dark_square .pp_nav {
	clear: none;
}
div.dark_square .pp_nav .pp_play {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_square .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_square .pp_arrow_previous {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
} /* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.dark_square .pp_arrow_next {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
} /* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.dark_square .pp_next:hover {
	background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.dark_square .pp_previous:hover {
	background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
	background: #fff;
}
div.light_square .pp_content .ppt {
	color: #000;
}
div.light_square .pp_expand {
	background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.light_square .pp_expand:hover {
	background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.light_square .pp_contract {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.light_square .pp_contract:hover {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.light_square .pp_details {
	position: relative;
}
div.light_square .pp_description {
	margin-right: 85px;
}
div.light_square #pp_full_res .pp_inline {
	color: #000;
}
div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}
div.light_square .pp_nav .pp_play {
	background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_square .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_square .pp_arrow_previous {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
} /* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.light_square .pp_arrow_next {
	background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
} /* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.light_square .pp_next:hover {
	background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.light_square .pp_previous:hover {
	background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.light_square .pp_loaderIcon {
	background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
} /* Loader icon */
/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
div.facebook .pp_top .pp_left {
	background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
} /* Top left corner */
div.facebook .pp_top .pp_middle {
	background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
} /* Top pattern/color */
div.facebook .pp_top .pp_right {
	background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
} /* Top right corner */
div.facebook .pp_content .ppt {
	color: #000;
}
div.facebook .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
} /* Content background */
div.facebook .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
} /* Content background */
div.facebook .pp_content {
	background: #fff;
} /* Content background */
div.facebook .pp_expand {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.facebook .pp_expand:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.facebook .pp_contract {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.facebook .pp_contract:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.facebook .pp_details {
	position: relative;
}
div.facebook .pp_description {
	margin: 0 37px 0 0;
}
div.facebook #pp_full_res .pp_inline {
	color: #000;
}
div.facebook .pp_loaderIcon {
	background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
} /* Loader icon */
div.facebook .pp_arrow_previous {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
} /* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default;
}
div.facebook .pp_arrow_next {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
} /* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default;
}
div.facebook .pp_nav {
	margin-top: 0;
}
div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px;
}
div.facebook .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px;
}
div.facebook .pp_next:hover {
	background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.facebook .pp_previous:hover {
	background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.facebook .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
} /* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
} /* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
} /* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus {
	outline: none;
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}
.pp_top {
	height: 20px;
	position: relative;
}
* html .pp_top {
	padding: 0 20px;
}
.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_top .pp_middle {
	left: 0;
	position: static;
}
.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_content {
	height: 40px;
	min-width: 40px;
}
* html .pp_content {
	width: 40px;
}
.pp_fade {
	display: none;
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}
.pp_content_container .pp_left {
	padding-left: 20px;
}
.pp_content_container .pp_right {
	padding-right: 20px;
}
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px 0;
}
.pp_description {
	display: none;
	margin: 0;
}
.pp_social {
	float: left;
	margin: 7px 0 0 0;
}
.pp_social .facebook {
	float: left;
	position: relative;
	top: -1px;
	margin-left: 5px;
	width: 55px;
	overflow: hidden;
}
.pp_social .twitter {
	float: left;
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}
.pp_nav p {
	float: left;
	margin: 2px 4px;
}
.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}
a.pp_arrow_previous, a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}
.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
.pp_gallery ul a {
	border: 1px #000 solid;
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}
.pp_gallery ul a:hover, .pp_gallery li.selected a {
	border-color: #fff;
}
.pp_gallery ul a img {
	border: 0;
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.pp_gallery li.default a {
	background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}
.pp_gallery li.default a img {
	display: none;
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}
a.pp_next {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
a.pp_previous {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px;
}
.pp_bottom {
	height: 20px;
	position: relative;
}
* html .pp_bottom {
	padding: 0 20px;
}
.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}
.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}
#pp_full_res {
	line-height: 1 !important;
}
#pp_full_res .pp_inline {
	text-align: left;
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px 0;
}
div.ppt {
	color: #fff;
	display: none!important;
	font-size: 30px;
	margin: 0 0 5px 15px;
	z-index: 9999;
}
/* Social Share Toolbar Start */
.social_buttons {
	width: 370px;
}
/* Social Share Toolbar END */

/* START jQuery popup Styles*/
.web_dialog_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .15;
	filter: alpha(opacity=15);
	-moz-opacity: .15;
	z-index: 1001;
	display: none;
}
.web_dialog {
	display: none;
	position: fixed;
	width: 550px;
	height: 400px;
	top: 100px;
	left: 40%;
	margin-left: -190px;
	margin-top: 10px;
	background-color: #ffffff;
	border: 2px solid #336699;
	padding: 0px;
	z-index: 1002;
	font-family: Verdana;
	font-size: 10pt;
	overflow-y: scroll;
}
.web_dialog_title {
	border-bottom: solid 2px #336699;
	background-color: #336699;
	padding: 4px;
	color: White;
	font-weight: bold;
}
.web_dialog_title a {
	color: White;
	text-decoration: none;
}
.align_right {
	text-align: right;
}
/* END jQuery popup Styles*/

/* TOP LINK Social icons*/
.topSocial {
	z-index: 9999;
	overflow: visible;
	float: right;
	margin: -3px 0 0 4px;
}
/* END TOP LINK Social icons*/	

.chkmesWrap {
	margin: 10px 0;
	padding: 12px 12px 17px 16px;
	border: 1px solid #ddd;
	text-align: left;
}
button.button-chk {
	background: #6A6969;
	color: #fff;
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	width: 150px;
	height: 21px !important;
	float: right;
	text-align: center;
	margin: 5px 5px 5px 5px !important;
	padding: 0 10px;
	cursor: pointer;
	border: none;
}
button.sugstn {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	width: 150px;
	height: 21px !important;
	background-color: #6A6969;
	color: #FFF;
	border: none;
	margin: 5px !important;
	float: right;
	cursor: pointer;
}
button.sugstn:hover {
	background: #f57d1c !important;
}
/*------ Remove | on last footer item -----------*/
.f-left ul li.last {
	border-right: none;
}
/*------ .pdf download -----------*/
p.pdfdownload {
	background: url(../images/pdf16.png) no-repeat;
	padding: 1px 22px 0;
	margin: 0 0 5px;
}
/*------ Custom Blinds CMS -----------*/
.cstmbli {
	text-align: justify;
}
.cstmbli img {
	display: block;
	margin: 0 auto;
}
.cstmbli h4 {
	display: block;
	margin: 0 auto;
	width: 335px;
}
/*------ Custom Popup on Cart -----------*/
#backgroundPopup {
	z-index: 1;
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	background: #fff;
	top: 0px;
	left: 0px;
}
#popupredirect {
	display: none;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	text-align: center;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ccc;
	color: #333333;
	font-size: 12px;
	width: 667px;
	height: auto;
	top: 50%;
	left: 50%;
	margin: -70px 0 0 -357px;
	position: fixed;	
	z-index: 2;
	padding:20px;
}

#toPopup {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ccc;
	/*border-radius: 3px 3px 3px 3px;*/
	color: #333333;
	display: none;
	font-size: 10px;
	width: 360px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -175px;
	position: fixed;
	z-index: 2;
}
.popupCurt {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	text-align: center;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ccc;
	/*border-radius: 3px 3px 3px 3px;*/
	color: #333333;
	display: none;
	font-size: 12px;
	width: 500px;
	height: 475px;
	top: 50%;
	left: 50%;
	margin: -237px 0 0 -250px;
	position: fixed;
	z-index: 2;
}
#popupRodwoRing {
	height: 275px !important;
	margin: -137px 0 0 -250px;
}
.popupMount {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	text-align: left;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ccc;
	color: #333333;
	display: none;
	font-size: 12px;
	width: 500px;
	height: 515px;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -275px;
	position: fixed;	
	z-index: 2;
}

#popup_content p {margin-bottom: 10px;}

#popupPickup {
	height: 485px !important;
} 

#popupRodRing1 {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
	text-align: center;
	border: 1px solid #ccc;
	/*border-radius: 3px 3px 3px 3px;*/
	color: #333333;
	display: none;
	font-size: 12px;
	left: 50%;
	margin-left: -402px;
	position: fixed;
	top: 20%;
	width: 500px;
	height: 100px;
	z-index: 2;
}
#popupNoRod {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
	text-align: center;
	border: 1px solid #ccc;
	/*border-radius: 3px 3px 3px 3px;*/
	color: #333333;
	display: none;
	font-size: 12px;
	width: 550px;
	height: 510px;
	top: 50%;
	left: 50%;
	margin: -255px 0 0 -275px;
	position: fixed;
	z-index: 2;
}
.rodCont {
	width: 200px; 
	padding: 5px;
	margin: 0 30px 15px 30px;
	text-align: center; width: 200px;
	-webkit-box-shadow: #666 1px 3px 5px;
	-moz-box-shadow: #666 1px 3px 5px;
	box-shadow: #666 1px 3px 5px;
	background: #F8F8FF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F8F8FF), to(#F8F8FD));
	background: -webkit-linear-gradient(#F8F8FF, #F8F8FD);
	background: -moz-linear-gradient(#F8F8FF, #F8F8FD);
	background: -ms-linear-gradient(#F8F8FF, #F8F8FD);
	background: -o-linear-gradient(#F8F8FF, #F8F8FD);
	background: linear-gradient(#F8F8FF, #F8F8FD);
	-pie-background: linear-gradient(#F8F8FF, #F8F8FD);
	behavior: url(/skin/pie/PIE.htc);
}
.rodCont .rodContent {

}
.rodContLeft {
	float: left; 
}
.rodContRight {
	float: right; 
}
.popupBtnClose {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	width: auto;
	min-width: 100px;
	padding: 3px 5px 3px 5px;
	height: 21px !important;
	background-color: #6A6969;
	color: #FFF;
	border: none;
	margin: 30px !important;
	cursor: pointer;
	alignment-baseline:central;
}
.popupBtnClose:hover {
	background: #f57d1c !important;	
	text-decoration: none !important;
}
a.popupwi, a.popupwo, a.popupCordTrack, a.popupHandTrack, a.popupPurch{
	padding: 4px 8px;
	background-color: #6A6969;
	color: #FFF;
	border: none;
	cursor: pointer;
}
a.popupPurch:hover {
	background: #f57d1c !important;	
	text-decoration:none;
}
a.popupwi:hover {
	background: #f57d1c !important;	
	text-decoration:none;
}
a.popupwo:hover {
	background: #f57d1c !important;	
	text-decoration:none;
}
a.popupCordTrack:hover {
	background: #f57d1c !important;	
	text-decoration:none;
}
a.popupHandTrack:hover {
	background: #f57d1c !important;	
	text-decoration:none;
}
button.addRodbtn {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	width: 75px;
	height: 21px !important;
	background-color: #6A6969;
	color: #FFF;
	border: none;
	margin: 5px !important;
	cursor: pointer;
}
button.addRodbtn:hover {
	background: #f57d1c !important;	
}
a.addRodbtn {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	width: 75px;
	height: 21px !important;
	background-color: #6A6969;
	color: #FFF;
	border: none;
	margin: 20px 5px !important;
	cursor: pointer;
	text-align: center;
}
a.addRodbtn:hover {
	background: #f57d1c !important;	
}
p strong a.addRodbtn {
	color: #fff;
	z-index: 998;
}
p strong a.addRodbtn:hover {
	text-decoration:none
}
div.loader {
	background: url(../images/qjuerypopup/loading.gif) no-repeat scroll 0 0 transparent;
	height: 32px;
	width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.loadMount {
	background: url(../images/qjuerypopup/loading.gif) no-repeat scroll 0 0 transparent;
	height: 32px;
	width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
	background: url(../images/qjuerypopup/closebox.png) no-repeat scroll 0 0 transparent;
	bottom: 24px;
	cursor: pointer;
	float: right;
	height: 30px;
	left: 27px;
	position: relative;
	width: 30px;
}
span.ecs_tooltip {
	background: none repeat scroll 0 0 #000000;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	display: none;
	font-size: 11px;
	height: 16px;
	opacity: 0.7;
	padding: 4px 3px 2px 5px;
	position: absolute;
	right: -62px;
	text-align: center;
	top: -51px;
	width: 93px;
}
span.arrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #000000;
	display: block;
	height: 1px;
	left: 40px;
	position: relative;
	top: 3px;
	width: 1px;
}
div#popup_content {
	margin: 4px 7px;
}
#popupCordTrack ul, #popupHandTrack ul, #popupRodRing ul, #popupRodwoRing ul, #popupRodwiRing ul {
	text-align: left;
	list-style: initial;
	margin-left: 15px;
}
.imgWithRing {
	background: url(../images/curtains/popup/Rod-With-Rings.jpg) no-repeat scroll 0 0 transparent;	
}
/* Home page tiles */ 
.imglink {
	float: left;
	margin: 0 9px;
}
.first {
	margin-left: 0px;
}
.last {
	margin-right: 0px;
}
.discountclass {
	color: #F00;
}
.popupBtnClose {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	width: auto;
	min-width: 100px;
	padding: 3px 5px 3px 5px;
	height: 21px !important;
	background-color: #6A6969;
	color: #FFF;
	border: none;
	margin: 30px !important;
	cursor: pointer;
	alignment-baseline: central;
	z-index: 9999;
}
.popupBtnClose:hover {
	background: #f57d1c !important;
	text-decoration: none !important;
}
/* Align Product options horizontally when using 'hz' tag in Custom options*/
.product-options .hz ul.options-list li {
	float: left;
	padding: 2px 10px 2px 0; /* fix: "radio button appear under the image with the label" */
	max-width: 60px; /* fix: "radio button appear under the image with the label" */
	min-height: 110px; /* fix: "radio button appear under the image with the label" */
}
.product-options .hz ul.options-list {
	list-style: none;
	min-height: 100px;
}
.product-options .hz ul li img {
	border: 1px solid #ccc;
}
#page-price {
	font: 32px/1.2 Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	font-weight: normal !important;
}
#page-sale-price {
	color: #F00;
	font: 32px/1.2 Arial, Helvetica, sans-serif;	
}
.cart-img {
	border: 1px solid #d6d6d6;
	padding: 10px 10px;
}
.no-click {
	pointer-events: none;
    cursor: default;	
}	

/*------ SIDE NAV -----------*/
#Accordion li span h3 {
	padding: 2px 8px 2px;
	font-size: 14px;
	cursor: pointer; 
	line-height: 25px;
}
#Accordion li h4 {
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left:15px;
	padding: 3px 5px;
	font-size: 1em;
}
#Accordion li h4:hover {
	z-index: auto;
	background-color: #acb72f;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#Accordion li span h3:hover{
	z-index: auto;
	background-color: #acb72f;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#Accordion li a {
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: 23px;
	margin-left:15px;
	padding: 3px 5px;
}
#Accordion li a:hover {
	z-index: auto;
	background-color: #acb72f;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: none;
}
#Accordion a.sideactive {
	z-index: auto;
	color: #fff; 
	background-color: #acb72f;
}
#Accordion a.navColour {
	text-decoration: none;
	/*border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
	line-height: 23px;
	margin-left:30px;
	padding: 3px 5px;
}
/*---------- END SIDE NAV ----------*/
.prodCode {
	margin: 50px 0 30px 0;	
}
.prodCodeSale {
	margin: 70px 0 30px 0;	
}
.staticBlockRight {
	margin-left: 20px
}	
.listLanding {
	padding: 0 0 0 22px;
	position: relative;
}
.cmLanding ul {
	list-style:disc;
}
.landingRowOne {
	min-height: 458px;
}
.landingLeft {
	width: 49%;
	float: left;
	min-height: 450px;
}
.landingRight {
	width: 49%;
	float: left;	
	min-height: 450px;
	padding: 0 0 0 7px;
}
.imgShadow:hover {
	text-decoration:none;
	box-shadow: 4px 5px 5px #888888;
	zoom: 1;
    filter:
          progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=90,strength=6),
          progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=180,strength=6);
}

.landingLeftCMC {
width: 49%;
float: left;
min-height: 330px;
}

.landingRightCMC {
width: 49%;
float: left;
min-height: 330px;
padding: 0 0 0 7px;
}

.timeframe {
	margin: 10px 0 0;	
	padding: 0 0 0 18px;
	background: url(../images/icon_lorry.gif) 0 -1px no-repeat;
	float: left;
}
/* ---------- CART POSTCODE TABS  ----------*/
.cartTabs {
  position: relative;   
  min-height: 208px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: #666; 
  color: #fff;
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
.tab [type=radio] {
  display: none;   
}
.tabContent {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc;
  overflow-y: scroll;
}
[type=radio]:checked ~ label {
  background: white;
  /*border-bottom: 1px solid #ccc;*/
  z-index: 2;
  color: #666;
}
[type=radio]:checked ~ label ~ .tabContent {
  z-index: 1;
}
/* Checkout Discount Align Fix*/
td.a-right.last .price {
	float: left !important;
}
.productHeading {
	color: #5b5b5b !important; 
	font-size: 1.09em !important; 
	font-weight: bold !important; 
	margin-bottom: 0 !important; 
	padding: 0 !important; 
	border: none !important; 
	text-transform: uppercase !important;
}
.cart-cell.wishPrice .price {
	color: #666;
	font-size: 18px;
	font-style: normal !important;
	font-weight: normal;
}
.chkoutbtn {
	padding: 2px 6px;
	background-color: #6A6969;
	color: #FFF;
	border: none;
	cursor: pointer;
	text-align: center;
}
.chkoutbtn:hover {
	background: #f57d1c !important;	
	text-decoration:none;
}
span.lblTooltip {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #89A4CC;
  line-height: 16px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
span.lblTooltip:hover { 
background-color: #3D6199; 
}
div.tooltip1 {
  background-color: #899096;
  color: White;
  position: absolute;
  left: 25px;
  top: -25px;
  z-index: 1000000;
  width: 100px;
  border-radius: 5px;
}
div.tooltip1:before {
  border-color: transparent #899096 transparent transparent;
  border-right: 6px solid #899096;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 32%;
  left: -6px;
}
div.tooltip1 p {
  margin: 10px;
  color: white;
}
.calc-price {
	display: none;
}
.calc-price .price-box {
		width: 98%;	
		padding: 10px 0;		
}
.calc-price .price-box .regular-price .price {
	font: 22px/1.2 Arial, Helvetica, sans-serif !important;		
}
.optionHide{
	display: none;
}

.red {
	color: #F00;
	font-weight:bold;	
}

input.radio.product-custom-option {float:left;}

#tailored-fit-note {display: none; padding:10px; border-style: none solid solid; border-width: 0 1px; border-color: #ddd}

/*div.tailored-fit p {margin: 10px 0;}*/
div.tailored-fit ul {list-style-type: circle; padding-left:20px;}
div.tailored-fit {clear:both;}
div.tailor-section {min-height: 100px; float:left; clear:both; width: 600px;}
#step1-curtains, #step1-blinds, #step1-rods {float:right; text-align: center; padding: 10px 10px 0 10px; width:100px;}
#step1-curtains img, #step1-blinds img, #step1-rods img {max-width: 100%;}
#step1-curtains:hover, #step1-blinds:hover, #step1-rods:hover {cursor: pointer;}
#tailor-left, #tailor-right {float:left;}
#tailor-left {max-width: 600px; font-size: 1.2em;}
#tailor-left h2 {font-size: 1.5em;}
#tailor-right {text-align: right; margin-top:20px; width: 345px;}
#tailor-right img {float: right;}
div.tailor-section .tailor-header {width: 170px; float:left;}
div.tailor-section .tailor-details {margin-top: 25px; float:left;}
.tailor-section select, .tailor-section input[type="text"] {width: 345px; font-size: 1.2em;}
.selected {background: #5392ce; color: #fff;}
div.tailor-section .tailor-details label {font-weight:bold;}
#width-specs {margin-bottom: 20px;}
#mount-specs {margin-top: 20px;}
#mount-specs input[type=radio] {margin-right: 3px;}
.tailor-error {background: #ffa3a3; color: #bf1010; font-size: 11px; text-align: center;}
#productaddedtocart {position: fixed; top: 100px; right:0; background: #93ee49; color: #000; opacity: 0.5; width: 300px; height: 50px; line-height: 50px; text-align: center;}
#addtocart:hover, #calcprice:hover, #measureconfirmbut:hover, #viewguides:hover, #mountconfirmbut:hover, #stockconfirmbut:hover, #christmasconfirmbut:hover, .compatibleconfirmbut:hover, .trackhooksconfirmbut:hover {cursor: pointer;}
#tailored-price {font-weight: bold; font-size: 40px; clear:both; float:right; margin-top:20px; display: none;}
.quote-but span {font-size:14px !important; height: 35px !important; line-height: 35px !important;}
.orange-but span span {background: #f57d1c !important;}
#tear-sheets {float:left; display: block; margin-top:40px;}
.orangelinkbut {background: #f57d1c; color: #fff; float: right; font-weight: bold; padding: 5px;}
.orangelinkbut:hover {text-decoration: none;}
#measurementconfirmback {width: 100%; height:100%; background: #fff; opacity: 0.7; display: block; position: fixed; top:0; left:0;}
#measurementconfirm div, #mountconfirm div, #ashcroftstock div, #christmasconfirm div, .compatibleconfirm div, .trackhooksconfirm div {background: #fff; padding: 50px; position: fixed; top:50%; left: 50%; width: 680px; margin-left:-395px; height: 100px; margin-top: -75px; text-align: center; font-size: 1.3em; z-index: 999; border:1px solid #000;}
#mountconfirm div {width: 720px; margin-left: -410px;}
#measureconfirmbut, #viewguides, #mountconfirmbut, #stockconfirmbut, #christmasconfirmbut, .compatibleconfirmbut, .trackhooksconfirmbut {margin-top: 20px; font-size: 18px; padding: 10px;}
#tfcostnote {font-size: 12px; float: right; margin-top:10px;}

/* Checkout Tailored Fit */
.extrapricebreakdown {position: absolute; right:10px; text-align: right; top:20px; width: 175px;}
.extrapricebreakdown dt {float: left;}
.extrapricebreakdown dd {font-size: 1.2em; font-weight: bold;}
.cart-table td {position: relative;}
.priceright {text-align: right !important;}
.helperthumbimg {width: 100px; float: left; padding: 7px;}

/* Tailored Fit FAQ */
.tailoredfitfaqsteps dt {float: left; font-size: 60px; clear: both; color: #f57d1c;}
.tailoredfitfaqsteps dd {float: left; margin-left: 15px; display: table; height: 80px;}
.tailoredfitfaqsteps > dd > span {height: 60px; display: table-cell; vertical-align: middle;}
.tailoredfitfaqsteps > dd > span > span {font-weight: bold; font-size: 17px;}