/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2008 template-help.com
 */


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

.main-container {
	position: relative;
	width: 100%;
}

.right-taling {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 192px;
	background: url(../images/main_right_bg.jpg) left top repeat-x;
}

.header-wrapper {
	background: url(../images/header_wrapper.jpg) left top repeat-x #C2C5CA;
}

.content-wrapper {
	background: url(../images/content_wrapper.jpg) left top repeat-x #FFFFFF;
}

.footer-wrapper {
	background: url(../images/footer_wrapper.jpg) left top repeat-x #E7E7E7;
}

.page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.page-print {
	padding: 20px;
	text-align: left;
}

.page-popup {
	padding: 20px;
	text-align: left;
}

.main {
	padding: 0 7px;
}

.page-popup .page-title {
	padding-bottom: 15px;
}

.page-popup .page-title h2 {
	font-weight: bold;
}

body.page-popup {
	background: 0;
}

body.page-print {
	background: 0;
}

.page-print .print-head {
	margin-bottom: 15px;
}

.page-print .col2-set {
	padding: 10px 0;
}

.page-print .col2-set .col-1, .page-print .col2-set .col-2 {
	margin-top: 10px;
}

.content-block {
	background: url(../images/content_block_border_left.gif) left top repeat-y #FFFFFF;
	width: 100%;
}

.content-block .border-right {
	background: url(../images/content_block_border_right.gif) right top repeat-y;
}

.content-block .corner-left-top {
	background: url(../images/content_block_corner_left_top.gif) left top no-repeat;
}

.content-block .corner-right-top {
	background: url(../images/content_block_corner_right_top.gif) right top no-repeat;
	padding: 0px 13px 52px 12px;
}

.contant-indent {
	padding-top: 10px;
	overflow: hidden;
}


/* Base Columns */

.col-left {
	float: left;
	width: 225px;
}

.col-main {
	float: left;
	width: 471px;
}

.col-right {
	float: right;
	width: 225px;
}


/* 1 Column Layout */

.col1-layout .col-main {
	float: none;
	width: auto;
}


/* 2 Columns Layout */

.col2-left-layout .col-main {
	width: 716px;
	float: right;
}

.col2-right-layout .col-main {
	width: 716px;
}


/* 3 Columns Layout */

.col3-layout .col-main {
	width: 471px;
	margin-left: 20px;
}


/* Content Columns */

.col2-set .col-1 {
	float: left;
	width: 49%;
}

.col2-set .col-2 {
	float: right;
	width: 49%;
}

.col2-set .narrow {
	width: 33%;
}

.col2-set .wide {
	width: 65%;
}

.col3-set .col-1 {
	float: left;
	width: 32%;
}

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

.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}

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

.col4-set .col-3 {
	float: left;
	width: 23.5%;
}

.col4-set .col-4 {
	float: right;
	width: 23.5%;
}


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


/* Header ================================================================================ */

.header-container {}

.header {}

.header .header-top-block {
	background: url(../images/header_bg.jpg) left top no-repeat;
	padding: 19px 14px 5px 51px;
}

.header .header-top-block .left-col {
	width: 456px;
	float: left;
	padding-top: 9px;
	padding-bottom: 16px;
}

.header .header-top-block .right-col {
	width: 449px;
	float: right;
}

.header #logo {
	float: left;
	width: 448px;
	height: 75px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
}

.header .links {
	color: #FFFFFF;
	float: right;
}

.header .links li {
	display: inline;
	padding: 0 12px 0 11px;
	background: url(../images/top_links_divider.gif) right 3px no-repeat;
}

.header .links a {
	color: #FFFFFF;
	text-decoration: none;
}

.header .links a:hover {
	text-decoration: underline;
}

.header .links li.last {
	background: 0;
	padding-right: 0;
}

.header .language-switcher {
	text-align: right;
	padding: 14px 0 3px;
}

.header .language-switcher label {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 7px;
	display: block;
	float: right;
	padding-bottom: 10px;
}

.header .language-switcher img {
	margin-left: 3px;
}

.header .form-search {
	text-align: right;
}

.header .form-search label {
	display: none;
}

.header .form-search input {
	width: 140px;
	margin-right: 7px;
	margin-top: 1px;
	float: right;
}

.header .form-search button {
	width: 61px;
	height: 22px;
	background: url(../images/search_button.gif) left top no-repeat;
	border: 0;
	float: right;
}

.header .form-search button span {
	display: none;
}

.header-indent {
	padding: 0 7px;
}

.header .menu-block {
	background: url(../images/menu_block_border_top.gif) left top repeat-x #0B1520;
	width: 100%;
}

.header .menu-block .border-left {
	background: url(../images/menu_block_border_left.gif) left top repeat-y;
}

.header .menu-block .border-right {
	background: url(../images/menu_block_border_right.gif) right top repeat-y;
}

.header .menu-block .corner-left-top {
	background: url(../images/menu_block_corner_left_top.gif) left top no-repeat;
}

.header .menu-block .corner-right-top {
	background: url(../images/menu_block_corner_right_top.gif) right top no-repeat;
	padding: 3px 0 0 21px
}

.header .message-block {
	background: url(../images/message_block_border_top.gif) left top repeat-x #DFDFDF;
	width: 100%;
}

.header .message-block .border-bot {
	background: url(../images/message_block_border_bot.gif) left bottom repeat-x;
}

.header .message-block .border-left {
	background: url(../images/message_block_border_left.gif) left top repeat-y;
}

.header .message-block .border-right {
	background: url(../images/message_block_border_right.gif) right top repeat-y;
}

.header .message-block .corner-left-top {
	background: url(../images/message_block_corner_left_top.gif) left top no-repeat;
}

.header .message-block .corner-right-top {
	background: url(../images/message_block_corner_right_top.gif) right top no-repeat;
	padding: 6px 9px;
	overflow: hidden;
}

.header .welcome-msg {
	color: #1B1F3A;
	font-size: 0.91em;
	float: left;
	padding: 8px 0 0;
}

.header .search {
	float: right;
}

.header .search .search_box {
	width: 700px;
	padding-right: 10px;
	background-color: rgba(86, 170, 224, 0.94);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2674C6;
	position: relative;
}

.header .search .search_box input {
	width: 100%;
	background-color: transparent;
	border: 0;
	outline: 0;
	padding: 7px;
	color: #fff;
}

.header .search .search_box input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.header .search .search_box input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}

.header .search .search_box input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

.header .search .search_box input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.header .search .search_box .btn-search {
	position: absolute;
	background: url('../images/search.png') center 5px no-repeat;
	width: 16px;
	height: 16px;
	border: 0;
	background-color: transparent;
	top: 0px;
	right: 0px;
	padding: 13px;
	text-align: center;
	cursor: pointer;
	outline: 0;
}

.header .cart-info {
	float: right;
	padding-right: 10px;
}

.header .cart-info a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}


/********** < Navigation */

#nav {
	font-size: 1.3em;
}


/* All Levels */

#nav li {
	position: relative;
	text-align: left;
}

#nav li.over {
	z-index: 999;
}

#nav a, #nav a:hover {
	display: block;
	line-height: 1.3em;
	text-decoration: none;
}

#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}

#nav li ul span {
	white-space: normal;
}

#nav li li.parent {}


/* 0 Level */

#nav li {
	float: left;
}

#nav li.active a {
	color: #3BC84C;
}

#nav a {
	float: left;
	padding: 5px 28px 6px;
	color: #FFFFFF;
}

#nav li.over a, #nav a:hover {
	color: #3BC84C;
}


/* 1st Level */

#nav ul li, #nav ul li.active {
	float: none;
	margin: 0;
	padding-bottom: 1px;
}

#nav ul li.over {}

#nav ul li.last {
	background: #656461;
	padding-bottom: 0;
}

#nav ul a, #nav ul a:hover {
	float: none;
	padding: 0;
	background: none;
}

#nav ul li a {
	font-weight: normal !important;
}


/* 2nd leven */

#nav ul {
	position: absolute;
	width: 10em;
	top: 30px;
	left: 30px;
	border: 1px solid #000;
	z-index: 999;
}


/* 3rd+ Level */

#nav ul ul {
	top: 5px;
	left: 165px;
}


/* Show Menu */

#nav li.over > ul {
	left: 28px;
}

#nav li.over > ul li.over > ul {
	left: 100px;
}

#nav li.over ul ul {
	left: -10000px;
}

#nav ul li a {
	background: #17212C;
	color: #76ABF3!important;
	padding: 5px;
	display: block;
	font-size: 12px;
}

#nav ul li a:hover {
	background: #161F2B;
	color: #C9877C !important;
	padding: 5px;
	display: block;
}

#nav ul span, #nav ul li.last li span {
	padding: 3px 15px 4px 15px;
}

#nav .parent {
	background: url('../images/arrow_right.png') 95% center no-repeat #17212C;
	display: block;
}

#nav .parent:hover {
	background: url('../images/arrow_right.png') 95% center no-repeat #17212C;
	display: block;
}

#nav .parent1 {
	background: url('../images/arrow_right.png') 95% center no-repeat;
	display: block;
}

#nav .parent1:hover {
	background: url('../images/arrow_right.png') 95% center no-repeat;
	display: block;
}


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

#nav ul li {
	background: url(../images/menu_show_divider.gif) left bottom repeat-x;
}


/*#nav ul li.last{}*/

#nav span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav li li span {
	text-transform: none;
	font-size: 11px;
	padding: 7px 32px!important;
}


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


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


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


/* Global Styles ========================================================================= */


/* Form Elements */

input, select, textarea {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #282E3E;
}

input.input-text, select, textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	color: #3B3F49;
}

input.input-text:focus, select:focus, textarea:focus {}

input.input-text, textarea {
	padding: 2px;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	margin-right: 3px;
}

input.qty {
	width: 2.5em;
}

textarea {
	overflow: auto;
}

