﻿/*********** CSS RESET **********/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
a {
	color: #8b0;
}
a img {
	border: none;
}
a:hover img {
	opacity: 0.9;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}
input[type="submit"], 
input[type="reset"], 
input[type="button"], 
input[type="text"], 
input[type="password"], 
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

/*********** GLOBAL STYLES **********/


body {
	background: #fff url('../img/background.png') left 30px repeat-x;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	color: #000;
}
@font-face {
	font-family: 'sylfaen_ff';
	src: url('sylfaen.eot');
	src: url('sylfaen.eot?#iefix') format('embedded-opentype'),
			 url('sylfaen.woff') format('woff'),
			 url('sylfaen.ttf') format('truetype'),
			 url('sylfaen.svg#sylfaen') format('svg');
	font-weight: normal;
	font-style: normal;
}
.button-1:hover, .button-2:hover {
	background-position: bottom !important;
}
input[type="text"], input[type="password"] {
	height: 28px;
	border: 1px solid #bbb;
	background: #fff url('../img/input1.png') top repeat-x;
	padding: 0 6px;
	color: #333;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 24px;
}
textarea {
	border: 1px solid #bbb;
	background: #fff url('../img/input1.png') top repeat-x;
	padding: 6px;
	color: #333;
	font: normal 13px Arial, Helvetica, sans-serif;
}
select {
	border: 1px solid #bbb;
	background: #fff url('../img/input1.png') top repeat-x;
	padding: 2px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 24px;
}
.required, .message-error {
	color: #c00;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.news-body ul {
	margin: 12px 0;
	padding-left: 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.news-body ol {
	margin: 12px 0;
	padding-left: 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p {
	margin: 10px 0;
}
.category-description img,
.manufacturer-description img,
.full-description img,
.topic-html-content img,
.topic-page img,
.post-body img,
.news-body img {
	width: 100%;
    height: auto;
}
.admin-header-links {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.admin-header-links a {
	display: inline-block;
	background: #666;
	padding: 0 12px;
	line-height: 30px;
	font-size: 12px;
	color: #eee;
	text-decoration: none;
}
.admin-header-links a:hover {
	background: #777;
}

.captcha-box {
    line-height: 15px;
}
.captcha-box input[type="text"],
.captcha-box input[type="password"] {
	height: 17px;
	line-height: 15px;
}

.bar-notification {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	box-shadow: 0 1px 2px #666;
	line-height: 30px;
	color: #fff;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.bar-notification.success {
	background: #9b0;
	border-bottom: 1px solid #bd2;
}
.bar-notification.error {
	background: #f00;
	border-bottom: 1px solid #f55;
}
.bar-notification > * {
	float: left;
}
.bar-notification .content {
	margin-left: 10px;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	float: right;
	width: 16px;
	height: 16px;
	margin: 6px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../img/close.png') center no-repeat;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.bar-notification .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*Jquery popups start*/

.ui-dialog {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    z-index: 1001;

}
.ui-dialog-titlebar {
	border-bottom: 1px solid #aaa;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 1px 0 #fff inset;
	overflow: hidden;
	background: #ccc url('../img/button1.png') repeat-x top;
	padding: 10px;
	color: #333;
	text-shadow: 1px 1px #eee;
}
.ui-dialog-titlebar span {
	float: left;
	line-height: 18px;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	float: right;
	width: 16px;
	height: 16px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../img/close.png') center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 18px;
}
.ui-dialog-content .topic-html-content {
    margin: 10px 0 0;
}
.ui-dialog-content .topic-html-content-body {
    max-height: 200px;
    overflow-y: scroll;
}
.ui-dialog-content .topic-html-content p {
    margin: 0;
}
.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 0 #fff inset;
	overflow: hidden;
	background: #ccc url('../img/button1.png') repeat-x top;
	padding: 5px;
	color: #333;
	text-shadow: 1px 1px #eee;
	cursor: pointer;
}
.ui-dialog-buttonset button:hover {
	background-position: bottom;
}
/*Jquery popups end*/

.master-wrapper-page {
	margin-bottom: 35px;
}

.header-line {
	margin-bottom: 30px;
	background: #222;
    position: relative;
}
.header-links-wrapper {
	width: 980px;
	height: 30px;
	margin: 0 auto;
    position: relative;
}
.header-contacts {
	float: left;
}
.header-contacts span {
	display: inline-block;
	margin-right: 20px;
	color: #aaa;
	line-height: 30px;
	font-size: 11px;
}
.header-contacts .phone {
	background: url('../img/icon1.png') left center no-repeat;
	padding-left: 18px;
}
.header-contacts .mail {
	background: url('../img/icon2.png') left center no-repeat;
	padding-left: 20px;
}
.header-contacts a {
	color: #bd6;
    display: inline-block;
}
.header-contacts a:hover {
	color: #8b0;
}
.header-links {
}
.header-links:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.header-links ul {
	float: right;
}
.header-links li {
	float: left;
	margin-left: 15px;
}
.header-links li:first-child {
	margin-left: 0;
}
.header-links li a {
	display: inline-block;
	color: #aaa;
	line-height: 30px;
	text-decoration: none;
	font-size: 11px;
}
.header-links li a.account {
	color: #bd6;
}
.header-links li a:hover {
	color: #fff;
}
.header-links li a.account:hover {
	color: #8b0;
}
.header-links .cart-qty {
	padding-left: 22px;
	background: url('../img/icon3.png') left center no-repeat;
	line-height: 30px;
}
    .header-links li a > span {
        display: inline-block;
    }

.flyout-cart {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 99999;
	width: 300px;
	min-height: 50px;
	background: #fff;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	padding: 5px 10px 10px;
	border: 1px solid #fff;
	border-top: none;
	box-shadow: 0 1px 2px #999;
	background: #fff url('../img/separator.png') top repeat-x;
	font-size: 11px;
}
.mini-shopping-cart .count {
	margin: 10px 0;
}
.mini-shopping-cart a:hover {
	color: #680 !important;
}
.mini-shopping-cart .items{
	margin-bottom: 10px;
	background: #fff;
}
.mini-shopping-cart .item {
	overflow: hidden;
	padding: 8px;
	border-bottom: 1px dotted #ccc;
}
.mini-shopping-cart .item.first {
	border-top: 1px dotted #ccc;
}
.mini-shopping-cart .item .picture {
	float: left;
	width: 50px;
	text-align:center;
}
.mini-shopping-cart .item .picture a {
	display: block;
}
.mini-shopping-cart .item .product {
	margin-left: 56px;
}
.mini-shopping-cart .item .name {
	margin-bottom: 8px;
}
.mini-shopping-cart .item .name a {
	color: #333 !important;
	font-weight: bold;
}
.mini-shopping-cart .item .name a:hover {
	text-decoration: underline;
}
.mini-shopping-cart .item .attributes {
	margin: 0;
}
.mini-shopping-cart .item .price span {
	color: #8b0;
	font-size: 11px;
}
.mini-shopping-cart .item .quantity span {
	font-size: 11px;
}
.mini-shopping-cart .totals {
	margin-bottom: 10px;
	text-align:right;
	color: #333;
}
.mini-shopping-cart .totals strong {
	color: #c00;
}
.mini-shopping-cart .buttons {
	text-align:right;
}
.mini-shopping-cart .button-1 {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ccc url('../img/button1.png') top repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px 8px;
	color: #333;
	text-shadow: 1px 1px #eee;
	cursor: pointer;
}


.master-wrapper-content {
	width: 980px;
	min-height: 620px;
	margin: 0 auto;
}

.header {
	margin-bottom: 20px;
}
.header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.header-logo {
	float: left;
}
    .header-logo a {
        display: inline-block;
    }
.header-selectors-wrapper {
	float: right;
	width: 370px;
	margin-bottom: 25px;
}
.header-selectors-wrapper > div {
	float: left;
	margin-right: 15px;
}
.header-selectors-wrapper select {
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 100px;
	color: #666;
}

.language-list {
	vertical-align: middle;
    line-height: 0;
    max-width: 455px;
}
.language-list li {
    display: inline-block;
    margin: 0 2px;
}
.language-list a {
    position: relative;
	display: block;
    width: 24px;
    height: 24px;
    line-height: 0;
}
.language-list img {
    position: absolute;
	width: 18px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -6px;
}

.search-box {
	float: right;
    clear: right;
}
.search-box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.search-box input.search-box-text {
	float: left;
	width: 326px !important;
}
.search-box .search-box-button {
	float: left;
	width: 30px;
	height: 30px;
	background: url('../img/search-button.png') top no-repeat;
	text-indent: 30px;
	cursor: pointer;
}

/*Default Autocomplete start*/
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	z-index: 1002 !important;
    width: 338px !important;
	margin-top: -1px;
    background: #fff;
    border: 1px solid #bbb;
    border-top: 1px dotted #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
	font-size: 11px;
	color: #666;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a:hover,
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content .ui-state-focus {
	background: #ddd;
	color: #000;
	cursor: pointer;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	vertical-align: middle;
	margin-right: 5px;
}
/*Default Autocomplete end*/

.header-menu {
	margin-bottom: 10px;
	background: url('../img/separator.png') bottom repeat-x;
	padding-bottom: 20px;
}
.header-menu ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.header-menu > ul > li {
	float: left;
}
.header-menu > ul > li > a {
	display: block;
	border: 1px solid transparent;
	padding: 0 20px;
	font: normal 17px/48px Sylfaen, sylfaen_ff, serif;
	color: #333;
	text-transform: uppercase;
}
.header-menu > ul > li:hover > a,  
.header-menu > ul > li > a.active {
	background: #ccc url('../img/button1.png') top repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #d0d0d0 #c6c6c6 #c0c0c0;
	color: #000;
	text-shadow: 1px 1px #eee;
	box-shadow: inset 0 1px 0 #fff;
}
.header-menu > ul > li > a:active {
	background-position: bottom;
}
.footer {
}
.footer-top {
	background: url('../img/separator.png') top repeat-x;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 70px;
}
.footer-block {
	float: left;
	min-height: 120px;
	margin-left: 30px;
	padding-right: 30px;
	border-right: 1px dotted #ccc;
}
.footer-top .footer-block:first-child {
	margin-left: 0;
}
.footer-block h3 {
	font: normal 24px "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 10px;
}
.footer-block .footer-menu {
	margin-left: 2px;
}
.footer-block .footer-menu li {
	margin-bottom: 8px;
}
.footer-block .footer-menu a {
	color: #666;
}
.footer-block .footer-menu a:hover {
	color: #8b0;
}
.footer-block-last {
	float: right;
	width: auto;
	margin-left: 0;
	padding-right: 0;
	border-right: none;
}
.newsletter-subscribe-block {
	overflow: hidden;
	margin-bottom: 15px;
}
.newsletter-subscribe-block .newsletter-email {
	float: left;
}
.newsletter-subscribe-block input[type="text"] {
	text-transform: capitalize;
	width: 312px;
}
.newsletter-subscribe-block .buttons {
	position: relative;
	float: left;
}
.newsletter-subscribe-block input[type="button"] {
	float: left;
	width: 30px;
	height: 30px;
	background: url('../img/subscribe-button.png') top no-repeat;
	cursor: pointer;
}
.newsletter-subscribe-block .please-wait {
	position: absolute;
	left: -40px;
	line-height: 30px;
}
.newsletter-result-block {
	width: 350px;
}

.accepted-payment-methods {
}
.accepted-payment-methods span {
	display: block;
	margin-bottom: 5px;
}
.accepted-payment-methods ul {
	overflow: hidden;
}
.accepted-payment-methods li {
	float: left;
	width: 49px;
	height: 30px;
	margin-left: 4px;
	border: 1px solid #ddd;
}
.accepted-payment-methods li:first-child {
	margin-left: 0;
}
.accepted-payment-methods .method1 {
	background: url('../img/pay1.png') no-repeat;
}
.accepted-payment-methods .method2 {
	background: url('../img/pay2.png') no-repeat;
}
.accepted-payment-methods .method3 {
	background: url('../img/pay3.png') no-repeat;
}
.accepted-payment-methods .method4 {
	background: url('../img/pay4.png') no-repeat;
}
.accepted-payment-methods .method5 {
	background: url('../img/pay5.png') no-repeat;
}
.accepted-payment-methods .method6 {
	background: url('../img/pay6.png') no-repeat;
}

.footer-bottom {
	height: 40px;
	background: #222;
}
.footer-bottom .center {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.footer-disclaimer {
	position: absolute;
	left: 0;
	color: #888;
	font-size: 11px;
	line-height: 40px;
}
.footer-powered-by {
	position: absolute;
	right: 0;
	color: #888;
	font-size: 11px;
	line-height: 40px;
}
.footer-powered-by a {
	color: #888;
	text-decoration: underline;
}
.footer-powered-by a:hover {
	color: #fff;
}
.footer-social {
	padding-top: 8px;
	text-align: center;
}
.footer-social a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 2px;
}
.footer-social .facebook {
	background: url('../img/social1.png') no-repeat;
}
.footer-social .twitter {
	background: url('../img/social2.png') no-repeat;
}
.footer-social .youtube {
	background: url('../img/social3.png') no-repeat;
}
.footer-social .rss {
	background: url('../img/social4.png') no-repeat;
}
.footer-social .pinterest {
	background: url('../img/social5.png') no-repeat;
}
.footer-store-theme {
	position: absolute;
	top: -40px;
	width: 100%;
	text-align: center;
}



/*********** LEFT COLUMN *********/




.master-wrapper-main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.side-2 {
	width: 230px;
	float: left;
}
.center-2 {
	float: right;
	width: 720px;
}
.block {
	margin-bottom: 20px;
}
.block .title {
	background: #333;
	padding: 5px 10px;
	font: normal 15px Sylfaen, sylfaen_ff, serif;
	color: #bc3;
	text-transform: uppercase;
}
.block .title strong {
	font-weight: normal;
}
.block .listbox:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     line-height: 0;
}
.listbox .list {
	padding: 15px 10px 20px;
	border-bottom: 1px dotted #999;
}
.listbox .list > li {
	margin-top: 14px;
}
.listbox .list > li:first-child {
	margin-top: 2px;
}
.listbox .list > li > a {
	display: block;
	padding-left: 12px;
	font: normal 14px Sylfaen, sylfaen_ff, serif;
	background: url('../img/arrow1.png') left center no-repeat;
	color: #333;
	text-transform: uppercase;
}
.listbox li.active > a {
	color: #8b0;
}
.listbox .sublist {
	padding: 5px 10px;
}
.listbox .sublist li {
	margin-top: 8px;
}
.listbox .sublist li:first-child {
	margin-top: 5px;
}
.listbox .sublist a {
	display: block;
	padding-left: 12px;
	font: italic normal 14px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.listbox .list a:hover {
	color: #8b0;
}
.listbox li.year strong {
	color: #000;
}

.listbox .tags {
	overflow: hidden;
	padding: 15px 10px 5px;
	border-bottom: 1px dotted #999;
}
.listbox .tags li {
	float: left;
	margin-right: 5px;
}
.listbox .tags a {
	display: block;
	color: #666;
	line-height: 24px;
}
.listbox .tags a:hover {
	color: #8b0;
}
.listbox .view-all {
	padding: 10px 5px 0;
	text-align: right;
}
.listbox .view-all a {
	color: #666;
}
.listbox .view-all a:hover {
	color: #8b0;
}

.poll {
	padding: 15px 0 5px;
}
.poll strong {
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #333;
}
.poll-options, .poll-results {
	margin-bottom: 10px;
	padding: 0 10px;
}
.poll-options li, .poll-results li {
	padding: 3px 0;
}
.poll-options li:hover {
	color: #8b0;
}
.poll .buttons, .poll-total-votes {
	border-top: 1px dotted #999;
	padding: 10px 5px 0;
	text-align: right;
}
.poll .buttons input {
	cursor: pointer;
	border: none;
	background: none;
	color: #666;
}
.poll .buttons input:hover {
	color: #8b0;
}
.poll .please-wait {
}
.poll .poll-vote-error {
	color: #c00;
}
.poll-results li {
	color: #790;
}
.poll-total-votes {
	display: block;
	margin-top: 15px;
	text-align: right;
}



/********** CATEGORY PAGE **********/




.page {
	clear: both;
}
.page-title {
	margin-bottom: 15px;
}
.page-title:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.page-title h1 {
	float: left;
	font: bold 24px/30px "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.category-page .page-title {
	margin-bottom: 0;
}

.breadcrumb {
	margin-bottom: 9px;
}
.breadcrumb ul {
	overflow: hidden;
}
.breadcrumb li {
	float: left;
	margin-left: 5px;
}
.breadcrumb li * {
	color: #666;
	font-size: 12px;
	text-transform: lowercase;
}
.breadcrumb strong {
	color: #333;
}
.breadcrumb a:hover,
.breadcrumb a:hover span {
	color: #8b0;
}

.sub-category-grid,
.manufacturer-grid {
	margin-bottom: 30px;
	background: url('../img/separator.png') bottom repeat-x;
	padding-bottom: 10px;
}
.sub-category-item,
.manufacturer-item {
	position: relative;
}
.sub-category-item .picture,
.manufacturer-item .picture {
	margin-bottom: 0 !important;
	line-height: 306px !important;
}
.sub-category-item .category-title,
.manufacturer-item .title {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
}
.sub-category-item .category-title a,
.manufacturer-item .title a {
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	background: #ccc url('../img/button1.png') top repeat-x;
	padding: 5px 10px;
	text-align: center;
	font-size: 17px;
	color: #333;
	font-weight: normal;
	text-shadow: 1px 1px 0 #eee;
	box-shadow: 0 1px 0 #fff inset;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.sub-category-item:hover .category-title a,
.manufacturer-item:hover .title a {
	background-position: bottom;
}

.product-selectors {
	margin-bottom: 20px;
	background: #333;
	padding: 5px 10px;
}
.product-selectors:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.product-selectors > div {
	float: left;
	margin-left: 50px;
    overflow: hidden;
}
.product-selectors > div:first-child {
	margin-left: 0;
}
.product-selectors > div > * {
	float: left;
}
.product-selectors > div > span {
	display: inline-block;
	line-height: 30px;
	color: #bc3;
}
.product-selectors select {
	margin: 4px 8px 0 8px;
	font-size: 12px;
	border-radius: 1px;
}
.product-selectors .product-viewmode select {
	width: 110px;
}
.product-selectors .product-sorting select {
	width: 160px !important;
}
.product-selectors .product-page-size select {
	width: 60px;
}

.product-filters-wrapper {
	margin-bottom: 20px;
	overflow: hidden;
}
.product-filters {
	float: left;
	margin-left: 15px;
}
.product-filters:first-child {
	margin-left: 0;
}
.filter-title {
	margin-bottom: 10px;
	background: #ccc;
	padding: 5px 8px;
	font-size: 13px;
	color: #333;
	text-shadow: 1px 1px 0 #eee;
}
.filter-title strong {
	font-weight: normal;
}
.filter-content li {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-style: italic;
}
.filter-content li a {
	color: #666;
}
.filter-content li a:hover {
	cursor: pointer;
	color: #8b0;
}
.filter-content  .available-items {
	margin-bottom: 10px;
	overflow: hidden;
}
.filter-content .group {
	float: left;
	margin-right: 15px;
}
.filter-content .group .title {
	font-size: 12px;
}
.selected-price-range {
	color: #8b0;
}
.already-filtered-items {
	color: #8b0;
}
.already-filtered-items .filter-title {
	font-size: 12px;
	color: #000;
}
.remove-filter a {
	display: inline-block;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ccc url('../img/button1.png') top repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px 8px;
	color: #333;
	text-shadow: 1px 1px #eee;
}
.remove-filter a:hover {
	background-position: bottom;
}

.category-description {
	margin-bottom: 30px;
	line-height: 20px;
}
.category-description strong {
	color: #333;
}

.product-grid, .product-list {
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}
.product-grid .title {
	background: url('../img/separator.png') bottom repeat-x;
	margin-bottom: 18px;
	padding-bottom: 18px;
	font: bold 24px/48px "Times New Roman", Times, serif;
	color: #000;
	text-transform: uppercase;
}
.item-grid:after,
.product-grid:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.item-box {
    float: left;
    width: 230px;
    margin: 0 0 20px 15px;
}
.home-page .item-box {
    margin: 0 0 20px 20px;
}

.home-page-category-grid .item-grid .item-box:nth-child(4n+1),
.home-page-product-grid .item-grid .item-box:nth-child(4n+1),
.bestsellers .item-grid .item-box:nth-child(4n+1),
.cross-sells .item-box:nth-child(4n+1),
.recently-added-products-page .product-grid .item-box:nth-child(3n+1), 
.product-tag-page .product-grid .item-box:nth-child(3n+1),
.category-page .product-grid .item-box:nth-child(3n+1),
.manufacturer-page .product-grid .item-box:nth-child(3n+1),
.product-details-page .product-grid .item-box:nth-child(3n+1),
.manufacturer-grid .item-box:nth-child(3n+1),
.sub-category-grid .item-box:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

.item-box .picture {
	width: 228px;
	height: 338px;
	margin-bottom: 10px;
	border: 1px solid #d8d9d8;
	overflow: hidden;
	line-height: 335px;
	text-align: center;
}
.item-box .picture a {
	display: block;
	height: 336px;
	border: 1px solid #fff;
	overflow: hidden;
}
.item-box .picture img {
	position: relative;
	z-index: -1;
	vertical-align: middle;
    max-width: 100%;
}
.item-box .product-title {
	height: 48px;
	overflow: hidden;
    margin-bottom: 5px;
}
.item-box .product-title a {
	font: normal 18px/20px "Times New Roman", Times, serif;
	color: #333;
}
.item-box .product-title a:hover {
	color: #000;
}
.item-box .product-rating-box {
    margin: 0 0 10px;
}
.item-box .rating {
    height: 16px;
    width: 80px;
    background: url(../img/star-x-inactive.png) 0 0 repeat-x;
}
.item-box .rating div {
    float: left;
    height: 16px;
    background: url(../img/star-x-active.png) 0 0 repeat-x;
}
.item-box .description {
    height: 43px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 1.2;
}
.item-box .prices {
	overflow: hidden;
	margin-bottom: 15px;
}
.old-price {
	color: #999;
	font: normal 16px/24px Sylfaen, sylfaen_ff, serif;
	text-decoration: line-through;
}
.actual-price {
	float: left;
	margin-right: 15px;
	color: #8b0;
	font: normal 24px/24px Sylfaen, sylfaen_ff, serif;
}
.item-box .buttons {
	overflow: hidden;
}
.item-box input[type="button"] {
	float: left;
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.home-page-category-grid .title {
	height: 48px;
	overflow: hidden;
	text-align: center;
	font: normal 24px/24px "Times New Roman", Times, serif;
}
.home-page-category-grid .title a {
	color: #333;
}
.home-page-category-grid .title a:hover {
	color: #8b0;
}
.item-box .category-item .picture {
    margin: 0;
}

.home-page-product-grid {
	border-bottom: none;
	margin-bottom: 0;
}
.home-page-product-grid:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.product-list .item-box {
	width: auto;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;    	
}

.product-list .item-box:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.product-list .product-item .picture {
	float: left;
	margin-bottom: 0;
}
.product-list .details {
	margin-left: 250px;
}

.pager {
	overflow: hidden;
}
.pager ul {
	float: right;
}
.pager li {
	float: left;
	margin-left: 10px;	
}
    .pager li:hover {
        cursor: pointer;
    }
.pager li:first-child {
	margin-left: 0;
}
.pager li * {
	display: inline-block;
	border: 1px solid #666;
	background: #999;
	padding: 4px 8px;
	color: #fff;
}
.pager span {
	border: 1px solid #000;
	background: #444;
	cursor: default;
}
.pager li *:hover {
	border: 1px solid #000;
	background: #444;
}

.link-rss {
	float: right;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url('../img/social4.png') no-repeat;
	text-indent: 24px;
}



/********** PRODUCT PAGE **********/




.product-essential {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.product-details {
	margin-bottom: 20px;
}
.product-details:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.gallery {
	float: left;
	width: 340px;
}
.gallery .picture {
	width: 338px;
	height: 350px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	line-height: 347px;
}
.gallery .picture a {
	display: block;
	border: 1px solid #fff;
}
.gallery .picture img {
	position: relative;
	z-index: -1;
	vertical-align: middle;
}
.gallery .picture-thumbs {
	overflow: hidden;
}
.gallery .picture-thumbs a {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 8px;
	margin-left: 8px;
	text-align: center;
	line-height: 77px;
}
.gallery .picture-thumbs a:nth-child(4n+1) {
	margin-left: 0;
}
.gallery .picture-thumbs img {
	vertical-align: middle;
}

/*Default Zoom start*/
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url('../img/loading.gif') no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: url('../img/prevlabel.gif') no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: url('../img/nextlabel.gif') no-repeat 100% 15%;
}
#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: url('../img/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 70px;
}
#lbCaption {
	font-weight: bold;
}
#fancybox-wrap {
    z-index: 10010 !important;
}
/*Default Zoom end*/

.overview {
    position: relative; /*Cloud Zoom position*/
	float: right;
	width: 360px;
}
.overview .product-name {
	margin-bottom: 10px;
}
.overview .product-name h1 {
	font: normal 22px Tahoma, Geneva, sans-serif;
	color: #9b0;
}
.overview .short-description {
	padding: 15px 0;
	margin-bottom: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	line-height: 18px;
}
.overview .buttons {
	overflow: hidden;
	margin-bottom: 15px;
}
.overview .buttons div {
	float: left;
	margin-left: 10px;
}
.overview .buttons div:first-child {
	margin-left: 0;
}
.overview .buttons input,
.variant-overview .add-to-wishlist-button {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ccc url('../img/button1.png') top repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px 8px;
	color: #333;
	text-shadow: 1px 1px #eee;
	cursor: pointer;
}
.overview input.email-a-friend-button {
	background: none;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	color: #8b0;
	text-decoration: underline;
    box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}
.overview .email-a-friend-button:hover {
	color: #680;
}
.overview .stock,
.variant-overview .stock {
	margin-bottom: 10px;
}
.overview .stock .value,
.variant-overview .stock .value {
	color: #333;
	font-weight: bold;
}
.overview .manufacturers {
	margin-bottom: 10px;
}
.overview .manufacturers a {
	color: #790;
	font-weight: bold;
	text-decoration: underline;
}
.overview .manufacturers a:hover {
	color: #680;
}
.overview .product-no-reviews,
.product-reviews-overview {
	margin-bottom: 20px;
}
.overview .product-no-reviews a {
	color: #666;
	text-decoration: underline;
}
.overview .product-no-reviews a:hover {
	color: #333;
}
.overview .product-review-box {
	margin-bottom: 5px;
}
.product-review-box .rating {
	width: 55px;
	height: 12px;
	background: url('../img/rating1.gif') repeat-x;
}
.product-review-box .rating div {
	height: 12px;
	background: url('../img/rating2.gif') repeat-x;
}
.overview .product-review-links a:hover {
	color: #680;
	text-decoration: underline;
}
.overview .prices,
.variant-overview .prices {
	margin-bottom: 10px;
	overflow: hidden;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	float: left;
	margin-right: 10px;
	color: #999;
	font: normal 18px/27px Sylfaen, sylfaen_ff, serif;
	text-decoration: line-through;
	text-transform: lowercase;
}
.overview .product-price,
.variant-overview .product-price {
	float: left;
	color: #8b0;
	font: normal 24px/24px Sylfaen, sylfaen_ff, serif;
}
.overview .product-price strong,
.variant-overview .product-price strong {
	font-weight: normal;
}
.overview .add-to-cart,
.variant-overview .add-to-cart {
	margin-bottom: 20px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	overflow: hidden;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
	margin-right: 5px;
}
.overview .qty-label,
.variant-overview .qty-label {
	line-height: 30px;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 30px;
	text-align: center;
	border-radius: 1px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	box-shadow: inset 0 1px 0 #ddd;
	background: #888 url('../img/button2.png') top repeat-x;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin-bottom: 20px;
}
.ui-tabs .ui-tabs-nav {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-bottom: -1px;
}
.ui-tabs .ui-tabs-nav li {
	float: left;
	margin-left: 2px;
}
.ui-tabs .ui-tabs-nav li:first-child {
	margin-left: 0;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 1px 0 #fff inset;
	background: #ccc url('../img/button1.png') top repeat-x;
	padding: 8px 12px;
	color: #333;
	text-shadow: 1px 1px #eee;
	cursor: pointer;
}
.ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
	background-position: bottom;
}
.ui-tabs .ui-tabs-panel {
	border: 1px dotted #ccc;
	padding: 12px;
}
.ui-tabs .ui-tabs-panel p {
	margin-bottom: 10px;
	line-height: 18px;
	color: #333;
}
.ui-tabs .ui-tabs .write-review {
    margin-bottom: 0;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.full-description {
	margin-bottom: 20px;
	line-height: 18px;
}
.product-specs-box {
	margin-bottom: 20px;
}

.product-collateral .title {
	margin-bottom: 10px;
	color: #333;
}
.product-collateral .product-grid {
	border: none;
}
.product-tags-box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.product-tags-list ul, .tags ul {
	overflow: hidden;
}
.product-tags-list li, .tags li {
	float: left;
}
.product-tags-list li.separator, .tags li.separator {
	margin-right: 8px;
}
.product-tags-list a, .tags a {
}
.product-tags-list a:hover, .tags a:hover {
	color: #680;
	text-decoration: underline;
}
.product-tags-list span, .tags span {
	color: #8b0;
}
.product-tags-all-page ul {
	border: 1px dotted #ccc;
	overflow: hidden;
	background: #f6f6f6;
	padding: 15px;
}
.product-tags-all-page li {
	margin-right: 10px;
	line-height: 24px;
	text-shadow: 1px 1px 0 #fff;
}

.product-variant-line {
	margin-bottom: 20px;
	overflow: hidden;
}
.variant-picture {
	float: left;
	width: 228px;
	height: 338px;
	margin-right: 15px;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	line-height: 335px;
}
.variant-picture img {
	vertical-align: middle;
}
.variant-overview {
	float: left;
	width: 475px;
}
.variant-overview .variant-name {
	margin-bottom: 5px;
	font-size: 18px;
	color: #8b0;
}
.variant-overview .stock {
	margin-bottom: 20px;
}
.variant-overview .attributes {
	margin-bottom: 20px;
}
.variant-overview .add-to-wishlist-button {
	clear: both;
	margin-top: 15px;
}

.tier-prices {
	margin-bottom: 20px;
}
.tier-prices .prices-header {
	margin-bottom: 5px;
	font: italic 16px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.tier-prices table {
	border: 1px dotted #ccc;
}
.tier-prices td {
	background: #f6f6f6;
	padding: 5px;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-quantity {
	color: #333;
}
.tier-prices .item-price {
	color: #8b0;
}

.back-in-stock-subscription {
	margin-bottom: 10px;
}
.back-in-stock-subscription input[type="button"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ccc url('../img/button1.png') top repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px 8px;
	color: #333;
	text-shadow: 1px 1px #eee;
	cursor: pointer;
}

.customer-entered-price {
	margin-bottom: 20px;
	border: 1px dotted #ccc;
	background: #f6f6f6;
	overflow: hidden;
	padding: 10px;
}
.customer-entered-price .price-input {
	float: left;
	margin-right: 10px;
}
.customer-entered-price .enter-price-input {
	width: 50px;
	height: 24px;
}
.customer-entered-price .price-range {
	float: left;
	line-height: 26px;
	color: #333;
	font-weight: bold;
}

.attributes dt {
	margin-bottom: 8px;
	font-weight: bold;
}
.attributes dd {
	margin-bottom: 12px;
}
.attributes li {
	margin: 3px 0;
}
.attributes select {
	min-width: 70px;
}
.color-squares {
	overflow: hidden;
}
.color-squares li {
	float: left;
	margin-right: 10px;
}
.color-squares .color-container {
	float: left;
	border: 1px solid #666;
}
.color-squares .color {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
    cursor:pointer;
}
.color-squares .selected-value .color {
	border: 1px solid #666;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	float: left;
	margin: 7px 0 0 -20px;
}

.giftcard {
	margin-bottom: 20px;
	border: 1px dotted #ccc;
	background: #f6f6f6;
	padding: 15px;
}
.giftcard div {
	margin: 8px 0;
}
.giftcard label {
	width: 120px;
    color: #333;
    float: left;
    line-height: 30px;
    margin-right: 20px;
}
.giftcard input {
	width: 300px;
}
.giftcard textarea {
	width: 300px;
	height: 150px;
}



/********** WISHLIST & COMPARE LIST & EMAIL A FRIEND **********/



.compare-products-page .page-body {
    position: relative;
}
.wishlist-content {
	margin-bottom: 20px;
}
.wishlist-content .button-2, .compare-products-page table .button-2 {
	display: inline-block;
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ccc url('../img/button1.png') top repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px 8px;
	color: #333;
	text-shadow: 1px 1px #eee;
	cursor: pointer;
}
.wishlist-page .share-info a {
	display: block;
	margin-top: 5px;
}
.compare-products-page {
	position: relative;
	overflow: hidden
}
.compare-products-page .clear-list {
	position: absolute;
	top: -35px;
	right: 5px;
}
.compare-products-page .clear-list a {
	text-decoration: underline;
}
.compare-products-page .clear-list a:hover {
	color: #680;
}

.email-a-friend-page .title {
	margin-bottom: 20px;
}
.email-a-friend-page .title h2 {
	font: italic 18px Sylfaen, sylfaen_ff, serif;
}
.email-a-friend-page .title a:hover {
	color: #790;
}
.email-a-friend-page .buttons {
	margin-top: 15px;
	text-align: right;
}
.email-a-friend-page .button-1 {
	display: inline-block;
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}



/********** PRODUCT REVIEWS **********/




.product-reviews-page h1 a {
	font: italic 18px Sylfaen, sylfaen_ff, serif;
	text-transform: none;
}
.product-reviews-page h1 a:before {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.product-reviews-page h1 a:hover {
	color: #790;
}
.product-reviews-page .title {
	margin-bottom: 20px;
    font: italic 16px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.product-reviews-page .title strong {
	font-weight: normal;
}
.write-review {
	margin-bottom: 20px;
}
.write-review .title {
	display: none;
}
.write-review .form-fields {
	margin-bottom: 15px;
}
.write-review .inputs:nth-child(2) label {
	vertical-align: top;
	line-height: 30px;
}
.write-review .review-rating {
	overflow: hidden;
}
.write-review .review-rating label {
	display: inline-block;
	width: 168px;
	margin-right: 10px;
	text-align: right;
	color: #333;
}
.write-review .review-rating ul {
	display: inline-block;
	position: relative;
	width: 314px;
}
.write-review .review-rating li {
	text-align: center;
	cursor: default;
}
.write-review .review-rating li.first {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 16px;
	color: #c00;
}
.write-review .review-rating li.last {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 16px;
	color: #8b0;
}
.ui-tabs .form-fields {
	background: #f6f6f6;
}
.ui-tabs .inputs label {
	width: 160px;
}
.ui-tabs .review-rating label {
	width: 160px;
}
.ui-tabs .buttons {
	text-align: center;
}
.write-review .captcha-box {
	margin-top: 15px;
	margin-bottom: 0;
}
.write-review .buttons {
	text-align: right;
}
.write-review .button-1 {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.product-reviews-page .result {
	margin-bottom: 20px;
}

.product-review-item {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
.product-review-item .review-item-head {
	margin-bottom: 10px;
	overflow: hidden;
}
.product-review-item .review-title {
	float: left;
	margin-right: 5px;
	font: normal 16px Sylfaen, sylfaen_ff, serif;
	color: #8b0;
	text-transform: uppercase;
}
.product-review-item .review-title strong {
	font-weight: normal;
}
.product-review-item .product-review-box {
	float: left;
	margin: 5px;
}
.product-review-item .review-text {
	margin-bottom: 15px;
	line-height: 18px;
}
.product-review-item .review-info {
	margin-bottom: 5px;
}
.product-review-item .review-info a:hover {
	color: #680;
}
.product-review-helpfulness .question {
	margin-right: 5px;
	color: #333;
	font-weight: bold;
}
.product-review-helpfulness .vote {
	color: #680;
	cursor: pointer;
}
.product-review-helpfulness .vote:hover {
	color: #8b0;
}
.product-review-helpfulness .result {
	margin-left: 10px;
	color: #000;
}



/********** TOPICS & CONTACT **********/




.topic-html-content {
	margin-bottom: 30px;
}
.topic-html-content-title {
	background: url('../img/separator.png') bottom repeat-x;
	margin-bottom: 18px;
	padding-bottom: 18px;
	font: bold 24px/48px "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.topic-html-content-title h2 {
	font-size: 24px;
}
.topic-html-content-body {
	line-height: 18px;
	color: #333;
}
.topic-page p {
	margin-bottom: 10px;
}
.topic-page strong {
	color: #333;
}
.contact-page .message-error {
	margin-bottom: 10px;
	color: #c00;
}
.contact-page .form-fields {
	margin-bottom: 15px;
}
.contact-page .inputs:last-child label,
.contact-page .inputs:last-child .field-validation-error,
.email-a-friend-page .inputs:last-child label,
.email-a-friend-page .inputs:last-child .field-validation-error {
	vertical-align: top;
	line-height: 30px;
}
.contact-page .buttons {
	text-align: right;
}
.contact-page .button-1 {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.contact-page .captcha-box {
	margin-top: -16px;
	border: 1px dotted #ccc;
	border-top: 1px solid #fff;
	padding-bottom: 15px;
}



/********** SEARCH PAGE **********/




.search-page .basic-search {
	border: 1px dotted #ccc;
	padding: 15px;
}
.search-page .inputs.reversed {
	text-align: center;
}
.search-page .inputs.reversed label {
	width: auto;
}
.search-page input[type="checkbox"] {
	vertical-align: middle;
}
.search-page .advanced-search {
	margin-top: -1px;
	border: 1px dotted #ccc;
	background: #fff;
	padding: 15px;
}
.search-page .advanced-search select {
	width: 314px;
}
.search-page .price-range {
	display: inline-block;
	width: 300px;
	margin-bottom: 15px;
	text-align: center;
}
.search-page .price-range input {
	width: 50px !important;
	height: 23px !important;
}
.search-page .buttons {
	margin: 15px 0;
	text-align: right;
}
.search-page .button-1 {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}



/********** BLOG & NEWS **********/




.block-popular-blogtags .tags {
	padding-bottom: 20px;
}
.blog-page .post, .news-items .item {
	margin-bottom: 30px;
	border-bottom: 1px dotted #999;
	padding-bottom: 20px;
}
.post-head/*, .news-head*/ {
	margin-bottom: 20px;
	border: 1px dotted #ddd;
	background: #f6f6f6;
	padding: 5px 10px;
}
.post-title/*, .news-title*/ {
	display: inline-block;
	margin-bottom: 5px;
	font: normal 18px Sylfaen, sylfaen_ff, serif;
	color: #000;
}
.post-title:hover/*, .news-title:hover*/ {
	text-decoration: underline;
}
.post-date, .news-date {
	display: block;
	font: italic 14px "Times New Roman", Times, serif;
	color: #333;
}
.blogpost-page .post-date, .news-item-page .news-date {
	margin-bottom: 10px;
}
.post-body, .news-body {
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 13px;
	color: #333;
}
.post-body p, .news-body p {
	margin-bottom: 10px;
}
.blog-details a:hover {
	color: #680;
}
.blog-page .tags, .blogpost-page .tags {
	margin-bottom: 20px;
	overflow: hidden;
}
.blog-page .tags label, .blogpost-page .tags label {
	float: left;
	margin-right: 8px;
	color: #333;
	font-weight: bold;
}
.blog-page .tags ul, .blogpost-page .tags ul {
	float: left;
}
.blog-page .tags a, .blogpost-page .tags a {
	text-decoration: underline;
}

.new-comment {
	margin-bottom: 20px;
}
.new-comment .title {
	margin-bottom: 10px;
}
.new-comment .title strong {
	font: italic 16px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.new-comment .notifications {
	margin-bottom: 10px;
}
.new-comment .message-error {
	color: #c00;
}
.new-comment .result {
	color: #8b0;
}
.new-comment .form-fields {
	overflow: hidden;
	background: #f6f6f6;
	border-bottom: none;
	padding-bottom: 0;
}
.new-comment .inputs {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment .inputs:first-child label {
	display: inline-block;
}
.blogpost-page .new-comment .inputs:first-child label {
	display: none;
}
.new-comment textarea {
	width: 674px !important;
}
.new-comment .buttons {
	background: #f6f6f6;
	border: 1px dotted #ccc;
	border-top: none;
	padding-bottom: 15px;
	text-align: center;
}
.new-comment .button-1 {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.comment-list {
	margin-bottom: 20px;
}
.comment-list .title {
	margin-bottom: 10px;
	font: italic 16px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.blog-comment, .news-comment {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding-bottom: 15px;
}
.comment-info {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.comment-info .username {
	display: block;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}
.comment-info a.username:hover {
	color: #680;
	text-decoration: underline;
}
.comment-info .avatar {
	width: 98px;
	height: 98px;
	border: 1px dotted #ccc;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 95px;
	text-align: center;
}
.comment-info .avatar img {
	vertical-align: middle;
}
.comment-content {
	float: left;
	width: 610px;
}
.comment-time {
	margin-bottom: 10px;
	font: italic 13px "Times New Roman", Times, serif;
	color: #000;
}
.comment-title {
	margin-bottom: 10px;
	color: #000;
}
.comment-body {
	line-height: 18px;
	color: #333;
	
}
.news-items .item {
	overflow: hidden;
}
/*start style unlinked from blog*/
.news-head {
	margin-bottom: 20px;
}
.news-title {
	display: block;
	margin-bottom: 5px;
	border: 1px dotted #ddd;
	background: #f6f6f6;
	padding: 5px 10px;
	font: normal 18px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.news-title:hover {
	background: #eee;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
}
/*end style unlinked from blog*/

.news-details {
	margin-bottom: 10px;
	line-height: 18px;
	color: #333;
}
.news-items .read-more {
	float: right;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ccc url('../img/button1.png') top repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px 8px;
	color: #333;
	text-shadow: 1px 1px #eee;
	cursor: pointer;
}
.news-items .read-more:hover {
	background-position: bottom;
}
.news-list-homepage .title {
	background: url('../img/separator.png') bottom repeat-x;
	margin-bottom: 18px;
	padding-bottom: 18px;
	font: bold 24px/48px "Times New Roman", Times, serif;
	color: #000;
	text-transform: uppercase;
}
.news-list-homepage .view-all {
	text-align: right;
}
.news-list-homepage .view-all a:hover {
	color: #680;
}



/********** GLOBAL FORMS **********/




.fieldset, .section {
	margin-bottom: 20px;
}
.fieldset .title, .section .title {
	margin-bottom: 10px;
}
.fieldset .title strong, .section .title strong {
	font: italic normal 16px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.form-fields {
	border: 1px dotted #ccc;
	padding: 15px;
    overflow: hidden;
}
.inputs {
	margin: 8px 0;
	overflow: hidden;
}
.inputs label {
	display: inline-block;
	width: 168px;
	margin-right: 10px;
	text-align: right;
	color: #333;
}
.inputs input[type="text"], .inputs input[type="password"] {
	width: 300px;
}
.inputs select {
	padding: 3px;
}
.inputs textarea {
	width: 300px;
	height: 150px;
}
.inputs .field-validation-error {
	font-size: 11px;
	color: #c00;
}



/********** REGISTRATION & LOGIN **********/




.registration-page select {
	min-width: 98px;
	margin-right: 10px;
}
.registration-page .buttons,
.password-recovery-page .buttons {
	text-align: right;
}
.registration-page .button-1, .login-page .button-1,
.registration-result-page .button-1, .password-recovery-page .button-1 {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.registration-result-page .result {
	margin-bottom: 15px;
	color: #8b0;
}

.login-page .customer-blocks {
	margin-bottom: 30px;
}
.login-page .title {
	margin-bottom: 10px;
}
.login-page .title strong {
	font: italic normal 16px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.login-page .new-wrapper {
	margin-bottom: 30px;
}
.login-page .new-wrapper .inner-wrapper {
	border: 1px dotted #ccc;
	padding: 15px;
}
.login-page .new-wrapper .text {
	margin-bottom: 20px;
	line-height: 18px;
}
.login-page .inputs.reversed {
	margin-bottom: 20px;
	text-align: center;
}
.login-page .inputs.reversed * {
	width: auto;
}
.login-page .inputs.reversed input {
	margin-left: -10px;
	vertical-align: middle;
}
.login-page .buttons {
	text-align: center;
}
.login-page a:hover {
	color: #680;
	text-decoration: underline;
    text-indent: -9999px;
}

.external-authentication {
    overflow: hidden;
    margin: 15px 0 0;
}
    .external-authentication fieldset.facebook-login-block {
        display: block;
        float: none;
        margin: 0;
        text-align: center;
    }
    .external-authentication .facebook-login-block legend {
        display: none;
    }
    .external-authentication .facebook-btn {
        float: none;
        margin: 0;
        display: inline-block;
    }


.password-recovery-page .tooltip {
	margin-bottom: 20px;
}
.password-recovery-page .result {
	font-weight: bold;
	color: #000;
}

.captcha-box {
	margin-bottom: 15px;
	text-align: center;
}
.captcha-box > div {
	display: inline-block;
	margin-left: -5px;
}



/********** MY ACCOUNT **********/




.account-page {
}
.account-page .section {
	margin-bottom: 20px;
}
.account-page .title {
	margin-bottom: 10px;
}
.account-page .title strong {
	font: italic normal 16px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.account-page .buttons, .account-page .add-button {
	text-align: right;
}
.account-page .button-1,
.return-request-page .buttons input[type="submit"] {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.account-page .button-2 {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ccc url('../img/button1.png') top repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px 8px;
	color: #333;
	text-shadow: 1px 1px #eee;
	cursor: pointer;
}
.customer-info-page select {
	width: 98px;
	margin-right: 10px;
}
.button-1.check-username-availability-button  {
    float: none;
    margin: 5px 0 0 0;
    padding: 0 10px;
    height: 30px !important;
    font: normal 14px tahoma;
    text-transform: none;
    letter-spacing: 1px;
}
.account-page .address-item, .account-page .order-item {
	position: relative;
}
.address-list-page .info, .order-list-page .info {
	border: 1px dotted #ccc;
	padding: 15px;
	line-height: 18px;
}
.address-list-page .buttons {
	position: absolute;
	top: 50px;
	right: 20px;
}
.edit-address {
	margin-bottom: 20px;
	border: 1px dotted #ccc;
	padding: 15px;
}
.edit-address select,
.customer-info-page select#CountryId,
.customer-info-page select#StateProvinceId,
.customer-info-page select#TimeZoneId {
	width: auto;
}
.order-list-page .buttons {
	position: absolute;
	top: 50px;
	right: 20px;
}
.back-in-stock-subscription-list-page .description {
	margin-bottom: 20px;
}
.avatar-page {
}
.avatar-page .message-error {
	margin-bottom: 10px;
	color: #c00;
}
.avatar-page .fieldset {
	margin-bottom: 15px;
	border: 1px dotted #ccc;
	overflow: hidden;
	padding: 15px;
}
.avatar-page .image {
	float: left;
	margin-right: 10px;
	border: 1px dotted #ccc;
}
.avatar-page .info {
	margin-top: -20px;
}

.order-details-page .page-body {
    overflow: hidden;
}
.order-details-page .page-title {
    position: relative;
}
.order-details-page .page-title h1 {
	float: left;
}
.order-details-page .page-title a,
.order-details-page .return-items-button {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ccc url('../img/button1.png') top repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px 8px;
	color: #333;
	text-shadow: 1px 1px #eee;
}
.order-details-page .page-title a {
    position: absolute;
    top: 0;
    right: 0;
}
.order-details-page .page-title a.pdf-order-button {
    right: 55px;
}
.order-details-page .order-overview {
	margin-bottom: 20px;
	border: 1px dotted #ccc;
	padding: 15px;
}
.order-details-page strong {
	color: #333;
}
.order-details-page .order-total strong {
	color: #c00;
}
.order-details-area {
	margin-bottom: 20px;
	overflow: hidden;
}
.order-details-area ul {
	float: left;
	margin-right: 20px;
	padding: 10px;
}
.order-details-area .title {
	margin: 15px 0 10px;
}
.order-details-area .title:first-child {
	margin-top: 0;
}

.order-details-page .actions {
	text-align: right;
}
.order-details-page .re-order-button {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.order-details-page .total-info {
	float: right;
}
.order-details-page .shipments {
	clear: both;
}
.return-request-page .inputs select {
    width: 314px;
}

.shipment-overview {
    font-size: 0;
}
    .shipment-overview ul {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        width: 50%;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 155px;
    }
        .shipment-overview ul li:first-child {
            margin: 0 0 5px;
        }

/********** SHOPPING CART & CHECKOUT **********/




.order-progress {
	margin-bottom: 20px;
}
.order-progress ul {
	overflow: hidden;
	text-align: center;
}
.order-progress li {
	display: inline-block;
	width: 120px;
}
.order-progress a {
	display: block;
	padding-top: 25px;
	font: normal 16px Sylfaen, sylfaen_ff, serif;
}
.order-progress a.active-step {
	background: url('../img/bullet1.png') center top no-repeat;
	color: #000;
	cursor: pointer;
}
.order-progress a.inactive-step {
	background: url('../img/bullet2.png') center top no-repeat;
	color: #999;
	cursor: default;
}
.order-progress li.active-step a:hover {
	text-decoration: underline;
}


.shopping-cart-page .buttons, .checkout-page .buttons {
	margin-bottom: 20px;
	text-align: right;
}
.shopping-cart-page .button-1, .checkout-page .button-1 {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.shopping-cart-page .button-2, .checkout-page .button-2 {
	display: inline-block;
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ccc url('../img/button1.png') top repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px 8px;
	color: #333;
	text-shadow: 1px 1px #eee;
	cursor: pointer;
}

.checkout-attributes {
	margin-bottom: 20px;
	overflow: hidden;
}
.checkout-attributes dl {
	float: right;
	border: 1px dotted #ccc;
	padding: 10px;
}
.checkout-attributes dt {
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
}
.checkout-attributes li {
	padding: 3px 0;
}
.checkout-attributes li input {
	vertical-align: middle;
}

.cart-footer {
	overflow: hidden;
	background: #f6f6f6;
	padding: 15px;
}
.cart-footer .cart-collaterals {
	float: left;
	width: 700px;
}
.cart-footer .cart-collaterals > div {
	min-height: 200px;
}
.cart-footer .title {
	margin-bottom: 5px;
	color: #333;
}
.cart-footer .hint {
	margin-bottom: 5px;
	font-size: 11px;
}
.cart-footer .deals {
	float: left;
	width: 260px;
	border-right: 1px dotted #ccc;
	padding-right: 15px;
}
.cart-footer .deals div {
	overflow: hidden;
}
.cart-footer .deals > div:first-child {
	margin-bottom: 10px;
}
.cart-footer .deals input[type="text"]{
	float: left;
	height: 24px;
	border-radius: 1px 0 0 1px;
}
.cart-footer .deals .button-2 {
	float: left;
	margin-left: -1px;
	font-size: 11px;
	border-radius: 1px;
}
.cart-footer .deals .message-error {
	margin-top: 5px;
	font-size: 11px;
	color: #c00;
}
.cart-footer .shipping {
	float: right;
	width: 380px;
	border-right: 1px dotted #ccc;
	padding-right: 15px;
}
.cart-footer .shipping .inputs label {
	width: 100px;
}
.cart-footer .shipping .inputs [type="text"] {
	width: 236px;
	height: 23px;
}
.cart-footer .shipping select {
	width: 250px;
}
.cart-footer .shipping .button-2 {
	margin-left: 240px;
}
.cart-footer .shipping-results li {
	margin: 5px 0;
}
.cart-footer .shipping-results strong {
	color: #333;
}
.cart-footer .totals {
	float: right;
	width: 220px;
}
.cart-footer .total-info {
	margin-bottom: 20px;
	background: #fff;
	padding: 10px;
	border: 1px dotted #ccc;
}

.shopping-cart-page .addon-buttons {
    margin: -40px 17px 0 0;
    text-align: left;
    float: right;
    width: 220px;
}

.shopping-cart-page .item-box .button-2 {
    margin-left: 0;
}

.checkout-page .total-info {
	margin-bottom: 0;
}
.total-info li {
	overflow: hidden;
	margin-bottom: 10px;
}
.total-info li * {
	float: left;
	color: #8b0;
}
.total-info li label {
	display: inline-block;
	width: 80px;
	margin-right: 5px;
	text-align: left;
	color: #333;
}
.total-info li div {
	width: 112px;
}
.total-info strong {
	color: #c00;
}
.terms-of-service {
 margin-bottom: 20px;
}
.terms-of-service a:hover {
 color: #680;
}
.order-summary-body .title {
	background: url('../img/separator.png') bottom repeat-x;
	margin-bottom: 18px;
	padding-bottom: 18px;
	font: bold 24px/48px "Times New Roman", Times, serif;
	color: #000;
	text-transform: uppercase;
}


.checkout-page .address-grid {
	border: 1px dotted #ccc;
	overflow: hidden;
	padding: 15px;
	padding-bottom: 0;
}
.checkout-page .address-item {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
.checkout-page .address-item:first-child {
	margin-left: 0;
}
.checkout-page .address-item:nth-child(3n+1) {
	margin-left: 0;
}
.checkout-page .address-item .select-button {
	margin-bottom: 10px;
}
.checkout-page .address-item ul {
	padding: 2px;
}
.checkout-page .address-item li {
	line-height: 18px;
}
.checkout-page .address-item li.name {
	margin-bottom: 5px;
	color: #333;
}
.checkout-page .address-item li.country {
	margin-top: 5px;
	color: #333;
	text-transform: uppercase;
}
.checkout-page .edit-address label {
	width: 300px;
}

.shipping-method .method-list, .payment-method .method-list {
	margin-bottom: 15px;
	border: 1px dotted #ccc;
	padding: 15px;
}
.shipping-method .method-list li, .payment-method .method-list li {
	margin-top: 15px;
}
.shipping-method .method-list li:first-child, .payment-method .method-list li:first-child {
	margin-top: 0;
}
.shipping-method .method-list li label, .payment-method .method-list li label {
	color: #333;
	font-weight: bold;
}
.shipping-method .method-list .method-description {
	margin-top: 5px;
}

.checkout-page .payment-info .info {
	margin-bottom: 15px;
	border: 1px dotted #ccc;
	background: #fff;
	padding: 15px;
	line-height: 18px;
	color: #333;
}
.confirm-order .buttons {
	background: url('../img/separator.png') bottom repeat-x;
	margin-bottom: 18px;
	padding-bottom: 33px;
}
.order-review-data {
	margin-bottom: 30px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 15px;
}
.order-review-data ul {
	float: left;
	margin-right: 20px;
}
.order-review-data li {
	line-height: 18px;
}
.order-review-data .title {
	margin: 15px 0 10px;
	border-bottom: 1px dotted #ccc;
	background: #ccc;
	padding: 5px 8px;
	font: normal 13px Tahoma, Geneva, sans-serif;
	line-height: normal;
	color: #333;
	text-transform: none;
    text-shadow: 1px 1px 0 #eee;	
}
.order-review-data .title:first-child {
	margin-top: 0;
}
.order-review-data .title strong {
	font-weight: normal;	
}
.order-completed .details {
	margin-bottom: 15px;
	border: 1px dotted #ccc;
	padding: 15px;
}
.order-completed .details a {
	display: block;
	margin-top: 5px;
}
.order-completed .details a:hover {
	text-decoration: underline;
}

.opc {
}
.opc .step-title {
	border-top: 1px solid #fff;
	overflow: hidden;
	background: #f6f6f6;
}
.opc .active .step-title {
	background: none;
}
.opc .step-title * {
	float: left;
	font: italic 16px/24px Sylfaen, sylfaen_ff, serif;
	color: #000;
	text-transform: uppercase;
	cursor: default;
}
.opc .step-title h2 {
	margin-left: 10px;
}
.opc .step {
	margin: 10px 0;
	background: #f6f6f6;
	padding: 12px;
	border: 1px dotted #ccc;
}
.opc .section {
	margin-bottom: 15px;
}
.opc .section > label {
	display: block;
	margin-bottom: 15px;
}
.opc .edit-address {
	margin-top: 20px;
	background: #fff;
}
.opc .edit-address label {
	width: 123px;
}
.opc .buttons {
	margin-bottom: 0;
	text-align: left;
}
.opc .back-link {
	padding: 5px;
}
.opc .back-link a:hover {
	color: #680;
}
.opc .method-list {
	background: #fff;
}
.opc .section.confirm-order {
	display: none;
}
.opc .order-review-data {
	padding: 0;
}
.opc .order-review-data ul {
	background: #fff;
	padding: 10px;
}
.opc .cart-footer {
	margin-bottom: 15px;
	padding: 0;
}
.opc #checkout-step-confirm-order .buttons {
	text-align: right;
}



/* SITEMAP */

.sitemap-page .entity-body {
    overflow: hidden;
}
.sitemap-page .entity-body li {
    float: left;
    margin: 10px 20px 10px 0;
}

/************* FORUMS *************/




.forums-main-page .topic-html-content {
	border-bottom: 1px dotted #ccc;
}
.forums-main-page .topic-html-content-title {
	margin-bottom: 10px;
	background: none;
	padding: 0;
}
.forums-main-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.current-time {
	float: left;
}
.forum-search-box {
	float: right;
}
.forum-search-box .basic {
	overflow: hidden;
}
.forum-search-box-text {
	float: left;
	width: 200px;
}
.forum-search-box-button {
	float: left;
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 20px; /*changed*/
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.forum-search-box .advanced {
	padding: 5px;
	text-align: right;
}
.forum-search-box .advanced a:hover {
	color: #680;
}
.forums-table-section th {
	text-align: left;
}
.forums-table-section .image div {
	width: 32px;
	height: 32px;
	margin: auto;
	background: url('../img/folder1.png') center no-repeat;
}
.forums-table-section .image div.post-annoucement {
	background: url('../img/folder2.png') center no-repeat;
}
.forums-table-section .image div.poststicky {
	background: url('../img/folder3.png') center no-repeat;
}
.forums-table-section th:last-child,
.forums-table-section td:last-child {
	border-right-color: #ccc;
}
.forums-table-section-title {
	overflow: hidden;
	margin-bottom: 10px;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
    color: #333;
    font: italic 16px Sylfaen, sylfaen_ff, serif;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section-title .view-all {
	margin-right: 10px;
	line-height: 24px;
}

.forum-search-page .search-input {
	margin-bottom: 15px;
}
.forum-search-page .basic-search {
	border: 1px dotted #ccc;
	overflow: hidden;
	padding: 15px;
}
.forum-search-page .basic-search * {
	float: left;
}
.forum-search-page .forum-search-text {
	width: 400px;
}
.forum-search-page .forum-search-button {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.forum-search-page .basic-search div:last-child {
	padding: 8px;
}
.forum-search-page input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: middle;
}
.forum-search-page .inputs.reversed {
	text-align: center;
}
.forum-search-page .inputs.reversed label {
	width: auto;
}
.forum-search-page .advanced-search {
	margin-top: -1px;
	border: 1px dotted #ccc;
	background: #fff;
	padding: 15px;
}
.forum-search-page .advanced-search select {
	width: 314px;
}
.forum-search-page .search-error {
	margin-bottom: 15px;
	color: #c00;
}
.forum-search-page .pager.upper {
	display: none;
}

.forum-breadcrumb {
	float: left;
	max-width: 630px;
}
.forum-page .pager.upper,
.forum-topic-page .pager.upper {
	display: none;
}
.forum-top {
	margin-bottom: 15px;
	overflow: hidden;
}
.forum-top .forum-info {
	margin-bottom: 10px;
}
div.forum-name, h2.topic-name {
	font: bold 24px/30px "Times New Roman", Times ,serif;
    text-transform: uppercase;
	color: #000;
}
.forum-top .actions a {
	margin-right: 10px;
	padding-left: 20px;
	color: #680;
}
.forum-top .actions a:hover {
	color: #8b0;
}
.forum-top .newtopic {
	background: url('../img/forum_icon4.png') left center no-repeat;
}
.forum-top .watch-forum {
	background: url('../img/forum_icon5.png') left center no-repeat;
}

h2.topic-name {
	margin-bottom: 10px;
}
.manage {
	float: left;
	margin-bottom: 20px;
}
.manage a {
	margin-right: 10px;
	padding-left: 20px;
	color: #680;
}
.manage a:hover {
	color: #8b0;
}
.manage .edit-topic-link-button,
.manage .edit-post-link-button {
	background: url('../img/forum_icon1.png') left center no-repeat;
}
.manage .delete-topic-link-button,
.manage .delete-post-link-button {
	background: url('../img/forum_icon2.png') left center no-repeat;
}
.manage .move-topic-link-button {
	background: url('../img/forum_icon3.png') left center no-repeat;
}
.topic-options {
	float: right;
	margin-bottom: 20px;
}
.topic-options a {
	margin-left: 10px;
	padding-left: 20px;
	color: #680;
}
.topic-options a:hover {
	color: #8b0;
}
.topic-options .reply-topic-link-button {
	background: url('../img/forum_icon4.png') left center no-repeat;
}
.topic-options .watch-topic-link-button {
	background: url('../img/forum_icon5.png') left center no-repeat;
}
div.posts {
	clear: both;
	background: url('../img/separator.png') top repeat-x;
	padding-top: 28px;
}
.forum-post {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px 0 15px;
}
.forum-post .post-info {
	float: left;
	width: 180px;
	border-right: 1px dotted #ccc;
}
.forum-post .user-info {
	padding-right: 10px;
}
.forum-post .manage {
	float: none;
	margin-bottom: 10px;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	background: #eee;
	padding: 5px 0;
}
.forum-post .manage a {
	margin: 0 5px;
}
.forum-post .username {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.forum-post .avatar {
	margin-bottom: 10px;
}
.forum-post .user-stats {
	margin-bottom: 10px;
	font-size: 11px;
}
.forum-post .user-stats span {
	margin-left: 5px;
	color: #000;
}
.forum-post .post-content {
	margin-left: 200px;
}
.forum-post .posttime {
	margin-bottom: 10px;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	background: #eee;
	padding: 5px;
}
.forum-post .posttime a {
	float: right;
	margin-left: 5px;
	font-weight: bold;
	color: #680;
	text-decoration: underline;
}
.forum-post .posttime a:hover {
	color: #8b0;
}
.pager.lower {
	clear: both;
}

.forum-edit-page label,
.private-message-send-page label {
	width: 200px;
}
.forum-edit-page strong,
.private-message-send-page a {
	color: #333;
    font: italic 16px Sylfaen, sylfaen_ff, serif;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 210px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 500px;
	height: 180px;
	margin-left: 214px;
}
.forum-edit-page input[type="checkbox"] {
	vertical-align: bottom;
}
.forum-edit-page .buttons,
.private-message-send-page .options,
.private-messages-page .buttons {
	margin-top: 15px;
	text-align: center;
}
.forum-edit-page .buttons input,
.private-message-send-page .options input,
.private-messages-page .buttons input,
.private-message-view-page .options input {
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #6c6c6c;
	border-radius: 1px;
	background: #888 url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ddd;
	padding: 0 25px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.forum-edit-page .buttons input[type="submit"],
.private-message-send-page .options input[type="submit"],
.private-message-view-page .options input.button-2 {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 #fff;
	background: #ccc url('../img/button1.png') top repeat-x;
	color: #333;
}
.forum-edit-page .buttons input[type="submit"] {
	padding: 0 26px;
}
.private-message-send-page .options input[type="submit"] {
	padding: 0 37px;
}


/************* PROFILE & INBOX *************/



.profile-page .page-title {
	font: bold 20px/30px "Times New Roman", Times ,serif;
    text-transform: uppercase;
	color: #000;
}
.profile-info-box {
	overflow: hidden;
}
.profile-info-box .user-details {
	float: left;
	margin-right: 10px;
}
.profile-info-box .title {
	margin-bottom: 10px;
	font: italic 16px Sylfaen, sylfaen_ff, serif;
	color: #000;
}
.profile-info-box li span {
	line-height: 16px;
	color: #000;
}

.ui-tabs .topic {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
.ui-tabs .topic-title {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 5px;
	font: italic 16px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.ui-tabs .topic-title a:hover {
	color: #680;
}
.ui-tabs .topic-data {
	color: #999;
}

.private-messages-page table {
	margin-bottom: 0;
}
.private-messages-page td:first-child {
	text-align: center;
}
.private-messages-page .buttons {
	margin-top: 5px;
}
.mark-unread-pm-button {
	display: none;
}

.private-message-view-page label {
	font-weight: bold;
	color: #000;
}
.private-message-view-page .message {
	margin: 15px 0;
	border: 1px dotted #ccc;
	padding: 15px;
}
.private-message-view-page .options {
	overflow: hidden;
}
.reply-pm-button {
	padding: 0 30px !important;
}
.back-pm-button {
	float: right;
	text-transform: capitalize !important;
}