﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************* END RESET **************************************/
#map_canvas {
	background: none;
	height: 400px;
	width: 400px;
	margin: 0 0 30px 0;

}

 #map_canvas1 {
	background: none;
	height: 400px;
	width: 400px;
	margin: 0;
	
}

.storeInfo {
float: right;
text-align: left;
width: 480px;
line-height: 1.5em;
}



/* Contributor(s): RetroViz Design. */

/* HTML GENERAL */
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#000;
	color:#555;
}
a {
	color:#007bb9;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

strong { font-weight: bold; }

img {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
}
h2, h3 {
	font-size:16px;
}
textarea {
	width:100%;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
}

checkbox, input, radio, select, textarea {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	border: solid 1px #e4e4e4;
}

.single-line {
	border: solid 1px #e4e4e4;
	padding: 3px;
}

table td {
	background: none;
	padding: 3px 0;
}

/******************************* MASTER PAGE WRAPPERS *******************************/
.master-wrapper-page {
	margin:0 auto;
	width:100%;
}
.master-wrapper-content {
	text-align:left;
	background: url(images/body-bg.gif) repeat;
}
/* one column master page */
.master-wrapper-center-1 {
	float:left;
	width:960px;
	background:#FFF;
	display:inline;
}
.master-wrapper-cph-1 {
	float:left;
	width:940px;
	color:#000;
	min-height:600px;
	padding:10px;
}
/* two column master page */
.master-wrapper-side-2 {
	float:left;
	width:180px;
	margin:0 0 0 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display:inline;
}
.master-wrapper-center-2 {
	float:left;
	width:760px;
	margin:0 0 0 10px;
	background:#FFF;
	display:inline;
}
.master-wrapper-cph-2 {
	float:left;
	width:740px;
	background:#FFF;
	color:#000;
	min-height:400px;
	padding:10px;
}
/* three column master page */
.master-wrapper-leftside-3 {
	float:left;
	width:180px;
	margin:0 0 0 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display:inline;
}
.master-wrapper-center-3 {
	float:left;
	width:560px;
	margin:0 0 0 10px;
	background:#FFF;
	display:inline;
	overflow:hidden;
}
.master-wrapper-cph-3 {
	float:left;
	width:540px;
	background:#FFF;
	color:#000;
	min-height:400px;
	padding:10px;
}
.master-wrapper-rightside-3 {
	float:right;
	width:180px;
	margin:0 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display:inline;
}
/* MASTER HEADER */
.header {
	padding:0;
	background:url(images/bg-header.gif) repeat-x;
	
}
.header-inner {
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
}
.header .icon {
	vertical-align:bottom;
}
.header .ico-register {
	background:url(images/ico-register.gif) no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}
.header .ico-login {
	background:url(images/ico-login.gif) no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}
.header .ico-logout {
	background:url(images/ico-logout.gif) no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}
.header .ico-inbox {
	background:url(images/ico-inbox.gif) no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}
.header .ico-wishlist {
	background:url(images/ico-wishlist.gif) no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}
.header .ico-admin {
	background:url(images/ico-admin.gif) no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}
.header .logout {
	padding-left:20px;
	padding-bottom:5px;
	color: #fbf405;
}

.header .logout:hover {
	text-decoration: none;
}


.headerRow {
	margin: 0 20px 0 8px;
	clear: both;
}
.header-logo {
	margin:24px 0 0 20px;
	text-align:left;
	height: 93px;
	float: left;
	width:234px;
}
.header-logo .logo {
	background:url(images/logo.png);
	display:block;
	width:234px;
	height:73px;
	text-decoration:none;
}
.header-badge {
	float: left;
	width: 378px;
	margin: 30px 0 0 32px;
}
.header-badge .htmlcontent-title {
	display: none;
}

.header-badge img {
	float: left;
	margin: 0 10px 0 0;
}


.header-badge p {
	float: right;
	margin: 0;
	padding: 0;
	/*width: 199px;*/
	font-family: "century gothic";
	font-style: italic;
	color: #fff;
	font-size: 12px;
	line-height: 1.2em;
}
.header-right {
	float: left;
	width: 218px;
	margin: 0 0 0 90px;
}

.header-right a:hover {
	color:#d7d4d4;
	text-decoration: none;
}



.header-right .cart {
	
}

.header-right .shoppingCart {
	background: url(images/ico-cart.png) no-repeat;
	width:220px;
	height:25px;
	top:24px;
	position: relative;
	text-transform: capitalize;
	background-position: 99% 20%;
	text-align: right;

}

.header-right .shoppingCart ul {
	overflow: hidden;
	margin: 0 25px 0 0;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	float: right;
}


.header-right .shoppingCart ul li {
	display: inline;
	float: left;
	line-height: 20px;
}

.header-right .cart a {
	color:#fff;
}


.header-right .cart {
	/*background:url(images/ico-cart.gif) no-repeat;*/
	color:#fff;
	margin: 0 5px 0 0;
}


.header-right .shoppingCart .cartItems {
	color:#fff;
	margin: 0 5px 0 0;
}

.header-right .shoppingCart .cartItems a {
	color:#fff;
}

.header-right .shoppingCart .cartItems a {
	/*color:#fbf405;*/
}




.header-right .shoppingCart .cartTotal {
	margin-left: 5px;
	color:#fbf405;
	font-family: "proxima-nova-alt-n4","proxima-nova-alt",sans-serif;
    font-style: normal;
    font-weight: 400;
}

.header-right .shoppingCart .cartTotal a {
	color:#fbf405;
	font-family: "proxima-nova-alt-n4","proxima-nova-alt",sans-serif;
    font-style: normal;
    font-weight: 400;
}



.header-right .searchbox {
	width:220px;
	background-color: #fff;
	border:solid 1px #00699e;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	height: 32px;
	top:30px;
	position: relative;
}

.header-right .searchbox ul {
	margin:0;
	padding:0;
}
.header-right .searchbox ul li {
	list-style:none;
	float:left;
}
.header-right .searchbox .ui-autocomplete-loading {
	background:white url('images/ajax_loader_small.gif') right center no-repeat;
}
.header-right .searchboxtext {
	border:0;
	height: 32px;
	color: #a1a1a1;
	padding: 0 0 0 10px;
	width: 185px;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.header-right .searchboxbutton {
	height: 32px;
	background: url(images/bg-searchBtn.gif) no-repeat;
	width: 12px;
	border:0;
	text-indent: -9999em;
	cursor: pointer;
}
.header-selectors-wrapper {
	text-align:right;
	float:right;
	width:500px;
}
.header-currencyselector {
	float:right;
}
.header-languageselector {
	float:right;
}
.header-taxdisplaytypeselector {
	float:right;
}
.header-links-wrapper {
	position:relative;
	float:right;
	text-align:right;
	width:670px;
}
.headermenu {
	padding: 15px 0 0 0;
	height: 25px;
	color:#717172;
	overflow: hidden;
	font-size: 11px;
	float: right;
}

.headermenu .menu {
	float: left;
}


.ie7 .headermenu .menu {
	float: left;
	width: 600px;
}

.headermenu .topmenu {
	border-right: solid 1px #5f5957;
	padding:0 5px 0 0;
	/*margin: 0 10px 0 0;*/
	float: right;
}
.headermenu .topmenu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}
.headermenu .topmenu a {
	color:#bfc0c2;
	font-size: 11px;
	padding: 0 14px;
}

.headermenu .topmenu a:hover {
	color:#fff;
	text-decoration: none;
}

.headermenu .header-links {
	/*margin:0;*/
	margin: 0 0 0 22px;
	font-size: 11px;
	float: left;
	text-transform: uppercase;
}


.headermenu .admin-header-links {
	margin: 0 3px 0 22px;
	font-size: 11px;
	float: left;
	text-transform: uppercase;
}




.header-links ul {
	padding:0;
	margin:0;
}
.header-links ul li {
	list-style:none;
	display:inline;
	color:#00a3f8;
}
.header-links a, .admin-header-links a {
	color:#00a3f8;
	text-decoration:none;
}
.header-links a:hover {
	color:#FBF405;
	text-decoration: none;
}
.header-links a.account {
	color:#00a3f8;
}


.header-links a:hover.account {
	color:#FBF405;
	text-decoration: none;
}




.header-links span.impersonate {
	color:#E44097;
	font-weight:700;
}
.header-links span.impersonate .finish-impersonation {
	color:#58DE81;
}





.categoriesHeaderMenu {
	background: url(images/bg-mainmenu.png) no-repeat;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	width: 1000px;
}


.ie8 .categoriesHeaderMenu {
	font-size: 15px;
}

.ie7 .categoriesHeaderMenu {
	font-size: 15px;
}

/*********************************************************************************************************************/
/************************** END HEADER *********************************************************************************/

.master-wrapper-home {
	background: url(images/home-wodden-tile.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 100%;
}
.homePromoPanels {
	margin: 0 auto;
	width: 1000px;
	height: 410px;
	background: url(images/bg-homePromoPanel.png);
	background-repeat: no-repeat;
	position: relative;
	left:0px;
	top:20px;
	display: block;
}
.homePromoCol1 {
	float: left;
	background:none;
	width: 660px;
	margin: 20px 20px 0 20px;
}
.homePromoCol2 {
	float: left;
	width: 280px;
	margin: 20px 0 0 0;
}
.homePromo1 {
	width: 280px;
	height: 110px;
	margin: 0 0 20px 0;
}
.homePromo2 {
	width: 280px;
	height: 110px;
	
	margin: 0 0 20px 0;
}
.homePromo3 {
	width: 280px;
	height: 110px;
	margin: 0 0 20px 0;
}

.homePromo1 a, .homePromo2 a, .homePromo3 a  {
	width:280px;
	height: 110px;
	display: block;
	
}



.homePromo1 .htmlcontent {
	width: 280px;
}
.homePromo1 .htmlcontent-title {
	position: absolute;
	top:100px;
	z-index: 1;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	width: 270px;
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	background: #000;
	/*background: #000 /*url(images/bg-homePromo-bluearrow.png);
	background-repeat: no-repeat;
	background-position: 254px 5px;*/
}








.homePromo1 .htmlcontent-body {
	position: relative;
	z-index: 0;
}
.homePromo2 .htmlcontent {
	width: 280px;
}
.homePromo2 .htmlcontent-title {
	position: absolute;
	top:230px;
	z-index: 99;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	background: #000;
	/*background: #000 /*url(images/bg-homePromo-bluearrow.png);
	background-repeat: no-repeat;
	background-position: 254px 5px;*/
	width: 270px;
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
}
.homePromo2 .htmlcontent-body {
	position: relative;
	z-index: 0;
}
.homePromo3 .htmlcontent {
	width: 280px;
}
.homePromo3 .htmlcontent-title {
	position: absolute;
	top:360px;
	z-index: 99;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	background: #000;
	/*background: #000 /*url(images/bg-homePromo-bluearrow.png);
	background-repeat: no-repeat;
	background-position: 254px 5px;*/
	width: 270px;
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
}
.homePromo3 .htmlcontent-body {
	position: relative;
	z-index: 0;
}
.homePromo1 .htmlcontent-body p, .homePromo2 .htmlcontent-body p, .homePromo3 .htmlcontent-body p {
	margin: 0;
	padding: 0;
}

.homePromo1 .htmlcontent-body img, .homePromo2 .htmlcontent-body img, .homePromo3 .htmlcontent-body img { width:280px; height: 100px;}



/**********************************************************************************************/

.homeContent {
	margin: 40px auto 20px auto;
	width: 958px;
	border: 1px solid #fff;
	background: #f4f4f4;
	position: relative;
	z-index: 2;
	height: auto;
	padding: 20px;
	border-radius: 5px;
	-webkit-box-shadow:  0px 0px 20px 6px rgba(0, 0, 0, 0.06);
    box-shadow:  0px 0px 20px 6px rgba(0, 0, 0, 0.06);
}
.home-master-wrapper-left {
	float: left;
	width: 660px;
	margin: 0 18px 0 0;
	position: relative;
	z-index: 0;
}
.home-master-wrapper-right {
	float: left;
	width: 280px;
}

.twitterWrp {
	max-width: 280px;
	height: 250px;
	overflow: hidden;
	background: #1a120e url(images/bg-twitter.gif);
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 40px 10px 10px 10px;
}


.twitterWrp ul.chirp {
	margin: 0 20px 0 20px;
	padding: 65px 0 0 0;
}

.twitterWrp ul.chirp li{
	background: none;
	margin: 0 0 10px 0;
	color: #666666;
}

.twitterWrp ul.chirp li p{
	line-height: 1.3em;
	margin:0 0 5px 0;
}



.twitterWrp span.meta a{
	color: #b6b5b5;
}



.partyWeddingWrp {
	background: url(images/bg-party-wedding.jpg);
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	border: solid 1px #dedede;
	height: 112px;
	padding: 0 0 0 15px;
}
.partyWeddingWrp .htmlcontent-title {
	display: none;
}
.partyWeddingWrp .htmlcontent {
	position: relative;
}
.partyWeddingWrp h2 {
	color: #121212;
	font-family: "proxima-nova-alt-n7","proxima-nova-alt",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
	text-transform: uppercase;
	width: 175px;
	position: absolute;
	top:10px;
}
.partyWeddingWrp p {
	color: #787878;
	position: absolute;
	top:32px;
	margin: 0;
	padding: 0;
	width: 175px;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left!important;
}
.partyWeddingWrp a, .blogWrp a:visited {
	position: absolute;
	top:40px;
	margin: 0;
	padding: 0;
	display: block;
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: white;
	text-align: center;
	background: #057eba;
	background-position: 0 0;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4","proxima-nova-alt",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.partyWeddingWrp a:hover {
	color: white;
	background: #2e97cb;
	text-decoration: none;
}
.blogWrp {
	width: 280px;
	height: 110px;
	background: url(images/bg-blog.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}
.blogWrp .htmlcontent-title {
	display: none;
}
.blogWrp .htmlcontent {
	position: relative;
}
.blogWrp h2 {
	color: #121212;
	font-family: "proxima-nova-alt-n7","proxima-nova-alt",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
	text-transform: uppercase;
	width: 105px;
	position: absolute;
	top:15px;
}
.blogWrp a, .blogWrp a:visited {
	position: absolute;
	top:59px;
	margin: 0;
	padding: 0;
	display: block;
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: white;
	text-align: center;
	background: #1a120e !important;
	background-position: 0 0;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4","proxima-nova-alt",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.blogWrp a:hover {
	color: white;
	background: #3a2f29;
	text-decoration: none;
}
/******************* Newsletter Signup ****************************/

.home-master-wrapper-btm {
	background: #d4d2d2;
	color: #1a120e;
	padding:10px 20px;
	overflow: hidden;
}

.ie7 .home-master-wrapper-btm {
	margin: 10px 0 0 0;
}


.newsletterWrp .options {
	display: none;
}
.newsletterSignUp {
	float: left;
	width: 460px;
}
.newsletterSignUp h2 {
	float:left;
	line-height: 28px;
	height: 28px;
	font-size: 18px;
	margin: 0 10px 0 0!important;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px!important;
}
.newsletterSignUp input {
	float: left;
	width:169px;
	height: 28px;
	border:solid 1px #e0e0e0;
	padding: 0 0 0 3px;
}

.ie7 .newsletterSignUp input {
	float: left;
	width:165px;
	height: 28px;
	border:solid 1px #e0e0e0;
	padding: 0 0 0 3px;
}

.newsletterSignUp .buttons {
	float: left;
}
.newsletterSignUp .buttons .newsletterbox-subscribebutton {
	background:#1a120e;
	border:solid 1px #e0e0e0;
	width: 78px;
	height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}

.newsletterSignUp .buttons .newsletterbox-subscribebutton:hover {
	cursor: pointer;
	background:#3f3530;
}

.securePayments {
	float: right;
	width: 400px;
}
.securePayments h2 {
	float:left;
	line-height: 28px;
	height: 28px;
	margin: 0 18px 0 25px!important;
	font-size: 18px;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px!important;
}
.mastercard {
	background: url(images/creditcards.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -9999em;
	width:44px;
	height: 28px;
	margin-right: 6px;
}
.visa {
	background: url(images/creditcards.gif);
	background-position: 0 -28px;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -9999em;
	width:44px;
	height: 28px;
	margin-right: 0px;
}
/*
.laser {
	background: url(images/creditcards.gif);
	background-position: 0 -56px;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -9999em;
	width:44px;
	height: 28px;
	margin-right: 0px;
}
*/
/********************** SUBPAGE ************************************************************************/


.master-wrapper-sub {
	background: url(images/sub-wodden-tile.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 100%;/*height: 600px;*/
}
.master-wrapper-sub .inner {
	margin: 0 auto;
	width: 1000px;
	/*overflow: hidden;*/
}
.master-wrapper-sub .breadcrumb {
	width: 100%;
}
.master-wrapper-sub .breadcrumb ul {
	margin: 0 0 10px 20px;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.master-wrapper-sub .breadcrumb ul li {
	background: url(images/bg-breadcrumb-item.png);
	border-radius: 3px;
	float: left;
	margin: 0 5px 0 0;
}
.master-wrapper-sub .breadcrumb ul li a {
	color:#828180;
	height: 31px;
	line-height: 31px;
	padding: 0 12px;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
}


.master-wrapper-sub .breadcrumb ul li.last {
	color: #fff;
	height: 31px;
	line-height: 31px;
	padding: 0 24px;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
}

.master-wrapper-sub .breadcrumb ul li.last a {
	color: #fff;
	text-decoration: none;
}

.master-wrapper-sub .breadcrumb ul li.last a:hover {
	color: #fff;
	text-decoration: none;
	cursor: default;
}


/** FOR STATIC PAGES **/

.master-wrapper-sub .breadcrumbs {
	width: 100%;
}
.master-wrapper-sub .breadcrumbs ul {
	margin: 0 0 10px 20px;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.master-wrapper-sub .breadcrumbs ul li {
	background: url(images/bg-breadcrumb-item.png);
	border-radius: 3px;
	float: left;
	margin: 0 5px 0 0;
	width: auto;
}
.master-wrapper-sub .breadcrumbs ul li a {
	color:#828180;
	height: 31px;
	line-height: 31px;
	padding: 0 12px;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
}


.master-wrapper-sub .breadcrumbs ul li.last {
	color: #fff;
	height: 31px;
	line-height: 31px;
	padding: 0 12px;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	display: inline-block;
}

/************ END ***********************/





.master-wrapper-subcontent {
	background: #f4f4f4;
	border-radius: 5px;
	border:solid 1px #fff;
	padding: 20px;
	margin: 0 0 20px 0;
	/*overflow: hidden;*/
}


.master-wrapper-subcontent h1 {
	font-size: 30px;
	margin: 0px 0;
}


.master-wrapper-subcontent h2 {
	font-size: 24px;
	margin: 5px 0;
}

.master-wrapper-subcontent h3 {
	font-size: 20px;
	margin: 5px 0;
}

.master-wrapper-subcontent h4 {
	font-size: 18px;
	margin: 5px 0;
}

.master-wrapper-subcontent h5 {
	font-size: 16px;
	margin: 5px 0;
}

.master-wrapper-subcontent p {
	line-height: 24px;
	margin: 20px 0;
}


.master-wrapper-subcontent ul {
	margin: 20px 20px;
}

.master-wrapper-subcontent ul li{
	padding: 0 0 0 10px;
	list-style-type: square;
}


.master-wrapper-subcontent ol {
	margin: 20px 20px;
}

.master-wrapper-subcontent ol li{
	padding: 0 0 0 10px;
	list-style-type: decimal;
	line-height: 1.3em;
}


.master-wrapper-subcontent .topicpage-body table {
	border: solid 1px #e4e4e4;
	width: 80%!important;
	text-align: center;

}

.master-wrapper-subcontent .topicpage-body table th{
	border: solid 1px #e4e4e4;
	padding: 5px;
	background: #555;
	color: #fff;
	font-weight: 700;
}

.master-wrapper-subcontent .topicpage-body table td{
	border: solid 1px #e4e4e4;
	padding: 5px;
}






.master-wrapper-sub-left {
	float: left;
	width: 180px;
	margin: 0 0 20px 0;
	
}
.master-wrapper-sub-left h2 {
	background: url(images/bg-browseby.png);
	background-repeat: no-repeat;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 28px;
	text-transform: capitalize;
	color: #fff;
	width: 100%;
	margin: -9px 0 0 -29px;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.master-wrapper-sub-left .listbox {
	padding:0px;
	margin: 5px 0 0 0px;
}

.master-wrapper-sub-left .listbox ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 15px;
}

.master-wrapper-sub-left .listbox ul li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}



.master-wrapper-sub-left .listbox a {
	line-height: 20px;
	color: #555455;
}

.master-wrapper-sub-left .listbox a:hover {
	color: #007BB9;
	text-decoration: none;
}



.master-wrapper-sub-left .listbox .sublist {
	background: none;
	margin: 0 0 0 15px;
}

.master-wrapper-sub-left .listbox .sublist li.inactive a {
	font-weight: normal;
	color: #555455;
}

.master-wrapper-sub-left .listbox .sublist li.inactive a:hover {
	font-weight: normal;
	color: #007bb9;
}

.master-wrapper-sub-left .listbox .sublist li.active a {
	font-weight: bold;
	color: #007bb9;
}

.master-wrapper-sub-left .listbox .sublist li.active a:hover {
	font-weight: bold;
	color: #555455;
}





#blogMonthList li .yr,
#blogmonthlist li .yr {
border-bottom: solid 1px #e4e4e4;
background: none;
width: 150px;
padding-bottom: 3px;
padding-left: 5px;
font-size: 14px;
}



.master-wrapper-sub-left .listbox .active a {
	font-weight:bold;
	color:#007bb9;
}
.block-category-navigation, .block-manufacturer-navigation, 
.block-recently-viewed-products, .block-info, .block-newsletter, .block-popular-tags, .block-popular-blogtags, .block-blog-archive, .block-poll, .block-account-navigation {
	list-style-type: none;
}
.block-category-navigation .active a, .block-manufacturer-navigation .active a {
	list-style-type: none;
}
.block-category-navigation .listbox ul .inactive, 
.block-manufacturer-navigation .listbox ul .inactive {
	margin: 0;
	padding: 0;
	list-style-type: none;
}





.block-popular-blogtags {
	margin: 20px 0 0 0;
}
.master-wrapper-sub-right {
	float: right;
	width: 759px;
	margin: 0;
}
.master-wrapper-sub-right h1 {
	background: url(images/pageHeading.gif);
	color: #fff;
	padding:0 0 0 28px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
}
.master-wrapper-sub-right .product-sort-size {
	background: #ffffff;
	margin: 10px 0;
	border: solid 1px #e4e4e4;
	overflow: hidden;
}
.master-wrapper-sub-right .product-sorting {
	float:left;
	padding: 10px 0 10px 28px;
	border:solid 0px #e4e4e4;
	border-right: 0;
}
.master-wrapper-sub-right .product-sorting select {
	border: solid 1px #e4e4e4;
}
.master-wrapper-sub-right .product-viewmode {
	padding: 10px 0 10px 28px;
	float:right;
}
.master-wrapper-sub-right .product-page-size {
	padding: 10px 0 10px 28px;
	float:left;
	border:solid 0px #e4e4e4;
	border-left: 0;
	background: none;
	/*width: 503px;*/
}

.master-wrapper-sub-right .product-page-size select {
	border: solid 1px #e4e4e4;
}


/***************** PRODUCT FILTERS **********************/


.product-filters {
	margin:0 auto 10px auto;
	border:1px solid #E4E4E4;
	background:#FFFFFF;
	padding: 10px 0 10px 28px;
	overflow: hidden;
}
.product-filters h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.product-filters .filter-item {
	padding:5px 10px;
}
.price-range-filter .title {
	color:#555;
	font-weight:700;
	background:url(images/ico-arrow-r.gif) no-repeat;
	padding:0 0 10px 20px;
	float: left;
	line-height: 18px;
	margin: 10px 5px 0 0;
}

.filter-title,  .remove-filter { float: left; line-height: 18px;}


.filter-content { float: left; margin:0 0 0 10px;}


.product-filters .price-range-selector {
	overflow: hidden;
	width: 500px;
	float: left;
	margin: 0 5px 0 0;
}
.product-filters .price-range-selector ul {
	margin: 3px 0 0 0;
	padding: 0;
	overflow: hidden;
}
.product-filters .price-range-selector ul li {
	float:left;
	list-style-type: none;
	padding: 0;
}
.product-filters .price-range-selector ul li a {
	float:left;
	border-right: solid 1px #e4e4e4;
	padding: 0 12px;
	color:#007BB9;
}
.product-filters .price-range-selector ul li:last-child a {
	float:left;
	padding: 0 12px;
	color:#007BB9;
	border:0;
}

.product-filters .price-range-selector ul li a:hover {
	color:#555;
	text-decoration: none;
}



.price-range-filter .selected-price-range {
	
	float:left;
	line-height: 18px;
	margin: 0px 5px 0 0;
}
.price-range-filter .remove-price-range-filter {
	font-weight: 700;
}


.product-spec-filter {
}
.product-spec-filter .title {
	color:#555;
	font-weight:700;
	background:url(images/ico-arrow-r.gif) no-repeat;
	padding:1px 0 5px 20px;
}
.product-spec-filter table.filter {
	width:100%;
}
.product-spec-filter table.filter tr.group {
	font-weight:700;
}
.product-spec-filter table.filter tr.item td {
	padding:2px 2px 2px 16px;
}
.product-spec-filter table.filter tr.filtereditem {
}
.product-spec-filter .remove-filter {
	padding-left:20px;
}
.product-spec-filter .remove-product-spec-filter {
	font-weight:700;
}


/***************** END PRODUCT FILTERS **********************/









/* PRODUCTS IN GRID - TEMPLATE */


.master-wrapper-sub-right .product-grid {
	width: auto;
	background: none;
}
.product-grid {
	margin-left:auto;
	margin-right:auto;
	width:520px;
	text-align:center;
}

.product-grid table {
	border: 0;
	width: 100%!important;
}

.product-grid table td {
	border: 0;
}
.product-grid .item-box {
	padding-bottom:10px;
	text-align:center;
	vertical-align:text-top;
}
.product-grid .product-item {
	
	
}
.product-grid .product-item .product-title {
	font-weight:700;
	font-size:12px;
}

.product-grid .product-item .picture {
	text-align:center;
	margin-top:10px;
}
.product-grid .product-item .description {
	margin:5px 5px 0;
	text-align:center;
	padding:10px 5px;
	border-top:solid 1px #E4E4E4;
	color:#555;
	height:50px;
}
.product-grid .product-item .add-info {
	vertical-align:bottom;
	text-align:right;
	width:250px;
	height:85px;
	position:relative;
	background:#F7F5E8;
}
.product-grid .product-item .add-info .prices {
	text-align:right;
	vertical-align:middle;
	position:absolute;
	bottom:15px;
	right:10px;
}
.product-grid .product-item .add-info .buttons {
	vertical-align:middle;
	position:absolute;
	bottom:15px;
	left:10px;
	text-align:left;
}
.product-grid .product-item .add-info .prices .productPrice {
	color:green;
}
.product-grid .product-item .add-info .prices .oldproductPrice {
	color:Red;
	text-decoration:line-through;
}
.product-grid .item-box {
	width:auto;
	border:solid 1px #e4e4e4;
	margin: 0 0 10px 0;
	background: #fff;
	overflow: hidden;
	padding:20px 20px 20px 0;
}
.product-grid table {
	width: 100%;
}

.product-grid table td{
	padding:0;
}


.product-grid .small-product-item {
	text-align:center;
	margin:10px;
	width:208px;
	height:175px;
	background: none;
	border:solid 1px #e4e4e4;
}
.product-grid .small-product-item .product-title {
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
	font-weight:700;
	font-size:12px;
}
.product-grid .small-product-item .picture {
	text-align:center;
}
.product-grid .product-col1 {
	float: left;
	width: 15%;
}
.product-grid .product-col1 img {
	max-width: 50px;
	/*height: 125px;*/
	overflow: hidden;
}
.product-grid .product-col2 {
	float: left;
	width: 85%;
	text-align: left;
	margin: 0;
}
.product-grid .product-col2 .product-title {
	float: left;
	width: 76%;
}
.product-grid .product-col2 .product-title h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	/*height: 38px;*/
	font-size: 18px;
	font-weight: normal;
}
.product-grid .product-col2 .product-title h2 a {
	color: #000;
}

.product-grid .product-col2 .product-title h2 a:hover {
	color: #007BB9;
	text-decoration: none;
}






.product-grid .product-col2 .product-price {
	float: right;
	color: #9a0a05;
	font-family: Georgia;
	line-height: 38px;
	/*height: 38px;*/
	font-size: 24px;
	width: 24%;
}


.product-grid .product-col2 .product-price .old-product-price {
	color:#d4d2d2;
	text-decoration: line-through;
	float: left;
	margin-right: 10px;
	font-size: 20px;
}

.product-grid .product-col2 .product-price .current-product-price {
	background:none;
	float: right;
}


















.product-grid .product-col2 .product-description {
	margin: 0px 0 20px 0;
	color: #555555;
	line-height: 1.5em;
	font-size: 13px;
	height: auto;
	width: 100%;
}
.product-grid .product-col2 .product-description .productlistproductdetailbutton {
	background: none;
	color:#007bb9;
	border: 0;
	margin: 0 0 0 5px;
	font-size: 13px;
}

.product-grid .product-col2 .product-description .productlistproductdetailbutton:hover {
	color:#555;
	border: 0;
	cursor: pointer;
}





.product-grid .product-col2 .product-buttons input {
	width:auto;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border-radius: 5px;
	background: #007bb9;
	border:0;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
}
.product-grid .product-col2 .product-buttons input:hover {
	background: #1c8ec7;
	cursor: pointer;
}


/********************** PAGER ****************************************************/
.master-wrapper-sub-right .pager {
	float: right;
	background: none;
	margin: 10px 0 20px 0;
}

.master-wrapper-sub-right .pager a {
	color:#666666;
	background: #efefef;
	border:solid 1px #d5d2d2;
	border-radius: 3px;
	width: 28px;
	height: 32px;
	line-height: 32px;
	text-align:center;
	display: inline-block;
	/*padding:8px 11px;*/
}

.master-wrapper-sub-right .pager a:hover {
	font-size:11px;
	color:#007BB9;
	text-decoration: none;
	/*width: 28px;
	height: 32px;
	padding:8px 11px;*/
	background: #fff;
}

.master-wrapper-sub-right .pager a:link {
	text-align:center;
	font-size:11px;
}
.master-wrapper-sub-right .pager span {
	color:#007bb9;
	background: #fff;
	border:solid 1px #d5d2d2;
	border-radius: 3px;
	width: 28px;
	height: 32px;
	line-height: 32px;
	text-align:center;
	display: inline-block;
	/*border-radius: 3px;
	width: 28px;
	height: 32px;
	line-height: 32px;
	
	padding:8px 11px;*/

}

.master-wrapper-sub-right .pager a:last-child {
	
	display: none;
}

.master-wrapper-sub-right .pager a:first-child {
	
	display: none;
}



.master-wrapper-sub-right .blog .pager {
	float: right;
	background: none;
	margin: 20px 0 0 0;
}


.ie7 .master-wrapper-sub-right .pager {
	background: none;
	overflow: hidden;
	padding-top: 12px;
	padding-bottom: 10px;
	display: inline-block;

}






/********************** FOOTER ************************************************************************/

.footer {
	background:#000;
	position: relative;
	color:#fff;
}
.footer-inner {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}


.footer-inner .block-info {
	margin: 0 auto;
	/*width: 690px;
	overflow: hidden;*/
	text-align: center;
}

.footer-inner .storeInfo {
	text-align: left;
	/*width: 690px;*/
	line-height: 1.5em;
}

.footer-inner .block-info ul.storeInfo {
width: auto !important;
margin: 0 auto;
float: none;
display: inline;
}

.footer-inner .block-info ul.storeInfo li {
float: none;
}


.footer-row1 {
	background: #120e0c;
	height: 48px;
}

.block-info .title {
	display: none;
}
.block-info ul {
	width: 800px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.block-info ul li {
	float: left;
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	line-height: 48px;
	height: 48px;
}
.block-info ul li a {
	color: #bfc0c2;
	padding: 0 15px;
	font-size: 11px;
}

.block-info ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.block-info ul li.account {
}
.block-info ul li.account a {
	color: #00a3f8;
	border-left:solid 1px #585757;
	font-size: 11px;
}

.block-info ul li.account a:hover {
	color: #fff;
}


.footer-row2 {
	background: #000000;
	height: 62px;
	padding: 28px 0 0 0;
	color: #bfc0c2;
}
.footer-disclaimer {
	float:left;
	font-size: 11px;
}
.footer-webdesign {
	float: right;
}
.footer-webdesign a {
	padding: 5px 0 0 28px;
	height: 18px;
	display: block;
	color: #bfc0c2;
	text-decoration: none;
	font-size: 11px;
	background: url('images/ico-continuum.gif') no-repeat 0 50%;
}
.footer-webdesign a span {
	text-decoration: underline;
}

.footer-webdesign a:hover,
.footer-webdesign a:hover span {
	text-decoration: none;
	color: #fff;
}


.footer-poweredby {
	float:left;
	font-size:11px;
}
/************************************** END FOOTER *******************************************/





/* MISC. CLASSES */
.nobr {
	white-space:nowrap!important;
}
.wrap {
	white-space:normal!important;
}
.a-left {
	text-align:left!important;
}
.a-center {
	text-align:center!important;
}
.a-right {
	text-align:right!important;
}



.page-title {
	overflow:hidden;
	width:100%;
}





.page-title h1 {
	background: url(images/pageHeading-lrg.gif);
	color: white;
	padding: 0 0 0 20px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
	text-transform: capitalize;
}









.page-title .rss {
	text-align:right;
	float:right;
}
td {
	vertical-align:middle;
}
td.fieldname {
	font-size:12px;
}
.table-container {
}
.table-container .row {
	padding: 2px 0;
}
.table-container .row .item-name {
	padding:9px 0 5px 0;
	display:block;
	white-space:nowrap;
	padding-right:10px;
	vertical-align:middle;
}
.table-container .row .item-value {
	padding:5px 0 5px 0;
	vertical-align:middle;
}

.table-container .single-line {
	border: solid 1px #e4e4e4;
	padding: 3px;
}

.table-container select {
	border: solid 1px #e4e4e4;
	padding: 3px;
}

/* ajax loading indicator */
.ajax-loading-block-window {
	position:fixed;
	top:50%;
	left:50%;
	width:128px;
	height:128px;
	overflow:hidden;
	z-index:1104;
}
.ajax-loading-block-window .loading-image {
	position:absolute;
	top:0;
	left:0;
	width:128px;
	height:128px;
	background-image:url('images/ajax_loader_large.gif');
}
/* data table */
.data-table {
	width:100%;
	border:1px solid #e4e4e4;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.data-table th {
	font-weight:bold;
	padding:3px 8px;
	white-space:nowrap;
	vertical-align:middle;
	background: #eaf4f9;
}




.data-table td {
	padding:3px 8px;
}
.data-table th, .data-table td {
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
}
.data-table .odd {
}
.data-table .even {
	background-color: #F4FAFF;
}
.htmlcontent {
	padding-bottom:5px;
}
.htmlcontent-title {
	padding:0 0 5px;
	clear:both;
}
.htmlcontent-header {
	font-size:1.2em;
	font-weight:700;
}
.htmlcontent-body {
}

.htmlcontent-body p {
	margin: 0;
}




.topicpage {
}


.topicpage .topicpage-body {
	background: #ffffff;
	margin: 5px 0 0 0;
	border: solid 1px #e4e4e4;
	padding: 20px;
}


.user-agreement-page {
}
.user-agreement-page .page-title {
}
.user-agreement-page .page-body {
}
.clear {
	border:medium none;
	clear:both;
	float:none;
	font-size:0;
	height:0;
	line-height:0;
}
.message-error {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:700;
	color:red;
	margin: 0 0 20px 0;

}
.validation-summary-errors {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:700;
	color:red;
	margin: 10px 20px;
	line-height: 1.3em;

}


.field-validation-error {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:700;
	color:red;
}
.required {
	color:red;
}
.copyright {
	float:right;
	padding-right:10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.copyright a {
	color:#3664A5;
	background-color:inherit;
}
.captcha-box {
}
/* sitemap */
.sitemap-page {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.sitemap-page .entity {
	background: #ffffff;
	margin: 10px 0 0 0;
	border: solid 1px #e4e4e4;
	padding: 20px;
}

.sitemap-page .entity table  {
	border: 0;
}

.sitemap-page .entity table td {
	border: 0;
}




.sitemap-page .entity h2 {
	margin: 10px 0;
	text-transform: capitalize;
	font-weight: normal;
}






.sitemap-page .topic-box, .sitemap-page .manufacturer-box, .sitemap-page .category-box, .sitemap-page .product-box {
	text-align:center;
	vertical-align:bottom;
}
.sitemap-page .topic-box .item, .sitemap-page .manufacturer-box .item, .sitemap-page .category-box .item, .sitemap-page .product-box .item {
	text-align:left;
	margin:3px 10px 3px 0;
	width:150px;
	padding: 0 0 5px 0;
	border-bottom:1px solid #e4e4e4;
}
/* EU cookie law */
.eu-cookie-law {
	text-align:left;
}
a.eu-cookie-privacyinfo-tag {
	color:#3664A5 !important;
	text-decoration:underline;
}
/* inputs */
.searchtext {
	border:solid 1px #e4e4e4;
	vertical-align:top;
	font-size:13px;
	width:100%;
	padding: 3px;
}
.searchboxtext {
	width:110px;
	border:solid 1px #e4e4e4;
	font-size:12px;
}

.accountsignaturetext {
	height:100px;
	width:500px;
	border:solid 1px #E3E3E3;
	vertical-align:top;
}
.forumtopictitletext, .pmtitletext {
	width:500px;
	border:1px solid #acacac;
	vertical-align:top;
	font-size:12px;
}
.forumposttext, .bbeditortext {
	width:100%;
	height:300px;
}
.privatemessagesubjecttext {
	width:500px;
	border:1px solid #acacac;
	vertical-align:top;
	font-size:12px;
}
.forumsearchtext {
	width:500px;
	border:1px solid #acacac;
	font-size:14px;
}
.forumsearchboxtext {
	border:1px solid #acacac;
	font-size:12px;
}
.bbeditortext {
	border:#cec6b5 1px solid;
}
.edittopiclinkbutton {
	padding-right:5px;
	padding-left:18px;
	background:url(images/ico-edit.gif) no-repeat;
}
.deletetopiclinkbutton {
	padding-right:5px;
	padding-left:18px;
	background:url(images/ico-delete.gif) no-repeat;
}
.movetopiclinkbutton {
	padding-right:5px;
	padding-left:18px;
	background:url(images/ico-move-topic.gif) no-repeat;
}
.replytopiclinkbutton {
	padding-right:5px;
	padding-left:18px;
	padding-bottom:3px;
	background:url(images/ico-forum-post-add.gif) no-repeat;
}
.watchtopiclinkbutton {
	padding-left:18px;
	background:url(images/ico-forum-watch.gif) no-repeat;
}
.editpostlinkbutton {
	padding-right:5px;
	padding-left:18px;
	background:url(images/ico-edit.gif) no-repeat;
}
.deletepostlinkbutton {
	padding-right:5px;
	padding-left:18px;
	background:url(images/ico-delete.gif) no-repeat;
}
.quotepostlinkbutton, .postlink {
	color:#555;
	float:right;
	padding:1px 3px;
	border:solid 1px #ccc;
	line-height:15px;
	font-size:11px;
}
.postlink {
	padding:1px 3px;
	margin-right:5px;
	border:none;
}
.searchboxbutton {
	margin-bottom:2px;
}
.productlistproductdetailbutton, .productgridproductdetailbutton {
	margin-bottom:3px;
}










ul.languagelist {
	display:inline;
	line-height:25px;
}
ul.languagelist li {
	list-style:none;
	display:inline;
	padding:0 5px;
}
ul.languagelist li .selected {
	border:solid 1px #ccc!important;
}
ul.languagelist li:hover {
	cursor:pointer;
}
.storethemelist {
	border:solid 1px #E3E3E3;
}
.forumtopicoptionscheck {
}
.forumtopicoptionscheck label {
	color:#555;
	font-size:.9em;
	padding-left:5px;
	vertical-align:top;
}
.noscript {
	border:1px solid #ddd;
	border-width:0 0 1px;
	background:#ffff90;
	font-size:12px;
	line-height:1.25;
	text-align:center;
	color:#2f2f2f;
}

.block-account-navigation a.active {
	font-weight:700;
	color:#007BB9;
}
.block-account-navigation a {
	white-space:nowrap;
}

.block-account-navigation a:hover {
	
	color:#007BB9;
	text-decoration: none;
}




.block-account-navigation a.inactive {
}
.block-manufacturer-navigation .listbox .viewall a {
}
.block-newsletter .options {
	margin-top:5px;
}
.block-newsletter .buttons {
	margin-top:5px;
}
.block-recently-viewed-products a:hover {
}
.block-popular-tags li, .block-popular-blogtags li {
	display:inline!important;
}
.block-popular-tags .listbox .viewall a {
}
.block-blog-archive .year {
	font-weight:700;
}
/*Mini-shopping cart */
#flyout-cart {
	display:none;
	position:absolute;
	float:left;
	top:19px;
	right:0px;
	width:300px;
	min-height:50px;
	background:#FFF;
	z-index:99999;
}
#flyout-cart.active {
	display:block;
}
.minishoppingcart {
	padding:5px 10px 10px;
	margin:0;
	border: 1px solid #C1C1C1;
	color:#000;
	background:#FFF;
	font-size:11px;
}
.minishoppingcart a {
	color:#3664A5;
	font-weight:700;
	text-decoration:none;
}
.minishoppingcart .count {
	margin:10px 0px 10px;
}
.minishoppingcart .items {
	overflow:hidden;
}
.minishoppingcart .items table {
	border-collapse:collapse;
	width:100%;
}
.minishoppingcart .items table .first td {
	border-top:1px solid #EEEEEE;
}
.minishoppingcart .items table td {
	border-bottom:1px solid #EEEEEE;
	padding:10px 5px;
	vertical-align:top;
}
.minishoppingcart .items .item {
	border-bottom:1px solid #CFCFCF;
	margin:5px 0;
}
.minishoppingcart .items .item .product .name {
	clear:both;
}
.minishoppingcart .items .item .product .attributes {
	font-size:10px;
	margin:0px;
}
.minishoppingcart .items .item .price {
	font-size:10px;
	margin:10px 0px 0px 0px;
}
.minishoppingcart .items .item .quantity {
	font-size:10px;
	margin:0px
}
.minishoppingcart .totals {
	margin:10px 0px;
	text-align:right;
}
.minishoppingcart .buttons {
	margin:10px 0px;
	text-align:right;
}
.minishoppingcart .cartbutton {
	margin:0px 5px;
}
.minishoppingcart .checkoutbutton {
	margin:0px 5px;
}
/* notifications */
.bar-notification {
	display:none;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100000;
}
.bar-notification.success {
	background:none repeat scroll 0 0 #91BD09;
	border-bottom:3px solid #FFFFFF !important;
	color:#FFFFFF;
	margin: 0 0 10px;
}
.bar-notification.error {
	background:none repeat scroll 0 0 #CC0000;
	border-bottom:3px solid #FFFFFF !important;
	color:#FFFFFF;
	margin: 0 0 10px;
}
.bar-notification .close {
	float:right;
	margin:9px 9px 0px 0px;
	cursor:pointer;
}
.bar-notification p.content {
	
	padding: 0px 10px 0 30px;
	line-height: 30px;
}

.bar-notification p.content a {
	color: #fff;
}




/* ORDER SUMMARY, SHOPPING CART, WISHLIST */
.shoppingcart-page, .wishlist-page {
	/*background: #fff;
	border:solid 1px #e4e4e4;
	padding: 20px;*/

}


.shoppingcart-page .page-title, .wishlist-page .page-title {
	border-bottom:0 none;
}
.shoppingcart-page .body, .wishlist-page .body {
	margin:0;
	padding:0;
	font-size:11px;
	color:#555;
}
.order-summary-content {
	background: white;
	border: solid 1px #E4E4E4;
	padding: 20px;
}
.wishlist-content {
	margin:0;
	font-size:11px;
	color:#555;
	background-color:inherit;
}


/* CROSS SELLS */

.shoppingcart-page .product-grid h2.crosssells-title {
	background: url(images/pageHeading-lrg.gif);
color: white;
padding: 0 0 0 20px;
height: 43px;
line-height: 43px;
font-size: 20px;
text-transform: capitalize;
width: 935px;
text-align: left;
}



.shoppingcart-page .product-grid {
	
	margin: 20px 0 0 0;

}

.shoppingcart-page .product-grid .grid-inner{
	background: white;
	border: solid 1px #E4E4E4;
	padding: 20px;
	margin: 0;
	width: 915px;

}

.shoppingcart-page .product-grid .item-box {
	text-align: center;
	margin: 0 15px 15px 0;
	width: 208px;
	height: 172px;
	border: 1px solid #E4E4E4;
	overflow: hidden;
	background: white;
}

.shoppingcart-page .product-grid .item-box .product-col1 {
float: left;
margin: 20px 20px 19px 10px;
}


.shoppingcart-page .product-grid .item-box .product-col2 {
float: right;
width: 130px;
margin: 20px 0 0 0;
}

.shoppingcart-page .product-grid .item-box .product-col2 .product-title {
	width: 130px;
}

.shoppingcart-page .product-grid .item-box .product-col2 .product-title h2 {
background: none;
color: #555;
line-height: normal;
margin: 0;
padding: 0 0 0 0px;
width: 115px;
font-family: Arial, Helvetica, sans-serif;
height: auto;
font-size: 13px;
line-height: 18px;
}


.shoppingcart-page .product-grid .item-box .product-col2 .product-price {
float: left;
color: #9A0A05;
font-family: Georgia;
line-height: 38px;
font-size: 24px;
}













/**************************************************************/



.order-summary-content .totals {
	float:right;
	padding:26px 5px 0;
	width:230px;
	font-size:11px;
}

.order-summary-content .cart-collaterals {
	padding:20px 0 10px;
	width:550px;
}
.order-summary-content .deals {
	margin:0 20px 0 0;
	width:630px;
	overflow: hidden;
}
.order-summary-content .shipping {
	display:inline;
	float:left;
	margin:0;
	width:280px;
}
.order-summary-content .coupon-box, .order-summary-content .giftcard-box {
	font-size:13px;
	color:#555555;
	margin:0 20px 10px 0;
	width: 600px;
	text-align: left;
}

.order-summary-content .coupon-box strong { display: none;}




.coupon-box .message-error, .giftcard-box .message-error {
	margin: 15px 0;
}

.order-summary-content .coupon-box .hint, .order-summary-content .giftcard-box .hint {
	width: 140px;
	float: left;
	line-height: 30px;
}

.order-summary-content .coupon-box .discount-coupon-code, .order-summary-content .giftcard-box .giftcard-coupon-code {
	width: 180px;
	height: 20px;
	border: solid 1px #E4E4E4;
	padding: 2px;
}


.product-unit-price {
font-size: 11px;
}


.order-summary-content .coupon-box .current-code {
}


.order-summary-content .cart, .wishlist-content .cart {
	width:100%;
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle;
}
.wishlist-content .cart {
	margin-bottom:25px;
}
.order-summary-content .cart td, .wishlist-content .cart td {
	padding:10px;
}
.order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row {
	font-weight:700;
	background: #eaf4f9;
	height:30px;
	line-height: 30px;
	border:1px solid #e4e4e4;
	font-size: 11px;
}
.order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th {
	background:none;
	padding:2px 8px;
	vertical-align:middle;
	white-space:nowrap;
}
.order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture {
	background:none;
	border:none;
}
.order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end {
	background:none;
	padding-right:5px;
}
.order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {
}
.order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {
	border:1px solid #e4e4e4;
	vertical-align:middle;
	line-height:30px;
}
.order-summary-content .cart .cart-item-row td.productpicture, .wishlist-content .cart .cart-item-row td.productpicture {
	padding:5px;
	background:none;
}
.order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
	text-align:left;
	padding:0 10px;
}


.order-summary-content .cart .cart-item-row td.product a, .wishlist-content .cart .cart-item-row td.product a {
	text-align:left;
	padding:0 10px;
	font-size: 13px;
	color: #000;
}

.order-summary-content .cart .cart-item-row td.product a:hover, .wishlist-content .cart .cart-item-row td.product a:hover {
	color: #555;
	text-decoration: none;
}








.order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end {
	
	background:none;
	text-align:right;
	font-weight:700;
	color:#000;
	font-size: 13px;
}
.order-summary-content .cart .cart-item-row .qty-input, .wishlist-content .cart .cart-item-row .qty-input {
	border:solid 1px #E3E3E3;
	font-size:12px;
	text-align:center;
	width:32px;
	height: 32px;
}
.order-summary-content .total-info {
	margin:0;
}
.order-summary-content .total-info .selected-shipping-method {
	font-weight:normal;
	font-size:11px;
}








.cart-total-left {
	width:100%;
	vertical-align:middle;
	height:21px;
	font-weight:700;
	color:#353434;
}
.cart-total-left-below {
	width:100%;
	text-align:right;
	vertical-align:top;
	height:30px;
}
.cart-total-right {
	text-align:right;
	vertical-align:middle;
	padding-left:5px;
}
.order-summary-content .removegiftcardbutton, .order-summary-content .removediscountbutton {
	padding-right:5px;
	padding-left:18px;
	background:url(images/ico-delete.gif) no-repeat;
	border:0;
	width:32px;
	height:15px;
}
.order-summary-content .removegiftcardbutton:hover, .order-summary-content .removediscountbutton:hover {
	cursor:pointer;
}
.order-summary-content .selected-checkout-attributes {
	margin:20px 0 0 0;
	padding:0;
	width:100%;
	vertical-align:middle;
	color:#353434;
}
.order-summary-content .checkout-attributes {
	margin: 20px 0 20px 0;
	padding:0;
	float: right;
}

.order-summary-content .checkout-attributes dl {
	
}

.order-summary-content .checkout-attributes dt {
	float: left;
	font-weight:bold;
	line-height: 32px;
	padding: 0 10px 0 0;
	font-size: 11px;
}

.order-summary-content .checkout-attributes dd {
	background: red;
	float: left;
}

.order-summary-content .checkout-attributes dd input {
	width:180px;
	height: 20px;
	border:solid 1px #e4e4e4;
	padding: 3px;
}



.order-summary-content .checkout-attributes textarea {
	width:300px;
	height:150px;
}
.order-summary-content .min-amount-warning {
	margin:0;
	padding:10px 0 10px 10px;
}
.order-summary-content .terms-of-service {
	margin:0;
	padding:10px 0 10px 10px;
}
.order-summary-content .terms-of-service .read {
	text-decoration:underline;
}
.order-summary-content .terms-of-service .read:hover {
	cursor:pointer;
}
.order-summary-content .common-buttons {
	margin:20px 0 20px 0;
	padding:0;
	float: left;
}
.order-summary-content .checkout-buttons {
	float:right;
	margin:0;
	padding:10px 0 10px 10px;
}
.order-summary-content .addon-buttons {
	clear:both;
	float:right;
	margin:0;
	padding:10px 0 10px 10px;
	text-align:right;
}
.order-summary-content .crosssells-title {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	padding:5px 5px 5px 0;
	border-bottom:0 none;
	margin:0 0 10px;
	width:100%;
}



.order-details-table {
	margin: 0 0 20px 0;
	font-size: 12px;}


.order-details-table .billinginfo {
	padding: 0 20px 0 0;
}

.order-details-table .title {
	margin: 0 0 5px 0;
}


.order-details-table .payment-method, .order-details-table .shipping-method {
	margin: 10px 0 0 0;
}




.estimate-shipping {
	margin:20px 0 0 0;
	padding:0;
	font-size:13px;
	color:#555;
	background:#Fff;
	border:0px solid #E4E4E4;
	width:400px;
	overflow: hidden;
}

.estimate-shipping .title {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.estimate-shipping .label {
	background: none;
	width: 140px;
	font-size: 13px;
	padding: 10px 0;
}





.estimate-shipping .country-input, .estimate-shipping .state-input {
	width:186px;
	padding:3px;
	border: solid 1px #E4E4E4;
}

.estimate-shipping .zip-input {
	width:178px;
	padding:3px;
	border: solid 1px #E4E4E4;
}

.estimate-shipping .shipping-options {
	text-align:left;
	height:auto;
	margin: 10px 0;
}


.estimate-shipping .shipping-options .shipping-option-item {
	text-align:left;
	vertical-align:text-top;
	padding:5px 0 0 5px;
	margin: 10px 0;
}
.estimate-shipping .shipping-options .shipping-option-item .option-name {
	font-weight:700;
}
.estimate-shipping .shipping-options .shipping-option-item .option-description {
	padding:5px 0 5px 0px;
}
/* CHECKOUT, ORDER DETAILS */
.checkout-page, .checkout-one-page {

}
.checkout-page .page-title, .checkout-one-page .page-title {
	border-bottom:0 none;
}
.checkout-page .checkout-data, .checkout-one-page .checkout-data {
	margin:10px 0;
	padding:0;
	font-size:11px;
	color:#555;
	background: #ffffff;
	
}


.checkout-data {
	margin:10px 0;
	padding:0;
	font-size:11px;
	color:#555;
	background: #ffffff;
	border:1px solid #E4E4E4;
}

.checkout-data ol  {
	list-style-type: none;
	margin: 20px;
	padding: 0;
}


.checkout-data ol li {
	list-style-type: none;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	border-top: solid 1px #e4e4e4;
	padding: 0;
}


.checkoutstep {
}
.checkoutstep .steptitle {
	border:1px solid #2F4F4F;
	color:#FFF;
	background-color:#2E4d7B;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	font-weight:700;
	padding:5px;
	margin-top:5px;
}
.checkoutstep .stepcontent {
	border:dashed 1px #2F4F4F;
	border-top:none;
	padding:5px;
}
.order-summary-title {
	padding:10px 10px 5px 0;
	font-size:11px;
	color:#555;
	font-weight:700;
	clear:both;
}
.order-summary-body {
	margin:10px;
	height:auto;
}
.checkout-data .select-address-title {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
}
.checkout-data .address-grid {
	margin-bottom:15px;
	padding:0;
}
.checkout-data .address-grid .item-box {
	padding-bottom:10px;
	text-align:center;
	vertical-align:text-top;
}
.checkout-data .address-grid .address-item {
	text-align:center;
	margin:10px;
	padding:10px;
	border:1px solid #E4E4E4;
	width:200px;
	height:auto;
}
.checkout-data .address-grid .address-item .select-button {
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
}
.checkout-data .address-grid .address-item .address-box {
	text-align:left;
}
.checkout-data .enter-address-title {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
}
.checkout-data .enter-address {
	text-align:center;
	height:auto;
}
.checkout-data .enter-address .enter-address-body {
	text-align:left;
	margin:10px;
	font-size: 13px;
}
.checkout-data .enter-address .buttons {
	margin:10px;
	text-align:left;
}
.checkout-data .enter-address .the-same-address {
	text-align:left;
	margin:10px;
}
.checkout-data .shipping-options {
	text-align:left;
	margin:10px;
	border:0px solid #E4E4E4;
	height:auto;
	font-size: 13px;
	line-height: 1.5em;
}
.checkout-data .shipping-options .shipping-option-item {
	text-align:left;
	vertical-align:text-top;
	padding:5px 0 0 5px;
}
.checkout-data .shipping-options .shipping-option-item .option-name {
	font-weight:700;
}
.checkout-data .shipping-options .shipping-option-item .option-description {
	padding:5px 0 5px 16px;
}
.checkout-data .shipping-options .select-button {
	margin:10px;
	text-align:left;
}
.checkout-data .shipping-options .message-error {
	margin:10px;
	text-align:left;
}
.checkout-data .userewardpoints {
	margin:0;
	padding:10px;
	font-size:11px;
	color:#555;
	background:#f4f4f4;
	margin-bottom:10px;
	border:dotted 1px #d3d3d3;
}
.checkout-data .payment-methods {
	text-align:left;
	margin:10px;
	font-size: 13px;
	line-height: 1.5em;
	height:auto;
}
.checkout-data .payment-methods .payment-method-item {
	padding:10px;
	text-align:left;
	vertical-align:text-top;
}
.checkout-data .payment-methods .select-button {
	margin:10px;
	text-align:left;
}
.checkout-data .payment-methods .message-error {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
}
.checkout-data .payment-info {
	text-align:left;
	margin:10px;
	font-size: 13px;
	line-height: 1.5em;
	height:auto;
}
.checkout-data .payment-info .body {
	padding:10px;
	text-align:left;
	vertical-align:text-top;
}

.checkout-data .payment-info .body table td {
	padding: 2px 0;
}

.checkout-data .payment-info .body table td input {
	width: 165px!important;
	border: solid 1px #E4E4E4;
	padding: 3px;

}

.checkout-data .payment-info .body table td select.dropdownlists {
	width: 172px!important;
	border: solid 1px #E4E4E4;
	padding: 3px;

}











.checkout-data .payment-info .select-button {
	margin:10px;
	text-align:left;
}
.checkout-data .confirm-order {
	text-align:left;
	margin:10px;
	border:1px solid #E4E4E4;
	height:auto;
}
.checkout-data .confirm-order .select-button {
	margin:10px;
	text-align:left;
}
.checkout-data .confirm-order .message-error {
	margin:10px;
	text-align:left;
}
.checkout-data .order-completed {
	text-align:left;
	margin:10px;
	border:1px solid #E4E4E4;
	height:auto;
}
.checkout-data .order-completed .body {
	padding:10px;
	text-align:left;
	vertical-align:text-top;
	font-size: 13px;
	line-height: 1.5em;
}
.checkout-data .order-completed .select-button {
	margin:10px;
	text-align:left;
}
.order-details {
}
.order-details .page-title {
	border-bottom:0 none;
	text-align:left;
}
.order-details .page-title .print-buttons {
	text-align:right;
	background: #fff;
	border: solid 1px #e4e4e4;
	border-bottom: 0;
	margin: 10px 0 0 0;
	padding:20px;
}

.order-details .info {
	border:1px solid #ffffff;
	padding:20px;
	background: #fff;
	border: solid 1px #e4e4e4;
	border-top: 0;
	font-size: 13px;
}




.order-details .section-title {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
}
.order-details .order-overview {
	text-align:left;
	padding-bottom:10px;
}
.order-details .order-overview .order-total-top {
	text-align:right;
}
.order-details .order-details-box {
	text-align:left;
	padding:10px;
	border:1px solid #e4e4e4;
	height:auto;
}
.order-details .order-overview .order-overview-table, .order-details .order-details-box .order-details-table {
	width:100%;
	border:0px;
	border-collapse:collapse;
	border-spacing:0;
	line-height: 1.3em;
}


.order-details .order-overview .order-overview-table b, .order-details .order-details-box .order-details-table b {
	width:100%;
	border:0px;
	border-collapse:collapse;
	border-spacing:0;
	font-weight: bold;
}






.order-details .order-details-box .order-details-table .billinginfo, .order-details .order-details-box .order-details-table .shippinginfo {
	width:50%;
	vertical-align:top;
	line-height: 1.3em;
}


.order-details .order-details-box .order-details-table .billinginfo b, .order-details .order-details-box .order-details-table .shippinginfo b {
	width:50%;
	vertical-align:top;
	
}




.total-info {
	margin: 10px 0 0 0;
}

.info .buttons {
	margin: 0 0 0 10px;
}





.order-details .products-box, .order-details .shipments-box, .order-details .ordernotes-box {
	text-align:left;
	padding:10px;
	border:1px solid #e4e4e4;
	height:auto;
}
.order-details .checkout-attributes {
	text-align:left;
	vertical-align:middle;
	padding:10px;
	height:auto;
}
.order-details .cart_total_left {
	color:#000;
}
.shipment-details {
}
.shipment-details .page-title {
	border-bottom:0 none;
	text-align:left;
}
.shipment-details .info {
	border:1px solid #E4E4E4;
	padding:10px;
}
.shipment-details .section-title {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
}
.shipment-details .overview {
	text-align:left;
	padding-bottom:10px;
}
.shipment-details .trackingurl {
}
.shipment-details .products-box, .shipment-details .shipmentstatusevents-box {
	text-align:left;
	padding:10px;
	border:1px solid #E4E4E4;
	height:auto;
}
.downloadable-products {
	margin:0;
	padding:5px;
	color:#555;
	background-color:inherit;
}
.downloadable-products .info {
	padding:10px;
}


/********************************* CHECKOUT PROCESS STEPS ***********************************/
.order-progress {
	margin:5px auto;
	text-align:center;
	background: #fff;
	border:solid 1px #e4e4e4;
	padding: 20px 10px;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
.order-progress ul {
	padding:0;
	overflow: hidden;
}
.order-progress ul li {
	list-style:none;
	display:inline;
	padding:0;
	margin: 0 20px 0 0;
	height: 20px;
	line-height: 20px;
}


.order-progress ul li .active-step {
	color:#555;
	background:url(images/progress-step-active.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.order-progress ul li .inactive-step {
	color:#d7d7d7;
	background:url(images/progress-step-inactive.gif) no-repeat left center;
	padding: 0 0 0 20px;
}


.order-progress ul li .active-step:hover {
	text-decoration: none;
	color:#007bb9;
}

/********************************* END CHECKOUT PROCESS STEPS ***********************************/






.return-request {
}
.return-request .page-title {
	border-bottom:0 none;
}
.return-request .section-addinfo {
	padding:10px 10px 5px 0;
	font-weight:700;
}
.return-request .products-box {
	text-align:left;
	padding:10px;
	border:1px solid #E4E4E4;
	height:auto;
}
.return-request .why {
}
.return-request .why .return-reasons {
}
.return-request .why .return-actions {
}
.return-request .why .comment {
	width:350px;
	height:150px;
}
.return-request .buttons {
}
.customer-return-request-list {
	margin:0;
	padding:5px;
	font-size:11px;
	color:#555;
	background-color:inherit;
}
.customer-return-request-list .section-title {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
	font-size:12px;
}
.customer-return-request-list .request-item {
	text-align:left;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #E4E4E4;
	height:auto;
}
/* ONE PAGE CHECKOUT */
.opc .buttons {
	margin-top:0;
	overflow: hidden;
	
}
.opc .buttons .back-link small {
	display:none;
}



.opc .buttons .back-link {
	padding:0;
	float: left;
	margin: 0 5px 0 0;
}


.opc .buttons .back-link a {
	width: auto;
	height: 25px;
	line-height: 25px;
	color: #555;
	border-radius: 5px;
	background: #d6d3d3;
	border: 0;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	padding: 6px 10px;
}

.opc .buttons .back-link a:hover {
	text-decoration: none;
	background: #e0dede;
}


.opc .buttons .continue-link {
	float: left;
}


.opc .buttons.disabled button {
	display:none;
}
.opc .buttons .please-wait {
	height:21px;
	line-height:21px;
}
.opc .ul {
	list-style:disc outside;
	padding-left:18px;
}
.opc ul, .opc ol, ul.opc, ol.opc {
	list-style:none outside none;
}
.opc {
	position:relative;
}
.opc li.section {
}
.opc .step-title {
	
	border-style:solid;
	border-color:#fff #d9dde3 #d9dde3;
	background:#F4F4F4;
	padding:4px 8px 6px;
	text-align:right;
}
.opc .step-title .number {
	float:left;
	background:#fff;
	border:1px solid #e4e4e4;
	padding:0 4px;
	margin:0 5px 0 0;
	font:bold 11px/14px arial, helvetica, sans-serif;
	color:#999;
}
.opc .step-title h2 {
	float:left;
	margin:0;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	color:#999;
	text-transform:capitalize;
}
.opc .allow .step-title {
	background:#F4F4F4;
	border:0px solid #E4E4E4;
	border-bottom:0;
	color:#a4b3b9;
	cursor:pointer;
}
.opc .allow .step-title .number {
	background:#dbe6eb;
	border-color:#dbe6eb;
	color:#a4b3b9;
}
.opc .allow .step-title h2 {
	color:#a4b3b9;
}
.opc .active .step-title {
	background:#d0cece;
	border-bottom:1px solid #e4e4e4;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-bottom:5px;
	color:#f18200;
	cursor:default;
}
.opc .active .step-title .number {
	background:#318ed7;
	color:#fff;
}
.opc .active .step-title h2 {
	color:#318ed7;
}
.opc .step {
	border-bottom:1px solid #E4E4E4;
	border-top:0;
	background:#fff 0 0 repeat-x;
	padding:15px 30px;
	position:relative;
}
.opc .step-title:after {
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
/*************************** FEATURED PRODCUTS HOME PAGE ************************************************/





.home-page-product-grid {
	width:660px;
	position: relative;
	z-index: 0;
}
.home-page-product-grid h2,
.carousel_holder h2 {
	background: url(images/bg-home-featured-products.png);
	background-repeat: no-repeat;
	color: #fff;
	font-family: "proxima-nova-alt-n4","proxima-nova-alt",sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 20px;
	letter-spacing: normal;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding-left: 28px;
	width: 100%;
	text-transform: capitalize;
	margin: -8px 0 6px -29px !important;
}


.home-page-product-grid .item-box {
	text-align:center;
	margin:0 15px 15px 0;
	width:208px;
	height:185px;
	border:1px solid #E4E4E4;
	overflow: hidden;
	background: #fff;
	float: left;
}

.home-page-product-grid .nomargin {
	margin: 0 0 15px 0;
}


.home-page-product-grid .grid-wrap {
	overflow: hidden;
}

.home-page-product-grid .product-col1 {
	width: 50px;
	height: 125px;
	float: left;
	margin: 20px 0 19px 10px;
	text-align: center;
}

.home-page-product-grid .product-col1 img {
max-width: 50px;
}

.home-page-product-grid .product-col2 {
	float: right;
	width: 112px;
	margin: 20px 20px 0 0;
}



.home-page-product-grid .product-col2 .product-title h2 {
	background: none;
	color: #555;
	line-height: normal;
	margin: 0;
	padding: 0 0 0 29px;
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	font-size: 13px;
	line-height: 18px;
}

.home-page-product-grid .product-col2 .product-title h2 a {
	color: #555555;
}

.home-page-product-grid .product-col2 .product-title h2 a:hover {
	color: #007bb9;
	text-decoration: none;
}





.home-page-product-grid .product-col2 .product-price {
	font-family: Georgia;
	font-size: 28px;
	color: #9a0a05;
	margin: 15px 0 15px 0;
	text-align: left;
}


.home-page-product-grid .product-col2 .product-price .old-product-price {
	text-decoration: line-through;
	color: #ccc;
	font-size: 14px;
}

.home-page-product-grid .product-col2 .product-description {
	display: none;
}

.home-page-product-grid .product-col2 .product-buttons {
	text-align: left;
}








.home-page-category-grid {
	margin-left:auto;
	margin-right:auto;
	width:auto;
}

.home-page-category-grid h2 {
	background: url(images/bg-home-featured-products.png);
	background-repeat: no-repeat;
	color: white;
	font-family: "proxima-nova-alt-n4","proxima-nova-alt",sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 20px;
	letter-spacing: normal;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding-left: 28px;
	width: 100%;
	text-transform: capitalize;
	margin: -8px 0 6px -29px;
}


.home-page-category-grid a {

}

.home-page-category-grid .item-box {
	text-align: center;
	margin: 0 15px 15px 0;
	width: 208px;
	height: auto;
	border: 1px solid #E4E4E4;
	overflow: hidden;
	background: white;
}

.home-page-category-grid .item-box h2{
	background: none;
	margin: 0;
	padding: 10px 0 0 0;
	height: auto;
	line-height: normal;
	text-align: center;
	width: auto;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.home-page-category-grid .item-box h2 a {
	color: #000;
}

.home-page-category-grid .item-box h2 a:hover {
	color: #555;
}


.home-page-category-grid .category-item {
	text-align:center;

}

.home-page-category-grid .category-item .picture {
	text-align:center;
	padding:10px 0;
}


/*************************************************************************************/



.home-page-product-grid table {
	border-spacing: 0px;
}
.home-page-product-grid table td {
	border-collapse: collapse;
	padding: 0!important;
}
.home-page-product-grid .small-product-item {
	width:168px;
	height: 175px;
	border:solid 1px #e4e4e4;
	padding: 0 20px;
	margin: 0 15px 15px 0;
	background: #fff;
}
.home-page-product-grid .small-product-item .image {
	float: left;
	margin: 20px 0 0 0;
}
.home-page-product-grid .small-product-item .text {
	float: left;
	width: 110px;
	margin: 20px 0 0 20px;
}
.home-page-product-grid .small-product-item .producttitle {
	color:green;
	background: none;
	padding: 0;
	margin: 10px 0 0 0;
	line-height: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
}
.producttitle a {
	color:#555555;
}
.home-page-product-grid .small-product-item .productprice {
	font-family: Georgia;
	font-size: 28px;
	color: #9a0a05;
	margin: 15px 0;
	background: none;
	height: 20px;
}
.productcart a, .productcart a:visited {
	margin: 0;
	padding: 0;
	display: block;
	width: 85px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	color: white;
	text-align: center;
	background: #007bb9;
	background-position: 0 0;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.bestsellers {
	margin-left:auto;
	margin-right:auto;
	width:520px;
}
.bestsellers .title {
	padding:10px 0 1px;
	margin:0 5px 10px;
	font-weight:700;
	text-transform:uppercase;
	clear:both;
	font-size:1.1em;
	border-bottom:solid 1px #C4C6C8;
	text-align:center;
}
/* PRODUCTS IN LINES - TEMPLATE */
.product-list {
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	background: #fff;
	border:solid 0px #e4e4e4;
	border-top: 0;
}
.product-list .item-box {
	text-align:left;
	clear:both;
	position:relative;
	margin:0 0 20px 0;
	border:solid 1px #e4e4e4;
	overflow: hidden;
	padding: 20px;
}

.product-list .item-box .product-col1 {
	float: left;

}

.product-list .item-box .product-col2 {

	float: left;
	width: 90%;
	margin: 0 0 0
}

.product-list .item-box .product-col2 .product-title {
	float: left;
	
}

.product-list .item-box .product-col2 .product-title h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}


.product-list .item-box .product-col2 .product-title h2 a {
	color: black;
}

.product-list .item-box .product-col2 .product-title h2 a:hover {
	color: #007BB9;
	text-decoration: none;
}


.product-list .item-box .product-col2 .product-price {
	float: right;
	color: #9A0A05;
	font-family: Georgia;
	line-height: 38px;
	height: 38px;
	font-size: 24px;
}

.product-list .item-box .product-col2 .product-description {

margin: 5px 0 10px 0;
color: #555;
line-height: 1.5em;
font-size: 13px;
}


.product-list .item-box .product-col2 .product-description .productlistproductdetailbutton {
	background: none;
color: #007BB9;
border: 0;
margin: 0 0 0 5px;
font-size: 13px;
cursor: pointer;
}

.product-list .item-box .product-col2 .product-description .productlistproductdetailbutton:hover {
	color: #555;
	text-decoration: none;
	cursor: pointer;
}

/************************************************************************************/

.product-list .product-item {
	width:520px;
	height:177px;
	margin-top:10px;
	border:1px solid #E4E4E4;
	position:relative;
}
.product-list .product-item .product-title {
	font-weight:700;
	font-size:12px;
	padding-left:10px;
}
.product-list .product-item .product-title a {
	display:block;
	height:2em;
	line-height:1.3em;
	overflow:hidden;
	padding:4px 10px 8px 0;
	color:#3A4045;
}
.product-list .product-item .picture {
	float:left;
	margin:10px 0 10px 10px;
}
.product-list .product-item .description {
	padding:0 0 0 10px;
	margin:10px 150px 0 140px;
	text-align:left;
	border-left:solid 1px #E4E4E4;
	color:#555;
}
.product-list .product-item .add-info {
	float:right;
	text-align:right;
	position:absolute;
	bottom:20px;
	right:5px;
}
.product-list .product-item .prices {
}
.product-list .product-item .prices .productPrice {
	color:green;
}
.product-list .product-item .prices .oldproductPrice {
	color:Red;
	text-decoration:line-through;
}
.product-list .product-item .buttons {
	padding-top:20px;
}
/* FEATURED PRODUCTS */
.featured-product-grid {
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:520px;
	text-align:center;
}
.featured-product-grid .title {
	padding:10px 10px 5px 0;
	font-weight:700;
	text-transform:uppercase;
	clear:both;
	margin:0;
	color:#3A4045;
}
.featured-product-grid .item-box {
	padding-bottom:10px;
	text-align:center;
	vertical-align:text-top;
}
.featured-product-grid .product-item {
	text-align:center;
	margin:10px 5px;
	width:250px;
	border:solid 1px #E4E4E4;
}
.featured-product-grid .product-item .product-title {
	font-weight:700;
	font-size:12px;
	padding:0 0 0 10px;
	text-transform:none;
}
.featured-product-grid .product-item .product-title a {
	display:block;
	height:2em;
	line-height:1.3em;
	overflow:hidden;
	padding:4px 10px 8px 0;
}
.featured-product-grid .product-item .picture {
	text-align:center;
	margin-top:10px;
}
.featured-product-grid .product-item .description {
	margin:5px 5px 0;
	text-align:center;
	padding:10px 5px;
	border-top:solid 1px #E4E4E4;
	color:#555;
	height:50px;
}
.featured-product-grid .product-item .add-info {
	vertical-align:bottom;
	text-align:right;
	width:250px;
	height:85px;
	position:relative;
}
.featured-product-grid .product-item .add-info .prices {
	text-align:right;
	vertical-align:middle;
	position:absolute;
	bottom:15px;
	right:10px;
}
.featured-product-grid .product-item .add-info .buttons {
	vertical-align:middle;
	position:absolute;
	bottom:15px;
	left:10px;
	text-align:left;
}
.featured-product-grid .product-item .add-info .prices .productPrice {
	color:green;
}
.featured-product-grid .product-item .add-info .prices .oldproductPrice {
	color:Red;
	text-decoration:line-through;
}
/* PAGES */
.category-page, .manufacturer-page, .manufacturerlist-page, .producttag-page, .producttagall-page {
}
.category-page .page-title, .manufacturerlist-page .page-title, .manufacturer-page .page-title, .producttag-page .page-title, .producttagall-page .page-title {
	border-bottom:0 none;
}
.producttagall-page .producttags-list li {
	display:inline;
}
.producttagall-page .producttags-list li a {
	margin:0 2px 0 0;
}
.category-page .category-description, .manufacturer-page .manufacturer-description {
	color:#0A263C;
	font-size:1.1em;
	background: #fff;
	padding: 20px;
	border:solid 1px #e4e4e4;
	margin: 5px 0 0 0;
}
.sub-category-grid, .manufacturer-grid {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	margin-bottom:15px;
}






.sub-category-grid a, .manufacturer-grid a {
}
.sub-category-grid .item-box, .manufacturer-grid .item-box {
	text-align:center;
	vertical-align:text-top;
	float: left;
	margin:10px 10px 0 0;
}

.sub-category-grid .nomargin, .manufacturer-grid .nomargin {
	margin:10px 0 0 0;
}



.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
	text-align:center;
	
	width:150px;
	height:180px;
	border:1px solid #e4e4e4;
	background: #fff;
	padding: 15px;
}
.sub-category-grid .sub-category-item .category-title, .manufacturer-grid .manufacturer-item .man-title {
	text-align:center;
	font-weight:400;
	font-weight: normal;
	font-size:18px;
	display:block;
	overflow:hidden;
	height:1.8em;
	padding:8px 0 5px;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
}

.sub-category-grid .sub-category-item .category-title a, .manufacturer-grid .manufacturer-item .man-title a {
	color: #170a06;
}

.sub-category-grid .sub-category-item .category-title a:hover, .manufacturer-grid .manufacturer-item .man-title a:hover {
	color: #007BB9;
	text-decoration: none;
}



.sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
	text-align:center;
	padding:10px 0;
}
.compare-products {
}
.compare-products .page-title {
	border-bottom:0 none;
}
.compare-products .body {
	margin:0;
	padding:0;
	font-size:11px;
	color:#555;
	background-color:inherit;
}
.compare-products-table {
	width:100%;
}
.compare-products-table .remove-button {
	margin:5px 5px 5px 0;
}
.compare-products-table tr.product-name {
	background-color:#CCC;
	font-weight:700;
}
.compare-products-table td {
	border-width:1px;
	border-color:#BFBFBF;
	border-style:solid;
	padding:3px;
	vertical-align:top;
}
.login-page {
}
.login-page .page-title {
	border-bottom:0 none;
}
.login-page .page-body {
	width:auto;
	font-size:13px;
	color:#555;
	background: #fff;
	margin: 5px 0;
	border: solid 1px #e4e4e4;
	overflow: hidden;
	padding: 20px;
}

.login-page .register-block {
	float:left;
	width:440px;
}

.login-page .returning-wrapper {
	float:right;
	width:425px;
}


.login-page .returning-wrapper dt {
	width: 74px;
	clear:left;
	float:left;
	/*width:150px;*/
	padding: 5px 10px 5px 5px;
white-space: nowrap;
padding-right: 10px;
vertical-align: middle;
font-weight: 700;
}

.login-page .returning-wrapper dt label {
	line-height: 22px;
	font-weight: normal;
}

.login-page .returning-wrapper dd {
	width: 240px;
	padding: 3px 0;
	float: left;
}

.login-page .returning-wrapper dd input{
	width: 150px;
	padding: 3px;
}


.login-page .returning-wrapper dd input#RememberMe {
	width: auto;
	/*margin: 0 0 0 150px;*/
}

.login-page .returning-wrapper dd.forgot-password {
	padding: 0 0 0 89px;
}

.login-page .returning-wrapper dd.buttons {
	padding: 0 0 20px 15px;
	margin: 10px 0 0 0;
}

.login-page .returning-wrapper dd.buttons input {
	width: 100px;
}


.new-wrapper dl {
text-align: left;
margin: 10px;
padding: 40px 5px 5px 5px;
border: 1px solid #E4E4E4;
min-height: 240px;
vertical-align: top;
}




.login-page .message-error {
	/*margin: 20px 0 0 0;*/
	float: left;
	clear: both;
}


.new-wrapper legend,
.login-page .register-block legend, 
.login-page .returning-wrapper legend {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	padding: 5px 0 0 0;
}

.login-page .register-block dl, .login-page .returning-wrapper dl {
	min-height:240px;
	vertical-align:top;
	margin: 10px 0;
	border: solid 1px #e4e4e4;
	padding: 20px;
	line-height: 1.5em;
	
}

.login-page .register-block dd {
	margin: 0 0 20px 0;
}

.login-page .new-wrapper {
float: left;
width: 425px;
}

.login-page .new-wrapper .buttons {
	padding-right:20px;
	padding-top:20px;
	text-align:left;
}

.login-page .returning-wrapper .buttons {
	/*float:left;*/
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
	clear:both;
	margin-right: 32px;
}
.login-page .returning-wrapper .login-block {
	text-align:left;
	border: solid 1px #e4e4e4;
	padding: 20px;
	margin: 10px 0 0 0;
	min-height:240px;
}



.login-table-container {
	vertical-align:middle;
	width: 70%;
}
.login-table-container .row {
}
.login-table-container .row .item-name {
	padding:5px 10px 5px 0;
	display:block;
	white-space:nowrap;
	padding-right:10px;
	vertical-align:middle;
	font-weight:700;
}

.login-table-container .row .item-name label {
	line-height: 22px;
	padding: 3px;
	font-weight: normal;
}

.login-table-container .row .item-value {
	padding:10px 0;
	vertical-align:middle;
}

.login-table-container .row .item-value input {
	border:solid 1px #e4e4e4;
	padding: 3px;

}


.external-auth-errors {
	text-align:center;
	border:solid 1px #E4E4E4;
	vertical-align:top;
	width:100%;
	color:Red;
}
.external-auth-association {
	text-align:center;
	border:solid 1px #E4E4E4;
	vertical-align:top;
	width:100%;
}
.external-auth-association .identifier {
}
.external-auth-association .remove {
	color:#3664A5;
}
.registration-page {
}
.registration-page .page-title {
	border-bottom:0 none;
}

/***************************************************

Registeration 


*********************************/

.registration-page .page-body {
	margin:5px 0 0 0;
	font-size:11px;
	color:#555;
	background: #fff;
	padding: 20px;
	border:solid 1px #e4e4e4;
	font-size: 13px;
	overflow: hidden;
}
.registration-page legend {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
	font-size:13px;
}
.registration-page dl {
	text-align:left;
	padding:10px;
	border:solid 1px #e4e4e4;
	height:auto;
}



.registration-page dt {
	clear:left;
	float:left;
	width:150px;
}

.registration-page dt label {
	line-height: 22px;
	font-weight: 400;
}

.registration-page dd {
	padding: 3px 0;
}

.registration-page dd input{
	width: 150px;
	padding: 3px;
}









.registration-page .buttons {
	float:right;
	margin: 20px 0 0 0;
	text-align:center;
	clear:both;
}














.availablestatus {
	color:green;
	padding-left:5px;
}
.notavailablestatus {
	color:red;
	padding-left:5px;
}
.password-recovery-page, .newsletter-page {
}
.password-recovery-page .page-title, .newsletter-page .page-title {
	border-bottom:0 none;
}



.password-recovery-page .page-body, .newsletter-page .page-body {
	margin:5px 0 0 0;
	padding:20px;
	font-size:13px;
	color:#555;
	background: #fff;
	border:solid 1px #e4e4e4;
}




.password-recovery-page  dl {
	text-align:left;
	height:auto;
}



.password-recovery-page  dt {
	clear:left;
	float:left;
	width:150px;
}

.password-recovery-page  dt label {
	line-height: 22px;
	font-weight: 400;
}

.password-recovery-page  dd {
	padding: 3px 0;
}

.password-recovery-page  dd input{
	width: 150px;
	padding: 3px;
}





.password-recovery-page .email {
	width:250px;
}
.customer-avatar {
	padding:10px;
}
.customer-avatar .buttons {
	margin:5px 0;
}
.account-activation-page {
}
.account-activation-page .page-title {
	border-bottom:0 none;
}
.account-activation-page .body {
	margin:0;
	padding:0;
	font-size:11px;
	color:#555;
	background-color:inherit;
}
.address-edit-page {
}
.address-edit-page .page-title {
	border-bottom:0 none;
}
.address-edit-page .body {
	margin:0;
	padding:0;
	font-size:11px;
	color:#555;
	background-color:inherit;
}
.search-panel {
}
.search-panel .page-title {
	border-bottom:0 none;
}
.search-panel .search-input {
	border:1px solid #e4e4e4;
	border-bottom: 0;
	padding:20px;
	margin: 5px 0 0 0;
	background: #fff;

}
.search-panel .search-input .buttons {
	text-align:right;
}
.search-panel .search-results {
	padding: 20px;
	background: #fff;
	border: solid 1px #e4e4e4;
	border-top: 0;
}
.search-panel .search-results .result {
	font-weight:700;
	color:#555;
	padding: 10px 0;
	font-size: 13px;
}



.search-panel .search-results .product-item {
	width: auto;
	height: auto;
	border: solid 1px #e4e4e4;
	margin: 0 0 10px 0;
	background: #fff;
	overflow: hidden;
	padding: 20px 20px 20px 0;
}

.search-panel .search-results .product-item .product-title {
font-size: 18px;
padding: 0;
}


.search-panel .search-results .product-item .product-title a{
color: #000;
}


.search-panel .search-results .product-item .product-title h2{
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 18px;
font-weight: normal;
}



.search-panel .search-results .product-item .product-col1 {
	float: left;
	width: 15%;
}

.search-panel .search-results .product-item img {
max-width: 50px;
overflow: hidden;}



.search-panel .search-results .product-item .product-picture { text-align: center;}



.search-panel .search-results .product-item .product-col2 {
	float: left;
	width: 85%;
}



.search-panel .search-results .product-item .product-col2 .product-title {
float: left;
width: 85%;
}


.search-panel .search-results .product-item .product-col2 .product-price {
float: right;
color: #9a0a05;
font-family: Georgia;
line-height: 38px;
font-size: 24px;
width: 15%;
}


.search-panel .search-results .product-item .product-col2 .product-description {
margin: 0px 0 20px 0;
color: #555555;
line-height: 1.5em;
font-size: 13px;
height: auto;
width: 100%;
}


.search-panel .search-results .product-item .product-col2 .product-description .productlistproductdetailbutton {
background: none;
color: #007bb9;
border: 0;
margin: 0 0 0 5px;
font-size: 13px;
}






.search-panel table.basic-search, .search-panel table.adv-search {
	border-collapse:collapse;
	color:#333;
	margin:0;
	width:100%;
	vertical-align:middle;
	text-align:left;
	table-layout:fixed;
}
.search-panel table.adv-search {
	border-top:solid #D3D3D3 1px;
	margin-top:10px;
}
.search-panel table.adv-search #Cid {
	width:374px;
}
.search-panel table.basic-search td.title, .search-panel table.adv-search td.title {
	padding:4px;
	text-align:left;
	vertical-align:middle;
	width:130px;
}
.search-panel table.basic-search td.data, .search-panel table.adv-search td.data {
	padding:4px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}
.search-panel table.adv-search .price-from, .search-panel table.adv-search .price-to {
	width:100px;
}
.search-input .warning {
	text-decoration:underline;
}


.contact-form {
	background: #fff;
	padding: 20px;
	border: solid 1px #e4e4e4;
	margin:5px 0 0 0;

}


.contact-form .buttons {
	text-align:right;
}
.contact-form .send-email {
}
.contact-form .send-email .fullname {
	width:350px;
	border: solid 1px #e4e4e4;
	padding: 3px;
}
.contact-form .send-email .email {
	width:350px;
	border: solid 1px #e4e4e4;
	padding: 3px;
}
.contact-form .send-email .enquiry {
	width:350px;
	height:150px;
	border: solid 1px #e4e4e4;
	padding: 3px;
}
.newslist, .newslist-homepage {
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:0;
}
.newslist-homepage .page-title {
	padding:10px 0 1px;
	margin:0 5px 10px;
	font-weight:700;
	text-transform:uppercase;
	clear:both;
	font-size:1.1em;
	border-bottom:solid 1px #C4C6C8;
}
.newsitems {
	margin:0 5px;
	padding:0;
}
.newsitems .item {
	border-bottom:dashed 1px #C4C6C8;
	margin-bottom:10px;
	padding-bottom:10px;
}
.newsitems .newsdate {
	color:#9a9a9a;
	font-style:italic;
}
.newsitems a.newstitle {
	color:#555;
	text-decoration:none;
	font-size:1.2em;
}
.newsitems a.newstitle:hover {
	text-decoration:underline;
}
.newsitems .newsdetails {
	margin-top:10px;
	margin-bottom:10px;
}
.newsitems .readmore {
	font-weight:700;
	text-decoration:none;
	color:#3664A5;
	background-color:inherit;
}
.newsitem {
}
.newsitem .page-title {
	border-bottom:0 none;
}
.newsitem .newsdate {
	color:#9a9a9a;
	font-style:italic;
}
.newsitem .newsbody {
	margin:0;
	padding:0;
}
.newsitem .result {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:700;
	color:red;
}
.newscomments {
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:0;
}
.newscomments .title {
	padding:10px 10px 10px 0;
	font-weight:700;
	text-transform:uppercase;
}
.newscomments .newcomment {
	margin:0;
	padding:0;
}
.newscomments .newcomment td.leavetitle {
	padding:0 10px 10px 0;
	font-weight:700;
	color:#3a3a3a;
}
.newscomments .newcomment td.buttons {
	text-align:right;
}
.newscomments .newcomment .commenttitle {
	width:350px;
}
.newscomments .newcomment .commenttext {
	width:350px;
	height:150px;
}
.newscomments .commentlist {
	border-top:solid 1px #e3e3e3;
	margin-top:10px;
}
.newscomment {
}
.newscomment .commentinfo {
	width:170px;
	float:left;
	padding:5px;
	height:100%;
	border-right:solid 1px #F3F3F3;
}
.newscomment .commentinfo .userinfo {
	padding-top:5px;
}
.newscomment .commentinfo .userinfo a.username {
	font-weight:700;
	margin-bottom:5px;
}
.newscomment .commentinfo .userinfo span.username {
	font-weight:700;
	margin-bottom:5px;
}
.newscomment .commentinfo .userinfo .avatar {
	margin:5px 0;
}
.newscomment .commentinfo .userinfo .avatar .avatar-img {
	border:solid 2px #CEDBE1!important;
}
.newscomment .commentinfo .userinfo .userstats {
	font-size:.9em;
	text-align:left;
	font-weight:700;
	color:#555;
}
.newscomment .commentinfo .userinfo .userstats .statvalue {
	font-weight:400;
}
.newscomment .commentcontent {
	margin-left:180px;
	border-left:solid 1px #F3F3F3;
}
.newscomment .commentcontent .commenttime {
	font-weight:700;
	line-height:20px;
	padding:3px;
	background:#e3f3f3;
}
.newscomment .commentcontent .commenttime .statvalue {
	font-weight:400;
}
.newscomment .commentcontent .commenttitle {
	padding:3px;
	font-weight:700;
}
.newscomment .commentcontent .commentbody {
	padding:3px;
}

/**************************** BLOG *******************************/
.blog {
	line-height: 1.5em;
}
.blog .page-title {
}

.blog .rss {
	float: right;
}

.blog .blogposts .post .blogdate,
.blog .blogposts .post .blog-date {
	color:#9a9a9a;
	font-style:italic;
}
.blog .blogposts .post a.blogtitle {
	color:#444;
	text-decoration:none;
	font-size:1.2em;
}
.blog .blogposts .post a.blogtitle:Hover {
	text-decoration:underline;
}
.blog .blogposts {
	margin:10px 0;
	padding:0;
	background: #fff;
	padding: 20px;
	border: solid 1px #e4e4e4;
}
.blog .blogposts .post {
	border-bottom:solid 1px #e4e4e4;
	margin-bottom:10px;
	padding-bottom:10px;
}
.blog .blogposts .blogbody, .blog .blogposts .tags {
	margin-top:10px;
	margin-bottom:10px;
}
.blog .blogposts .blogdetails,
.blog .blogposts .blog-details {
	font-weight:700;
	text-decoration:none;
	color:#007BB9;
	background-color:inherit;
}

.blog .blogposts .blogdetails:hover,
.blog .blogposts .blog-details:hover {
	color:#555;
}



.blogpost {
}
.blogpost .page-title {
	border-bottom:0 none;
}
.blogpost .postdate {
	color:#9a9a9a;
	font-style:italic;
	background: #fff;
	margin: 10px 0 0 0;
	padding: 20px 20px 0 20px;
	border: solid 1px #e4e4e4;
	border-bottom: 0;
}
.blogpost .postbody {
	margin:0;
	padding:0;
	padding: 20px;
	background: #fff;
	border: solid 1px #e4e4e4;
	border-top: 0;
	border-bottom: 0;
	line-height: 1.5em;
}

.blogpost .tags {
	margin:0;
	padding: 0 20px 0 20px;
	background: #fff;
	border: solid 1px #e4e4e4;
	border-top: 0;
	border-bottom: 0;
}






.blogpost .result {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:700;
	color:red;
}
.blogcomments {
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:0;
	background: #fff;
	border: solid 1px #e4e4e4;
	border-top: 0;
	
	padding: 20px;
}
.blogcomments .title {
	padding:10px 10px 10px 0;
	font-weight:700;
	text-transform:uppercase;
}
.blogcomments .newcomment {
	margin:0;
	padding:0;
}
.blogcomments .newcomment .commenttext {
	width:705px;
	height:150px;
	border: solid 1px #e4e4e4;
}
.blogcomments .newcomment td.leavetitle {
	padding:0 10px 10px 0;
	font-weight:normal;
}
.blogcomments .newcomment td.buttons {
	text-align:right;
}

.blogcomments .commentlist {
	margin:10px 0 0;
	padding:20px 0 0 0;
	color:#555D65;
	border-top:solid 1px #e3e3e3;
	margin-top:10px;
}



.blogcomment {
}



.blogcomment .commentinfo {
	overflow: hidden;
	border-bottom:solid 1px #e4e4e4;
	padding: 0 0 20px 0;
}





.blogcomment .commentinfo .user {
	float: left;
	height: 60px;
	width: 60px;
	background: url(images/avatar.gif);
	background-repeat: no-repeat;
	margin: 0 20px 0 0;
}

.blogcomment .commentinfo .content {
	float: left;
	background: none;
}

.comment-text {
	margin-bottom: 20px;
}


.blogcomment .commentinfo .userinfo {
	padding-top:5px;
}
.blogcomment .commentinfo .userinfo a.username {
	font-weight:700;
	margin-bottom:5px;
}
.blogcomment .commentinfo .userinfo span.username {
	font-weight:700;
	margin-bottom:5px;
}
.blogcomment .commentinfo .userinfo .avatar {
	margin:5px 0;
}
.blogcomment .commentinfo .userinfo .avatar .avatar-img {
	border:solid 2px #CEDBE1!important;
}
.blogcomment .commentinfo .userinfo .userstats {
	font-size:.9em;
	text-align:left;
	font-weight:700;
	color:#555;
}
.blogcomment .commentinfo .userinfo .userstats .statvalue {
	font-weight:400;
}
.blogcomment .commentcontent {
	margin-left:180px;
	border-left:solid 1px #F3F3F3;
}
.blogcomment .commentcontent .commenttime {
	font-weight:700;
	line-height:20px;
	padding:3px;
	background:#e3f3f3;
}
.blogcomment .commentcontent .commenttime .statvalue {
	font-weight:400;
}
.blogcomment .commentcontent .commentbody {
	padding:3px;
}




#blogMonthList {
	
}

#blogMonthList li .yr,
#blogmonthlist li .yr {
	border-bottom: solid 1px #e4e4e4;
	background:none;
	width: 150px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 14px;

	
}


#blogMonthList li ul{
	
	margin: 3px 0 3px 10px;
}


.todays-poll-box {
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:0;
	background: #fff;
	border: solid 1px #e4e4e4;
}


.todays-poll-box .title {
	padding:10px 10px 5px 0;
	font-weight:700;
	text-transform:uppercase;
	clear:both;
}
.todays-poll-box .todays-poll-box-block {
	margin:0;
	padding:0;
	font-size:11px;
	color:#555;
	background-color:inherit;
}
.todays-poll-box .poll-item {
	/*float:left;*/
	text-align:left;
	vertical-align:top;
	padding:10px;
}
.block-poll .poll-item {
	margin:0;
	padding:0;
	font-size:11px;
	background-color:inherit;
	text-align:left;
	vertical-align:top;
}
.poll-item label {
	margin:0 0 0 5px;
}
.poll-take-poll, .poll-results {
	border:dashed 1px #e4e4e4;
	padding:10px;
	margin-top:10px;
}



.poll-display-text {
	font-weight:700;
}





.poll-total-votes {
	font-style:italic;
}
.emailafriend-page {

}


.emailSuccess {
	border: 1px solid #E4E4E4;
margin-top: 10px;
padding: 20px;
background: white;
}


.emailafriend-page .page-title {
	border-bottom:0 none;
}
.emailafriend-page .send-email {
	border:1px solid #E4E4E4;
	margin-top:10px;
	padding:20px;
	background: #fff;
}
.emailafriend-page .send-email .product {
	font-weight:700;
}
.emailafriend-page .send-email .friendemail {
	width:350px;
}
.emailafriend-page .send-email .youremail {
	width:350px;
}
.emailafriend-page .send-email .personalmessage {
	width:350px;
	height:150px;
}
.recently-added-products {
}
.recently-added-products .page-title {
}
.recently-viewed-products {
}
.recently-viewed-products .page-title {
}
/* CUSTOMER ACCOUNT */
.account-page {
}
.account-page .page-title {
	border-bottom:0 none;
}
.account-page .page-body {
	margin:10px 0 0 0;
	padding:20px;
	font-size:13px;
	color:#555;
	background: #fff;
	border: solid 1px #e4e4e4;
	line-height: 1.5em;
}

.account-page legend {
	padding:0;
	font-weight:700;
	margin: 10px 0;
}

.account-page .form-fields dl{
	text-align: left;
	padding: 10px;
	border: 1px solid #e4e4e4;
	height: auto;
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}



.account-page .form-fields dl dt.item-name {
	padding:9px 0 5px 0;
	display:block;
	float:left;
	white-space:nowrap;
	padding-right:10px;
	vertical-align:middle;
	width: 100px;
}
.account-page .form-fields dl .item-value {
	padding:5px 0 5px 0;
	vertical-align:middle;
	float:left;
}

.vat-note { font-size: 12px;}

.account-signature-text { width: 500px;
height:150px;border: solid 1px #e4e4e4;}


.customer-info-box {
	margin:0;
	padding:5px;
	font-size:13px;
	color:#555;
}



.customer-info-box .section-body {
	text-align:left;
	padding:10px;
	border:1px solid #e4e4e4;
	height:auto;
}
.customer-info-box .buttons {
	margin:20px 0 0 0;
	text-align:center;
}
.customer-addresses {
	margin:0;
	padding:5px;
	color:#555;
	background-color:inherit;
	overflow: hidden;
}
.customer-addresses .section-title {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
	font-size:12px;
}
.customer-addresses .address-list {
}
.customer-addresses .address-list .buttons {
	text-align:right;
}
.address-list .address-item {
	text-align:left;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #e4e4e4;
	height:auto;
	line-height: 1.5em;
}

.address-list .address-item h3{
	color:#000;
	font-weight: 400;
	font-style: normal;
}


.address-list .address-item .buttons {
	float: right;
}






.customer-addresses .add-button {
	margin-bottom:5px;
	margin-top:5px;
	float:right;
	text-align:right;
}
.customer-orders {
	margin:0;
	padding:5px;
	color:#555;
	background-color:inherit;
}
.customer-orders .recurring-payments {
	padding:10px 10px 5px 0;
	width:100%;
	clear:both;
}
.customer-orders .recurring-payments .section-title {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
	font-size:12px;
}
.customer-orders .recurring-payments .recurring-payments-box {
	text-align:left;
	padding:10px;
	border:1px solid #E4E4E4;
	height:auto;
}
.customer-orders .order-list {
}
.customer-orders .order-list .order-item {
	text-align:left;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #E4E4E4;
	height:auto;
}
.customer-orders .order-list .order-item .buttons {
	text-align:right;
}
.customer-pass-recovery {
	padding:5px;
	
	color:#555;
}


.customer-pass-recovery .buttons {
	margin: 20px 0 0 0;
}

.company-logo {display: none;}


.customer-pass-recovery .result {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:700;
	color:red;
}
.customer-rewardpoints {
	margin:0;
	padding:5px;
	color:#555;
}
.customer-rewardpoints .section-title {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
}
.customer-rewardpoints .reward-points-overview {
	padding:10px 10px 5px 0;
	width:100%;
}
.customer-rewardpoints .reward-points-history {
	margin:0;

	color:#555;
	
}
.backinstock-subscriptions-box {
	margin:0;
	padding:5px;
	font-size:11px;
	color:#555;
}
.backinstock-subscriptions-box .buttons {
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
}
.bissgridpagerstyle {
	padding:5px;
	background:#eee;
	vertical-align:middle;
}
.bissgridpagerstyle span {
	font-weight:700;
	font-size:1.1em;
}

/*************************** START PRODUCT DETAILS ********************************/

.product-details-page {
	border:1px solid #e4e4e4;
	margin:5px 0 20px 0;
	padding:20px 0;
	background: #ffffff;
	overflow: hidden;
}
.product-details-image {
	float:left;
	width: 200px;
	text-align: center;
}

.product-details-image img{
max-width: 160px;	
	/*width: 200px;*/
}



.product-details-content {
	float: right;
	width: 517px;
	margin: 0 40px 0 0;
}


.product-variant-wrap {
	margin:0 0 20px 0;
	padding:0;
	float: right;
	width: 100%;

}

.product-variant-wrap .attributes {
	background:none;
	height: auto;
	margin: 20px 0 20px 1px;
	overflow: hidden;
	float: right;
}




.product-variant-wrap .attributes .attr-item{
	background: #eaf4f9;
	margin:0 1px 1px 0;
	float: left;
	width: 171px;
	color: #555555;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height: 31px;
	line-height: 31px;
}



/************************************************/
.price-cart {
	overflow: hidden;
	width: 100%;
}
.product-variant-wrap .price {
	float: right;
	/*height: 31px;*/
	line-height: 31px;
	font-family: Georgia;
	color: #555;
	font-size: 18px;
	margin: 0 20px 0 0;
}

.product-variant-wrap .price .old-product-price { text-decoration: line-through; margin: 0 10px 0 0;}

/*.product-variant-wrap .price .oldPrice { color:#ccc; text-decoration: line-through;}*/

.product-variant-wrap .price .newPrice {color: #9a0a05; margin: 0 0 0 10px;}

.oldProductPriceTitle {

	color: #555;
	font-size: 18px;
	padding-right: 0px;
}

.product-variant-wrap .oldProductPrice {
	text-decoration: line-through;
	color: #555;
	font-size: 18px;
	padding-right: 20px;
}

.product-variant-wrap .productPriceTitle {

	color: #9a0a05;
	font-size: 18px!important;
	
}

.product-variant-wrap .productPrice {

	color: #9a0a05;
	font-size: 24px!important;
	
}

.product-variant-wrap .add-info {
	float: right;
}

.product-variant-wrap .qty-input {
	background: #ffffff;
	width: 31px !important;
	height: 31px;
	border:solid 1px #e4e4e4;
	text-align: center;
	margin: 0 8px 0 0;
	color: #7a7a7a;
}


.product-variant-wrap .productvariantaddtocartbutton {
	background: #007bb9;
	height: 32px;
	line-height: 32px;
	width: 109px;
	border:0;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n7", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	color: #ffffff;
}

.product-variant-wrap .productvariantaddtocartbutton:hover {
	background: #1c8ec7;
	color: #ffffff;
	cursor: pointer;
}



.product-variant-wrap .overview {
	float: right;
	width: 100%;
	text-align: right;
	line-height: 18px;
	margin: 15px 10px 0 0;
}

.product-variant-wrap .description {
	float: right;
	width: 100%;
	text-align: right;
	line-height: 18px;
	margin: 0 10px 0 0;
}

.product-variant-wrap .stock {
	float: right;
	width: 100%;
	text-align: right;
	line-height: 18px;
	margin: 0 10px 0 0;
}



.product-specsification-wrap {
	height: auto;
	margin: 0 0 20px 1px;
	overflow: hidden;
}

.product-specsification-wrap .spec-item{
	background: #eaf4f9;
	margin:0 1px 1px 0;
	padding-left: 26px;
	float: left;
	width: 145px /*171px*/;
	color: #555555;
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height: 31px;
	line-height: 31px;
}

.product-essential {
	line-height: 1.6em;
}



.product-essential .fulldescription {
	margin: 0 0 20px 0;
}


.product-essential p{
	margin:0 0 20px 0;
	font-size: 13px;
}


.product-email-friend {
	float: left;
	margin: 0 20px 0 0;
}

.product-email-friend .productemailafriendbutton {
	background: none;
	border:0;
	color:#007bb9;
	height: 25px;
}

.product-email-friend .productemailafriendbutton:hover {
	cursor: pointer;
	color:#555;
}


.product-share-button {
	float: left;
	width:300px;
	margin: 1px 0 0 0;
}


.product-share-button a {
   zoom: 1;
  *display:inline;  
}


.facebookLike {
	float: left;
	width: 300px;
}

/*************************************** END PRODUCT DETAILS *****************/




.product-collateral {
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}


.product-collateral .product-grid { text-align:left;}


.product-collateral .product-grid .item-box {
	
	overflow: hidden;
	padding: 0;
}


.product-collateral .product-grid .product-item {
	overflow: hidden;
}


.product-collateral .product-grid .product-item .product-title {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
}
.product-collateral .product-grid .product-item .product-title h2 { margin: 0;}


.product-collateral .product-grid .product-item .product-price {
	float: none;
	margin: 0 0 10px 0;
	display: block;
	line-height: normal;
	clear:both;
}




.product-essential {
}
.product-details-info {
}
.product-details-info .picture {
	float:left;
	width:300px;
	margin-top:25px;
	margin-bottom:15px;
}
.product-details-info .picture .picturethumbs {
	margin-top:10px;
}
.product-details-info .overview {
	float:right;
	width:230px;
	margin-right:15px;
	margin-top:25px;
	padding:5px;
	border:dashed 1px #C4C6C8;
}
.product-details-info .overview .productname {
	color:#3664A5;
	font-size:1.2em;
	margin-bottom:.3em;
}
.product-details-info .overview .shortdescription, .product-details-info .overview .manufacturers, .product-details-info .overview .sku, .product-details-info .overview .manufacturerpartnumber, .product-details-info .overview .stock, .product-details-info .overview .gtin {
	color:#555;
	margin-bottom:.3em;
	font-size:1.1em;
}
.backinstocksubscription {
	margin-top:10px;
	margin-bottom:10px;
}
.product-details-info .fulldescription {
	border-top:1px solid #E4E4E4;
	clear:both;
	color:#555;
	margin-bottom:.3em;
	line-height: 24px;
}

.product-reviews-overview {
	margin-top:20px;
	margin-bottom:20px;
}
.product-reviews-overview .product-review-box {
	margin-right:5px;
	width:69px;
	height:13px;
}
.product-review-box .rating {
	height:13px;
	width:55px;
	background:url(images/star_x_inactive.gif) 0 0 repeat-x;
}
.product-review-box .rating div {
	height:12px;
	background:url(images/star_x_active.gif) 0 0 repeat-x;
}
.product-reviews-overview .product-review-links .separator {
	margin:0 2px;
}
.product-reviews-overview .product-review-links {
	margin:0;
}
.product-no-reviews {
	margin-top:20px;
	margin-bottom:20px;
}
.product-no-reviews a {
}
.product-reviews-page {
}
.product-reviews-page .page-title {
	border-bottom:0 none;
}
.product-reviews-page .page-title a {
	border-bottom:0 none;
	text-decoration:underline;
}
.product-reviews-page .write-review {
}
.product-reviews-page .write-review .review-title {
	width:350px;
}
.product-reviews-page .write-review .review-text {
	width:350px;
	height:150px;
}
.product-review-list {
	margin:30px 0 0;
}
.product-review-list .product-review-item {
	border:solid 1px #d3d3d3;
	margin:10px 0 0;
	padding:10px 10px 20px;
	clear:both;
}
.product-review-list .product-review-item .review-title {
	font-weight:700;
	float:left;
	margin-bottom:5px;
}
.product-review-list .product-review-item .product-review-box {
	float:right;
	margin-right:5px;
	width:69px;
	height:13px;
}
.product-review-list .product-review-item .review-text {
	float:left;
	margin-bottom:5px;
}
.product-review-list .product-review-item .review-info {
	float:left;
	margin-bottom:5px;
}
.product-review-list .product-review-item .review-info .separator {
	margin:0 2px;
}
.product-review-helpfulness {
	font-size:11px;
	color:#333;
	clear:both;
}
.product-review-helpfulness .vote {
	color:#3664A5;
	font-weight:700;
	text-decoration:none;
}
.product-review-helpfulness .vote:hover {
	cursor:pointer;
	text-decoration:none;
}

.product-variant-line .picture {
	float:left;
	width:300px;
	margin-bottom:15px;
}
.product-variant-line .overview {
	float:right;
	width:200px;
	margin-right:25px;
}
.product-variant-line .overview .productname {
	color:#3664A5;
	font-size:1.2em;
	margin-bottom:.3em;
}
.product-variant-line .description {
	clear:both;
	color:#555;
	margin-bottom:.3em;
}
.product-details-page .downloadsample {
	clear:both;
	color:#555;
	margin-top:15px;
	margin-bottom:15px;
}
.product-details-page .downloadsample .downloadsamplebutton {
	-x-system-font:none!important;
	background:#F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
	border:1px solid #B5B5B5;
	color:#444;
	cursor:pointer;
	font-family:arial, sans-serif!important;
	font-size:11px!important;
	font-size-adjust:none!important;
	font-stretch:normal!important;
	font-style:normal!important;
	font-variant:normal!important;
	font-weight:700!important;
	line-height:normal!important;
	overflow:visible;
	padding:1px 5px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	width:auto;
}

.product-essential .price {
	margin-top:15px;
	margin-bottom:15px;
}

.product-variant-line .price .oldProductPrice, .product-essential .price .oldProductPrice {
	color:red;
	text-decoration:line-through;
}
.product-variant-line .add-info {
	float: right;
}
.product-variant-line .add-info .enter-price-input, .product-essential .add-info .enter-price-input {
	width:60px;
}
.product-variant-line .add-info .qty-input, .product-essential .add-info .qty-input {
	width:40px;
}
.product-variant-line .attributes {
}
.product-variant-line .attributes .textprompt {
	font-weight:bold;
}
.product-variant-line .attributes .textbox {
	width:300px;
}
.product-variant-line .attributes textarea {
	width:300px;
	height:150px;
}
.product-variant-line .stock, .product-variant-line .sku, .product-variant-line .manufacturerpartnumber, .product-variant-line .gtin {
}


.product-variant-line .giftcard {
	margin: 20px 0 0 0;
}
.product-variant-line .giftcard dt {
	clear:left;
	float:left;
	width:150px;
}

.product-variant-line .giftcard dt label {
	line-height: 22px;
	font-weight: 700;
}

.product-variant-line .giftcard dd {
	padding: 3px 0;
}

.product-variant-line .giftcard dd input{
	width: 359px;
	padding: 3px;
}

.product-variant-line .giftcard dd textarea {
	width: 357px;
	height: 150px;
	padding: 3px;
}

.product-variant-line .giftcard .recipientname {
}
.product-variant-line .giftcard .recipientemail {
}
.product-variant-line .giftcard .sendername {
}
.product-variant-line .giftcard .senderemail {
}
.product-variant-line .giftcard .message {
	
}






.related-products-grid, .also-purchased-products-grid {
}
.related-products-grid .title{
	background: url(images/pageHeading.gif);
	color: white;
	padding: 0 0 0 28px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
}


.also-purchased-products-grid .title {
	background: url(images/pageHeading.gif);
	color: white;
	padding: 0 0 0 28px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
	margin: 0 0 10px 0;
}



.related-products-grid .grid-inner, .also-purchased-products-grid .grid-inner {
border: 1px solid #E4E4E4;
margin: 5px 0 20px 0;
padding: 10px 0 10px 20px;
background: white;
overflow: hidden;
}


.related-products-grid .product-col1, .also-purchased-products-grid .product-col1 {
	float: left;
	margin: 20px 0 19px 10px;
}

.related-products-grid .product-col2, .also-purchased-products-grid .product-col2 {
	float: right;
	width: 112px;
	margin: 20px 20px 0 0;
}



.related-products-grid .product-col2 .product-title h2, .also-purchased-products-grid .product-col2 .product-title h2 {
	background: none;
	color: #555;
	line-height: normal;
	margin: 0 0 20px 0;
	padding: 0 0 0 0px;
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
}

.related-products-grid .product-col2 .product-title h2 a, .also-purchased-products-grid .product-col2 .product-title h2 a {
	color: #555555;
}

.related-products-grid .product-col2 .product-title h2 a:hover, .also-purchased-products-grid .product-col2 .product-title h2 a:hover {
	color: #007bb9;
	text-decoration: none;
}


.related-products-grid .product-col2 .product-price, .also-purchased-products-grid .product-col2 .product-price {
	font-family: Georgia;
	font-size: 28px;
	color: #9a0a05;
	margin: 15px 0;
	text-align: left;
}


.related-products-grid .product-col2 .product-description, .also-purchased-products-grid .product-col2 .product-description {
	display: none;
}

.related-products-grid .product-col2 .product-buttons, .also-purchased-products-grid .product-col2 .product-buttons {
	text-align: left;
}

.related-products-grid .product-col2 .product-buttons a, .also-purchased-products-grid .product-col2 .product-buttons {
	display: block;
	color: #fff;
	height: 23px;
	width: 40px;
}



.related-products-grid .item-box, .also-purchased-products-grid .item-box {
	
	vertical-align:text-top;
	margin: 0 15px 15px 0;
width: 208px;
height: 172px;
border: 1px solid #E4E4E4;
overflow: hidden;
background: #fff;
float: left;
}
.related-products-grid .item, .also-purchased-products-grid .item {
	
	margin:10px;
	border:1px solid #E4E4E4;
	width:200px;
	height:180px;
}

.related-products-grid .item .picture, .also-purchased-products-grid .item .picture {
	text-align:center;
}

.related-products-grid .item .picture, .also-purchased-products-grid .item .picture img {
max-width: 125px;
}










.productspec-box {
}
.productspec-box .title {
	padding:10px 10px 10px 0;
	font-weight:700;
	text-transform:uppercase;
	clear:both;
}
.productspec-box .productspec-list {
}
.producttags-box {
	padding:5px;
	color:#555;
}
.producttags-box .title {
	padding:10px 10px 10px 0;
	font-weight:700;
	text-transform:uppercase;
	clear:both;
}
.producttags-box .producttags-list {
}
.producttags-box .producttags-list a {
	text-decoration:underline;
}
.producttags-box .producttags-list .producttags-wrapper {
	float:left;
}
.tier-prices {
	text-align:center;
	margin-bottom:10px;
}
.tier-prices .prices-header {
	background:#7692B9;
	color:#FFF;
	padding:3px;
	font-weight:700;
}
.tier-prices .prices table {
	width:100%;
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle;
	background:#f3f3f3;
}
.tier-prices .prices .prices-table td {
	padding:0;
}
.tier-prices .prices .item-table td {
	border-bottom:solid 3px #d7d7d7;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:700;
}
.tier-prices .prices .item-table .item-price {
	color:Green;
}
.tier-prices .prices .header-table td {
	border-bottom:solid 3px #d7d7d7;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:700;
}
.tier-prices .prices .prices-table .field-header {
	font-weight:700;
	text-align:center;
}
/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer;
}
#lbCenter, #lbBottomContainer {
	position:absolute;
	z-index:9999;
	overflow:hidden;
	background-color:#fff;
}
.lbLoading {
	background:#fff url(images/loading.gif) no-repeat center;
}
#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}
#lbPrevLink, #lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
}
#lbPrevLink {
	left:0;
}
#lbPrevLink:hover {
	background:transparent url(images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right:0;
}
#lbNextLink:hover {
	background:transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	border:10px solid #fff;
	border-top-style:none;
}
#lbCloseLink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:transparent url(images/closelabel.gif) no-repeat center;
	margin:5px 0;
	outline:none;
}
#lbCaption, #lbNumber {
	margin-right:71px;
}
#lbCaption {
	font-weight:700;
}
/* PRIVATE MESSAGES */
.sendpmbox {
	background-color:#EEE;
	border:1px solid #A0A0A0;
	color:#555;
	display:block;
	float:left;
	font-family:Arial;
	font-size:10px;
	font-weight:700;
	margin:2px 0 2px 2px;
	padding:2px;
	text-decoration:none;
	text-transform:uppercase;
}
.sendpmbox .pmlinkbutton {
	line-height:14px;
	padding:2px 6px 2px 18px;
	background:url(images/ico-pm.png) no-repeat;
}
.privatemessagesend {
}
.privatemessagesend .title {
	background:#7692B9;
	color:#FFF;
	border:solid 1px #6a6a6a;
	height:28px;
	line-height:28px;
	font-weight:700;
	padding-left:3px;
}
.privatemessagesend .wrapper {
	padding:5px;
}
.privatemessagesend table.postmessage {
	width:100%;
	vertical-align:middle;
	border-collapse:collapse;
}
.privatemessagesend table.postmessage td {
	padding:4px;
}
.privatemessagesend table.postmessage td.fieldname {
	font-weight:700;
	width:20%;
	color:#555;
}
.privatemessagesend table.postmessage td.options {
	text-align:right;
}
.privatemessageview {
}
.privatemessageview .title {
	background:#7692B9;
	color:#FFF;
	border:solid 1px #6a6a6a;
	height:28px;
	line-height:28px;
	font-weight:700;
	padding-left:3px;
}
.privatemessageview .wrapper {
	padding:5px;
}
.privatemessageview table.viewmessage {
	width:100%;
	vertical-align:middle;
	border-collapse:collapse;
}
.privatemessageview table.viewmessage td {
	padding:4px;
}
.privatemessageview table.viewmessage td.fieldname {
	font-weight:700;
	width:20%;
	color:#555;
}
.privatemessageview table.viewmessage a {
	color:#3664A5;
	text-decoration:underline;
}
.privatemessageview table.viewmessage td.options {
	text-align:right;
}
.private-messages-page {
}
.private-messages-page .page-title {
	border-bottom:0 none;
}
.private-messages-page .body {
	margin:0;
	padding:0;
	font-size:11px;
	color:#555;
}
.private-messages-box {
	margin:0;
	padding:5px;
	font-size:11px;
	color:#555;
}
.private-messages-box .section-title {
	padding:10px 10px 5px 0;
	font-weight:700;
	clear:both;
	font-size:12px;
}
.private-messages-box .buttons {
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
}
.pmgridtablestyle {
	font-family:arial;
	font-size:11px;
	border:1px solid gray;
	border-collapse:collapse;
	background-color:#FFF;
	margin-left:0;
	width:100%;
}
.pmgridtablestyle td a {
	text-decoration:none;
	display:block;
}
.pmgridaltrowstyle {
	background-color:#F4FAFF;
}
.pmgridheaderstyle th {
	background:#7692B9;
	color:#fff;
	padding:5px 10px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	font-weight:700;
	border:solid 1px #676767;
}
.pmgridrowstyle td, .pmgridaltrowstyle td {
	padding:4px 10px;
	border-right:solid 1px #A0C0E7;
	border-right-color:gray;
}
.pmgridpagerstyle, .latestpostsgridpagerstyle, .fsgridpagerstyle {
	padding:5px;
	background:#eee;
	vertical-align:middle;
}
.pmgridpagerstyle span, .latestpostsgridpagerstyle span, .fsgridpagerstyle span {
	font-weight:700;
	font-size:1.1em;
}
.pmread {
}
.pmunread {
	font-weight:700;
}
/* FORUM MAIN */
.forumsmain {
}
.forumsmain .forumsmainheader {
	border-bottom:solid 1px #f3f3f3;
	height:35px;
}
.forumsmain .forumsmainheader .currenttime {
	padding-top:20px;
	font-size:.9em;
	color:#555;
	float:left;
}
.forumsmain .forumsmainheader .forumsearchbox {
	float:right;
	text-align:right;
}
.forumsmain .activediscussions {
	margin-top:50px;
}
.forumbreadcrumb {
	padding:0;
	margin-bottom:10px;
	font-weight:700;
	text-transform:uppercase;
	font-size:1.1em;
}
.forumbreadcrumb a {
	text-decoration:none;
	color:#3a3a3a;
}
.forumbreadcrumb a:hover {
	color:#3664A5;
	text-decoration:none;
}
.forumgrouppage .forumsearchbox {
	text-align:right;
}
.forumgroup {
}
.forumgroup .grouptitle a {
	font-weight:700;
}
.forumgroup table.groups {
	margin-top:10px;
	width:100%;
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle;
	margin-bottom:15px;
}
.forumgroup table.groups td {
	padding:3px 0;
}
.forumgroup tr.groupheader {
	font-weight:700;
}
.forumgroup tr.groupheader td {
	background:#7692B9;
	color:#FFF;
	border-right:solid 1px #6a6a6a;
	height:20px;
}
.forumgroup tr.groupheader td.forumname {
	width:55%;
	text-align:left;
	padding-left:3px;
}
.forumgroup tr.groupheader td.topics {
	width:10%;
}
.forumgroup tr.groupheader td.posts {
	width:10%;
}
.forumgroup tr.groupheader td.lastpost {
	width:25%;
}
.forumgroup tr.forum td.image div {
	text-align:left;
	width:36px;
	height:36px;
	background:url(images/ico-forum.gif) no-repeat 40% 40%;
}
.forumgroup tr.forum td {
	border-bottom:1px solid #c5c5c5;
	vertical-align:middle;
	padding-left:3px;
}
.forumgroup tr.forum td.forumname {
	text-align:left;
	width:55%;
}
.forumgroup tr.forum td.forumname .forumtitle {
	font-weight:700;
	font-size:1.1em;
	line-height:18px;
}
.forumgroup tr.forum td.forumname .forumdescription {
	font-size:.9em;
	color:#555;
}
.forumgroup tr.forum td.lastpost {
	font-size:.8em;
	color:#555;
}
.forum-subscriptions-box {
	margin:0;
	padding:5px;
	font-size:11px;
	color:#555;
}
.forum-subscriptions-box .buttons {
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
}
/* FORUM PAGE */
.forum {
}
.forum .forumheader {
}
.forum .top .foruminfo {
	float:left;
}
.forum .top .foruminfo .forumname {
	font-weight:700;
	font-size:1.2em;
	line-height:25px;
}
.forum .top .foruminfo .forumdescription {
	color:#555;
}
.forum .top .actions {
	float:right;
	text-align:right;
}
.forum .top .actions .newtopic {
	background:url(images/ico-forum-post-add.gif) no-repeat;
	padding:0 10px 3px 20px;
}
.forum .top .actions .watchforum {
	background:url(images/ico-forum-watch.gif) no-repeat;
	padding-left:20px;
}
.forum .top .actions .forumsearchbox {
	padding-top:5px;
}
.forum .topicsgroup {
}
.forum table.topics {
	width:100%;
	border-collapse:collapse;
	vertical-align:middle;
	text-align:center;
}
.forum table.topics td {
	padding:3px 0;
}
.forum table.topics tr.forumheader {
	font-weight:700;
}
.forum table.topics tr.forumheader td {
	background:#7692B9;
	color:#FFF;
	border-right:solid 1px #6a6a6a;
	height:20px;
}
.forum table.topics tr.forumheader td.topicname {
	width:55%;
	text-align:left;
	padding-left:3px;
}
.forum table.topics tr.forumheader td.replies {
	width:10%;
}
.forum table.topics tr.forumheader td.views {
	width:10%;
}
.forum table.topics tr.forumheader td.lastpost {
	width:25%;
}
.forum table.topics tr.topic td {
	border-bottom:1px solid #c5c5c5;
	vertical-align:middle;
	padding-left:3px;
}
.forum table.topics tr.topic td.image div {
	text-align:left;
	width:36px;
	height:36px;
	background:url(images/ico-forum.gif) no-repeat 40% 40%;
}
.forum table.topics tr.topic td.topicname {
	text-align:left;
	width:55%;
}
.forum table.topics tr.topic td.topicname .topictype {
	font-size:.9em;
	line-height:18px;
}
.forum table.topics tr.topic td.topicname .topictitle {
	font-weight:700;
	font-size:1.1em;
	line-height:18px;
}
.forum table.topics tr.topic td.topicname .topicstarter {
	font-size:.9em;
	color:#555;
}
.forum table.topics tr.topic td.topicname .topicspager {
	font-size:.9em;
	color:#555;
}
.forum table.topics tr.topic td.lastpost {
	font-size:.8em;
	color:#555;
}
.forum table.topics tr.topic .post {
	text-align:left;
	width:36px;
	height:36px;
	background:url(images/ico-forum-post.gif) no-repeat 40% 40%;
}
.forum table.topics tr.topic .postannoucement, .forum table.topics tr.topic .poststicky {
	text-align:left;
	width:36px;
	height:36px;
	background:url(images/ico-forum-post-high.gif) no-repeat 40% 40%;
}
.forum .pager {
	text-align:right;
	padding:5px 3px 5px 0;
}
/* FORUM TOPIC EDIT */
.postedit {
}
.postedit .title {
	background:#7692B9;
	color:#FFF;
	border:solid 1px #6a6a6a;
	height:28px;
	line-height:28px;
	font-weight:700;
	padding-left:3px;
}
.postedit .wrapper {
	padding:5px;
}
.postedit table.posttopic {
	width:100%;
	vertical-align:middle;
	border-collapse:collapse;
}
.postedit table.posttopic td {
	padding:4px;
}
.postedit table.posttopic td.fieldname {
	font-weight:700;
	width:20%;
	color:#555;
}
.postedit table.posttopic td.options {
	text-align:right;
}
.moveforumtopic {
}
.moveforumtopic .title {
	background:#7692B9;
	color:#FFF;
	border:solid 1px #6a6a6a;
	height:28px;
	line-height:28px;
	font-weight:700;
	padding-left:3px;
}
.moveforumtopic .wrapper {
	padding:5px;
}
.moveforumtopic table.movetopic {
	width:100%;
	vertical-align:middle;
	border-collapse:collapse;
}
.moveforumtopic table.movetopic td {
	padding:4px;
}
.moveforumtopic table.movetopic td.fieldname {
	font-weight:700;
	width:30%;
	color:#555;
	white-space:nowrap;
}
.moveforumtopic table.movetopic td.options {
	text-align:left;
}
/* FORUM TOPIC */
.forumtopic {
}
.forumtopic .title {
	background:#7692B9;
	color:#FFF;
	border:solid 1px #6a6a6a;
	height:28px;
	line-height:28px;
	font-weight:700;
	padding-left:3px;
}
.forumtopic .title .topicname {
	float:left;
	font-size:12px;
}
.forumtopic .title .manage {
	float:right;
	text-align:right;
}
.forumtopic .title .manage a {
	color:#F3F3F3;
}
.forumtopic .topicheader {
	padding:5px;
	background:#F3F3F3;
	border-bottom:solid 1px #6a6a6a;
	height:16px;
}
.forumtopic .topicheader .topicoptions, .topicfooter .topicoptions {
	float:right;
	text-align:right;
}
.forumtopic .topicheader .topicoptions a, .topicfooter .topicoptions a {
	font-weight:700;
}
.forumtopic .posts {
}
.topicfooter {
	padding:5px;
	background:#F3F3F3;
	border-top:solid 1px #6a6a6a;
	height:16px;
}
.forumtopic .pager, .topicfooter .pager {
	text-align:left;
}
.forumpost {
	border-bottom:solid 1px #E3E3E3;
}
.postinfo {
	width:170px;
	float:left;
	padding:5px;
	height:100%;
	border-right:solid 1px #F3F3F3;
}
.postinfo .manage {
	line-height:20px;
}
.postinfo .manage a {
	font-weight:700;
	color:#555;
}
.postinfo .userinfo {
	padding-top:5px;
}
.postinfo .userinfo a.username {
	font-weight:700;
	margin-bottom:5px;
}
.postinfo .userinfo span.username {
	font-weight:700;
	margin-bottom:5px;
}
.postinfo .userinfo .avatar {
	margin:5px 0;
}
.postinfo .userinfo .avatar .avatar-img {
	border:solid 2px #CEDBE1!important;
}
.postinfo .userinfo .userstats {
	font-size:.9em;
	text-align:left;
	font-weight:700;
	color:#555;
}
.postinfo .userinfo .userstats .statvalue {
	font-weight:400;
}
.postcontent {
	margin-left:180px;
	border-left:solid 1px #F3F3F3;
}
.postcontent .posttime {
	font-weight:700;
	line-height:20px;
	padding:3px;
	background:#e3f3f3;
}
.postcontent .posttime .statvalue {
	font-weight:400;
}
.postcontent .postbody {
	padding:3px;
}
.postcontent .postbody a {
	color:#3664A5;
	text-decoration:underline;
}
.postcontent .postbody .posttext {
}
.postcontent .postbody .posttext .quote {
	padding:5px;
	border:dashed 1px #000;
	background-color:#fff;
}
.postcontent .signature {
	border-color:#DDD;
	border-style:solid;
	border-width:1px 0 0;
	font-size:90%;
	margin:1em 8px 8px;
	padding:1em 0 20px;
	text-align:left;
	font-style:italic;
}
/* FORUM SEARCH */
.forumsearchbox {
	font-size:.9em;
	float:right;
	text-align:right;
	padding:5px 0;
}
.forumsearch {
}
.forumsearch .forum-search-panel {
}
.forumsearch .forum-search-panel .page-title {
	border-bottom:0 none;
}
.forumsearch .forum-search-panel .search-input {
}
.forumsearch .forum-search-panel .search-error {
	color:Red;
}
.forumsearch .forum-search-panel .search-results {
}
.forum-search-panel table.basic-search, .forum-search-panel table.adv-search {
	border-collapse:collapse;
	color:#333;
	width:100%;
	vertical-align:middle;
	text-align:left;
}
.forum-search-panel table.adv-search {
	margin:10px 0 0;
	border-top:solid #D3D3D3 1px;
}
.forum-search-panel table.adv-search td.title {
	padding:4px;
	text-align:left;
	vertical-align:middle;
	width:130px;
}
.forum-search-panel table.adv-search td.data {
	padding:4px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}