button.button1 {
	background: none;
	border: 0;
	cursor: pointer;
	overflow: visible;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

button.button1 span {
	display: block;
	background: url(../images/button_left_corner.gif) left top no-repeat;
}

button.button1 span span {
	display: block;
	margin: 0;
	padding: 0 5px;
	background: url(../images/button_right_corner.gif) right top no-repeat;
	margin: 0;
}

button.button1 span span span {
	background: url(../images/button_bg.gif) left top repeat-x;
	display: block;
	margin: 0;
	padding: 4px 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #FFFFFF;
}

.sidebar button.button1 span span span {
	padding: 4px 6px;
}

button.disabled {}

button.disabled span {}


/* Input & Textarea stretched for 100% */

.field-100 {
	border: 1px solid #888;
	padding: 2px;
	overflow: hidden;
}

.field-100 input.input-text, .field-100 textarea {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}


/* Form Highlight */

.highlight {}


/* Form lists */

.form-list li {
	margin: 0 0 5px;
}

.form-list label {
	font-weight: bold;
}

.form-list .input-box {
	float: left;
	width: 300px;
}

.form-list input.input-text, .form-list textarea {
	width: 250px;
}

.form-list select {
	width: 256px;
}

.form-list li.add-row {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

.group-select {}

.group-select li {
	margin: 0 0 5px;
}

.group-select .input-box {
	float: left;
	width: 260px;
}

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

.group-select select {
	width: 516px;
}

.group-select .input-box input.input-text, .group-select .input-box textarea {
	width: 250px;
}

.group-select .input-box select {
	width: 256px;
}

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

.buttons-set {
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
}

.buttons-set .back-link {
	float: left;
}

.buttons-set .button {
	float: right;
}

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


/* Form Validation */

.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 10px;
	line-height: 13px;
	background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
	color: #f00;
}

.validation-failed {
	border: 1px dashed #f00 !important;
	background: #faebe7 !important;
}

.validation-passed {}

.required {
	color: #f00;
}

p.required {
	font-size: 10px;
	text-align: right;
}


/* Expiration date and cvv number validation fix */

.v-fix {
	float: left;
}

.v-fix .validation-advice {
	width: 12em;
	margin-right: -14em;
	display: block;
	position: relative;
}

.sp-methods .form-list {}

.sp-methods select.month {
	width: 150px;
	margin-right: 10px;
}

.sp-methods select.year {
	width: 96px;
}

.sp-methods input.cvv {
	width: 3em !important;
}


/* Global Messages  */

.success {
	color: #3d6611;
	font-weight: bold;
}

.error {
	color: #f00;
	font-weight: bold;
}

.notice {
	color: #ccc;
}

.messages {
	width: 100%;
	overflow: hidden;
}

.messages li {
	margin: 5px 0 10px;
}

.messages li li {
	margin: 0 0 3px;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 10px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 8px 8px 32px !important;
	font-size: 10px !important;
	font-weight: bold !important;
}

.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url(../images/error_msg_icon.gif);
	color: #df280a;
}

.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	background-image: url(../images/success_msg_icon.gif);
	color: #3d6611;
}

.note-msg, .notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url(../images/note_msg_icon.gif);
	color: #3d6611;
}


/* BreadCrumbs */

.breadcrumbs {
	padding: 0 39px;
	color: #3B3F49;
	text-transform: uppercase;
	font-size: 0.84em;
}

.breadcrumbs strong {
	display: none;
}

.breadcrumbs li {
	display: inline;
}

.breadcrumbs li span {
	color: #4161A8;
}

.breadcrumbs li strong {
	display: inline;
	font-weight: normal;
}


/* Page Heading */

.page-title {}

.title-buttons {
	text-align: right;
}

.title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float: left;
}


/* Pager */

.pager {
	padding: 7px 21px 5px 23px;
	text-align: center;
}

.pager .amount {
	float: left;
}

.pager .limiter {
	float: right;
}

.pager .limiter select {
	width: 69px;
	margin: 0 5px 0 9px;
	border: 1px solid #818181;
	color: #3B3F49;
	margin-bottom: 1px;
}

.pager .pages {
	margin: 0 135px;
}

.pager .pages strong {
	font-weight: normal;
}

.pager .pages ol {
	display: inline;
}

.pager .pages li {
	display: inline;
}

.pager .pages li a {
	color: #3B3F49;
	text-decoration: underline;
}

.pager .pages li a:hover {
	text-decoration: none;
}

.pager .pages .current {}


/* Sorter */

.sorter {
	padding: 5px 65px 4px 23px;
}

.sorter .view-mode {
	float: left;
}

.sorter .view-mode a {
	color: #4161A8;
	text-transform: uppercase;
	text-decoration: none;
}

.sorter .view-mode a:hover {
	text-decoration: underline;
}

.sorter .view-mode strong {
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

.sorter .sort-by {
	float: right;
}

.sorter .sort-by select {
	width: 98px;
	margin: 0 5px 0 9px;
	border: 1px solid #818181;
	color: #3B3F49;
	margin-bottom: 1px;
}

.sorter .link-feed {}


/* Data Table */

.data-table {
	width: 100%;
}

.data-table th {
	padding: 5px;
	border: 1px solid #C5C1C1;
	font-weight: bold;
	white-space: nowrap;
}

.data-table td {
	padding: 5px;
	border: 1px solid #C5C1C1;
}

.data-table thead {
	background-color: #f2f2f2;
}

.data-table tbody {}

.data-table tfoot {}

.data-table tr.first {}

.data-table tr.last {}

.data-table tr.odd {}

.data-table tr.even {}

.data-table tbody.odd {}

.data-table tbody.odd td {
	border-width: 0 1px;
}

.data-table tbody.even {
	background-color: #f6f6f6;
}

.data-table tbody.even td {
	border-width: 0 1px;
}

.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
	border-bottom-width: 1px;
}

.data-table th .tax-flag {
	white-space: nowrap;
	font-weight: normal;
}

.data-table td .product-name {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
}

.data-table td.label, .data-table th.label {
	font-weight: bold;
}

.data-table td.value {}


/* Tax Details Row */

tr.tax-total {
	cursor: pointer;
}

tr.tax-total td {}

tr.tax-total .tax-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
}

tr.show-details .tax-collapse {
	background-position: 0 -53px;
}

tr.show-details td {}

tr.tax-details td {
	background-color: #f6f6f6;
}

tr.tax-details-first td {}


/* Shopping cart tax info */

.cart-tax-info, .cart-price {
	padding-right: 20px;
}

.cart-tax-total {
	cursor: pointer;
}

.cart-tax-total {
	padding-right: 20px;
	background: url(../images/bg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer;
}

.cart-tax-total-expanded {
	background-position: 100% -52px;
}


/* Lists Decoration */

li.odd {}

li.even {}

dt.odd, dd.odd {}

dt.even, dd.even {}


/* Class: std - styles for admin-controlled content */

.std, .std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
	margin: 0 0 1em;
	padding: 0;
}

.std ul {
	list-style: disc outside;
	padding-left: 1.5em;
}

.std ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std ul ul {
	list-style-type: circle;
}

.std ul ul, .std ol ol, .std ul ol, .std ol ul {
	margin: .5em 0;
}

.std dt {
	font-weight: bold;
}

.std dd {
	padding: 0 0 0 1.5em;
}

.std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em;
}

.std address {
	font-style: normal;
}

.std b, .std strong {
	font-weight: bold;
}

.std i, .std em {
	font-style: italic;
}


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


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

.sidebar .block {
	margin: 0 0 10px;
}

.sidebar .block .block-title {
	background: url(../images/block_title_border_top.jpg) left top repeat-x #E0E0E0;
	width: 100%;
}

.sidebar .block .block-title .border-left {
	background: url(../images/block_border.jpg) left top repeat-y;
}

.sidebar .block .block-title .border-right {
	background: url(../images/block_border.jpg) right top repeat-y;
}

.sidebar .block .block-title .corner-left-top {
	background: url(../images/block_title_corner_left_top.jpg) left top no-repeat;
}

.sidebar .block .block-title .corner-right-top {
	background: url(../images/block_title_corner_right_top.jpg) right top no-repeat;
	padding: 0;
}

.sidebar .block .block-title .border-bot {
	background: url(../images/block_title_border_bot.jpg) left bottom repeat-x;
	padding: 9px 8px 6px 13px;
}

.sidebar .block .block-title h2 {
	font-weight: bold;
	color: #4161A8;
	text-transform: uppercase;
	background: url(../images/block_title_marker.gif) left top no-repeat;
	padding-left: 24px;
	padding-bottom: 2px;
}

.sidebar .block .block-content {
	background: url(../images/block_border_bot.jpg) left bottom repeat-x #EFEFEF;
	width: 100%;
}

.sidebar .block .block-content .border-left {
	background: url(../images/block_border.jpg) left top repeat-y;
}

.sidebar .block .block-content .border-right {
	background: url(../images/block_border.jpg) right top repeat-y;
}

.sidebar .block .block-content .left-bot {
	background: url(../images/block_corner_left_bot.jpg) left bottom no-repeat;
}

.sidebar .block .block-content .right-bot {
	background: url(../images/block_corner_right_bot.jpg) right bottom no-repeat;
	padding: 5px 24px 5px 21px;
}

.sidebar .block .block-content .mini-products-list {
	padding: 19px 24px 0 22px;
}

.sidebar .block h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #4161A8;
}

.sidebar .block .actions {
	text-align: right;
	padding: 17px 20px 17px 0;
}

.sidebar .block .actions a {
	float: left;
}

.content-block-2 {
	background: url(../images/content_block_2_top.gif) left top repeat-x #F0F0F0;
	width: 100%;
	margin: 10px 0;
}

.content-block-2 .border-bot {
	background: url(../images/content_block_2_border.gif) left bottom repeat-x;
}

.content-block-2 .border-left {
	background: url(../images/content_block_2_border.gif) left top repeat-y;
}

.content-block-2 .border-right {
	background: url(../images/content_block_2_border.gif) right top repeat-y;
}

.content-block-2 .corner-left-top {
	background: url(../images/content_block_2_left_top.gif) left top no-repeat;
}

.content-block-2 .corner-right-top {
	background: url(../images/content_block_2_right_top.gif) right top no-repeat;
	padding: 0!important;
}

.content-block-2 .corner-left-bot {
	background: url(../images/content_block_2_left_bot.gif) left bottom no-repeat;
}

.content-block-2 .corner-right-bot {
	background: url(../images/content_block_2_right_bot.gif) right bottom no-repeat;
	padding: 22px 5px 18px;
}

.content-block-2.grid-block .corner-right-bot {
	padding-top: 7px;
	padding-bottom: 7px;
}

.content-block-2 .page-title h2 {
	font-weight: bold;
	margin-bottom: 15px;
}

.content-block-3 {
	margin-bottom: 10px;
}

.content-block-3 .page-title {
	background: url(../images/content_block_3_title_border_top.gif) left top repeat-x #F0F0F0;
	width: 100%;
}

.content-block-3 .page-title .border-left {
	background: url(../images/content_block_3_border.gif) left top repeat-y;
}

.content-block-3 .page-title .border-right {
	background: url(../images/content_block_3_border.gif) right top repeat-y;
}

.content-block-3 .page-title .corner-left-top {
	background: url(../images/content_block_3_title_corner_left_top.gif) left top no-repeat;
}

.content-block-3 .page-title .corner-right-top {
	background: url(../images/content_block_3_title_corner_right_top.gif) right top no-repeat;
	padding: 0;
}

.content-block-3 .page-title .border-bot {
	background: url(../images/content_block_3_title_border_bot.gif) left bottom repeat-x;
	padding: 9px 8px 6px 13px;
}

