/*********** 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;
}
input[type="submit"], 
input[type="reset"], 
input[type="button"], 
input[type="text"], 
input[type="password"], 
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
html {
    margin: 0 !important;
    -webkit-text-size-adjust: 100%;
    height:100%;
}

.theme-full {
	position: relative;
	top: -50px;
}

/*********** GLOBAL STYLES **********/
body {
	background: #fff;
	font: normal 12px 'Roboto', sans-serif;
	color: #666;	
    height:100%;
}
.master-wrapper-page {
	height:100%;
}
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="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;
}
script {
    display: none !important;
}
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,
.short-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.news-body ul {
	margin: 12px 0;
	padding-left: 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.short-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.news-body ol {
	margin: 12px 0;
	padding-left: 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.short-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p {
	margin: 10px 0;
}
.category-description img,
.manufacturer-description img,
.full-description img,
.short-description img,
.topic-html-content img,
.topic-page img,
.post-body img,
.news-body img {
	max-width: 100%;
    height: auto;
}

.clear-fix {
    clear: both;
}

/*********** 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;
    font-size: 0;
}
    .inputs * {
        font-size: 12px;
    }
.inputs label {
	display: inline-block;
	width: 165px;
	margin-right: 10px;
	text-align: right;
    font-size: 12px;
    vertical-align: middle;
}
.inputs input[type="text"],
.inputs input[type="password"] {
	width: 300px;
    vertical-align: middle;
}
.inputs select {
	padding: 5px;
    vertical-align: middle;
}
.inputs textarea {
	width: 300px;
	height: 150px;
    vertical-align: middle;
}
.inputs .field-validation-valid {
	font-size: 11px;
	color: #690;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
    .inputs .option-list li {
        float: left;
    }
    .inputs .option-list label {
        width: auto !important;
    }

.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: #363c74;
	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;
	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-autocomplete {
        z-index: 1002 !important;
    }
.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;
}

.eu-cookie-bar-notification {
	position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1002;
	width: 450px;
	max-width: 95%;
	height: 180px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -225px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 1px solid #999;
	background: #d1d1d1;
	box-shadow: inset 0 0 1px 0 #fff;
	padding: 5px;
	font-size: 14px;
	color: #333;
}
.eu-cookie-bar-notification button:hover {
	border-color: #aaa;
	background: #ddd;
}
.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}


/*********** HEADER & NAVIGATION ***********/


.home-page-header {
	background-color: #202040;
}

.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-color: #202040;
}
.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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEJDNEY3RTlFRTJFMTFFMjgxNUE5QTgyNzY1RUQ0MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEJDNEY3RUFFRTJFMTFFMjgxNUE5QTgyNzY1RUQ0MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQkM0RjdFN0VFMkUxMUUyODE1QTlBODI3NjVFRDQwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQkM0RjdFOEVFMkUxMUUyODE1QTlBODI3NjVFRDQwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgLuiFoAAAEBSURBVHjapNCxS0JRFMfx61OIUiwQWgwSHKMM/wcJaQh0E4mGJgfndDUMZ6f3PwhiaARuQWOB0ODi4JAIpUM06fD8njhi1AuVfvB5PO6559zL9di2bUgQRzhBDBFd85pFPjFCB0084sPHJ4lrxHWjFMt4xbuubWMXeeTUM4oyoIYt3SgNFQxwix1dH+MMJRwjpAfWLD5tDFFHVjcXcICwOpTT0Mc5GnjDvdzgClG0sKfFuPmdS+wjhTu90YvcoKvNkuofzfMkcKP/clDP+lYM6YMuy4U+6lesH4WNFQYEkHEbcGpWT9ptwOYaA/xuA54wwXQJ2fMwb/I4jmP+k5kAAwA/QjhQk8V7BwAAAABJRU5ErkJggg==) 
                left center 
                no-repeat;
	padding-left: 18px;
}
.header-contacts .mail {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDQ5NDQ4OERFRTJEMTFFMjgwRTFBOTlGRkIyODc0ODEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDQ5NDQ4OEVFRTJEMTFFMjgwRTFBOTlGRkIyODc0ODEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENDk0NDg4QkVFMkQxMUUyODBFMUE5OUZGQjI4NzQ4MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENDk0NDg4Q0VFMkQxMUUyODBFMUE5OUZGQjI4NzQ4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PudSzHoAAAD2SURBVHjanNKxS0JRFMfx++SR6KZu7k66OPgPhJNLolsO0tAfIOEg0RLV6qTwbH6I2Jg0iP+ASEOLg9gQuCmmDpUg9b1wLjzeIOmBz3vDO79zH4drOY5zo5S6VcfVfYDHGBX8HhDUvVd40wNcfOASu3+Edc+FZFw94ARtLFDCdk/4G0Ws5WDblg96SAdxFNBFyBfe4AwTTCWjAp6GV3ziHTkJmJrjFEvMpEf5BzTxgCGiSOEaNaSRwUh29WhCtueEL1Rh4Un20sMKdyhLb13+8AdBM2CAloSVvM+Fv8Jo4AV5MyCLyAH3IOld4jNiR9zCBPp/AgwANDozW7kLNYcAAAAASUVORK5CYII=) 
                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-links .cart-qty {
	margin-left: 2px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjlFOUQ1MkZFRTJFMTFFMkE0NDNDRjNBQTJFMzQ5QjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjlFOUQ1MzBFRTJFMTFFMkE0NDNDRjNBQTJFMzQ5QjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyOUU5RDUyREVFMkUxMUUyQTQ0M0NGM0FBMkUzNDlCMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyOUU5RDUyRUVFMkUxMUUyQTQ0M0NGM0FBMkUzNDlCMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps3t3ekAAAD0SURBVHjaYvz//z8DJYBx5syZ6GJMQOwPxE5A/AKI/wKxEBAfA+JNQPwPWTELFkNDgDgBiBuA+BRUTAeIy4CYFYhXo9uGDLiAOBGq+BSS+BUgroS6jAfdBSBDBIH4NxA7QG25CcQCaIa/B2JmqNcOQPV+ARGzgFgDiP8AsTQQswHxXixeA4WFPBCbAPFTqGGPQQbEQW1lgAbUQiCeBMTsaAZsAOLFQDwXiFWgYr9BBnyGhjID1IYY9JCGAm2oun9IYfeJBU2xNBRjA6pQjAz+MzFQCAaHAZRkBnAYcFJgAAcoFs4AsRY0oZDq+vuMlGZngAADAA2/L/L5FcTTAAAAAElFTkSuQmCC) 
                left 4px 
                no-repeat;
	padding-left: 20px;
}

.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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAPCAYAAAAs9AWDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ0RkU3NEZFRjdCMTFFMjk0NDM5ODY3N0RBNjg4RTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ0RkU3NTBFRjdCMTFFMjk0NDM5ODY3N0RBNjg4RTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDRGRTc0REVGN0IxMUUyOTQ0Mzk4Njc3REE2ODhFNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDRGRTc0RUVGN0IxMUUyOTQ0Mzk4Njc3REE2ODhFNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhrlRqEAAAA8SURBVHjaYmwFAgY0wLJ58+bLGIKBgYF/0AUZr1+/7och+P//fw8M7UD8k2jBH5QJEm/RL6IFMfwOEGAA8EIW94aHKPoAAAAASUVORK5CYII=) 
                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: 100%;
	    /*height: 100%;*/
}
.master-wrapper-content {
	padding-top: 20px;
}
.header {
	margin-bottom: 20px;
}
.header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.header-logo {
	float: left;
    line-height: 0;
}
.header-logo a {
	display: block;
	line-height: 0; /*MOZ line-height bug fix*/
	margin: 24px 10px 25px 20px;
    height: 26px;
    overflow: hidden;
}
.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;
	height: 55px;
	padding: 10px 10px 0 0;
	z-index: 5000;
}
.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: 226px !important;
	height: 55px;
	border: none;
	padding: 0 15px;
	line-height: 28px;
	color: #ffffff;
	background: #2f2f50;
}
#instant-search-categories {
	float: left;
	width: 120px;
    height: 30px;
    margin: 0 0 0 -1px;
	border-color: #666;
    padding: 5px;
}
.search-box .search-box-button {
	float: left;
	width: 40px;
	height: 55px;
	border: none;
	overflow: hidden;
	background: #2f2f50 url('../img/search-icon.png') no-repeat;
	text-indent: 999px;
	margin: 0 0 0 -4px;
	background-position: 0px 12px;
}
.search-box .search-box-button:hover {
}
/*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;
	display: inline-block;
	float: left;	
}
/*Default Autocomplete end*/

