/*********** CSS RESET **********/

* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
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;
	margin: 0;
	padding: 0;
}
html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}


/*********** GLOBAL STYLES **********/
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
	margin-bottom: 0;
}
.master-wrapper-page {

}
h1,h2,h3,h4,h5,h6 {
	color: #333;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
a:hover img {
	opacity: 0.9;
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="submit"], 
input[type="reset"], 
input[type="button"], 
input[type="text"], 
input[type="password"], 
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover,
button:hover, .button-1:hover, .button-2:hover {
}
input[type="text"], input[type="password"] {
	border: 1px solid #999;
	background: #fff;
	padding: 6px;
	font-size: 13px;
	color: #333;
}
textarea {
	border: 1px solid #999;
	background: #fff;
	padding: 6px;
	font-size: 13px;
	color: #333;
}
select {
	border: 1px solid #999;
	background: #fff;
	padding: 2px;
	font-size: 13px;
	color: #333;
}
input[type="text"]:focus, input[type="password"]:focus,
textarea:focus, select:focus {
	border: 1px solid #666;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
.required, .message-error,
.field-validation-error,
.not-available-status,
.password-error {
	font-size: 11px;
	color: #c00;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul {
	margin: 12px 0;
	padding-left: 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol {
	margin: 12px 0;
	padding-left: 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p {
	margin: 10px 0;
}



/*********** GLOBAL FORMS & GLOBAL TABLES ***********/




.fieldset, .section {
	position: relative;
	margin-bottom: 25px;
}
.fieldset .title,
.section .title {
	margin-bottom: 10px;
	font-size: 13px;
	color: #333;
}
.form-fields {
	position: relative;
	padding: 15px;
	color: #333;
}
.inputs {
	margin: 8px 0;
	overflow: hidden;
}
.inputs label {
	display: inline-block;
	width: 165px;
	margin-right: 10px;
	text-align: right;
}
.inputs input[type="text"],
.inputs input[type="password"] {
	width: 300px;
}
.inputs select {
	padding: 5px;
}
.inputs textarea {
	width: 300px;
	height: 150px;
}
.inputs .field-validation-valid {
	font-size: 11px;
	color: #690;
}

.captcha-box {
	margin-bottom: 15px;
	text-align: center;
	line-height: 0; /*MOZ line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin-bottom: 20px;
	border: 1px solid #edecec;
}
.cart th, .data-table th,
.forums-table-section th {
	background: #433b67;
	padding: 8px 10px;
	white-space: nowrap;
	color: #eee;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	border: 1px solid #edecec;
	border-bottom: none;
	background: #fff;
	padding: 10px;
}
.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
	border-left: none;
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
	border-right: none;
}
.cart a, .data-table a,
.forums-table-section a {
	font-weight: bold;
	font-style: italic;
	color: #333;
}
.cart a:hover, .data-table a:hover,
.forums-table-section a:hover {
	color: #000;
	text-decoration: underline;
}
.cart .remove-from-cart,
.cart .add-to-cart {
	text-align: center;
}
.cart .qty input {
	width: 50px;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .subtotal {
	color: #c00;
    white-space: nowrap;
}



/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/




.bar-notification {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 28px;
	box-shadow: 0 1px 2px #666;
	line-height: 28px;
	color: #fff;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.bar-notification.success {
	border-bottom: 1px solid #bd2;
	background: #9b0;
}
.bar-notification.error {
	border-bottom: 1px solid #f55;
	background: #f00;
}
.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: 5px;
	border: 1px solid #666;
	background: #fff url('../img/close.png') center no-repeat;
	box-shadow: inset 0 0 1px #999;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.bar-notification .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.ui-dialog {
	z-index: 1001;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px #ccc;
	background: #fff;
}
.ui-dialog-titlebar {
	border: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	background: #ddd;
	padding: 10px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px #fff;
}
.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;
	overflow: hidden;
	background: #fff url('../img/close.png') center no-repeat;
	box-shadow: inset 0 0 1px #999;
	text-indent: 999px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 18px;
}
.ui-dialog-content .topic-html-content {
    margin: 10px 0 0;
}
.ui-dialog-content .topic-html-content-body {
    max-height: 200px;
    overflow-y: scroll;
}
.ui-dialog-content .topic-html-content p {
    margin: 0;
}
.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	border: 1px solid #bbb;
	margin-left: 5px;
	background: #eee;
	padding: 5px;
	color: #333;
	text-shadow: 1px 1px #eee;
}
.ui-dialog-buttonset button:hover {
	background: #ddd;
}



/*********** HEADER & NAVIGATION ***********/




.admin-header-links {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.admin-header-links a {
	display: inline-block;
	border: 1px solid #222;
	background: #666;
	padding: 0 12px;
	font-size: 12px;
	line-height: 26px;
	color: #eee;
	text-decoration: none;
}
.admin-header-links a:hover {
	background: #777;
}

.header-line {
	/*min-height: 28px;
	margin-bottom: 20px;*/
	background: #222;
}
.header-links-wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.header-links-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.header-links-wrapper span,
.header-links-wrapper a {
	display: inline-block;
	font-size: 11px;
	line-height: 28px;
	color: #999;
}
.header-links-wrapper a:hover,
.header-links-wrapper a:hover span {
	color: #fff;
}
.header-contacts {
	float: left;
}
.header-contacts span {
	margin-right: 12px;
}
.header-contacts .phone {
	background: url('../img/icon1.png') left center no-repeat;
	padding-left: 18px;
}
.header-contacts .mail {
	background: url('../img/icon2.png') left center no-repeat;
	padding-left: 20px;
}
.header-links,
.header-links ul {
	float: right;
}
.header-links li {
	float: left;
	margin-left: 12px;
}
.header-links li:first-child {
	margin-left: 0;
}
.header-links li a.account {
	color: #fff;
}

.header-line {	
}
.header-line .header-contacts {
    display: none !important;
}
.header-line .header-links {
    display: none !important;
}

.flyout-cart {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 99999;
	width: 300px;
	background: #fff;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	box-shadow: 0 1px 2px #999;
	background: #fff url('../img/shadow.png') top repeat-x;
	padding: 10px;
	font-size: 11px;
}
.mini-shopping-cart * {
	line-height: normal !important;
}
.mini-shopping-cart a {
	font-weight: bold;
	color: #333 !important;
}
.mini-shopping-cart a:hover {
	color: #000;
	text-decoration: underline;
}
.mini-shopping-cart .count {
	padding: 5px 0;
	color: #333;
}
.mini-shopping-cart .items{
	margin-bottom: 10px;
	background: #fff;
}
.mini-shopping-cart .item {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 8px;
}
.mini-shopping-cart .item.first {
	border-top: 1px dotted #ccc;
}
.mini-shopping-cart .item .picture {
	float: left;
	width: 50px;
	text-align:center;
}
.mini-shopping-cart .item .picture a {
	display: block;
}
.mini-shopping-cart .item .product {
	margin-left: 56px;
}
.mini-shopping-cart .item .name {
	margin-bottom: 8px;
}
.mini-shopping-cart .item .attributes {
	margin: 0;
}
.mini-shopping-cart .item .price span,
.mini-shopping-cart .item .quantity span {
	color: #000;
}
.mini-shopping-cart .totals {
	margin-bottom: 10px;
	text-align: right;
	font-size: 12px;
	color: #333;
}
.mini-shopping-cart .totals strong {
	color: #c00;
}
.mini-shopping-cart .buttons {
	text-align:right;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
	border: 1px solid #999;
	background: rgba(0,0,0,0.2);
	padding: 5px 10px;
	text-align: center;
	color: #333;
}
.mini-shopping-cart input[type="button"]:hover {
	border-color: #aaa;
	background: rgba(0,0,0,0.15);
	box-shadow: inset 0 0 1px 0 #fff;
	color: #000;
}

.master-wrapper-content {
	width: 980px;
	margin: 0 auto 30px;
}

.header {
	height: 50px;
	margin-bottom: 20px;
}
.header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.header-logo {
	float: left;
    line-height: 0;
}
.header-logo a {
	display: block;
	line-height: 0; /*MOZ line-height bug fix*/
}
.header-selectors-wrapper {
	float: right;
	margin-bottom: 15px;
}
.header-selectors-wrapper > div {
	float: right;
	margin-left: 15px;
}
.header-selectors-wrapper select {
	width: 100px;
	border-color: #666;
}

.language-list {
	vertical-align: middle;
    line-height: 0;
    max-width: 455px;
}
.language-list li {
    display: inline-block;
    margin: 0 2px;
}
.language-list a {
    position: relative;
	display: block;
    width: 24px;
    height: 24px;
    line-height: 0;
}
.language-list img {
    position: absolute;
	width: 18px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -6px;
}

.search-box {
	float: right;
    clear: right;
}
.search-box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.search-box input.search-box-text {
	float: left;
	width: 326px !important;
	height: 28px;
	border-color: #666;
	padding: 0 6px;
	line-height: 28px;
}
.search-box .search-box-button {
	float: left;
	width: 30px;
	height: 30px;
	border: none;
	overflow: hidden;
	background: #444 url('../img/icon4.png') center no-repeat;
	text-indent: 999px;
}
.search-box .search-box-button:hover {
	background-color: #555;
}

.search-box-nav {
    float: left;
    position: fixed;
    top: 0;
    right: 0;
    padding: 8px 30px 0 0;
    z-index: 2500;
}

.search-box-nav .search-box-text {
    height: 35px;
	padding: 0 8px;
    width: 150px !important;
    border: 0 !important;
	float: left;
}

.search-box-nav .search-box-button {
    height: 35px !important;
    width: 34px;
    margin: 0 0 0 -4px;
    padding:  0px 1px 0;
    border: 0;
	float: left;
    color: #ffffff;
    text-indent: 999px;
    overflow: hidden;
    background: #ffffff url('../img/search-icon.png') no-repeat;
    background-position: 0px 2px;
}

/*Default Autocomplete start*/
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	z-index: 1002 !important;
    width: 338px !important;
	margin-top: -1px;
    background: #fff;
    border: 1px solid #666;
    border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
	font-size: 11px;
	color: #666;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a:hover,
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content .ui-state-focus {
	background: #eee;
	color: #000;
	cursor: pointer;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	vertical-align: middle;
	margin-right: 5px;
}
/*Default Autocomplete end*/

.header-menu {
	position: relative;
	z-index: 1001;
	background: #fff;
	color: #fff;
	margin-bottom: 20px;
}
.header-menu a {
	color: #fff;
}
.header-menu > ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.header-menu > ul > li {
	float: left;
}
.header-menu > ul > li > a, .drop-title {
	float: left;
	padding: 0 20px;
	font: normal 15px/45px Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #574f82;
	text-transform: lowercase;
}

/*********** DIGITAL RIVER CART ***********/

#dr_cartSummary {
    height: 50px !important;
    z-index: 1600;      
}
#dr_cartSummary .dr_cartSummaryItemCount {
    font-size: 18px;
    line-height: 35px;
    width: 38px;
    height: 50px;
    margin: 0;
    padding: 0 3px;
    text-align: center;
    background: url('../img/cart-icon.png') no-repeat;
    background-position: 0px 15px;
}
#dr_cartSummary .dr_siteButtons,
#dr_cartSummary .dr_cartSummaryItemCountLabel,
#dr_cartSummary .dr_cartSummarySubtotalLabel,
#dr_cartSummary .dr_cartSummarySubtotal {
    display: none;
}
/*
#dr_scs_main_wrapper {
    position: fixed !important;
    top: 10px;
    right: 10px;
    z-index: 1700 !important;
    background-color: transparent !important;
    border-width: 0px !important;
    min-width: 60px !important;
    width: 60px !important;    
}
#dr_scs_cart_wrapper {
    display:none !important;
}
#dr_scs_cart_loading {
    display:none;
}
#dr_scs_cart_empty-wrapper {
    display:block !important;
}
#dr_scs_cart_empty {
    background-color: transparent !important;
    border-width: 0px !important;
    z-index: 1700 !important;
}
#dr_scs_progress_wrapper {
    display:none !important;
}
#dr_cart_wrapper {
    position: fixed !important;
    top: 10px;
    left: 60%;
    z-index: 1700 !important;
}
*/

/*********** SLIDER + HOMEPAGE TWEAKS ***********/




.master-home-page {
}
.master-home-page .master-wrapper-content {
	width: auto; /*override*/
}
.master-home-page .header {
	width: 980px;
	margin: 0 auto 20px;
}
.main-slider-header {
	position: relative;
	z-index: 1;
	margin-top: 0px; /*override*/
}
.main-slider-header .header {
	height: 50px;
	margin-bottom: 0; /*RESET*/
}
.main-slider-header .header-logo {
	position: absolute;
	margin-top: 75px;
}
.main-slider-header .search-box {
	float: none; /*RESET*/
    clear: none; /*RESET*/
}
.main-slider-header .header-selectors-wrapper {
	margin: 4px 0 0;
}
.main-slider {
	position: relative;
	z-index: 0;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
}
.main-slider .slider-wrapper {
	margin-bottom: 0; /*RESET*/
}
.nivo-controlNav,
.nivo-thumbs-enabled {
	display: none !important;
}
.main-slider-menu > ul > li > a:hover {
	background: rgba(255,255,255,0.25);
}
.master-home-page .header-menu {
	clear: both;
	width: 980px;
	margin: 0 auto 20px;
}
.master-home-page .master-wrapper-main {
	width: 980px;
	margin: 0 auto;
}



/*********** FOOTER ***********/




.footerwrap {
	background: #edecec;
	width: 100%;
	margin-bottom: 0;
}
.footer {
	width: 980px;
	height: 100%;
	margin: 0 auto 0px;
	text-transform: lowercase;
}
.footer-upper {

	overflow: hidden;
	width: 70%;
	background: #edecec;
}
.footer-block {
	float: left;

	margin-left: 10px;
	padding: 10px 20px 12px;
}
.footer-block:first-child {
	margin-left: 0;
}
.footer-block h3 {
	margin-bottom: 5px;
	padding: 3px 0 0px;
	font-size: 18px;
	color: #595b60;
	font-weight: normal;
}
.footer-block li {
	padding: 3px 0 3px 0px;
}
.footer-block li a {
	color: #8a8a8a;
}
.footer-block li a:hover {
	text-decoration: underline;
}
.footer-lower {
	overflow: hidden;
	padding: 10px 5px;
	background: #edecec;
	float: right;
	width: 28%;
}
.footer-lower h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.accepted-payment-methods {
	float: left;
}
.accepted-payment-methods ul {
	overflow: hidden;
}
.accepted-payment-methods li {
	float: left;
	width: 49px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 15px;
	background: url('../img/payment_sprite.png') no-repeat;
}
.accepted-payment-methods li:first-child {
	margin-left: 0;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -49px 0;
}
.accepted-payment-methods .method3 {
	background-position: -98px 0;
}
.accepted-payment-methods .method4 {
	background-position: -147px 0;
}
.accepted-payment-methods .method5 {
	background-position: -196px 0;
}
.accepted-payment-methods .method6 {
	background-position: -245px 0;
}
.social-sharing {
	float: right;
	width: 100%;
	text-align: center;
}
.social-sharing ul {
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 0 45px;
}
.social-sharing li {
	float: left;
	margin-left: 10px;
}
.social-sharing li:first-child {
	margin-left: 0;
}
.social-sharing a {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-bottom: 0px;
	background: url('../img/social-sprite.png') center no-repeat;
}
.social-sharing a:first-child {
	margin-left: 0;
}
.social-sharing .facebook {
	background-position: 0 0;	
}
.social-sharing .twitter {
	background-position: -27px 0;
}
.social-sharing .google {
	background-position: -54px 0;
}
.social-sharing .pinterest {
	background-position: -81px 0;
}
.social-sharing .youtube {
	background-position: -108px 0;
}
.social-sharing .rss {
	display: none;
}
.social-sharing a:hover {
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url('../img/social-sprite.png') center no-repeat;
}
.social-sharing a:first-child {
	margin-left: 0;
}
.social-sharing .facebook:hover {
	background-position: 0 -27px;	
}
.social-sharing .twitter:hover {
	background-position: -27px -27px;
}
.social-sharing .google:hover {
	background-position: -54px -27px;
}
.social-sharing .pinterest:hover {
	background-position: -81px -27px;
}
.social-sharing .youtube:hover {
	background-position: -108px -27px;
}
.subscribe-to-newsletter {
	position: relative;
	padding: 10px 0 0 0;
	width: 100% !important;
	text-align: center !important;
}
.subscribe-to-newsletter h3 {
	font-size: 13px;
	font-weight: 100;
}
.newsletter-email {
	overflow: hidden;
	background: #444;
	width: 174px;
	height: 30px;
	padding: 0 !important;
	margin: 0 auto !important;
}
#bullseye input[type="text"] {
	width: 160px;
	height: 28px;
	padding: 0 6px;
	line-height: 28px;
	float: left;
}
#bullseye {
	text-align: center;
	width: 204px;
	margin: 0 auto;
}
#bullseye fieldset {
	border: 0 !important;
	text-align: center !important;
	margin: 0 auto !important;
}
#bullseye input[type="submit"] {
	width: 30px;
	height: 30px;
	border: 0;
	overflow: hidden;
	background: #444 url('../img/icon5.png') center no-repeat;
	text-indent: 999px;
	float: left;
}
.newsletter-email input[type="button"]:hover {
	background-color: #555;
}
.newsletter-validation,
.newsletter-result-block {
	position: absolute;
	top: 0;
	right: 0;
	width: 138px;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	color: #333;
}
.newsletter-validation .please-wait {
	display: none !important;
}