.content-block-3 .page-title h2 {
	font-weight: bold;
	color: #4161A8;
	text-transform: uppercase;
	padding-left: 12px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.content-block-3 .block-content {
	background: url(../images/content_block_3_top.gif) left top repeat-x #F0F0F0;
	width: 100%;
}

.content-block-3 .block-content .border-bot {
	background: url(../images/content_block_3_border.gif) left bottom repeat-x;
}

.content-block-3 .block-content .border-left {
	background: url(../images/content_block_3_border.gif) left top repeat-y;
}

.content-block-3 .block-content .border-right {
	background: url(../images/content_block_3_border.gif) right top repeat-y;
}

.content-block-3 .block-content .left-bot {
	background: url(../images/content_block_3_left_bot.gif) left bottom no-repeat;
}

.content-block-3 .block-content .right-bot {
	background: url(../images/content_block_3_right_bot.gif) right bottom no-repeat;
	padding: 21px 24px 20px 21px;
}


/* Block: Account */

.sidebar .block-account .block-content ul li {
	line-height: normal;
}


/* Block: Currency Switcher */

.sidebar .block-currency {}

.sidebar .block-currency select {
	width: 100%;
	border: 1px solid #888;
}


/* Block: Layered Navigation */

.sidebar .block-layered-nav .block-title h2 {
	background: url(../images/block_shop_title_marker.gif) left top no-repeat;
}

.sidebar .block-layered-nav .block-content .right-bot {}

.sidebar .block-layered-nav .block-content h3 {
	padding: 0 20px 15px 25px;
	text-transform: none;
	color: #3B3F49;
	font-size: 1em;
}

.sidebar .block-layered-nav .block-content dl dt {
	background: url(../images/block_title_border_bot.jpg) repeat-x left top;
}

.sidebar .block-layered-nav .block-content dl dt span {
	background: url(../images/block_title_border_bot.jpg) repeat-x left bottom;
	padding: 8px 21px 8px 24px;
	display: block;
	color: #4161A8;
	text-transform: uppercase;
	font-size: 0.91em;
}

.sidebar .block-layered-nav .block-content dl dd {
	padding: 19px 24px 17px 37px;
}

.sidebar .block-layered-nav .block-content dl dd ol li {
	padding-bottom: 2px;
}

.sidebar .block-layered-nav .block-content dl dd a {
	color: #3B3F49;
	text-decoration: underline;
}

.sidebar .block-layered-nav .block-content dl dd a:hover {
	text-decoration: none;
}

.sidebar .block-layered-nav .block-content .price {
	color: #3B3F49;
	font-size: 1em;
}

.browse-by dl dt {
	background: 0!important;
	padding-left: 27px!important;
}

.browse-by dl dd {
	padding-left: 27px!important;
}

.sidebar .block .block-title strong span {
	background: url("../images/block_title_marker.gif") no-repeat scroll left top transparent;
	color: #4161A8;
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 24px;
	text-transform: uppercase;
}

.sidebar .block-layered-nav .block-title span {
	background: url("../images/block_shop_title_marker.gif") no-repeat scroll left top transparent !important;
}

.sidebar .block-layered-nav dt {
	font-weight: bold;
}

.sidebar .block-layered-nav .currently {
	padding-left: 27px;
}

.sidebar .block-layered-nav .actions {
	padding-left: 27px;
}

.sidebar .block-layered-nav .actions a {
	color: #3B3F49;
	font-weight: bold;
	text-decoration: none;
}

.sidebar .block-layered-nav .actions a:hover {
	text-decoration: underline;
}


/* Block: Cart */

.sidebar .block-cart .block-title .border-bot {
	padding: 7px 8px 3px;
}

.sidebar .block-cart .block-title h2 {
	background: url(../images/block_cart_title_marker.gif) left top no-repeat;
	padding-left: 29px;
	padding-bottom: 5px;
	padding-top: 2px;
}

.sidebar .block-cart .block-content .right-bot {
	padding: 21px 0 27px 0;
}

.sidebar .block-cart .block-content p {
	padding: 0 24px 0 23px;
}

.sidebar .block-cart .block-content h3 {
	background: url(../images/block_title_border_bot.jpg) left top repeat-x;
}

.sidebar .block-cart .block-content h3 span {
	display: block;
	padding: 8px 16px 7px 17px;
	background: url(../images/block_title_border_bot.jpg) left bottom repeat-x;
}

.sidebar .block-cart .amount a {
	font-weight: bold;
	color: #3B3F49;
}

.sidebar .block-cart .subtotal {
	margin-top: 4px;
}

.sidebar .block-cart .subtotal .label {
	font-weight: bold;
}

.sidebar .block-cart .subtotal .price {
	color: #4161A8;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar .mini-products-list li {
	padding: 5px 0;
}

.sidebar .mini-products-list .product-image {
	float: left;
	width: 65px;
	display: block;
	margin-right: -75px;
}

.sidebar .mini-products-list .product-details {
	margin-left: 75px;
}

.sidebar .mini-products-list .product-details .price {
	color: #4161A8;
	font-weight: bold;
}

.sidebar .mini-products-list .product-details h4 {
	font-size: 1em;
	line-height: 1.15em;
	font-weight: normal;
	margin: 0;
	color: #3B3F49;
}

.sidebar .mini-products-list .product-details h4 a {
	text-decoration: none;
	color: #3B3F49;
}

.sidebar .mini-products-list .product-details h4 a:hover {
	text-decoration: underline;
}

.sidebar .mini-products-list .product-details .btn-remove {
	float: right;
}

.product-image .img-top {
	display: block;
	background: url(../images/img_cornet_left_top.gif) left top no-repeat;
}

.product-image .img-top div, .product-image .img-top span {
	display: block;
	background: url(../images/img_cornet_right_top.gif) right top no-repeat;
	padding: 0 4px;
}

.product-image .img-top div div, .product-image .img-top span span {
	display: block;
	background: url(../images/img_border.gif) left top repeat-x #FFFFFF;
	height: 4px;
	overflow: hidden;
}

.product-image .img-content {
	display: block;
	background: url(../images/img_border.gif) left top repeat-y;
	padding-left: 1px;
}

.product-image .img-content div, .product-image .img-content span {
	display: block;
	background: url(../images/img_border.gif) right top repeat-y #FFFFFF;
	padding-left: 0;
	padding-right: 1px;
}

.product-image .img-bot {
	display: block;
	background: url(../images/img_cornet_left_bot.gif) left top no-repeat;
}

.product-image .img-bot div, .product-image .img-bot span {
	display: block;
	background: url(../images/img_cornet_right_bot.gif) right top no-repeat;
	padding: 0 4px;
}

.product-image .img-bot div div, .product-image .img-bot span span {
	display: block;
	background: url(../images/img_border.gif) left 3px repeat-x #FFFFFF;
	height: 4px;
	overflow: hidden;
}


/* Block: Wishlist */

.sidebar .block-wishlist .block-content #wishlist-sidebar {
	padding-left: 0;
	padding-right: 0;
}


/* Block: Related */

.sidebar .block-related {}

.sidebar .block-related li {
	padding: 5px 0;
}

.sidebar .block-related .checkbox {
	float: left;
	margin-right: -20px;
	margin-top: 25px;
}

.sidebar .block-related .item {
	margin-left: 20px;
	margin-right: 10px;
}

.sidebar .block-related .item .product-image {
	float: left;
	display: block;
	width: 65px;
	margin-right: -65px;
}

.sidebar .block-related .item .product-name a {
	font-weight: normal;
	text-decoration: underline;
	color: #178EB5;
	text-transform: none;
}

.sidebar .block-related .item .product-name a:hover {
	text-decoration: underline;
}

.sidebar .block-related .item .product-details {
	margin-left: 75px;
}

.sidebar .block-related .item .product-details p {
	padding-left: 0;
}

.sidebar .block-related .item .product-details p a {
	color: #353535;
	text-decoration: underline;
}

.sidebar .block-related .item .product-details p a:hover {
	text-decoration: none;
}

.sidebar .block-related .item .price-box {
	margin: 5px 0;
}

.sidebar .block-related .item .price-box .price {
	color: #353535;
}

.sidebar .block-related .block-content .right-bot {
	padding-left: 0;
	padding-right: 0;
}

.sidebar .block-related .block-content p {
	padding: 0 23px 0 21px;
}

.sidebar .block-related .block-content #block-related {
	margin-top: 20px;
	background: url(../images/block_border.jpg) left top repeat-x;
	padding-top: 21px;
}

.sidebar .block-related .no-select {
	background: 0!important;
	padding-top: 0!important;
	margin-top: 0!important;
}


/* Block: Compare Products */

.sidebar .block-compare .block-content .right-bot {
	padding-left: 0;
	padding-right: 0;
}

.sidebar .block-compare .block-content p {
	padding: 0 24px 0 23px;
}

.sidebar .block-compare #compare-items {
	padding: 0 24px 0 23px;
}

.sidebar .block-compare #compare-items li {
	padding-bottom: 10px;
}

.sidebar .block-compare #compare-items li img {
	float: right;
	margin-left: 20px;
}

.sidebar .block-compare #compare-items li a {
	color: #3B3F49;
	text-decoration: none;
}

.sidebar .block-compare #compare-items li a:hover {
	text-decoration: underline;
}

.sidebar .block-compare .block-content .actions {
	background: url(../images/block_title_border_bot.jpg) repeat-x left top;
	padding: 21px 24px 0 24px;
	margin-top: 10px;
}

.sidebar .block-compare .block-content .actions a {
	color: #3B3F49;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 3px;
}

.sidebar .block-compare .block-content .actions a:hover {
	text-decoration: underline;
}


/* Block: Viewed */

.sidebar .block-recent .block-title h2 {
	padding-bottom: 2px;
}

.sidebar .block-recent li {
	padding-bottom: 20px;
}

.sidebar .block-recent li a {
	color: #3B3F49;
	text-decoration: none;
	font-weight: bold;
}

.sidebar .block-recent li a:hover {
	text-decoration: underline;
}


/* Block: Poll */

.sidebar .block-poll {}

.sidebar .block-poll .block-title .border-bot {
	padding-left: 11px;
}

.sidebar .block-poll .block-title h2 {
	background: url(../images/block_poll_title_marker.gif) left top no-repeat;
	padding-left: 26px;
}

.sidebar .block-poll .block-content h3 {
	color: #3B3F49;
	line-height: 1.41em;
	text-transform: none;
}

.sidebar .block-poll .radio {
	float: left;
	margin: 3px -18px 0 0;
}

.sidebar .block-poll .label {
	display: block;
	margin-left: 18px;
	color: #3B3F49;
}