@media all and (min-width: 981px) {
	.header-menu {
		position: relative;
		z-index: 1001;		
		height: 60px;		
		position: relative;
		top: 10px;
		left: 180px;
		margin: 0 auto 0px;		
		display: inline-block;
	}
	.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:hover > a,
	.header-menu > ul > li:hover > span {		
		background-color: none;
	}
	
	.header-menu .sublist {
		display: none;
		position: absolute;
		top: 45px;
		z-index: 1001;
		min-width: 180px;
        background: #fff;
		padding: 10px 0;
		box-shadow: 0 2px 3px #666;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header-menu .sublist.active,
    .top-menu {
		display: block;
	}
	.header-menu .sublist li {
		position: relative;
	}
	.header-menu .sublist li a {
		display: block;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUM1QzkzMDlGNzU3MTFFMUE1REZGMTM3QjcwNTE1NTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUM1QzkzMEFGNzU3MTFFMUE1REZGMTM3QjcwNTE1NTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQzVDOTMwN0Y3NTcxMUUxQTVERkYxMzdCNzA1MTU1NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQzVDOTMwOEY3NTcxMUUxQTVERkYxMzdCNzA1MTU1NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhNQSzcAAAAkSURBVHjaYkhLS/sPBAwgDCZgAoxgESBIT0//jyLDgKwHIMAA1O8l3wvjUCcAAAAASUVORK5CYII=) 
                    12px center 
                    no-repeat;
		padding: 5px 20px 5px 25px;
		color: #8c8c8c !important
		letter-spacing: 2px;
		font-family: 'Roboto', sans-serif;
		font-size: 1.2em;
		line-height: 28px;
	}
	.header-menu .sublist li:hover > a {
		color: #333;
		background: #f3f3f3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUM1QzkzMDlGNzU3MTFFMUE1REZGMTM3QjcwNTE1NTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUM1QzkzMEFGNzU3MTFFMUE1REZGMTM3QjcwNTE1NTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQzVDOTMwN0Y3NTcxMUUxQTVERkYxMzdCNzA1MTU1NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQzVDOTMwOEY3NTcxMUUxQTVERkYxMzdCNzA1MTU1NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhNQSzcAAAAkSURBVHjaYkhLS/sPBAwgDCZgAoxgESBIT0//jyLDgKwHIMAA1O8l3wvjUCcAAAAASUVORK5CYII=) 
                    12px center 
                    no-repeat;
	}
	.header-menu .sublist .sublist {
		top: -10px;
		left: 100%;
	}
}

.header-menu > ul > li > a,
.header-menu > ul > li > span {
	float: left;
	padding: 0 19px; /* made the padding 19px so that when the default sample data is installed all the categories go on one line - Stefan Hristov*/
	font: normal 15px/45px 'Exo', sans-serif;
	color: #fff;
	text-transform: capitalize;
    cursor: pointer;
	letter-spacing: 3px;
}
.header-menu > ul > li > a:hover,
.header-menu > ul > li > span:hover {
	color: #7a7acb !important;
	background-color: none !important;
}
.menu-title {
    display: none;
}
.menu-title span {
    background: rgba(0,0,0,0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0U0NjZBOEMwRTIzMTFFMzk2OEJBMENCNjczQzQwM0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0U0NjZBOEQwRTIzMTFFMzk2OEJBMENCNjczQzQwM0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRTQ2NkE4QTBFMjMxMUUzOTY4QkEwQ0I2NzNDNDAzQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRTQ2NkE4QjBFMjMxMUUzOTY4QkEwQ0I2NzNDNDAzQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt3AFQ0AAABISURBVHjaYnz37t1/BhoCJgYaA5pbwPj/P01DiIHl/fv3FBkgKCiI3wIgpsgLhBw4GskD7wNQKhrNyaORPBrJo5E87CMZIMAAh/YiIQBqO68AAAAASUVORK5CYII=)  
                97% center
                no-repeat;
    color: #eee;
    display: block;
    font-size: 24px;
    line-height: 70px;
    text-transform: uppercase;
    padding: 0 0 0 2.5%;
    cursor: pointer;
    overflow: hidden;
}

/*********** SLIDER + HOMEPAGE TWEAKS ***********/




.master-home-page {	
}
.master-home-page .master-wrapper-content {
	width: auto; /*override*/
}
.master-home-page .header {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#WidgetSlider-home_page_main_slider-1 {
	margin-top: 16px;
}

/*********** 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;
}
.main-slider {
	position: relative;
	z-index: 0;
	margin-bottom: -45px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	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, .nivo-caption {
	display: none !important;
}
.main-slider-menu > ul > li > a:hover {
}
.master-home-page .header-menu {
	clear: both;
	width: 60%;
	margin: 0 auto 0px;
    z-index: 1001;
}
.master-home-page .master-wrapper-main {
	width: 100%;
	margin: 0 auto;	
	height: auto !important;
}



/*********** FOOTER ***********/




.footer-wrap {
	background: #252a45;
	width: 100%;
	margin-bottom: 0;
	float: left;
}
.footer {
	max-width: 1020px;
	/* height: 100%; */
	margin: 0 auto 0px;
	padding-bottom: 20px;
	background: #252a45;
}
.footer-upper {
	overflow: hidden;
	width: 55%;
	padding-right: 5%;
	float: left;
}
.footer-block {
	float: left;
	padding: 60px 10% 60px 0%;
}
.footer-block:first-child {
	margin-left: 10%;
}
.footer-block h3 {
	margin: 25px 0 5px 0;
	padding: 3px 0 0px;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
}
.footer-block li {
	padding: 3px 0 3px 0px;
}
    .footer-block .social-sharing li {
        background: none !important;
        padding: 0 !important;
        margin:0 !important;
        float: left;
    }
.footer-block li a {
	color: #aaaab1;
	font-size: 14px;
	line-height: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.footer-block li a:hover {
	color: #5b6496;	
}
.footer-lower {
	overflow: hidden;
	float: left;
	width: 35%;
	padding-right: 0%;
}
.footer-lower h3 {
	margin: 25px 0 15px 0;
	padding: 3px 0 0px;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
}
.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-icons {
	width: 240px;
	margin: 0 auto;
}
.social-sharing {
	float: right;
	width: 100%;
	text-align: center;

}
.social-sharing ul {
	overflow: hidden;
	margin: 15px 0 0 0;
}
.social-sharing li {
	float: left;
	margin-left: 10px;
}
.social-sharing li:first-child {
	margin-left: 0;
}
.social-sharing a {
	display: inline-block;
	width: 40px;
	height: 40px;
	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: -40px 0;
}
.social-sharing .google {
	background-position: -80px 0;
}
.social-sharing .pinterest {
	background-position: -120px 0;
}
.social-sharing .youtube {
	background-position: -160px 0;
}
.social-sharing .rss {
	display: none;
}
.social-sharing a:hover {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../img/social-sprite.png') center no-repeat;
}
.social-sharing a:first-child {
	margin-left: 0;
}
.social-sharing .facebook:hover {
	background-position: 0 -40px;	
}
.social-sharing .twitter:hover {
	background-position: -40px -40px;
}
.social-sharing .google:hover {
	background-position: -80px -40px;
}
.social-sharing .pinterest:hover {
	background-position: -120px -40px;
}
.social-sharing .youtube:hover {
	background-position: -160px -40px;
}
.subscribe-to-newsletter {
	position: relative;
	margin-top: 84px;
	width: 100% !important;
	text-align: center !important;
}
.subscribe-to-newsletter p {
	font-size: 14px;
	line-height: 20px;
	color: #a7a7a7;
	margin-bottom: 10px;
}
.newsletter-email {
	overflow: hidden;
	background: #444;
	width: 174px;
	height: 30px;
	padding: 0 !important;
	margin: 0 auto !important;
}
#bullseye input[type="text"] {
	width: 160px !important;
	height: 34px;
	padding: 0 6px;
	line-height: 28px;
	float: left;
	background: none;
	color: #fff;
	border: 0;
}
#bullseye {
	text-align: center;
	width: 204px;
	margin: 0 auto;
	border: 2px solid #fff;
}
#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: url('../img/icon5.png') center no-repeat;
	text-indent: 999px;
	float: left;
}
#bullseye input[type="submit"]:hover {
	opacity: .4;
}
.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 {
	width: 100%;
	height: 78px;
	margin: 0;
	background: #2d3250;
	color: #fff;
	font-size: 11px;
	line-height: 78px;
	float: left;
}
.bottom .center {
	max-width: 1020px;	
	margin: auto;
}
.region-flag {
	float: left;
	padding: 0 0 0 20px;
}
.region-flag p {
	float: left;
	color: #5b6496;
	font-size: 12px;
	line-height: 78px;
}
.region-flag p:hover {
	color: #aaaab1;
}

.region-flag-img {
	float: left;
	margin: 24% 10px;
    background: url("../img/region-flag.jpg") no-repeat;
    height: 18px;
    width: 30px;
}

.region-flag-img:hover {
    background-position: -30px 0;
}

.footer-disclaimer {
	float: right;
	color: #5b6496;
	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-tax-shipping {
    margin: 0 auto;
    width: 270px;
	text-align: center;
}
.footer-tax-shipping a {
	text-decoration: underline;
}
.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;
}
.region-flag {
	float: left;
	padding: 0 0 0 20px;	
}
.region-flag p {
	float: left;
	color: #5b6496;
	font-size: 12px;
	line-height: 78px;
}
.region-flag p:hover {
	color: #aaaab1;
}

/*********** LEFT/RIGHT COLUMNS ***********/




