﻿/*********** 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;
}
div {
	-ms-zoom: 1;
	zoom: 1;
}



/*********** 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 {
	color: #c00;
}
.clear {
	clear: both;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul
{
	margin: 12px 0;
	padding-left: 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol
{
	margin: 12px 0;
	padding-left: 36px;
	list-style: decimal;
}

.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;
}

.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);
}

/* SLIM BOX (PRODUCT IMAGES) */
#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%;outline:none;}
#lbPrevLink{left:0;}
#lbPrevLink:hover{background:transparent url(../img/prevlabel.gif) no-repeat 0 15%;}
#lbNextLink{right:0;}
#lbNextLink:hover{background:transparent 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:transparent url(../img/closelabel.gif) no-repeat center;margin:5px 0;outline:none;}
#lbCaption,#lbNumber{margin-right:71px;}
#lbCaption{font-weight:700;}

.ui-dialog {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}
.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 a {
	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 a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 18px;
}
.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;
}


.master-wrapper-page {
	margin-bottom: 35px;
}

.header-line {
	margin-bottom: 30px;
	background: #222;
}
.header-links-wrapper {
	width: 980px;
	height: 30px;
	margin: 0 auto;
}
.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;
}
.header-contacts a:hover {
	color: #8b0;
}
.header-links {
}
.header-links:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.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 {
	display: inline-block;
	padding-left: 22px;
	background: url('../img/icon3.png') left center no-repeat;
	line-height: 30px;
}

.flyout-cart {
	display: none;
	position: absolute;
	top: 30px;
	left: 64%;
	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;
}
.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;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.header-logo {
	float: left;
}
.header-logo a {
	display: block;
	width: 429px;
	height: 82px;
	background: url('../img/logo.png') no-repeat;
}
.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;
}
.header-selectors-wrapper .language-list {
	margin-top: 5px;
	overflow: hidden;
}
.header-selectors-wrapper .language-list li {
	float: left;
	margin-left: 10px;
}
.header-selectors-wrapper .language-list li:first-child {
	margin-left: 0;
}
.header-selectors-wrapper .language-list a {
	display: block;
	overflow: hidden;
}
.header-selectors-wrapper .language-list img {
	float: left;
	width: 18px;
}
.search-box {
	float: right;
}
.search-box:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.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;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    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.ui-corner-all a {
	display: block;
	padding: 8px;
	font-size: 11px;
	color: #666;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all a:hover {
	background: #ddd;
	color: #000;
	cursor: pointer;
}
.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;
	visibility: hidden;
	line-height: 0;
	height: 0;
	zoom: 1;
}
.header-menu > ul > li,
.header-menu > div > ul > li {
	float: left;
}
.header-menu > ul > li > a,
.header-menu > div > 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;
	/*-webkit-transition: background .3s ease-in-out, border .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, border .3s ease-in-out;*/
}
.header-menu > ul > li > a:hover,  
.header-menu > ul > li > a.active,
.header-menu > div > ul > li:hover > a,
.header-menu > div > ul > li.active > a {
	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,
.header-menu > div > 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", Georgia, sans-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-column-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.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 {
	overflow: hidden;
}
.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 {
	margin-bottom: 10px;
	padding: 0 10px;
}
.poll-options li {
	padding: 3px 0;
}
.poll-options li:hover {
	color: #8b0;
}
.poll-options li input {
}
.poll-options li label {
}
.poll .buttons {
	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;
}



/********** CATEGORY PAGE **********/




.page-title {
	margin-bottom: 15px;
}
.page-title:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.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: 20px;
}
.breadcrumb ul {
	overflow: hidden;
}
.breadcrumb li {
	float: left;
	margin-left: 5px;
}
.breadcrumb li * {
	color: #666;
	font-size: 12px;
	text-transform: lowercase;
}
.breadcrumb strong a {
	color: #333;
}
.breadcrumb a:hover {
	color: #000;
}

.sub-category-grid,
.manufacturer-grid {
	margin-bottom: 30px;
	background: url('../img/separator.png') bottom repeat-x;
	padding-bottom: 10px;
}
.sub-category-grid .item-row,
.manufacturer-grid .item-row {
	margin-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;
	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: 10px;
	background: #333;
	padding: 5px 10px;
}
.product-selectors:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.product-selectors > div {
	float: left;
	margin-left: 50px;
}
.product-selectors > div:first-child {
	margin-left: 0;
}
.product-selectors > div > * {
	float: left;
}
.product-selectors > div > span {
	display: inline-block;
	line-height: 23px;
	color: #bc3;
}
.product-selectors select {
	margin: 0 8px;
	font-size: 12px;
	border-radius: 1px;
}
.product-selectors .product-viewmode select {
	width: 110px;
}
.product-selectors .product-sorting select {
	width: 160px;
}
.product-selectors .product-page-size select {
	width: 60px;
}