.sidebar .block-poll .answer {
	float: left;
	width: 100%;
}

.sidebar .block-poll .answer span {
	display: block;
	width: 107px;
	color: #3B3F49;
}

.sidebar .block-poll .votes {
	font-weight: bold;
	float: right;
	width: 65px;
	margin-top: -15px;
	color: #3B3F49;
	font-size: 0.91em;
}

.sidebar .block-poll .block-content ol {
	margin-top: 20px;
}

.sidebar .block-poll .block-content ol li {
	padding-bottom: 10px;
	color: #58646A;
}

.sidebar .block-poll .block-content .actions {
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 0;
}


/* Block: Tags */

.sidebar .block-tags .block-title h2 {
	background: url(../images/block_shop_title_marker.gif) no-repeat left top;
}

.sidebar .block-tags .block-content .right-bot {
	padding-bottom: 22px;
}

.sidebar .block-tags .actions {
	padding-right: 0;
	padding-bottom: 0;
}

.sidebar .block-tags .actions a {
	text-decoration: none;
	float: none;
}

.sidebar .block-tags ul {
	font-size: 1.16em;
}

.sidebar .block-tags ul, .sidebar .block-tags li {
	display: inline;
	line-height: 1.5em;
}

.sidebar .block-tags li a {
	color: #3B3F49;
	text-decoration: underline;
}

.sidebar .block-tags li a:hover {
	text-decoration: none;
}


/* Block: Subscribe */

.sidebar .block-subscribe .block-title h2 {
	background: url(../images/block_newsletter_title_marker.gif) left 2px no-repeat;
	padding-bottom: 1px;
}

.sidebar .block-subscribe .block-content .right-bot {
	padding-left: 23px;
	padding-right: 21px;
}

.sidebar .block-subscribe .block-content input {
	width: 160px;
	margin: 3px 0 14px 0;
}

.sidebar .block-subscribe .block-content button {
	float: right;
}


/* Block: Reorder */

.sidebar .block-reorder {}

.sidebar .block-reorder li {
	padding: 5px 0;
}

.sidebar .block-reorder .checkbox {
	float: left;
	margin: 3px -20px 0 0;
}

.sidebar .block-reorder .label {
	display: block;
	margin-left: 20px;
}


/* Block: Banner */

.sidebar .block-banner {}

.sidebar .block-banner .block-content {
	text-align: center;
}


/* Block: Checkout Progress */

.sidebar .block-progress .block-title h2 {
	background: 0;
	padding-left: 10px;
}

.sidebar .block-progress .block-content .right-bot {
	padding: 20px 22px 21px 24px;
}

.sidebar .block-progress dl {
	border-top: 1px solid #C5C1C1;
}

.sidebar .block-progress dt {
	font-weight: bold;
	padding: 12px 20px 8px 20px;
	color: #2E2E2E;
}

.sidebar .block-progress dt, .sidebar .block-progress dd {
	border: 1px solid #C5C1C1;
	border-top: 0;
}

.sidebar .block-progress dd.complete {
	background: #FFF;
	padding: 12px 20px 8px 20px;
}

.sidebar .block-progress dt.complete {
	color: #4161A8;
}


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


/* Category Page ========================================================================= */

.category-title {
	padding: 11px 19px 7px 25px;
}

.category-title h2 {
	color: #4161A8;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.91em;
}

.category-image {
	display: block;
	margin: 0 auto;
}

.category-products {}

.product-name a {
	color: #3B3F49;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.product-name a:hover {
	text-decoration: underline;
}


/* View Type: Grid */

.products-grid {
	width: 100%;
}

.products-grid tr.odd {}

.products-grid tr.even {}

.products-grid td {
	width: 195px;
	padding: 12px 17px 6px;
	background: url(../images/listing_y_divider.gif) right top repeat-y;
}

.products-grid td.last {
	background: 0;
}

.products-grid .grid-divider {
	padding: 0;
	width: 100%;
}

.products-grid .grid-divider div {
	height: 31px;
	overflow: hidden;
	background: url(../images/product_grid_divider.gif) left 14px repeat-x;
}

.products-grid td .product-name {
	margin-bottom: 19px;
}

.products-grid td .product-image {
	display: block;
	width: 195px;
	margin: 0 auto;
}

.products-grid td .ratings {
	padding-top: 10px;
}

.products-grid td.empty {}


/* View Type: List */

.products-list .item {
	padding: 0 27px 21px 17px;
	margin: 0 0 20px;
	background: url(../images/listing_x_divider.gif) left bottom repeat-x;
}

.products-list .item.last {
	margin: 0;
	padding-bottom: 0;
	background: 0;
}

.products-list .product-image {
	float: left;
	display: block;
	width: 195px;
}

.products-list .product-shop {
	float: right;
	width: 197px;
}

.products-list .product-shop .price-box {
	float: left;
	margin-right: 20px;
}

.products-list .product-shop button, .products-list .product-shop .availability {
	margin-top: 5px;
}

.products-list .desc {
	padding-top: 20px;
}

.products-list .ratings {
	padding: 10px 0 0;
}

.products-list .ratings .rating-box {
	margin: 0;
}

.products-list .ratings .rating-links {
	padding-top: 13px;
}

.products-list .ratings .rating-links a {
	display: block;
	padding-bottom: 5px;
	color: #3B3F49;
}

.products-list .ratings .rating-links a.last {
	color: #4161A8;
}

.products-list .ratings .rating-links .separator {
	display: none;
}


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


/* Product View ========================================================================== */

.product-view {}

.product-view .content-block-2 {
	margin: 0;
}

.product-essential {}

.product-collateral {
	padding: 21px 17px 0 14px;
	margin-top: 15px;
	background: url(../images/listing_x_divider.gif) left top repeat-x;
}


/* Product Images */

.product-view .product-img-box {
	float: left;
	width: 274px;
	padding-left: 16px;
}

.product-view .product-img-box .product-image {}

.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 265px;
	height: 265px;
	overflow: hidden;
	z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}

.product-view .product-img-box .zoom-notice {
	padding: 18px 13px 15px 26px;
	color: #626262;
}

.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(../images/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer;
}

.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}

.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) 0 6px no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0;
}

.product-view .product-img-box .more-views h3 {
	color: #545454;
}

.product-view .product-img-box .more-views ul {
	margin-top: 10px;
}

.product-view .product-img-box .more-views li {
	float: left;
	padding: 1px;
	background-color: #C3C3C3;
	margin: 0 5px 5px 0;
}

.product-image-popup {
	margin: 0 auto;
}

.product-image-popup .nav {
	text-align: center;
	padding: 20px 0;
}

.product-image-popup .image {
	display: block;
}

.product-image-popup .image-label {}


/* Product Shop */

.product-view .product-shop {
	float: right;
	width: 380px;
	padding-right: 16px;
}

.product-view .product-shop .product-name {
	margin-bottom: 5px;
}

.product-view .product-shop .ratings .rating-box {
	float: left;
}

.product-view .product-shop .rating-links {
	padding: 10px 0 0 20px;
	float: left;
}

.product-view .product-shop .rating-links a {
	color: #3B3F49;
}

.product-view .product-shop .rating-links a.last {
	color: #4161A8;
}

.product-view .product-shop p {
	margin-bottom: 10px;
}

.product-view .product-shop .availability {
	color: #545454;
}

.product-view .product-shop .product-pricing {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.product-view .product-shop .product-pricing li {
	background: #FFF;
	padding: 7px 14px 5px 13px;
	color: #626262;
	float: left;
	white-space: nowrap;
	margin-bottom: 2px;
}

.product-view .product-shop .product-pricing li .price {
	color: #178EB5;
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.84em;
}

.product-view .product-shop .product-pricing li strong {
	font-weight: normal;
	color: #178EB5;
}

.product-view .product-name h2 {
	color: #3B3F49;
	font-weight: bold;
	text-transform: uppercase;
}

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

.product-view .short-description h3 {
	color: #353535;
	margin-bottom: 10px;
}

.product-view .product-shop .add-to-box .add-to-cart {
	margin-top: 3px;
}

.product-view .product-shop .add-to-box .add-to-cart label {
	margin-top: 5px;
	color: #626262;
}

.product-view .product-shop .add-to-box .add-to-cart #qty {
	width: 52px;
	margin-top: 1px;
	border-color: #C3C3C3;
}

.product-view .product-shop .add-to-box .or {
	margin-top: 8px;
	margin-left: 15px;
}

.product-view .product-shop .add-to-box .add-to-links li {
	padding-bottom: 3px;
}

.product-view .product-shop .add-to-box .add-to-links a {
	font-size: 0.91em;
}


/* Rating */

.ratings {}

.ratings .amount {}

.ratings .rating-links {}

.ratings dt {}

.ratings dd {}

.rating-box {
	width: 78px;
	height: 13px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	background: url(../images/product_rating_blank_star.gif) 0 0 repeat-x;
	position: relative;
	overflow: hidden;
}

.rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	background: url(../images/product_rating_full_star.gif) 0 100% repeat-x;
}

.catalog-product-view .rating-box {
	margin: 10px 0;
}

.catalog-product-view .col-main .product-shop .product-options-bottom label {
	padding-top: 5px;
}

.catalog-product-view .col-main .product-shop .product-options-bottom input {
	margin-top: 2px;
}


/* Availability */

.availability {}

.availability .in-stock {}

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


/********** < Product Prices */

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

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

.price-box-bundle {}


/* Regular price */

.regular-price {}

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


/* Old price */

.old-price {}

.old-price .price-label {
	white-space: nowrap;
}

.old-price .price {
	font-weight: bold;
	text-decoration: line-through;
}


/* Special price */

.special-price {}

.special-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

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


/* Minimal price (as low as) */

.minimal-price {}

.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

a.minimal-price-link {
	display: block;
}

a.minimal-price-link .label {}

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


/* Excluding tax */

.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-weight: bold;
}


/* Including tax */

.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {
	font-weight: bold;
}


/* Excl tax (for order tables) */

.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
}


/* Incl tax (for order tables) */

.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}


/* Price range */

.price-from {}

.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-to {}

.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}


/* Price as configured */

.price-as-configured {}

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


/* Price notice next to the options */

.price-notice {
	padding-left: 10px;
}

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


/********** Product Prices > */


/* Tier Prices */

.tier-prices .price {
	font-weight: bold;
}

.tier-prices .benefit {}


/* Add to Links */

.add-to-links .separator {
	display: none;
}

.add-to-links a {
	color: #3B3F49;
	text-decoration: underline;
}

.add-to-links a:hover {
	text-decoration: none;
}

.add-to-links .last a {
	color: #4161A8;
}


/* Add to Cart */

.add-to-cart label {
	float: left;
	margin-right: 5px;
}

.add-to-cart .qty {
	float: left;
}