.master-wrapper-main {
	/*min-height: 300px;*/
	top: 0px;
	position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    /*height: 100%;*/
}
.master-wrapper-main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.side-1-2 {
	width: 25%;
	float:right;
}
.center-1-2 {
	display: inline-block;
	width: 75%;
    float:left;
}
.side-2 {
	width: 30%;
	float: left;
}
.center-1 {
	margin-bottom: 30px;
}
.center-2 {
	float: right;
	width: 70%;
}
.block {	
	float: left;
	width: 180px;
	padding: 3px;
}
.block .title {
	background: #333;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.block .title strong {
	font-weight: normal;
}
.block .listbox {
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff;
}
.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-top: 1px solid #bbb;
	border-bottom: 1px solid transparent;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzhFMjA1REVFRkJCMTFFMkJGNDhBNkZFNzU2REFBQjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzhFMjA1REZFRkJCMTFFMkJGNDhBNkZFNzU2REFBQjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDOEUyMDVEQ0VGQkIxMUUyQkY0OEE2RkU3NTZEQUFCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDOEUyMDVEREVGQkIxMUUyQkY0OEE2RkU3NTZEQUFCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg/eg1IAAABLSURBVHjaYvz//z8DMYDF1dUVm7ghEO8H4t9A7AzElxjxmQg0BCT5GohtWNAEsQFRIF5AjIkvwSbicKM5EO+EWgtScIeRWF8DBBgAI4ccCtvdQy4AAAAASUVORK5CYII=) 
                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;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #bbb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNBMDk3ODNFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNBMDk3ODRFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0EwOTc4MUVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0EwOTc4MkVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv2x/5EAAABZSURBVHjaYvj//z8DGtYC4ldAfAGIdWHiDFgUgrAhEH8A4tdArAcSYwSrxg1Akq+B2Aak8CmQIcWAHxwnxsSXIBNxudEc6sZXMA9hU6QLVXAGGgJgcYAAAwCrw48pVvch+wAAAABJRU5ErkJggg==) 
                12px center 
                no-repeat;
	color: #fff;
}
.listbox .sublist {
	background: #f6f6f6;
	padding: 8px 10px 12px 30px;
}
.listbox .sublist .sublist {
	padding-left: 15px;
}
.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 {
	border-top: 1px solid #bbb;
	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 {
	border-top: 1px solid #bbb;
	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: 0px;	
	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: 2.4em;
    font-weight: normal;
    color: #555;
    font: 28px 'Exo', sans-serif;
    margin-top: 20px;
}

.topic-page h1 {
	line-height: 28px;
}



/********** CATEGORY PAGE **********/




.breadcrumb {
	font-size: 16px;
	padding: 10px 0;
}
.prod-breadcrumb {
	margin-top: 80px;
	background: #ffffff;
}	
.breadcrumb ul {
	overflow: hidden;
}
.breadcrumb li {
	float: left;
	margin-left: 5px;
	font-size: 0.9em;
}
.breadcrumb li * {
	color: #767676;
}
.breadcrumb strong {
	color: #333;
	font-weight: normal;
}
.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 {
	margin-left: -10px;
}
.product-selectors select {
	min-width: 50px;
	margin-left: 5px;
	text-transform: lowercase;
	color: #444;
}
.product-viewmode {
	display: none;
}
.category-page .page-title,
.manufacturer-page .page-title {
    background: #ffffff;
}
.category-page,
.manufacturer-page,
.topic-page,
.search-page {        
	max-width: 1020px;
	margin: 0 auto;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin-bottom: 20px;
	padding: 0 5px;
	line-height: 18px;
    font-size: 1.5em;
    background-color:#fff;
    float:left;
    width:100%;
}
.category-description strong,
.manufacturer-description strong,
.vendor-description strong {
	color: #333;
}

.product-filters-wrapper {
	display: none;
    clear: both;
}

.related-products-grid .title {
	padding-top: 40px;
	float: left;
	width: 100%;
    font: 15px 'Exo', sans-serif;
}

.related-products-grid {
	margin: 70px 0 30px 0 !important;
	max-width: 1020px;
	padding: 0px 20px 40px 20px;
	margin: 0 auto !important;
}

.related-products-grid .item-box:nth-child(2n+1) {
	margin-left: 0 !important;
}

.item-grid:after,
.product-grid:after,
.manufacturer-grid:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.item-box {
	float: left;
	width: 24%;
	margin: 0 1% 1% 0%;
	padding: 0px;
	height: 350px;
background: #fff;
}
/*
.item-box:nth-child(3n+1) {
    clear: both;
	margin-left: 0;
}
*/
.item-box .product-item {
	position: relative;
	overflow: hidden;
	background: #ffffff;  
	min-height: 305px;
padding: 10px 20px;
}
.item-box .product-title {
	padding: 15px 0px 0px 0px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	background: ;
}
.item-box .product-title a {
	display: block;
	overflow: hidden;
	color: #000000;
	font: 16px "exo";
	font-weight: 400;
}
.item-box .picture {
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;   
}
.item-box .picture a {
	display: block;
	width: 100%;
	height: 100%;
}
.item-box .picture a:before {
    content: " ";
    padding-top: 100%;
    display: block;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.item-box .details {
	position: absolute;
	bottom: -286px;
	left: 0;
	width: 100%;
	height: 285px;
	box-shadow: 0 0 0 1px rgba(150,150,150,0.5);
	background: rgba(0,0,0,0.7);
    -webkit-transition: bottom .3s ease-in-out;
    -moz-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
    z-index: 2;
}
.item-box .description {
	overflow: hidden;
	padding: 10px 10px 5px;
	color: #fff;
	position: relative;
	max-height: 285px;
	height: 285px;
}
.item-box .description a {
    display: block;
    /*height: 130px;*/
}
.item-box .read-more { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0; 
	padding: 60px 0; 	
	/* "transparent" only works here because == rgba(0,0,0,0) */ 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, black));
        background-image: -webkit-linear-gradient(top, transparent, black);
        background-image: -moz-linear-gradient(top, transparent, black);
        background-image: -ms-linear-gradient(top, transparent, black);
        background-image: -o-linear-gradient(top, transparent, black);
}
.item-box .product-rating-box {
	display: none;
}
.item-box .sku {	
	/*float: right;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 30px;
    padding-left: 5px;
    opacity: 0.7;
    display: none;*/
    font-size: 0.85em;
    opacity: 0.85;
    display:block;
}
.item-box .add-info {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}
.item-box .prices,
.item-box .buttons {	
	text-align: left;
	background: ;
}
.item-box .buttons{
    height:34px;
}
.item-box .old-price {
	margin-right: 5px;
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	color: #3b3b3b;
	font: 16px 'roboto';
	font-weight: 300;
}
.tax-shipping-info {
    color: #eee;
}
.tax-shipping-info a {
	text-decoration: underline;
	color: #999;
}

.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;
}
.item-box input[type="button"]:hover,
.item-box .buynow-button:hover {
	background: rgba(255,255,255,0.8);
}
.item-box .product-item:hover .details {
	/*bottom: 0 !important;*/
}

.product-grid {
	margin: 0;
	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;
    clear: none;
}
.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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0YwODI3RjcwMzI0MTFFMzk2ODNGN0NGRjZFMzA5RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0YwODI3RjgwMzI0MTFFMzk2ODNGN0NGRjZFMzA5RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRjA4MjdGNTAzMjQxMUUzOTY4M0Y3Q0ZGNkUzMDlFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRjA4MjdGNjAzMjQxMUUzOTY4M0Y3Q0ZGNkUzMDlFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnurTIAAAAJOSURBVHjavJjLLgRBFIa7h6UlYsECa8YOERmXGR6AB3GLHRJsXELiNSzY0pjZsZHMvICthLEhrIxxjvwlpVTP1I2T/JnumurTX9epU3W643q9HjWzQqGQ9lcvaZc0S4pJZ6RV0p3cKUmSyNRaI3cbIF2QOqW2OdI4aYZUcXGacYQZJF0qMMK4jYck+19AgxiZDpxzzKehGto6XKEynjAfALmCCr5QGU+YPKko9SnqoCgpsqGBTGCCQMXN0p4c2cDINomQteD8kd3RElBxBvKASYOq8vWNoFKBAsA4QWmBAsIIm4C/plC/gP4Axgoqo8BkHWH2sUA+o29O06cEXyL72vleavZ9jxD+SDxGZo+0gmO+6RLpyHakvoA0MDWsJbZhkqHY1kjbNlBxPp/vo5ObADDCdlCCCNskbRhA8To1ykDHdDCvwtjUMJosvaefrkZQ7J/6qVAnDPRCB21omEoZmWvSiGeW/YASD0xQk9iY2d5M97LuyN/ilPa6WjGeodJjO0fISsqT9FiG7EGakxEm9rqmXw7JJOycQ9aPkAgH7yqUpR2SFhSYNU2/HOZPq5RpYyLth0Da7gl1QFqUznlUtgxgnpD2ZXlh9IXi1XpZytZVABrD/NrLPKAEzCvpFtlUsoVJ21xDhc8aplH5ERrKCKZZgRYKyhjGpIT1hbKCMS3yXaGsYYyAHKGcYGzey8oAqEpbToISIhiM7ZurCZQXjMu7fSMoLQyu+dOvHzqoIuaTF4zP9yEVSjZnGB8gATVMOuVKDzpFW9nV6acAAwD1eFbbNsza4wAAAABJRU5ErkJggg==) 
                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 {
	background: #ddd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTdBQTAxRjQwQjA1MTFFM0I3QjlCNDBEODMyQTAwQTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTdBQTAxRjUwQjA1MTFFM0I3QjlCNDBEODMyQTAwQTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBN0FBMDFGMjBCMDUxMUUzQjdCOUI0MEQ4MzJBMDBBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBN0FBMDFGMzBCMDUxMUUzQjdCOUI0MEQ4MzJBMDBBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjq2YgsAAAIPSURBVHjatJdNK0RhFMfNw45QErM0YshYSJKFKcwHsDCTpY/gJSWlNGVhM2wlH4BJs5GdQWyVvDULyUbSNYNk6eX/1Ll1u9079zlnxqlf8zQvz/83c+fec24okUjUCKoFZMAk+AU5MA/euBvVCcLbwDHodTw3AwbBBLA4mylmeLsj/AR0gi5wDvrBEWj9LwEdnneEp8ADuAdTUgklDE+6fuoXqYQShr96vM8tkTeRUFUKd0ucgZiJhKpiuFMiaSqhqhzOllAGpxo3nCWhfMJ76FEabiyhyoSnDMLn6FL8DnZBmCuhKgjXtQGWQBN95gL0cSQULSThdq2DVVqHaY+YoURzbSQS2cJiXBhu1yk1tjiop6ADj72+wCEYBkP6y4fQjj+xaAAd4NFj8zT9OkmB2AC49Hg+CgpaUFt/B7Tmaep43PoxuQAqGiZ07VCvd1c3CBmQcXzGon7g9e3DlKUrpwUWwC0dvz0fiaBK00Rkh+sx684nfB+MkNyiFiiBsQoklsEKrZ9pKroyCNeSH8phLZGYBWtA/5Gz9M++Ngwvuq+EEolNOv6NdAo/ccK9eoFV4eFghft1Q7dEVigRGF5uHrAlbsCoQMIoPGgisugSzZUwDjeZCbkSrHDTqdhUgh3OuS8IkhCFc++MvCSiNDuKwiU3p7ZEniQKjtfY4ZKbU1siTh2tRIHbJFbkbvYnwAAvgcifcU4KrQAAAABJRU5ErkJggg==) 
                10px center 
                no-repeat;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
	padding: 10px 10px 10px 52px;
}
.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: 140px;
}

.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*/
    clear: none;
}
.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 {
    background-color:#fff;
}
    .sub-category-grid .item-grid {
        text-align: center;        
    }

    .sub-category-grid .item-box:hover {
        opacity: 1.0;
    }
