﻿/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

/* GLOBAL + HOME PAGE */

.form-fields {
	margin: 0;
}
.inputs {
	text-align: left;
}
.inputs label {
	display: inline-block;
	width: 166px;
	margin: 0 10px 0 0;
	text-align: right;
}
.inputs .input-box {
	display: inline-block;
}

.master-wrapper-content {
	width: auto;
}
.master-wrapper-main {
	width: 980px;
	margin: auto;
}
.home .master-wrapper-main {
	width: auto;
}
.page, .home .page {
	text-align: left;
}
.page-title {
	overflow: hidden;
}
.page-title h1 {
	float: left;
}
.link-rss {
	display: block;
	float: right;
	margin: 3px 0 0;
}

.home .topic-html-content {
	width: 980px;
	text-align: justify;
}
.todays-poll-box {
	width: 1000px;
}

/* HEADER */

.header {
	display: block;
	position: relative;
	z-index: 1002;
	width: 980px;
	margin: 0 auto;
	padding: 12px 0;
	text-align: left;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}

.header-links-wrapper {
	margin: 0;
}
.header-links-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.header-links {
	float: left;
	padding: 0;
}
.header-links li {
	margin: 0 15px 0 0;
}
.header-links a:hover {
	color: #c03;
}

.flyout-cart {
	display: none;
	position: absolute;
	top: 32px;
	right: 0;
	z-index: 99999;
	width: 300px;
	border-width: 5px 1px 1px;
	border-style: solid;
	border-color: #333 #ccc #ccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	background: #fff;
}
#topcartlink:hover .flyout-cart {
	display: block;
}
.mini-shopping-cart {
	padding: 10px;
	font-size: 11px;
}
.mini-shopping-cart * {
	line-height: normal !important;
}
.mini-shopping-cart a {
	padding: 0;
}
.mini-shopping-cart a:hover {
	text-decoration: underline;
}
.mini-shopping-cart .count {
	border-bottom: 1px dotted #c03;
	padding: 10px 0;
}
.mini-shopping-cart .count a {
	padding: 0;
	font-weight: bold;
	color: #c03;
}
.mini-shopping-cart div.items {
	margin: 0 0 10px;
}
.mini-shopping-cart .item {
	border-bottom: 1px dotted #999;
	overflow: hidden;
	padding: 10px 0;
}
.mini-shopping-cart .picture {
	float: left;
	width: 50px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 60px;
}
.mini-shopping-cart .name {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: bold;
}
.mini-shopping-cart .name a {
	color: #333;
}
.mini-shopping-cart .attributes {
}
.mini-shopping-cart .price span,
.mini-shopping-cart .quantity span {
}
.mini-shopping-cart .totals {
	margin: 0 0 10px;
	font-size: 12px;
	text-align: right;
}
.mini-shopping-cart .totals strong {
	color: #c03;
}
.mini-shopping-cart .buttons {
	margin: 0 0 5px;
	text-align: right;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
	border: none;
	background-color: #c03;
	padding: 8px 16px;
	color: #fff;
}
.mini-shopping-cart input[type="button"]:hover {
	opacity: 0.8;
}

.search-box {
	float: right;
	clear: right;
}
.search-box form {
	border: none;
}
.search-box input.search-box-text {
	width: 250px !important;
	height: 32px;
	font-style: normal;
}
.search-box .search-box-button {
	height: 32px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 286px !important;
}
.header-selectors-wrapper {
	float: right;
	background: none;
	padding: 0;
}
.header-selectors-wrapper > div {
	float: left;
	margin: 0 10px 0 0;
}
.header-selectors-wrapper > div:last-child {
	margin-right: 0;
}
.header-selectors-wrapper select {
	min-width: 50px;
	max-width: 62px;
	border: none;
	background-color: #eee;
	font-size: 12px;
	color: #666;
}

/* SUBHEADER - LOGO & HEADER MENU */

.responsive-nav-wrapper-parent,
.justAFixingDivBefore,
.overlayOffCanvas,
.menu-title, .close-menu,
.header-menu .back-button,
.plus-button {
	display: none !important;
}

