﻿/*********** CSS RESET ***********/

* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
	opacity: 0.99;
}
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="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
label, label + * {
	vertical-align: middle;
}


/*********** GLOBAL STYLES ***********/




body {
	overflow-x: hidden;
	background: #fff url('../img/background.jpg') center top repeat-x;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #666;
}
@font-face {
	font-family: 'avantgarde_light';
	src: url('avantgardegothicltextralight.eot');
	src: url('avantgardegothicltextralight.eot?#iefix') format('embedded-opentype'),
			 url('avantgardegothicltextralight.woff') format('woff'),
			 url('avantgardegothicltextralight.ttf') format('truetype'),
			 url('avantgardegothicltextralight.svg#avantgardegothicltextralight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'avantgarde';
	src: url('avantgardenormal.eot');
	src: url('avantgardenormal.eot?#iefix') format('embedded-opentype'),
			 url('avantgardenormal.woff') format('woff'),
			 url('avantgardenormal.ttf') format('truetype'),
			 url('avantgardenormal.svg#avantgardenormal') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	color: #c8c;
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6 {
	color: #c8c;
}

table {
	width: 100%;
	border-collapse: collapse;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover,
button:hover, .button-1:hover, .button-2:hover {
	background-position: bottom !important;
}
input[type="text"], input[type="password"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 0 10px #ddd;
	padding: 6px;
	color: #333;
}
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 0 10px #ddd;
	padding: 6px;
	color: #333;
}
select {
    border: 1px solid #ccc;
    border-radius: 3px;
	padding: 5px;
	background: #fff;
	box-shadow: inset 0 0 10px #ddd;
	color: #333;
}
script {
    display: none !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border: 1px solid #999;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
.required, .message-error,
.field-validation-error,
.username-not-available-status {
	font-size: 11px;
	color: #c00;
}

.full-description h1,
.full-description h2,
.full-description h3,
.full-description h4,
.full-description h5,
.full-description h6{
	line-height: 30px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.news-body ul,
.custom-tab 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,
.custom-tab 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,
.custom-tab p,
.topic-block-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 {
	max-width: 100%;
    height: auto;
}

.admin-header-links {
	position: absolute;
	z-index: 1003;
	left: 0;
	top: 0;
}
.admin-header-links a {
	display: inline-block;
	margin: 1px;
	background: #666;
	background: rgba(0,0,0,0.5);
	padding: 0 12px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 0 #666;
}
.admin-header-links a:hover {
	background: #777;
	background: rgba(0,0,0,0.6);
}
.admin-header-links .impersonate {
    display: block;
    line-height: 28px;
    text-align: center;
    padding: 0 0 0 5px;
}

.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);
}

.ui-dialog {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
    z-index: 1003;
}
.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/boxpad4.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 {
	background-position: center !important;
	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;
}
.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 {
	margin-top: -10px;
    padding: 10px;
    text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
	background: url('../img/button5.png') repeat-x top;
	box-shadow: inset 0 1px 0 #fff;
	padding: 3px 5px;
	color: #333;
	text-shadow: 1px 1px #eee;
}

.eu-cookie-bar-notification {
	position: fixed;
     top: 50%;
	left: 50%;
	z-index: 1002;
	width: 450px;
	max-width: 95%;
	height: 180px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -225px;
    border: 1px solid #ccc;
	border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 1px solid #999;
	border-radius: 5px;
	background: url('../img/button8.png') top repeat-x;
	box-shadow: inset 0 0 1px 0 #fff;
	padding: 5px;
	font-size: 14px;
	color: #333;
}
.eu-cookie-bar-notification button:hover {
	background-position: bottom;
}
.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}
.please-wait {
	background: url('../img/ajax_loader_small.gif') no-repeat;
	padding-left: 20px;
}
.captcha-box {
    line-height: 15px;
}
.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}


/*********** GLOBAL FORMS & GLOBAL TABLES ***********/


.fieldset, .section {
	margin-bottom: 20px;
}
.fieldset .title,
.section .title {
	margin-bottom: 5px;
	padding: 5px 0;
	font: normal 18px 'avantgarde';
	color: #444;
}
.fieldset .title strong,
.section .title strong {
	font-weight: normal;
}
.inputs {
	overflow: hidden;
	padding: 5px 0;
}
.inputs label {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
	color: #444;
}
.inputs input[type="text"],
.inputs input[type="password"] {
	width: 300px;
	font: normal 12px Tahoma, Geneva, sans-serif;
}
.inputs select {
	font: normal 12px Tahoma, Geneva, sans-serif;
}
.inputs textarea {
	width: 300px;
	height: 150px;
}
.inputs .field-validation-valid {
	font-size: 11px;
	color: #c8c;
}
.option-list {
    vertical-align: middle;
    display: inline-block;
}
.option-list label {
	width: auto !important;
}
.inputs.custom-attributes {
	white-space: normal;
}


/*********** HEADER, NAVIGATION, FOOTER ***********/




.master-wrapper-page {
	width: 980px;
	margin: 0 auto 50px;
}

.header-line {
	position: relative;
	z-index: 1002;
	height: 30px;
}
.header-line .center {
    width: 980px;
    margin: 0 auto;
}
.header-contacts {
	float: left;
	margin-right: 30px;
	font-size: 11px;
}
.header-contacts > * {
	float: left;
	height: 11px;
	margin-top: 10px;
	line-height: 11px;
}
.header-contacts .phone {
	background: url('../img/icon1.png') left center no-repeat;
	padding-left: 18px;
}
.header-contacts .mail {
	background: url('../img/icon_mail.png') left top no-repeat;
	margin-left: 13px;
	padding-left: 20px;
	color: #666;
}
.header-contacts .mail:hover {
	background-position: left bottom;
	color: #c8c;
}

.header-links-wrapper {
	float: right;
    position: relative;
}
.header-links li {
	float: left;
	margin-left: 10px;
	font-size: 11px;
	line-height: 30px;
}
.header-links a {
	color: #666;
}
.header-links a.account {
	color: #c8c;
}
.header-links a:hover {
	text-decoration: underline;
}

.header-selectors-wrapper {
    float: right;
    margin: 10px 0 0;
}
.header-selectors-wrapper > div {
	float: left;
	margin-left: 10px;
}

.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: 19px;
    height: 19px;
    line-height: 0;
}
.language-list img {
    position: absolute;
	width: 18px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -6px;
}

/*custom select start*/
.new_select {
	width: 100px !important;
	background: url("../img/select1.png") repeat-x;
	border-radius: 3px;
}
.new_select .passiveSelect,
.new_select .activeSelect {
	display: block;
	height: 19px;
	margin-right: -1px;
	overflow: hidden;
	background: url("../img/select_btn1.png") no-repeat right top;
	padding: 0 24px 0 6px;
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color: #666;
	white-space: nowrap;
	cursor: pointer;	
}		
.new_select .passiveSelect:hover,
.new_select .activeSelect:hover {
	background-position: right bottom;	
}
.new_select .styleSelect_item {
	top: 20px !important;
}	
.new_select .styleSelect_item_content {
	width: auto !important;
	min-width: 100px;
	border-radius: 3px;
	box-shadow: 0 1px 3px #666;
	background: #fff;
}		
.jspContainer, .jspPane {
	width: auto !important;
	height: auto !important;
}			
.new_select ul {
	background: #fff;
	padding: 2px;
	cursor: pointer;	
}	
.new_select li {
	border-top: 1px dotted #ddd;
	padding: 3px 8px;
	font: normal 11px Arial, Helvetica, sans-serif;
	white-space: nowrap;
}	
.new_select li:first-child {
	border-top: none;
}	
.new_select li:hover {
	background: #eee;
	color: #c8c;
}	
.new_select .selected {
	color: #c8c;
}
/*custom select end*/

.flyout-cart {
	display: none;
	position: absolute;
	z-index: 99999;
	top: 30px;
	right: 0;
	width: 300px;
	min-height: 50px;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 3px #333;
	overflow: hidden;
	background: #fff;
}
.mini-shopping-cart .count {
	box-shadow: 0 1px 2px #999;
	background: #dde url('../img/shadow2.png') top repeat-x;
	padding: 12px 10px 9px;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #333;
}
.mini-shopping-cart .count a {
	box-shadow: none;
	background: none;
	padding: 0 2px;
	font-weight: bold;
	color: #c8c;
}
.mini-shopping-cart .count a:hover {
	text-decoration: underline;
}
.mini-shopping-cart .items {
	margin-bottom: 10px;
	padding: 0 5px;
}
.mini-shopping-cart .item {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 10px 5px;
}
.mini-shopping-cart .picture {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.mini-shopping-cart .picture a {
	display: block;
	line-height: 0;
}
.mini-shopping-cart .product {
	margin-left: 70px;
}
.mini-shopping-cart .name {
	margin-bottom: 5px;
	color: #c8c;
}
.mini-shopping-cart .name a:hover {
	text-decoration: underline;
}
.mini-shopping-cart .attributes {
	margin: 0;
	border: none;
	font-size: 11px;
}
.mini-shopping-cart .price,
.mini-shopping-cart .quantity {
	font-size: 11px;
}
.mini-shopping-cart .totals {
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.mini-shopping-cart .buttons {
	background: #dde;
	padding: 10px;
	text-align: right;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 -1px 1px #ccc;
}
.mini-shopping-cart .button-1 {
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 0 #999;
	background: url('../img/button5.png') top repeat-x;
	padding: 5px 10px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.mini-shopping-cart .button-1:hover {
	box-shadow: 0 1px 0 #666, inset 0 1px 0 #fff;
}

.header {
	position: relative;
	z-index: 3;
	clear: both;
	min-height: 140px;
	padding: 10px 0;
}
.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: block;
}
.search-box.store-search-box {
	position: absolute;
	top: 60px;
	right: 0;
}
.search-box.store-search-box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.store-search-box input.search-box-text {
	float: left;
	width: 330px !important;
	height: 31px;
	border: 1px solid #b5b0bd;
	border-radius: 5px 0 0 5px;
	background: #fff url('../img/input1.png') repeat-x;
	padding: 0 10px;
	font: normal 13px/31px Tahoma, Geneva, sans-serif;
	color: #666;
}
input.search-box-text.ui-autocomplete-loading {
	background:
	url('../img/ajax_loader_small.gif') right center no-repeat,
	#fff url('../img/input1.png') top repeat-x;
}
input.search-box-text:focus {
	color: #666;
}
#instant-search-categories {
	float: left;
	width: 120px;
    height: 33px;
    margin: 0 0 0 -1px;
	border: 1px solid #b5b0bd;
	border-left: 1px dotted #999;
	border-radius: 0;
	background: #fff url('../img/input1.png') repeat-x top;
    padding: 6px;
	font: normal 13px Tahoma, Geneva, sans-serif;
	color: #666;
}
.store-search-box .search-box-button {
	float: left;
	width: 33px;
	height: 33px;
	border: none;
	border-radius: 0 5px 5px 0;
	background: url('../img/button1.png') top no-repeat;
    text-indent: -9999px;
    padding:0;
}

/*Default Autocomplete start*/
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	z-index: 1002 !important;
    width: 350px !important;
	margin-top: -1px;
    border: 1px solid #bbb;
	border-top: 1px solid #657;
	border-radius: 5px 0 5px 5px;
	overflow: hidden;
	background: #fff;
    text-align:left;
}
.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: #ececec;
	color: #333;
	text-shadow: 1px 1px 0 #f6f6f6;
	cursor: pointer;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	vertical-align: middle;
	margin-right: 5px;
}
/*Default Autocomplete end*/