/*RESET*/
.sub-category-grid .item-box:nth-child(5n+1) {
/*	margin-left: 16px; 
    clear: none;*/
}
.sub-category-grid .item-box:nth-child(2n+1) {
	/*margin-left: 0;*/
}
.sub-category-grid .title,
.manufacturer-grid .title {
	margin: -7px 0 1px;
	border-bottom: 0px solid #666;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAYAAABSx2cSAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAcElEQVQ4T7XN0QmAMAyE4U7hiJnDzU+vtKKSS2LBh5+WwJc0AMu5w2rusJo7rHZ9zOxTv+DtbB/vff5IYUKMVy5QeF4OFyjM0gURZuGCDDO5oILZe0GfV/DyZQlZhEPIFE4hUziFTOF5WUKmcCkA7QBpzkFKBhDs3QAAAABJRU5ErkJggg==) 
                5px center 
                no-repeat;
    background-color:#f4f4f4;
	padding: 10px 0 10px 33px;
	font-weight: normal;
    text-align: left;
}
.sub-category-grid .title a,
.manufacturer-grid .title a {
	color: #444;
}
.sub-category-grid .item-box .picture {
	/*width: 342px;
	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;
	margin-right: 4%;
}
.pager ul {
	float: right;
}
.pager li {
	float: left;
	margin-left: 10px;	
}
.pager li * {
	float: left;
	width: 23px;
	height: 22px;
	border: 1px solid #444;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	color: #fff;
}
.pager li *:hover,
.pager li span {
	border-color: #000;
	background: rgba(0,0,0,0.7);
}
.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(data:image/png;base64,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);
}
.pager li.next-page * {
	background-image: url(data:image/png;base64,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);
}
.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: 0px;
	background-color:#fff;
}
.product-essential:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.gallery {
	float: left;
	width: 60%;
	margin-bottom: 20px;
	margin-top: 40px;
/*		position: relative; */
}
.gallery > .picture-wrapper {
	float: left;
	width: 70%;
	background-color: #fff;
	margin-right: 20px;
}
.gallery > .picture-thumbs {
	float: left;
	margin-left: 1%;
	margin-right: 0;
/*		width: 50%;
		height: 50%;
		overflow: auto;
		margin: auto;
		position: absolute;
		top: 0; bottom: 0; right: 2%; */
float: right;
}
.gallery .picture {
	position: relative;
	width: 100% !important;
	margin-bottom: 10px;
	border: 0px solid #bbb;
	overflow: hidden;
	background: none;
}

.gallery .picture img {
	max-width: 343px;
	max-height: 343px;
}

.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;	
	width: 4%;
	min-width: 100px;
	height: 400px;
}
.gallery .picture-thumbs a {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	margin: 12px 0 0 12px;
	border: 0px solid #bbb;
	overflow: hidden;
	background: #fff;
}
.gallery .picture-thumbs a:nth-child(3n+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: left;
}
.overview .product-name {	
}
.overview .product-name h1 {
	font-family: 'Exo', sans-serif;
	font-size: 2.2em;
	color: #202040;
}
.overview .sku {
	margin-top: -5px;
}
.overview .short-description ul {
    padding-left: 15px !important;
    padding-right: 20px;
}
.overview .short-description li {
    line-height: 1.5em;    
    list-style-position: outside;
    margin-bottom: 1em;
    letter-spacing: 0.03em;
    font-family: 'Roboto', sans-serif;
}
.overview .short-description li a {
	color: #4682b4;
}
.variant-overview .variant-description {
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 1.25em;
	color: #373737;
	font-family: helvetica neue;
	width: 80%;
}
.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);
}
.product-details-page .sku,
.product-details-page .gtin,
.product-details-page .free-shipping,
.product-details-page .product-vendor {
	margin: 8px 0;
}
.product-details-page .free-shipping {
	display: none;
}
.overview .stock,
.variant-overview .stock,
.overview .manufacturers {
	margin-bottom: 10px;
}
.overview span.value,
.variant-overview span.value {
	color: #333;
	font-weight: bold;
}
.overview .free-shipping,
.variant-overview .free-shipping {
	width: 80px;
    height: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #fff;
    border-radius: 40px;
	background: #bc0;
	padding-top: 16px;
	text-align: center;
    font-size: 16px;
	color: #fff;   
}
.overview .manufacturers a,
.product-vendor 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 {
	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 5px 0 0;
}
.color-squares .color-container {
	float: right;    
    padding: 0 !important;
    border-color:#fff !important;
}
.color-squares .color {
	display: block;
	width: 20px;
	height: 20px;
	border: 6px solid #fff;
    cursor:pointer;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
}
.color-squares .selected-value .color {
	border: 4px solid #ffffff;
}
.color-squares .selected-value .color-container {
	border: 2px solid #b5b5b5 !important;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	float: left;
	margin: 6px 0 0 -18px;
}

.overview .prices,
.variant-overview .prices {
	margin-bottom: 10px;
	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;
	font-family: 'Roboto', sans-serif;
	color: #202040;
	font-size: 24px;
}

.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;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.5);
	padding: 0 6px;
	text-align: center;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 32px;
	border: 1px solid #666;
	background: rgba(0,0,0,0.4);
	box-shadow: inset 0 0 1px 0 #ccc;
	padding: 0 24px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	border-color: #777;
	background: rgba(0,0,0,0.3);
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.full-description {
	clear: both;
	margin: 10px 20px 20px 20px;
	line-height: 1.5em;
    font-size: 1.2em;
    vertical-align: top;
}

.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;
	width: 220px;
	height: 220px;
	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: #363c74;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
	/*margin-bottom: -1px;*/
}
.ui-tabs .ui-tabs-nav li {
	float: left;
}
.ui-tabs .ui-tabs-nav li:first-child {
	margin-left: 0;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	background: #363c74;
	padding: 12px 40px;
	color: #ffffff;
	font-size: 14px;
	border-right: 1px solid #545989;
	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;
}
/*Jquery Tabs end*/

.product-collateral .title {
	margin-bottom: 10px;
	font-size: 13px;
	color: #333;
}
.product-specs-box,
.product-feats-box,
.productTabs {
	padding: 10px 20px;
	margin-bottom: 20px;
}
.product-specs-box .data-table td,
.product-feats-box .data-table td,
.productTabs .data-table td {
	border: 0 !important;
	font-size: 14px;
	line-height: 22px;
}

.productTabs td p {
	font-size: 16px;
	font-weight: 400;
}

.product-specs-box .data-table td:first-child,
.product-feats-box .data-table td:first-child,
.productTabs .data-table td:first-child {
	width: 30% !important;
}
.product-specs-box .data-table .odd td,
.product-feats-box .data-table .odd td,
.productTabs .data-table .odd td {
}
.product-specs-box a,
.product-feats-box a,
.productTabs a {
	font-weight: normal !important;
    font-style: normal !important;
    color: steelblue !important;
}
.ui-tabs .product-specs-box .data-table,
.ui-tabs .product-feats-box .data-table,
.ui-tabs .productTabs .data-table {
	box-shadow: none;
}
.ui-tabs .data-table tr {
	border-bottom: 1px solid #eaeaea;
}

.product-compat {
	max-width: 980px;
	margin: 0 auto;
}

.product-compat tr td {
	padding: 5px 0 !important;
	line-height: 20px;
	font-size: 12px !important;
}

.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;
}
.vendor-list li {
	display: inline-block;
}
.product-tags-all-page li,
.vendor-list li a {
	display: block;
	padding: 8px 12px;
}

.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 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 textarea {
	vertical-align: top;
}
.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: 1px solid #666;
	background: rgba(0,0,0,0.4);
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	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;
}

.addthis_sharing_toolbox {
	margin: 5px 0 40px 0;
}

.addthis_toolbox .custom_images a:hover {
	opacity: .5;
}

.at-share-btn {
	margin-right: 5px !important;
}

.specifications-link {
	font: 13px 'Exo', sans-serif;
	color: #787878;
	letter-spacing: 1px;
	margin: 80px 0 30px 0;
}

/********** 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-page {
	float: left;
	padding: 0 20px 40px 20px;
	background: #fff;
}
.topic-page .page-title {
	padding-left: 20px;
}
.topic-page h2 {
	padding: 40px 0px 0px 0px;
	font-size: 32px;
	line-height: 36px;
	color: #000;
}
.topic-page h3 {
	font: 15px 'Exo', sans-serif;
	padding-left: 0px;
}
.topic-page p {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	padding: 0 0px;
}

.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 {
	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;
}


.contact-page .page-body,
.email-a-friend-page .page-body {
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	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: 1px solid #666;
	background: rgba(0,0,0,0.4);
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover {
	border-color: #777;
	background: rgba(0,0,0,0.3);
	box-shadow: inset 0 0 1px 0 #ccc;
}
.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 {
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff;
	padding: 20px;
}
.registration-page .inputs,
.customer-info-page .inputs {
    width: 100%;
}
.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;
}
.gender {
    display: inline-block;
}
.gender > * {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    margin-bottom: 0 !important;
}
select#CountryId,
select#StateProvinceId,
select#TimeZoneId {
	width: 314px;
}
#check-availability-button {
	padding: 6px 12px;
	font-size: 12px;
	text-transform: none;
    vertical-align: middle;
}
#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: 1px solid #666;
	background: rgba(0,0,0,0.4);
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	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: #eee;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
	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;
    vertical-align:middle;
}
.login-page .inputs.reversed input {
	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: #eee;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
	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;
}
.back-in-stock-subscription-list-page .description {
	margin-bottom: 20px;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0E5MjQ0OUNGNTMxMTFFMkExQUQ4N0QzOThGOEYyMzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E5MjQ0OURGNTMxMTFFMkExQUQ4N0QzOThGOEYyMzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTkyNDQ5QUY1MzExMUUyQTFBRDg3RDM5OEY4RjIzNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTkyNDQ5QkY1MzExMUUyQTFBRDg3RDM5OEY4RjIzNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pim/Bd0AAAFqSURBVHjalJU9SwNBEIYvS36Ahbkg9qKChdyBoKBeVJD0flQW6u+SYKeWYiOSxP5AMaiNrUUMgqVgoe/Au+G4y+6OC09xN7cPs7sze7UkSaLAmAFnYBvcgmMwtME8zysTjELYBbugDtqgB5q+SUYhnKcoBn2wEBIbpXAPjMC+RmyUwk/GKuI0TZshqU8YacXmn0KXuFsUG6VwEXyAR7BUEt8zPhbXUKfaDJcZ/wFb4InvG+AKbIAXkEmm58olP4ApMA3uwByLf8R5NuOOSFc56bAgfAe/Dmx2nUJXifiAj2uGS5dxwY9lzMrWOIjYpkdWyr285GNfpCfgFWwy0HAsfwV88YB2wFtJuA6ewanhqWYBsZz4NUXyzYDvy8JMtsIUluMTD9j7KU/YKSwX/1CRcRQSTmpTjdgrdF0oPnEcEvquvknimJ0zFrISKqPuuaStuEex/YWIsOUSan4nVnwDvllWLZahc/wJMADd/ZiwiGs3vQAAAABJRU5ErkJggg==) 
                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;
	cursor: default;
}
.order-progress li.active-step a:hover {
	opacity: 0.8;
}

.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,
.return-items-button {
	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;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.order-details-page .button-1:hover {
	border-color: #777;
	background: rgba(0,0,0,0.3);
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
	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;
}
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover {
	border-color: #aaa;
	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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTlGOTIwRTE4QjEyMTFFMjk2MTFBOTI3MEVBRUJDRDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTlGOTIwRTI4QjEyMTFFMjk2MTFBOTI3MEVBRUJDRDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBOUY5MjBERjhCMTIxMUUyOTYxMUE5MjcwRUFFQkNENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBOUY5MjBFMDhCMTIxMUUyOTYxMUE5MjcwRUFFQkNENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrrcwGMAAADbSURBVHjaYvC2s/gPxC3///9nQMZAsVKQHJO5te1GNja2al8Hq3YGKACyS4FiXfpGxrsYgaoNW2sqas+dOhH4+/fvDqD8O1ZW1i4NHd1drX2T62BGGgAVrQv1cPoPwtWFuTuBYuYgORaoqRdevXzxkJGJiYGRkZHhw4f3L4BiJ0ESICsYglztS9nZ2btUNbV2cXFxf7149nTgz58/O9btPljJfPnYwVIODo4uNU3tXU3d/XU2js777t66Kf729evUZQvmcjAEuzv+ry8rhNsJc1NHQ806kBxAgAEAkMl6KBuCQd8AAAAASUVORK5CYII=) 
                center 
                no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
.remove-discount-button:hover,
.remove-gift-card-button:hover {
	border-color: #666;
}
/*global buttons end*/