.subheader-wrapper {
	margin: 0 0 30px;
	background-color: black;
	text-align: center;
	font-size: 0;
}

.logo-wrapper {
	display: inline-block;
	width: 230px;
	margin: 0 10px 0 0;
	background: none;
	padding: 10px 0;
	vertical-align: middle;
}
.header-logo {
	padding: 0;
	text-align: left;
}
.header-logo img {
	max-width: 230px;
}

.headerMenuParent {
	display: inline-block;
	width: 740px;
	margin: 0;
	padding: 10px 0;
	vertical-align: middle;
}

.header-menu {
	position: relative;
	z-index: 1001;
}
.header-menu > ul {
	display: block;
	text-align: left;
	font-size: 0;
	color: #fff;
}
.header-menu > ul > li {
	display: inline-block;
	padding: 5px 18px;
	vertical-align: middle;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	font: normal 14px Century Gothic;
	cursor: pointer;
}
.header-menu > ul > li > a:first-letter,
.header-menu > ul > li > span:first-letter {
	font-size: 18px;
}
.header-menu > ul > li > a:hover {
	text-shadow: 0 0 5px #fff;
}

.header-menu .sublist {
	display: none;
	position: absolute;
	z-index: 1001;
	min-width: 180px;
	margin: 5px 0 0;
	border-width: 4px 0;
	border-style: solid;
	border-color: #333;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	background-color: #fff;
}
.header-menu .sublist.active {
    display: block !important;
}
.header-menu .sublist li {
	position: relative;
	border-bottom: 1px dotted #ccc;
}
.header-menu .sublist li:last-child {
	border-bottom: none;
}
.header-menu .sublist .back-button {
	display: none;
}
.header-menu .sublist li a {
	display: block;
	padding: 10px;
	font: normal 12px 'eurostile';
	color: #333;
}
.header-menu .sublist li > a:hover {
	background-color: #c03;
	color: #fff;
}
.header-menu .sublist .sublist {
	top: -5px;
	left: 100%;
	border-top-width: 0;
}

/* QUICK TABS */

.home-page .ui-tabs {
	width: 980px;
}
.home-page .ui-tabs .ui-tabs-nav li {
	display: inline-block;
}

/*FOOTER*/