.add-to-cart .button {
	float: left;
	margin-left: 5px;
}


/* Add to Links + Add to Cart */

.add-to-box {}

.add-to-box .add-to-cart {
	float: left;
}

.add-to-box .or {
	float: left;
	margin: 0 10px;
}

.add-to-box .add-to-links {
	float: left;
}


/* Product Options */

.product-options {
	padding: 10px;
	margin: 10px 0 0;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

.product-options dt label {
	font-weight: bold;
}

.product-options dt .qty-holder {
	float: right;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #000;
}

.product-options dd {
	margin: 10px 0;
}

.product-options dl.last dd.last {}

.product-options dd input.input-text {
	width: 98%;
}

.product-options dd textarea {
	width: 98%;
	height: 8em;
}

.product-options dd select {
	width: 100%;
}

.product-options dd .multiselect option {}

.product-options .options-list {}

.product-options .options-list input.radio {
	float: left;
	margin: 3px -18px 0 0;
}

.product-options .options-list input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}

.product-options .options-list .label {
	display: block;
	margin-left: 20px;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {
	padding: 15px 0 0;
}

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

.product-options-bottom .price-box {
	margin: 10px 0;
}

.multiselect {
	height: auto!important;
}


/* Grouped Product */

.grouped-items {}


/* Block: Description */

.product-view .description {}


/* Block: Additional */

.product-view .additional {}


/* Block: Upsell */

.product-view .up-sell h3 {
	display: none;
}

.product-view .up-sell .products-grid td {
	width: 25%;
}


/* Block: Tags */

.product-view .tags h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.product-view .tags h4 {
	margin-bottom: 10px;
}

.product-view .tags .tags-list li {
	font-weight: bold;
	color: #545454;
	background: url(../images/tags_divider.gif) right 3px no-repeat;
	padding: 0 15px 0 0;
	margin-right: 14px;
}

.product-view .tags .tags-list li a {
	color: #178EB5;
	font-size: 1em;
}

.product-view .tags .tags-list li.last {
	background: 0;
}

.product-view .tags .form-add-tags {
	margin-top: 15px;
}

.product-view .tags .form-add-tags label {
	font-weight: bold;
	color: #353535;
}

.product-view .tags .form-add-tags .input-box {
	float: left;
	margin: 5px 5px 0 0;
}

.product-view .tags .form-add-tags .input-box input {
	width: 519px;
}

.product-view .tags .form-add-tags .button {
	float: left;
	margin-top: 3px;
}

.product-view .tags .form-add-tags p {
	clear: both;
}


/* Block: Reviews */

.product-view .reviews {}


/* Block: Add Review */

.product-view .add-review {}

.product-view .add-review .product-name span {
	font-weight: normal;
}


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


/* Content Styles ================================================================= */


/* Product Tags */

.tags-list li {
	display: inline;
}


/* Advanced Search */

.search-summary {
	padding: 15px 0;
}


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


/* Product Review ======================================================================== */

.product-review {}

.product-review .product-img-box {
	float: left;
	width: 140px;
}

.product-review .product-img-box .product-image {
	display: block;
	border: 1px solid #ddd;
	padding: 1px;
	margin-bottom: 10px;
}

.product-review .product-img-box .ratings {
	padding: 10px 0;
}

.product-review .product-img-box .rating-links {
	padding-top: 5px;
}

.product-review .product-img-box .rating-links .separator {
	display: none;
}

.product-review .product-img-box .rating-links a {
	display: block;
}

.product-review .details {
	float: right;
	width: 520px;
}

.product-review .details .ratings-list {
	margin: 10px 0;
}

.product-review .details .ratings-list dt {
	padding: 5px 0;
}

.product-review .details .ratings-list .rating-box {
	margin: 0;
}

.review-customer-view .col-main .prod-col-1 {
	float: left;
	width: 200px;
}

.review-customer-view .col-main .prod-col-1 img {
	margin-bottom: 20px;
}

.review-customer-view .col-main .prod-col-1 .rating-box {
	margin: 0;
}

.review-customer-view .col-main .product-image-box {
	width: 160px;
	float: left;
}

.review-customer-view .col-main .product-image-box img {
	margin-bottom: 10px;
}

.review-customer-view .col-main .product-details {
	width: 460px;
	float: left;
}

.review-customer-view .col-main .data-table {
	margin: 15px 0;
}

.review-customer-view .col-main .ratings {
	margin: 15px 0;
}

.review-customer-view .col-main .ratings .rating-box {
	padding: 5px 0;
}


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


/* Shopping Cart ========================================================================= */

.cart .checkout-types {
	float: right;
	text-align: right;
}

.checkout-cart-index .contant-indent {
	padding: 0;
}

.cart .page-title {
	padding: 0 0 10px 40px;
}

.cart .page-title h2 {
	font-weight: bold;
	text-transform: uppercase;
}

.cart .content-block-2 .corner-right-bot {
	padding: 10px 25px 22px;
}

.cart .checkout-types button {
	width: 170px;
	height: 32px;
	background: url(../images/checkout_button.gif) left top no-repeat;
	overflow: hidden;
}

.cart .checkout-types span {
	display: none;
}

.cart .cart-table {
	margin: 10px 0 0 0;
	background: #FFFFFF;
	border-right: 1px solid #C5C1C1;
}

.cart .cart-table th {
	background: #FFFFFF;
	color: #4161A8;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}

.cart .cart-table .product-name {
	padding: 20px 0 0 20px;
}

.cart .cart-table .product-image img {
	border: 1px solid #C3C3C3;
}

.cart .cart-table td .price {
	font-weight: bold;
}

.cart .cart-table tfoot td {
	padding: 10px;
}


/* Shopping Cart Table */

.cart-table .item-msg {
	font-size: 10px;
}


/* Shopping Cart Collateral boxes */

.cart .cart-collaterals {
	float: left;
	width: 663px;
}

.cart .cart-collaterals .col-1 {
	width: 278px;
	float: left
}

.cart .cart-collaterals .col-2 {
	width: 375px;
	float: right
}

.cart .crosssell .content-block-2 {
	margin-top: 0;
}

.cart .crosssell .content-block-2 .corner-right-bot {
	padding: 22px 0 0;
}

.cart .crosssell .product-image {
	float: left;
	margin-right: -90px;
}

.cart .crosssell .product-shop {
	margin-left: 116px;
}

.cart .crosssell .product-shop .product-name a {
	color: #178EB5;
	text-decoration: underline;
	font-weight: normal;
	text-transform: none;
}

.cart .crosssell .product-shop .product-name a:hover {
	text-decoration: none;
}

.cart .crosssell .product-shop .price {
	font-family: Arial, Helvetica, sans-serif;
	color: #4161A8;
	font-size: 0.91em;
}

.cart .crosssell .add-to-links {
	margin-top: 7px;
}

.cart .crosssell .add-to-links li {
	display: inline;
	margin-right: 15px;
}

.cart .crosssell .add-to-links li.last a {
	color: #178EB5;
}

.cart .shipping .page-title {
	padding: 0;
}

.cart .shipping .page-title h2 {
	background: url(../images/block_title_marker.gif) left top no-repeat;
	padding-left: 24px;
}

.cart .shipping .form-list {
	margin: 17px 0 0 0;
}

.cart .shipping .form-list li label {
	font-weight: normal;
}

.cart .shipping .form-list li {
	padding-bottom: 18px;
}

.cart .shipping .form-list li select {
	width: 328px;
	margin-top: 3px;
}

.cart .shipping .form-list li input {
	width: 322px;
	margin-top: 3px;
}

.cart .crosssell h3 {
	padding: 0 18px 0 23px;
}

.cart .crosssell ul {
	margin-top: 17px;
}

.cart .crosssell ul li.item {
	padding: 19px 35px 20px 22px;
	background: url(../images/block_border.jpg) left top repeat-x;
}

.cart .crosssell ul li.item .product-image {
	width: 95px;
	display: block;
}

.cart .discount .page-title {
	padding: 0;
}

.cart .discount .page-title h2 {
	background: url(../images/block_title_marker.gif) left top no-repeat;
	padding-left: 24px;
}

.cart .discount input {
	width: 195px;
	float: left;
	margin-top: 5px;
}

.cart .discount button {
	margin-top: 3px;
}


/* Shopping Cart Totals */

.cart .totals {
	float: right;
	width: 288px;
}

.cart .totals .content-block-2 {
	margin-top: 0;
}

.cart .totals .content-block-2 .corner-right-bot {
	padding: 23px 0 15px;
}

.cart .totals .totals-indent {
	padding: 0 27px 19px 24px;
	background: url(../images/block_border.jpg) left bottom repeat-x;
}

.cart .totals #shopping-cart-totals-table th {
	text-align: left!important;
}

.cart .totals #shopping-cart-totals-table .tax-collapse {
	text-align: left!important;
	font-weight: bold;
}

.cart .totals #shopping-cart-totals-table .price {
	font-weight: bold;
}

.cart .totals .checkout-types {
	width: 230px;
	height: auto;
	background: 0;
	margin: 18px 0 0 0;
	padding-right: 10px;
}

.cart .totals .checkout-types li {
	text-align: center;
}

.cart .totals .checkout-types li button {
	margin-bottom: 15px;
}