.cart .edit-item {
    margin: 5px 0 0;
}
.cart .edit-item a {
    display: inline-block;
    padding: 8px 0;
}

.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-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: -1px;
	font-size: 11px;
}
.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;
}
.cart-footer .shipping .button-2 {
	float: right;
    margin-right: 7px;
}
.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;
}

.shopping-cart-page .addon-buttons {
    margin: 20px 0;
    float: right;
    text-align: left;
    width: 260px;
}

.checkout-page .buttons {
	margin-bottom: 10px;
	text-align: center;
}
.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 {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	background: #fff;
	padding: 15px;
	padding-bottom: 0;
}
.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 {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	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;
}
.method-name > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.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 {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.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;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding: 15px;
}
.opc .section {
	margin-bottom: 15px;
	background: #eee;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
	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 {
	background: none;
	padding: 0;
}
.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;
    width: 100%;
}
.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 .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;
}
.order-details-page .shipments {
    clear: both;
}
.shipment-overview {
    margin: 0 0 15px;
}
.shipment-overview:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.shipping-details, .shipping-address {
    margin: 0 0 2% 2%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #FFF;
    padding: 15px;
    float: left;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 285px;
}
.shipping-details {
    margin-left: 0;
}
.shipping-details li,
.shipping-address li {
	margin-top: 15px;
}
.shipping-details li:first-child,
.shipping-address li:first-child {
	margin-top: 0;
}
.shipping-details li label,
.shipping-address li label {
	color: #333;
	font-weight: bold;
}
.shipping-details .title,
.shipping-address .title {
	margin-top: 5px;
}



/*********** SEARCH & SITEMAP ***********/


.search-page {
	padding: 78px 20px 40px 20px;
}

.search-input {
	background: #fff;
	padding: 15px;
}
.search-input .inputs.reversed {
	text-align: center; /*RESET*/
}
.search-input .inputs.reversed label {
	width: auto; /*RESET*/
}

.basic-search {
	background: #eee;
	padding: 15px;
}
    .basic-search > .inputs {
        display: inline-block;
        float: left;
    }
.basic-search label {
	width: 120px;
}
.basic-search input[type="text"] {
	width: 400px;
    max-width: 100%;
}

.advanced-search {
	display: none !important;
}
.advanced-search .inputs label {
	display: none;
}
.advanced-search select {
	display: none;
}
.advanced-search .price-range {
	display: none;
}
.advanced-search .price-range input {
	display: none;
}

.search-input .buttons {
	margin-bottom: 8px;
	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;
    margin-top: 7px;
	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 {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	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;
}
.linkedin {
	margin: 0 0 -5px 5px;
}

.linkedin:hover {
	opacity: .8;
}
/* RE-CAPTCHA */

    .recaptchatable #recaptcha_response_field {
        height: auto !important;
    }

/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float:left !important;
    }
    .recaptchatable #recaptcha_image img {
        max-width:100%;
    }
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

@media all and (min-width: 981px) {

    .item-box.mobile-box .details {
        position: static !important;
        height: auto !important;
        box-shadow: none !important;
        background: none !important;
    }
        .item-box.mobile-box .description {
            display: none;
        }
        .item-box.mobile-box .prices, .item-box.mobile-box .buttons {
            padding:0;
            text-align: center;
        }

        .item-box.mobile-box .prices {
            margin-bottom: 5px;
        }
            .item-box.mobile-box .prices > * {
                display:inline-block;
                line-height: 20px;
            }
            .item-box.mobile-box .old-price {
                margin: 0 5px 0 0;
            }
            .item-box.mobile-box .actual-price {
                color: #333;
            }
    .item-box.mobile-box .buttons {
        height: auto;
    }
        .item-box.mobile-box input[type="button"], .item-box.mobile-box .buynow-button {
            background: #b6b6b6;
            padding: 10px 20px;
        }
        .item-box.mobile-box input[type="button"]:hover,
        .item-box.mobile-box .buynow-button:hover {
            background: #dadada;
        }
    .item-box.mobile-box .picture {
        width: auto;
        height: auto;
    }
    .item-box.mobile-box .add-info {
        position: static;
    }
        .item-box.mobile-box .tax-shipping-info {
            display: block !important;
            color: #333;
        }
	.mini-banner-blocks {
		min-width: 980px;
		width: 980px;
	}
}

.shopsafeport {
	background: #000000;
	text-align: center;
	padding: 10px 0 5px 0;
	margin-top: -5px;
}

.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 !important;
    left: 0px !important;
    top: 0px !important;
    text-align: left !important;
    z-index: 8 !important;
    padding: 15px 0 5px 0 !important;
    background: none !important;
    color: inherit !important;
}

.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;}

/* SUPPORT */
#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;
}

.oldpages .oldboxwrap {
	background: #fff;
}

.oldboxwrap {
	width: 100%;
	float: left;
}

.oldbox {
	width: 50%;
	float: left;
}

.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 {
		margin: 0 auto -25px;
	}

	.push {
		height: 180px;
	}

	.footerwrap {
		height: 140px;
		margin-top: 20px;
	}	

	#WidgetSlider-home_page_main_slider-1 {
		margin-top: 56px;
	}

}



/*=====================================================
    
    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 #545989;
	}

	.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 #363c74;
	}

	.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 {
	width: 197px !important;
	height: 56px !important;
	background: #ffffff !important;
	color: #000000 !important;
	border: 2px solid #000000 !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
	text-transform: lowercase !important;
	font-size: 16px !important;
}


/* 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) {
	.header-menu {
		position: fixed;
		z-index: 1001;							
		margin: 0 auto 0px;
		display: inline-block;		
	}
    .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;
    }

}


/*=====================================================
    
    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;
    }

}


.home-boxes-2 {
    display: table;
    width: 100%;
}

.home-boxes-2 img {
    width: 100%;
    height: auto;
}

.nivoSlider,
.widebox-wrap,
.home-video img {
	margin: 0 0 -4px 0;
}

.left {
    display: table-cell;
    width: 50%;
	vertical-align:top;
}

.right {
    display: table-cell;
    width: 50%;
	height: 100%;
	vertical-align:top;
}

.righttop {
    width: 100%;
    height: 60%;
    float: left;
	background: #ffffff;
	color: #0086b2;
	position:relative;
}

.righttop:after{ 
	content:'';
	display:block;
	position:absolute;
	top:100%; /*should be set to 100% */
	left:30px;
	width:0;
	height:0;
/*	border-color: #ffffff transparent transparent transparent;
	border-style: solid;
	border-width: 10px; */
}

.rightbottom {
    width: 100%;
    height: 40%;
    background: #2883b;
    float: left;
	padding: 0%;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
/*	font-size: 4.2vw;*/
	color: #ffffff;
	margin: 0;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
/*	color: #ffffff;*/
	margin: 0;
}

.gallery-wrap {
	float: left;
	width: 100%;
	height: auto;
}

.gallery-wrap img {
	width: 100%;
	height: auto;
}

.thumb-wrap {
	float: left;
	width: 16% !important;
	height: 25%;
}

.thumb-wrap-new {
	float: none;
}

.thumb-wrap-out {
	float: left;
	width: 16%;
}

.gallery-prod-out {
	float: left;
	width: 64%;
	padding: 0 10%;
}

.gallery-prod-out img {
	margin: 0;
	width: 100% !important;
	height: auto;
	padding: 0;
	float: right;
}

.gallery-thumb {
	float: left;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	opacity: .5;
}

.gallery-thumb:hover {
	opacity: 1;
}

.gallery-prod {
	float: left;
	width: 64% !important;
	padding: 0 10% 0 10%;
}

.home-video {
	background:#ccc;
    height:auto;
    position:relative;
    width:100%;
}
  
.home-video img {
  	width: 100%;
  	height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-essential .full-description {
	padding: 0 !important;
	margin: 0 !important;
}

.product-row-wrap-1 .product-row-wrap-2 {
    padding-right: 50%;
    overflow: hidden;
}

.product-row-box-left {
	width: 100%;
	float: left;
}

.product-row-box-right {
	width: 100%;
	margin-right: -100%;
	float: right;
}

.product-row-box-left, .product-row-box-right {
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}

.product-row-box-left img, .product-row-box-right img {
	width: 100%;
	height: auto;
	float: left;
}

.product-row-wrap-1 h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 74px;
	font-weight: 100;
	color: #ffffff;
	line-height: 80px;
	padding: 0 10%;
}