.forumsearch .topicsgroup {
}
.forumsearch table.topics {
	width:100%;
	border-collapse:collapse;
	vertical-align:middle;
	text-align:center;
}
.forumsearch table.topics td {
	padding:3px 0;
}
.forumsearch table.topics tr.forumheader {
	font-weight:700;
}
.forumsearch table.topics tr.forumheader td {
	background:#7692B9;
	color:#FFF;
	border-right:solid 1px #6a6a6a;
	height:20px;
}
.forumsearch table.topics tr.forumheader td.topicname {
	width:55%;
	text-align:left;
	padding-left:3px;
}
.forumsearch table.topics tr.forumheader td.replies {
	width:10%;
}
.forumsearch table.topics tr.forumheader td.views {
	width:10%;
}
.forumsearch table.topics tr.forumheader td.lastpost {
	width:25%;
}
.forumsearch table.topics tr.topic td {
	border-bottom:1px solid #c5c5c5;
	vertical-align:middle;
	padding-left:3px;
}
.forumsearch table.topics tr.topic td.image div {
	text-align:left;
	width:36px;
	height:36px;
	background:url(images/ico-forum.gif) no-repeat 40% 40%;
}
.forumsearch table.topics tr.topic td.topicname {
	text-align:left;
	width:55%;
}
.forumsearch table.topics tr.topic td.topicname .topictype {
	font-size:.9em;
	line-height:18px;
}
.forumsearch table.topics tr.topic td.topicname .topictitle {
	font-weight:700;
	font-size:1.1em;
	line-height:18px;
}
.forumsearch table.topics tr.topic td.topicname .topicstarter {
	font-size:.9em;
	color:#555;
}
.forumsearch table.topics tr.topic td.lastpost {
	font-size:.8em;
	color:#555;
}
.forumsearch table.topics tr.topic .post {
	text-align:left;
	width:36px;
	height:36px;
	background:url(images/ico-forum-post.gif) no-repeat 40% 40%;
}
.forumsearch table.topics tr.topic .postannoucement, .forumsearch table.topics tr.topic .poststicky {
	text-align:left;
	width:36px;
	height:36px;
	background:url(images/ico-forum-post-high.gif) no-repeat 40% 40%;
}
.forumsearch .pager {
	text-align:right;
	padding:5px 3px 5px 0;
}
/* PROFILE PAGE */
.profile-page {
}
.profile-page .title {
	background:#7692B9;
	color:#FFF;
	border:solid 1px #6a6a6a;
	height:28px;
	line-height:28px;
	font-weight:700;
	padding-left:3px;
}
.profile-page .body {
	margin-top:15px;
}
.profile-page .body .profile-info-box {
	border-bottom:solid 1px #e3e3e3;
}
.profile-page .body .profile-info-box, .profile-page .body .user-last-posts {
	font-size:12px;
}
.profile-page .body .profile-info-box .title {
}
.profile-page .body .profile-info-box .profile-stat {
	font-weight:700;
	padding:2px;
}
.profile-page .body .profile-info-box .profile-stat .profile-stat-value {
	font-weight:400;
	color:#555;
}
.profile-page .body .profile-info-box .user-details {
	width:180px;
	float:left;
	padding:10px;
	height:100%;
	border-right:solid 1px #F3F3F3;
	text-align:center;
}
.profile-page .body .profile-info-box .user-details .avatar {
	margin-bottom:5px;
}
.profile-page .body .profile-info-box .user-details .avatar .avatar-img {
	border:solid 2px #CEDBE1!important;
}
.profile-page .body .profile-info-box .user-stats {
	margin-left:200px;
	border-left:solid 1px #F3F3F3;
	padding:10px;
}
.profile-page .body .profile-info-box .user-stats .section-title {
	text-transform:uppercase;
	margin-bottom:10px;
}
.profile-page .body .user-last-posts {
}
.profile-page .body .user-last-posts .topic {
	border:solid 1px #F3F3F3;
	margin-bottom:10px;
}
.profile-page .body .user-last-posts .topictitle {
	font-weight:700;
	line-height:20px;
	background:#e3f3f3;
	padding:3px;
}
.profile-page .body .user-last-posts .topicbody {
	padding:10px;
}
.profile-page .body .user-last-posts .topicbody a {
	color:#3664A5;
	text-decoration:underline;
}
.profile-page .body .user-last-posts .topicbody .quote {
	padding:5px;
	border:dashed 1px #000;
	background-color:#fff;
}
.profile-page .body .user-last-posts .topicdata {
	background:#f3f3f3;
	padding:3px;
	color:#555;
	font-size:.9em;
}
.profile-page .body .user-last-posts .posts-table {
	width:100%;
	border:0px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
/* BB CODE EDITOR */
.toolbar {
	padding:2px;
	display:inline;
}
.toolbar .button {
	background:url(images/bbeditor-button-bg.gif) repeat-x;
	padding:2px;
	margin-right:2px;
	border:#cec6b5 1px solid;
}
.toolbar .button:hover {
	border:#333 1px solid;
}
/* ACTIVE DISCUSSIONS */
.activediscussionspage {
}
.activediscussions .activediscussionstitle {
	font-size:1.1em;
	font-weight:700;
}
.activediscussions .activediscussionstitle .viewall {
	float:right;
	text-align:right;
}
.activediscussions .topicsgroup {
}
.activediscussions table.topics {
	width:100%;
	border-collapse:collapse;
	vertical-align:middle;
	text-align:center;
}
.activediscussions table.topics td {
	padding:3px 0;
}
.activediscussions table.topics tr.activediscussionsheader {
	font-weight:700;
}
.activediscussions table.topics tr.activediscussionsheader td {
	background:#7692B9;
	color:#FFF;
	border-right:solid 1px #6a6a6a;
	height:20px;
}
.activediscussions table.topics tr.activediscussionsheader td.topicname {
	width:55%;
	text-align:left;
	padding-left:3px;
}
.activediscussions table.topics tr.activediscussionsheader td.replies {
	width:10%;
}
.activediscussions table.topics tr.activediscussionsheader td.views {
	width:10%;
}
.activediscussions table.topics tr.activediscussionsheader td.lastpost {
	width:25%;
}
.activediscussions table.topics tr.topic td {
	border-bottom:1px solid #c5c5c5;
	vertical-align:middle;
	padding-left:3px;
}
.activediscussions table.topics tr.topic td.topicname {
	text-align:left;
	width:55%;
}
.activediscussions table.topics tr.topic td.topicname .topictitle {
	font-weight:700;
	font-size:1.1em;
	line-height:18px;
}
.activediscussions table.topics tr.topic td.topicname .topicstarter {
	font-size:.9em;
	color:#555;
}
.activediscussions table.topics tr.topic td.topicname .topicspager {
	font-size:.9em;
	color:#555;
}
.activediscussions table.topics tr.topic td.lastpost {
	font-size:.8em;
	color:#555;
}
/* BBCODES */
pre {
	white-space:pre-wrap;/* css-3 */
	white-space:0;/* Mozilla, since 1999 */
	white-space:0;/* Opera 4-6 */
	white-space:0;/* Opera 7 */
	word-wrap:break-word;/* Internet Explorer 5.5+ */
}
.csharpcode, .csharpcode pre {
	font-size:small;
	color:#000;
	font-family:Consolas, "Courier New", Courier, Monospace;
	background-color:#fff;
}
.csharpcode pre {
	margin:0;
}
.csharpcode .rem {
	color:green;
}
.csharpcode .kwrd {
	color:#00f;
}
.csharpcode .str {
	color:#006080;
}
.csharpcode .op {
	color:#0000c0;
}
.csharpcode .preproc {
	color:#c63;
}
.csharpcode .asp {
	background-color:#ff0;
}
.csharpcode .html {
	color:maroon;
}
.csharpcode .attr {
	color:red;
}
.csharpcode .alt {
	background-color:#f4f4f4;
	width:100%;
	margin:0;
}
.csharpcode .lnum {
	color:#606060;
}


/**** BUTTONS ****/

.update-cart-button, .continue-shopping-button, .checkout-button, .apply-discount-coupon-code-button,
 .estimateshippingbutton, .new-address-next-step-button, .shipping-method-next-step-button,
  .payment-info-next-step-button, .paymentinfonextstepbutton, .confirm-order-next-step-button, 
  .orderprocessedcontinuebutton, .contactusbutton, .register-button, .login-button, 
  .register-next-step-button, .savebutton, .edit-address-button,
   .delete-address-button, .add-address-button, .reorderbutton,
    .returnitemsbutton, .save-address-button, .addnewbutton, .search-button, .order-details-button, .change-password-button,
     .productlistaddtocartbutton, .blogpostaddcommentbutton, .password-recovery-button, .send-email-a-friend-button,
     input.button-2.order-completed-continue-button {
	width: auto;
	height: 25px;
	line-height: 25px;
	color: white;
	border-radius: 5px;
	background: #007BB9;
	border: 0;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-n4", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	padding: 0 10px;
	
	overflow: hidden;
}

.update-cart-button:hover, .continue-shopping-button:hover, .checkout-button:hover,
 .apply-discount-coupon-code-button:hover, .estimateshippingbutton:hover, .new-address-next-step-button:hover,
  .shipping-method-next-step-button:hover, .payment-info-next-step-button:hover, 
  .paymentinfonextstepbutton:hover, .confirm-order-next-step-button:hover, .orderprocessedcontinuebutton:hover,
  .contactusbutton:hover,  .register-button:hover, .login-button:hover, .registernextstepbutton:hover,
   .savebutton:hover, .editaddressbutton:hover,
    .deleteaddressbutton:hover, .search-button:hover, .reorderbutton:hover,
     .returnitemsbutton:hover, .orderdetailsbutton:hover, .addnewbutton:hover, 
     .changepasswordbutton:hover, .productlistaddtocartbutton:hover, .saveaddressbutton:hover,
      .blogpostaddcommentbutton:hover, .password-recovery-button:hover, .send-email-a-friend-button:hover,
      input.button-2.order-completed-continue-button:hover {
	background: #1C8EC7;
	cursor: pointer;

}

/********************************* IE BUTTONS *******************************/

.ie8 .productlistaddtocartbutton, .ie7 .productlistaddtocartbutton{
	background: url(images/ie8/addtocart.gif);
	width: 85px;
	padding: 0 10px 0 7px;
	font-style: normal;
}

.ie8 .productlistaddtocartbutton:hover, .ie7 .productlistaddtocartbutton:hover {
	background: url(images/ie8/addtocart-hover.gif);
	width: 85px;
}

.ie8 .product-grid .product-col2 .product-buttons input, .ie7 .product-grid .product-col2 .product-buttons input {
	background: url(images/ie8/addtocart.gif);
	width: 85px;
	
}

.ie8 .product-grid .product-col2 .product-buttons input:hover, .ie7 .product-grid .product-col2 .product-buttons input:hover {
	background: url(images/ie8/addtocart-hover.gif);
	width: 85px;
}







.ie8 .jcarousel-item .button, .ie7 .jcarousel-item .button {
	padding: 0;
	margin: 0;
	background: url(images/ie8/addtocart.gif);
	background-repeat: no-repeat;
	width: 85px;
	height: 25px;
	line-height: 25px;
	display: block;
	text-align: center;

}




.ie8 .jcarousel-item .button:hover, .ie7 .jcarousel-item .button:hover {
	background: url(images/ie8/addtocart-hover.gif);
	background-repeat: no-repeat;
	width: 85px;
}




.ie8 .partyWeddingWrp a, .ie8 .partyWeddingWrp a:visited, .ie7 .partyWeddingWrp a, .ie7 .partyWeddingWrp a:visited {
	background: url(images/ie8/morebtnblue.gif);
	background-repeat: no-repeat;
	padding: 2px 0;

}


.ie8 .partyWeddingWrp a:hover, .ie7 .partyWeddingWrp a:hover {
	background: url(images/ie8/morebtnblue-hover.gif);
	background-repeat: no-repeat;
}


.ie8 .blogWrp a, .blogWrp a:visited {
	background: url(images/ie8/morebtnblack.png);
	background-repeat: no-repeat;
	padding: 2px 0;

}


.ie8 .blogWrp a:hover, .ie7 .blogWrp a:hover {
	background: url(images/ie8/morebtnblack-hover.png);
	background-repeat: no-repeat;
}

.ie8 .product-variant-wrap .productvariantaddtocartbutton, .ie7 .product-variant-wrap .productvariantaddtocartbutton {

	background: url(images/ie8/addtocart-medium.gif);
	background-repeat: no-repeat;
	width: 109px;
}

.ie8 .product-variant-wrap .productvariantaddtocartbutton:hover, .ie7 .product-variant-wrap .productvariantaddtocartbutton:hover {

	background: url(images/ie8/addtocart-medium-hover.gif);
	background-repeat: no-repeat;
	width: 109px;
}

.ie8 .checkoutbutton, .ie7 .checkoutbutton {
	background: url(images/ie8/checkout-button.gif);
	background-position: 0 0;
	width: 77px;
}

.ie8 .checkoutbutton:hover, .ie7 .checkoutbutton:hover {
	background: url(images/ie8/checkout-button.gif);
	background-position: 0 -25px;
}

.ie8 .applycouponcodebutton, .ie8 .applycouponcodebutton, .ie7 .applycouponcodebutton, .ie7 .applycouponcodebutton  {
	background: url(images/ie8/addcode-button.gif);
	background-position: 0 0;
	width: 76px;
}

.ie8 .applycouponcodebutton:hover, .ie8 .applycouponcodebutton:hover, .ie7 .applycouponcodebutton:hover, .ie7 .applycouponcodebutton:hover  {
	background: url(images/ie8/addcode-button.gif);
	background-position: 0 -25px;
}


.ie8 .estimateshippingbutton, .ie7 .estimateshippingbutton  {
	background: url(images/ie8/estimateshipping-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 120px;
}

.ie8 .estimateshippingbutton:hover, .ie7 .estimateshippingbutton:hover {
	background: url(images/ie8/estimateshipping-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;
}


.ie8 .updatecartbutton, .ie7 .updatecartbutton  {
	background: url(images/ie8/updatecart-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 149px;
}

.ie8 .updatecartbutton:hover, .ie7 .updatecartbutton:hover {
	background: url(images/ie8/updatecart-button.gif);
	background-position: 0 -25px;
}


.ie8 .continueshoppingbutton, .ie7 .continueshoppingbutton {
	background: url(images/ie8/continueshopping-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 128px;
}

.ie8 .continueshoppingbutton:hover, .ie7 .continueshoppingbutton:hover {
	background: url(images/ie8/continueshopping-button.gif);
	background-position: 0 -25px;
}






.ie8 .registerbutton, .ie7 .registerbutton {
	background: url(images/ie8/createaccount-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 131px;
}

.ie8 .registerbutton:hover, .ie7 .registerbutton:hover {
	background: url(images/ie8/createaccount-button.gif);
	background-position: 0 -25px;
}


.ie8 .loginbutton, .ie7 .loginbutton {
	background: url(images/ie8/login-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 53px;
}

.ie8 .loginbutton:hover, .ie7 .loginbutton:hover {
	background: url(images/ie8/login-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;
}


.ie8 .savebutton, .ie7 .savebutton {
	background: url(images/ie8/save-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 47px;
}

.ie8 .savebutton:hover, .ie7 .savebutton:hover {
	background: url(images/ie8/save-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;
}


.ie8 .editaddressbutton, .ie7 .editaddressbutton {
	background: url(images/ie8/edit-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 42px;
}

.ie8 .editaddressbutton:hover, .ie7 .editaddressbutton:hover {
	background: url(images/ie8/edit-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;
}

.ie8 .deleteaddressbutton, .ie7 .deleteaddressbutton {
	background: url(images/ie8/delete-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 56px;
}

.ie8 .deleteaddressbutton:hover, .ie7 .deleteaddressbutton:hover {
	background: url(images/ie8/delete-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;
}

.ie8 .addnewbutton, .ie7 .addnewbutton {
	background: url(images/ie8/addnew-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 66px;
}

.ie8 .addnewbutton:hover, .ie7 .addnewbutton:hover {
	background: url(images/ie8/addnew-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;
}


.ie8 .orderdetailsbutton, .ie7 .orderdetailsbutton {
	background: url(images/ie8/details-button.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 61px;

}

.ie8 .orderdetailsbutton:hover, .ie7 .orderdetailsbutton:hover {
	background: url(images/ie8/details-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;

}


.ie8 .changepasswordbutton, .ie7 .changepasswordbutton {
	background: url(images/ie8/changepassword-button.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 128px;

}

.ie8 .changepasswordbutton:hover, .ie7 .changepasswordbutton:hover {
	background: url(images/ie8/changepassword-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;

}


.ie8 .passwordrecoverybutton, .ie7 .passwordrecoverybutton {
	background: url(images/ie8/recover-button.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 68px;


}

.ie8 .passwordrecoverybutton:hover, .ie7 .passwordrecoverybutton:hover {
	background: url(images/ie8/recover-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;


}

.ie8 .sendemailafriendbutton, .ie7 .sendemailafriendbutton {

	background: url(images/ie8/sendemail-button.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 80px;

}


.ie8 .sendemailafriendbutton:hover, .ie7 .sendemailafriendbutton:hover {
	background: url(images/ie8/sendemail-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;


}


.ie8 .newaddressnextstepbutton, .ie7 .newaddressnextstepbutton {
	background: url(images/ie8/continue-button.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 71px;
}

.ie8 .newaddressnextstepbutton:hover, .ie7 .newaddressnextstepbutton:hover {
	background: url(images/ie8/continue-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;
}


.ie8 .opc .buttons .back-link a, .ie7 .opc .buttons .back-link a {
	background: url(images/ie8/back-button.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 52px;
}

.ie8 .opc .buttons .back-link a:hover, .ie7 .opc .buttons .back-link a:hover {
	background: url(images/ie8/back-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;
}

.ie8 .shippingmethodnextstepbutton, .ie7 .shippingmethodnextstepbutton, .ie8 .paymentmethodnextstepbutton, .ie7 .paymentmethodnextstepbutton, .ie8 .paymentinfonextstepbutton, .ie7 .paymentinfonextstepbutton, .ie8 .confirmordernextstepbutton, .ie7 .confirmordernextstepbutton, .ie8 .orderprocessedcontinuebutton, .ie7 .orderprocessedcontinuebutton{
	background: url(images/ie8/continue-button.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 71px;
}


.ie8 .shippingmethodnextstepbutton:hover, .ie7 .shippingmethodnextstepbutton:hover, .ie8 .paymentmethodnextstepbutton:hover, .ie7 .paymentmethodnextstepbutton:hover, .ie8 .paymentinfonextstepbutton:hover, .ie7 .paymentinfonextstepbutton:hover, .ie8 .confirmordernextstepbutton:hover, .ie7 .confirmordernextstepbutton:hover, .ie8 .orderprocessedcontinuebutton:hover, .ie7 .orderprocessedcontinuebutton:hover
	background: url(images/ie8/continue-button.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat;
}

/********************************* END IE BUTTONS ******************************/
.jcarousel-item .button {
	font-size: 10px!important;
}


.address-select {
	border:solid 1px #e4e4e4;
	padding: 3px;
	width: 220px;
}

#billing-new-address-form table, #shipping-new-address-form table{

	margin: 10px 0;

}

#billing-new-address-form table td, #shipping-new-address-form table td{
	padding: 3px;
}

#billing-new-address-form table td .single-line, #shipping-new-address-form table td .single-line{
	border:solid 1px #e4e4e4;
	padding: 3px;
	width: 220px;
}
#billing-new-address-form table td select, #shipping-new-address-form table td select{
	border:solid 1px #e4e4e4;
	padding: 3px;
	width: 228px;
}


.cart-total {
	width: 200px;
	float: right;
}

.orderdetailsprintbutton {
	background: url(images/ico-print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 0 10px 30px;
}

.pdfprintbutton {
	background: url(images/ico-pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 0 10px 30px;
	line-height: 30px;
}





.success {
	background: #dff2bf;
	border: solid 1px #4f8a10;
	color: #4f8a10;
	padding: 7px 0px 0px 10px;
	/*width: 438px;*/
	margin: 10px 0 0 0;
}

.success p {
/*	style edit BF 25/09/2012
	background: url(images/signup-success.gif);*/
	background: url(images/signup-success-mod.gif);
	background-repeat: no-repeat;
	padding: 0 0 7px 30px;
	line-height: 20px;
}


.error {
	background: #ffbaba;
	border: solid 1px #d8000c;
	color: #d8000c;
	padding: 7px 0px 0px 10px;
	width: 438px;
	margin: 10px 0 0 0;
}


.error p {
	background: url(images/signup-error.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 7px 30px;
	line-height: 20px;
}

/**********************************************************************************************************************/
/******************************* IE8 CSS RULES ******************************************************************/

.ie8 .header-right .searchboxtext {
	line-height: 31px;
}

.ie8 .order-summary-content .cart .cart-item-row .qty-input, .wishlist-content .cart .cart-item-row .qty-input {
border: solid 1px #E3E3E3;
font-size: 12px;
text-align: center;
width: 32px;
height: 22px;
vertical-align: middle;
padding-top:8px;
}

.ie8 .product-variant-wrap .qty-input {
background: white;
width: 31px;
height: 24px;
border: solid 1px #E4E4E4;
text-align: center;
margin: 0 8px 0 0;
color: #7A7A7A;
padding-top:8px;
}


/**********************************************************************************************************************/
/******************************* IE7 CSS RULES ******************************************************************/

.ie7 .header-right .searchboxtext {
	line-height: 30px;
	height: 30px;
	width: 50px;
}

.ie7 .header-right .searchboxbutton {
	height: 32px;
	background: none;
	width: 12px;
	border: 0;
	text-indent: -9999em;
	cursor: pointer;
}

.ie7 .product-variant-wrap .qty-input {
background: white;
width: 31px;
height: 24px;
border: solid 1px #E4E4E4;
text-align: center;
margin: 0 8px 0 0;
color: #7A7A7A;
padding-top:8px;
}



.ie7 .order-summary-content .cart .cart-item-row .qty-input, .ie7 .wishlist-content .cart .cart-item-row .qty-input {
border: solid 1px #E3E3E3;
font-size: 12px;
text-align: center;
width: 32px;
height: 24px;
padding-top:8px;
}

.spacer10 {
display: block;
width: 100%;
height: 10px; }



.email-a-friend-page {}

.email-a-friend-page .page-body{
border: 1px solid #E4E4E4;
margin-top: 10px;
padding: 20px;
background: #fff;}



.email-a-friend-page p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}


.email-a-friend-page p a {color: #000;}
.email-a-friend-page p a:hover {color: #007bb9;}



.email-a-friend-page .forms-box {
	display: block;
	overflow: hidden;
}
.email-a-friend-page .row {
	margin: 5px 0;
	display: block;
	clear: both;
	overflow: hidden;
}

.email-a-friend-page label {
	width: 150px;
	float:left;
	font-weight: 700;
	line-height: 22px;
}

.email-a-friend-page input {
	width: 350px;
	float:left;
	padding: 5px;
}

.email-a-friend-page textarea {
	width: 350px;
	height: 150px;
	float:left;
	padding: 5px;
}

.email-a-friend-page .buttons {
	background: red;
	display: block;
	margin: 10px 0 0 0;
}

.email-a-friend-page .buttons input {
margin: 0 0 0 150px;
width: 90px;
padding: 0px;
}


.popup {}
.popup .topicpage .topicpage-body { margin: 0;}
.popup .topicpage .topicpage-body p { margin: 0 0 20px 0;}

#fancybox-content { }