.bottom {
	height: 23px;
	margin: 0;
	padding: 12px 0 0 0;
	background: #433b67;
	color: #888;
	font-size: 11px;
}
.bottom .center {
	width: 100%;	
	margin: auto;
}
.region-flag {
	float: left;
	padding: 0 0 0 20px;
}
.region-flag p {
	float: left;
	color: #ffffff;
}
.region-flag img {
	padding: 0px 0 0 5px;
	margin-top: -3px;
}
.region-flag img:hover {
	opacity: .7;
}
.footer-disclaimer {
	float: right;
	color: #ffffff;
	text-align: right;
	padding: 0 20px 0 0;
}
.footer-powered-by {
	float: right;
	color: #888;
	font-size: 11px;
	line-height: 35px;
}
.footer-powered-by a {
	color: #888;
	text-decoration: underline;
}
.footer-powered-by a:hover {
	color: #fff;
}
.footer-store-theme {
	width: 250px;
	margin: auto;
}
.footer-store-theme select {
	width: 150px;
	border: 1px solid #161616;
	background: #393939;
	color: #999;
}
.footer-store-theme select:focus {
	color: #ccc;
}



/*********** LEFT/RIGHT COLUMNS ***********/




.master-wrapper-main {
	min-height: 620px;
}
.master-wrapper-main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.side-2 {
	width: 100%;
	float: left;
}
.center-1 {
	padding: 10px 0;
}
.center-2 {
	float: float;
	padding-bottom: 20px;
}
.block {
	margin-bottom: 20px;
}
.block .title {

	padding: 10px;
	font-size: 15px;
	background: #edecec;
	color: #4c4c4c;
	text-transform: lowercase;
	font-weight: bold;
}
.block .title strong {

}
.block .listbox {
	text-transform: lowercase;
	background: #edecec;
}
.block .listbox:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     line-height: 0;
}
.listbox .list > li > a {
	display: block;
	position: relative;
	margin-bottom: -1px;
	border-bottom: 1px solid transparent;
	background: url('../img/bullet4.png') 15px center no-repeat;
	padding: 10px 10px 10px 35px;
	font-size: 14px;
	color: #444;
}
.listbox .list > li:first-child a {
	border-bottom-color: transparent;
}
.listbox .list > li > a:hover,
.listbox .list > li > a.active {
	z-index: 1;
	background: #bbb url('../img/bullet5.png') 12px center no-repeat;
	color: #fff;
}
.listbox .sublist {
	padding: 8px 10px 12px 30px;
}
.listbox .sublist a {
	display: block;
	padding: 5px;
	color: #444;
}
.listbox .sublist a:before {
	content: "- ";
	margin-right: 5px;
}
.listbox .sublist a:hover {
	color: #000;
}
.listbox .sublist > li.active > a {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.listbox .tags {
	overflow: hidden;
	padding: 15px 10px 0;
}
.listbox .tags li {
	float: left;
	margin-right: 5px;
}
.listbox .tags a {
	display: block;
	color: #444;
	line-height: 24px;
}
.listbox .tags a:hover {
	color: #000;
	text-decoration: underline;
}
.listbox .view-all {
	padding: 10px;
	text-align: right;
}
.listbox .view-all a {
	color: #444;
}
.listbox .view-all a:hover {
	color: #000;
	text-decoration: underline;
}
.listbox .poll {
	border-top: 1px solid #bbb;
}
.poll {
	padding-top: 15px;
}
.poll strong {
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #333;
}
.todays-poll-box strong {
	font-size: 16px;
}
.poll-options, .poll-results {
	margin-bottom: 10px;
	padding: 0 10px;
}
.poll-options li, .poll-results li {
	padding: 3px 0;
}
.poll-options li:hover {
	color: #000;
}
.poll .buttons, .poll-total-votes {
	border-top: 1px solid #bbb;
	padding: 10px;
	text-align: right;
}
.poll .buttons input {
	border: none;
	background: none;
	color: #444;
}
.poll .buttons input:hover {
	color: #000;
	text-decoration: underline;
}
.poll .please-wait {
}
.poll .poll-vote-error {
	color: #c00;
}
.poll-total-votes {
	display: block;
	margin-top: 15px;
	text-align: right;
}

.page {
	clear: both;
}
.page-title {
	margin-bottom: 15px;
	border-bottom: 1px solid #d3d3d3;
	padding: 10px 10px 10px 10px;
}
.page-title:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.page-title h1 {
	float: left;
	font-size: 20px;
	text-transform: capitalize;
}



/********** CATEGORY PAGE **********/




.breadcrumb {
	margin-bottom: 15px;
}
.breadcrumb ul {
	overflow: hidden;
}
.breadcrumb li {
	float: left;
	margin-left: 5px;
}
.breadcrumb li * {
	color: #666;
	text-transform: lowercase;
	font-style: italic;
}
.breadcrumb strong {
	color: #333;
}
.breadcrumb a:hover,
.breadcrumb a:hover span {
	text-decoration: underline;
}

.product-selectors {
	margin-bottom: 25px;
}
.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: 20px;
}
.product-selectors > div > span {
	font-style: italic;
}
.product-selectors select {
	min-width: 50px;
	margin-left: 5px;
	text-transform: lowercase;
	color: #444;
}
.product-viewmode {
	display: none;
}

.category-description {
	margin-bottom: 20px;
	padding: 0 5px;
	line-height: 18px;
}
.category-description strong {
	color: #333;
}

.product-filters-wrapper {
	display: none;
}

.related-products-grid {
	margin: 70px 0 30px 0 !important;
}

.related-products-grid .item-box:nth-child(2n+1) {
	margin-left: 0 !important;
}