.product-filters-wrapper {
	margin-bottom: 20px;
	overflow: hidden;
}
.product-filters {
	float: left;
	margin-left: 15px;
	padding: 10px 0;
}
.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 {
	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;
}
.home-page .product-grid {
	border-bottom-color: transparent;
}
.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-row {
	overflow: hidden;
	margin-bottom: 30px;
}
.item-box {
	width: 230px;
	float: left;
	margin-left: 15px;
}
.item-box:first-child {
	margin-left: 0 !important;
}
.bestsellers .item-box{
    margin-left: 20px;
}
.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;
}
.item-box .product-title {
	height: 48px;
	overflow: hidden;
    margin-bottom: 5px;
}
.item-box .product-title a {
	font: normal 18px/20px "Times New Roman", Georgia, serif;
	color: #333;
}
.item-box .product-title a:hover {
	color: #000;
}
.item-box .description {
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.item-box .prices {
	overflow: hidden;
	margin-bottom: 15px;
}
.item-box .old-price {
	color: #999;
	font: normal 16px/24px Sylfaen, sylfaen_ff, serif;
	text-decoration: line-through;
}
.item-box .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-product-grid {
	overflow: hidden;
	border-bottom: none;
	margin-bottom: 0;
}
.home-page-product-grid .item-box {
	width: 230px;
	margin-left: 20px;
}
.home-page-product-grid .item-box:first-child {
	margin-left: 0;
}

.product-list .item-box {
	width: auto;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-list .product-item .picture {
	float: left;
	margin-bottom: 0;
}
.product-list .details {
	margin-left: 250px;
}
.product-list .product-title {
	height: auto;
}
.product-list .item-box .description {
	height: auto;
	margin-bottom: 10px;
}

.pager {
	float: right;
}
.pager * {
	float: left;
	margin: 0 0 0 10px;
	border: 1px solid #666;
	background: #999;
	padding: 4px 8px;
	color: #fff;
}
.pager *:first-child {
	margin-left: 0;
}
.pager .current-page, .pager *:hover {
	border: 1px solid #000;
	background: #444;
}
.pager .current-page:hover {
	cursor: default;
}

.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 {
	overflow: hidden;
	margin-bottom: 20px;
}
.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;
	height: 348px;
	border: 1px solid #fff;
	overflow: hidden;
}
.gallery .picture img {
	position: relative;
	z-index: -1;
	vertical-align: middle;
}
.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:first-child {
	margin-left: 0;
}
.gallery .picture-thumbs a:nth-child(4n+1) {
	margin-left: 0;
}
.gallery .picture-thumbs img {
	vertical-align: middle;
}
.overview {
	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 input {
	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;
	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: #8b0;
	font-weight: bold;
	text-decoration: underline;
}
.overview .manufacturers a:hover {
	color: #790;
}
.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: 10px;
}
.overview .product-review-links a:hover {
	color: #680;
	text-decoration: underline;
}
.overview .prices, .variant-overview .prices {
	margin-bottom: 10px;
	overflow: hidden;
}
.overview .product-price, .variant-overview .product-price {
	float: left;
	margin-right: 15px;
	color: #8b0;
	font: normal 24px/24px Sylfaen, sylfaen_ff, serif;
}
.overview .product-price strong, .variant-overview .product-price strong {
	font-weight: normal;
}
.overview .old-product-price, .variant-overview .old-product-price {
	float: left;
	color: #999;
	font: normal 18px/24px Sylfaen, sylfaen_ff, serif;
	text-decoration: line-through;
}
.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 {
	margin-right: 5px;
	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;
	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-essential .full-description {
	margin-bottom: 20px;
	line-height: 18px;
}

.product-specs-box {
	margin-bottom: 20px;
}
.product-specs-box .data-table {
	background: none;
}
.product-specs-box .data-table td {
	padding: 5px;
}
.product-specs-box .data-table td:first-child {
	width: 150px;
}
.product-specs-box .data-table .odd td {
	background: #f6f6f6;
}
.ui-tabs .product-specs-box {
	margin-bottom: 0;
}
.ui-tabs .product-specs-box .title {
	display: none;
}
.ui-tabs .data-table {
	margin-bottom: 0;
	background: none;
	padding-bottom: 0;
}
.ui-tabs .data-table td {
	color: #555;
}

.product-collateral .title {
	margin-bottom: 10px;
	color: #333;
}
.product-collateral .product-grid {
	border: none;
	margin-bottom: 30px;
}
.product-collateral .product-grid .item-row {
	margin-bottom: 0;
}

.product-tags-box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.product-tags-list ul, .post-tags ul {
	overflow: hidden;
}
.product-tags-list li, .post-tags li {
	float: left;
}
.product-tags-list li.separator, .post-tags li.separator {
	margin-right: 10px;
}
.product-tags-list a, .post-tags a {
	text-decoration: underline;
}
.product-tags-list a:hover, .post-tags a:hover {
	color: #680;
}
.product-tags-list span, .post-tags span {
	color: #8b0;
}

.product-variant-line {
	margin-bottom: 20px;
	overflow: hidden;
}
.variant-picture {
	float: left;
	width: 228px;
	height: 338px;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	line-height: 335px;
    margin-right: 15px;
}
.variant-picture img {
	vertical-align: middle;
}
.variant-overview {
	float: left;
	width: 475px;
	/*margin-left: 245px;*/
}
.variant-overview .variant-name {
	margin-bottom: 5px;
	font-size: 18px;
	color: #8b0;
}
.variant-overview .stock {
	margin-bottom: 20px;
}
.variant-overview .attributes {
	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 {
	border: 1px dotted #ccc;
	background: #f6f6f6;
	padding: 15px;
}
.giftcard div {
	margin: 8px 0;
}
.giftcard label {
	display: inline-block;
	width: 100px;
	color: #333;
}
.giftcard input {
	width: 300px;
}
.giftcard textarea {
	width: 300px;
	height: 150px;
}



/********** WISHLIST & COMPARE LIST & EMAIL A FRIEND **********/




.wishlist-content {
	margin-bottom: 20px;
}
.wishlist-content .button-2, .compare-products-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;
}
.compare-products-page {
	position: relative;
	overflow: hidden
}
.compare-products-page .clear-list {
	position: absolute;
	top: 10px;
	right: 5px;
}
.compare-products-page .clear-list a {
	text-decoration: underline;
}
.compare-products-page .clear-list a:hover {
	color: #680;
}
.compare-products-table {
	width: 100%;
	border-collapse: collapse;
}
.compare-products-table td {
	border: 1px dotted #ccc;
	padding: 8px;
}
.compare-products-table .product-image {
	text-align: center;
}
.compare-products-table .product-name td {
	background: #f6f6f6;
	padding: 10px 8px;
}
.compare-products-table .product-price td {
	color: #c00;
}
.compare-products-table .product-price td:first-child {
	color: #666;
}
.compare-products-table 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-size: 14px;
}
.product-reviews-page h1 a:before {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.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;
}
.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;
}
.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;
}