.header-basket {
	position: absolute;
	top: 102px;
	right: 0;
	background: url('../img/icon4.png') left center no-repeat;
	padding: 8px 0 8px 45px;
	font-size: 11px;
	color: #999;
}
.header-basket label{
    vertical-align:inherit;
}
.header-basket a {
	font-weight: bold;
}
.header-basket a:hover {
	text-decoration: underline;
}

.header-menu {
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
	border-radius: 5px;
	background: url('../img/navpad.png') top repeat-x;
}
.mega-menu-responsive,
.header-menu .menu-title {
    display: none;
}
.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:first-child > a {
	border-radius: 5px 0 0 5px;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	border-top: 1px solid transparent;
	padding: 0 20px;
	font: normal 14px/48px Tahoma, Geneva, sans-serif;
	color: #333;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
    cursor: pointer;
}
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span {
	background: url('../img/navpad.png') bottom repeat-x;
	box-shadow: inset 1px 1px 1px #99a;
	color: #c8c;
	text-shadow: -1px -1px 0 #fff;
}
.header-menu .sublist-wrap {
    display: none;
    position: absolute;
    z-index: 1;
	min-width: 200px;
    background: url('../img/shadow2.png') top repeat-x;
    background: url('../img/shadow2.png') top repeat-x, url('../img/boxpad3.png') bottom repeat-x;
    background-color: #fff;
    box-shadow: 0 3px 3px #666;
    padding: 10px 0 8px;
    border-radius: 0 0 5px 5px;
}
.header-menu .sublist-wrap.active {
	display: block;
}
.header-menu .sublist li {
    position: relative;
}
.header-menu .sublist li a {
    display: block;
	border-top: 1px solid transparent;
    padding: 8px 8px 8px 25px;
	font-size: 12px;
    color: #666 !important;
    border-radius: 0;
    background: url('../img/arrow1.png') 15px center no-repeat;
}
.header-menu .sublist li:hover > a {
	border-top: 1px solid #eee;
	background: url('../img/navpad.png') top repeat-x;
    background: url('../img/arrow1.png') 15px center no-repeat, url('../img/navpad.png') top repeat-x;
    color: #c8c !important;
	text-shadow: 1px 1px 0 #eee;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -10px;
	left: 100%;
	border-radius: 0 5px 5px 0;
	box-shadow: 1px 3px 3px #666;
	background-image: none;
}

.slider {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	overflow: hidden;
	background: #fff;
}
.slider .nivoSlider {
	overflow: hidden;
	margin-bottom: 0 !important;
	border-radius: 3px;
}
.slider img {
	border-radius: 5px;
}
.slider .shadow {
	height: 10px;
	background: url('../img/shadow1.png') center top no-repeat;
}

.footer {
	min-height: 200px;
	background: #000 url('../img/footer.png') top repeat-x;
	padding: 25px 0;
}
.footer .center {
	width: 980px;
	margin: 0 auto;
}
.footer .upper-area {
	margin-bottom: 25px;
	overflow: hidden;
	background: url('../img/separator3.png') bottom repeat-x;
	padding-bottom: 15px;
}
.footer .footlist {
	float: left;
	width: 216px;
	margin-left: 38px;
}
.footer .footlist:first-child {
	margin-left: 0;
}
.footer .footlist .title {
	margin-bottom: 10px;
	background: url('../img/separator3.png') bottom repeat-x;
	padding: 5px 0 15px;
	font: normal 16px 'avantgarde';
	color: #c8c;
	text-shadow: -1px -1px 0 #222;
	text-transform: uppercase;
}
.footer .footlist li {
	margin-bottom: 5px;
	font: normal 11px/20px Tahoma, Geneva, sans-serif;
	color: #999;
}
.footer .footlist img {
	vertical-align: middle;
	margin-right: 10px;
}
.footer .footlist a {
	background: url('../img/arrow1.png') left center no-repeat;
	padding-left: 10px;
	color: #999;
}
.footer .footlist a:hover {
	background: url('../img/arrow2.png') left center no-repeat;
	color: #c8c;
}
.footer-contacts li {
	padding-left: 32px;
}
.footer-contacts .phone{
    background: url('../img/footer_icon1.png') no-repeat left center;
}
.footer-contacts .mobile{
    background: url('../img/footer_icon2.png') no-repeat left center;
}
.footer-contacts .email{
    background: url('../img/footer_icon3.png') no-repeat left center;
}
.footer-contacts a {
	background: none !important;
	padding-left: 0 !important;
}
.footer .lower-area {
	overflow: hidden;
}
.footer .footbox,
.footer .newsletter {
	float: left;
}
.footer .footbox .title,
.newsletter .title {
	margin-bottom: 10px;
	font: normal 14px 'avantgarde';
	text-transform: uppercase;
	color: #b7b;
	text-shadow: -1px -1px 0 #000;
}
.newsletter .title strong{
    font-weight:normal;
}
.newsletter {
	width: 365px;
	margin-right: 10px;
}
.newsletter-subscribe{
    display:inline-block;
}
.newsletter-email {
    overflow: hidden;
}
.newsletter-email input[type="button"]{
	font-size:0;
}
.newsletter-email .options > span {
    display: inline-block;
}
.newsletter-email .newsletter-unsubscribe-button{
    font-size:13px !important;
    display:block;
    margin: 0;
    padding:5px 5px 5px 0;
    border:none;
    background:none;
    color:#999;
    text-transform:uppercase;
    font-style:italic;
}
.newsletter-email .newsletter-unsubscribe-button:hover{
    color:#cc88cc;
}
.newsletter .newsletter-subscribe-text {
	float: left;
	width: 250px;
	height: 26px;
	border: 1px solid #86828c;
	border-radius: 5px 0 0 5px;
	background: url('../img/input2.png') repeat-x;
	box-shadow: none;
	padding: 0 8px;
	font: normal 12px/26px Tahoma, Geneva, sans-serif;
	text-transform: lowercase;
	color: #333;
}
.newsletter-subscribe-button {
	float: left;
	width: 28px;
	height: 28px;
	border: none;
	background: url('../img/button3.png') top no-repeat;
    font-size:0;
}
.newsletter-unsubscribe-button{
    color:#999;
    display:block;
    margin:0;
    clear:both;
    border:none;
    background:none;
}
.newsletter-unsubscribe-button:hover{
    color:#c8c;
}
.newsletter-email .please-wait {
	float: left;
	margin: 3px 0 0 5px;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #666;
}
.newsletter-result-block {
	display: block;
	padding-top: 5px;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: lowercase;
}
.footer .footbox.social {
	float: left;
}
.footer .footbox.social a {
	display: inline-block;
	width: 30px;
    height: 30px;
	margin-right: 5px;
}
.footer .footbox.social a.facebook{
    background: url('../img/social1.png') no-repeat;
}
.footer .footbox.social a.twitter{
    background: url('../img/social2.png') no-repeat;
}
.footer .footbox.social a.rss{
    background: url('../img/social3.png') no-repeat;
}
.footer .footbox.social a.youtube{
    background: url('../img/social4.png') no-repeat;
}
.footer .footbox.social a.pinterest{
    background: url('../img/social5.png') no-repeat;
}
.footer .footbox.social a.google-plus{
    background: url('../img/social6.png') no-repeat;
}
.footer .footbox.social a.instagram {
    background: url('../img/instagram.png') no-repeat;
}
.footer .footbox.pay-options {
	float: right;
}
.footer .footbox.pay-options img {
	margin-right: 5px;
}