.cart .totals .checkout-types li a {
	color: #3B3F49;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

.cart .totals .checkout-types li a:hover {
	text-decoration: underline;
}

.cart .totals .checkout-types button {
	background: url(../images/checkout_button.gif) left top no-repeat;
	width: 170px;
	height: 32px;
}

.cart .totals .checkout-types button span {
	display: none;
}

.cart .totals table {
	width: 100%;
}

.cart .totals table th, .cart .totals table td {
	padding: 5px;
}

.cart .totals table th {
	font-weight: bold;
}


/* Options Tool Tip */

.item-options dt {
	font-weight: bold;
	font-style: italic;
}

.item-options dd {
	padding-left: 10px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
}

.truncated a.details {
	cursor: help;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

.truncated .show dl {
	top: -20px;
	left: 50%;
}

.col-left .truncated .show dl {
	left: 30px;
	top: 7px;
}

.col-right .truncated .show dl {
	left: -240px;
	top: 7px;
}


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


/* Checkout ============================================================================== */


/* One Page */

.opc {
	position: relative;
	color: #2E2E2E;
}

.opc li.section {
	border: 1px solid #CECECE;
	border-bottom: 0;
}

.opc .step-title {
	background: url(../images/checkout_step_title_bg.gif) left bottom repeat-x #FFFFFF;
	padding: 7px 15px 4px 20px;
	text-transform: uppercase;
	vertical-align: top;
}

.opc .step-title .number {
	line-height: 22px;
	margin-right: 5px;
	padding: 2px 5px;
	font-weight: bold;
	color: #2E2E2E;
	border: 1px solid #2E2E2E;
	background: 0;
}

.opc .active .step-title h3 {
	color: #4161A8;
}

.opc .step-title h3 {
	display: inline;
	color: #3B3F49;
}

.opc .allow .step-title {
	cursor: pointer;
}

.opc .active {}

.opc .active .step-title {
	background: url(../images/checkout_step_title_bg_active.gif) left bottom repeat-x #FDFDFD;
	cursor: default;
}

.opc .active .step-title .number {
	color: #FFFFFF;
	background: #4161A8;
	border: 1px solid #4161A8;
}

.opc .step {
	padding: 18px 22px 20px 20px;
}

.opc .active .step {
	background-color: #F0F0F0;
	border-top: 1px solid #CECECE;
}

.opc .order-review {}

.opc .form-list {
	margin: 10px 0;
}

.opc label {
	margin-right: 40px;
}

.opc input, .opc select {
	margin-top: 3px;
}

.opc .first .step {
	border: 1px solid #CECECE;
	border-bottom: 0;
}

.opc .first {
	border: 0!important;
}

.opc .first .step-title {
	background: url(../images/checkout_step_title_first_bottom.gif) left bottom repeat-x #FBFBFB;
	padding: 0
}

.opc .first .step-title .left-border {
	background: url(../images/checkout_step_title_first_border.gif) left top repeat-y;
}

.opc .first .step-title .right-border {
	background: url(../images/checkout_step_title_first_border.gif) right top repeat-y;
}

.opc .first .step-title .top-border {
	background: url(../images/checkout_step_title_first_border.gif) left top repeat-x;
}

.opc .first .step-title .left-top {
	background: url(../images/checkout_step_title_first_left.gif) left top no-repeat;
}

.opc .first .step-title .right-top {
	background: url(../images/checkout_step_title_first_right.gif) right top no-repeat;
	padding: 7px 15px 4px 20px;
}

.opc .last {
	border: 0!important;
	border-top: 1px solid #CECECE!important;
}

.opc .last .step-title {
	background: url(../images/checkout_step_title_last_top.gif) left bottom repeat-x #FDFDFD;
	padding: 0
}

.opc .last .step-title .left-border {
	background: url(../images/checkout_step_title_first_border.gif) left top repeat-y;
}

.opc .last .step-title .right-border {
	background: url(../images/checkout_step_title_first_border.gif) right top repeat-y;
}

.opc .last .step-title .top-border {
	background: url(../images/checkout_step_title_first_border.gif) left bottom repeat-x;
}

.opc .last .step-title .left-top {
	background: url(../images/checkout_step_title_last_left.gif) left bottom no-repeat;
}

.opc .last .step-title .right-top {
	background: url(../images/checkout_step_title_last_right.gif) right bottom no-repeat;
	padding: 7px 15px 4px 20px;
}

#opc-review.allow {
	border: 0;
	border-top: 1px solid #CECECE;
}

#opc-review.allow .step-title {
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #CECECE;
}

#opc-review.allow #checkout-step-review {
	background: url(../images/checkout_step_title_first_border.gif) left bottom repeat-x #F0F0F0;
	padding: 0;
}

#opc-review.allow #checkout-step-review .border-left {
	background: url(../images/checkout_step_title_first_border.gif) left top repeat-y;
}

#opc-review.allow #checkout-step-review .border-right {
	background: url(../images/checkout_step_title_first_border.gif) right top repeat-y;
}

#opc-review.allow #checkout-step-review .left-bot {
	background: url(../images/checkout_step_title_last_left.gif) left bottom no-repeat;
}

#opc-review.allow #checkout-step-review .right-bot {
	background: url(../images/checkout_step_title_last_right.gif) right bottom no-repeat;
	padding: 18px 22px 20px 20px;
}

#checkout-review-table {
	border: 1px solid #CECECE;
}

#checkoutSteps #opc-billing .input-box, #checkoutSteps #opc-shipping .input-box {
	width: 370px;
	float: left;
}

#checkoutSteps #opc-billing .input-box input, #checkoutSteps #opc-shipping .input-box input, #checkoutSteps #opc-billing .input-box select, #checkoutSteps #opc-shipping .input-box select {
	width: 285px!important;
}

#checkoutSteps .input-box-2 {
	width: 300px;
	float: left;
}

#checkoutSteps .input-box-2 input {
	width: 294px!important;
}

#checkoutSteps .input-box-2 select {
	width: 299px!important;
}

#checkoutSteps .group-select li li {
	margin-bottom: 15px;
}

#checkoutSteps label {
	padding-bottom: 3px;
}

#checkoutSteps .group-select li input.input-text {
	width: 664px;
}

#checkoutSteps .group-select li select {
	width: 671px;
}

#checkoutSteps #opc-billing .customer-name-middlename .name-firstname, #checkoutSteps #opc-shipping .customer-name-middlename .name-firstname {
	width: 217px!important;
}

#checkoutSteps #opc-billing .customer-name-middlename .name-firstname input, #checkoutSteps #opc-shipping .customer-name-middlename .name-firstname input {
	width: 200px!important;
}

#checkoutSteps #opc-billing .customer-name-middlename .name-middlename, #checkoutSteps #opc-shipping .customer-name-middlename .name-middlename {
	width: 153px!important;
}

#checkoutSteps #opc-billing .customer-name-middlename .name-middlename input, #checkoutSteps #opc-shipping .customer-name-middlename .name-middlename input {
	width: 68px!important;
}

#checkoutSteps #opc-billing .customer-dob .input-box input {
	width: 50px !important;
}


/* Multiple Addresses Checkout */

.checkout-progress {
	padding: 0;
	margin: 0;
	text-align: center;
}

.checkout-progress li {
	display: block;
	float: left;
	width: 15%;
	text-align: center;
	color: #FFFFFF;
	border: 0;
	padding: 3px 10px;
	margin-right: 5px;
	background: #0C1723;
	border: 1px solid #000;
}

.checkout-progress li.active {
	background: #FFFFFF;
	color: #000;
	border: 1px solid #000;
}

.multiple-checkout {
	position: relative;
}

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

.multiple-checkout .grand-total big {}

.multiple-checkout .grand-total .price {}

.state .content-block-2 .corner-right-bot {
	padding: 22px 5px 18px 94px!important;
}

.checkout-multishipping-addresses .contant-indent {
	padding-top: 0;
}

.checkout-multishipping-addresses .col-main {
	padding: 20px;
	padding-top: 0;
}

.checkout-multishipping-addresses .col-main .content-block-2 .corner-right-bot {
	padding-left: 28px;
	padding-right: 28px;
}

.checkout-multishipping-addresses .col-main .page-title {
	padding: 7px;
}

.checkout-multishipping-addresses .col-main .page-title h2 {
	padding: 0;
}

.checkout-multishipping-addresses .col-main .multiple-checkout h3 {
	margin: 15px 0;
}

.checkout-multishipping-addresses .col-main #multiship-addresses-table {
	border-collapse: collapse;
	margin-bottom: 10px;
	border-right: 1px solid #C5C1C1;
}


/*.checkout-multishipping-addresses .col-main #multiship-addresses-table tfoot td{border-top:1px solid #BEBCB7; padding:5px;}*/

.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set {
	border: 0;
}

.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set button {
	margin-left: 10px;
}

.checkout-multishipping-shipping .contant-indent {
	padding-top: 0;
}

.checkout-multishipping-shipping .col-main .content-block-2 .corner-right-bot {
	padding-left: 28px;
	padding-right: 28px;
}

.checkout-multishipping-shipping .col-main {
	padding: 20px;
	padding-top: 0;
}

.checkout-multishipping-shipping .col-main .multiple-checkout {
	width: 100%;
}

.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set {
	background: 0;
}

.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-1 {
	width: 30%;
}

.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-2 {
	width: 68%;
}

.checkout-multishipping-shipping .col-main .wide .data-table {
	border-collapse: collapse;
	margin-top: 15px;
}

.checkout-multishipping-shipping .col-main .multiple-checkout h3 {
	border: 1px solid #BEBCB7;
	border-bottom: 0;
	margin-bottom: 0;
	font-size: 1em;
	padding: 3px;
	padding-left: 20px;
}

.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set {
	border: 1px solid #BEBCB7;
	padding: 20px;
	margin-bottom: 15px;
}

.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set {
	border: 0;
}

.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set button {
	margin-left: 10px;
}

.checkout-multishipping-shipping .col-main .multiple-checkout .col-1 h4 {
	margin: 10px 0;
}

.checkout-multishipping-billing .contant-indent {
	padding-top: 0;
}

.checkout-multishipping-billing .col-main .content-block-2 .corner-right-bot {
	padding-left: 28px;
	padding-right: 28px;
}

.checkout-multishipping-billing .col-main {
	padding: 20px;
	padding-top: 0;
}

.checkout-multishipping-billing .col-main .col2-set {
	background: 0;
	border: 1px solid #BEBCB7;
	padding: 20px;
	margin-top: 15px;
}

.checkout-multishipping-billing .col-main .col2-set .col-2 h3 {
	margin-bottom: 20px;
}

.checkout-multishipping-billing .col-main .col2-set .col-1 {
	width: 60%;
}

.checkout-multishipping-billing .col-main .col2-set .col-2 {
	width: 38%;
}

.checkout-multishipping-billing .col-main .buttons-set {
	padding: 20px 0;
	border: 0;
}

.checkout-multishipping-billing .col-main .buttons-set button {
	margin-left: 15px;
}

.checkout-multishipping-billing .col-main .col-2 dl dt {
	padding: 5px 0;
}

.checkout-multishipping-billing .col-main .col-2 dl dd {
	padding: 0 0 0 20px;
}

.checkout-multishipping-billing .col-main .col-2 dd .v-fix {
	padding-right: 5px;
}

.checkout-multishipping-billing .input-box {
	width: auto;
}

.checkout-multishipping-billing .input-box input {
	width: 250px;
}

.checkout-multishipping-overview .contant-indent {
	padding-top: 0;
}

.checkout-multishipping-overview .col-main {
	padding: 20px;
	padding-top: 0;
}

.checkout-multishipping-overview .col-main .col2-set {
	background: 0;
	border: 1px solid #C5C1C1;
	padding: 20px;
}

.checkout-multishipping-overview .col-main .col2-set .col-1 {
	width: 30%;
}

.checkout-multishipping-overview .col-main .col2-set .col-2 {
	width: 68%;
}

.checkout-multishipping-overview .col-main .col2-set .col-1 address {
	margin: 10px 0;
}

.checkout-multishipping-overview .col-main .multiple-checkout h3 {
	margin: 10px 0;
}