.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;
}

.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;
}
.product-review-item .review-title {
	font: normal 16px Sylfaen, sylfaen_ff, serif;
	color: #8b0;
	text-transform: uppercase;
}
.product-review-item .review-title strong {
	font-weight: normal;
}
.product-review-item .review-text {
	margin-bottom: 10px;
	line-height: 18px;
}
.product-review-item .review-details {
	margin-bottom: 5px;
}
.product-review-item .review-details a:hover {
	color: #680;
}
.product-review-helpfulness strong {
	margin-right: 5px;
	color: #333;
}
.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-block {
	margin-bottom: 30px;
}
.topic-block-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-block-title h2 {
	font-size: 24px;
}
.topic-block-body {
	line-height: 18px;
	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 {
	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;
}



/********** 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 **********/




.post, .news-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;
}
.blog-title/*, .news-title*/ {
	display: inline-block;
	margin-bottom: 5px;
	font: normal 18px Sylfaen, sylfaen_ff, serif;
	color: #000;
}
.blog-title:hover/*, .news-title:hover*/ {
	text-decoration: underline;
}
.blog-date, .post-date, .news-date {
	display: block;
	font: italic 14px "Times New Roman", Georgia, serif;
	color: #333;
}
.blog-post-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 {
	margin-bottom: 10px;
}
.post-tags {
	margin-bottom: 20px;
	overflow: hidden;
}
.post-tags label {
	float: left;
	margin-right: 5px;
	color: #333;
	font-weight: bold;
}
.post-tags ul {
	float: left;
}
.post-details a:hover {
	color: #680;
}

.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 {
	background: #f6f6f6;
}
.new-comment .inputs {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment .inputs:first-child label {
	display: inline-block;
}
.new-comment textarea {
	width: 674px !important;
}
.new-comment .buttons {
	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;
}
.comment-list .title strong {
	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 {
	margin-bottom: 10px;
}
.comment-info .username a: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-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-list .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-list .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 .view-all {
	text-align: right;
}
.news-list .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;
}
.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 {
	width: 98px;
	margin-right: 10px;
}
.registration-page .buttons {
	text-align: right;
}
.registration-page .button-1, .login-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;
}
.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-customer {
	margin-bottom: 30px;
}
.login-page .new-customer .inner-wrapper {
	border: 1px dotted #ccc;
	padding: 15px;
}
.login-page .new-customer .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;
}