.item-grid:after,
.product-grid:after,
.group-grid:after,
.manufacturer-grid:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.group-item-box,
.item-box {
	float: left;
	width: 220px;
	margin: 0 0 20px 10px;
	padding: 10px;
}
.group-item-box,
.item-box:nth-child(2n+1) {
	margin-left: 0 !important;
}
.group-item-box .product-item,
.item-box .product-item {
	position: relative;
	overflow: hidden;
}
.group-item-box .product-title,
.item-box .product-title {
	margin-bottom: 1px;
	padding: 5px 5px 10px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.group-item-box .product-title a,
.item-box .product-title a {
	display: block;
	height: 38px;
	overflow: hidden;
}
.group-item-box .picture,
.item-box .picture {
	position: relative;
	width: 220px;
	height: 220px;
	overflow: hidden;
}
.group-item-box .picture a,
.item-box .picture a {
	display: block;
	width: 100%;
	height: 100%;
}
.group-item-box .picture img,
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.group-item-box .details,
.item-box .details {
	position: absolute;
	bottom: -66px;
	left: 0;
	width: 100%;
	height: 60px !important;
	background: #edecec;
    -webkit-transition: bottom .3s ease-in-out;
    -moz-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
}
.group-item-box .description,
.item-box .description {
	overflow: hidden;
	padding: 10px 10px 5px;
	color: #fff;
	display: none;
}
.group-item-box .description a,
.item-box .description a {
    display: block;
    height: 130px;
}
.group-item-box .product-rating-box,
.item-box .product-rating-box {
	display: none;
}
.group-item-box .prices,
.group-item-box .buttons,
.item-box .prices,
.item-box .buttons {
	padding: 7px 7px;
	text-align: right;
}
.group-item-box .buttons,
.item-box .buttons {
	margin-top: -6px;
}
.group-item-box .productQuantityTextBox,
.item-box .productQuantityTextBox {
	padding-bottom: 7px;
}
.group-item-box .old-price,
.item-box .old-price {
	margin-right: 5px;
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
}
.group-item-box .actual-price,
.item-box .actual-price {
	font-size: 16px;
	font-weight: bold;
	color: #3b3b3b;
}
.group-item-box input[type="button"],
.group-item-box .buynow-button,
.item-box input[type="button"],
.item-box .buynow-button {
	display: inline-block;
	border: 1px solid #000;
	background: rgba(255,255,255,0.6);
	padding: 5px 15px;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.group-item-box input[type="button"]:hover,
.group-item-box .buynow-button:hover,
.item-box input[type="button"]:hover,
.item-box .buynow-button:hover {
	background: rgba(255,255,255,0.8);
}
.group-item-box .product-item:hover .details,
.item-box .product-item:hover .details {
	bottom: 0 !important;
}
.group-item-box:hover,
.item-box:hover {
	-webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1); 
}
.product-title a {
	margin-bottom: -20px;
}
.product-title small {
	color: #b5b5b5;
	font-size: 12px;
}

.product-grid {
	margin-bottom: 10px;
}
.product-grid .title {
	margin-bottom: 15px;
	padding-left: 2px;
	font-size: 28px;
	color: #444;
}
.product-grid .title strong {
	font-weight: normal;
}

.home-page-category-grid {
	margin-bottom: 30px;
}
.home-page-category-grid .item-box {
	position: relative;
	width: 450px;
	margin: 80px 0 0 20px;
	padding: 15px;
}
.home-page-category-grid .item-box:nth-child(2n+1) {
	margin-left: 0;
}
.home-page-category-grid .title {
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff url('../img/bullet1.png') 15px center no-repeat;
	padding: 13px 15px 12px 60px;
	font-size: 20px;
	color: #444;
}
.home-page-category-grid .picture {
	width: 450px;
	height: 300px;
}

.home-page-product-grid .item-box {
	width: 300px;
}
.home-page-product-grid .product-title {
	padding: 10px;
}
.home-page-product-grid .picture {
	width: 300px;
	height: 250px;
}
.home-page-product-grid .picture img {
	width: 100%; /*TEMPORARY FIX!*/
	max-height: none; /*TEMPORARY FIX!*/
}
.home-page-product-grid .details {
	bottom: -251px;
	height: 250px;
}
.home-page-product-grid .description a {
    height: 160px;
}

.bestsellers .item-box,
.cross-sells .item-box {
	width: 216px;
	margin-left: 12px;
}
.bestsellers .item-box:nth-child(3n+1),
.cross-sells .item-box:nth-child(3n+1) {
	margin-left: 12px; /*RESET*/
}
.bestsellers .item-box:nth-child(4n+1),
.cross-sells .item-box:nth-child(4n+1) {
	margin-left: 0;
}
.cross-sells {
	margin-top: 30px;
}

.sub-category-grid .item-box {
	width: 300px;
	margin-bottom: 18px;
	margin-left: 16px;
}
.sub-category-grid .item-box:nth-child(n+1) {
	margin-left: 16px; /*RESET*/
}
.sub-category-grid .item-box:nth-child(n+1) {
	margin-left: 0;
}
.sub-category-grid .title,
.manufacturer-grid .title {
	margin: -5px 0 1px;
	border-bottom: 1px solid #edecec;
	padding: 10px 0 10px 0px;
	font-weight: normal;
}
.sub-category-grid .title a,
.manufacturer-grid .title a {
	color: #444;
	padding-left: 10px;
}
.sub-category-item .title {
	background: #edecec;
}
.sub-category-grid .item-box .picture {
	width: 300px;
	height: 228px;
}

.link-rss {
	float: right;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url('../img/social_sprite.png') -197px center no-repeat;
	text-indent: 999px;
}

.pager {
	overflow: hidden;
}
.pager ul {
	float: right;
}
.pager li {
	float: left;
	margin-left: 10px;	
}
.pager li * {
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: #433b67;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
}
.pager li *:hover,
.pager li span {
	border-color: #000;
	background: #141949;
}
.pager li span {
	cursor: default;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	text-indent: 999px;
}
.pager li.previous-page * {
	background-image: url('../img/prev.png');
}
.pager li.next-page * {
	background-image: url('../img/next.png');
}
.pager li.first-page * {
	background-image: url('../img/prev_first.png');
}
.pager li.last-page * {
	background-image: url('../img/next_last.png');
}



/********** PRODUCT PAGE **********/




.product-essential {
	margin-bottom: 30px;
}
.product-essential:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.gallery {
	float: left;
	width: 480px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.gallery .picture {
	position: relative;
	width: 400px;
	height: 400px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
	text-align: center;
	padding: 0 28px;
}
.gallery .picture-thumbs a {
	position: relative;
	float: left;
	width: 89px;
	height: 89px;
	margin: 12px 0 0 12px;
	border: 1px solid #d2d2d2;
	padding: 3px;
	overflow: hidden;
	background: #fff;
}
.gallery .picture-thumbs a:nth-child(4n+1) {
	margin-left: 0;
}

/*Default Zoom start*/
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url('../img/loading.gif') no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: url('../img/prevlabel.gif') no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: url('../img/nextlabel.gif') no-repeat 100% 15%;
}
#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: url('../img/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 70px;
}
#lbCaption {
	font-weight: bold;
}
#fancybox-wrap {
    z-index: 10010 !important;
}
/*Default Zoom end*/