.product-row-wrap-1 p {
	font-family: 'Robot', sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #ffffff;
	line-height: 40px;
	padding: 0 10%;
}

.responsive-center-text {
    position: relative;
    width: 100%;
}

.center-text-dummy {
    padding-top: 80%; /* forces 1:1 aspect ratio */
}

.center-text-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:left; /* Align center inline elements */
    font: 0/0 a;
}

.center-text-wrap .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 120%;
}

.center-text-wrap .center-text {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;  /* <-- Set maximum height to 100% of its parent */
    max-width: 100%;   /* <-- Set maximum width to 100% of its parent */
}

.max-image {
	float: right;
}

.max-image img {
	max-width: 692px;
	max-height: 692px;
}

.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	margin: 0 10%;
}

.datagrid {
	font: normal 16px/200% Roboto, sans-serif;
	overflow: hidden;
}

.datagrid table td, .datagrid table th {
	padding: 10px 0px;
}

.datagrid table tbody td:first-child {
	border-left: none;
}

.datagrid table tbody tr:last-child td {
	border-bottom: none;
}

.data-table tbody tr {
	color: #807F7A;
	font-size: 16px;
	border-bottom: 1px solid #C4C2BF;
	font-weight: normal;
}

.data-table .spec-name {
	font-weight: bold;
	padding-left: 0;
}

.product-row-box-half {
	width: 100%;
	float: left;
}

.product-row-box-half p {
	font-family: roboto;
	font-size: 20px;
	color: #000000;
	text-align: center;
}

.product-row-box-half img {
	width: 50%;
	height: auto;
	float: left;
}

.category-page, .manufacturer-page {
	width: 96%;
	padding: 0px 2% 40px 2%;
	margin: 0 auto;
}

.category-page .page-title, .manufacturer-page .page-title {
	background: #ffffff;
	border-bottom: 0;
	/*padding: 15px 0 15px 35px;*/
}

.category-page .page-title h1, .manufacturer-page .page-title h1 {
	/*font-family: "Exo";
	font-size: 30px;*/	
	font-family: 'Exo', sans-serif;
	font-size: 28px;
	color: #202040;	
	font-weight: bold;
}

.shop-now {
	width: 200px !important;
	margin-top: 10px;
}

.home-video {
	background: #ccc;
	height: auto;
	position: relative;
	width: 100%;
}

.home-video h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 4.2vw;
	color: #ffffff;
	margin: 0;
}

.placeholder {
	background: red;
	color: white;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.prompt {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
}

.prompttext {
	position: absolute;
	width: 30%;
	padding: 10%;
	text-align: left;
}


.product-feats-box {
	background: #edecec;
}

.product-specs-box,
.product-feats-box,
.productTabs {
width: 100%;
padding: 20px 0;
	margin: 0;
	float: left;
}

.product-specs-box .title, .product-feats-box .title, .productTabs .title, .product-specs-box h2, .product-feats-box h2, .productTabs h2, .productTabs-body .title strong {
	font-family: 'Raleway', sans-serif;
	font-size: 44px;
	font-weight: 100;
	line-height: 80px;
	color: #000;
}

.full-description p {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #000;
	line-height: 40px;
}

.overview-disclaimer {
	font-size: 10px;
	color: #cccccc;
	width: 100%;
	text-align: left;
}

.overview-disclaimer a {
	color: #cccccc !important;
	text-decoration: underline;
}

.nivoSlider img {
	width: 100%;
	height: auto;
}

.menu-title {
    display: none;
}

.product-details-page {
	padding-top: 0px;
	background: #ffffff;
}

.product-details-page .overview {

/*	padding: 0 20px; */
}

.overview-top {
	float: left;
	width: 45%;
	padding-top: 4%;
	padding-right: 2%;
}

.overview-mid {
	float: right;
	width: 50%;
	position: relative;
}

.overview-bottom {
	float: left;
	width: 45%;
	padding-right: 2%;
padding-bottom: 20px;
}

.qty-label, .qty-input {
	display: none;
}

.gallery {
	width: 100%;

}


.add-to-cart-button {
	width: 197px !important;
	height: 56px !important;
	background: #ffffff !important;
	color: #000000 !important;
	border: 2px solid #000000 !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
	text-transform: lowercase !important;
}

.download-terms {
	background: #edecec;
	border: 1px solid #cccccc;
	width: 90%;
	height: 400px;
	overflow: auto;
	padding: 0 5%;
}

.docking-download input, .docking-download button {
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	width: 100px;
	height: 40px;
	margin: 0 5px;
	background: #433b67;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	border: 0;
}

.docking-download input:hover, .docking-download button:hover {
	background: #cccccc;
}

.docking-buttons {
	width: 220px;
	height: 40px;
	text-align: center;
	margin: 10px auto;
}

.docking-download form, .docking-download button {
	float: left;
}


@media screen and (min-width: 769px) {

	.hide-mobile {
		display: none;
	}

	.header-logo {
		display: none !important;
	}

	.category-page, .manufacturer-page {
		width: 96%;
		padding: 0px 2% 40px 2%;
		margin: 90px auto 0 auto;
	}	

}

@media screen and (max-width: 1000px) {

	.hide-desktop {
		display: none;
	}

	.left,
	.right {
		width: 100%;
		display: block;
	}

	.overview-top, .overview-mid, .overview-bottom {
		width: 96%;
		padding: 0 2%;
		margin: 0;
		float: left;
	}

	.search-box {
		display: none;
	}

	.attributes {
		text-align: center;
		margin: 30px 0;
		display: block;
	}

	.color-squares {
		display: inline-block;
	}

	.add-to-cart {
		width: 197px;
		height: 56px;
		margin: 0 auto;
	}

}


/* 404 PAGE */

.missing-wrap {
	margin-top: 30px;
	max-width: 980px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;	
}

.missing-wrap h2 {
	font-size: 32px;
	font-family: Raleway;
	font-weight: 100;
	color: #000000;
	text-align: center;	
}

.missing-wrap h3 {
	font-size: 26px;
	font-family: Raleway;
	font-weight: 100;
}

.missing-wrap a {
	text-decoration: none;
}

.missing-wrap strong {
	font-family: roboto;
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px !important;
	float: left;
	width: 100%;
}

.missing-wrap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: roboto;
	font-size: 14px;
	line-height: 28px;
	color: #6d6d6d;
}

.missing-text {
	padding: 0 5%;
}

.missing-text p {
	margin: 10px 0 30px 0;
	font-size: 14px;
	color: #000000;
	font-family: roboto;
	text-align: center;
}

.search-box-404-wrap {
	padding: 20px;
	background: #eeeeee;
	text-align: center;	
}

.search-box-404 {
	width: 495px;
	height: 50px;
	margin: 0 auto;
}

.search-box-404 .search-box-text {
	width: 425px;
	height: 34px;
	border: 1px solid #dbdbdb;
	margin-top: px;
	float: left;
}

.search-box-404 .search-box-button {
	float: left;
	width: 50px;
	height: 47px;
	border: none;
	overflow: hidden;
	background: #2f2f50 url('../img/search-icon.png') no-repeat;
	text-indent: 999px;
	margin: 1px 0 0 -3px;
	background-position: 8px 8px;
}

.missing-devices-wrap {
	width: 39%;
	padding: 0 5%;
	margin: 40px 0;
	float: left;
	border-right: 1px solid #cccccc;
}

.missing-devices {
	width: 50%;
	float: left;
}

.missing-products-wrap {
	width: 39%;
	padding: 0 5%;
	margin: 40px 0;
	float: left;
}

.missing-products {
	width: 50%;
	float: left;
}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 978px) {

	.missing-wrap {
		margin-top: 120px;
	}

	.search-box-404 .search-box-text {
		width: 425px;
		height: 36px !important;
		border: 1px solid #dbdbdb;
		margin-top: px;
		float: left;
	}

	.not-found-page .page-title {
		display: none;
	}

}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px)  {

	.missing-wrap {
		margin-top: 45px;
	}

	.missing-devices-wrap, .missing-products-wrap {
		width: 80%;
		text-align: center;
		padding: 0 10%; 
		border-right: 0;
	}

}


/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 480px)  {

	.missing-devices-wrap, .missing-products-wrap {
		width: 80%;
		text-align: center;
		padding: 0 10%; 
		border-right: 0;
	}

	.search-box-404 {
		width: 90%;
		padding: 0 5%;
		height: 50px;
		margin: 0 auto;
	}

	.search-box-404 .search-box-text {
		width: 80% !important;
		height: 46px !important;
		float: left;
		margin: 0;
	}

	.search-box-404 .search-box-button {
		width: 20%;
		float: left;
		margin: 0;
	}

}


/* DOCKING CATEGORY PAGE */

.category-page {
	margin-left: auto;
	margin-right: auto;
}

.category-description {
	padding: 0;
}

.docking-banner-wrap {
	max-width: 1020px;
	width: 100%;
}

.docking-banner-left {
	width: 69%;
	float: left;
	margin-right: 1%;
}

.docking-banner-right {
	width: 30%;
	float: left;
}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 480px)  {

	.docking-banner-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.docking-banner-right {
		width: 100%;
		margin-bottom: 20px;
	}

	.responsive-videos table td {
		width: 100%;
		float: left;
		padding-left: 0;
		padding-right: 0;
	}

}