/********** 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 {
	text-align: right;
}
.account-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;
}
.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;
}
.account-page .address-item, .account-page .order-item {
	position: relative;
}
.address-list-page .details, .order-list-page .details {
	border: 1px dotted #ccc;
	padding: 15px;
	line-height: 18px;
}
.address-list-page .options {
	position: absolute;
	top: 50px;
	right: 20px;
}
.create-address {
	margin-bottom: 20px;
	border: 1px dotted #ccc;
	padding: 15px;
}
.create-address select {
	width: 300px;
}
.order-list-page .buttons {
	position: absolute;
	top: 50px;
	right: 20px;
}
.back-in-stock-page .description {
	margin-bottom: 20px;
}
.back-in-stock-page .data-table th:nth-child(2) {
	text-align: left;
}
.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-title {
	overflow: hidden;
}
.order-details .page-title h1 {
	float: left;
}
.order-details .page-title a {
	float: right;
	margin-left: 10px;
	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 .order-overview {
	margin-bottom: 20px;
	border: 1px dotted #ccc;
	padding: 15px;
}
.order-details strong {
	color: #333;
}
.order-details .order-total strong {
	color: #c00;
}
.order-details .order-details-area {
	margin-bottom: 20px;
	overflow: hidden;
}
.order-details .order-details-area ul {
	float: left;
	margin-right: 20px;
	padding: 10px;
}
.order-details .data-table th {
	text-align: left;
}
.order-details .actions {
	text-align: right;
}
.order-details .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 .total-info {
	float: right;
	padding: 10px;
}



/********** 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;
}


.cart, .data-table {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	background: url('../img/separator.png') bottom repeat-x;
	padding-bottom: 20px;
}
.cart th, .data-table th {
	border-left: 1px dotted #666;
	background: #333;
	padding: 6px 10px;
	white-space: nowrap;
	color: #bc3;
}
.cart td, .data-table td {
	border-width: 1px;
	border-style: dotted;
	border-color: #ccc transparent transparent #ccc;
	padding: 10px;
}
.cart th:first-child, .cart td:first-child, .data-table th:first-child, .data-table td:first-child {
	border-left: none;
}
.cart a:hover, .data-table a:hover {
	color: #680;
}
.cart .select {
	text-align: center;
}
.cart .quantity input {
	width: 50px;
}
.cart .price {
    white-space:nowrap;
}

.cart .sub-total {
	color: #8b0;
    white-space:nowrap;
}

.shopping-cart-page .cart th:nth-child(3) {
	text-align: left;
}
.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: 23px;
	border-radius: 1px 0 0 1px;
}
.cart-footer .deals .button-2 {
	float: left;
	margin-left: -1px;
	font-size: 11px;
	border-radius: 1px;
}
.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 .totals {
	float: right;
	width: 220px;
}
.cart-footer .total-info {
	margin-bottom: 20px;
	background: #fff;
	padding: 10px;
	border: 1px dotted #ccc;
}
.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-section .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 .cart th:nth-child(2) {
	text-align: left;
}

.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 .create-address label {
	width: 300px;
}

.shipping-method .options-list, .payment-method .options-list {
	margin-bottom: 15px;
	border: 1px dotted #ccc;
	padding: 15px;
}
.shipping-method .options-list li, .payment-method .options-list li {
	margin-top: 15px;
}
.shipping-method .options-list li:first-child, .payment-method .options-list li:first-child {
	margin-top: 0;
}
.shipping-method .options-list li label, .payment-method .options-list li label {
	color: #333;
	font-weight: bold;
}
.shipping-method .options-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 {
}
.order-review-data {
	margin-bottom: 30px;
}
.order-completed .details {
	margin-bottom: 15px;
	border: 1px dotted #ccc;
	padding: 15px;
}


.one-page-checkout {
}
.one-page-checkout .step-title {
	overflow: hidden;
}
.one-page-checkout .step-title * {
	float: left;
	font: italic 16px/24px Sylfaen, sylfaen_ff, serif;
	color: #000;
	text-transform: uppercase;
}
.one-page-checkout .step-title h2 {
	margin-left: 10px;
}
.one-page-checkout .step-body {
	margin-top: 10px;
	background: #f6f6f6;
	padding: 12px;
	border: 1px dotted #ccc;
}
.one-page-checkout .inner-section {
	margin-bottom: 20px;
}
.one-page-checkout .inner-section > label {
	display: block;
	margin-bottom: 15px;
}
.one-page-checkout .create-address {
	margin-top: 20px;
}
.one-page-checkout .buttons {
	margin-bottom: 0;
	text-align: left;
}
.one-page-checkout .back-link {
	margin-right: 10px;
}
.one-page-checkout .back-link:hover {
	color: #680;
	text-decoration: underline;
}
.one-page-checkout .options-list {
	background: #fff;
}