.bottomline {
    position: relative;
	height: 35px;
	background: url('../img/bottom.png') repeat-x;
	font: normal normal 11px/35px Tahoma, Geneva, sans-serif;
	color: #888;
	text-align: center;
	border-bottom: 1px solid #333;
    box-shadow: 0 0 3px #000;
}
.bottomline .center {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.footer-disclaimer {
	position: absolute;
	left: 0;
}
.footer-poweredby,
.footer-designed-by {
	float: right;
    margin-left: 10px;
}
.footer-poweredby {
    clear: both;
}
.footer-poweredby a,
.footer-designed-by a {
	color: #999;
	text-decoration: underline;
}
.footer-poweredby a:hover,
.footer-designed-by a:hover {
	color: #ccc;
}
.footer-storetheme {
	display: block;
    width: 120px;
    margin: 0 auto;
	font: normal 11px/35px Tahoma, Geneva, sans-serif;
	color: #999;
}
.footer-storetheme select {
	border: 1px solid #555;
	box-shadow: inset 0 0 1px #000;
	background: #666;
	padding: 1px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #aaa;
}
.footer-tax-shipping {
	background: #999;
	padding: 8px;
	text-align: center;
    font-size: 10px;
	color: #333;
}
.footer-tax-shipping a {
	color: #333;
	text-decoration: underline;
}



/*********** LEFT&RIGHT COLUMNS ***********/




.master-column-wrapper {
	position: relative;
	z-index: 0;
	border-radius: 5px;
	background: #fff url('../img/boxpad1.png') top repeat-x;
	box-shadow: inset 0 1px 0 #ccc;
	padding: 17px 15px;
}
.master-column-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.side-2 {
	float: left;
	width: 215px;
}
.center-2 {
	float: right;
	width: 700px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
	      		url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.block {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
	      		url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.block .title {
	border-bottom: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	padding: 5px 10px 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #c8c;
	text-shadow: 1px 1px 0 #fff;
}
.block .title strong {
	font-weight: normal;
}
.block .list > li {
	border-top: 1px dotted transparent;
	border-bottom: 1px dotted #ddd;
	color: #333;
}
.block .list > li:last-child {
	border-bottom: none;
}
.block .list li a {
	display: block;
	background: url('../img/arrow3.png') 5px center no-repeat;
	padding: 8px 8px 8px 20px;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.block .list li:hover > a,
.block .list li.active > a,
.block .list li > a.active {
	background: #e6e6ee url('../img/arrow2.png') 6px center no-repeat;
	color: #c8c;
}
.block .sublist {
	margin: 5px 0 5px 15px;
}
.block .sublist a {
	font-size: 11px;
	color: #444;
}
.block .sublist li:hover > a {
	background-color: transparent;
}
.block .sublist li.active:hover > a {
	background-color: #e6e6ee;
}

.block-popular-tags .tags,
.block-popular-blogtags .tags {
	overflow: hidden;
	padding: 5px;
}
.block-popular-tags li,
.block-popular-blogtags li {
	display: inline-block;
}
.block-popular-tags .tags a,
.block-popular-blogtags .tags a {
	display: inline-block;
	padding: 2px;
	line-height: 20px;
	color: #444;
}
.block-popular-tags .tags a:hover,
.block-popular-blogtags .tags a:hover {
	color: #c8c;
}

.block .view-all {
	border-top: 1px dotted #ddd;
	padding-top: 8px;
	text-align: right;
}
.block .view-all a {
	text-transform: none;
	color: #333;
}
.block .view-all a:hover {
	color: #c8c;
}

.poll-display-text {
	display: block;
	padding: 10px;
	font-weight: bold;
	color: #333;
}
.poll-options {
	margin-bottom: 10px;
	border: 1px dashed #ddd;
	padding: 10px;
}
.poll-options .answer {
	padding: 2px;
	color: #444;
}
.poll-options .answer *:hover {
	color: #c8c;
	cursor: pointer;
}
.poll .buttons {
	text-align: right;
}
.vote-poll-button {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 5px 20px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.poll-results .answer {
	padding: 2px 10px;
}
.poll-total-votes {
	display: block;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
	padding: 10px;
	font-weight: bold;
	color: #333;
}
.todays-poll-box {
	margin-bottom: 25px;
}
.home-page-polls .title{
    display:none;
}
.block-recently-viewed-products .separator {
	display: none;
}



/********** CATEGORIES & MANUFACTURERS **********/




.page {
	min-height: 250px;
}
.page-title {
	margin-bottom: 25px;
	background: url('../img/border1.png') bottom repeat-x;
	padding-bottom: 10px;
}
.page-title:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.page-title h1 {
	float: left;
	background: url('../img/bullet1.png') 5px center no-repeat;
	padding-left: 45px;
	font: normal 36px 'avantgarde_light';
    color: #c8c;
}
.link-rss {
	float: right;
	width: 24px;
    height: 24px;
	margin: 12px 10px 0 0;
	overflow: hidden;
	background: url('../img/icon_rss.png') no-repeat;
	text-indent: 24px;
}
.link-rss a {
    display: block;
	width: 24px;
    height: 24px;
}

.breadcrumb {
	overflow: hidden;
	margin-bottom: 3px;
	padding: 5px 0;
}
.breadcrumb li {
	float: left;
	margin-right: 5px;
	font-style: italic;
	color: #666;
}
.breadcrumb li a {
	color: #666;
}
.breadcrumb li a:hover {
	color: #c8c;
}
.breadcrumb li strong {
	color: #333;
}

.product-selectors {
	margin-bottom: 5px;
	padding: 5px 0;
}
.product-selectors:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.product-selectors > div {
	float: left;
	margin-right: 5px;
    margin-bottom: 5px;
}
.product-selectors > div > span {
	font-style: italic;
}
.product-selectors select {
	margin-left: 5px;
	background: url('../img/input3.png') repeat-x;
	padding: 2px;
	text-transform: lowercase;
	color: #444;
}
.product-viewmode select {
	min-width: 80px;
}
.product-page-size select {
	min-width: 60px;
}

.product-filters-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.product-filters {
	overflow: hidden;
	margin: 20px 0;
}
.product-filters .title,
.product-filters .filter-title {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #c8c;
}
.product-filters .available-items,
.product-filters .filter-content {
	overflow: hidden;
}
.product-filters ul {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #eee;
	padding: 10px;
}
.product-filters li {
	padding: 3px 0;
}
.product-filters li.title {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	color: #c8c;
	text-transform: uppercase;
}
.product-filters li a {
	color: #666;
}
.product-filters li a:hover {
	color: #c8c;
	text-decoration: none;
}
.already-filtered-items,
.selected-price-range {
	overflow: hidden;
	color: #333;
}
.product-filters .item {
	float: left;
	margin-right: 5px;
	padding: 3px;
	border-radius: 3px;
}
.remove-filter a {
	display: inline-block;
	margin: 10px 10px 0 0;
	border: 1px solid #ccc;
    border-radius: 3px;
    background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
    padding: 5px 10px;
	font-size: 11px;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
}
.remove-filter a:hover {
	background-position: bottom;
}

.item-grid {
	margin-bottom: 10px;
}
.home-page .item-grid {
	margin-bottom: 25px;
}
.item-grid:after,
.product-grid:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.item-box {
	float: left;
	width: 198px;
	/*min-height: 370px;*/
	margin: 0 5px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	box-shadow: inset 0 0 10px #ddd;
	padding: 10px;
}
.item-box .picture {
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
    height: 200px;
}
.item-box .picture a {
	display: block;
	position: relative;
	height: 100%;
}
.item-box .picture img {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.item-box .product-title {
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 5px;
	font: normal 18px/20px 'avantgarde';
}
.item-box .product-title a {
	color: #444;
}
.item-box .product-title a:hover {
	text-decoration: underline;
}
.item-box .description {
	height: 40px;
    line-height: 1.2;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 5px;
	font-size: 11px;
}
.item-box .add-info {
    height: 78px;
}
.item-box .prices {
	margin-bottom: 10px;
    overflow: hidden;
    height: 34px;
}
.item-box .old-price {
	margin-right: 3px;
	font: normal 11px /*'avantgarde'*/ Tahoma, Geneva, sans-serif;
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font: bold 14px /*'avantgarde'*/ Tahoma, Geneva, sans-serif;
	color: #c8c;
}
.item-box input[type="button"],
.item-box .buynow-button {
	display: block;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	border-radius: 5px;
	background: url('../img/button8.png') top repeat-x;
	padding: 5px 0;
	text-align: center;
	font: normal 18px 'avantgarde';
	text-transform: uppercase;
	color: #444;
	text-shadow: 1px 1px 0 #fff;
}
.item-box input[type="button"]:hover,
.item-box .buynow-button:hover {
	border-color: #aaa #bbb #ccc;
	box-shadow: inset 0 1px 0 #eee;
}
.item-box .add-info .add-to-compare-list-button,
.item-box .add-info .add-to-wishlist-button{
    display:none;
}
.rating{
    height:16px;
    width:80px;
    background:url(../img/star-x-inactive.png) 0 0 repeat-x;
    margin-bottom: 5px;
}
.rating div{
    float:left;
    height:16px;
    background:url(../img/star-x-active.png) 0 0 repeat-x;
}
.category-title, .grid-title,
.product-grid .title,
.vendor-title {
	margin-bottom: 25px;
	background: url('../img/border1.png') bottom repeat-x;
	padding-bottom: 10px;
    overflow: hidden;
}
.category-title .title, .grid-title strong,
.product-grid .title strong,
.vendor-title h2 {
	background: url('../img/bullet1.png') left center no-repeat;
	padding-left: 45px;
	font: normal 36px 'avantgarde_light';
	color: #c8c;
}

.sub-category-grid .item-box {
    height: 280px;
    overflow: hidden;
}
.home-page-category-grid .item-box,
.home-page-product-grid .item-box {
	width: 240px;
	height: 240px;
	margin: 0 13px 26px;
	border: 15px solid #ddd;
	border-radius: 250px;
	box-shadow: inset 0 0 3px #888;
	-moz-transition: border-color 0.35s linear;
	-webkit-transition: border-color 0.35s linear;
}
.home-page-category-grid .item-box:hover,
.home-page-product-grid .item-box:hover {
	border-color: #ccc;
}
.home-page-category-grid .picture,
.home-page-product-grid .picture {
	width: 180px;
	height: 180px;
	margin: 0 auto 10px;
    -webkit-mask-image: url(../img/1.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
    .home-page-product-grid .picture a {
        height: auto;
    }
        .home-page-product-grid .picture a:before {
            content: " ";
            display: block;
            padding-top: 100%;
        }
.home-page-category-grid .picture img,
.home-page-product-grid .picture img {
    border-radius: 100%;
}
.home-page-category-grid .title,
.home-page-product-grid .product-title {
	margin: 0 20px;
	background: none; /*reset*/
	padding: 0; /*reset*/
	text-align: center;
	font: normal 15px 'avantgarde';
	text-transform: uppercase;
}
.home-page-product-grid .product-title {
	height: 18px;
    overflow: hidden;
	text-transform: none;
    line-height: 1.2;
}
.home-page-product-grid .product-title a {
    
}
.home-page-category-grid .title a,
.home-page-product-grid .product-title a,
.sub-category-grid .title a,
.manufacturer-list-page .title a,
.vendor-list-page .title a {
	color: #444;
}
.home-page-category-grid .title a:hover,
.home-page-product-grid .product-title a:hover,
.sub-category-grid .title a:hover,
.manufacturer-list-page .title a:hover,
.vendor-list-page .title a:hover {
	color: #c8c;
	text-decoration: none;
}
.home-page-product-grid .prices {
	text-align: center;
}

.bestsellers .item-box {
	width: 199px;
	margin: 0 7px;
}

.sub-category-grid {
	margin: 15px 0 25px;
}
.product-grid.bestsellers {
    margin: 0 0 15px;
    overflow: hidden;
}
.sub-category-grid .item-grid,
.product-grid .item-grid {
	padding: 0;
}
.sub-category-grid .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	background: #e6e6ee;
	padding: 8px 10px;
	font: normal 16px/20px 'avantgarde';
	text-shadow: 1px 1px 0 #fff;
}
.sub-category-grid .picture {
	margin-bottom: 0;
	border-radius: 2px 2px 5px 5px;
}
.sub-category-grid .picture img {
	border-radius: 2px 2px 5px 5px;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: justify;
	font: normal 11px/15px Tahoma, Geneva, sans-serif;
}

.product-list .item-box {
	float: none;
	width: auto;
	min-height: initial;
	margin: 0 0 10px;
}
.product-list .item-box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.product-list .item-box:last-child {
	margin-bottom: 5px;
}
.product-list .picture {
	float: left;
	width: 200px;
}
.product-list .details {
	margin-left: 215px;
}
.product-list input[type="button"] {
	width: 150px;
}

.manufacturer-list-page .page-body {
	margin-bottom: 15px;
}
.manufacturer-list-page .item-grid {
	margin-bottom: 0;
	padding: 0 1px;
}
.manufacturer-list-page .item-box {
    width: 190px;
    text-align: center;
}
.manufacturer-list-page .item-box .title,
.vendor-list-page .item-box .title {
	margin-bottom: 10px;
	font: normal 18px 'avantgarde';
	text-transform: uppercase;
}

.pager {
	overflow: hidden;
}
.pager ul {
	float: right;
	padding: 5px;
}
.pager li {
	float: left;
	margin: 0 6px 6px 0;
}
.pager ul li:last-child {
    margin-right: 1px;
}
.pager a, .pager span {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 0 #bbb;
	overflow: hidden;
	padding: 4px 8px 3px;
	font-size: 11px;
	color: #333;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(213,213,213,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%);
}
.pager span,
.pager a:hover {
	border: 1px solid #000;
	color: #c8c;
	cursor: default;
    background: rgb(77,77,77);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#040404',GradientType=0 );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,77,77,1)), color-stop(100%,rgba(4,4,4,1)));
    background: -webkit-linear-gradient(top,  rgba(77,77,77,1) 0%,rgba(4,4,4,1) 100%);
    background: linear-gradient(to bottom,  rgba(77,77,77,1) 0%,rgba(4,4,4,1) 100%);
}
.pager a:hover {
	cursor: pointer;
}


/*********** PRODUCT PAGE ***********/



.product-details-page {
	margin-bottom: 20px;
	padding-top: 5px;
}
.product-essential:after {
    content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.gallery {
	float: left;
	width: 312px;
	margin-bottom: 20px;
}
.gallery .picture {
	width: 300px;
    border: 1px solid #bbb;
	overflow: hidden;
	text-align: center;
	line-height: 0; /*Cloud Zoom gap fix*/
}
.gallery .picture a {
	display: block;
}
.gallery .picture img {
    max-width: 100%;
}
.gallery .picture-thumbs {
	overflow: hidden;
}
.gallery .picture-thumbs a {
	float: left;
	width: 92px;
	height: 92px;
	overflow: hidden;
	margin: 10px 10px 0 0;
	text-align: center;
	line-height: 90px;
	border: 1px solid #ddd;
}
.gallery .picture-thumbs a img {
	vertical-align: middle;
}

.product-details-page .overview {
	position: relative; /*Cloud Zoom position*/
	float: right;
	width: 370px;
	margin: 0 10px 20px 0;
}
.product-details-page .discontinued-product h4 {
	margin: 0 0 10px;
	color: #c00;
	text-transform: uppercase;
}
.product-details-page .product-name h1,
.product-details-page .variant-name {
	margin-bottom: 10px;
	font: normal 36px/40px 'avantgarde_light';
	color: #c8c;
}
.product-details-page .short-description,
.product-details-page .variant-description {
	margin-bottom: 10px;
	font: italic 11px/18px Tahoma, Geneva, sans-serif;
	color: #666;
}
.back-in-stock-subscription {
    margin-bottom: 10px;
}
.back-in-stock-subscription .subscribe-button {
	margin-right: 10px;
	border: 1px solid #ccc;
    border-radius: 3px;
    background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
    padding: 5px 10px;
    font: normal 11px Tahoma, Geneva, sans-serif;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
}
.product-details-page .manufacturers {
	margin-bottom: 10px;
}
.product-details-page .manufacturers a {
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.product-details-page .manufacturers a:hover {
	text-decoration: underline;
}
.product-no-reviews,
.product-reviews-overview {
	margin-bottom: 15px;
}
.product-no-reviews a {
	font: normal normal 11px Tahoma, Geneva, sans-serif;
	color: #c8c;
}
.product-no-reviews a:hover,
.product-review-links a:hover {
	text-decoration: underline;
}
.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;
}
.download-sample {
	margin-bottom: 15px;
}
.download-sample-button a {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.product-details-page .add-info {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding-bottom: 15px;
}
.product-details-page .add-info > * {
	float: left;
	margin-right: 10px;
}
.add-to-wishlist-button,
.add-to-compare-list-button {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 5px 10px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.email-a-friend-button {
	height: 24px;
	border: none;
	background: none;
	font: normal 11px/26px Tahoma, Geneva, sans-serif;
	color: #c8c;
}
.email-a-friend-button:hover {
	text-decoration: underline;
}
.product-details-page .sku,
.product-details-page .gtin,
.product-details-page .free-shipping,
.product-details-page .product-vendor {
	margin: 8px 0;
}
.product-details-page .stock {
	margin-bottom: 15px;
}
.product-details-page .stock .value {
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.product-details-page .free-shipping {
	width: 100px;
    height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url('../img/free-shipping.png') no-repeat;
	padding: 25px 5px 5px;
	text-align: center;
    font-size: 16px;
	color: #fff; 
	cursor: default;  
}
.product-vendor a:hover {
	text-decoration: underline;
}
.product-details-page .min-qty-notification {
	margin: 0 0 15px;
	font-style: italic;
}

.buy-panel {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
.attributes {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding-bottom: 10px;
}
.attributes dl {
	line-height: 18px;
}
.attributes dt {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.attributes dd {
	margin-bottom: 8px;
}
.attributes input {
	vertical-align: middle;
}
.attributes select {
	min-width: 100px;
	border: 1px solid #999;
	padding: 2px;
	font-size: 11px;
	color: #666;
}
.color-squares li {
    display: inline-block;
	position: relative;
}
.color-squares .color-container {
    display: inline-block;
    border: 1px solid #999;
    padding: 1px;
	cursor: pointer;
}
.color-squares .selected-value .color-container {
    border: 2px solid #075899;
    padding: 0;
}
.color-squares .color {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.color-squares input {
	position: absolute;
    z-index: -1;
	top: 20%;
	left: 20%;
}
.order-line {
	overflow: hidden;
}
.order-line .product-price{
    width:100%;
}
.order-line > * {
	float: left;
}
.order-line .prices {
	overflow: hidden;
	line-height: 38px;
}
.order-line .prices > * {
	float: left;
}
    .order-line .tax-shipping-info {
        float: none !important;
        line-height: 1.2;
        margin: 0 0 10px;
        clear: both;
    }
.order-line .product-price {
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #c6c;
}
.order-line .old-product-price {
	margin-right: 10px;
	color: #999;
	text-decoration: line-through;
}
.variant-overview .order-line>*{
    float:none;
}
.product-details-page .variant-overview  .add-info > *{
    float:none;
}
.customer-entered-price {
	clear: both;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	background: #f3f3f3;
	padding: 10px;
}
.customer-entered-price label {
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.customer-entered-price input {
	width: 83px;
	margin-bottom: 5px;
	border: 1px solid #aaa;
	background: url('../img/input3.png') top repeat-x;
	padding: 5px;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.customer-entered-price .price-range {
	clear: both;
	color: #c8c;
}

.add-to-cart .quantity {
	float: left;
    margin-right: 10px;
}
.add-to-cart .qty-label {
	float: left;
	margin-right: 8px;
	font: bold 11px/38px Tahoma, Geneva, sans-serif;
	color: #444;
}
.add-to-cart .qty-input,
.add-to-cart .qty-dropdown {
	float: left;
	width: 36px;
	margin-top: 2px;
	border: 1px solid #aaa;
	background: #fff url('../img/input3.png') top repeat-x;
	padding: 6px;
	text-align: center;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #333;
}
.add-to-cart .qty-dropdown{
    width: auto;
}
.add-to-cart .add-to-cart-button {
	float: left;
	border: 2px solid #999;
	border-radius: 5px;
	background: url('../img/button2.png') top repeat-x;
	padding: 5px 25px;
	box-shadow: inset 0 0 5px #000;
	text-align: center;
	font: normal 20px 'avantgarde';
	color: #c8c;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #111;
}
.add-to-cart .add-to-wishlist-button {
    display: none;
}

.product-details-page .full-description {
	clear: both;
	margin-bottom: 20px;
	line-height: 18px;
}

.product-specs-box {
	clear: both;
	margin-bottom: 20px;
}
.product-specs-box .title {
	margin-bottom: 10px;
	font: normal 16px/20px Tahoma, Geneva, sans-serif;
	color: #444;
}
.product-specs-box .title strong {
	font-weight: normal;
}
.product-specs-box .odd td {
	background: #e6e6ee;
}
.product-specs-box .even td {
	background: #fff;
}
.product-specs-box td:first-child {
	width: 200px;
	text-align: left;
}
/*DATEPICKER*/
.ui-datepicker {
        background-color: #ffffff;
        text-align: center;
        width: 280px;
    }
    .ui-datepicker-title {
        font-weight: bold;
        line-height: 32px;
        position: relative;
        text-transform: uppercase;
        z-index: 0;
        color:#555;
        font-family:"Open Sans Condensed",Arial,sans-serif;
        background:#fff;
        border:1px solid #ccc;
    } 
.ui-datepicker-header a {
    font-size: 0;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 1;
    border:1px solid #ddd;
}

    .ui-datepicker-header a.ui-datepicker-prev {
        background: url("../img/rtl-arrow1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        left: 0;
    }
    .ui-datepicker-header a.ui-datepicker-next {
        background: url("../img/arrow1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        right: 0;
    }
    .ui-datepicker-header {
        background-color: #333333;
        color: #ffffff;
        height: 32px;
        position: relative;
    }
    .ui-datepicker-calendar th, .ui-datepicker-calendar td {
        border: 1px solid #cccccc;
        width: 14.285%;
    }
    .ui-datepicker-calendar th {
        background-color: #eeeeee;
    }
    .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
        display: block;
        line-height: 32px;
        min-height: 32px;
    }
    .ui-datepicker-calendar th, .ui-datepicker-calendar td {
        border: 1px solid #cccccc;
        width: 14.285%;
    }
    .ui-datepicker-calendar th, .ui-datepicker-calendar td:hover a{
        background-color:#eee;
    }
    .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
        display: block;
        line-height: 32px;
        min-height: 32px;
    }
    .ui-datepicker-calendar td a {
        transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
    }

/*Jquery Tabs start*/
.ui-tabs {
	clear: both;
	margin: 0 5px 20px 0;
}
.ui-tabs .ui-tabs-nav {
	float: left;
	background: url('../img/button6.png') top repeat-x;
	border-radius: 5px 5px 0 0;
}
.ui-tabs .ui-tabs-nav li {
	float: left;
	background: url('../img/separator1.png') left no-repeat;
	padding-left: 2px;
}
.ui-tabs .ui-tabs-nav li:first-child {
	background: none;
	padding-left: 0;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	height: 30px;
	background: url('../img/button6.png') top repeat-x !important;
	padding: 0 15px;
	text-align: center;
	font: normal 11px/30px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #bbb;
	text-shadow: -1px -1px 0px #111;
}
.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;
	color: #c8c;
}
.ui-tabs .ui-tabs-nav li:first-child a {
	border-radius: 5px 0 0 0;
}
.ui-tabs .ui-tabs-nav li:last-child a {
	border-radius: 0 5px 0 0;
}
.ui-tabs .ui-tabs-panel {
	clear: both;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
}
.ui-tabs .full-description {
	margin-bottom: 0;
}
.ui-tabs .product-specs-box {
	margin: 10px 0;
}
.ui-tabs .product-specs-box td {
	border: 1px dotted #ccc;
	text-align: left;
}
.ui-tabs .write-review .form-fields {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 10px 15px;
}
/*Jquery Tabs end*/

.product-variant-line {
	margin-bottom: 20px;
}
.product-variant-line:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.product-variant-line .variant-picture {
    float: left;
	width: 150px;
	min-height: 150px;
	margin-right: 15px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.product-variant-line .variant-picture img{
    width:100%;
}
.product-variant-line .variant-overview {
	float: left;
	width: 520px;
}
.product-variant-line .variant-name {
	margin-bottom: 10px;
    font: normal 30px 'avantgarde_light';
    color: #c8c;
}
.product-variant-line .stock {
	margin: 0 15px 0 0;
	line-height: 26px;
}
.product-variant-line .order-line {
	background: #f6f6f6;
	padding: 7px;
}
.product-variant-line .product-price {
	font-size: 14px;
}

.tier-prices {
	margin-bottom: 20px;
}
.tier-prices .prices-header {
	margin-bottom: 10px;
	font: normal 18px 'avantgarde';
	color: #444;
}
.tier-prices .prices-header strong {
	font-weight: normal;
}
.tier-prices td {
	border-bottom: 1px dotted #ccc;
	background: #f6f6f6;
	padding: 3px;
}
.tier-prices tr:first-child td {
	border-top: 1px dotted #ccc;
}
.tier-prices .item-price {
	color: #c8c;
}

.product-tags-box {
	margin-bottom: 20px;
}
.product-tags-box .title {
	margin-bottom: 10px;
	font-size: 16px;
	color: #444;
}
.product-tags-box .title strong {
	font-weight: normal;
}
.product-tags-list {
	overflow: hidden;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: #f6f6f6;
	padding: 3px;
	line-height: 20px;
}
.product-tags-list li {
	float: left;
	color: #c8c;
}
.product-tags-list li.separator {
	margin-right: 10px;
}
.product-tags-list li a {
	color: #c8c;
}
.product-tags-list li a:hover {
	text-decoration: underline;
}
.product-tags-all-page ul {
	margin-bottom: 10px;
	border: none; /*reset*/
	background: none; /*reset*/
}
.product-tags-all-page li {
	margin-right: 10px;
	line-height: 24px;
}
.product-tags-all-page li a {
	color: #444;
}

.giftcard {
	clear: both;
	margin: 10px 0 20px;
    clear: both;
}
.giftcard > div {
	margin-bottom: 10px;
}
.giftcard label {
	display: inline-block;
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}
.giftcard input[type="text"],
.giftcard textarea {
	width: 300px;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.giftcard textarea {
	height: 100px;
}



/*********** PRODUCT-REVIEWS ***********/




.product-reviews-page h1 a {
	display: block;
	font: italic 18px 'avantgarde';
	color: #333;
}
.product-reviews-page h1 a:hover {
	text-decoration: underline;
}
.product-reviews-page .page-body {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
	      		url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.write-review .title {
	margin-bottom: 10px;
	font: normal 18px/20px 'avantgarde';
	color: #444;
}
.write-review .title strong {
	font-weight: normal;
}
.write-review label {
	width: 90px;
}
.write-review input[type="text"] {
	width: 250px;
	vertical-align: middle;
}
.write-review textarea {
	width: 460px;
	vertical-align: middle;
}
.review-rating {
	overflow: hidden;
	margin: 10px 0;
}
.review-rating > label {
	float: left;
	margin-right: 10px;
	color: #333;
}
.review-rating ul {
	display: inline-block;
}
.write-review .review-rating li {
	display: inline;
	margin: 0 3px;
	font-weight: bold;
	color: #333;
}
.write-review .buttons {
	text-align: right;
}
.write-review .button-1 {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 5px 10px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}

.product-review-list {
	margin-top: 20px;
	padding: 20px 0 10px;
	border-top: 1px dotted #ccc;
}
.product-review-list .title {
	margin-bottom: 20px;
	background: #f6f6f6;
	padding: 5px 8px;
	font: normal 18px 'avantgarde';
	color: #444;
}
.product-review-list .title strong {
	font-weight: normal;
}
.product-review-item {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px 20px;
}
.review-item-head {
	overflow: hidden;
	margin-bottom: 10px;
}
.review-item-head .review-title {
	float: left;
	max-width: 600px;
	color: #333;
}
.review-item-head .product-review-box {
    float: right;
}
.product-review-item .review-text {
	margin-bottom: 10px;
	line-height: 20px;
}
.product-review-item .review-info {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}
.product-review-item .review-info a {
    color: #333;
}
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover {
	text-decoration: underline;
}
.product-review-helpfulness {
	font-size: 11px;
	color: #999;
}
.product-review-helpfulness .vote {
    color: #c8c;
    cursor: pointer;
}



/*********** WISHLIST & COMPARE LIST ***********/




.wishlist-content {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	line-height: 20px;
}
.wishlist-page .buttons {
	margin-bottom: 10px;
	text-align: right;
}
.wishlist-page .buttons input[type="button"],
.wishlist-page .buttons input[type="submit"] {
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 5px 10px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.wishlist-page .share-info {
	padding: 10px;
}
.wishlist-page .share-info span {
	display: block;
	margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}
.wishlist-page .share-info a:hover {
	text-decoration: underline;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	position: absolute;
	top: 8px;
	right: 3px;
	border: 2px solid #111;
	border-radius: 5px;
	background: url('../img/button4.png') top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 10px;
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #c8c;
	text-shadow: -1px -1px 0px #111;
}
.compare-products-page .clear-list:hover {
	background-position: bottom;
}


/*********** TOPICS ***********/




.topic-html-content {
	margin-bottom: 25px;
}
.topic-html-content-title,
.topic-block-title {
	margin-bottom: 20px;
	background: url('../img/border1.png') bottom repeat-x;
	padding-bottom: 10px;
}
.topic-html-content-header,
.topic-block-title h2 {
	background: url('../img/bullet1.png') left center no-repeat;
	padding-left: 45px;
	font: normal 36px 'avantgarde_light';
	color: #c8c;
}
.topic-html-content-body {
	line-height: 24px;
}

.topic-page .page-body {
	min-height: 70px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	line-height: 20px;
}
.topic-html-content a,
.topic-page a {
	font-weight: bold;
}
.topic-html-content a:hover,
.topic-page a:hover {
	text-decoration: underline;
}
.topic-html-content strong,
.topic-page strong {
	color: #444;
}
.topic-block-body{
    margin:0 0 20px;
}

.enter-password-title {
	padding: 5px 0;
	font: normal 18px 'avantgarde';
	color: #c8c;
}
.enter-password-form {
	overflow: hidden;
	padding: 5px 0;
}
.enter-password-form input[type="password"] {
	float: left;
	width: 250px;
	margin-right: 5px;
	padding: 5px;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	border: 1px solid #ccc !important;
	border-radius: 3px !important;
	background: url('../img/button5.png') top repeat-x !important;
	box-shadow: inset 0 1px 0 #fff !important;
	padding: 6px 18px !important;
	font: normal 12px Tahoma, Geneva, sans-serif !important;
	color: #333 !important;
	text-shadow: 1px 1px 0 #fff !important;
}
.enter-password-form input[type="submit"]:hover {
	background-position: bottom !important;
}
.password-error {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 11px;
	color: #c00;
}



/*********** CONTACT & EMAIL A FRIEND ***********/




.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {	
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	line-height: 20px;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	padding: 5px;
}
.contact-page label,
.email-a-friend-page label,
.apply-vendor-page label {
	float: left;
	width: 90px;
	font: bold 11px/24px Tahoma, Geneva, sans-serif;
}
.contact-page textarea {
	width: 460px;
}
.contact-page .buttons,
.apply-vendor-page .buttons {
	margin-bottom: 5px;
	padding-left: 105px;
}
.contact-page .field-validation-error,
.email-a-friend-page .field-validation-error,
.apply-vendor-page .field-validation-error {
    clear: both;
    display: block;
}
.contact-page input[type="submit"],
.email-a-friend-page input[type="submit"],
.apply-vendor-page input[type="submit"] {
	border: 2px solid #999;
	border-radius: 5px;
	background: url('../img/button2.png') top repeat-x;
	padding: 5px 25px;
	box-shadow: inset 0 0 5px #000;
	text-align: center;
	font: normal 20px 'avantgarde';
	color: #c8c;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #111;
}
.email-a-friend-page .title {
	margin-bottom: 10px;
}
.email-a-friend-page .title a {
	font: normal 18px 'avantgarde';
	color: #444;
	text-transform: uppercase;
}
.email-a-friend-page label {
	width: 110px;
}
.email-a-friend-page textarea {
	width: 420px;
}
.email-a-friend-page .buttons {
	margin-bottom: 5px;
	padding-left: 125px;
}



/*********** BLOG & NEWS ***********/




.year strong {
	display: block;
	background: #eee url('../img/arrow2.png') 6px center no-repeat;
	padding: 8px 8px 8px 20px;
	text-shadow: 1px 1px 0 #fff;
	cursor: default;
}
.blog-page .blog-posts,
.blogpost-page .page-body,
.news-item-page .page-body {
	overflow: hidden;
	padding: 0 5px;
}
.blog-page .post,
.blogpost-page .post,
.comment-list-body,
.news-list-page .page-body,
.news-content {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	line-height: 20px;
}
.post-head {
	margin-bottom: 5px;
	padding: 5px 0 10px;
}
.post-head a {
	font: normal 18px 'avantgarde';
	color: #c8c;
}
.post-head a:hover {
	text-decoration: underline;
}
.post-body {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding: 10px 0;
	color: #555;
}
.blog-page .pager {
   margin-top: -2px;
}
.blog-footer {
	overflow: hidden;
}
.blog-footer .tags {
	float: left;
	max-width: 560px;
	color: #666;
}
.blog-footer label {
	float: left;
	margin-right: 8px;
}
.blog-footer ul {
	float: left;
}
.blog-footer .tags li {
	float: left;
}
.blog-footer .tags li.separator {
	margin-right: 8px;
}
.blog-page .blog-details {
	float: right;
}
.blog-footer a:hover {
	text-decoration: underline;
}

.blogpost-page .post-date,
.news-item-page .news-date {
	padding: 5px 0 10px;
	border-bottom: 1px dotted #ccc;
}
.blogpost-page .title,
.news-item-page .title {
	margin-bottom: 10px;
	padding: 0 5px;
	font: bold 16px 'avantgarde';
	color: #444;
}
.blogpost-page .new-comment label {
	display: none;
}
.blogpost-page textarea {
	width: 668px;
	height: 200px;
	border: 1px solid #ddd;
	padding: 10px;
}
.blogpost-page .buttons,
.news-item-page .buttons {
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
}
.blogpost-page input[type="submit"],
.news-item-page input[type="submit"] {
	width: 160px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	border-radius: 5px;
	background: url('../img/button8.png') top repeat-x;
	padding: 6px 20px;
	text-align: center;
	font: normal 16px 'avantgarde';
	color: #444;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #eee;
}
.blogpost-page input[type="submit"]:hover,
.news-item-page input[type="submit"]:hover {
	border-color: #aaa #bbb #ccc;
	box-shadow: 0 1px 0 #eee inset;
}
.blogpost-page .result {
	padding: 0 5px;
	color: #333;
}
.blogpost-page .field-validation-error {
	display: block;
	margin-top: 5px;
	text-align: center;
}

.blog-comment, .news-comment {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	padding: 10px;
}
.blog-comment:last-child,
.news-comment:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.blog-comment .comment-info,
.news-comment .comment-info {
	float: left;
	width: 100px;
	margin-right: 18px;
}
.blog-comment .avatar,
.news-comment .avatar {
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px #ddd;
	overflow: hidden;
}
.blog-comment .avatar img,
.news-comment .avatar img {
	width: 100px;
}
.blog-comment .username,
.news-comment .username {
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	color: #444;
}
.blog-comment a.username:hover,
.news-comment a.username:hover {
	text-decoration: underline;
}
.blog-comment .comment-content,
.news-comment .comment-content {
	float: left;
	width: 530px;
}
.blog-comment .comment-time,
.news-comment .comment-time {
	margin-bottom: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #e6e6e6;
	background: url('../img/boxpad2.png') top repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 5px;
	font-size: 11px;
}
.blog-comment .comment-time span,
.news-comment .comment-time span {
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #c8c;
	text-shadow: 1px 1px 0 #fff;
}
.blog-comment .comment-body,
.news-comment .comment-body {
	padding: 0 5px;
	line-height: 20px;
}

.news-list-page .news-item,
.news-list-homepage .news-item {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 5px 10px;
}
.news-list-page .news-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.news-list-page .news-head,
.news-list-homepage .news-head {
	margin-bottom: 5px;
}
.news-list-page .news-title,
.news-list-homepage .news-title {
	font: normal 18px 'avantgarde';
	color: #c8c;
}
.news-list-page .news-title:hover,
.news-list-homepage .news-title:hover {
	text-decoration: underline;
}
.news-list-page .news-date,
.news-list-homepage .news-date {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333;
}
.news-list-page .news-body,
.news-list-homepage .news-body {
	margin-bottom: 10px;
	line-height: 20px;
}
.news-list-page .read-more,
.news-list-homepage .read-more {
	float: right;
	height: 24px;
	background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	margin-left: 5px;
	padding: 0 10px;
	font: normal normal 11px/24px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
}
.news-list-page .read-more:hover,
.news-list-homepage .read-more:hover {
	background-position: bottom;
}

.news-list-homepage {
	margin-bottom: 25px;
}
.news-list-homepage .title {
	background: url('../img/border1.png') bottom repeat-x;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.news-list-homepage .title strong {
	background: url('../img/bullet1.png') left center no-repeat;
	padding-left: 45px;
	font: normal normal 36px 'avantgarde_light';
	color: #c8c;
}
.news-list-homepage .view-all {
	text-align: right;
}
.news-list-homepage .view-all a {
	margin-left: 5px;
	color: #333;
}
.news-list-homepage .view-all a:hover {
	color: #c8c;
}

.news-item-page .news-body {
	padding: 20px 5px 15px;
}
.news-item-page .fieldset {
	margin-bottom: 20px;
}
.news-item-page .form-fields {
	padding: 10px;
}
.news-item-page .inputs label {
	width: 70px;
	font-size: 11px;
	font-weight: bold;
}
.news-item-page textarea {
	width: 500px;
	height: 200px;
	vertical-align: top;
}
.news-comment .username {
	padding: 6px 0;
}
.news-comment .comment-title {
	padding: 0 5px;
	color: #444;
	font-style: italic;
}



/*********** REGISTRATION, LOGIN, ACCOUNT PAGES ***********/




.registration-page .page-body,
.login-page .page-body,
.return-request-page .page-body {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 10px;
	line-height: 20px;
}
.registration-page .fieldset,
.registration-page .accept-privacy-policy,
.account-page .fieldset,
.account-page .section {
	margin-bottom: 20px;
	padding: 5px 10px 20px;
	border-bottom: 1px dotted #ccc;
}
.registration-page label,
.account-page label {
	width: 110px;
}
.registration-page .gender span,
.account-page .gender span{
    margin:0 5px;
}
.registration-page .gender span,
.account-page .gender span,
.registration-page .gender span > * ,
.account-page .gender span > *{
	display: inline-block;
    width:auto !important;
}
.registration-page .gender span > label ,
.account-page .gender span > label{
    margin:0 0 0 2px;
}
.registration-page .gender label,
.account-page .gender label {
	width: auto;
	vertical-align: middle;
}
.registration-page select,
.account-page select {
	min-width: 76px;
	margin-right: 6px;
}
#check-availability-button {
	width: auto;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 6px 8px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-transform: none;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
#username-availabilty {
	float: right;
	width: 80px;
	overflow: hidden;
	color: #333;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
}
.registration-page .buttons,
.login-page .buttons,
.account-page .buttons,
.account-page .add-button {
	margin-bottom: 10px;
	text-align: right;
}
.registration-page input[type="submit"],
.registration-result-page input[type="button"],
.password-recovery-page .button-1 {
	min-width: 160px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url('../img/button2.png') top repeat-x;
	padding: 5px 20px;
	box-shadow: inset 0 0 5px #000;
	text-align: center;
	font: normal 20px 'avantgarde';
	text-transform: uppercase;
	color: #c8c;
	text-shadow: -1px -1px 0 #111;
}

.registration-result-page .page-body {
	overflow: hidden;
	padding: 0 10px 15px;
}
.registration-result-page .result {
	float: left;
	margin-top: 10px;
}
.registration-result-page .buttons {
	float: right;
}

.login-page .customer-blocks {
	padding: 10px;
}
.login-page .new-wrapper {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.login-page input[type="submit"],
.login-page input[type="button"] {
	width: 160px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	border-radius: 5px;
	background: url('../img/button8.png') top repeat-x;
	padding: 5px 10px;
	text-align: center;
	font: normal 16px 'avantgarde';
	text-transform: uppercase;
	color: #444;
	text-shadow: 1px 1px 0 #eee;
}
.login-page input[type="submit"]:hover,
.login-page input[type="button"]:hover {
	border-color: #aaa #bbb #ccc;
	box-shadow: 0 1px 0 #eee inset;
}
.login-page .inputs.reversed {
	padding-left: 115px;
}
.login-page .inputs.reversed label {
	width: auto;
}
.login-page .forgot-password a {
	text-transform: capitalize;
	color: #c8c;
}
.login-page .forgot-password a:hover {
	text-decoration: underline;
}
.login-page > .topic-html-content {
	margin-top: 20px;
}
.login-page input.checkout-as-guest-button {
	float: left;
    width: auto;
}

.external-authentication {
    overflow: hidden;
}
fieldset.facebook-login-block {
	border: 0;
	float: right !important;
}
fieldset.facebook-login-block legend {
	display: none !important;
}
fieldset.facebook-login-block a {
	margin: 0 !important;
}

.password-recovery-page .tooltip {
	margin-bottom: 10px;
	padding: 10px;
}
.password-recovery-page .fieldset {
	margin: 10px;
	background: #f6f6f6;
	padding: 10px;
}
.password-recovery-page label {
	width: 160px !important;
	text-align: right;
}
.password-recovery-page .buttons {
	padding: 10px;
	text-align: right;
}

.account-page .page-body {
	line-height: 20px;
}
.account-page textarea {
	vertical-align: middle;
}
.account-page .button-1 {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	border-radius: 5px;
	background: url('../img/button8.png') top repeat-x;
	padding: 5px 20px;
	text-align: center;
	font: normal 16px 'avantgarde';
	color: #444;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #eee;
}
.account-page .button-1:hover {
	border-color: #aaa #bbb #ccc;
	box-shadow: 0 1px 0 #eee inset;
}
.account-page .address-item,
.account-page .order-item {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 5px 20px;
}
.account-page .address-item .info,
.account-page .order-item .info {
	float: left;
}
.account-page .address-item .buttons,
.account-page .order-item .buttons {
	float: right;
}
.account-page .button-2 {
	min-width: 70px;
	border: 2px solid #111;
	border-radius: 3px;
	box-shadow: inset 0 0 5px #000;
	background: url('../img/button4.png') top repeat-x;
	padding: 5px 10px;
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #c8c;
	text-shadow: -1px -1px 0px #111;
}
.account-page .edit-address,
.checkout-data .edit-address {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}
.account-page .order-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.account-page .no-data,
.return-request-page .result {
	min-height: 60px;
}
.user-agreement-page .terms-of-agreement,
.user-agreement-page .buttons{
    text-align:left;
}
.user-agreement-page .terms-of-agreement{
    margin:0 0 20px;
}
.user-agreement-page .buttons input{
    background: rgba(0, 0, 0, 0) url("/Themes/Beauty/Content/img/button5.png") repeat-x scroll center top;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 #ffffff inset;
    color: #333333;
    font: 11px Tahoma,Geneva,sans-serif;
    padding: 5px 10px;
    text-shadow: 1px 1px 0 #ffffff;
}

.downloadable-products-page td:first-child,
.downloadable-products-page td:last-child {
	text-align: center;
}
.back-in-stock-subscription-list-page .description,
.forum-subscriptions-page .description {
	margin-bottom: 10px;
	color: #333;
}
.change-password-page .button-1,
.forum-subscriptions-page .button-1,
.subscription-list .button-2 {
	width: auto;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 5px;
}

.avatar-page .page-body-content {
	overflow: hidden;
}
.avatar-page .fieldset {
	overflow: hidden;
}
.avatar-page .image {
	float: right;
	border: 1px solid #ccc;
}
.avatar-page .info {
	float: left;
	line-height: 32px;
}
.avatar-page .buttons {
	float: right;
}
.avatar-page .button-1,
.avatar-page .button-2 {
	min-width: 70px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	border-radius: 5px;
	background: url('../img/button8.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 5px 20px;
	text-align: center;
	font: normal 16px 'avantgarde';
	color: #444;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #eee;
}

.return-request-page th,
.return-request-page td {
	text-align: left !important;
}
.return-request-page td:last-child {
	text-align: center !important;
}
.return-request-page td select {
	min-width: 50px;
}
.return-request-page .form-fields {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 15px;
}
.return-request-page textarea {
	width: 500px;
	vertical-align: middle;
}
.return-request-page .buttons {
	margin-bottom: 10px;
	text-align: right;
}
.return-request-page .button-1 {
	border: 2px solid #999;
	border-radius: 5px;
	background: url('../img/button2.png') top repeat-x;
	padding: 5px 20px;
	box-shadow: inset 0 0 5px #000;
	text-align: center;
	font: normal 20px 'avantgarde';
	text-transform: uppercase;
	color: #c8c;
	text-shadow: -1px -1px 0 #111;
}

.return-request-list-page a:hover {
	text-decoration: underline;
}

.registration-page .gender,
.account-page .gender{
    display: inline-block;
}

/*********** CHECKOUT ***********/




.order-progress {
	margin-bottom: 10px;
}
.order-progress ul {
	overflow: hidden;
	text-align: center;
}
.order-progress li {
	display: inline-block;
	width: 120px;
	text-align: center;
}
.order-progress li.active-step {
	background: url('../img/bullet2.png') center top no-repeat;
}
.order-progress li.inactive-step {
	background: url('../img/bullet3.png') center top no-repeat;
}
.order-progress a {
	display: inline-block;
	padding-top: 25px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.order-progress li.active-step a {
	color: #c8c;
	text-shadow: 0 0 1px #fff;
	cursor: pointer;
}
.order-progress li.inactive-step a {
	color: #999;
	cursor: default;
}
.order-progress li.active-step a:hover {
	text-decoration: underline;
}

.order-summary-content {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	background-color: #fff;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	line-height: 20px;
    overflow: hidden;
}
.order-summary-content .tax-shipping-info {
	text-align:right;
    margin: 0 0 15px;
}

.checkout-page .common-buttons {
	border-radius: 5px;
	background: #e6e6ee;
	padding: 10px;
	text-align: right;
}
.checkout-page .common-buttons input {
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 5px 10px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}

.checkout-attributes {
	overflow: hidden;
	margin-top: 10px;
}
.checkout-attributes dl {
	float: right;
}
.checkout-attributes select {
	border: 1px solid #999;
	padding: 3px;
}

.selected-checkout-attributes {
	text-align:right;
    margin: 10px 0;
}

.cart-footer {
	margin-top: 15px;
	overflow: hidden;
}
.cart-footer .totals {
	float: right;
	width: 280px;
}
.cart-footer .total-info,
.cart-footer .terms-of-service {
	padding: 10px;
}
.cart-total td {
	padding: 3px;
	vertical-align: middle;
}
.cart-total td:first-child {
	max-width: 110px;
}
.cart-total .product-price {
	color: #c8c;
}
.cart-total .order-total {
	font-size: 18px;
	color: #000;
}
.cart-total .order-total .cart-total-left{
    font-size:12px;
    color:#666;
}
.order-subtotal .cart-total-right,
.shipping-cost .cart-total-right,
.tax-value .cart-total-right{
    color:#cc88cc;
}
.earn-reward-points{
    color:#888;
    font-style:italic;
}
.cart-total .remove-discount-button,
.cart-total .remove-gift-card-button {
	width: 16px;
	height: 16px;
	border: none;
	background: url('../img/remove.png') no-repeat;
	padding: 0;
}
.cart-total .remove-discount-button:hover,
.cart-total .remove-gift-card-button:hover,
.cart-collaterals .remove-discount-button:hover,
.cart-collaterals .remove-gift-card-button:hover {
	opacity: 0.7;
}
.cart-footer .checkout-buttons {
	overflow: hidden;
	padding: 10px;
}
.cart-footer .checkout-button {
	min-width: 180px;
	border: 2px solid #999;
	border-radius: 5px;
	box-shadow: inset 0 0 5px #000;
	background: url('../img/button2.png') top repeat-x;
	padding: 5px 20px;
	text-align: center;
	font: normal 20px 'avantgarde';
	text-transform: uppercase;
	color: #c8c;
	text-shadow: -1px -1px 0px #111;
}
.cart-footer .addon-buttons {
	padding: 10px;
}
.cart-footer .addon-buttons .error {
	color: red;
}
.cart-total .will-earn-reward-points span{
    color:#888;
    font-style:italic;
}
.cart-collaterals {
	float: left;
}
.cart-collaterals .deals {
	float: left;
	width: 270px;
	margin-right: 10px;
}
.cart-collaterals .coupon-box,
.cart-collaterals .giftcard-box {
	padding: 10px;
	border: 1px dotted #ccc;
    margin-bottom: 10px;
}
.cart-collaterals .title {
	color: #333;
}
.cart-collaterals .hint {
	font-size: 11px;
}
.cart-collaterals input[type="text"] {
	width: 132px;
	padding: 4px;
}
.cart-collaterals input[type="submit"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 5px 10px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.cart-collaterals .current-code {
	margin-top: 5px;
	color: #000;
}
.cart-collaterals .message-error {
	margin-top: 5px;
}
.cart-collaterals .remove-discount-button,
.cart-collaterals .remove-gift-cart-button {
	width: 16px;
	height: 16px;
	background: url('../img/remove.png') no-repeat !important;
	margin-left: 5px;
	padding: 0 !important;
	border: none !important;
	cursor: pointer;
}
.cart-collaterals .shipping {
	float: left;
	width: 320px;
	padding: 10px;
	border: 1px dotted #ccc;
}
.cart-collaterals .shipping-options .inputs {
	padding: 3px 0;
}
.cart-collaterals .shipping-options .buttons{
    overflow:hidden;
}
.cart-collaterals .shipping-options label {
	font: italic bold 11px Tahoma, Geneva, sans-serif;
	white-space: nowrap;
}
.cart-collaterals .shipping-options select {
	width: 195px;
	padding: 4px;
}
.cart-collaterals .shipping-options .zip-input {
	width: 185px !important;
}
.cart-collaterals .estimate-shipping-button {
	float: right;
	margin-top: 5px;
}
.cart-collaterals .shipping-results {
	margin-top: 10px;
	border: 1px dotted #ccc;
	padding: 10px;
	font-size: 11px;
}
.cart-collaterals .shipping-results strong {
	display: block;
	color: #333;
}

.shopping-cart-page .cross-sells {
    clear: both;
    padding-top: 20px;
}
.shopping-cart-page .cross-sells .item-grid{
	padding: 0;
}
.shopping-cart-page .cross-sells .item-box {
	width: 200px;
}

.checkout-data {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	line-height: 20px;
}
.checkout-data .buttons {
	margin: 10px 0;
	text-align: right;
}
.checkout-data input[type="submit"],
.checkout-data input[type="button"] {
	min-width: 100px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 20px;
	text-align: center;
	font: normal 20px 'avantgarde';
	text-transform: uppercase;
	color: #c8c;
	text-shadow: -1px -1px 0px #111;
}

.address-grid,
.edit-address {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 0 10px 20px;
}
.address-grid .address-item {
	float: left;
	width: 282px;
	padding: 10px;
}
.address-grid .address-box {
	min-height: 170px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #eee;
	padding: 10px;
}
.address-grid .address-box strong {
	display: block;
	margin-bottom: 5px;
	color: #333;
}
.select-billing-address-button,
.select-shipping-address-button {
	width: 100%;
}
.order-summary-body > .title {
	margin-bottom: 10px;
	padding: 10px;
	font: normal 18px 'avantgarde';
	color: #444;
}
ul.method-list {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
}
ul.method-list li {
	border-bottom: none;
	padding: 12px 8px;
}
ul.method-list li div {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
ul.method-list li .method-name label {
	vertical-align: middle;
	font-weight: bold;
	color: #333;
}
.payment-info .info {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px 15px;
	color: #444;
}
.confirm-order .terms-of-service {
	margin-bottom: 10px;
	text-align: center;
}
.confirm-order .buttons {
	margin: 3px;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	text-align: center;
}
    .section.confirm-order .min-order-warning, 
    .section.confirm-order .message-error {
        display: block;
        text-align: left;
    }
.order-review-data {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 20px;
}
.order-review-data ul {
	float: left;
	margin-right: 30px;
}
.order-review-data .title {
	margin: 10px 0 5px;
	color: #333;
}
.order-completed ul {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	color: #444;
}
.order-completed a:hover {
	text-decoration: underline;
}

.opc {
	overflow: hidden;
	padding: 10px;
	line-height: 20px;
}
.opc .section {
	margin-bottom: 10px;
}
.opc .step-title {
	margin-bottom: 10px;
	overflow: hidden;
	font: normal 16px Arial, Helvetica, sans-serif;
}
.opc .step-title span {
	float: left;
	margin-right: 10px;
}
.opc .step-title h2 {
	font-size: 16px;
	font-weight: normal;
	cursor: default;
}
.opc .checkout-data {
	background: #e6e6ee;
}
.opc .back-link a {
	display: block;
	margin-bottom: 5px;
	color: #c8c;
}
.opc .back-link a:hover {
	text-decoration: underline;
}
.opc input[type="button"] {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	border-radius: 5px;
	background: url('../img/button8.png') top repeat-x;
	box-shadow: inset 0 1px 0 #eee;
	padding: 5px 20px;
	text-align: center;
	font: normal 16px 'avantgarde';
	text-transform: uppercase;
	color: #444;
	text-shadow: 1px 1px 0 #eee;
}
.opc input[type="button"]:hover {
	border-color: #aaa #bbb #ccc;
}

.opc .edit-address,
.opc .method-list,
.opc .payment-info .info {
	margin-bottom: 0;
	border-bottom: none;
}
.opc .order-details-table td {
	vertical-align: top;
	padding: 0 10px;
}
.opc .order-details-table strong {
	color: #333;
}
.opc input.confirm-order-next-step-button {
	float: right;
	min-width: 150px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url('../img/button2.png') top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 20px;
	text-align: center;
	font: normal 20px 'avantgarde';
	color: #c8c;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #111;	
}
.opc input.confirm-order-next-step-button:hover {
	border-color: #999;
	box-shadow: none;
}



/*********** ORDER DETAILS PAGE ***********/




.order-details-page .page-body {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	line-height: 20px;
}
.order-details-page .page-title {
    position: relative;
}
.order-details-page .button-2 {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url('../img/button5.png') top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 5px 20px;
	font-size: 11px;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.order-details-page .print-order-button, 
.order-details-page .pdf-invoice-button {
    position: absolute;
    top: 50%;
    margin-top: -18px;
}
.order-details-page .print-order-button {
    right: 110px;
}
.order-details-page .pdf-invoice-button {
    right: 0px;
}
.order-details-page .order-overview {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	line-height: 18px;
}
.order-details-page .order-number {
	margin-bottom: 5px;
	text-transform: uppercase;
}
.order-details-page strong {
	color: #333;
}
.order-details-area {
	margin-bottom: 20px;
}
.order-details-area td {
	float: left;
	vertical-align:top;
	padding: 10px;
}
.order-details-area ul {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f6f6f6;
	padding: 10px;
	line-height: 18px;
}
.order-details-page .title {
	display: none;
}
.order-details-page .actions {
	margin: 10px 0;
	text-align: right;
}
    .order-details-page .actions input[type=button] {
        vertical-align: middle;
    }
.order-details-page .button-1 {
	display: inline-block;
	border: 2px solid #999;
	border-radius: 5px;
	background: url('../img/button6.png') top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 20px;
	text-align: center;
	font: normal 16px 'avantgarde';
	text-transform: uppercase;
	color: #c8c;
	text-shadow: -1px -1px 0px #111;
}
.order-details-page .checkout-attributes,
.order-details-page .tax-shipping-info{
    text-align:right;
}
.order-details-page .total-info {
	margin-bottom: 20px;
}
.order-details-page .cart-total-left {
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #333;
}
.order-details-page .cart-total-right {
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
}
.order-details-page .cart-total-right strong {
	color: #000;
}

.shipment-overview {
    overflow: hidden;
    margin: 0 0 15px;
    font-size: 0;
}
.shipment-overview ul {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    margin: 0 .5%;
    border: 1px solid #DDD;
    border-radius: 5px;
    background: #F6F6F6;
    line-height: 18px;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
    text-align: left;
    font-size: 12px;
}



/*********** SEARCH PAGE ***********/




.search-input {
	padding: 10px;
	line-height: 20px;
}
.basic-search, .advanced-search {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 10px #ddd;
	padding: 10px;
}
.basic-search input[type="text"] {
	width: 400px;
}

.search-input .inputs label {
	width: 110px;
	text-align: right;
}
.search-input .inputs.reversed {
	padding: 0;
	text-align: center;
}
.search-input .inputs.reversed label {
	width: auto;
}
.advanced-search {
	margin: 10px 0;
}
.advanced-search .inputs {
	margin-bottom: 15px;
	padding-left: 70px;
}
.advanced-search .inputs label {
	font-style: italic;
}
.advanced-search .inputs select {
	width: 260px;
}
.advanced-search .price-range {
	font-size: 11px;
}
.advanced-search input[type="text"] {
	width: 80px;
	margin-left: 3px;
	padding: 5px;
}
.search-input .buttons {
	text-align: center;
}
.search-page input[type="submit"] {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	border-radius: 5px;
	background: url('../img/button8.png') top repeat-x;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 5px 20px;
	text-align: center;
	font: normal 16px 'avantgarde';
	text-transform: uppercase;
	color: #444;
	text-shadow: 1px 1px 0 #eee;
}
.search-page input[type="submit"]:hover {
	border-color: #aaa #bbb #ccc;
}
.search-results {
	margin-top: 20px;
}



/*********** FORUMS ***********/




.forums-main-page,
.forum-edit-page,
.move-topic-page {
	border: 1px solid #ddd;
    border-radius: 5px;
	background: #fff url("../img/boxpad2.png") top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
    padding: 10px;
}
.forum-page,
.forum-topic-page,
.subcontent-wrapper,
.forum-edit-page .page-body,
.move-topic-page .page-body {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: 0 1px 0 #fff inset;
	padding: 10px;
}
.forums-table-section-body,
.forum-topic-page .topic-posts,
.move-topic-page .inputs,
.forum-search-page .search-results {
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 10px #e6e6e6;
	padding: 10px;
	line-height: 20px;
}
.forums-table-section.topic-group.active-discussions{
    position:relative;
}
.forums-table-section.topic-group.active-discussions .view-all{
    position:absolute;
    top:0;
    right:35px;
}
.forums-header .current-time {
	margin-bottom: 10px;
}
.forum-search-box {
	overflow: hidden;
	margin: 10px 0;
}
.forum-search-box div {
	float: left;
	margin-right: 10px;
}
input.forum-search-box-text,
input.forum-search-text,
.forum-search-box .search-box-text {
	float: left;
	width: 370px;
	height: 28px;
	border: 1px solid #bbb;
	border-radius: 5px 0 0 5px;
	background: #fff url('../img/input3.png') repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 0 10px;
	font: italic 12px/28px Tahoma, Geneva, sans-serif;
	color: #999;
}
input.forum-search-box-button,
input.forum-search-button,
.search-box-button {
	height: 30px;
	border: none;
	border-radius: 0 5px 5px 0;
	background: url('../img/button6.png') top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 0 20px;
	text-align: center;
	font: normal 16px 'avantgarde';
	text-transform: uppercase;
	color: #c8c;
	text-shadow: -1px -1px 0px #111;
}
input.forum-search-box-button:hover,
input.forum-search-button:hover,
.search-box-button:hover {
	box-shadow: inset 0 0 5px #000;
}
.forum-search-box a {
	line-height: 30px;
}
.forum-search-box a:hover {
	text-decoration: underline;
}


.forum-search-page .basic-search div {
	display:inline-block;
	margin: 8px;
	line-height: 28px;
    vertical-align:middle;
}
.forum-search-page .inputs label {
	width: 150px;
}
.forum-search-page .search-results {
	margin: 0 10px 10px;
}
.forum-search-page .basic-search .inputs label{
    display:none;
}
.forum-search-page .basic-search .inputs.reversed label{
    display:inline-block;
}


.forums-table-section-title {
	margin-bottom: 10px;
	overflow: hidden;
	/*border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;*/
	font: normal 18px/24px 'avantgarde';
	color: #333;
}
.forums-table-section-title a {
	color: #333;
}
.forums-table-section-title a:hover {
	color: #c8c;
}
.forums-table-section-title strong {
	font-weight: normal;
}
.forums-table-section table {
	margin-bottom: 15px;
}
.forums-table-section table a:hover {
	text-decoration: underline;
}
.forums-table-section thead {
	border: 1px solid #e6e6e6;
}
.forums-table-section th {
	background: url('../img/navpad.png') top repeat-x;
	padding: 7px 10px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
.forums-table-section td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
}
.forums-table-section th:first-child,
.forums-table-section td:first-child {
	border-radius: 4px 0 0 4px;
	text-align: left;
}
.forums-table-section th:last-child,
.forums-table-section td:last-child {
	border-radius: 0 4px 4px 0;
}
.forums-table-section td.image {
	width: 5%;
}
.forums-table-section td.topics,
.forums-table-section td.posts,
.forums-table-section td.replies,
.forums-table-section td.views {
	width: 10%;
	text-align: center;
}
.forums-table-section td.latest-post {
	width: 25%;
	text-align: center;
}
.forums-table-section td.image div {
	width: 40px;
	height: 40px;
	margin: auto;
	background: url('../img/icon5.png') center no-repeat;
}
.forums-table-section td.image div.sticky {
	background: url('../img/icon6.png') center no-repeat;
}
.forums-table-section td.image div.annoucement {
	background: url('../img/icon7.png') center no-repeat;
}
.forum-title, .topic-title {
	font-weight: bold;
	color: #c8c;
}
.forums-table-section-title .link-rss {
	margin: 0 0 0 10px;
}
.active-discussions .view-all {
	float: right;
	font: normal 12px/24px Tahoma, Geneva, sans-serif;
}
.active-discussions .view-all a {
	color: #666;
}
.active-discussions .view-all a:hover {
	color: #c8c;
}

.forum-page {
}
.forum-page .forum-info {
	margin-bottom: 20px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
	margin-bottom: 20px;
	background: url('../img/border1.png') bottom repeat-x,
				url('../img/bullet1.png') 5px center no-repeat;
	padding: 0 0 0 45px;
	font: normal 36px 'avantgarde_light';
    color: #c8c;
}
.forum-page .link-rss {
	display: none;
}
.forum-page .actions > div {
	margin-bottom: 20px;
}
.forum-page .actions div:first-child a {
	margin-right: 15px;
	padding-left: 20px;
	color: #555;
}
.forum-page a.newtopic {
	background: url('../img/forum_icon4.png') left center no-repeat;
}
.forum-page a.watch-forum {
	background: url('../img/forum_icon5.png') left center no-repeat;
}
.forum-page .actions a:hover {
	text-decoration: underline;
}
.pager.upper {
	display: none;
}

.forum-topic-page .actions {
	float: right;
}
.forum-topic-page .actions,
.topic-options {
	margin-bottom: 15px;
	padding-left: 5px;
}
.forum-topic-page .actions a,
.topic-options a,
.topic-posts .manage-post a{
	margin-right: 15px;
	padding-left: 20px;
	line-height: 16px;
	color: #666;
}
.forum-topic-page .actions a:hover,
.topic-options a:hover,
.topic-posts .manage-post a:hover {
	text-decoration: underline;
}
.edit-topic-button {
	background: url('../img/forum_icon1.png') left center no-repeat;
}
.delete-topic-button {
	background: url('../img/forum_icon2.png') left center no-repeat;
}
.move-topic-button {
	background: url('../img/forum_icon3.png') left center no-repeat;
}
.reply-topic-button,
.reply-topic-link-button {
	background: url('../img/forum_icon4.png') left center no-repeat;
}
.watch-topic-button {
	background: url('../img/forum_icon5.png') left center no-repeat;
}

.topic-post {
	margin: 0 0 10px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 10px 10px 20px;
}
.topic-post:last-child {
	margin: 0;
	border-bottom: none;
	padding: 10px;
}
.post-info {
	width: 170px;
	float: left;
}
.post-info .manage-post {
	float: none;
	padding: 3px 0;
	line-height: 20px;
}
.post-info .manage-post a {
	margin-right: 0;
}
.post-info .manage-post a:first-child {
	margin-right: 12px;
}
.edit-post-button {
	background: url('../img/forum_icon1.png') left center no-repeat;
}
.delete-post-button {
	background: url('../img/forum_icon2.png') left center no-repeat;
}
.post-info .manage-post a:hover {
	text-decoration: underline;
}
.post-info .username {
	margin-bottom: 5px;
	color: #333;
    font-weight: bold;
}
.post-info .avatar {
	margin: 5px 0;
	border: solid 1px #ccc;
	overflow: hidden;
	text-align: center;
}
.post-info .user-stats {
	font-size: 11px;
	color: #444;
}
.post-content {
	margin-left: 180px;
	line-height: 20px;
}
.post-content .post-head {
	padding: 3px;
	font-weight: bold;
	color: #444;
}
.post-head > div {
    display: inline-block;
    vertical-align: top;
}
.post-content .post-head span {
	font-weight: normal;
}
.post-content .post-head .quote-post a {
	margin-left: 5px;
	color: #c8c;
	text-decoration: underline;
    font:12px Tahoma;
    font-weight:bold;
}
.post-content .post-body {
	margin: 0;
	border: none;
	padding: 3px;
}
.post-content .post-body a {
	text-decoration:underline;
}
.post-content .posttext {
	font-size: 11px;
}
.post-content .quote,
.profile-page .quote {
	border: 1px dashed #bbb;
	padding: 10px;
}
.post-content .signature {
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 10px;
	font-style: italic;
}
.topic-footer {
	overflow: hidden;
}
.topic-footer .topic-options {
	float: left;
	padding-left: 5px;
}
.topic-footer .pager {
	float: right;
	margin-top: -5px;
}

.forum-edit-page .inputs,
.private-message-send-page .inputs {
	padding: 0 5px 10px;
}
.forum-edit-page .form-fields,
.private-message-send-page .form-fields {
	padding: 10px 0 0 5px;
}
.forum-edit-page .inputs:nth-child(3),
.private-message-send-page .inputs:nth-child(3) {
	margin-bottom: 15px;
	padding: 10px 5px 15px;
}
.forum-edit-page label,
.private-message-send-page label {
	width: 90px;
	font-size: 11px;
	font-weight: bold;
}
.forum-edit-page strong,
.private-message-send-page a {
	font: normal 18px 'avantgarde';
	color: #c8c;
}
.forum-edit-page .toolbar,
.forum-edit-page textarea,
.private-message-send-page .toolbar,
.private-message-send-page textarea {
	margin-left: 104px;
}
.forum-edit-page textarea,
.move-topic-page textarea,
.private-message-send-page textarea {
	width: 500px;
}
.forum-edit-page select {
	width: 313px;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 10px 0;
	padding: 2px;
	text-align: right;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input {
	min-width: 70px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url('../img/button6.png') top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 15px;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #c8c;
	text-shadow: -1px -1px 0px #111;
}
.move-topic-page label {
	display: block;
	width: auto;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.move-topic-page select {
	display: block;
	width: 260px;
	margin: auto;
}
.move-topic-page .buttons {
	text-align: center;
}



/************* PROFILE & INBOX *************/

.profile-page .ui-tabs-nav,
.private-messages-page .ui-tabs-nav {
	margin-bottom: 20px;
	border-radius: 5px;
}
.profile-page .ui-tabs-nav li:first-child a,
.private-messages-page .ui-tabs-nav li:first-child a {
	border-radius: 5px 0 0 5px;
}
.profile-page .ui-tabs-nav li:last-child a,
.private-messages-page .ui-tabs-nav li:last-child a {
	border-radius: 0 5px 5px 0;
}
.profile-page .ui-tabs-panel,
.private-messages-page .ui-tabs-panel,
.private-message-send-page .page-body,
.private-message-view-page .page-body {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	overflow: hidden;
	padding: 10px;
	line-height: 20px;
}
.profile-info-box .user-details {
	position: relative;
	float: left;
	margin-right: 15px;
}
.profile-info-box .avatar {
	width: 100px;
	height: 100px;
	box-shadow: 0 0 10px #ddd;
	overflow: hidden;
	background: #fff;
	text-align: center;
    float:left;
    margin:0 20px 20px 0;
}
.profile-info-box .pm-link-button {
	position: absolute;
	top: 80px;
	left: 115px;
	font-weight: bold;
}
.profile-info-box .pm-link-button:hover {
	text-decoration: underline;
}
.profile-info-box .title {
	margin-bottom: 10px;
	font: bold 14px Tahoma, Geneva, sans-serif;
	color: #444;
}
.ui-tabs .topic {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding: 0 5px 15px;
}
.ui-tabs .topic:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.ui-tabs .topic-title {
	margin-bottom: 10px;
	padding: 5px 0;
	font: normal 18px 'avantgarde';
	color: #444;
}
.ui-tabs .topic-title a:hover {
	text-decoration: underline;
}
.profile-page .pager ul {
	line-height: normal;
}

.private-messages-page table {
	margin-bottom: 5px;
}
.private-messages-page th {
	text-align: left;
}
.private-messages-page th:first-child {
	text-align: center;
}
.private-messages-page td:last-child {
	width: 20%;
}
.private-messages-page .pager {
	margin: 0;
}

.private-message-view-page label {
	font-weight: bold;
	color: #333;
}
.private-message-view-page .message {
	margin: 15px 0;
	border: 1px dotted #ccc;
	padding: 15px;
}
.private-message-view-page .options {
	overflow: hidden;
}
.back-pm-button {
	float: right;
	text-transform: capitalize !important;
}

.private-message-send-page .message label {
	float: left;
}



/*********** SITEMAP ***********/




.sitemap-page .page-body {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url('../img/boxpad2.png') top repeat-x;
	background: url('../img/boxpad2.png') top repeat-x,
				url('../img/boxpad3.png') bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	overflow: hidden;
	padding: 10px;
	line-height: 20px;
}
.sitemap-page .entity {
	float: left;
	width: 200px;
    margin-bottom: 10px;
	padding: 5px 15px;
}
.sitemap-page h2 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
    font: normal 16px Arial, Helvetica, sans-serif;
	color: #444;
}
.sitemap-page a {
	padding-left: 10px;
	background: url('../img/arrow2.png') left center no-repeat;
}
.sitemap-page a:hover {
	background: url('../img/arrow3.png') 1px center no-repeat;
	color: #333;
}

/* RE-CAPTCHA */

    .recaptchatable #recaptcha_response_field {
        height: auto !important;
    }
    .captcha-box input {
	    height: auto;
    }
    #recaptcha_area, #recaptcha_table{
        margin:10px 0 10px 116px;
    }

/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float:left !important;
    }
    .recaptchatable #recaptcha_image img {
        max-width:100%;
    }
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

@media all and (min-width: 981px) {

    .top-menu {
        display: block !important;
    }

}
@media (max-width: 768px) {
    .post-info,
    .post-content{
        float:none;
        width:100%;
        margin:0 0 10px;
    }
    .post-info > *,
    .post-content > *{
        text-align:center;
    }
    .forum-search-box .search-box-text{
        width:50%;
    }
}