.checkout-multishipping-overview .col-main .col2-set h3, .checkout-multishipping-overview .col-main .col2-set h4 {
	margin: 0;
	margin-bottom: 15px;
}

.checkout-multishipping-overview .col-main .col2-set .data-table {
	border-collapse: collapse;
}

.checkout-multishipping-overview .col-main .col2-set .data-table tfoot th, .checkout-multishipping-overview .col-main .col2-set .data-table tfoot td {
	border-top: 1px solid #BFBFBF;
}

.checkout-multishipping-overview .col-main .grand-total {
	margin: 10px 0;
}

.checkout-multishipping-overview .data-table {
	margin: 10px 0;
}

.checkout-multishipping-address-newshipping .col-main {
	padding: 20px;
	padding-top: 0;
}

.checkout-multishipping-address-newshipping .contant-indent {
	padding-top: 0;
}

.checkout-multishipping-address-newshipping .col-main .content-block-2 .corner-right-bot {
	padding-left: 28px;
	padding-right: 28px;
}

.checkout-multishipping-address-newshipping #form-validate {
	display: block;
}


/*.checkout-multishipping-address-newshipping #form-validate #lastname{width:251px;}*/

.checkout-multishipping-address-editshipping .col-main {
	padding: 20px;
	padding-top: 0;
}

.checkout-multishipping-address-editshipping .contant-indent {
	padding-top: 0;
}

.checkout-multishipping-address-editshipping .col-main .content-block-2 .corner-right-bot {
	padding-left: 28px;
	padding-right: 28px;
}

.checkout-multishipping-address-editshipping #form-validate {
	display: block;
}


/*.checkout-multishipping-address-editshipping #form-validate #lastname{width:251px;}*/

.checkout-multishipping-address-selectbilling .col-main {
	padding: 20px;
	padding-top: 0;
}

.checkout-multishipping-address-selectbilling .contant-indent {
	padding-top: 0;
}

.checkout-multishipping-address-selectbilling .page-title {
	padding: 0 20px;
}

.checkout-multishipping-address-selectbilling .page-title h2 {
	background: 0;
}

.checkout-multishipping-address-selectbilling .page-title button.button {
	margin-top: 5px;
}

.checkout-multishipping-address-selectbilling .multiple-checkout {
	padding: 20px;
}

.checkout-multishipping-address-editaddress #form-validate {
	display: block;
	padding: 20px;
}

.checkout-multishipping-address-editaddress #form-validate #lastname {
	width: 251px;
}

.checkout-multishipping-address-editbilling #form-validate {
	display: block;
	padding: 20px;
}

.checkout-multishipping-address-editbilling #form-validate #lastname {
	width: 251px;
}

.checkout-multishipping-success .col-main {
	padding: 20px;
	padding-top: 0;
}

.checkout-multishipping-success .content-box {
	padding: 30px;
}

.checkout-multishipping-success .buttons-set {
	border: 0;
}

#lastname {
	width: 250px;
}


/* Sitemap */

.sitemap {}


/********** < Common Checkout Styles */

.sp-methods {}

.checkout-onepage-index #checkout-payment-method-load dt {
	padding: 5px 0;
}

.checkout-onepage-index #checkout-payment-method-load dd {
	padding: 0 20px;
}

.checkout-onepage-index .col-main .page-title {
	display: none;
}

.please-wait {
	float: right;
	padding-right: 50px;
}

.cvv-what-is-this {
	cursor: help;
	margin-left: 5px;
	padding-top: 5px;
	display: block;
	float: left;
}


/* Tooltip */

.tool-tip {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	position: absolute;
	left: 0;
	z-index: 1000;
	top: -17px!important;
}

.tool-tip .btn-close {
	text-align: right;
}

.tool-tip .tool-tip-content {
	padding: 5px;
}


/* Gift Messages */

.add-gift-message {
	margin-top: 15px;
}

.gift-message-form {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}

.gift-message-form .inner-box {
	padding: 5px;
	height: 300px;
	overflow: auto;
}

.gift-message-form .gift-item {}

.gift-message-form textarea {
	width: 510px!important;
}

.gift-message-form .input-box {
	display: block;
	width: 283px!important;
}

.gift-message-form .input-box input {
	width: 226px!important;
}

.gift-message-link {
	display: block;
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	padding-left: 20px;
}

.gift-message-link.expanded {
	background-position: 0 -53px;
}

.gift-message-row {}

.gift-message-row .btn-close {
	float: right;
}

.gift-message dt span {
	font-weight: bold;
}


/* Checkout Agreements */

.checkout-agreements {}

.checkout-agreements li {
	margin: 10px 0;
}

.checkout-agreements .agreement-content {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	height: 10em;
	overflow: auto;
}

.checkout-agreements .agree {
	padding: 6px;
}


/********** Common Checkout Styles > */


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


/* Login Page ============================================================================ */

.login-page {}

.login-page .content {
	min-height: 150px;
}


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


/* My Account ============================================================================= */


/********** < Dashboard */

.dashboard .data-table {
	margin: 10px 0;
}

.dashboard .welcome-msg {}

.dashboard .col2-set {
	padding: 10px 0;
}

.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
	margin-top: 10px;
}


/* Block: Recent Orders */

.dashboard .recent-orders {
	margin: 10px 0;
}


/* Block: Tags */

.dashboard .tags .number {
	float: left;
	margin-right: -20px;
}

.dashboard .tags .details {
	margin-left: 20px;
}


/* Block: Reviews */

.dashboard .reviews {}


/********** Dashboard > */


/* Order View */

.order-info {
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
}

.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display: inline;
}

.order-info dt {
	font-weight: bold;
}


/* Print Pages */

.page-print .print-head {}

.page-print .print-head img {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}


/* Price Rewrites */

.page-print .gift-message-link {
	display: none;
}

.page-print .price-excl-tax, .page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}

.page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display: inline;
}

.customer-name-middlename .name-firstname {
	width: 200px!important;
}

.customer-name-middlename .name-firstname input {
	width: 190px!important;
}

.customer-name-middlename .name-middlename {
	width: 60px!important;
}

.customer-name-middlename .name-middlename input {
	width: 50px!important;
}

.customer-name-middlename .input-box-2 input {
	width: 250px!important;
}

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

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

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

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

#my_recent_reviews .rating-box {
	margin: 10px 0;
}

#my_recent_reviews .number {
	width: 17px;
	float: left;
}

#my_recent_reviews .product-name {
	float: left;
	width: 640px;
}

#my_recent_tags {
	margin: 10px 0;
}

#my_recent_tags li {
	width: 100%;
	overflow: hidden;
}

#my_recent_tags .number {
	width: 17px;
	float: left;
	margin: 0;
	padding: 0;
}

#my_recent_tags .details {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0;
}


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


/*=============product tabs==============*/

#product-tabs .tabs {}

#product-tabs .tabs .corner-left-top {
	background: url(../images/tabs_button_corner_left_top.gif) left top no-repeat;
	display: block;
	width: 160px;
	float: left;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	margin-right: 2px;
	margin-left: 3px;
}

#product-tabs .tabs .corner-right-top {
	background: url(../images/tabs_button_corner_right_top.gif) right top no-repeat;
	display: block;
}

#product-tabs .tabs .border-top {
	background: url(../images/tabs_button_border_top.gif) left top repeat-x #525252;
	display: block;
	margin: 0 5px;
	padding: 15px 0 7px;
	text-align: center;
	height: 15px;
	overflow: hidden;
}

#product-tabs .tabs .active-tab {
	color: #4161A8;
	background: url(../images/tabs_button_corner_left_top_active.gif) left top no-repeat;
	margin-bottom: -1px;
	position: relative;
	height: 38px;
}

#product-tabs .tabs .active-tab .corner-right-top {
	background: url(../images/tabs_button_corner_right_top_active.gif) right top no-repeat;
}

#product-tabs .tabs .active-tab .border-top {
	background-color: #FFFFFF;
	height: 16px;
}

#product-tabs .tabs #tags-button {
	width: 121px;
}

#product-tabs .tabs-content {}

#product-tabs .tabs-content .tabs-content-top {
	background: url(../images/tabs_corner_left_top.gif) left top no-repeat;
}

#product-tabs .tabs-content .tabs-content-top div {
	background: url(../images/tabs_corner_right_top.gif) right top no-repeat;
}

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

#product-tabs .tabs-content .border-left {
	background: url(../images/tabs_border.gif) left top repeat-y #ffffff;
}

#product-tabs .tabs-content .border-right {
	background: url(../images/tabs_border.gif) right top repeat-y;
}

#product-tabs .tabs-content .border-right .block-width {
	width: 650px;
	overflow: hidden;
	position: relative;
	padding: 20px 0 20px 0;
	margin-left: 20px;
}

#product-tabs .tabs-content .tabs-content-bot {
	background: url(../images/tabs_corner_left_bot.gif) left top no-repeat;
}

#product-tabs .tabs-content .tabs-content-bot div {
	background: url(../images/tabs_corner_right_bot.gif) right top no-repeat;
}

#product-tabs .tabs-content .tabs-content-bot div div {
	background: url(../images/tabs_border.gif) left 3px repeat-x #ffffff;
	margin: 0 4px;
	height: 4px;
	overflow: hidden;
}

#tabber {
	display: block;
	width: 2606px;
	list-style: none;
	overflow: hidden;
}

#tabber .tabs-list {
	width: 631px;
	float: left;
	display: block;
	padding-right: 20px;
}


/*============//product tabs=============*/

#product-attribute-specs-table {
	margin-top: 2px;
}

#product-attribute-specs-table th, #product-attribute-specs-table td {
	padding: 12px 16px 13px 11px;
}

#product-attribute-specs-table th {
	color: #545454;
	text-transform: uppercase;
}

#product-attribute-specs-table td {
	color: #626262;
}

#upsell-product-table td {
	padding: 10px 8px 5px;
	width: 25%!important;
	text-align: center;
}

#upsell-product-table .product-image img {
	border: 1px solid #C3C3C3;
}

#upsell-product-table .product-name {
	padding-top: 15px;
}

#upsell-product-table .product-name a {
	color: #178EB5;
	text-decoration: underline;
	font-weight: normal;
}

#upsell-product-table .product-name a:hover {
	text-decoration: none;
}

#upsell-product-table .price {
	color: #353535;
	padding-bottom: 5px;
}

#upsell-product-table .ratings {
	padding-top: 0;
}

#upsell-product-table .ratings .rating-box {
	margin: 0 auto 10px;
}

#upsell-product-table .ratings .rating-links a {
	color: #353535;
}

#upsell-product-table .ratings .rating-links .last {
	color: #178EB5;
}

.cms-index-index .content-block-3 .block-content .right-bot {
	padding: 0 0px;
}