.prod-breadcrumb {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.product-essential {
	max-width: 1020px;
	margin: 0 auto;
}

.product-collateral {
	width: 100%;
}

.product-feats-box {

}

.product-feats-box .title,
.product-specs-box .title,
.product-feats-box .full-description,
.product-feats-box .data-table,
.product-specs-box .data-table,
.productTabs-body {
	max-width: 980px !important;
	margin: 0 auto;
	padding: 0 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 98%;
	padding: 1%;
}


/* ELOQUA */

/* RESET */ .elq-form * {  margin: 0;  padding: 0;}.elq-form input, textarea {	-webkit-box-sizing:content-box;	-moz-box-sizing:content-box;	box-sizing:content-box;} .elq-form button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select {	-webkit-box-sizing:border-box;	-moz-box-sizing:border-box;	box-sizing:border-box;}/* GENERIC */.elq-form input {	padding: 1px;}.elq-form .item-padding {	padding:6px 5px 9px 9px;}.elq-form .field-wrapper.individual {    float: left;    width: 100%;	clear: both;}.elq-form .field-p {	position: relative;	margin: 0;	padding: 0;}.elq-form .zIndex-fix {	position: absolute; 	z-index: 1; 	top: 0; 	left: 0; 	right: 0; 	bottom: 0;}.elq-form .field-design {	position:absolute; 	z-index:2; 	top:0; 	left:0; 	right:0; 	bottom:0; 	margin:0; 	padding:0;}.elq-form .no-fields-prompt {	float: left;	width: 100%;	height: 150px;	padding-top: 50px;	clear: both;}/* SECTION BREAKS */.elq-form .section-break {	float:left;	width: 97%;	margin-right:2%;	margin-left:1%;	padding-bottom:6px;}.elq-form .section-break .heading {	width:100%;	font-weight: bold;	margin:0;	padding:0;}/* LABEL */.elq-form .required {	color: red !important;	display: inline;	float: none;	font-weight: bold;	margin: 0pt 0pt 0pt;	padding: 0pt 0pt 0pt;}/* FIELD GROUP */.elq-form .field-group {	float: left;	clear: both;}.elq-form .field-group.large {	width:100%;}.elq-form .field-group.medium {	width:51%;}.elq-form .field-group.small {	width:31%;}.elq-form .field-group .label {	float:left;	width:97%;	margin-right:2%;	margin-left:1%;	padding-bottom:6px;	font-weight: bold;}.elq-form .progressive-profile .pp-inner {	float: left;	clear: both;}.elq-form .progressive-profile .pp-inner.large {	width:100%;}.elq-form .progressive-profile .pp-inner.medium {	width:51%;}.elq-form .progressive-profile .pp-inner.small {	width:31%;}/* RADIO */.elq-form .radio-option {	display: inline-block;}.elq-form .radio-option .label {	display:block;	float:left;	padding-right:10px;	padding-left:22px;	text-indent:-22px;}.elq-form .radio-option .input {	vertical-align:middle;	margin-right:7px;}.elq-form .radio-option .inner {	vertical-align:middle;}/* CHECKBOX */.elq-form .checkbox-span {	display:inline-block;}.elq-form .checkbox-label {	margin-left:4px;}/* INPUT */.elq-form .accept-default {	width:100%;}/* SIZING */.elq-form .field-style {	float:left;	margin-right:2%;	margin-left:2%;}.elq-form .field-style._25 {	width:21%;}.elq-form .field-style._50 {	width:46%;}.elq-form .field-style._50_left {	clear:left;	width:46%;}.elq-form .field-style._75 {	width:71%;}.elq-form .field-style._100 {	width:96%;}.elq-form .field-size-top-small {	width:30%;}.elq-form .field-size-top-medium {	width:75%;}.elq-form .field-size-top-large {	width:100%;}.elq-form .field-size-left-small {	width:21%;}.elq-form .field-size-left-medium {	width:46%;}.elq-form .field-size-left-large {	width:60%;}/* INSTRUCTIONS */.elq-form .instructions.default {	color:#444444;	display:block;	font-size:10px;	padding:6px 0pt 3px;}.elq-form .instructions.group {	float:left;	width:97%;	margin-right:2%;	margin-left:2%;	padding:6px 0pt 3px;	color:#444444;	display:block;	font-size:10px;}.elq-form .instructions.left-single {	margin:0 0 0 33%;}.elq-form .instructions-other {   margin:0;}/* POSITIONING */.elq-form .label-position.left {	display:block;    line-height:150%;    padding:1px 0pt 3px;    float:left;    width:31%;    margin:0pt 15px 0pt 0pt;    word-wrap:break-word;}.elq-form .label-position.top {	display:block;    line-height:150%;    padding:1px 0pt 3px;    white-space:nowrap;}.elq-form .label-position.alignment-left {	text-align: left;}.elq-form .label-position.alignment-right {	text-align: right;}/* LIST ORDER */.elq-form .list-order {	display:block;}.elq-form .list-order.oneColumn {	margin:0pt 7px 0pt 0pt;	width:100%;	clear:both;}.elq-form .list-order.twoColumn {	float:left;	margin:0pt 7px 0pt 0pt;	width:38%;}.elq-form .list-order.threeColumn {	float:left;	margin:0pt 7px 0pt 0pt;	width:30%;}.elq-form .list-order.oneColumnLeft {	float:left;	margin:0pt 7px 0pt 0pt;	width:100%;}.elq-form .list-order.twoColumnLeft {	float:left;	margin:0pt 7px 0pt 0pt;	width:38%;}.elq-form .list-order.threeColumnLeft {	float:left;	margin:0pt 7px 0pt 0pt;	width:30%;}/* GRID STYLE */.elq-form .grid-style {      display:inline;      float:left;      margin-left:2%;      margin-right:2%;}.elq-form .grid-style._25 {      width:21%;}.elq-form .grid-style._50 {      width:46%;}.elq-form .grid-style._75 {      width:71%;}.elq-form .grid-style._100 {      width:96%;  }

.LV_validation_message{ font-weight:bold; margin: 0 0 0 5px; }
.LV_valid{ color:#00CC00; display:none; }
.LV_invalid{ color:#CC0000; font-size:10px; }
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active { border: 1px solid #00CC00; }
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active { border: 1px solid #CC0000; }

#sale-content-wrap {
/*	padding-top: 160px; */
	max-width: 1020px;
	margin: -30px auto 0 auto;
/*	padding: 160px 20px 0 20px; */
padding: 0px 20px 0 20px;
}

#sale-banner {

}

#sale-banner img {
	width: 100%;
}

#sale-text {
	font-family: 'Roboto', sans-serif;
	padding: 10px 0;
}

#sale-text h4 {
	color: #a5a5a5;
	font-size: 12px;
	text-align: center;
}

#sale-text p {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}

#sale-products-wrap {

}

.sale-product {
	width: 49%;
	height: 292px;
	background: #f6f6f6;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.sale-product:nth-child(2n+2) {
	margin-right: 0 !important;
}

.sale-product-image {
	float: left;
	width: 36%;
	padding: 0 0 0 4%;
}

.sale-product-image img {
	width: 100%;
}

.sale-product-info {
	float: left;
	width: 52%;
	height: 100%;
	padding: 0 4%;
	font-family: 'Roboto', sans-serif;
}

.sale-product-title {
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 3px;
}

.sale-product-title a {
	text-decoration: none;
}

.sale-product-compatibility {
	font-size: 14px;
	line-height: 18px;
	color: #7f7f7f;
	margin-bottom: 20px;
}

.sale-product-original-price {
	font-size: 14px;
	color: #7f7f7f;
	text-decoration: line-through;
	margin-bottom: 0px;
}

.sale-product-new-price {
	font-size: 22px;
	color: #ff0000;
	margin-bottom: 0px;
}

.sale-product-savings {
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}

.sale-product-shop-now {
	width: 134px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	background: #6abe2a;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.sale-product-shop-now:hover {
	opacity: .8;
}

.sale-product-shop-now a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.sale-product-shop-now-sold {
	width: 134px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	background: #cccccc;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.sale-product-shop-now-sold a:hover {
	color: #ffffff;
}

.sale-product-shop-now-sold a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	cursor: default;
	pointer-events: none;
}

.sale-page-legal p {
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #8f8f8f;
}

/*=====================================================
    
    DIV CENTERER

=====================================================*/

@media screen and (min-width: 481px) {

	.responsive-container {
	    position: relative;
	    width: 100%;
	    height: 292px;
	}

	.dummy {
	    padding-top: 100%; /* forces 1:1 aspect ratio */
	}

	.img-container {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    text-align:center; /* Align center inline elements */
	    font: 0/0 a;
	}

	.img-container .centerer {
	    display: inline-block;
	    vertical-align: middle;
	    height: 100%;
	}

	.img-container img {
	    vertical-align: middle;
	    display: inline-block;
	    max-height: 100%;  /* <-- Set maximum height to 100% of its parent */
	    max-width: 100%;   /* <-- Set maximum width to 100% of its parent */
	}

	@import "bourbon";

	.column {
		width: 50%;
		height: 100%;
		float: left;
		padding: 1em;
		background: red;
	}

	.container {
		height: 100%;
		position: relative;
	}

	.right .container {
		height: 100%;
	}

	.vertical-align-wrap {
		position: absolute;
		width: 100%;
		height: 100%;
		display: table;
	}

	.vertical-align {
		display: table-cell;
	}

	.vertical-align--middle {
		vertical-align: middle;
	}

	/*
	 * Presentational stuff
	 */
	body, html {
		font-family: Helvetica;
		height: 100%;
		padding: 0;
		margin: 0;
	}

	div {
		@include box-sizing(border-box);
	}

}


/*=====================================================
    
    COMPUTERS    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media screen and (max-width: 979px) and (min-width: 769px) {



}	


/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px) and (min-width: 481px) {

	.sale-product {
		width: 100%;
		height: 292px;
		background: #f6f6f6;
		float: left;
		margin-bottom: 20px;
	}

	.sale-product:nth-child(2n+2) {
		margin-right: 0 !important;
	}

	.sale-product-image {
		float: left;
		width: 36%;
		padding: 0 0 0 4%;
	}

	.sale-product-info {
		float: left;
		width: 52%;
		padding: 0 4%;
	}

}	


/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 480px) {

	.sale-product {
		width: 100%;
		height: auto;
		background: #f6f6f6;
		float: left;
		margin: 0 0 20px 0;
		padding: 20px 0;
	}

	.sale-product:nth-child(2n+2) {
		margin-right: 0 !important;
	}

	.sale-product-image {
		float: left;
		width: 50%;
		padding: 0 25%;
		margin-bottom: 10px;
	}

	.sale-product-info {
		float: left;
		width: 90%;
		padding: 0 5%;
		text-align: center;
	}


	.sale-product-shop-now {
		margin: 0 auto;
	}

}	







#sale-share {
	width: 100%;
	padding: 20px 0;
	float: left;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

#sale-share-wrap {
	width: 100%;
	margin: 0 auto;
}

.addthis-bar-wrap-wrap {
	width: 33%;
	height: 30px;
	float: left;
	margin: 0 auto;
}

.addthis-bar-wrap-wrap a:hover {
	opacity: .7;
}

.addthis-bar-bookmark {
	width: 150px;
	float: right;
}

.addthis-bar-print {
	width: 105px;
	margin: 0 auto;
	text-align: center;
}

.addthis-bar-share {
	width: 190px;
	float: left;
}

.addthis-bar-bookmark .custom_images,
.addthis-bar-print .custom_images,
.addthis-bar-share .custom_images {
	float: left;
}

.addthis-bar-link-wrap {
	position: relative;
}

.addthis-bar-link-wrap img {
	margin: 0 0 0 15px;
    position: absolute;
    bottom: 1px;
}

.addthis-bar-title {
	font-family: raleway;
	color: #000000 !important;
	font-size: 17px;
	height: 17px;
	font-weight: 600;
	float: left;
	padding: 0 10px;
}

.addthis-bar-title a {
	text-decoration: none;
	color: #000000 !important;	
}

.addthis-bar-bookmark .custom_images img,
.addthis-bar-print .custom_images img,
.addthis-bar-share .custom_images img {
	margin: 0 3px;
}

.at4-icon {
	float: right;
	display: none !important;
}

/*=====================================================
    
    SMALLER MOBILE DEVICES FOR ADDTHIS BAR

=====================================================*/