.product-details-page .overview {
    position: relative; /*Cloud Zoom position*/
	float: right;
	width: 460px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.overview .product-name {
	margin-bottom: 15px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}
.overview .product-name h1 {
	font-size: 28px;
	color: #333;
}
.overview .short-description,
.variant-overview .variant-description {
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 15px;
	color: #373737;
	font-family: helvetica neue;
}
.overview .short-description {
/*	margin: -35px 0 40px 0;*/
}
.overview .short-description img {
	margin-top: -10px;
}
.overview .buttons,
.back-in-stock-subscription,
.download-sample {
	overflow: hidden;
	margin-bottom: 15px;
}
.overview .buttons div {
	float: left;
	margin-left: 10px;
}
.overview .buttons div:first-child {
	margin-left: 0;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.back-in-stock-subscription .subscribe-button,
.download-sample-button a {
	float: left;
	border: 1px solid #999;
	background: rgba(0,0,0,0.18);
	box-shadow: inset 0 0 1px 0 #fff;
	padding: 5px 10px;
	color: #333;
}
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.back-in-stock-subscription .subscribe-button:hover,
.download-sample-button a:hover {
	border-color: #aaa;
	background: rgba(0,0,0,0.12);
}
.overview .stock,
.variant-overview .stock,
.overview .manufacturers {
	margin-bottom: 10px;
}
.overview span.value,
.variant-overview span.value {
	color: #333;
	font-weight: bold;
}
.overview .manufacturers a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
.overview .manufacturers a:hover {
	color: #000;
}
.product-no-reviews,
.product-reviews-overview {
	margin-bottom: 20px;
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-no-reviews a:hover,
.product-review-links a:hover {
	color: #333;
	text-decoration: underline;
}
.product-review-box {
	margin-bottom: 5px;
}
.product-review-box .rating {
	width: 55px;
	height: 12px;
	background: url('../img/rating1.gif') repeat-x;
}
.product-review-box .rating div {
	height: 12px;
	background: url('../img/rating2.gif') repeat-x;
}

.attributes dl {
	overflow: hidden;
}
.attributes dt {
	float: left;
	clear: left;
	width: 85px;
	margin: 0px 10px 0 0;
	background: #edecec;
	padding: 6px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
}
.attributes dd {
	float: left;
	max-width: 280px;
	margin-bottom: 12px;
}
.attributes li {
	margin: 3px 0;
}
.attributes select {
	min-width: 70px;
	max-width: 270px;
}
.color-squares {
	overflow: hidden;
}
.color-squares li {
	float: left;
	margin: 0 10px 0 0;
}
.color-squares .color-container {
	float: left;
	border: 1px solid #ccc;
}
.color-squares .color {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
    cursor:pointer;
}
.color-squares .selected-value .color {
	border: 2px solid #900000;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	float: left;
	margin: 6px 0 0 -18px;
}

.overview .prices,
.variant-overview .prices {
	margin: 20px 0 10px 0;
	overflow: hidden;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	float: left;
	margin-right: 15px;
	color: #444;
	font-size: 15px;
	line-height: 34px;
	color: #ef2a36;
	text-decoration: line-through;
	text-transform: lowercase;
}
.overview .product-price,
.variant-overview .product-price {
	float: left;
	color: #000000;
	font-size: 28px;
}

.customer-entered-price {
	margin: -10px 0 20px; /*change if the empty "price" div is removed*/
	border: 1px solid #ddd;
	background: #f6f6f6;
	overflow: hidden;
	padding: 10px;

}
.customer-entered-price .price-input {
	float: left;
	margin-right: 10px;
}
.customer-entered-price .enter-price-input {
	width: 50px;
	border-color: #ccc;
}
.customer-entered-price .price-range {
	float: left;
	line-height: 26px;
	color: #333;
	font-weight: bold;
}

.overview .add-to-cart {
	margin-bottom: 40px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	overflow: hidden;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
	margin-right: 5px;
}
.overview .qty-label,
.variant-overview .qty-label {
	line-height: 32px;
	display: none;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.5);
	padding: 0 6px;
	text-align: center;
	display: none;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	background: #6dbc34 url('../img/buy-now-bg.png') no-repeat !important;
	border: 0 !important;
	color: #ffffff !important;
    height: 38px;
    font-size: 18px !important;
    background-position:  105px 0px !important;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	opacity: .7;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.full-description {
	clear: both;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 10px;
}

.tier-prices {
	margin-bottom: 20px;
}
.tier-prices .prices-header {
	margin-bottom: 5px;
	font-size: 18px;
	color: #333;
}
.tier-prices .prices-header strong {
	font-weight: normal;
}
.tier-prices td {
	border: 1px solid #bbb;
	background: #f6f6f6;
	padding: 5px;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-quantity {
	color: #333;
}
.tier-prices .item-price {
	color: #c00;
}

.product-variant-line {
	margin-bottom: 20px;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 20px;
}
.product-variant-line:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.variant-picture {
	position: relative;
	float: left;
	padding: 20px;
	margin-right: 15px;
	border: 1px solid #d2d2d2;
	overflow: hidden;
	background: #fff;
}
.variant-overview {
	float: left;
	width: 500px;
}
.variant-overview .variant-name {
	margin-bottom: 5px;
	font-size: 18px;
	color: #333;
}
.variant-overview .add-to-wishlist-button {
	clear: both;
	margin-top: 5px;
	border: 0;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin-bottom: 20px;
	background: #433b67;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
	/*margin-bottom: -1px;*/
}
.ui-tabs .ui-tabs-nav li {
	float: left;
	margin-left: px;
}
.ui-tabs .ui-tabs-nav li:first-child {
	margin-left: 0;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	background: #433b67;
	padding: 12px 40px;
	color: #ffffff;
	font-size: 14px;
	border-right: 1px solid #574f82;
	text-transform: lowercase;
}
.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: #141949;
	text-shadow: none;
}
.ui-tabs .ui-tabs-panel {
	border: 1px solid #d2d2d2;
	background: #fff;
	padding: 12px;
}
.ui-tabs .ui-tabs-panel p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
.ui-tabs .ui-tabs .write-review {
    margin-bottom: 0;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

#tabs .data-table a {
	color: #4682b4;
	font-weight: 100;
	font-style: normal;
}

/*Jquery Tabs end*/

.product-collateral .title {
	margin-bottom: 10px;
	font-size: 13px;
	color: #333;
}
.product-specs-box,
.product-feats-box {
	padding: 10px 20px;
	margin-bottom: 20px;
}
.product-specs-box .data-table td,
.product-feats-box .data-table td {
	border: 0 !important;
	padding: 8px;
	font-size: 14px;
	line-height: 22px;
}
.product-specs-box .data-table td:first-child,
.product-feats-box .data-table td:first-child {
	width: 150px;
}
.product-specs-box .data-table .odd td,
.product-feats-box .data-table .odd td {
}
.product-specs-box a,
.product-feats-box a {
	font-weight: normal !important;
    font-style: normal !important;
    font-size: 0.85em !important;
    color: steelblue !important;
}
.ui-tabs .product-specs-box .data-table,
.ui-tabs .product-feats-box .data-table {
	box-shadow: none;
}
.ui-tabs .data-table tr {
	border-bottom: 1px solid #eaeaea;
}

.product-tags-box {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #bbb;
}
.product-tags-list ul, .tags ul {
	overflow: hidden;
}
.product-tags-list li, .tags li {
	float: left;
    margin: 0 2px;
}
.product-tags-list li.separator, .tags li.separator {
	margin-right: 8px;
}
.product-tags-list a:hover, .tags a:hover {
	color: #333;
	text-decoration: underline;
}
.product-tags-all-page ul {
	overflow: hidden;
}
.product-tags-all-page li {
	margin-right: 10px;
	line-height: 24px;
	color: #333;
}

.giftcard {
	margin-bottom: 20px;
	overflow: hidden;
}
.giftcard div {
	float: left;
	clear: both;
	margin: 8px 0;
}
.giftcard label {
	float: right;
	margin-left: 20px;
    line-height: 30px;
	color: #333;
}
.giftcard input {
	width: 316px;
}
.giftcard textarea {
	width: 316px;
	height: 150px;
}
#product-heroshot
{
	display:block;
}



/********** PRODUCT REVIEWS **********/




.product-reviews-page h1 a {
	font-weight: normal;
	font-style: italic;
	color: #444;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''"
}
.product-reviews-page h1 a:hover {
	text-decoration: underline;
}
.product-reviews-page .page-body {
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff;
	padding: 20px;
}
.product-reviews-page .title {
	display: none;
}
.write-review {
	margin-bottom: 20px;
}
.write-review .form-fields {
	margin-bottom: 15px;
}
.write-review input {
	border: 1px solid #d2d2d2;
}
.write-review textarea {
	vertical-align: top;
	border: 1px solid #d2d2d2;
}
.write-review .inputs:nth-child(2) label,
.write-review .inputs:nth-child(2) span {
	line-height: 30px;
}
.write-review .review-rating {
	overflow: hidden;
}
.write-review .review-rating label {
	display: inline-block;
	width: 165px;
	margin-right: 10px;
	text-align: right;
	color: #333;
}
.write-review .review-rating ul {
	display: inline-block;
	position: relative;
	width: 314px;
}
.write-review .review-rating li {
	text-align: center;
	cursor: default;
}
.write-review .review-rating li.first {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 16px;
	color: #c00;
}
.write-review .review-rating li.last {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 16px;
	color: #690;
}
.ui-tabs .form-fields {
}
.ui-tabs .inputs label,
.ui-tabs .review-rating label {
	width: 173px;
}
.write-review .captcha-box {
	margin-top: 15px;
	margin-bottom: 0;
}
.write-review .buttons {
	text-align: center;
}
.write-review .button-1 {
	border: 0;
	background: rgba(0,0,0,0.4);
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: lowercase;
	color: #fff;
}
.write-review .button-1:hover {
	border-color: #777;
	background: rgba(0,0,0,0.3);
	box-shadow: inset 0 0 1px 0 #ccc;
}

.product-reviews-page .result {
	margin-bottom: 20px;
}

.product-review-item {
	margin-bottom: 20px;
}
.product-review-item:last-child {
	margin-bottom: 10px;
}
.product-review-item .review-item-head {
	margin-bottom: 10px;
	overflow: hidden;
	background: #eee;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.10);
	padding: 5px 8px;
}
.product-review-item .review-title {
	float: left;
	margin-right: 5px;
	background: url('../img/bullet3.png') left center no-repeat;
	padding: 2px 0 2px 25px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.product-review-item .product-review-box {
	float: right;
	margin: 5px;
}
.product-review-item .review-text {
	margin-bottom: 15px;
	line-height: 20px;
}
.product-review-item .review-info {
	margin-bottom: 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover {
	text-decoration: none;
}
.product-review-helpfulness .question {
	margin-right: 5px;
	font-style: italic;
	color: #000;
}
.product-review-helpfulness .result {
	margin-left: 10px;
	color: #000;
}

.share-product {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding-top: 11px;
	height: 20px;
}

.share-buttons {
	width: 100%;
	float: left;
}

.share-add-this {
	padding-left: ;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
}

.addthis_button_print img {
	margin: -2px 0 0 5px;
}

.addthis_button_facebook_like {
	margin: 0 10px 0 0;
}

.addthis_button_tweet {
	width: 90px;
}

.addthis_button_pinterest_pinit {
	width: 70px;
}

.addthis_counter addthis_pill_style {
}

/********** WISHLIST & COMPARE LIST **********/




.wishlist-content {
	margin-bottom: 20px;
}
.wishlist-content .message-error {
	margin-bottom: 10px;
}
.wishlist-content .button-2,
.compare-products-table .button-2,
.compare-products-table-mobile .button-2 {
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #999;
	background: rgba(0,0,0,0.18);
	box-shadow: inset 0 0 1px 0 #fff;
	padding: 5px 10px;
	color: #333;
	text-shadow: 1px 1px 0 #ddd;
}
.wishlist-content .button-2:hover,
.compare-products-table .button-2:hover,
.compare-products-table-mobile .button-2:hover {
	border-color: #aaa;
	background: rgba(0,0,0,0.12);
}
.wishlist-page .share-info a {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	color: #000;
}
.wishlist-page .share-info a:hover {
	text-decoration: underline;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	position: absolute;
	top: 12px;
	right: 12px;
	font-weight: bold;
	color: #000;
}
.compare-products-page .clear-list:hover {
	text-decoration: underline;
}
.compare-products-table td {
	border: 1px dotted #ccc;
	vertical-align: top;
}
.compare-products-table .overview p:first-child {
	margin-bottom: 10px;
}
.compare-products-table .overview p:last-child {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
.compare-products-table .overview img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.compare-products-table .product-name td {
	background: #f6f6f6;
}
.compare-products-table .product-price td {
	color: #c00;
}
.compare-products-table .product-price td:first-child {
	color: #666;
}
.compare-products-table a {
	font-weight: bold;
	color: #333;
}
.compare-products-table a:hover {
	color: #000;
	text-decoration: underline;
}
.compare-products-table-mobile {
	display: none;
}



/*********** TOPICS ***********/




.topic-html-content {
	margin-bottom: 20px;
}
.home-page .topic-html-content {
	margin-bottom: 0;
}
.topic-html-content-title {
	margin-bottom: 15px;
}
.topic-html-content-title h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444;
}
.topic-html-content-body {
	line-height: 18px;
	color: #444;
}
.topic-html-content a,
.topic-page a {
	color: #444;
	text-decoration: underline;
}
.topic-html-content a:hover,
.topic-page a:hover {
	color: #000;
}
.topic-html-content strong,
.topic-page strong {
	color: #333;
}
.topic-page .page-body {
	/*border: 1px solid #edecec;
	background: #fff;
	padding: 20px;*/
	line-height: 18px;
}

.enter-password-title {
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #c00;
}
.enter-password-form {
	overflow: hidden;
	padding: 5px 0;
}
.enter-password-form input[type="password"] {
	float: left;
	width: 250px;
	height: 28px;
	margin-right: 5px;
	padding: 0 6px;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 30px !important;
	border: 1px solid #666 !important;
	background: rgba(0,0,0,0.4) !important;
	padding: 0 24px !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	color: #fff !important;	
}
.enter-password-form input[type="submit"]:hover {
	border-color: #777 !important;
	background: rgba(0,0,0,0.3) !important;
	box-shadow: inset 0 0 1px 0 #ccc !important;
}
.password-error {
	padding: 5px 0;
}
.microsite-frame {
	width: 100% !important;
}
.microsite-center-1 {
	padding: 0px !important;
}
.microsite-header {
	margin-bottom: 0px !important;
}

/*********** CONTACT & EMAIL A FRIEND ***********/


.contact-page .page-body
{
display:none;
}


.email-a-friend-page .page-body {
	border: 1px solid #edecec;
	background: #fff;
	padding: 20px;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields {
	margin-bottom: 15px;
}
.contact-page .inputs:last-child label,
.email-a-friend-page .inputs:last-child span {
	line-height: 30px;
}
.contact-page .input-box {
	display: inline-block;
}
.contact-page textarea,
.email-a-friend-page textarea {
	vertical-align: top;
}
.contact-page .buttons,
.email-a-friend-page .buttons {
	text-align: center;
}
.contact-page .button-1,
.email-a-friend-page .button-1 {
	border: 0;
	background: rgba(0,0,0,0.4);
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: lowercase;
	color: #fff;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover {
	border-color: #777;
	background: rgba(0,0,0,0.3);
}
.email-a-friend-page .title {
	margin-bottom: 15px;
}
.email-a-friend-page .title h2 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.email-a-friend-page .title a:hover {
	text-decoration: underline;
}



/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/




.registration-page .page-body,
.registration-result-page .page-body,
.login-page .page-body,
.password-recovery-page .page-body,
.account-page .page-body {
	border: 1px solid #edecec;
	background: #fff;
	padding: 20px;
}
.registration-page .inputs label,
.login-page .inputs label,
.password-recovery-page .inputs label {
	width: 285px; /*one column page*/
}
.registration-page select,
.account-page select {
	width: 98px;
	margin-right: 10px;
}
select#CountryId,
select#StateProvinceId,
select#TimeZoneId {
	width: 314px;
}
#check-availability-button {
	padding: 6px 12px;
	font-size: 12px;
	text-transform: none;
}
#username-availabilty {
	position: absolute;
	margin: -20px 0 0 10px;
	font-size: 11px;
}
.accept-privacy-policy {
	margin-bottom: 20px;
	text-align: center;
}
.accept-privacy-policy a {
	font-weight: bold;
	color: #333;
}
.accept-privacy-policy a:hover {
	text-decoration: underline;
}
.registration-page .buttons,
.login-page .buttons,
.password-recovery-page .buttons,
.account-page .buttons,
.return-request-page .buttons {
	text-align: center;
}
.registration-page .button-1,
.login-page .button-1,
.registration-result-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.account-page .button-2,
.return-request-page .button-1 {
	border: 0;
	background: rgba(0,0,0,0.4);
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: lowercase;
	color: #fff;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.account-page .button-2:hover,
.return-request-page .button-1:hover {
	border-color: #777;
	background: rgba(0,0,0,0.3);
	box-shadow: inset 0 0 1px 0 #ccc;
}

.registration-result-page .result {
	margin-bottom: 15px;
	color: #690;
}

.login-page .customer-blocks {
	margin-bottom: 30px;
}
.login-page .title {
	margin-bottom: 10px;
	font-size: 13px;
	color: #333;
}
.login-page .new-wrapper {
	margin-bottom: 30px;
}
.login-page .new-wrapper .inner-wrapper {
	background: #edecec;
	padding: 15px;
}
.login-page .new-wrapper .text {
	margin-bottom: 20px;
	line-height: 18px;
}
.login-page .inputs.reversed {
	margin-bottom: 20px;
	text-align: center;
}
.login-page .inputs.reversed * {
	width: auto;
}
.login-page .inputs.reversed input {
	margin-left: -10px;
	vertical-align: middle;
}
.login-page a:hover {
	color: #000;
	text-decoration: underline;
}
.external-authentication {
    overflow: hidden;
    text-align: center;
}
    fieldset.facebook-login-block {
        border: 0;
        float: none !important;
        display: inline-block !important;
    }

.password-recovery-page .tooltip {
	margin-bottom: 20px;
}
.password-recovery-page .result {
	font-weight: bold;
	color: #000;
}

.address-list-page .info,
.order-list-page .info {
	background: #eee;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
	padding: 15px;
	line-height: 18px;
}
.address-list-page .buttons,
.order-list-page .buttons {
	position: absolute;
	top: 45px;
	right: 20px;
}
.address-list-page .buttons input,
.order-list-page .buttons input {
	padding: 4px 12px;
	font-size: 12px;
	text-transform: none;
}
.address-list-page .add-button {
	margin-top: -10px;
	text-align: center;
}

.edit-address {
	position: relative;
	margin-bottom: 20px;
	background: #edecec;
	padding: 15px;
	color: #333;
}
.edit-address select {
	width: 314px;
	margin-right: 0;
}

.downloadable-products-page .page-body,
.back-in-stock-subscription-list-page .page-body {
	box-shadow: none;
	background: none;
	padding: 0;
}
.downloadable-products-page .data-table *,
.back-in-stock-subscription-list-page .data-table * {
	text-align: center;
}
.downloadable-products-page .data-table .product,
.back-in-stock-subscription-list-page .data-table .product,
.forum-subscriptions-page .data-table th:nth-child(2n) {
	text-align: left !important;
}
.back-in-stock-subscription-list-page .description {
	margin-bottom: 20px;
}

.avatar-page .message-error {
	margin-bottom: 10px;
}
.avatar-page .fieldset {
	margin-bottom: 15px;
	overflow: hidden;
	background: #eee;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
	padding: 15px;
	color: #333;
}
.avatar-page .image {
	float: left;
	margin-right: 15px;
	border: 1px solid #bbb;
	background: #fff;
	padding: 10px;
}
.avatar-page .buttons {
	text-align: right;
}
.avatar-page input[type="submit"] {
	text-transform: none;
}
.avatar-page .info {
	margin-top: -20px;
}

.forum-subscriptions-page .description {
	margin-bottom: 10px;
}

.return-request-page tr > * {
	text-align: left;
}
.return-request-page tr > *:last-child {
	text-align: center;
}
.return-request-page td select {
	min-width: 50px;
}
.return-request-page .inner-wrapper,
.return-request-page .result {
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff;
	padding: 15px;
}
.return-request-page .inputs label {
	width: 90px;
	line-height: 30px;
}
.return-request-page .inputs select {
	width: 300px;
}
.return-request-page textarea {
	width: 500px;
	vertical-align: top;
}
.return-request-page .buttons {
	margin-bottom: 10px;
}

.return-request-list-page .details {
	background: #eee;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
	padding: 15px;
}
.return-request-list-page a {
	font-weight: bold;
	color: #000;
}
.return-request-list-page a:hover {
	text-decoration: underline;
}
.return-request-list-page .comments {
	color: #000;
}



/********** SHOPPING CART & CHECKOUT **********/




.order-progress {
	margin-bottom: 20px;
}
.order-progress ul {
	overflow: hidden;
	text-align: center;
}
.order-progress li {
	display: inline-block;
	width: 120px;
}
.order-progress a {
	display: block;
	background: url('../img/bullet3.png') center top no-repeat;
	padding-top: 25px;
	color: #000;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}
.order-progress li.active-step a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);}

.shopping-cart-page .message-error {
	margin-bottom: 10px;
}

/*global buttons start*/
.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .button-1 {
	border: 0;
	background: #6dbc34;
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	color: #fff;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.order-details-page .button-1:hover {
	opacity: .7;
}
.checkout-buttons .button-1 {
    width: 238px;
    height: 38px;
    color: #ffffff;
    font-size: 19px;
    padding: 0 26px 2px 0 !important;
    border: 0;
    background: #6dbc34 url('../img/proceed-arrow.png') no-repeat;
    background-position: 206px;
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
border: 0;
	background: rgba(0,0,0,0.18);
	padding: 5px 10px;
	color: #333;
}
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover {

	background: rgba(0,0,0,0.12);
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	border: 1px solid #bbb;
	background: #fff url('../img/close.png') center no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
.remove-discount-button:hover,
.remove-gift-card-button:hover {
	border-color: #666;
}
/*global buttons end*/

.shopping-cart-page .buttons {
	margin-bottom: 20px;
	text-align: right;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.checkout-attributes {
	margin-top: 20px;
	overflow: hidden;
}
.checkout-attributes dl {
	float: right;
	text-align: left;
}
.checkout-attributes dl > * {
	float: left;
}
.checkout-attributes dt {
	margin: 0 10px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}
.checkout-attributes dt:first-child {
	margin-left: 0;
}
.checkout-attributes li {
	padding: 3px 0;
}
.checkout-attributes li input {
	vertical-align: middle;
}

.cart-footer {    
	overflow: hidden;
	background: #fff;
	padding: 15px;
}

.cart-footer .totals {
	float: right;
	width: 260px;
}
.cart-footer .total-info {
	margin-bottom: 20px;
	background: #edecec !important;
	padding: 10px;
}
.checkout-page .total-info {
	margin-bottom: 0;
}
.cart-total td {
	padding: 3px;
}
.cart-total td:first-child {
	max-width: 100px;
}
.cart-total .product-price {
	color: #000;
}
.cart-total .order-total {
	font-size: 16px;
	color: #c00;
}
.terms-of-service {
 	margin-bottom: 20px;
}
.terms-of-service a {
 	color: #000;
}
.terms-of-service a:hover {
	text-decoration: underline;
}

.cart-footer .cart-collaterals {
	float: left;
	width: 675px;
}
.cart-collaterals input {
	border: 1px solid #cccccc;
}
.cart-footer .cart-collaterals > div {
	min-height: 190px;
	background: #edecec;
	padding: 10px;
}
.cart-footer .title {
	margin-bottom: 5px;
	color: #333;
}
.cart-footer .hint {
	margin-bottom: 5px;
	font-size: 11px;
}
.cart-footer .deals {
	float: left;
	width: 260px;
}
.cart-footer .deals div {
	overflow: hidden;
}
.cart-footer .deals > div:first-child {
	margin-bottom: 10px;
}
.cart-footer .deals input[type="text"] {
	float: left;
	width: 150px;
	height: 24px;
	padding: 0 6px;
}
.cart-footer .deals .button-2 {
	float: left;
	margin-left: px;
	font-size: 11px;
	height: 26px;
}
.cart-footer .deals .message {
	margin-top: 5px;
	font-size: 11px;
	color: #000;
}
.cart-footer .deals .current-code {
	margin-top: 5px;
	color: #690;
}
.cart-footer .shipping {
	float: right;
	width: 360px;
}
.cart-footer .shipping .inputs label {
	width: 100px;
}
.cart-footer .shipping .inputs [type="text"] {
	width: 226px;
}
.cart-footer .shipping select {
	width: 240px !important;
	border: 1px solid #cccccc;
}
.cart-footer .shipping .button-2 {
	margin-left: 227px;
}
.cart-footer .shipping-results {
	margin-top: 15px;
	border-top: 1px solid #bbb;
	padding: 10px 0 0;
	font-style: italic;
}
.cart-footer .shipping-results li {
	margin: 5px 0;
}
.cart-footer .shipping-results strong {
	color: #333;
}

.checkout-page .buttons {
	margin-bottom: 10px;
	text-align: center;
}
.checkout-page .cart th:nth-child(2) {
	text-align: left;
}
.checkout-page .selected-checkout-attributes {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
}
.checkout-page .total-info {
	background: #eee;
	/*box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);*/
}

.checkout-page .address-grid {
	overflow: hidden;
	background: #fff;
	padding: 15px;
	padding-bottom: 0;
	margin: 0 auto;
	border: 1px solid #edecec;
}
.checkout-page .address-item {
	float: left;
	width: 226px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.checkout-page .address-item:nth-child(4n+1) {
	margin-left: 0;
}
.checkout-page .address-item .select-button {
	margin-bottom: 10px;
}
.checkout-page .address-item input[type="button"] {
	width: 100%;
}
.checkout-page .address-item ul {
	padding: 2px;
}
.checkout-page .address-item li {
	line-height: 18px;
}
.checkout-page .address-item li.name {
	margin-bottom: 5px;
	color: #333;
}
.checkout-page .address-item li.country {
	margin-top: 5px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.checkout-page .enter-address {
	background: #fff;
	padding: 15px;
}
.checkout-page .edit-address {
	width: 600px;
	margin: 0 auto 20px;
}
.checkout-page .edit-address label {
	width: 130px;
}
.checkout-page .edit-address .inputs,
.checkout-page .edit-address span {
	white-space: nowrap;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin-bottom: 15px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding: 15px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin-top: 15px;
}
.shipping-method .method-list li:first-child,
.payment-method .method-list li:first-child {
	margin-top: 0;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	color: #333;
	font-weight: bold;
}
.shipping-method .method-description {
	margin-top: 5px;
}
.payment-info .info {
	margin-bottom: 15px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding: 15px;
	line-height: 20px;
}
.confirm-order .buttons {
	margin-bottom: 20px;
}
.order-review-data {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-spacing: 15px;
}
.order-review-data ul {
	display: table-cell;
}
.order-review-data li {
	line-height: 18px;
}
.order-review-data .title {
	margin: 15px 0 10px;
	background: #ddd;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
	padding: 5px 8px;
	color: #333;
    text-shadow: 1px 1px 0 #eee;	
}
.order-review-data .title:first-child {
	margin-top: 0;
}
.order-completed .details {
	margin-bottom: 15px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding: 15px;
}
.order-completed .details a {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	color: #333;
}
.order-completed .details a:hover {
	text-decoration: underline;
}

.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	background: #fff;
	padding: 10px;
}
.opc .active .step-title {
	border: 1px solid #edecec;	
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .step-title * {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	cursor: default;
}
.opc .step-title span {
	margin-right: 10px;
}
.opc .step {
	margin: 10px 0;
	border: 1px solid #edecec;
	background: #fff;
	padding: 15px;
}
.opc .section {
	margin-bottom: 15px;
	background: #eee;
	padding: 15px;
}
.opc .section > label {
	display: block;
	margin-bottom: 15px;
}
.opc .edit-address {
	width: auto; /*RESET*/
	margin: 0; /*RESET*/
}
.opc .edit-address label {
	width: 275px;
}
.opc .buttons {
	margin-bottom: 0; /*RESET*/
	text-align: left; /*RESET*/
}
.opc .back-link {
	padding: 5px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin-right: 5px;
	background: url('../img/bullet7.png') center no-repeat;
}
.opc .back-link a {
	font-weight: bold;
	color: #333;
}
.opc .back-link a:hover {
	color: #000;
	text-decoration: underline;
}
.opc .method-list,
.opc .payment-info .info {
	margin-bottom: 0; /*RESET*/
	box-shadow: none; /*RESET*/
	background: none; /*RESET*/
	padding: 0; /*RESET*/
}
.opc .section.confirm-order {
	display: none;
}
.opc .order-review-data {
	box-shadow: none; /*RESET*/
	border-spacing: 0; /*RESET*/
}
.opc .order-review-data ul {
	padding: 10px;
}
.opc .selected-checkout-attributes {
	margin-bottom: 15px;
	text-align: right;
	color: #333;
}
.opc .cart-footer {
	margin-bottom: 15px;
	box-shadow: none; /*RESET*/
	padding: 0; /*RESET*/
}
.opc #checkout-step-confirm-order .buttons {
	text-align: right;
}

.order-details-page .page-body {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
	background: #fff;
	padding: 15px;
}
.order-details-page .page-title {
	overflow: hidden;
}
.order-details-page .page-title h1 {
	float: left;
	line-height: 28px;
}
.order-details-page .page-title a {
	float: right;
	margin-left: 10px;
}
.order-details-page .order-overview {
	margin-bottom: 20px;
	background: #eee;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
	padding: 15px;
}
.order-details-page strong {
	color: #333;
}
.order-details-area {
	margin-bottom: 20px;
	border-bottom: 1px dashed #bbb;
	overflow: hidden;
	padding-bottom: 20px;
}
.order-details-area ul {
	padding: 1px;
}
.order-details-area .title {
	margin: 15px 0 10px;
}
.order-details-area .title:first-child {
	margin-top: 0;
}
.order-details-page .data-table th {
	text-align: left;
}
.order-details-page .data-table a {
	font-style: normal;
}
.order-details-page .checkout-attributes {
	margin: 20px 0 15px;
	text-align: right;
	color: #333;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .total-info {
	float: right;
}



/*********** SEARCH & SITEMAP ***********/




.search-input {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding: 15px;
}
.search-input .inputs.reversed {
	text-align: center; /*RESET*/
}
.search-input .inputs.reversed label {
	width: auto; /*RESET*/
}

.basic-search {
	margin-bottom: 15px;
	background: #eee;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
	padding: 15px;
}
.basic-search label {
	width: 120px;
}
.basic-search input[type="text"] {
	width: 400px;
}

.advanced-search {
	margin-bottom: 15px;
	border: 1px dotted #ccc;
	background: #fff;
	padding: 15px;
}
.advanced-search .inputs label {
	width: 170px;
	font-style: italic;
}
.advanced-search select {
	width: 312px;
}
.advanced-search .price-range {
	display: inline-block;
	width: 300px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: lowercase;
}
.advanced-search .price-range input {
	width: 50px;
	margin: 3px;
}

.search-input .buttons {
	margin-bottom: 5px;
	text-align: center;
}
.search-input .button-1 {
	border: 1px solid #666;
	background: rgba(0,0,0,0.4);
	box-shadow: inset 0 0 1px 0 #ccc;
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.search-input .button-1:hover {
	border-color: #777;
	background: rgba(0,0,0,0.3);
}
.search-input .warning {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin-top: 25px;
}
.search-results .result {
	display: block;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding: 15px;
	text-align: center;
	font-weight: normal;
	color: #c00;
}
.search-results .product-list:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

.sitemap-page .page-body {
	border: 1px solid #edecec;
	background: #fff;
	padding: 15px;
}
.sitemap-page .entity {
	margin-bottom: 15px;
	
}
.sitemap-page .entity-title {
	margin-bottom: 10px;
}
.sitemap-page .entity-title h2 {
	font-size: 13px;
	color: #333;
}
.sitemap-page .entity-body {
	background: #edecec;
	padding: 15px;
	line-height: 24px;
}
.sitemap-page a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: url('../img/bullet4.png') left center no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.sitemap-page a {
	display: block;
}
.sitemap-page a:empty {
	display: none;
}
.sitemap-page a:hover {
	background: #f6f6f6;
	color: #000;
}
.sitemap-page a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

/********** SUPPORT HOME **********/
	#support-content{
		padding:0;
	}
	#main{
		padding-bottom:0px;
	}

/* Support Home Sytles */
#support-wrapper{
	width:950px;
	margin:0 auto;
	background: url(../img/support_bg-wrapper.png) no-repeat 50% 0;
}
#support-content{
	overflow:hidden;
	padding:38px 0 0;
}
.support-three-columns{
	background: url(../img/support_bg-three-col.png) no-repeat;
	width:818px;
	padding:81px 0 0;
	margin:0 auto 71px;
}
.support-three-columns .support-three-holder{
	background: url(../img/support_bg-three-col.png) no-repeat -1636px 100%;
	padding:0 0 81px;
}
.support-three-columns .support-three-frame{
	background: url(../img/support_bg-three-col.png) repeat-y -818px 0;
	width:818px;
}
.support-three-columns .support-three-frame:after{
	content:"";
	display:block;
	clear:both;
}
.support-three-columns .support-center{
	width:860px;
	margin: -60px -42px -47px 0;
	float:left;
	position:relative;
}
.support-three-columns .support-title{
	font:bold 17px/16px Tahoma, Arial, Helvetica, sans-serif;
	display:block;
	bottom:0;
	left: 1px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.support-three-columns .support-col{
	float:left;
	width:244px;
	text-align:center;
	margin: 0 42px 0 0;
	position:relative;
	min-height: 221px;
}
.support-three-columns .support-col a{
display:block;
}
.support-three-columns .support-col img{vertical-align:top;}
.support-three-columns .support-title a{
	color:#000;
	text-decoration:none;
}
.support-three-columns .support-title .support-active,
.support-three-columns .support-title a:hover{color:#fa755e;}
.support-panel{
	overflow:hidden;
	background: url(../img/support_bg-panel.gif) repeat-x 0 100%;
	margin: 0 0 23px;
	padding: 0 0 12px;
	text-align:right;
}
.support-panel .support-title{
	font:italic normal 16px/15px Georgia, "Times New Roman", Times, serif;
	color:#333;
	float:left;
}
.support-panel .support-note{
	font:italic normal 15px/20px Georgia, "Times New Roman", Times, serif;
	color:#666;
}
.support-panel .support-note span{
	color:#333;
	padding:0 5px 0 0;
}
.support-panel .support-note a{
	text-decoration:none;
	border-bottom:1px solid #8a8a8a;
}
.support-panel .support-note a:hover{border-style:none;}
.support-panel .support-note a em{
	background: url(../img/support_bg-link.gif) no-repeat 100% 5px;
	padding:0 20px 0 0;	
}
.support-four-columns{
	background: url(../img/support_bg-four-col.png) no-repeat;
	padding:6px 0 0;
	width:949px;
	margin: 0 0 20px;
}
.support-four-columns .support-four-holder{
	background: url(../img/support_bg-four-col.png) no-repeat -1898px 100%;
	padding:0 0 6px;
}
.support-four-columns .support-four-frame{
	background: url(../img/support_bg-four-col.png) repeat-y -949px 0;
	padding: 0 0 75px;
}
.support-four-columns .support-center{
	width:950px;
	overflow:hidden;
	padding: 19px 0 0;
}
.support-four-columns a{text-decoration:none;}
.support-four-columns .support-col{
	float:left;
	margin: 0 9px 0 0;
	padding: 0 0 0 35px;
	width: 201px;
}
.support-four-columns .support-short{
	margin: 0;
	padding: 1px 0 0 29px;
	width: 185px;
}
.support-four-columns .support-title{
	font:bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	color:#fa755e;
	margin: 0 0 11px;
	display:block;
	clear:both;
}
.support-nav{
	list-style:none;
	margin: 0 0 32px;
	padding:0;
	font:11px/13px Tahoma, Arial, Helvetica, sans-serif;
}
.support-nav li{margin:0 0 11px;}
.support-nav a{color:#666;}
.support-active a,
.support-nav a:hover{
	font-weight:normal;
	color:#fa755e;
}
.support-contact{
	margin:0;
	font:14px/16px Georgia, "Times New Roman", Times, serif;
}
.support-contact dt{
	color:#000;
	margin:0 0 1px;
}
.support-contact dd{
	color:#666;
	margin:0 0 18px;
}
.support-contact dd span{padding:0 0 0 3px;}	


/********** BLOG & NEWS **********/




.year strong {
	display: block;
	border-bottom: 1px solid #bbb;
	background: #eee url('../img/bullet4.png') 15px center no-repeat;
	padding: 10px 10px 10px 35px;
	font-size: 14px;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: default;
}

.block-popular-blogtags .tags {
	padding: 12px 10px 15px;
}
.blog-page .post,
.news-items .item,
.blogpost-page .page-body,
.news-item-page .page-body {
	margin-bottom: 30px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff;
	padding: 15px;
}
.post-head, .news-head {
	margin-bottom: 15px;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	padding-bottom: 10px;
}
.post-title, .news-title {
	float: left;
	max-width: 550px;
	font-size: 18px;
	color: #333;
}
.post-title:hover,
.news-title:hover {
	color: #000;
}
.post-date, .news-date {
	float: right;
	font-size: 13px;
	line-height: 22px;
	font-style: italic;
	color: #333;
}
.blogpost-page .post-date,
.news-item-page .news-date {
	float: none;
	color: #999;
}
.post-body, .news-body {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #444;
}
.blog-page .tags,
.blogpost-page .tags {
	margin-bottom: 15px;
	overflow: hidden;
	background: #eee;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.10);
	padding: 8px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	float: left;
	margin-right: 5px;
	padding: 3px;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	float: left;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin-right: 0;
	visibility: hidden;
    width: 0;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	border: 1px solid #ccc;
	background: #f6f6f6;
	padding: 2px 3px;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	border-color: #999;
	background: #fff;
	text-decoration: none;
}
.blog-details a:hover {
	color: #000;
	text-decoration: underline;
}

.new-comment {
	margin-bottom: 15px;
}
.new-comment .title {
	margin-bottom: 10px;
}
.new-comment .notifications {
	margin-bottom: 10px;
}
.new-comment .result {
	font-style: italic;
}
.new-comment .form-fields {
	margin-bottom: 15px;
	overflow: hidden;
	background: #f6f6f6;
	padding-bottom: 0;
}
.new-comment .inputs {
	margin: 0 0 10px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100% !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.new-comment .field-validation-error {
	display: block;
	margin-top: 10px;
	text-align: center;
}
.new-comment .buttons {
	text-align: center;
}
.new-comment .button-1 {
	border: 1px solid #666;
	background: rgba(0,0,0,0.4);
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.new-comment .button-1:hover {
	border-color: #777;
	background: rgba(0,0,0,0.3);
	box-shadow: inset 0 0 1px 0 #ccc;
}

.comment-list {
	margin-bottom: 20px;
}
.comment-list .title {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.blog-comment, .news-comment {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding-bottom: 15px;
}
.comment-info {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.comment-info .username {
	display: block;
	margin-bottom: 10px;
	background: #eee;
	padding: 5px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.comment-info a.username:hover {
	background: #e6e6e6;
	color: #000;
}
.comment-info .avatar {
	position: relative;
	width: 98px;
	height: 98px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-content {
	float: left;
	width: 600px;
}
.comment-time {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 25px;
	font-style: italic;
	color: #999;
}
.comment-title {
	margin-bottom: 10px;
	color: #333;
}
.comment-body {
	margin-bottom: 10px;
	line-height: 20px;
	color: #444;
}

.news-items .item {
	overflow: hidden;
}
.news-details {
	margin-bottom: 10px;
	line-height: 20px;
	color: #444;
}
.news-items .read-more {
	float: right;
	border: 1px solid #999;
	background: rgba(0,0,0,0.18);
	box-shadow: inset 0 0 1px 0 #fff;
	padding: 5px 10px;
	color: #333;
	text-shadow: 1px 1px 0 #ddd;
}
.news-items .read-more:hover {
	border-color: #aaa;
	background: rgba(0,0,0,0.12);
}

.news-item-page .inputs:first-child label {
	display: inline-block;
}

.news-list-homepage .title {
	margin-bottom: 15px;
	padding-left: 2px;
	font-size: 28px;
	color: #444;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .view-all {
	text-align: right;
}
.news-list-homepage .view-all a:hover {
	color: #000;
}



/************* FORUMS + PROFILE&INBOX *************/




.forums-main-page .topic-html-content-title {
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff url('../img/bullet3.png') 10px center no-repeat;
	padding: 10px 10px 10px 38px;
}
.forums-main-page .topic-html-content-title h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.forums-main-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.current-time {
	float: left;
	line-height: 30px;
}
.forum-search-box {
	float: right;
}
.forum-search-box .basic {
	overflow: hidden;
}
.forum-search-box-text,
.forum-search-text {
	float: left;
	width: 280px;
	height: 28px;
	padding: 0 6px !important;
	color: #444;
}
.forum-search-box-button,
.forum-search-button {
	float: left;
	width: 30px;
	height: 30px;
	border: none;
	overflow: hidden;
	background: #444 url('../img/icon4.png') center no-repeat;
	text-indent: 999px;
}
.forum-search-box-button:hover,
.forum-search-button:hover {
	background-color: #555;
}
.forum-search-box .advanced {
	padding: 5px;
	text-align: right;
}
.forum-search-box .advanced a:hover {
	color: #333;
	text-decoration: underline;
}
.forums-table-section-title {
	overflow: hidden;
	margin-bottom: 10px;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section-title .view-all {
	margin-right: 10px;
	line-height: 24px;
}
.forums-table-section th {
	text-align: left;
}
.forums-table-section .image div {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url('../img/folder1.png') center no-repeat;
}
.forums-table-section .image div.post-annoucement {
	background: url('../img/folder2.png') center no-repeat;
}
.forums-table-section .image div.poststicky {
	background: url('../img/folder3.png') center no-repeat;
}
/*forum main page end*/

.forum-search-page .basic-search {
	margin-bottom: 0;
}
.forum-search-page .basic-search div:first-child {
	width: 444px;
	margin: auto;
	overflow: hidden;
}
.forum-search-page .basic-search div:first-child * {
	float: left;
}
.forum-search-page .basic-search div:last-child {
	margin-top: 10px;
	text-align: center;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .advanced-search .inputs label {
	width: 290px;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}

.forum-breadcrumb {
	float: left;
	max-width: 630px;
}
.pager.upper {
	display: none;
}
.pager.lower {
	float: right;
}
.pager.lower a /*because of missing classes*/ {
	width: auto;
	padding: 0 8px;
}

.forum-page .forum-top {
	margin-bottom: 15px;
	overflow: hidden;
}
.forum-page .forum-info {
	position: relative;
	margin-bottom: 15px;
}
.forum-page .forum-name {
	font-size: 18px;
    text-transform: uppercase;
	color: #333;
}
.forum-page .link-rss {
	position: absolute;
	top: 5px;
	right: 0;
}
.forum-page .actions a {
	margin-right: 10px;
	padding-left: 20px;
	color: #000;
}
.forum-page .actions a:hover {
	text-decoration: underline;
}
.forum-page .newtopic {
	background: url('../img/forum_icon4.png') left center no-repeat;
}
.forum-page .watch-forum {
	background: url('../img/forum_icon5.png') left center no-repeat;
}

.forum-topic-page .topic-name {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
    text-transform: uppercase;
	color: #333;
}
.forum-topic-page .topic-header {
	overflow: hidden;
}
.forum-topic-page .manage {
	float: right;
	margin-bottom: 15px;
}
.forum-topic-page .manage a {
	margin-left: 10px;
	padding-left: 20px;
	color: #000;
}
.forum-topic-page .manage a:hover {
	text-decoration: underline;
}
.forum-topic-page .edit-topic-link-button,
.forum-topic-page .edit-post-link-button {
	background: url('../img/forum_icon1.png') left center no-repeat;
}
.forum-topic-page .delete-topic-link-button,
.forum-topic-page .delete-post-link-button {
	background: url('../img/forum_icon2.png') left center no-repeat;
}
.forum-topic-page .move-topic-link-button {
	background: url('../img/forum_icon3.png') left center no-repeat;
}

.forum-topic-page .topic-options {
	float: left;
	margin-bottom: 15px;
}
.forum-topic-page .topic-options a {
	margin-right: 10px;
	padding-left: 20px;
	color: #000;
}
.forum-topic-page .topic-options a:hover {
	text-decoration: underline;
}
.forum-topic-page .reply-topic-link-button {
	background: url('../img/forum_icon4.png') left center no-repeat;
}
.forum-topic-page .watch-topic-link-button {
	background: url('../img/forum_icon5.png') left center no-repeat;
}

.forum-posts {
	clear: both;
	margin-bottom: 15px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff;
	padding: 20px;
}
.forum-post {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 0 15px;
}
.forum-post:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.forum-post .post-info,
.profile-info-box .user-details {
	float: left;
	width: 190px;
}
.forum-post .manage {
	float: none; /*RESET*/
	overflow: hidden;
	margin-bottom: 10px;
}
.forum-post .manage a {
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #aaa;
	background-color: #eee;
	box-shadow: inset 0 0 1px 0 #fff;
	padding: 5px 5px 5px 25px;
}
.forum-post .manage a:hover {
	background-color: #f6f6f6;
	text-decoration: none;
}
.forum-post .edit-post-link-button,
.forum-post .delete-post-link-button {
	background-position: 5px center;
}
.forum-post .user-info {
	padding-right: 10px;
}
.forum-post .username {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
}
.forum-post a.username:hover {
	text-decoration: underline;
}
.forum-post .avatar,
.profile-info-box .avatar {
	margin-bottom: 10px;
	border: 1px solid #bbb;
	padding: 10px 0;
	text-align: center;
	line-height: 0;
}
.forum-post .user-stats {
	margin-bottom: 10px;
	font-size: 11px;
}
.forum-post .user-stats span {
	margin-left: 5px;
	color: #000;
}
.forum-post .pm-link-button,
.profile-info-box .pm-link-button {
	display: inline-block;
	border: 1px solid #999;
	background: rgba(0,0,0,0.18);
	box-shadow: inset 0 0 1px 0 #fff;
	padding: 5px 10px;
	color: #333;
	text-shadow: 1px 1px 0 #ddd;
}
.forum-post .pm-link-button:hover,
.profile-info-box .pm-link-button:hover {
	border-color: #aaa;
	background: rgba(0,0,0,0.12);
}
.forum-post .post-content,
.profile-info-box .profile-stats {
	margin-left: 200px;
}
.forum-post .posttime {
	margin-bottom: 10px;
	border: 1px solid #aaa;
	background: #eee;
	padding: 5px;
}
.forum-post .posttime a {
	float: right;
	margin-left: 5px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.forum-post .posttime a:hover {
	color: #444;
}
.forum-post .post-body {
	padding-left: 5px;
}

.forum-edit-page .page-body,
.private-message-send-page .page-body {
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff;
	padding: 20px;
}
.forum-edit-page strong,
.private-message-send-page a {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 175px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 540px;
	height: 180px;
	margin-left: 178px;
}
.forum-edit-page .buttons,
.private-message-send-page .options,
.private-messages-page .buttons {
	margin-top: 15px;
	text-align: center;
}
.forum-edit-page .buttons input,
.private-message-send-page .options input,
.private-messages-page .buttons input,
.private-message-view-page .options input {
	border: 1px solid #999;
	background: rgba(0,0,0,0.18);
	padding: 6px 24px !important;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
}
.forum-edit-page .buttons input:hover,
.private-message-send-page .options input:hover,
.private-messages-page .buttons input:hover,
.private-message-view-page .options input:hover {
	border-color: #aaa;
	background: rgba(0,0,0,0.12);
	box-shadow: inset 0 0 1px 0 #fff;
}
.forum-edit-page .buttons input[type="submit"],
.private-message-send-page .options input[type="submit"],
.private-message-view-page .options input.button-2 {
	border: 1px solid #666;
	background: rgba(0,0,0,0.4);
	color: #fff;
}
.forum-edit-page .buttons input[type="submit"]:hover,
.private-message-send-page .options input[type="submit"]:hover,
.private-message-view-page .options input.button-2:hover {
	border-color: #777;
	background: rgba(0,0,0,0.3);
	box-shadow: inset 0 0 1px 0 #ccc;
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .title {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 16px;
	color: #000;
}
.profile-info-box li span {
	line-height: 16px;
	color: #000;
}

.profile-page .topic {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	color: #333;
}
.profile-page .topic-title {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 16px;
}
.profile-page .topic-title a {
	font-style: italic;
	color: #000;
}
.profile-page .topic-title a:hover {
	text-decoration: underline;
}
.profile-page .topic-data {
	color: #999;
}

.private-message-send-page .fieldset {
	margin-bottom: 0; /*RESET*/
}
.private-message-send-page .message label {
	display: none;
}

.private-messages-page table {
	margin-bottom: 10px;
}
.private-messages-page td:first-child {
	text-align: center;
}
.private-messages-page td:last-child {
	width: 15%;
}
.private-messages-page .buttons {
	margin: 5px 0;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .page-body {
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff;
	padding: 20px;
}
.private-message-view-page label {
	font-weight: bold;
	color: #000;
}
.private-message-view-page .message {
	margin: 15px 0;
	border: 1px dotted #ccc;
	padding: 15px;
}
.private-message-view-page .options {
	overflow: hidden;
}
.private-message-view-page .back-pm-button {
	float: right;
	text-transform: capitalize !important;
}

.administration {
	display: none !important;
}

.linkedin {
	margin: 0 0 -5px 5px;
}

.linkedin:hover {
	opacity: .8;
}

.ico-cart {
	position: fixed !important;
	top: 0 !important;
	right: 235px;
	z-index: 1600;
    width: 40px;
}

.ico-cart .cart-label {
	display: none;
}

.ico-cart .cart-qty {
	width: 38px;
	height: 50px;
	padding: 0 3px;
	margin: 0;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	background: url('../img/cart-icon.png') no-repeat;
	background-position: 0px 15px;
}

.shopsafeport a:hover {
	opacity: .8;
}

.banners1 h2, .banners2 h2 {
	text-transform: lowercase;
	font-weight: 100;
	width: 100%;
	font-size: 20px;
	color: #4c4c4c;
	border-bottom: 1px solid #edecec;
	margin: 0 0 10px 0;
}

.home-popular-title {
	text-transform: lowercase;
	font-weight: 100;
	width: 100%;
	font-size: 20px;
	color: #4c4c4c;
	border-bottom: 1px solid #edecec;
	margin: 0 0 10px 0;
	padding: 0 0 1px 0;
}

.banners1 .nivoSlider a:hover, .banners2 .nivoSlider a:hover {
	opacity: .3;
}

.nivo-caption {
    position: relative;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 8;
    padding: 15px 0 5px 0;
}

.banners1 .nivo-caption h3, .banners2 .nivo-caption h3 {
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	font-family: arial;
	padding: 0 5px;
	margin: -5px 0 10px 0;
}

.banners1 .nivo-caption p, .banners2 .nivo-caption p {
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-family: arial;
	padding: 0 5px;
	margin: 0 0 30px 0;
}
.home-page h2.topic-html-content-header {display:none;}

#supportwrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#supportwrap h4, h4 a {
	font-size: 18px;
	color: #000000;
	margin: 0;
	padding: 0;
}

#supportwrap a {
	text-decoration: none;
}

#supporticons {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.iconbox {
	width: 20%;
	float: left;
	border: 1px solid #e7e7e7;
	margin: 0 2%;
	padding: 2% 0;
}

.iconbox:hover {
	opacity: .8;
}

.iconbox h4 {
	margin: 15px 0 0 0;
}

#quicksupport {
	width: 100%;
	font-size: 15px;
	margin: 30px 0 10px 0;
	padding: 7px 0;
	float: left;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	font-style: italic;
}

#quicksupport b, #quicksupportleft {
	color: #000000;
}

#quicksupport a {
	color: #383d75;
	font-weight: bold;
}

#quicksupportleft {
	float: left;
	font-weight: bold;
}

#quicksupportright {
	float: right;
}

#supportboxes {
	width: 100%;
	float: left;
	margin: 20px 0 40px 0;
	text-align: left;
}

#supportboxes h4, #supportboxes p {
	font-size: 15px;
	padding: 0 7%;
}

#supportboxes li {
	font-size: 11px;
	height: 20px;
}

#supportboxes a {
	color: #383d75;
	line-height: 18px;
}

.supportbox {
	width: 20%;
	height: 220px;
	float: left;
	border: 1px solid #e7e7e7;
	margin: 0 2%;
	padding: 2% 0;
}

.supportbox h4 {
	margin: 10px 0 -10px 0;
}

.supportboxsmall {
	width: 20%;
	height: 220px;
	float: left;
	background: #ececec;
	border: 1px solid #e7e7e7;
	margin: 0 2%;
	padding: 2% 0;
}

.supportboxsmall p {
	margin: 3px 0 15px 0;
}

.supportboxsmall h4 {
	margin: 10px 0 -5px 0;
}

/* GROUPED PRODUCT STYLE */

.group-product-details-page .gallery,
.group-product-details-page #tabs {
	display: none;
}
.group-product-details-page .short-description {
	display: none;
}
.group-product-details-page .product-name {
	border: 0;
	position: absolute;
	margin: 50px 0 0 10px;
}
.group-product-details-page .product-name h1 {
	font-size: 44px;
	font-weight: 100;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #3c3c3c;
}
.group-product-details-page {
	margin-top: -30px !important;
}
.group-product-details-page .full-description {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #cccccc;
}
.group-product-details-page .homesliderheading-div img {
	border-bottom: 1px solid #cccccc;
	margin-top: -20px;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.group-product-details-page .product-variant-line {
	float: left;
	width: 50%;
}
.group-product-details-page .variant-picture {
	border: 0;
	width: 200px;
	height: 200px;
	text-align: center;
}
.group-product-details-page .variant-picture img {
	width: 200px;
	height: 200px;
}

.oldpages-about {
	width: 100%;
	padding-bottom: 40px;
	float: left;
}

.oldpages-about a {
	color: #433b67;
	text-decoration: none;
}

.oldboxwrap {
	width: 100%;
	float: left;
}

.oldbox {
	width: 50%;
	float: left;
	padding: 10px 0;
}

.contact-page {
	width: 940px;
	float: left;
	padding: 20px;
	background: #ffffff;
}

.contact-page h1 {
	display: none;
}

.contact-page h2 {
	margin: 20px 0 0 0;
}

.contact-page p {
	padding-right: 20px;
}

.contact-page a {
	color: #433b67;
	font-weight: bold;
	text-decoration: none;
}

.contact-page img {
	padding: 0;
}

.noner {
	display: none;
}

.topicnav {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #6b6b6b;
	border-bottom: 20px solid #f9f9f9;
}

.topicnav a {
	color: #ffffff;
	text-decoration: none;
}

.topicsmb, .topiceducation, .topichealthcare, .topicsmb-selected, .topiceducation-selected, .topichealthcare-selected {
	float: left;
	width: 33%;
	text-align: center;
	height: 30px;
	border-right: 1px solid #929292;
}

.topichealthcare, .topichealthcare-selected {
	border-right: 0;
}

.topicsmb:hover {
	background: #62bd19;
}

.topiceducation:hover {
	background: #ff0000;
}

.topichealthcare:hover {
	background: #00a0e2;
}

.responsive-iframe iframe, object, embed {
        max-width: 100%;
}

@media screen and (max-width: 979px) and (min-width: 481px) {

	.group-product-details-page .homesliderheading-div img {
		margin-top: -10px;
		max-width: 768px;
		max-height: 233px;
	}
	.group-product-details-page .product-variant-line {
		float: left;
		width: 48%;
	}

}

@media screen and (max-width: 480px) {

	.group-product-details-page .homesliderheading-div img {
		margin-top: -10px;
		max-width: 480px;
		max-height: 145px;
	}
	.group-product-details-page .product-name {
		margin: 20px 0 0 10px;
	}	
	.group-product-details-page .product-name h1 {
		font-size: 26px;
		font-family: "Arial Narrow", Arial, sans-serif;
	}
	.group-product-details-page .product-collateral {
		border: 1px solid #edecec;
	}
	.group-product-details-page .variant-picture {
		border: 0;
		text-align: center;
	}
	.group-product-details-page .variant-picture img {
		width: 200px;
		height: 200px;
	}
	.group-product-details-page .add-to-cart-button {
		margin-bottom: 5px !important;
	}
	.group-product-details-page .product-variant-line {
		float: left;
		width: 100%;
	}	

}

/*=====================================================
    
    COMPUTERS    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media screen and (min-width: 769px) {

	.banners1a {
		width: 49%;
		padding-right: 1%;
		float: left;
	}

	.banners1b {
		width: 49%;
		padding-left: 1%;
		float: left;
	}

	.banners2 {
		width: 100%;
		float: left;
	}

	.banners2a {
		width: 32%;
		float: left;
	}

	.banners2b {
		width: 32%;
		padding: 0 2%;
		float: left;
	}

	.banners2c {
		width: 32%;
		float: left;
	}

	.banners2 .nivo-caption h3 {
		font-size: 25px;
		margin: -5px 0 5px 0;
	}

	.banners2 .nivo-caption p {
		font-size: 15px;
		margin: 0 0 30px 0;
	}

	html, body {
		height: 100%;
	}

	.master-wrapper-page {
		height: 100%;
	}

	.master-wrapper-content {
		min-height: 100%;
		margin: 0 auto -195px;
	}

	.push {
		height: 180px;
	}

	.footerwrap {
		height: 140px;
		margin-top: 20px;
	}	

}



/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px) and (min-width: 481px) {

	.banners1a, .banners1b, .banners2, .banners2a, .banners2b, .banners2c {
		width: 100%;
		float: left;
	}

	.footer {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.footer-lower {
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
	}

	.footer-upper {
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
	}

	.newsletter-email {
		width: 160px;
	}

	.iconbox, .supportbox, .supportboxsmall {
		width: 45%;
		margin: 2% 2%;
		padding: 2% 0;
	}

	#quicksupport {
		padding: 7px auto;
	}

	#quicksupportleft {
		width: 100%;
		float: left;
		font-weight: bold;
	}

	#quicksupportright {
		width: 100%;
		float: left;
	}	

}



/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 480px) {

    .mega-menu {
        display: none;
    }

	.banners1a, .banners1b, .banners2, .banners2a, .banners2b, .banners2c {
		width: 100%;
		float: left;
	}

	.ui-tabs .ui-tabs-nav li a {
		border-right: 0;
		border-bottom: 1px solid #574f82;
	}

	.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 {
		text-shadow: none;
	}

	.ui-tabs .ui-tabs-nav li a:hover {
		border-bottom: 1px solid #433b67;
	}

	.footer {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.footer-lower {
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
	}

	.footer-upper {
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
	}

	.newsletter-email {
		width: 160px;
	}	

	.iconbox, .supportbox, .supportboxsmall {
		width: 90%;
		margin: 2% 5%;
		padding: 2% 0;
	}	

	#quicksupport {
		padding: 7px auto;
	}

	#quicksupportleft {
		width: 100%;
		float: left;
		font-weight: bold;
	}

	#quicksupportright {
		width: 100%;
		float: left;
	}	

}

.details .add-to-cart-button {
	background: #6dbc34 url('../img/buy-now-bg.png') no-repeat !important;
	border: 0 !important;
	color: #ffffff !important;
    width: 106px;
    height: 30px;
    font-size: 14px !important;
	line-height: 30px;        
	padding: 0 0 0 20px;
    background-position:  83px 0px !important;
    background-size: 30px 30px !important;
}

.add-to-cart-panel .button-2 {
    background: #6dbc34 url('../img/buy-now-bg.png') no-repeat !important;
    border: 0 !important;
    color: #ffffff !important;
    width: 185px;
    height: 38px;    
    background-position: 125px 0px !important;
    display: block;
    float: left;
    text-align: left;
    line-height: 38px;
    padding-left: 20px;
    font-size: 18px !important;
    text-transform: capitalize;   
}


/* RESPONSIVE BUTTONS */

.product-item .buttons {
    padding: 3px 7px !important;
}
.product-item .button-2 {
	background: #6dbc34 url('../img/buy-now-bg.png') no-repeat !important;
	border: 0 !important;
	color: #ffffff !important;
}

.product-item .button-2:hover {
	opacity: .7;
}


/*=====================================================
    
    COMPUTERS

=====================================================*/

@media screen and (min-width: 981px) {

    .product-item .button-2 {
        width: 126px;
        height: 30px;
        font-size: 14px !important;        
        padding: 6px 46px 5px 5px !important;
        background-position:  81px 0px !important;
        background-size: 30px 30px !important;
    }

    .sub-category-grid .title a,
    .manufacturer-grid .title a {
		color: #ffffff;
		padding-left: 10px;
	}

	.sub-category-item .title {
		background: #433b67;
	}

}


/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media screen and (max-width: 980px) and (min-width: 0px) {

    .product-item .button-2 {
        width: 160px;
        height: 38px;
        font-size: 18px !important;
        padding-top: 9px !important;
        padding-right: 69px !important;
        background-position:  105px 0px !important;
    }

}