.footer > div {
	width: 100%;
}
.footer-upper {
	position: relative;
}
.footer-upper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 60px;
	background-color: black;
}
.footer-upper .center {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.footer-block {
	width: 23%;
	margin-bottom: 0;
}
.footer-block:nth-of-type(3n+1) {
	clear: none;
}
.footer-block .title {
	margin-bottom: 25px;
	text-align: left;
	cursor: default;
}
.footer-block ul {
	border-right: 1px solid #ccc;
	margin-bottom: 0;
	padding: 0;
}
.footer-block li {
	overflow: hidden;
	font-size: 13px;
}
.footer-block li a {
	padding-right: 10px;
}
.footer-block.links a:hover,
.footer-block.recently-viewed a:hover {
	background-image: url('../img/bullet-red.png');
	color: #c03;
}
.footer-block .news-items {
	margin: 0;
	padding: 0;
}
.news-list-homepage .news-title {
	margin-bottom: 3px;
	padding: 0;
	color: #111;
}
.news-list-homepage .news-title:hover {
	color: #c03;
}
.news-list-homepage .view-all {
	display: none;
}

.footer-middle {
	margin: 0;
	background-color: #ccc;
	padding: 15px 0;
}
.footer-middle .center {
	position: relative;
	width: 1000px;
	margin: auto;
}
.social-sharing {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -16px 0 0;
}
.social-sharing li {
	border: none;
	margin: 0 10px 0 0;
}
.social-sharing .twitter:hover {
	background-position: 0 bottom;
}
.social-sharing .facebook:hover {
	background-position: -32px bottom;
}
.social-sharing .youtube:hover {
	background-position: -64px bottom;
}
.social-sharing .pinterest:hover {
	background-position: -128px bottom;
}
.social-sharing .google:hover {
	background-position: -96px bottom;
}
.social-sharing .rss:hover {
	background-position: -192px bottom;
}
.social-sharing .vimeo:hover {
	background-position: -160px bottom;
}
.block-newsletter {
	width: 286px;
	margin: 0 auto;
	border: none;
	background: none;
	padding: 0;
}
.newsletter-email {
	border: none;
	background: #fff;
}
.newsletter-email input[type="text"] {
	width: 250px;
}
.accepted-payment-methods {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -18px 0 0;
}
.accepted-payment-methods li {
	border: none;
	margin: 0 0 0 10px;
}

.footer-lower .center {
	position: relative;
	width: 1000px;
	min-height: 24px;
	margin: auto;
	overflow: hidden;
	text-align: left;
}
.footer-lower .center > div {
	margin: 0;
	line-height: 24px;
}
.footer-disclaimer {
	float: left;
}
.footer-tax-shipping {
	display: none !important;
}
.footer-powered-by {
	float: right;
}
.footer-store-theme {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -75px !important;
}
.footer-store-theme select {
	width: 150px;
	height: 24px;
	padding: 3px;
}

/* LEFT/RIGHT COLUMN */

.side-2 {
	position: relative;
	float: left;
	width: 230px;
}
.side-2:after {
	content: "";
	position: absolute;
	top: 0;
	right: -25px;
	width: 1px;
	height: 100%;
	background: #ddd;
}
.center-2 {
	position: relative;
	float: right;
	width: 701px;
}
.center-2:before {
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	width: 1px;
	height: 100%;
	background: #ddd;
}

.block {
	float: none;
	width: auto;
	margin: 0;
}
.block .title {
	cursor: default;
}
.block .listbox {
	display: block;
	padding: 0 5px;
}
.block-poll .listbox {
	padding: 10px 5px 0;
}
.block .list a:hover {
	background-image: url('../img/bullet-red.png');
	color: #c03;
}
.block .view-all a {
	padding: 6px 12px;
}
.block .view-all a:hover {
	border-color: #333;
	background-color: #333;
	color: #fff;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #c03;
}

/* CATEGORY PAGE & GRIDS */

.home-page-category-grid {
	padding: 30px 0;
}
.home-page-category-grid .item-grid,
.home-page .product-grid {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.home-page .product-grid .item-grid {
	padding: 0;
}
.home-page .product-grid .item-box {
	width: 23%;
}
.home-page .product-grid .item-box:nth-child(3n+1) {
	clear: none;
}
.home-page .product-grid .item-box:nth-child(4n+1) {
	clear: both;
}
.home-page .product-grid .item-box:nth-child(4) {
	margin-top: 0 !important;
}

.item-box .picture,
.item-box .title {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.category-item:hover .picture,
.sub-category-item:hover .picture,
.manufacturer-item:hover .picture {
	opacity: 0.5;
}
.category-item:hover .title {
	padding: 12px 15px;
}
.sub-category-item:hover .title,
.manufacturer-item:hover .title {
	padding: 10px 10px 10px 15px;
}

.breadcrumb {
	text-align: left;
}
.product-selectors {
	padding: 5px 10px;
	text-align: left;
}

.product-grid .item-box {
	padding: 0;
}
.product-item .picture {
	margin-bottom: 15px;
}
.product-item .product-title {
	text-transform: none;
}
.product-item .product-title a:hover {
	color: #c03;
}
.product-grid .prices {
	margin-bottom: 0
}

.product-grid .item-box .add-info {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 220px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(255,255,255,0.25);
	background-color: rgba(255,255,255,0.9);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.home-page .product-grid .item-box .add-info {
	height: 230px;
}
.product-grid .item-box .description {
	display: block;
	max-height: 132px;
	margin: 0;
	overflow: hidden;
	padding: 10px;
}
.product-grid .item-box .product-rating-box {
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.product-grid .item-box .buttons {
	position: absolute !important; /*!important because of ie8*/
	bottom: 10px;
	width: 100%;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.item-box .buttons .compare-products {
	display: inline-block;
	margin-right: 1px;
	vertical-align: bottom;
}
.item-box .buttons .compare-products input {
	display: block !important;
	width: 40px !important;
    height: 32px;
	background: #333 url('../img/compare-button.png') center no-repeat;
	padding: 0;
	font-size: 0 !important;
}
.item-box .buttons input[type="button"] {
	display: inline-block;
	height: 32px;
	width: 100px;
	padding: 0;
	vertical-align: bottom;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.product-grid .item-box .buttons a:hover,
.product-grid .item-box .buttons input[type="button"]:hover,
.product-grid .item-box .buttons .ajax-cart-button-wrapper:hover * {
	height: 34px;
}
.product-list .item-box .buttons a:hover,
.product-list .item-box .buttons input[type="button"]:hover,
.product-list .item-box .buttons .ajax-cart-button-wrapper:hover * {
	opacity: 0.8;
}

.product-grid .item-box:hover .add-info,
.product-grid .item-box:hover .product-rating-box,
.product-grid .item-box:hover .buttons {
	opacity: 1;
}

.pager ul {
	text-align: right;
}
.pager li {
	margin-bottom: 0;
}
.pager li span,
.pager li a {
	min-width: 32px;
	padding: 7px;
}
.pager li a:hover {
	background-color: #ddd;
}

/* PRODUCT PAGE */

.product-details-page .gallery {
	float: left;
	width: 320px;
}
.product-details-page .overview {
	float: right;
	width: 360px;
	margin: 0 0 40px;
}
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.download-sample-button a:hover {
	opacity: 0.75;
}
.overview .email-a-friend-button:hover {
	color: #c03;
}
.overview .subscribe-button:hover {
	opacity: 0.8;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	opacity: 0.8;
}
.ui-tabs .ui-state-hover a {
	opacity: 0.85;
}
.product-tags-list a {
	line-height: normal;
}
.product-tags-list a:hover {
	color: #c03;
}
.giftcard label {
	width: 320px;
}

/* REVIEW PAGE */

.write-review .title {
	margin-bottom: 30px;
	text-align: center;
}
.write-review .button-1:hover {
	opacity: 0.8;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	padding: 0 5px;
}
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover {
	color: #c03;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .button-2:hover {
	opacity: 0.8;
}
.wishlist-page .share-info {
	text-align: center;
}
.compare-products-page .clear-list {
	position: absolute;
	top: 3px;
	right: 0;
}
.compare-products-page .clear-list:hover {
	opacity: 0.8;
}
.compare-products-table-mobile {
	display: none;
}
.compare-products-table {
	display: table;
}
.compare-products-page .button-2:hover {
	opacity: 0.7;
}

/* PASSWORD PROTECTION */

.topic-password {
	text-align: left;
}
.enter-password-form input[type="submit"]:hover {
	opacity: 0.8;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover {
	opacity: 0.8;
}
.email-a-friend-page .title h2 a:hover {
	text-decoration: underline;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

#check-availability-button {
	display: block;
	margin: 10px auto;
}
#username-availabilty {
	position: absolute;
	top: 5px;
	left: 536px;
}
.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,
.return-request-page .button-1:hover {
	opacity: 0.8;
}
.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}
.login-page .forgot-password a:hover {
	color: #c03;
}
.inputs .option-list li {
	margin: 5px;
}
.account-page .button-2:hover {
	background-color: #e6e6e6;
}
.address-list .buttons,
.order-list .buttons {
	position: absolute;
	top: 52px;
	right: 0;
}
.return-request-page label {
	width: 306px;
}
.avatar-page .page-body {
	text-align: center;
}
.order-details-page .page-title a {
	float: right;
	margin-left: 5px;
}
.order-details-page .page-title a:hover {
	opacity: 0.8;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .actions input:hover {
	background-color: #e6e6e6;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
	float: right;
}

/* SHOPPING CART & CHECKOUT */

.cart .product-name:hover {
	color: #c03;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
	opacity: 0.8;
}
.shopping-cart-page .buttons {
	overflow: hidden;
	margin-bottom: 40px;
}
.shopping-cart-page .common-buttons {
	float: right;
}
.checkout-attributes {
	float: left;
	max-width: 600px;
	margin: 0;
}
.checkout-attributes dt,
.checkout-attributes dd {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.checkout-attributes .required {
	margin: 0;
}
.checkout-attributes li {
	margin: 0 10px 0 0;
}
.shopping-cart-page .common-buttons input {
	margin: 0 0 0 10px;
}
.shopping-cart-page .common-buttons input:hover {
	opacity: 0.8;
}
.shopping-cart-page .totals {
	margin: 0;
}
.cart-collaterals {
	width: 660px;
	margin: 0;
}
.cart-collaterals .deals {
	margin: 0 0 20px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 20px 0;
}
.cart-collaterals .deals > div {
	float: left;
    margin-right: 15px;
}
.coupon-code input[type="submit"] {
	font-size: 11px;
}
.coupon-code input[type="submit"]:hover {
	background-color: #a6a6a6;
}
.cart-collaterals .shipping {
	margin: 0;
	overflow: hidden;
}
.cart-collaterals .shipping-options {
	overflow: hidden;
}
.cart-collaterals .shipping .inputs {
	float: left;
	margin-right: 15px;
}
.cart-collaterals .shipping label {
	display: block;
	width: auto;
	margin: 0;
	text-align: left;
}
.cart-collaterals .shipping label + * {
	width: 200px;
	height: 32px;
	background-color: #fff;
}
.cart-collaterals .estimate-shipping-button:hover {
	opacity: 0.8;
}
.checkout-page .edit-address label {
	width: 305px;
}
.checkout-page .pickup-in-store {
	text-align: center;
}
.checkout-page .selected-checkout-attributes {
	text-align: right;
}
.checkout-page .totals {
	float: right;
}
.opc .section {
	border: 1px dotted #ccc;
	padding: 20px;
}
.opc .back-link a:hover {
	color: #c03;
}
.opc .method-list,
.opc .payment-info .info,
.opc .section.confirm-order {
	margin: 0;
	border: none;
	background: none;
	padding: 0;
}
.opc .payment-method li {
	display: inline-block;
}

/* SEARCH & SITEMAP */

.search-input .inputs label {
	width: 145px;
}
.search-input .button-1:hover {
	opacity: 0.8;
}
.basic-search {
	margin: 0 0 20px;
}
.basic-search input[type="text"] {
	width: 350px;
}
.advanced-search {
	max-width: none;
	padding-top: 20px;
}
.advanced-search .price-range {
	margin-left: 88px;
}
.advanced-search .price-range input {
	height: auto;
}
.sitemap-page a:hover,
.vendor-list a:hover {
	color: #c03;
	text-decoration: underline;
}

/* BLOG & NEWS */

.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	color: #c03;
}
.blog-details a:hover {
	text-decoration: underline;
}
.new-comment textarea {
	display: block;
	margin: auto;
}
.new-comment .button-1:hover {
	opacity: 0.8;
}
.blog-comment a.username:hover,
.news-comment a.username:hover {
	text-decoration: underline;
}
.news-item-page .inputs:first-child label {
	display: inline-block;
}
.news-item-page textarea {
	display: block;
	margin: auto;
}

/* FORUM & PROFILE */

.forum-search-box .advanced a:hover {
	opacity: 0.9;
}
.forums-table-section a:hover,
.forums-table-section td a:hover {
	color: #c03;
}
.forum-search-page .advanced-search .inputs label {
	width: 284px;
}
.forum-breadcrumb a:hover {
	color: #c03;
}
.forum-page .actions a:hover {
	color: #c03;
}
.forum-topic-page .topic-options a:hover,
.topic-footer .topic-options a:hover {
	color: #c03;
}
.forum-post .manage a:hover {
	background-color: #e6e6e6;
}
.forum-post .pm-link-button:hover,
.profile-info-box .pm-link-button:hover {
	opacity: 0.9;
}
.forum-post .posttime a:hover {
	opacity: 0.75;
}
.forum-edit-page label,
.private-message-send-page label {
	width: 214px !important;
}
.move-topic-page label {
	width: 280px !important;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-message-send-page .options input:hover,
.private-messages-page .buttons input:hover,
.private-message-view-page .options input:hover {
	background-color: #e6e6e6;
	opacity: 0.8;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 220px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	margin-left: 224px;
}
 
}