@media screen and (max-width: 480px) {

	.addthis-bar-wrap-wrap {
		width: 100%;
		padding-left: 0;
	}

	.addthis-bar-bookmark,
	.addthis-bar-print,
	.addthis-bar-share {
		float: left;
	}

	.addthis-bar-title {
		padding-left: 0 !important;
	}

}


/* SALE PAGE */

#sale-end-notice {
	border-bottom: 1px solid #cccccc;
	padding: 30px 0 25px 0;
	text-align: center;
}

#sale-end-notice h3 {
	font-family: Raleway;
	font-size: 24px;
	color: #ff0000;
	font-weight: bold;
}

#sale-end-notice p {
	font-family: Roboto;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}

#sale-form, .new-subscribe-form {
	width: 343px;
	height: 32px;
	margin: 0 auto;
	margin: 18px auto 0 auto;
}

#sale-form fieldset, .new-subscribe-form fieldset {
	border: 0;
}

#sale-form .text input, .new-subscribe-form .text input {
	width: 240px;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: arial;
	font-size: 14px;
	color: #929292;
	border: 1px solid #cccccc;
	background: #ffffff;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}

.sale-end-submit, .new-subscribe-form-submit {
	width: 84px;
	height: 32px;
	background: #00b2fb;
	color: #ffffff;
	border: 1px solid #00b2fb;
	float: left;
	margin-left: 5px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
}

.sale-end-submit:hover, .new-subscribe-form-submit:hover {
	opacity: .7 !important;
}

/*=====================================================
    
    SMALLER MOBILE DEVICES FOR ADDTHIS BAR

=====================================================*/

@media screen and (max-width: 480px) {

	#sale-form, .new-subscribe-form {
		max-width: 100%;
		height: auto;
		text-align: center;
	}

	.sale-end-submit, .new-subscribe-form-submit {
		margin: 10px auto 0 auto;
		float: none;
	}

}



#holiday-promo-wrap-wrap-wrap {
	width: 100%;
	background: url("/../../content/images/uploaded/holiday-promo-2015/holiday-banner-bg.jpg") repeat-x;
	margin: 0;
	padding: 0;
}

#holiday-promo-wrap-wrap {
	max-width: 2200px;
	margin: 0 auto;
	background: url("/../../content/images/uploaded/holiday-promo-2015/holiday-main-banner-bg.jpg") no-repeat;
	background-position: top center;
}

#holiday-promo-wrap {
	max-width: 980px;
	margin: 0 auto;
}

#holiday-promo-banner {
	max-width: 2200px;
/*	height: 752px; */
	background-image: url("/../../content/images/uploaded/holiday-promo-2015/holiday-main-banner.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

#holiday-promo-banner:after {
	content: " ";
	display: block;
	width: 100%;
}

#holiday-promo-banner-end {
	max-width: 2200px;
/*	height: 752px; */
	background-image: url("/../../content/images/uploaded/holiday-promo-2015/holiday-main-banner-end.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

#holiday-promo-banner-end:after {
	content: " ";
	display: block;
	width: 100%;
}

.holiday-promo-product-wrap {
	text-align: center;
	margin: 40px 0 0 0;
}

.holiday-promo-product-wrap h2 {
	font-family: arial black, arial bold, gadget, sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 26px;
	color: #000000;
	padding: 0 10px;
	padding-top: 50px;
}

.holiday-promo-product-wrap h4 {
	font-family: "arial";
	font-size: 14px;
	line-height: 20px;
	color: #848484;
	padding: 7px 10px 0 10px;
	font-weight: 100;
}

.holiday-promo-product-wrap p {
	font-family: "arial";
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-weight: 100;
	margin: 30px 0 10px 0;
	padding: 0 10px;
}

.holiday-promo-product-wrap a {
	color: #00b6f9;
	text-decoration: none;
	margin: 0 15px;
}

.holiday-promo-product-wrap a:hover {
	color: #006286;
}

.holiday-promo-product-wrap img {
	width: 100%;
}

#holiday-promo-banner button:active,
#holiday-promo-banner button {
	opacity: 1;
}

/*=====================================================
    
    RESIZES WINTER SALE BANNER

=====================================================*/

@media screen and (max-width: 980px) {

	#holiday-promo-banner {
		background: url("/../../content/images/uploaded/holiday-promo-2015/holiday-main-banner.jpg") 50% / 100%;

	}

	#holiday-promo-banner img {
	    vertical-align: top;
	    width: 100%; /* max width */
	    opacity: 0;  /* make it transparent */
	}

	#holiday-promo-banner-end {
		background: url("/../../content/images/uploaded/holiday-promo-2015/holiday-main-banner-end.jpg") 50% / 100%;

	}

	#holiday-promo-banner-end img {
	    vertical-align: top;
	    width: 100%; /* max width */
	    opacity: 0;  /* make it transparent */
	}	

}


/*=====================================================
    
    FIXES BANNER COPY CLICK

=====================================================*/

@media screen and (min-width: 981px) {

	button::-moz-focus-inner {
	    padding: 0;
	    border: 0
	}

}




@media screen and (min-width: 981px) {

	#holiday-promo-banner button {

	}

	.btn-desktop-wrap {
		float: left;
		position: absolute;
		width: 324px;
		height: 74px;
		margin: 338px 0 0 323px;
		background: #ffffff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
	}

	.btn-desktop-text {
		width: 183px;
		float: left;
		font-size: 24px;
		margin-left: 15px;
		font-family: arial;
		font-weight: bold;
		line-height: 74px;
		color: #000000;
		text-align: center;
	}

	.btn-desktop-wrap button {
		width: 96px;
		height: 42px;
		float: right;
		margin: 15px 15px 0 10px;
		background: #850f2d !important;
		font-size: 16px;
		color: #ffffff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
	}

	.btn-mobile-wrap {
		display: none;
	}

	.code-code {
		display: none;
	}

}

@media screen and (max-width: 980px) {


	#holiday-promo-banner {
		background-size: 101% 101%;
	}

	#holiday-promo-banner-end {
		background-size: 101% 101%;
	}	

	.btn-desktop-wrap {
		display: none;
	}

	#holiday-promo-banner .btn-mobile-wrap {
		float: left;
		z-index: 1234324 !important;
		margin-left: 32%;
		margin-right: 33.5%;
		margin-top: 34.5%;
		position: absolute;
		max-width: 436px;
		max-height: 74px;
		background: #ffffff !important;
		-moz-border-radius: 5px !important;
		-webkit-border-radius: 5px !important;
		border-radius: 5px !important;
		-khtml-border-radius: 5px !important;
	}

	.btn-mobile {
		font-size: 3vw;
		width: 62% !important;
		height: 86% !important;
		float: none;
		font-weight: bold;
		padding: 7% 19%;
		color: #000000;
		text-align: center;
		background: #ffffff !important;
		-moz-border-radius: 5px !important;
		-webkit-border-radius: 5px !important;
		border-radius: 5px !important;
		-khtml-border-radius: 5px !important;
	}

}





/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.tooltipped {
    position: relative
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}

.tooltipped-multiline:hover:after,
.tooltipped-multiline:active:after,
.tooltipped-multiline:focus:after {
    display: table-cell
}

.tooltipped-s:after,
.tooltipped-se:after,
.tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s:before,
.tooltipped-se:before,
.tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-se:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-sw:after {
    margin-right: -15px
}

.tooltipped-n:after,
.tooltipped-ne:after,
.tooltipped-nw:after {
    right: 50%;
    bottom: 100%;
    margin-bottom: 5px
}

.tooltipped-n:before,
.tooltipped-ne:before,
.tooltipped-nw:before {
    top: -5px;
    right: 50%;
    bottom: auto;
    margin-right: -5px;
    border-top-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-ne:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-nw:after {
    margin-right: -15px
}

.tooltipped-s:after,
.tooltipped-n:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.tooltipped-w:after {
    right: 100%;
    bottom: 50%;
    margin-right: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-w:before {
    top: 50%;
    bottom: 50%;
    left: -5px;
    margin-top: -5px;
    border-left-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-e:after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-e:before {
    top: 50%;
    right: -5px;
    bottom: 50%;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-multiline:after {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    word-break: break-word;
    word-wrap: normal;
    white-space: pre-line;
    border-collapse: separate
}

.tooltipped-multiline.tooltipped-s:after,
.tooltipped-multiline.tooltipped-n:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-w:after,
.tooltipped-multiline.tooltipped-e:after {
    right: 100%
}

@media screen and (min-width: 0\0) {
    .tooltipped-multiline:after {
        width: 250px
    }
}

.tooltipped-sticky:before,
.tooltipped-sticky:after {
    display: inline-block
}

.tooltipped-sticky.tooltipped-multiline:after {
    display: table-cell
}

.fullscreen-overlay-enabled.dark-theme .tooltipped:after {
    color: #000;
    background: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
    border-bottom-color: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
    border-top-color: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
    border-right-color: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
    border-left-color: rgba(255, 255, 255, 0.8)
}

@media screen and (max-width: 768px) {

	.home-page-header {
		height: auto !important;
		background: #202040;
	}

	#fixed-nav .sale-nav {
		display: none !important;
	}

}