.cms-index-index .products-grid td {
	width: 100%;
	background: url(../images/listing_x_divider.gif) left bottom repeat-x;
	padding: 14px 0px 2px 17px;
}

.cms-index-index .products-grid td.last {
	background: 0;
}

.cms-index-index .products-grid .product-image {
	margin: 0;
	display: block;
	width: 195px;
}

.cms-index-index .products-grid .price-box {
	float: left;
	margin-right: 10px;
}

.cms-index-index .products-grid .product-col-2 .availability, .cms-index-index .products-grid .product-col-2 button {
	margin-top: 5px;
}

.cms-index-index .products-grid .add-to-links li.last {
	margin-left: 2px;
}

.cms-index-index .products-grid .ratings {
	padding-top: 0;
}

.cms-index-index .products-grid .ratings .rating-box {
	margin: 0;
}

.cms-index-index .product-col-1 {
	width: 220px;
	float: left;
}

.cms-index-index .product-col-2 {
	width: 200px;
	float: left;
}

.sendfriend-product-send .col-main .buttons-set button {
	margin-left: 10px;
}

.review-product-list .data-table {
	margin: 10px 0;
}

.review-product-list .product-pricing {
	padding-top: 10px;
}

.review-product-list #tabs {
	display: none;
}

.review-product-list .product-collateral .data-table {
	border-left: 1px solid #C5C1C1;
	margin-left: 1px;
}

.customer-account-logoutsuccess .content-block-2 {
	margin: 0;
}

.checkout-cart-index .content-block-2 .corner-right-bot {
	padding-left: 15px;
}

.customer-account-login .content-block-3 {
	margin: 0;
}

.customer-account-login .registered-users .form-list {
	margin: 10px 0;
}

.customer-account-forgotpassword .content-block-2 {
	margin: 0;
}

.customer-account-forgotpassword .content-block-2 .corner-right-bot {
	padding-left: 15px;
	padding-right: 15px;
}

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

.customer-address-index .col-main .content-block-2 {
	margin: 0;
}

.customer-address-index .col-main .corner-right-bot {
	padding-left: 28px;
	padding-right: 28px;
}

.customer-address-index .col-main .col2-set {
	padding: 10px 0;
}

.customer-address-index .col-main .col2-set .col-1, .customer-address-index .col-main .col2-set .col-2 {
	margin-top: 10px;
}

.customer-address-index .col-main .col2-set address {
	margin: 10px 0;
}

#wishlist-table .product-image img {
	border: 1px solid #B1B1B1;
}

#wishlist-table textarea {
	width: 97%!important;
}

.sales-order-view .col-main .content-block-2 {
	margin: 0 0 20px;
}

.sales-order-view .col-main .content-block-2 .corner-right-bot {
	padding-left: 28px;
	padding-right: 28px;
}

.sales-order-view .col-main .col2-set {
	padding: 10px 0;
}

.sales-order-invoice .col-main .content-block-2 {
	margin: 0 0 20px;
}

.sales-order-invoice .content-block-2 .corner-right-bot {
	padding-left: 28px;
	padding-right: 28px;
}

.sales-order-invoice .col2-set {
	padding: 10px 0;
}

.sales-order-invoice .col-main h4 {
	margin: 10px 0;
}

.sales-order-shipment .col-main .content-block-2 {
	margin: 0 0 20px;
}

.sales-order-shipment .content-block-2 .corner-right-bot {
	padding-left: 28px;
	padding-right: 28px;
}

.sales-order-shipment .col2-set {
	padding: 10px 0;
}

.sales-order-shipment .col-main h4 {
	margin: 10px 0;
}

.sales-order-creditmemo .col-main .content-block-2 {
	margin: 0 0 20px;
}

.sales-order-creditmemo .content-block-2 .corner-right-bot {
	padding-left: 28px;
	padding-right: 28px;
}

.sales-order-creditmemo .col2-set {
	padding: 10px 0;
}

.sales-order-creditmemo .col-main h4 {
	margin: 10px 0;
}

.cms-about-magento-demo-store .col-main .page-head {
	padding-left: 10px
}

.cms-about-magento-demo-store .col-main .col3-set {
	padding: 10px;
}

.cms-about-magento-demo-store .col-main p {
	padding-bottom: 10px;
}

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

.catalogsearch-advanced-result .col-main .products-grid td {
	width: 319px;
}

.catalogsearch-advanced-result .col-main .products-grid .grid-divider div {
	background: url(../images/listing_x_divider.gif) left 14px repeat-x;
	width: 706px;
}

.page-banners {
	width: 728px;
	overflow: hidden;
}

.page-banners img {
	float: left;
}

.page-banners .img-indent {
	margin-right: 5px;
	float: left;
}

.banner-indent {
	margin-bottom: 10px;
}

.page-new-products .products-grid td {
	background: url(../images/listing_y_divider.gif) repeat-y scroll right top;
	width: 195px;
	padding-left: 18px;
	padding-right: 18px;
}

.page-new-products .products-grid td.last {
	background: 0;
}

.page-new-products .products-grid .grid-divider {
	padding: 0;
	background: 0;
	width: 706px;
}

.page-new-products .products-grid .grid-divider div {
	background: url("../images/page_new_products_grid_divider.gif") no-repeat scroll -3px 12px transparent;
	height: 24px;
}

.page-new-products .products-grid tr.last td {
	padding-top: 14px!important;
	padding-bottom: 15px!important;
}

.page-new-products .products-grid a {
	text-decoration: none;
}

.page-new-products .products-grid h3 {
	margin-bottom: 0px;
	min-height: 30px;
	height: auto!important;
	height: 30px;
	padding-left: 11px;
}

.page-new-products .products-grid h3 a {
	text-decoration: none;
}

.page-new-products .products-grid h3 a:hover {
	text-decoration: underline;
}

.page-new-products .products-grid button {
	margin-top: 5px;
	float: right;
}

.page-new-products .products-grid .product-image {
	margin-bottom: 20px;
}

.page-new-products .products-grid .price-box {
	padding-left: 10px;
}

.page-new-products .right-bot {
	padding-left: 2px;
}


/* Footer ================================================================================ */

.footer {
	color: #122234;
	padding: 0 7px;
}

.footer .footer-block {
	background: url(../images/footer_block_border_top.gif) left top repeat-x #BBBBBB;
	width: 100%;
}

.footer .footer-block .border-left {
	background: url(../images/footer_block_border_left.gif) left top repeat-y;
}

.footer .footer-block .border-right {
	background: url(../images/footer_block_border_right.gif) right top repeat-y;
}

.footer .footer-block .corner-left-top {
	background: url(../images/footer_block_corner_left_top.gif) left top no-repeat;
}

.footer .footer-block .corner-right-top {
	background: url(../images/footer_block_corner_right_top.gif) right top no-repeat;
	padding: 30px 36px 17px 51px
}

.footer .left-col {
	width: 30%;
	float: left;
	padding-top: 15px;
}

.footer .right-col {
	width: 68%;
	float: right;
}

.footer .store-switcher {
	margin-top: 5px;
}

.footer ul {
	padding: 0;
	display: inline;
}

.footer ul li {
	display: inline;
	padding: 0 14px 0 13px;
	background: url(../images/foote_linksr_divider.gif) right 3px no-repeat;
}

.footer ul li a {
	color: #122234;
	text-decoration: none;
}

.footer ul li a:hover {
	text-decoration: underline;
}

.footer ul li.last {
	background: 0;
}


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

#catalog {
	margin-left: 2px;
	padding-right: 2px;
}

#catalog ul {
	padding-top: 5px;
}

#catalog ul ul {
	margin-left: 10px;
	display: none;
}

#catalog ul li {
	border-top: 1px dotted #ccc;
}

#catalog ul li:hover ul {}

#catalog ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 8px 0 8px 15px;
	font-weight: bold;
}

#catalog ul li a:hover {
	background: #ddd;
}

#catalog ul ul li a {
	font-size: 11px;
	font-weight: normal;
}

.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}

.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../../image/button_right.png') top right no-repeat;
}

.buttons {
	padding: 5px;
	margin-bottom: 10px;
}

.buttons input {
	padding: 0px;
	margin: 0px;
}

.buttons table {
	width: 100%;
	border-collapse: collapse;
}

.buttons table td {
	vertical-align: middle;
}

.list {
	margin-bottom: 10px;
	width: 100%;
}

.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}

.news_list {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FBFBFB;
	margin-bottom: 10px;
	float: left;
	width: 96%;
}

.news_list h4 a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FA6607;
}

.news_list h4 a:hover {
	text-decoration: underline;
	color: #3333FF;
}

.detail {
	text-align: right;
}

.detail a {
	font-weight: bold;
	text-decoration: none;
	color: #FA6607;
}

.detail a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #3333FF;
}

.relation_news {
	padding: 5px;
	margin-top: 10px;
}

.relation_news .title {
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.relation_news .content {
	padding: 10px 5px 10px 15px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 1px solid #CCCCCC;
	margin-top: -1px;
}

.relation_news .content a {
	text-decoration: none;
	font-weight: bold;
	color: #FA5307;
	background: url("../../image/icon_organ.gif") no-repeat scroll left center transparent;
	padding-left: 10px;
}

.relation_news .content a:hover {
	text-decoration: underline;
	color: #0099FF;
}

.relation_news .content .daypost {
	color: #999999;
}

.img-thumbnail {
	position: relative;
	z-index: 0;
	cursor: pointer;
}

.img-thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.img-thumbnail span {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: black;
	left: -1000px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
	visibility: hidden;
}

.img-thumbnail:hover span {
	top: -160px;
	left: -44px;
	visibility: visible;
	z-index: 100001;
}

.img-thumbnail span img {
	border-width: 0;
	padding: 2px;
}

.pagination {
	display: inline-block;
	width: 98.5%;
	margin-bottom: 10px;
	margin-left: 5px;
}

.pagination .links, .pagination .results {
	padding: 7px;
}

.pagination .links {
	float: left;
}

.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}

.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}

.pagination .results {
	float: right;
}

.middle {
	padding: 10px;
}

.cart th {
	background: #CCCCCC;
	padding: 5px;
	font-weight: normal;
}

.cart td {
	padding: 5px;
}

.hncontent {
	padding: 10px !important;
}

.hncontent p {
	line-height: 20px;
}

.a-right {
	text-align: right;
}

.a-left {
	text-align: left;
}

.account-list {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

.account-list li {
	line-height: 30px;
}

.f-right {
	float: right;
	width: 471px !important;
}

.f-left {
	float: left;
}

.col-wrapper {
	float: left;
	width: 716px;
}

.catalog-list {
	padding: 0px;
	margin: 0 0 0 10px;
	list-style-type: disc;
}

.catalog-list li {
	line-height: 20px;
}

.add-to-links {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.add-to-links li {
	float: left;
}