a {
	text-decoration: none;
	color: #3d3d3d;
}

.clear_fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear_fix {
	display: inline-block;
}

* html .clear_fix {
	height: 1%;
}

.clear_fix {
	display: block;
}

a.button_green {
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
	background-color: #1a4726;
	color: #fff;
	border-radius: 2px;
	display: block;
	font-size: 0.813em;
	display: inline-block;
}

a.button_green:hover,
a.button_green:focus,
a.button_green:active {
	background-color: #1f5508;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}

#page {
	position: relative;
	overflow: hidden;
	width: 970px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: transparent;
}

.paragraphContent p,
.paragraphContent h1,
.paragraphContent h2,
.paragraphContent h3,
.paragraphContent h4,
.paragraphContent h5,
.paragraphContent h6 {
	padding: 10px 10px 10px 10px;
	margin: 0;
}

.strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

.text_hide {
	text-indent: -9999px;
}

.uppercase {
	text-transform: uppercase;
}

.pad_right {
	margin-right: 10px;
}

.pad_left {
	margin-left: 10px;
}

.pad_none {
	margin: 0;
	padding: 0;
}

.backToMobileStore {
	font-size: 5em;
	font-weight: bold;
	border-bottom: 0.1em solid #687387;
	padding: 0.5em;
	background-image: -moz-linear-gradient(top, #ffffff, #e6edf3);
	background-image: -ms-linear-gradient(top, #ffffff, #e6edf3);
	background-image: -o-linear-gradient(top, #ffffff, #e6edf3);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e6edf3));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6edf3);
	background-image: linear-gradient(top, #ffffff, #e6edf3);
}

.greyDot {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top; 
	background-color: #6E7588;
	border-radius: 500em 500em 500em 500em;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 0.6em;
	height: 1.5em;
	margin: 0.6em 0.6em 0 0;
	text-align: center;
	width: 1.5em;
}

.closeDot{
	float: right;
	cursor: pointer;
}

.emptyMessage{
	font-weight: bold;
}

.skip {
	position: absolute;
	top: -30000px;
	left: -30000px;
}

/*	=> FORMS												*/

a.security_code_what {
	margin-top: 2px;
	font-size: 0.9em;
}

/*
dl dd input[type=text],
dl dd textarea,
dl dd select,
dl dd input[type=password] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	-moz-box-shadow: inset -3px -3px 4px #ddd;
	-webkit-box-shadow: inset -3px -3px 4px #ddd;
	box-shadow: inset -3px -3px 4px #ddd;
	border: 1px solid #BBBBBB;
}
*/

.form_field-input input[type=text],
.form_field-input textarea,
.form_field-input select,
.form_field-input input[type=password] {
	width: 234px;
	padding: 4px;
	margin-right: 10px;
	margin-top: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	-moz-box-shadow: inset -3px -3px 4px #ddd;
	-webkit-box-shadow: inset -3px -3px 4px #ddd;
	box-shadow: inset -3px -3px 4px #ddd;
	border: 1px solid #BBBBBB;
}

.form_field-input input[type=text].cvc {
	width: 40px;
	clear: both;
}

.form_field-input input[type=text].card {
	width: 298px;
}

.form_button-section{
	clear:both;
	margin:10px 0 0 0;	
	
}

.form_field_error-message span {
	color: #AC1607;
}

form dl.terms {
	float: left;
	clear: none;
}

.add-address-left-label {
	padding: 0 0 0 13px;
}

.add-address-left-input {
	margin-top: -17px;
}

form label.large_text {
	font-size: 1.2em;
}

form .instruction {
	color: #AAAAAA;
	font-weight: 0.8em;
	padding: 10px 0 0 0;
}

form#reviewForm textarea#comment {
	width: 335px;
}

.pstrength-minchar {
	font-size: 0.769em;
	display: block;
	clear: left;
	padding: 0 0 0 158px;
	width: 200px;
}

#password_bar {
	clear: both;
	float: left;
}

#password_minchar {
	margin-bottom: 10px;
	margin-top: 2px;
}

.pstrength-bar,
.pstrength-minchar {
	clear: both;
}

.pstrength-holder,
.pstrength-info {
	display: block;
	clear: left;
	padding: 5px 0 0 158px;
	width: 200px;
}

input.strength {
}

button {
	height: auto;
	cursor: pointer;
}

button p {
	padding: 5px;
	float: left;
	margin: 0;
}

.opaque {
	opacity: 0.4;
}

button.positive {
	background-image: url(../images/button/gradient-button-positive.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #B2005E;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B2005E;
	color: #FFFFFF;
	font-size: 1.1em;
}

a.link_button_positive {
	background-image: url(../images/button/gradient-button-positive.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #B2005E;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B2005E;
	color: #FFFFFF;
	font-size: 1.1em;
    font-weight: bold;
    line-height: normal;
    padding: 2px 5px;
    width: auto;
}


button.positive:hover,
button.positive:active,
button.positive:focus,
.link_button_positive:hover  {
	background-color: #DE0073;
}

a.positive,a.neutral,a.negative {
	text-align: center;
}

a.positive,a.positive:visited {
	background-image: url(../images/button/gradient-button-positive.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #B2005E;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B2005E;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
}

a.positive:hover,a.positive:active {
	background-color: #DE0073;
	text-decoration: none;
	cursor: pointer;
}

button.positive.xl,
button.neutral.xl,
button.form.xl {
	font-size: 1.1em;
	height: 41px;
}

a.neutral,a.neutral:visited {
	background-image: url(../images/button/gradient-button-form.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #909291;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 1.1em;
}

a.neutral:hover,a.neutral:active {
	background-color: #007174;
	background-image: url(../images/button/gradient-button-form_h.png);
	text-decoration: none;
	cursor: pointer;
}

button.form,button.neutral {
	background-image: url(../images/button/gradient-button-form.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #666666;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 1em;
}

button.form:hover,
button.neutral:hover,
button.form:focus,
button.neutral:focus,
button.form:active,
button.neutral:active {
	background-image: url(../images/button/gradient-button-form_h.png);
	background-color: #007174;
}

input.xl {
	background-image: url(../images/button/gradient-input-xl.png);
	background-repeat: repeat-x;
	background-position: center top;
}

button.positive,
button.neutral,
button.form {
	width: auto; /* cancel margin fix for other browsers */
	padding: 3px 8px 3px 8px;
	line-height: normal;
	height: 30px;
}

button.out-of-stock {
	background-image: url(../images/button/gradient-button-form.png);
	background-color: #909291;
	border: 1px solid #666666;
}

button.out-of-stock:hover {
	background-color: #909291;
}

a.positive,
a.neutral,
a.form {
	width: auto; /* cancel margin fix for other browsers */
	padding: 2px 8px 10px 8px;
	line-height: 24px;
	display: block;
	float: left;
	height: 16px;
}

button img {
	margin-right: 5px;
	vertical-align: middle;
}

button.text-button {
	border: none;
	background-color: transparent;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0;
	text-decoration: underline;
}

[class ^="icon-"],[class *=" icon-"] {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	width: 20px;
	margin: 0 5px 0 0;
	text-indent: -9000px;
	text-transform: capitalize;
}

.icon-cart {
	background-image: url(../images/button/icon-cart-put-pink.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	width: 30px;
}

a.positive img,a.neutral img,a.form img {
	float: left; /* not playing nicely with IE7, causing text to return line */
	margin-right: 5px;
}

button.search {
	padding: 0 5px 0 5px;
}

button.search .search-icon {
	background-color: transparent;
	background-image: url(../images/button/search.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 100px;
	display: inline-block;
	width: 19px;
	height: 20px;
	padding: 0 8px 0 8px;
	overflow: hidden;
}

.store_finder #PostCode {
	width: 200px;
	height: 20px;
}

/*	=> HEADER												*/

#header input.text,
#header input.qty,
#header select {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #333333;
}

#header input.text {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	width: 200px;
	padding: 7px 0 6px 5px;
	border-right: 1px solid #151515;
	height: 13px;
	font-size: 100%;
}

.stock_message {
	color: #007174;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 6px 0 0 6px;
}

.skiptocontent:focus {
	left: auto;
	color: #FFFFFF;
}

.skiptonavigation {
	position: absolute;
	z-index: 10000;
	left: -3000px;
}

.skiptonavigation:focus {
	left: auto;
	color: #FFFFFF;
}

.skiptocontent {
	position: absolute;
	z-index: 10000;
	left: -3000px;
}

#header {
	margin: 0 auto;
	position: relative;
	z-index: 9000;
	background-image: none;
	width: 970px;
	height: 110px;
	padding: 15px 0 0 0;
}

#header div.siteLogo {
	left: 10px;
	position: absolute;
	top: 44px;
}

.siteLogo a:focus img {
	outline: solid;
}

#header .headerContent {
	float: right;
	max-width: 680px;
	position: relative;
	z-index: 1;
	width: 560px;
}

#header span#Branding {
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-image: url(../images/header_01.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	width: 172px;
	height: 72px;
	left: 298px;
}

#header input.button,
#header button.button {
	padding: 5px 8px 8px 8px;
	height: 18px;
	background-image: url(../images/bg-textured-button-off.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #262626;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	width: auto;
	border: 0;
}

#header input.button span,
#header button.button span {
	color: #FFFFFF;
	font-size: 1.1em;
}

#header input.button:hover,
#header button.button:hover {
	background-color: #AC005B;
}

#header input.button:focus,
#header button.button:focus {
	background-color: #AC005B;
}

#header ul.language li a.dropdown:hover {
	background-color: #676767;
}

#header .search {
	float: right;
	clear: right;
	-moz-box-shadow: 1px 5px 7px #232323;
	-webkit-box-shadow: 1px 5px 7px #232323;
	box-shadow: 1px 5px 7px #232323;
	white-space: nowrap;
}

#header .search form {
	padding: 0;
}

#header h1 {
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 47px;
	left: 0;
}

#header ul.nav {

	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
}

#header ul.nav a {
	text-decoration: underline;
}
#header ul.nav a:first-of-type {
	text-decoration: none;
}
#header ul.nav li {
	float: left;
	margin-left: 5px;
	padding: 0 0 0 5px;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#header ul.nav li:first-child {
	margin-left: 0;
	border-left: 0;
	padding: 0;
	text-decoration: none;
}

#header ul.nav li.logged_in {
	font-weight: bold;
}

#header ul.nav li a {
	color: #FFFFFF;
}

#header ul.nav li a:hover {
	color: #007174;
}

#header ul.nav li a:focus {
	color: #007174;
}

#header ul.language {
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	margin: 10px 0 16px;
}

#header ul.language li img {
	padding: 0 8px 0 0;
	position: relative;
	left: 0;
	top: 0;
}

#header ul.language li:first-child {
	border-left: 0;
}

#header ul.language li:last-child {
	margin-right: 0;
	padding: 1px 0 1px 10px;
}

#header ul.language li {
	float: left;
	padding: 1px 10px 1px 10px;
	border-left: 0;
	height: 25px;
}

#header ul.language li select {
	margin: 0;
}

#header ul.language li a {
	padding: 0 10px 0 0;
	float: left;
	color: #FFFFFF;
}

#header ul.language li a p {
	margin: 0;
	float: left;
}

#header ul.language li a:hover {
	text-decoration: none;
}

#header ul.language li a.dropdown {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	padding: 0;
	background-image: url(../images/button/bg-gradient.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #D2D3D5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.dropdown span {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -10000px;
	cursor: pointer;
	background-image: url(../images/button-arrow-small.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.empty-nav-item {
	color: #FFFFFF;
    font-size: 1.1em;
    padding: 10px 7px 10px 7px;
    text-decoration: none;
	float: left;
    margin: 0;
}

.nav_column a.dropdown span {
	background-image: url(../images/button-arrow-small-facet.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.cart_header_panel {
	float: right;
	margin-left: 15px;
}

#cart_header {
	-moz-box-shadow: 1px 5px 7px #232323;
	-webkit-box-shadow: 1px 5px 7px #232323;
	box-shadow: 1px 5px 7px #232323;
}

#cart_header h2 {
	margin-bottom: 0;
	text-align: right;
	color: #B70062;
	font-size: 0.9em;
}

#cart_content {
	cursor: pointer;
	overflow: auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 7px 7px 0 7px;
	background-color: #EEEEEE;
	min-height: 48px;
}

#cart_content img {
	float: left;
}

#cart_header dl,
#cart_header dl dd {
	margin: 0;
}

#cart_header dl {
	padding: 5px 0 0 0;
	float: right;
}

#cart_header dl dd {
	display: inline;
	vertical-align: middle;
}

#cart_header dl dt {
	font-weight: normal;
	display: inline;
	vertical-align: middle;
	float: none;
}

#cart_header dl dd,
#cart_header dl dt {
	color: #444444;
	font-size: 0.9em;
}

#cart_header ul {
	overflow: hidden;
	margin: 1px 0 0 0;
	padding: 0;
	background-image: url(../images/bg-textured-button-off.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #AC005B;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

#cart_header ul li {
	text-shadow: none;
	background-color: #262626;
	background-image: url(../images/bg-textured-button-off.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}

#cart_header ul li p {
	margin: 0;
}

#cart_header ul li.active {
	background-color: #AC005B;
}

#cart_header ul li:hover {
	background-color: #D0006E;
}

#cart_header ul li:focus {
	background-color: #D0006E;
}

#cart_header ul li a {
	display: block;
	padding: 4px 10px 6px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#cart_header ul li a:focus {
	text-decoration: underline;
}

#cart_header ul li:hover,
#cart_header ul li,
#cart_header ul li a:hover,
#cart_header ul li a {
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}

#cart_header ul li:first-child,
#cart_header ul li:first-child:hover,
#cart_header ul li:first-child a,
#cart_header ul li:first-child a:hover {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}

#cart_header ul li a:focus {
	background-color: #AC005B;
}

#cart_header ul li.active:hover {

}

#rollover_cart_popup {
	position: absolute;
	z-index: 2147483647;
	left: 570px;
	top: 85px;
	display: none;
}

.cart_popup_error_msg {
	line-height: 1.5em;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: bold
}

.product-variant-label {
	display: inline-block;
	padding: 0 5px 0 0;
	min-width: 38px;
}

.empty-popup-cart {
	padding: 5px 0;
	color: #000000;
	font-size: 1.2em;
}

#cart_popup {
	display: none;
	position: absolute;
	right: 0;
	z-index: 2147483647;
	top: 85px;
}

.cart_popup {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #DADADA;
	width: 390px;
	overflow: hidden;
	padding: 5px;
}

.cart_popup .title {
	overflow: hidden;
	background-image: url(../images/button/bg-gradient.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #272727;
	text-align: center;
	position: relative;
	padding: 10px;
}

.cart_popup dl dt {
	min-width: inherit;
}

.cart_popup .title h3 {
	display: inline;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.1em;
	width: 194px;
	float: left;
}

.cart_popup .title img {
	float: left;
	margin: -2px 0 0 0;
}

.cart_popup .title span {
	background-image: url(../images/icon-cart-popup.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	height: 48px;
	left: 15px;
	position: absolute;
	top: 10px;
	width: 36px;
}

.cart_popup .title a.close {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	background-image: url(../images/button/icon-cart-modal-close.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 6px;
}

.cart_popup ul {
	margin:0;
	padding:0;
	list-style:none;
}


.cart_popup .cart_modal_popup {
	overflow: hidden;
	border-bottom: 1px solid #888888;
	margin: 0 15px;
	padding: 10px 0 10px 0;
}

.cart_popup .legend a {
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline;
}

.cart_popup .cart_modal_popup .prod_image {
	min-height: 0;
	float: left;
	border: 1px solid #BFC0C1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 65px;
	height: 65px;
	background-color: #FFFFFF;
}

.cart_popup .cart_modal_popup .prod_info {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
	position: relative;
}

.cart_popup .cart_modal_popup .prod_info .prod_price {
	position: absolute;
	top: 0;
	right: -60px;
	font-weight: bold;
}

.cart_popup .cart_modal_popup .prod_info p,.cart_popup p {
	color: #007174;
	margin: 0 0 7px 0;
	line-height: 1.2em;
}

.cart_popup .prod_cart-total {
	margin: 10px 15px 10px 0;
	font-weight: bold;
	color: #007174;
	text-align: right;
}

.cart_popup span.prod_color {
	display: block;
	margin-top: 3px;
}

.cart_popup span.prod_color img {
	margin-left: 4px;
	vertical-align: middle;
}

.cart_popup span.prod_size {
	display: block;
}

.cart_popup .cart_modal_popup .prod_info p {
	margin-bottom: 5px;
}

.cart_popup .prod_name {
	font-weight: bold;
}

.cart_popup p.legend {
	margin-left: 15px;
	margin-bottom: 0;
	margin-top: 2px;
}

.cart_popup .cart_modal_popup .prod_price p {
	color: #000000;
}

.cart_popup .cart_modal_popup .prod_info dl {
	margin-bottom: 5px;
	color: #000000;
}

.cart_popup .cart_modal_popup .prod_info dl dt {
	float: left;
	width: 60px;
}

.cart_popup .content_slot {
	height: 45px;
	overflow: hidden;
	background-color: #444444;
	margin: 20px 5px 10px 5px;
}

.cart_popup .links {
	margin: 10px 10px 0 10px;
}

.cart_popup .links button {
	font-size: 1em;
	width: 143px;
	margin-bottom: 0;
}

.cart_popup .links button img {
	height: 12px;
	display: none;
}

.cart_popup .links a.neutral {
	margin-right: 10px;
}

.cart_popup .links a.positive,
.cart_popup .links a.neutral {
	width: 122px;
}

.cart_popup .links a.positive {
	float: right;
}

/*	=> NAVIGATION											*/

#nav_main {
	margin: 0 auto;
	position: relative;
	background-color: #000000;
	height: 42px;
	padding: 7px 10px 5px 10px;
	width: 950px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

#nav_main ul {
	position: relative;
	margin: 0;
	padding: 0;
}

#nav_main ul li {
	float: left;
}

#nav_main ul li.La {
	background-color: #191919;
	background-image: url(../images/bg-gradient-nav.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-left: 7px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
}

#nav_main ul li.La:hover,
#nav_main ul li.La:active {
	background-color: #006f73;
	background-image: url(../images/bg-gradient-nav-current.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#nav_main ul li.La.current {
	background-color: #006f73;
	background-image: url(../images/bg-gradient-nav-current.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#nav_main ul li.La.special_offer a {
	background-image: url(../images/bg-gradient-nav-offers.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #000000;
}

#nav_main ul li.La.special_offer a:hover {
	background-color: #006f73;
	background-image: url(../images/bg-gradient-nav-current.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #FFFFFF;
}

#nav_main ul li.La.special_offer a:focus {
	background-color: #006f73;
	background-image: url(../images/bg-gradient-nav-current.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #FFFFFF;
}

#nav_main ul li.La.special_offer a span:before {
	content: url(../images/icon-nav-offers.png);
}

#nav_main ul li.La.special_offer a:hover span:before {
	content: url(../images/icon-nav-offers-over.png);
}

#nav_main ul li:first-child {
	margin-left: 0;
}

#nav_main ul li img {
	padding: 0 4px 0 0;
}

#nav_main ul li a {
	float: left;
	margin: 0;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 10px 7px 10px 7px;
	text-decoration: none;
}

#nav_main ul li.La.current a {
	background-color: transparent;
	background-image: url(../images/nav-active-marker.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#nav_main ul li:first-child a {
	display: block;
	border-left: 0;
}

#nav_main ul li.special_offer {
	float: right;
}

#nav_main ul li li:hover,
#nav_main ul li li:active {
	background-image: none;
}

#nav_main ul li a:hover,
#nav_main ul li a:active,
#nav_main ul li a:focus {
	text-decoration: none;
	background-image: url(../images/bg-gradient-nav-current.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

li.auto ul.Lb {
	left: -3000px;
	position: absolute !important;
	z-index: 10000000;
	width: 0;
}

li.right_edge {
	position: relative;
}

li.right_edge ul.Lb {
	right: 3000px;
	z-index: 10000000;
	position: absolute !important;
	width: auto;
	white-space: nowrap;
}

li.left_edge ul.Lb {
	left: -3000px;
	z-index: 10000000;
	position: absolute !important;
	width: auto;
	white-space: nowrap;
}

ul.Lb {
	background-color: #E2E2E2;
	background-image: url(../images/bg-gradient-exposed-nav.png);
	background-position: center top;
	background-repeat: repeat-x !important;
	border-left: 4px solid #AFB1B1;
	border-right: 4px solid #AFB1B1;
	border-bottom: 4px solid #AFB1B1;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-box-shadow: 0px 8px 15px #AFB1B1;
	-webkit-box-shadow: 0px 8px 15px #AFB1B1;
	box-shadow: 0px 8px 15px #AFB1B1;
	top: auto;
	margin-top: 3em !important;
}

li.Lb {
	border-left: 1px solid #CCCECF;
	padding: 0 5px 5px 0;
}

li.Lb:first-child {
	border-left: 0
}

#nav_main ul li li.Lb .nav-submenu-title {
	padding: 10px;
	display: block;
	color: #006F73;
	border: 0;
	text-shadow: none;
	font-size: 1.1em;
	font-weight: bold;
	background-image: none;
	text-transform: uppercase;
}

#nav_main ul li li.Lb a {
	padding: 10px;
	color: #007174;
	border: 0;
	text-shadow: none;
	font-size: 1.2em;
	font-weight: bold;
	background-image: none;
}

li.auto:hover ul.Lb,
li.auto a:focus + ul.Lb,
li.auto ul.dropdown-visible {
	left: auto;
	width: auto;
}

li.left_edge:hover ul.Lb,
li.left_edge  a:focus + ul.Lb,
li.left_edge  ul.dropdown-visible {
	left: auto;
	width: auto;
}

li.right_edge:hover ul.Lb,
li.right_edge a:focus + ul.Lb,
li.right_edge ul.dropdown-visible {
	right: 0;
	width: auto;
}

#nav_main li.right_edge ul.Lb li.Lb{
	float: none;
	display: inline-block;
	white-space: nowrap;
}

.left_col {
	clear: left;
}

ul.Lc {
	float: left;
	min-width: 140px;
}

#nav_main ul li.Lc.right_col {
	float: left;
}

li.Lc {
	clear: left;
}

#nav_main ul li li.Lb a:hover {
	color: #191919;
}

#nav_main ul li li.Lb li.Lc a {
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 1em;
	text-transform: none;
	color: #444444;
}

#nav_main ul li li.Lb li.Lc a:hover,
#nav_main ul li li.Lb li.Lc a:focus {
	text-decoration: underline;
	color: #007174;
}

/*	=> BREADCRUMB											*/
/*
#breadcrumb {
	margin: 0 auto;
}

.breadcrumb ul {
	overflow: auto;
	padding: 10px 0 10px 10px !important;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	float: left;
	padding: 0 2px 0 2px;
}

#breadcrumb ul li:first-child {
	float: left;
	padding: 0;
}

#breadcrumb ul li a {
	color: #999;
	font-size: 1.05em;
}

#breadcrumb ul li a:hover,
#breadcrumb ul li a:focus {
	color: #000;
}

#breadcrumb ul li a:hover,
#breadcrumb ul li a:active {
	text-decoration: none;
}

#breadcrumb ul li a:active {
	font-weight: bold;
}

#breadcrumb ul li.active a {
	color: #FFFFFF;
}

#breadcrumb ul li a.active {
	color: #FFFFFF;
}

#breadcrumb ul li.skip_category a,
#breadcrumb ul li.skip_category a:visited {

}

#breadcrumb ul li.skip_category {
	position: absolute;
	top: 10px;
	right: 10px;
}
*/

/*	=> CONTENT												*/

body.nocrumb #content {
	background-color: #FFFFFF;
}

#content {
	margin: 0 auto 10px auto;
	overflow: hidden;
	background-color: #FFFFFF;
	min-height: 600px;
	width: 950px;
	padding: 0 10px 10px 10px;
}

#content div.span-24 {
	margin: 0 auto 0 auto;
}

.nav_column .title_holder {
	position: relative;
	overflow: visible;
	margin-bottom: 10px;
}

.nav_column {
	border: 1px solid #C5C5C5;
	margin-bottom: 30px;
	width: 142px;
	margin-top: 10px;
}

.nav_column .title {
	position: absolute;
	max-width: 350px;
	top: -11px;
	left: 15px;
	margin-left: 7px;
	margin-right: 7px;
	right: 0;
	left: 0;
}

.nav_column .title-top img {
	float: right;
}

.nav_column .title-top {
	height: 11px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
}

.nav_column .title-top span {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}

.nav_column .title_holder h2 {
	background-image: url(../images/icon-arrow-title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #007174;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 2px 2px #474747;
	color: #FFFFFF;
	padding: 11px 20px 11px 20px;
	text-align: center;
	max-width: 292px;
}

.nav_column .item {
	padding: 0 6px 0 6px;
	border-bottom: 1px solid #D0D0D0;
}

.nav_column .item span.dropdown {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/button/bg-gradient.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #007174;
}

.nav_column .item span.dropdown:hover {
	background-color: #008389;
}

.nav_column .item .category span.dropdown .dropdown-img {
	text-indent: -9999px;
	text-transform: capitalize;
	background-image: url(../images/button-arrow-small.png);
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	height: 9px;
	width: 9px;
	margin: 6px 0 0 5px;
}

.nav_column .item .category .toggleArrow span.dropdown .dropdown-img {
	background-image: url(../images/button-arrow-small-right.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 5px 0 0 5px;
}

.nav_column .item .category {
	padding: 5px 0 5px 0;
	overflow: hidden;
	height:19px;
	line-height: 19px;
}

.nav_column .item .category h4 {
	display: inline;
	color: #007174;
	font-size: 1em;
}

.nav_column .item .category span.dropdown img {
	display: block;
	margin: 0 auto;
	padding: 7px 5px 7px 5px;
}

.nav_column .item ul {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

.nav_column .item .category span.dropdown {
	display: block;
	float: right;
	height: 19px;
	padding: 0;
	width: 19px;
}

.facetValues {
	font-size: 95%;
	line-height: 110%;
}

.facet_block-label input {
  margin: 0 5px 5px 0;
  border: 0;
  float: left;
}

span.facet-value-count {
	margin-left: 3px;
}

.nav_column .item ul.facet_block span.remove a {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icon-facet-bg-close.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color: transparent;
}

.facet_block-label {
	padding: 0;
	float: none;
	cursor: pointer;
}

.nav_column .item ul.indent li {
	padding: 0 0 6px 0;
}

.nav_column .item ul li {
	padding: 4px 0 4px 0;
}

.nav_column .item .more {
	margin-top: 5px;
	display: block;
}

.nav_column .item .more.non-js {
	margin-left: 0;
}

.nav_column .item li.nav_selected {
	font-weight: bold;
}

.nav_column .item ul.indent li.active {
	background-color: #007174;
}

.nav_column .item ul.indent li.active a {
	color: #FFFFFF;
	text-decoration: none;
}

.nav_column .item ul li a {
	text-decoration: underline;
}

.nav_column .item ul.facet_block span.remove {
	float: right;
	text-align: center;
	margin-top: 2px;
}

.nav_column .item ul.facet_block span.remove img {
	padding: 4px 0 3px 0;
}


.nav_column .item  .facetValues{
	margin: 0 0 10px 0;

}


/*	=> FOOTER												*/


.footer {
	margin: 0 auto;
	clear: both;
	padding: 10px 0
}




.footer-link-component {

	overflow: hidden;
	position: relative;

}

.footer-link-component a {
	text-decoration: underline;
}

.footer-link-component h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #777777;
	padding: 0 0 10px 0;
	margin: 0 0 3px 0;
}

.footer-link-component ul.Fa {
	padding: 20px 17px 28px 17px;
	overflow: hidden;
	margin: 0;
}

.footer-link-component ul.Fa li {
	float: left;
}

.footer-link-component ul.Fb {
	margin: 0;
	padding: 0 20px 0 20px;
}

.footer-link-component ul.Fb li {
	width: 100%;
	line-height: 2em;
}

.footer-link-component ul.Fc {
	float: left;
	min-width: 150px;
	padding: 0;
}

.footer-link-component ul.Fc li {
	clear: left;
}

.footer-link-component ul li a {
	color: #FFFFFF;
}

.footer-link-component ul li a:hover {
	color: #007174;
}

.footer-link-component ul li a:focus {
	color: #007174;
}

#copyright {
	color: #BBBBBB;
}

#copyright p {
	padding: 10px 0 0 0;
}

.faq-menulink {
	display: block;
}

.textpage a {
	text-decoration: underline;
}

.textpage h2 {
	margin: 1.2em 0 0.1em 0;
}

.textpage h3 {
	margin: 1em 0 0.1em 0;
}

.textpage-faqs ul li {
	list-style: disc;
}

/* ======================================================== */
/*	PRODUCTS												*/
/* ======================================================== */

/*	=> CATEGORY												*/

.prod_refine {
	padding: 10px 0 10px 0;
	overflow: hidden;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	margin-top: 10px;
}

.prod_refine ul {
	float: right;
	margin: 0;
	padding: 0;
}

.prod_refine ul li {
	float: left;
}

.prod_refine a {
	float: left;
	padding: 7px 10px 7px 10px;
	text-decoration: underline;
}

.prod_refine a.hidden {
	color: #DBDBDB;
	text-decoration: none;
}

.prod_refine p {
	float: left;
	margin: 0;
	padding: 7px 10px 7px 10px;
	color: #007174;
}

.prod_refine label {
	padding: 7px 10px 7px 10px;
	float: left;
}

.prod_cat {
	overflow: hidden;
	height: 248px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCCECF;
	margin-bottom: 10px;
}

.prod_cat h2 {
	font-size: 1.2em;
}

.prod_cat h2 a {
	min-height: 35px;
}

.prod_cat h2 a,
.prod_cat h2 a:visited {
	display: block;
	text-decoration: none;
	background-image: url(../images/icon-arrow-product-category.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #D0D0D0;
	color: #000000;
	padding: 5px 25px 5px 10px;
}

.prod_cat h2 a:hover {
	text-decoration: none;
	background-image: url(../images/icon-arrow-product-category_s.png);
	background-color: #007174;
	color: #FFFFFF;
}

.prod_cat:hover {
	border: 1px solid #007174;
}

.prod_cat h2 a:active {
	text-decoration: none;
}

.prod_cat a:hover {
	text-decoration: none;
}

.prod_cat .thumb {
	margin: 0;
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	text-align: center;
}

.prod_cat .thumb a {
	display: block;
}

.prod_cat p {
	margin: 0;
	color: #007174;
}

.prod_cat .price {
	padding: 0 0 0 10px;
	display: none;
}

.prod_cat .details {
	float: left;
	padding: 7px 10px 7px 10px;
	min-height: 36px;
}

.prod_cat .thumb img {
	padding: 10px;
}

.results {
	padding: 20px 0 20px 0;
}

.searchSpellingSuggestionPrompt a {
	text-decoration: underline;
}

.results h1 {
	color: #007174;
	font-size: 1.6em;
	font-weight: bold;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	color: #007174;
}

/*	=> TEASER												*/

.scroller.lightbox {
	position: relative;
	overflow: visible;
	margin-bottom: 0;
}

.scroller.lightbox .scoller_content {
	overflow: hidden;
}

.scroller.lightbox ul {
	margin: 0 auto;
	width: 98px;
	padding: 0;
	overflow: auto;
}

.scroller.lightbox ul li span {
	display: block;
	width: 96px;
	height: 96px;
	margin-bottom: 10px;
	margin-top: 7px;
	text-align: center;
	border: 1px solid #CCCECF;
	background-color: #FFFFFF;
}

.scroller.lightbox ul li span img {
	padding: 5px 0 0 0;
}

.scroller.lightbox ul li p {
	margin: 0 0 7px 0;
	clear: both;
}

.scroller.lightbox ul li:first-child {
	margin-top: 12px;
}
.scroller.lightbox ul li h3 {
	font-size: 1.0em;
	font-weight: bold;
}

.scroller.lightbox .next,
.scroller.lightbox .previous {
	width: 121px;
	height: 30px;
	margin: 0 auto;
}

.scroller.lightbox .next a,
.scroller.lightbox .previous a {
	display: block;
	height: 30px;
	width: 100%;
	margin: 0 auto;
}

.scroller.lightbox .title_holder {
	max-width: 350px;
	top: -11px;
	left: 15px;
	margin-left: 7px;
	margin-right: 7px;
	right: 0;
	left: 0;
	position: relative;
	overflow: visible;
}

.scroller.lightbox .title-top img {
	float: right;
}

.scroller.lightbox .title_holder h2 {
	margin: 0 16px 0 16px;
	padding: 0 20px 10px 20px;
	text-align: center;
	max-width: 292px;
}

.scroller.lightbox .next {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

.scroller.lightbox .previous {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: transparent;
}

.scroller.lightbox .next a {
	background-image: url(../images/icon-arrow-down-scroller.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

.scroller.lightbox .next a:hover,
.scroller.lightbox .next a:active {
	background-image: url(../images/icon-arrow-down-scroller_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

.scroller.lightbox .previous a {
	background-image: url(../images/icon-arrow-up-scroller.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

.scroller.lightbox .previous a:hover,
.scroller.lightbox .previous a:active {
	background-image: url(../images/icon-arrow-up-scroller_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

.scroller.lightbox .title-top {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
}

.scroller.lightboxs .title_holder h2 {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #2E2C2E;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 2px 2px #474747;
	color: #FFFFFF;
}

.jcarousel-skin .alt .jcarousel-item {
	height: 103px;
	width: 98px;
}

.item_container_holder {
	border: 1px solid #2E2C2E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 7px;
	margin-bottom: 10px;
}

.item_container {
	padding: 0 10px;
}

.item_container_holder {
	margin-top: 7px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.item_container_holder .title {
	z-index: 0;
	position: absolute;
	max-width: 250px;
	top: -7px;
	left: 15px;
	margin-left: 7px;
	margin-right: 7px;
	right: 0;
	left: 0;
}

.item_container_holder .title-top {
	overflow: auto;
	height: 7px;
}

.item_container_holder {
	border: 1px solid #2E2C2E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 7px;
	margin-bottom: 10px;
}

.item_container {
	padding: 0 10px;
}

.item_container_holder {
	margin-top: 7px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.item_container_holder .title {
	z-index: 0;
	position: absolute;
	max-width: 250px;
	top: -7px;
	left: 15px;
	margin-left: 7px;
	margin-right: 7px;
	right: 0;
	left: 0;
}

.item_container_holder .title-top {
	overflow: auto;
	height: 7px;
}

.scroller.positive .title-top,
.item_container_holder.positive .title-top {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
}

.scroller.positive .title_holder h2,
.item_container_holder.positive .title_holder h2 {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fff;
	border-bottom: 1px dashed #EA8EC1;
	text-shadow: none;
	color: #333;
	font-size: 1.1em;
}

.scroller.positive .title-top span,
.item_container_holder.positive .title-top span {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}

.scroller,
.item_container {
	margin-bottom: 10px;
	overflow: hidden; /* needs to be overflow to fix IE7 */
}

.scroller {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/bg-tile-scroller.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-color: transparent;
}

.scroller ul li p {
	margin: 0 0 7px 0;
}

.scroller .title {
	position: absolute;
	max-width: 250px;
	top: -11px;
	left: 15px;
	margin-left: 7px;
	margin-right: 7px;
	right: 0;
	left: 0;
}

.scroller .title-top {
	overflow: auto;
	height: 11px;
}

.scroller .title_holder,
.item_container_holder .title_holder {
	position: relative;
	overflow: visible;
	margin-bottom: 20px;
}

.scroller .title-top img,
.item_container_holder .title-top img {
	float: right;
}

.scroller .title_holder {
	margin-bottom: 0;
}

.scroller .next {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	height: 20px;
}

.scroller .previous {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: transparent;
}

.scroller ul li h3 {
	margin-bottom: 0;
	font-size: 1.0em;
	line-height: 1em;
	font-weight: bold;
}

.scroller ul li a:hover h3 {
	color: #007174;
}

.scroller .title-top,
.item_container_holder .title-top {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
}

.scroller .title_holder h1,
.item_container_holder .title_holder h1,
.scroller .title_holder h2,
.item_container_holder .title_holder h2 {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #2E2C2E;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: 0 2px 2px #474747;
	color: #FFFFFF;
	padding: 12px;
}

.span-4 .scroller .title_holder h1,
.span-4 .item_container_holder .title_holder h1,
.span-4 .scroller .title_holder h2,
.span-4 .item_container_holder .title_holder h2 {
	text-align: center;
}

.scroller .title_holder h1,
.scroller .title_holder h2 {
	max-width: 100%; /* max width set to full for scrollers in order to take advantage of full horizontal width available */
}

.scroller .title-top,
.item_container_holder .title-top {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
}

.scroller ul li span {
	display: block;
	border: 1px solid #CCCECF;
	background-color: #FFFFFF;
	width: 96px;
	height: 96px;
	margin-bottom: 5px;
	margin-top: 0;
	text-align: center;
}

.scroller .title-top span,
.item_container_holder .title-top span {
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}

.scroller .title-top span,
.nav_column .title-top span,
.item_container_holder .title-top span {
	float: right;
	height: 11px;
	width: 10px;
	overflow: hidden;
}

.scroller .title-top span,
.nav_column .title-top span {
	height: 11px;
}

.item_container_holder .title-top span {
	height: 7px;
}



.scroller.alternate_images {
	background-color: #FFFFFF;
	border: 2px solid #666666;
	background-image: none;
}

.scroller.alternate_images .jcarousel-skin .jcarousel-container-vertical {
	padding: 40px 20px 40px 20px;
}

.scroller.modal {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #666666;
}

.jcarousel-skin .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin .jcarousel-clip {
	overflow: hidden;
}

.jcarousel-skin .jcarousel-clip-horizontal {
	height: 150px;
}

.jcarousel-skin .jcarousel-item-placeholder {
	background-color: #FFFFFF;
	color: #000000;
}

.jcarousel-skin .jcarousel-clip-vertical {
	width: 98px;
	height: 430px;
	margin:0 auto;
}

.jcarousel-skin .jcarousel-item {
	width: 98px;
}

.jcarousel-skin .jcarousel-item a {
	display: block;
}

.jcarousel-skin .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 45px;
}

.jcarousel-skin .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}

.jcarousel-skin .jcarousel-item-vertical {
	margin-bottom: 5px;
}

#productDetailUpdateable {
	margin-bottom: 7px;
	position:relative;
}

#productDetailUpdateable .jcarousel-skin .jcarousel-clip-vertical {
	height: 320px;
}

#productDetailUpdateable > .span-4 {
	width: 110px;
}

#productDetailUpdateable > .span-8.last {
	width: 350px;
}

.jcarousel-skin .jcarousel-item {
	margin-right: 30px;
}

.jcarousel-skin .jcarousel-container-horizontal {
	padding: 0 40px 0 40px;
	width: auto;
}

.jcarousel-skin .jcarousel-container-vertical {
	padding: 40px 6px;
}

.jcarousel-skin .jcarousel-next-horizontal {
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/icon-scroller-next-horizontal.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0;
	right: 5px;
	width: 32px;
	height: 121px;
}

.jcarousel-skin .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(../images/icon-scroller-prev-horizontal.png);
}

.jcarousel-skin .jcarousel-next-horizontal:active {
	background-position: -64px top;
}

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px top;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
	background-position: -32px top;
}

.jcarousel-skin .jcarousel-prev-horizontal {
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/icon-scroller-prev-horizontal.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 5px;
	width: 32px;
	height: 121px;
}

.jcarousel-skin .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(../images/icon-scroller-next-horizontal.png);
}
.jcarousel-skin .jcarousel-prev-horizontal:hover {
	background-position: -32px top;
}

.jcarousel-skin .jcarousel-prev-horizontal:active {
	background-position: -64px top;
}

.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px top;
}

.jcarousel-skin .jcarousel-next-vertical {
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/icon-scroller-next-vertical.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	position: absolute;
	bottom: 5px;
	left: 11px;
	width: 121px;
	height: 32px;
}

.jcarousel-skin .jcarousel-next-vertical:hover {
	background-position: left -32px;
}

.jcarousel-skin .jcarousel-next-vertical:active {
	background-position: left -64px;
}

.jcarousel-skin .jcarousel-next-disabled-vertical,
.jcarousel-skin .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin .jcarousel-next-disabled-vertical:active {
	cursor: default;
	background-position: left -96px;
}

.jcarousel-skin .jcarousel-prev-vertical {
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/icon-scroller-prev-vertical.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 5px;
	left: 14px;
	width: 121px;
	height: 32px;
}

#productDetailUpdateable .jcarousel-skin .jcarousel-prev-vertical {
	left: -4px;
}

#productDetailUpdateable .jcarousel-skin .jcarousel-next-vertical {
	left: -4px;
}

.jcarousel-skin .jcarousel-prev-vertical:hover {
	background-position: left -32px;
}

.jcarousel-skin .jcarousel-prev-vertical:active {
	background-position: left -64px;
}

.jcarousel-skin .jcarousel-prev-disabled-vertical,
.jcarousel-skin .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin .jcarousel-prev-disabled-vertical:active {
	cursor: default;
	background-position: left -96px;
}


/*

.prod_list {
	overflow: hidden;
	padding: 10px 0 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCECF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
}

.prod_list .thumb {
	text-align: center;
	margin: 0;
	width: 130px;
	float: left;
}

.prod_list .details {
	width: 330px;
	float: left;
}

.prod_list .thumb img {
	padding: 5px 0 0 0;
}

.prod_list .thumb img.promo {
	position: relative;
	bottom: 45px;
	right: -30px;
	margin: 0;
}

.prod_list h3 {
	padding: 0 0 50px 0;
	margin: 0;
}

.prod_list h2,.prod_list .price {
	color: #007174;
	text-transform: uppercase;
	font-size: 1.6em;
}

.prod_list .price {
	display: block;
}

p.stocked {
	float: right;
	padding: 0 0 0 25px;
	text-align: left;
}

.prod_list .cart {
	padding: 0 5px 0 0;
	float: right;
	width: 160px;
	text-align: right;
}

.prod_list .cart p {
	color: #007174;
}


.prod_list .icon-cart{
	display:none;

}

.prod_list .stars.large{
	float:none;
	margin: 0 auto;

}

.prod_list .stars.large,
.prod_list .stars.large span{
	background-position: left -5px;
}


.prod_list .details dl {
    margin: 0;
}

.prod_list .details dl dd {
    margin: 0;
}
.prod_list .details dl dt {
    color: #444444;
    float: none;
    margin: 10px 0 0;
}
.prod_list .details dl dd strong {
    color: #007174;
    display: inline;
}

.prod_list .details p {
    margin:0;
}

.prod_list .details h2 {
    margin:0 0 7px 0;
}


.prod_list  .collect_from_store {
    margin:0;
}


.prod_list .listProductLowStock{
    margin:0;
}

.prod_list .price {
	 margin:0;
}


.prod_list .add_to_cart_form {
	 margin:10px 0 0 0;
}*/




/* prod_list  */

.prod_list {
	overflow: hidden;
	padding: 10px 0 0 0;
	border: 1px solid #CCCECF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	min-height: 130px;
}






/*****   prod_list link ******/

.prod_list a.productMainLink{
	display: block;
	width:450px;
}


/*****   prod_list thumb ******/


.prod_list .thumb {
	position: absolute;
	top:0px;
	text-align: center;
	margin: 0;
	float: left;
	width: 130px;
	display: block;
}


.prod_list .thumb img {
	padding: 0;
	margin: 0;
}

.prod_list .thumb img.promo {
	position: relative;
	bottom: 45px;
	right: -30px;
	margin: 0;
}

.prod_list span.stars.large {
	width: 115px;
	margin: 4px 0 6px 9px;
}



/*****   prod_list details ******/




.prod_list .details {
	float: left;
	width: 328px;
	display: block;
	margin-left:130px;
}



.prod_list .details  h2 {
	text-decoration: underline;
}




.prod_list .details p {
	margin-bottom: 8px;
}

.prod_list .details dl {
	padding: 0;
	margin: 0 0 10px;
}

.prod_list .details dl dd {
	margin: 0;
}

.prod_list .details dl dt {
	color: #444444;
	float: none;
	margin: 10px 0 0 0;
}

.prod_list .details dl dd strong {
	color: #007174;
}


.prod_list h3 {
	padding-bottom: 50px;
	margin: 0;
}



/*****   prod_list cart  ******/


.prod_list .cart {
	padding: 10px 5px 0 0;
	width: 160px;
	text-align: right;
	background-image: url(../images/bg-gradient-prod-list.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	top:0;
	right:0;

}

.prod_list h2,.prod_list .price {
	color: #2c3a55;
	text-transform: uppercase;
	font-size: 1.6em;
	margin-bottom: 3px;
}

.prod_list .cart p {
    color: #007174;
}

.prod_list  .collect_from_store ,
.prod_list .listProductLowStock,
.prod_list .price {
	 margin:0;
}

/*****   prod_list stock status  ******/


p.stocked {
	float: right;
	padding: 0 0 0 25px;
	text-align: left;
}

.prod_list .listProductLowStock {
	font-size: 11px;
	color: #E88A04;
}

.prod_list .listProductOutOfStock {
	color: #bc0000;
}

/*****   prod_list buttons  ******/

.prod_list .cart button.positive {
	margin-top: 5px;
}

.prod_list .cart button.out-of-stock {
	background-color: #909291;
	background-image: url(../images/button/gradient-button-form.png);
	border: 1px solid #666666;
}

.prod_list .icon-cart {
    display: none;
}

/* end prod_list*/








/* prod grind */



.productgridcontainer .cms_disp-img_slot .thumb img {
	width: 790px;
}


.prod_grid {
	overflow: hidden;
	padding: 30px 0 0 0;
	min-height: 282px;
	border-bottom: 1px solid #CCCECF;
}



/*****   prod_grid link ******/

.prod_grid .productMainLink{
	display: block;
}

.prod_grid a.productMainLink:hover .thumb,
.prod_grid a.productMainLink:active .thumb,
.prod_grid a.productMainLink:focus .thumb {
	border:1px solid #007174;
}

.prod_grid a.productMainLink:hover .thumb img,
.prod_grid a.productMainLink:active .thumb img,
.prod_grid a.productMainLink:focus .thumb img {
	border:0;
	outline: 0;
}

.prod_grid a.productMainLink:hover .details,
.prod_grid a.productMainLink:active .details,
.prod_grid a.productMainLink:focus .details {
	text-decoration: underline;
}


/*****   prod_grid thumb ******/


.prod_grid .thumb {
	text-align: center;
	margin: 0;
	height: 148px;
	width: 148px;
	border: 1px solid #CCCECF;
	display: block;
}


.prod_grid .thumb img.promo {
	position: relative;
	bottom: 45px;
	right: -30px;
}

.prod_grid .thumb img {
	padding: 10px;
}



/*****   prod_grid details ******/


.prod_grid .details {
	height: 60px;
	display: block;
	margin: 0;
	color: #007174;
	line-height: 1.2em;
	padding-top:7px;
}



/*****   prod_grid cart  ******/

.prod_grid .cart {
	clear: both;
	margin: 10px 10px 0 0;
}

.prod_grid .cart .price_container {
	float:left;
	color: #007174;
	line-height: 120%;
	width: 90px;
}

.prod_grid .cart .price_container  p {
	margin:0;
	}

/*****   prod_grid stock status  ******/

.prod_grid .listProductLowStock {
	font-size: 11px;
	color: #BB5A07;
}

.prod_grid .listProductOutOfStock {
	color: #BC0000;
}

/*****   prod_grid buttons  ******/


.prod_grid .cart button {
	float: right;
	margin-bottom: 0;
	height: 29px;
	padding: 0 4px 0 4px;
	color:transparent;
	text-shadow: none;
	background-color: #EEEEEE;
	background-image: none;
	border: 1px solid #CCCCCC;
}

.prod_grid .cart button:hover {
	background-color: #DDDDDD;
	border: 1px solid #BBBBBB;
}

.prod_grid .cart button.out-of-stock:hover {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}


.prod_grid .cart button .icon-cart{
	margin:0;
}

.prod_grid .cart .click_pickupInStore_Button {
	background: transparent none;
	border: none;
	height: auto;
	margin: 5px -3px 0 0;
	padding: 0;
	color: #000;
	text-shadow: none;
	text-decoration: underline;
	font-size: 0.9em;
}

.prod_grid .cart .click_pickupInStore_Button:hover {
	background: transparent none;
	border: none;
	color: #B70062;
}


.prod_grid  .collect_from_store {
	 margin:0;
	 clear:both;
	 padding:0;
}


/* end prod grind*/















































.zoom_lightbox {
	margin: 10px;
	overflow: hidden;
}

.xl_image {
	text-align: center;
}

#cboxClose {
	background-image: url(../images/colorbox/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	right: 10px;
	top: 10px;
}

#cboxClose.hover,#cboxClose:focus {
	background-image: url(../images/colorbox/close_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

#colorbox {
}

#cboxOverlay {
	background: transparent url('../images/overlay-background.png') repeat 0 0;
}

#cboxContent {
	padding: 10px 20px;
}

#cboxContent h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.250em;
	color: #000000;
	padding-bottom: 10px;
}

#cboxContent p {
	font-size: 0.813em;
	padding-bottom: 10px;
}

#cboxContent p a,
#cboxContent p a:visited{
	color: #3d3d3d;
}

#cboxContent p a:hover,
#cboxContent p a:active,
#cboxContent p a:focus {
	color: #000;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
	height: 0;
	width: 0;
	background-image: none;
}

#cboxLoadedContent {
	margin-bottom: 0;
}

#galleriffic_slider div.content {
	display: none;
	float: right;
	width: 550px;
}

#galleriffic_slider div.controls {
	margin-top: 5px;
	height: 23px;
}

#galleriffic_slider div.controls a {
	padding: 5px;
}

#galleriffic_slider div.ss-controls {
	float: left;
}

#galleriffic_slider div.nav-controls {
	float: right;
}

#galleriffic_slider div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}

#galleriffic_slider div.content a,
div.navigation a {
	text-decoration: none;
	color: #777777;
}

#galleriffic_slider div.content a:focus,
div.content a:hover,
div.content a:active {
	text-decoration: none;
}

#galleriffic_slider div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	background-image: url(loader.gif);
}

#galleriffic_slider div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#galleriffic_slider div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

#galleriffic_slider div.slideshow a.advance-link:hover, 
div.slideshow a.advance-link:active, 
div.slideshow a.advance-link:visited {
	text-decoration: none;
}

#galleriffic_slider div.slideshow img {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}

#galleriffic_slider div.download {
	float: right;
}

#galleriffic_slider span.image-caption {
	display: block;
	position: absolute;
}

#galleriffic_slider div.caption {
	padding: 12px;
	background-color: #000000;
	color: #CCCCCC;
}

#galleriffic_slider div.image-desc {
	line-height: 1.3em;
	padding: 12px 0 0 0;
}

#galleriffic_slider ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

#galleriffic_slider ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#galleriffic_slider a.thumb {
	padding: 0;
	display: inline;
	border: none;
}

#galleriffic_slider ul.thumbs img {
	border: none;
	display: block;
}

#galleriffic_slider div.pagination {
	clear: both;
}

#galleriffic_slider div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}

#galleriffic_slider div.navigation div.bottom {
	margin-top: 12px;
}

#galleriffic_slider div.pagination a, 
div.pagination span.current, 
div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}

#galleriffic_slider div.caption a {
	color: #FFFFFF;
}

#galleriffic_slider div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

#galleriffic_slider ul.thumbs li.selected a.thumb {
	color: #000000;
	font-weight: bold;
}

#galleriffic_slider a.thumb:focus {
	
}

#galleriffic_slider div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
	border: 1px solid #CCCCCC;
}

#galleriffic_slider div.pagination a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

#galleriffic_slider div.pagination span.current {
	font-weight: bold;
	background-color: #000000;
	border-color: #000000;
	color: #FFFFFF;
}

#galleriffic_slider div.pagination span.ellipsis {
	padding: 5px 0 3px 2px;
	border: none;
}

#galleriffic_slider #captionToggle a {
	float: right;
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
	background-image: url(caption.png);
}

.thumbnail_detail .disp-img,
a.thumbnail_detail .disp-img:visited {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 4px;
	margin-bottom: 10px;
	min-height: 96px;
	cursor: pointer;
}

.thumbnail_detail .disp-img .thumb {
	float: left;
}

.thumbnail_detail .disp-img .title h2,
.thumbnail_detail .disp-img .details p {
	margin: 0;
}

body.language-ja .thumbnail_detail .disp-img .details p { font-size: 1.1em; }
body.language-zh .thumbnail_detail .disp-img .details p { font-size: 1.1em; }

.thumbnail_detail .disp-img .details {
	float: left;
	padding: 0 0 0 14px;
	width: 90px;
	line-height: 1.0em;
	font-size: 0.9em;
}

.thumbnail_detail .disp-img .title {
	float: right;
	width: 50%;
}

.thumbnail_detail .disp-img,.thumbnail_detail .simple_disp-img {
	background-image: url(../images/bg-gradient-category-tile.png);
	background-repeat: repeat-y;
	background-position: right center;
	border: 1px solid #B1B3B4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.thumbnail_detail .disp-img:hover,
.thumbnail_detail .disp-img:active,
.thumbnail_detail .simple_disp-img:hover,
.thumbnail_detail .simple_disp-img:active {
	background-image: url(../images/bg-gradient-category-tile_h.png);
	background-repeat: repeat-y;
	background-position: right center;
	text-decoration: none;
	border-color: #007174;
}

.thumbnail_detail .disp-img .title h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin-bottom: 3px;
	border-bottom: 1px solid #000000;
}

.thumbnail_detail .disp-img .title strong {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin-bottom: 3px;
	border-bottom: 1px solid #000000;
	display: block;
}

.thumbnail_detail .disp-img .title h2 a {
	color: #000000;
}

.thumbnail_detail .disp-img .title h2 a:hover {
	text-decoration: none;
	color: #000000;
}

.thumbnail_detail .disp-img a:hover h2,
.thumbnail_detail .simple_disp-img a:hover h2 {
	color: #007174;
}

.thumbnail_detail .disp-img .details p a {
	color: #000000;
	line-height: normal;
}

.thumbnail_detail .disp-img .details p a:hover {
	color: #007174;
	text-decoration: none;
}

.thumbnail_detail .disp-img .action {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 23px;
	background-color: #B1B3B4;
}

.thumbnail_detail .disp-img .action img {
	padding: 5px;
}

.thumbnail_detail .disp-img:hover .action {
	background-image: url(../images/category-tile-action-mask_h.png);
	background-color: #007174;
}

.small_detail .disp-img,
.small_detail .simple_disp-img {
	overflow: hidden;
	position: relative;
	height: 230px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCCECF;
	margin-bottom: 10px;
}

.small_detail .disp-img:hover,
.small_detail .disp-img:active,
.small_detail .simple_disp-img:hover,
.small_detail .simple_disp-img:active {
	text-decoration: none;
	border-color: #007174;
}

.small_detail .disp-img .title {
	position: absolute;
	top: 0;
	left: 0;
	/*margin: 5px;*/
	/*background-color: #444444;*/
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	height: 32px;
	/*min-width: 218px;*/
	background-color: rgba(0, 112, 117, 0.7);
	color: #FFFFFF;
    display: block;
    
    margin: 0;
    padding: 6px 10px 10px;
    text-shadow: none;
    display:block;
    width:100%;
}


.small_detail .disp-img .title strong {
    /*color: #FFFFFF;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 2px 5px;
      **/
    
}

.small_detail .disp-img h2 a,
.small_detail .disp-img h2 a:visited {
	display: block;
	padding: 3px 10px 3px 10px;
}

.small_detail .disp-img .thumb {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.small_detail .disp-img .details {
    float: left;
    line-height: 130%;
    padding: 3px 30px 3px 10px;
}

.small_detail .disp-img .thumb img {
	padding: 0;
	vertical-align: top;
}

.small_detail .disp-img p {
	margin: 0;
}

.small_detail .disp-img:hover .title {
	background-color: #007174;

}

.small_detail .disp-img .title h2 {
	font-size: 1.2em;
	margin: 0;
	color: #FFFFFF;
}

.small_detail .disp-img .title h2 a,
.small_detail .disp-img .title h2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.small_detail .disp-img:hover .title h2 a,
.small_detail .disp-img:active .title h2 a {
	color: #FFFFFF;
}

.small_detail .disp-img h2 a:active {
	text-decoration: none;
}

.small_detail .disp-img p a {
	color: #444444;
}

.small_detail .disp-img p a:hover {
	color: #007174;
	text-decoration: none;
}

.small_detail .disp-img .action {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 27px;
	height: 30px;
	background-color: #B1B3B4;
}

.small_detail .disp-img .action img {
	padding: 10px;
}

.small_detail .disp-img:hover .action {
	background-color: #007174;
}
/*
.slider_component {
	border: 1px solid #B1B3B4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}*/

#homepage_slider .svw {
	width: 50px;
	height: 20px;
	background-color: #FFFFFF;
}

.svw ul {
	position: relative;
	left: -999em;
}

#homepage_slider.stripViewer {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-bottom: 5px solid #FFFFFF;
}

#homepage_slider.stripViewer ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}

#homepage_slider.stripViewer ul li {
	float: left;
}

#homepage_slider .tooltip {
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
	border: 5px solid #DEDEDE;
}

.stripTransmitter {
	overflow: auto;
	padding: 0 15px 7px 15px;
	background-color: #2E2C2E;
	width: 439px !important;
}

.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}

.stripTransmitter ul li {
	width: 30px;
	float: left;
	margin: 0 1px 1px 0;
}

.stripTransmitter a {
	line-height: 22px;
	display: block;
	padding: 15px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
}

.stripTransmitter a:hover,a.current {
	font-weight: bold;
	font-size: 1.6em;
}

.stripTransmitter a.current {
	background-image: url(../images/icon-slider-arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

.tooltip {
	padding: 0.5em;
	background-color: #ffffff;
	color: #000000;
	border: 5px solid #E1B8E9;
}

#quickview_lightbox .prod_image {
	float: left;
}

#quickview_lightbox .prod {
	width: 350px;
	float: left;
}

#quickview_lightbox .prod button {
}

#quickview_lightbox input.qty {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
	text-align: center;
	width: 37px;
	height: 36px;
}

#quickview_lightbox {
	width: 681px;
	margin: 30px auto 10px auto;
	overflow: hidden;
}

/*	=> DETAIL												*/

.prod_image_main {
	min-height: 376px;
	overflow: visible;
	position: relative;

	text-align: center;
	padding: 10px;
	margin-bottom: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #666666;
}

.prod_image_main #imageLink img {
	width: 284px;
}

.prod_image_main span.details {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	background-image: url(../images/icon-magnify.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

#productDetailUpdateable .productDescription h1 {
	margin-bottom: 5px;
	color: #007174;
	font-size: 1.7em;
}

.productDescription h2 {
	color: #000000;
	margin-bottom: 12px;
}

.productDescription .big-price {
	color: #000000;
	margin-bottom: 12px;
	font-size: 2em;
	line-height: 1.2;
}

.prod_review {
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #DDDDDD;
}

.prod_review a {
	font-size: 1em;
	text-decoration: underline;
}

.productDescription .bundle h3 {
	margin-bottom: 3px;
	color: #007174;
	font-size: 1.0em;
	font-weight: bold;
}

.prod .bundle p {
	color: #007174;
}

.prod_add_to_cart label {
	float: left;
	width: 58px;
	padding: 3px 0 0 0;
}

.prod_add_to_cart form button {
	clear:both;
	float: right;
	margin-top: 10px;
	min-width: 115px;
}

.prod_add_to_cart input.qty {
	float: left;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999999;
	text-align: center;
	height: 24px;
}

.addthis_button {
	display: block;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

.featureClass td {
	width: 60%;
}

.featureClass td.attrib {
	width: 40%;
}

.quickview_lightbox-goto-product {
	margin: 20px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #EEEEEE;
}

.quickview_lightbox-goto-product a {
	text-decoration: underline;
	font-size: 1em;
}

#colorbox.long_desc {
	border: 5px solid #007174;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.long_desc_modal_content {
	margin: 20px 40px 20px 20px;
}

#colorbox.long_desc #cboxClose {
	background-image: url(../images/colorbox/long_desc_close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	right: 20px;
	top: 10px;
}

#colorbox.long_desc #cboxClose.hover {
	background-image: url(../images/colorbox/long_desc_close_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

#colorbox .item_container_holder {
	margin: 0;
	border: none;
}

.prod_comp {
	overflow: hidden;
}

.remove_all {
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 0 10px;
}

.remove_all a {
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}

.remove_all a:hover {
	text-decoration: underline;
}

.remove_all a span {
	background-image: url(../images/icon_prod_comp_close.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	padding: 0 0 0 5px;
	margin-top: 2px;
}

.remove_all a:hover span {
	background-image: url(../images/icon_prod_comp_close_h.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.prod_comp_tile {
	overflow: hidden;
	width: 128px;
	position: relative;
	float: left;
}

.prod_comp_tile .thumb {
	text-align: center;
	margin: 0;
	float: left;
	height: 114px;
	width: 114px;
	border: 1px solid #CCCECF;
	background-color: #FFFFFF;
}

.prod_comp_tile:hover .thumb {
	border: 1px solid #007174;
}

.prod_comp_tile .thumb a {
	display: block;
}

.prod_comp_tile button.large {
	margin-bottom: 0;
}

.prod_comp_tile .details {
	float: left;
	padding: 7px 0 0 0;
	min-height: 36px;
	width: 116px;
}

.prod_comp_tile .thumb img {
	padding: 10px;
}

.prod_comp_tile .thumb img:hover {
	
}

.prod_comp_tile .cart {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}

.prod_comp_tile p {
	margin: 0;
}

.prod_comp_tile .cart button {
	float: left;
}

.prod_comp_tile .price {
	float: left;
}

.prod_comp_tile .cart button {
	margin-right: 10px;
}

.prod_comp_tile p {
	
}

.prod_comp_tile .cart p {
	color: #892097;
}

.prod_comp_tile .stocked {
	margin-top: 20px;
	margin-bottom: 10px;
}

.prod_comp_tile .close {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	right: 0;
	background-image: url(../images/icon_prod_comp_close.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.prod_comp_tile .close:hover {
	background-image: url(../images/icon_prod_comp_close_h.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.prod_attributes {
	margin-top: 20px;
}

table#product_comparision h2 {
	color: #007174;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 10px;
}

table#product_comparision tr th:first-child,
table#prod_attributes tr td:first-child {
	width: 145px;
	padding: 0;
}

table#product_comparision tr th,
table#prod_attributes tr td {
	width: 159px;
	padding: 0;
}

table#prod_attributes {
	border-bottom: 1px solid #007174;
	margin-bottom: 0;
}

table#prod_attributes tr td {
	border-left: 1px solid #007174;
	border-top: 0 none;
}

table#prod_attributes tr th {
	border-left: 0 none;
	color: #007174;
	font-weight: bold;
}

table#prod_attributes tr td:first-child p,
table#prod_attributes tr td:first-child ul {
	padding: 0 0 0 10px;
}

table#prod_attributes tr:nth-child(even) {
	background-color: #C8E2DC;
}

table#prod_attributes tr:nth-child(odd) {
	background-color: #FFFFFF;
}

table#prod_attributes tr:nth-child(odd):first-child {
	background-color: transparent;
}

table#prod_attributes tr:first-child th {
	border-bottom: 1px solid #007174;
}

.item_container_holder.comparison_holder .item_container {
	padding: 0;
}

.item_container_holder.comparison_holder {
	border: 4px solid #2E2C2E;
}

.item_container_holder.comparison_holder .title_holder h2 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.item_container_holder.comparison_holder .title-top {
	height: 11px;
}

.item_container_holder.comparison_holder .title-top span {
	height: 11px;
}

.item_container_holder.comparison_holder .title {
	top: -11px;
}

table#product_comparision tr td {
	border: 0;
	padding: 0 0 0 10px;
}

table#product_comparision tr td:first-child {
	padding: 0;
}

table#product_comparision tr td table#prod_attributes tr td {
	border-left: 1px solid #007174;
}

table#product_comparision tr td table#prod_attributes tr th {
	border-left: 0;
	padding: 0 0 0 10px;
}

table#prod_attributes ul {
	margin: 0;
}

.comparison_holder_modal {
	margin: 20px;
}

.compare {
	background-color: #CCCECF;
}

.compare .item_container {
	margin-bottom: 0;
}

.comp_info {
	background-image: url(../images/bg-gradient-comparison-info.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #454545;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 12px 12px 12px;
	margin: 0 15px;
	overflow: auto;
}

.comp_info p {
	color: #FFFFFF;
	float: left;
	margin: 0;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.comp_info span {
	background-image: url(../images/icon-info.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	margin-bottom: 10px;
	float: left;
	width: 16px;
	height: 16px;
}

.comp_tile_holder {
	background-color: #E2E2E2;
	float: left;
	padding: 0 0 0 30px;
	position: relative;
	height: 215px;
}

.comp_tile_holder .prod_comp_tile {
	width: 155px;
	width: 148px;
}

.comp_tile_holder .prod_comp_tile .close {
	right: 20px;
}

.comp_tile_holder button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin-bottom: 0;
}

/*	=> TABS													*/

.prod_review p.prod_review-info {
	margin: 8px 10px 0 0;
	font-size: 1em;
	padding: 0;
	clear: left;
	float: left;
}

.prod_review {
	overflow: hidden;
	margin: 20px 0;
}

.prod_review ul {
	margin: 0;
	padding: 0;
	clear: both;
}

.prod_review ul li {
	float: left;
	padding: 0 5px 0 5px;
}

.prod_review ul li:first-child {
	padding: 0;
	border-right: 0;
}

.prod_review p {
	float: left;
	padding: 4px 0 0 15px;
	margin: 4px 0 0 0;
	color: #007174;
	font-size: 1em;
}

#tab-reviews a {
	text-decoration: underline;
}

.prod_review {
	overflow: hidden;
	margin: 20px 0;
}

.prod_review ul {
	margin: 0;
	padding: 0;
	clear: both;
}

.prod_review ul li {
	float: left;
	padding: 0 5px 0 5px;
}

.prod_review ul li:first-child {
	padding: 0;
	border-right: 0;
}

.prod_review p {
	float: left;
	padding: 4px 0 0 0;
	margin: 4px 0 0 0;
	color: #007174;
	font-size: 1em;
}

.prod_review p.average-rating {
	margin-left: 5px;
}

#tab-reviews a {
	text-decoration: underline;
}

span.stars.large {
	background-image: url(../images/bg_rating_stars_lg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-color: transparent;
	float: left;
	width: 120px;
	margin-bottom: 0;
}

span.stars.large span {
	background-image: url(../images/bg_rating_stars_lg_full.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-color: transparent;
	display: block;
	height: 27px;
}

.ui-stars-star,.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.ui-stars-star a,.ui-stars-cancel a {
	display: block;
	width: 22px;
	height: 17px;
	background-image: url(../images/jquery.ui.stars.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}

.ui-stars-star a {
	background-position: left -34px;
}

.ui-stars-star-on a {
	background-position: left -51px;
}

.ui-stars-star-hover a {
	background-position: left -68px;
}

.ui-stars-cancel-hover a {
	background-position: left -17px;
}

#prod_tabs.ui-tabs .ui-tabs-hide {
	display: none !important;
}

#prod_tabs.ui-tabs {
	position: relative; /* prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 0;
} 

#prod_tabs.ui-tabs .ui-tabs-nav {
	overflow: hidden;
	border-bottom: 1px solid #C6C5C4;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: transparent;
	margin: 0;
}

#prod_tabs.ui-tabs .ui-tabs-nav li h2 a {
	display: list-item;
	padding: 5px 10px 5px 10px;
	line-height: normal;
}

#prod_tabs.ui-tabs .ui-tabs-nav li img {
	padding: 0 10px 0 10px;
}

#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #007174;
}

#prod_tabs.ui-tabs .ui-tabs-nav .ui-state-hover,
#prod_tabs.ui-tabs .ui-tabs-nav .ui-state-active {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #007174;
	text-decoration: none;
}

#prod_tabs.ui-tabs .ui-tabs-nav li:first-child {
	
}

#prod_tabs.ui-tabs .ui-tabs-nav li {
	float: left;
	list-style-position: outside;
	background-color: #FFFFFF;
	height: 27px;
	margin-left: 2px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

#prod_tabs.ui-tabs .ui-tabs-nav li:last-child {
	
}

#prod_tabs.ui-tabs .ui-tabs-nav li.active {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #007174;
}

#prod_tabs.ui-tabs .ui-tabs-nav li h2 {
	font-size: 1em;
	margin: 0;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a {
	color: #000000;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a:hover {
	text-decoration: none;
}

#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	cursor: default !important;
	color: #FFFFFF;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_01 {
	list-style-image: none;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_02 {
	list-style-image: none;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_03 {
	list-style-image: none;
}

#prod_tabs.ui-tabs .ui-tabs-panel {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#prod_tabs #tab-details h4,
#prod_tabs #tab-details .attrib {
	color: #007174;
	font-weight: bold;
}

#prod_tabs #tab-details table tr td.attrib {
	width: 40%;
}

#prod_tabs #tab-details table {
	border: 1px solid #DDDDDD;
}

#prod_tabs #tab-details table tr td {
	border-left-color: #DDDDDD;
}

#prod_tabs #tab-details tbody tr:nth-child(2n) td,
tbody tr.even td {
	background-color: #EEEEEE;
}

#prod_tabs #tab-details tbody td {
	border-bottom: 0 none;
}

#prod_tabs {
	overflow: hidden;
}

.prod_content {
	overflow: hidden;
	overflow-y: auto;
	padding: 20px 10px 20px 10px;
}

#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a, 
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}

.review_detail h3,
.write_review h3 {
	color: #007174;
	float: left;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

ul.review_actions {
	text-align: left;
	margin: 0;
	padding: 0;
}

ul.review_actions li {
	float: right;
	padding: 0 0 0 15px;
}

ul.review_actions li:first-child {
	float: left;
	padding: 0;
}

.review_detail {
	float: left;
	border-bottom: 1px solid #C4EDEE;
	margin-top: 20px;
	width: 100%;
}

.review_detail span.stars {
	float: right;
	margin-top: 0;
}

.review_detail p,
.write_review p {
	float: left;
	clear: both;
}

.review_detail p.review_origins {
	float: right;
	font-weight: bold;
}

.write_review {
	float: left;
	clear: both;
}

.write_review dl {
	float: left;
	overflow: hidden;
}

.write_review dl dt {
	clear: both;
	overflow: hidden;
}

#write_reviews ul.review_actions {
	float: right;
}

.write_review dl dd input {
	width: 425px;
	padding: 5px;
}

.write_review dd {
	margin-left: 0;
}

.write_review dl dd textarea {
	width: 335px;
}

.write_review label {
	padding: 0;
	font-weight: bold;
}

.write_review input.text,
.write_review input.qty {
	padding: 4px 4px 3px 4px;
}

.write_review dl dd textarea {
	width: 335px;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 105%;
}

.variant_options {
	overflow: auto;
}

.variant_options .colour p {
	width: 56px;
	padding: 5px 0 0 0;
	display: block;
	float: left;
	margin-right: 0;
	margin-bottom: 30px;
}

.variant_options .size label {
	width: 40px;
}

.variant_options .colour ul {
	width: 263px;
}

.variant_options .colour ul li {
	width: 30px;
	height: 30px;
	border: 2px solid #CCCCCC;
	float: left;
	margin: 0px 10px 10px 0px;
	
}

.variant_options .colour ul li.selected {
	border: 2px solid #007174;
}

.variant_options .colour ul li a {
	display: block;
}

.variant_options .swatch_colour_a {
	background-color: #000;
	display: block;
	height: 25px;
	width: 25px;
}

.variant_options .size {
	min-height: 31px; /* IE7 padding issue*/
}

.variant_options .size,.variant_options .colour {
	overflow: hidden;
	margin-bottom: 10px;
}

.variant_options .size dl {
	float: left;
	margin: 0;
}

.variant_options .size dl dt {
	min-width: 0;
}

.variant_options button {
	margin-top: 5px;
}

.variant_options .size a {
	padding: 0;
	margin: 0;
	background:url(../images/size-icon.png) no-repeat center center;
	width:18px;
	height:26px;
	display: inline-block;
	text-decoration: none;
	color:transparent;

}





select#Size {
  margin-right: 5px;
  padding: 3px 0 3px 0;
  width: auto;
 }



.prod_add_to_cart {
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
}

.page-checkout-login .span-8 > .item_container_holder {
  min-height: 563px;
}

/* ======================================================== */
/*	STOREFINDER												*/
/* ======================================================== */

/*	=> OVERVIEW												*/

#storeFinderForm dd input {
	margin-right: 2px;
	width: 207px;
	padding: 7px;
}

.find-stores-near-me {
	display: block;
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px solid #ddd;
}

.line-text{
	background: url("../images/blackline_background.png") repeat-x scroll 0 50% transparent;
    margin: 5px 0;
    text-align: center;
}

.line-text span{
	background: #fff;
	padding: 0 5px;
	display: inline-block;
}

#nearMeStorefinderForm .find-stores-near-me {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #333;
}

#findStoresNearMe {
	padding-bottom: 20px;
}

#auto_location_form #findStoresNearMe {
	float: none;
	font-size: 1em;
	padding: 6px 0 4px 28px;
	height: auto;
	text-align: left;
	position: relative;
	line-height: 1em;
}

.find-stores-near-me-icon {
	background: transparent url(../images/store-locator.png) no-repeat 0 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: -30%;
}

#auto_location_form .find-stores-near-me-icon {
	background: transparent url(../images/store-locator-small.png) no-repeat 0 0;
	display: block;
	width: 19px;
	height: 20px;
	position: absolute;
	left: 4px;
	top: 3px;
}

.change_location-link.neutral {
	font-size: 97%;
	padding: 2px 5px 0 5px;
	margin-top: 8px;
	line-height: 12px;
	float: none;
	display: inline-block;
}

#user_location_form input.text {
	display: inline-block;
	width: 86px;
	margin: 0;
	vertical-align: top;
}

#user_location_form button.search {
  padding: 0 2px;
  height: 24px;
  margin: 0 0 0 -1px;
}

#user_location_form button.search .search-icon {
  height: 15px;
  padding: 0;
  background-image: url("../images/button/search-small.png");
}

#user_location_form button.search {
	display: inline-block;
}

table.store-openings {
	padding: 0;	
	margin-bottom: 0;
}

.store-openings td {
	padding: 1px 8px !important;
	border-bottom: 1px solid #EEEEEE !important;
}

td.weekday_openings_day {
	padding: 1px 8px 1px 8px !important;
	font-weight: bold;
}

td.specialday_openings_date {
	padding: 1px 8px 1px 0 !important;
	font-weight: bold;
}

.store_finder {
	/*width: 325px;*/
}

.store_finder .form_field-input input[type="text"] {
	float: left;
	margin-right: 2px;
	padding: 7px 6px;
	width:178px;
}

.store_map {
	/*width: 460px;*/
	height: 300px !important;
}

.store_finder .item_container_holder {
	margin: 0;
	min-height: 298px;
}

.store_map {
	/*margin-top: 7px;*/
}

table#store_locator {
	border: 1px solid #CCCECF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 20px;
}

table#store_locator tr th,
table#store_locator tr td {
	border-left: 1px solid #CCCECF;
}

table#store_locator tr th:first-child,
table#store_locator tr td:first-child {
	border-left: 0 none;
}

table#store_locator tr th {
	padding: 0 0 0 10px;
	color: #007174;
}

table#store_locator ul {
	margin: 0;
	padding: 0;
}

table#store_locator .store_details {
	float: left;
	margin: 0 10px;
}

table#store_locator table tr td {
	margin: 0;
	padding: 0;
	border: 0;
}

table#store_locator h2 {
	font-size: 1em;
	margin: 0;
}

table#store_locator a {
	text-decoration: underline;
}

table#store_locator img {
	vertical-align: top;
}

.prod_list div.cart div.collect_from_store {
	position:relative;
}

.collect_from_store {
	padding-top: 10px;
	clear:left;

}

.collect_from_store button{
	height:auto;
	margin-top: 2px;
}

.your_cart td.shipping input {
	margin: 0 3px 15px 0;
}

.your_cart td.shipping input.basket-page-shipping-ship {
	margin: 0 3px 5px 0;
}

.basket-page-shipping-pickup {
	font-size: 97%;
	line-height: 108%;
	color: #666;
	display: block;
	margin: 2px 0 3px 0;
}

.pickup_store_search .prod_grid {
	padding: 0 0 10px 10px;
}

.pickup_store_search .prod_grid strong.prod_grid-name {
  min-height: 1em;
}



.pickup_store_search .prod_grid {
  min-height:auto;
  border:0;
}


.pickup_store_search .prod_grid .thumb {
  margin:0;
}

.pickup_store_search .prod_grid .details {
  margin:0;
  height:auto;
}

.pickup_store_search .prod_grid .cart {
  height:auto;
}

.pickup_store_search .prod_grid .cart p{
  margin-bottom: 5px;
  line-height:100%;
}





.pickup_store_search .prod_grid .quantity {
  margin:0;
}

.pickup_store_search-quantity {
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 3px 4px;
  border-radius: 3px;
  margin: 8px 0;
}

.pickup_store_search-quantity.quantity input.qty {
	margin: 0 5px;
	float: none;
}

.pickup_store_search-form {
	background-color: #EEE;
  border: 1px solid #CCC;
  padding: 6px 5px 7px 5px;
  border-radius: 3px;
  margin: 0 0 8px 0;
}

.pickup_store_search-form input[type="text"] {
	margin: 0 5px;
	width: 210px
}

.pickup_store_search-form .form {
	height: auto;
}

.pickup_store_results {
	height: 460px;
	overflow: hidden;
	margin: 0;
}

.pickup_store_search-form-footer {
	margin-top: 0;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.pickup_store_results-list{
	padding:0;	
	margin: 0 -10px 0 0;
}


.pickup_store_results-list .address{
	margin:20px 0 0 0;
}





.pickup_store_results-item {
	position: relative;
	height: 115px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 10px;
	width: 318px;
}

.pickup_store_search-nr-results {
	margin-top: 5px;
	font-weight: bold;
}

.pickup_store_search-paging form {
	float: right;
	padding-left: 5px;
}

.pickup_store_search-paging-info {
	display: inline-block;
	padding-top: 5px;
}

.pickup_store_results-entry {

	display:block;	
	float:left;
}


.pickup_store_results-entry.pickup_store_results-name,
.pickup_store_results-entry.pickup_store_results-line1,
.pickup_store_results-entry.pickup_store_results-town{
	clear:left;
	margin-right: 5px
	
}











.pickup_store_results-stock {
	position: absolute;
	left: 5px;
	top: 5px;
	font-weight: bold;
	margin-bottom: 3px;
}


.pickup_store_results-outOfStock {
	color:#ff0000;
}


.pickup_store_results-distance {
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
	width: auto;
}

.pickup_store_results-zip {
	padding-right: 5px;
}

.pickup_store_results-line2 {
	padding-left: 5px;
}

.pickup_here_instore_button, .pickup_add_to_bag_instore_button {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin-bottom: 0;
}



.your_cart td.shipping{
		padding:0;
	
}

.your_cart .cartForm{
	padding:10px;	
	min-height:102px;
}

.your_cart .cartForm.shipError{
	border:3px solid red;
	padding:7px;
	margin-bottom:-1px;
}


/*	=> PICKUP CHECKOUT									*/

.selectDeliverylocation {
	background: #eaeef2;
	padding: 0 0 10px 10px;
}

.selectDeliverylocation .title_holder {
	margin-left: -10px;
}

.selectDeliverylocationItem {
	width: 32%;
	float: left;
	padding-top: 10px;
}

.selectDeliverylocationItem label {
	float: right;
	width: 215px;
}

.selectDeliverylocationItemOption {
	margin: 3px 0 0 0;
}

.selectDeliverylocationDescText {
	width: 100%;
	clear: both;
	font-weight: bold;
}

.selectDeliverylocationItemLabel {
	cursor: pointer;
	float: right;
}

.selectDeliverylocationItemLabel input {
	float: left;
}

.selectDeliverylocationItem .selectDeliverylocationItemButton {
	width: 95%;
	margin-top: 10px;
	float: none;
}

.pickupAdressList {
	float: left;
	max-width: 80%;
	padding-left: 5px;
}
.pickupAdressList li {
	padding-top: 1px;
	padding-bottom: 1px;
	line-height:15px;
}

.pickupOptionDistance {
	font-weight: bold;
	padding-bottom: 4px;
}

span.pickupAdressItem {
	display: block;
}

h2.pickupSummary-headline {
	margin: 20px 0 0 0;
}

.pickupSummary {
	padding: 15px 10px 5px 10px;
}

.pickupSummaryItemLeft {
	float: left;
	width: 28%;
}

.pickupSummaryItemLeft h3 {
	padding-left: 0.2em;
	margin-bottom:0.2em;
}

.pickupSummaryItemCenter {
	float:left;
	width:42%;
	padding-top:4px;
}

.pickupSummaryItemRight {
	float: left;
	width: 28%;
}

.pickupSummaryItemRight tr:fist-child.weekday_openings td{
	border-top: none!important;
}

.pickupSummaryDetails {
	clear:left;
	display:block;	
}

.pickupSummaryDetails div.item_container,
.pickupSummaryDetails div.item_container .your_cart {
	margin-bottom:0;	
}

.pickupSummaryDetails div.item_container table.your_cart tr td{
	padding-bottom:0;
}

.pickupSummaryDetails div.item_container table.your_cart tr td.product_details ul {
	margin-bottom:10px;	
}


/*	=> PICKUP END									*/

.store-openings td {
	padding: 1px 8px !important;
	border-bottom: 1px solid #eee !important;
	border-top:0;
}





/*	=> DETAIL												*/

.store_details_left_col,
.store_details_right_col {
	width: 365px;
}

.store_details_left_col img,
.store_details_right_col img {
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.store_details_left_col {
	float: left;
}

.store_details_right_col {
	float: right;
}

table#store_details {
	border: 1px solid #2E2C2E;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

table#store_details tr td {
	margin: 0;
	border: 0;
}

table#store_details ul {
	margin: 0;
	padding: 0;
}

table#store_details table {
	margin: 0;
}

table#store_details table tr td {
	margin: 0;
	padding: 0;
}

table#store_details thead th {
	padding: 10px;
}

table#store_details thead td {
	padding: 10px;
}

table#store_details h1 {
	font-size: 1.1em;
	color: #007174;
	font-weight: bold;
}

.store_map_details {
	margin-bottom: 20px;
	height: 246px;
}

.fulfilment-states-READY_FOR_PICKUP .title_holder h2 {
	background: #bc0000 none 0 0 no-repeat;
}

/* ======================================================== */
/*	CHECKOUT												*/
/* ======================================================== */

/*	=> SUMMARY												*/

.item_container_holder.payment_details_modal .title_holder h2 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

dl.order_totals dd {
	font-weight: bold;
	float: right;
}

dl.order_totals dt.savings,
dl.order_totals dd.savings {
	color: #8A6600;
}

dl.order_totals dt.total,
dl.order_totals dd.total,
.cart_total,
.your_cart .total,
.your_cart thead th {
	color: #007174;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
}

.your_cart .total.free {
	color: #8A6600;
	text-transform: uppercase;
}

.your_cart td.quantity {
	min-width: 75px;
}

.quantity input.qty {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px 10px 0;
	-moz-box-shadow: inset 0 0 5px #cccccc;
	-webkit-box-shadow: inset 0 0 5px #cccccc;
	box-shadow: inset 0 0 5px #cccccc;
	border: 1px solid #BBBBBB;
	text-align: center;
	float: left;
}

.your_cart p {
	float: left;
	margin-right: 30px;
	margin-right: 20px;
	padding: 0 0 0 12px;
}

.your_cart .product_details {
	border-left: 0 none;
	width: 225px;
}

ul.cart-promotions {
	clear:both;
	margin-top:10px;
	width: 100%;
}

ul.cart-promotions li {
	line-height: 1.2em;
	margin-bottom: 6px;
}

a.promotion_link {
	float: none !important;
}

.your_cart a {
	text-decoration: underline;
	float: left;
}

.your_cart h2 a,
.your_cart h2 a:visited {
	color: #006265;
	text-decoration: underline;
}

.your_cart h2 a:hover, 
.your_cart h2 a:active, 
.your_cart h2 a:focus {
	color: #B2005E;
	text-decoration: underline;
}

.your_cart h2 {
	font-size: 1.2em;
	overflow: visible;
}

.your_cart h3 {
	font-size: 1.2em;
	color: #8A6600;
	max-width: 282px;
}

.cart_total {
	float: right;
	line-height: 30px;
    padding: 0 20px 0 0;
}

.your_cart dl dt {
	min-width: 50px;
}

.your_cart .product_details span {
	color: #8A6600;
}

.your_cart a.submitRemoveProduct {
	clear: left;
}

.your_cart .quantity img {
	float: left;
	margin: 2px 0 0 0;
}

.your_cart .quantity input[type="image"] {
	float: right;
	margin: 0;
}

.your_cart .product_details dl {
	clear: both;
    margin: 0;
}

.cart-promotions-potential {
	border-bottom: 1px solid #EEEEEE;
	background-image: url(../images/icon-promo-potential.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 1px 0 1px 18px;
	list-style: none !important;
}

.cart_id {
	font-weight: normal;
	font-size: 100%;
	margin-bottom: -23px;
	display: block;
}

.cart-promotions-applied {
	background-color: transparent;
	background-image: url(../images/icon-promo-applied.png);
	background-repeat: no-repeat;
	padding: 1px 0 0 18px;
	list-style: none !important;
}

.cart-promotions-applied span {
	font-weight: normal;
}

.order_total,
#your_order .total,
#your_order thead th {
	color: #007174;
	font-size: 1.3em;
	font-weight: bold;
}

#your_order .total.free {
	color: #8A6600;
	text-transform: uppercase;
}

#your_order dl dt {
	min-width: 50px;
}

#your_order td.quantity {
	min-width: 110px;
}

#your_order .quantity input.qty {
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	-moz-box-shadow: inset 0 0 5px #cccccc;
	-webkit-box-shadow: inset 0 0 5px #cccccc;
	box-shadow: inset 0 0 5px #cccccc;
	border: 1px solid #BBBBBB;
	text-align: center;
}

#your_order p {
	float: left;
	margin-right: 30px;
	margin-right: 20px;
	padding: 0 0 0 12px;
}

#your_order .product_image {
	width: 65px;
}

#your_order .product_details {
	border-left: 0 none;
	width: 320px;
}

#your_order a {
	text-decoration: underline;
	float: left;
}

#your_order h2 a,
#your_order h2 a:visited {
	color: #019296;
	text-decoration: underline;
}

#your_order h2 {
	font-size: 1.2em;
}

#your_order h3 {
	font-size: 1.2em;
	color: #8A6600;
	max-width: 282px;
}

.your_order {
	padding: 4px 0 0 0;
}

#your_order .product_details span {
	color: #8A6600;
}

#your_order .quantity img {
	float: left;
	margin: 4px 0 0 8px;
}

#your_order .quantity input[type="image"] {
	float: right;
	margin: 0;
}

#order_history a {
	text-decoration: underline;
}

/*
#payment_details,
#payment_details_modal {
	margin-top: 20px;
	border-top: 1px solid #C0C1C2;
	border-left: 1px solid #C0C1C2;
	border-right: 1px solid #C0C1C2;
	border-bottom: 1px solid #C0C1C2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#payment_details th,
#payment_details_modal th {
	padding: 10px;
	color: #007174;
	border-left: 1px solid #E7E7E7;
}

#payment_details th:first-child,
#payment_details_modal th:first-child {
	border-left: 0 none;
}
*/

.checkout_summary_flow {
	position: relative;
	height: 296px;
	padding: 0 0 20px 0;
}

.checkout_summary_flow dl dt label {
	font-weight: bold;
}

.checkout_summary_flow a {
	text-decoration: underline;
}

.checkout_summary_flow .item_container_holder {
	border: 0;
	margin-top: 0;
}

.checkout_summary_flow .item_container_holder ul {
	padding: 0;
	margin: 0;
}

.checkout_summary_flow .item_container_holder .title_holder h2 span {
	position: absolute;
	background-image: url(../images/icon-checkout-summary-flow-plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	width: 25px;
	height: 22px;
	left: 9px;
	top: 11px;
}

.checkout_summary_flow .item_container_holder .title_holder {
	margin-bottom: 5px;
}

.checkout_summary_flow .item_container_holder .title_holder h2 {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	background-color: transparent;
	color: #555555;
	font-size: 1em;
	text-shadow: none;
	padding: 14px 0 0 29px;
}

.checkout_summary_flow .item_container_holder .title {
	width: 182px;
}

.checkout_summary_flow_b .item_container_holder {
	padding: 0 0 0 10px;
}

.checkout_summary_flow_b .item_container {
	padding: 0 35px 0 55px;
}

.checkout_summary_flow_c .item_container_holder {
	padding: 0 0 0 35px;
}

.checkout_summary_flow_c .item_container {
	padding: 0 0 0 29px;
}

.checkout_summary_flow_a {
	position: absolute;
	background-image: url(../images/background-checkout-summary-box-a.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 248px;
	height: 217px;
	top: 0;
	left: 0;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder .title .title-top {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder .title .title-top span {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder h2,
.checkout_summary_flow_b.complete .item_container_holder .title_holder h2,
.checkout_summary_flow_c.complete .item_container_holder .title_holder h2 {
	color: #D10070;
}

.checkout_summary_flow_a.complete {
	background-image: url(../images/background-checkout-summary-box-a-complete.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.checkout_summary_flow_b.complete {
	background-image: url(../images/background-checkout-summary-box-b-complete.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.checkout_summary_flow_c.complete {
	background-image: url(../images/background-checkout-summary-box-c-complete.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder h2 span,
.checkout_summary_flow_b.complete .item_container_holder .title_holder h2 span,
.checkout_summary_flow_c.complete .item_container_holder .title_holder h2 span {
	background-image: url(../images/icon-checkout-summary-flow-tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}

.checkout_summary_flow_a.complete button.form,
.checkout_summary_flow_b.complete button.form,
.checkout_summary_flow_c.complete button.form {
	top: 175px;
	font-size: 1em;
	background-image: url(../images/button/gradient-button-form_h.png);
	background-color: #BE82C4;
}

.checkout_summary_flow_a.complete button.form:hover,
.checkout_summary_flow_b.complete button.form:hover,
.checkout_summary_flow_c.complete button.form:hover,
.checkout_summary_flow_a.complete button.form:focus,
.checkout_summary_flow_b.complete button.form:focus,
.checkout_summary_flow_c.complete button.form:focus,
.checkout_summary_flow_a.complete button.form:active,
.checkout_summary_flow_b.complete button.form:active,
.checkout_summary_flow_c.complete button.form:active {
	background-image: url(../images/button/gradient-button-form.png);
	background-color: #909291;
}

.checkout_summary_flow_a button.form,
.checkout_summary_flow_b button.form,
.checkout_summary_flow_c button.form {
	position: absolute;
	top: 175px;
	font-size: 0.8em;
	padding: 0 2px 0 2px;
}

.checkout_summary_flow_a button {
	left: 15px;
}

.checkout_summary_flow_b button {
	left: 25px;
}

.checkout_summary_flow_c button {
	left: 51px;
}

.checkout_summary_flow_b {
	position: absolute;
	background-image: url(../images/background-checkout-summary-box-b.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 267px;
	height: 217px;
	top: 0;
	left: 210px;
}

.checkout_summary_flow_c {
	position: absolute;
	background-image: url(../images/background-checkout-summary-box-c.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 354px;
	height: 296px;
	top: 0;
	left: 436px;
}

.checkout_summary_flow_c div.left {
	margin-right: 10px;
}

.checkout_summary_flow_c div.right {
	margin-right: 10px;
	max-width: 156px;
}

.checkout_summary_flow form dl dt {
	float: none;
	min-width: 1px;
}

.place-order:disabled {
	cursor: default;
	opacity: 0.6;
}

#delivery_modes_dl dt.left label {
	line-height: 1.2em;
	float: left;
	width: 640px;
}

#delivery_modes_dl dt.left {
	margin-bottom: 3px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #DDDDDD;
}

.deliverymode-description {
	max-height: 96px;
	overflow: hidden;
	cursor: help;
	line-height: 1.2em;
	font-size: 0.95em;
}

.checkout_summary_flow a.edit_complete {
	color: #444444;
}

.checkout_summary_flow a.edit_complete:hover,
.checkout_summary_flow a.edit_complete:active {
	color: #D10070;
}

.checkout_summary_flow_a a.edit_complete,
.checkout_summary_flow_b a.edit_complete,
.checkout_summary_flow_c a.edit_complete {
	position: absolute;
	top: 181px;
	font-size: 1em;
}

.checkout_summary_flow_a a.edit_complete {
	left: 15px;
}

.checkout_summary_flow_b a.edit_complete {
	left: 25px;
}

.checkout_summary_flow_c a.edit_complete {
	left: 51px;
}

.page-multiStepCheckoutSummaryPage .checkout_summary_flow_a {
	background-image: none;
	border: 1px dashed #EA8EC1;
	width: 220px;
}

.page-multiStepCheckoutSummaryPage .checkout_summary_flow_b {
	background-image: none;
	border: 1px dashed #EA8EC1;
	left: 230px;
	width: 220px;
}

.page-multiStepCheckoutSummaryPage .checkout_summary_flow_c {
	background-image: none;
	border: 1px dashed #EA8EC1;
	left: 460px;
	width: 320px;
	height: 217px;
}

.page-multiStepCheckoutSummaryPage .checkout_summary_flow {
  height: 222px;
}

.page-multiStepCheckoutSummaryPage .checkout_summary_flow_c .item_container_holder {
  padding: 0;
}

.page-multiStepCheckoutSummaryPage .checkout_summary_flow_b .item_container_holder {
  padding: 0;
}

.page-multiStepCheckoutSummaryPage .checkout_summary_flow_a.complete .item_container_holder .title_holder h2, 
.page-multiStepCheckoutSummaryPage .checkout_summary_flow_b.complete .item_container_holder .title_holder h2, 
.page-multiStepCheckoutSummaryPage .checkout_summary_flow_c.complete .item_container_holder .title_holder h2 {
  border-bottom: 1px dashed #EA8EC1;
  padding: 10px 0 9px 30px;
}

.page-multiStepCheckoutSummaryPage .checkout_summary_flow_a .item_container,
.page-multiStepCheckoutSummaryPage .checkout_summary_flow_b .item_container,
.page-multiStepCheckoutSummaryPage .checkout_summary_flow_c .item_container {
  padding: 0 10px;
}

.page-multiStepCheckoutSummaryPage .checkout_summary_flow_a a.edit_complete,
.page-multiStepCheckoutSummaryPage .checkout_summary_flow_b a.edit_complete,
.page-multiStepCheckoutSummaryPage .checkout_summary_flow_c a.edit_complete {
  left: 10px;
  top: 190px;
}

.page-multiStepCheckoutSummaryPage .checkout_summary_flow .item_container_holder .title_holder h2 span {
  top: 6px;
}

button.place-order:disabled:hover {
	background-color: #B2005E;
}

.payment_details_left_col {
	float: left;
}

.payment_details_right_col {
	float: right;
}

.payment_details_left_col,
.payment_details_right_col {
	border: 1px solid #CCCECF;
	padding: 20px 10px 20px 10px;
	width: 342px;
}

.silent-order-post-page .payment_details_right_col {
	width: 155px;
}

.silent-order-post-page .payment_details_left_col {
	width: 548px;
}

.payment_details_left_col-billing {
	float: left;
	width: 254px;
}

.payment_details_left_col-card {
	float: left;
	margin-right: 40px;
	width: 254px;
}

.saved-payment-list-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	
}

.saved-payment-list-item {
	display: block;
	margin-bottom: 2px;
}

.save_payment_details .clear_fix {
	margin-top: 5px;
}

.payment_details_left_col h1,
.payment_details_right_col h1 {
	color: #007174;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

span.saved_card button {
	margin-right: 10px;
}

span.saved_card p {
	padding: 6px 0 0 0;
}

.save_payment_details {
	clear: both;
    margin: 30px 20px 0 0;
    text-align: right;
}

.existing_payment_details {
	border: 1px solid #CCCECF;
	overflow: auto;
	padding: 10px;
}

#popup_checkout_delivery_address,
#popup_checkout_delivery_modes,
#popup_checkout_add_edit_payment_method {
	margin-left: 10px;
	margin-right: 42px;
}

#popup_checkout_saved_payment_method {
	border: 5px solid #D6D7D9;
	width: 739px;
	margin: 50px auto 0 auto;
}

.existing_address {
	border: 1px solid #CCCECF;
	overflow: auto;
	padding: 10px;
}

.existing_address div.left{
	margin:0 10px 0 0;
}

.existing_address .left .checkmark{
	height:40px;
}

.existing_address button.edit{
	margin:0;
}









.existing_address button {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 10px 0;
}

.existing_address ul {
	padding: 0;
	margin: 0;
	float: left;
}

.table_action_col_item {
	margin: 18px;
	padding: 0;
	line-height: 3em;
}

.table_action_col_item li {
	clear: both;
}

.cust_acc {
	border: 1px solid #CCCECF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: auto;
	margin-top: 20px;
	padding: 37px;
}

.cust_acc_tile {
	float: left;
	margin-bottom: 27px;
	min-height: 100px;
	width: 50%;
}

.cust_acc_tile span {
	float: left;
	margin-right: 0;
	min-width: 98px;
}

.cust_acc_tile h1 {
	font-size: 1.4em;
	font-weight: bold;
}

.cust_acc_tile h1 a,
.cust_acc_tile h1 a:visited {
	color: #007174;
	text-decoration: underline;
}

.cust_acc_tile ul li {
	list-style-type: disc;
	list-style-position: inside;
	color: #888888;
}

.cust_acc_tile ul li a {
	text-decoration: underline;
	color: #444444;
}

.cust_acc_tile ul li a:hover {
	color: #007174;
}

table#address_book ul.updates li {
	float: left;
	margin-left: 10px;
}

table#address_book ul.updates li:first-child {
	margin-left: 0;
}

table#order_history ul.updates li {
	float: left;
	margin-left: 10px;
}

table#order_history ul.updates li:first-child {
	margin-left: 0;
}

.checkoutProgress{
	width: 790px;
	float: left;
}

.checkoutProgress ul{
	list-style: none;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.checkoutProgress li {
	float: left;
	width: 24.5%;
	text-align: center;
	background-image: url(../images/bg-gradient-nav.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #191919;
	border-left: 1px solid #6A6A6A;
	border-right: 1px solid #DDDDDD;
}

.checkoutProgress li a {
	display: block;
	height: 13px;
	padding: 14px 14px 14px 14px;
	color: #CCCCCC;
}

.checkoutProgress li.checkoutProgressStepDisabled a:hover {
	color: #CCCCCC;
	text-decoration: none;
	cursor: default
}

.checkoutProgress li.checkoutProgressStepActive {
	background-image: url(../images/bg-gradient-nav-current.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #006F73;
}

.checkoutProgress li.checkoutProgressStepActive a {
	color: #FFFFFF;
}

.checkoutProgress li.checkoutProgressStepVisited {
	background-image: url(../images/bg-checkout-progress-visited.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #006F73;
}

.checkoutProgress li.checkoutProgressStepVisited a {
	color: #FFFFFF;
}

div.dynamic_disp-img {
  position: relative;
}

div.dynamic_disp-img .thumb {
  margin: 0 0 15px 0;
}

div.dynamic_disp-img .details {
  position: absolute;
  top: 37px;
  left: 10px;
  max-width: 515px;
}

div.dynamic_disp-img .title h2 {
  background-color: rgba(0, 112, 117, 0.7);
  color: #FFFFFF;
  margin: 0;
  padding: 6px 10px 10px 10px;
  text-shadow: none;
  height: 18px;
  font-size: 17px;
  display: block;
}

div.dynamic_disp-img .details p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  line-height: 13px;
  margin: 0;
}

.helpBanner {
	background-image: url(../images/Appa_148x300_HelpBanner_blank_01.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	background-color: transparent;
    color: #FFFFFF;
    height: 300px;
    width: 148px;
}

.helpBanner .bannerHeadline {
	font-weight: bold; 
	display: block; 
	font-size: 24px; 
	padding: 12px;
	line-height: 28px;
}

.helpBanner .bannerText {
	padding: 5px 12px 5px 12px; 
	display: block; 
	font-size: 14px; 
	line-height: 17px;
}

.helpBanner .bannerText a {
	color: #FFFFFF; 
	font-weight: bold; 
	display: block; 
	margin-top: 10px;
}



.order_history_information .item_container_holder{
	min-height: 190px;
		
	
}

.positive.large.print{
	float:right;
	margin: 0;
}

.positive.large.print span{
	background-image:url(../../common/images/printt.png);	
	background-repeat: no-repeat;
	background-position: 0px center;
	display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 20px;
}

/*	=> MULTISTEP											*/

.checkout_multi_a.complete .item_container_holder,
.checkout_multi_b.complete .item_container_holder {
	border: 1px dashed #EA8EC1;
	min-height: 165px;
}

.checkout_multi_a.complete .item_container_holder .title_holder,
.checkout_multi_b.complete .item_container_holder .title_holder {
	margin-bottom: 0;
}

.checkout_multi_a.complete .item_container_holder .item_container,
.checkout_multi_b.complete .item_container_holder .item_container {
	margin-bottom: 0;
}

div.checkout_summary_flow-pickup-items {
	margin: -10px 0 0 55px;
}

span.checkout_summary_flow-pickup-item {
	display: block;
}

.checkout_multi_a .item_container_holder {
	min-height: 250px;
}

.checkout_multi_a.complete .item_container_holder .title_holder h2,
.checkout_multi_b.complete .item_container_holder .title_holder h2 {
	background-image: none;
	padding: 9px 0 10px 29px;
	color: #D10070;
	font-size: 1em;
	text-shadow: none;
	border-bottom: 1px dashed #EA8EC1;
	background-color: #fff;
}

.checkout_multi_a.complete .item_container_holder .title_holder h2 span,
.checkout_multi_b.complete .item_container_holder .title_holder h2 span {
	background-image: url(../images/icon-checkout-summary-flow-tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	height: 22px;
	left: 7px;
	top: 5px;
	width: 25px;
	position: absolute;
}

.checkout_multi_a.complete .item_container_holder .title-top,
.checkout_multi_b.complete .item_container_holder .title-top {
	background-image: url(../images/item-title-top-scroller-positive.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	background-color: transparent;
}

.checkout_multi_a.complete .item_container_holder .existing_address,
.checkout_multi_b.complete .item_container_holder .delivery_method {
	border: 0;
	padding: 0;
}

.checkout_multi_a.complete .item_container_holder .existing_address a.right,
.checkout_multi_b.complete .item_container_holder .delivery_method a.right {
	text-decoration: underline;
}

.checkout_multi_b.complete .item_container_holder .delivery_method ul.delivery_method-list-pickup {
	clear: left;
	margin-top: 10px;
}

.delivery_method {
	border: 1px solid #CCCECF;
	overflow: auto;
	padding: 10px;
}

.delivery_method ul {
	padding: 0;
	margin: 0;
	float: left;
}

.delivery_method_item {
	border: 1px solid #CCCECF;
	overflow: auto;
	padding: 10px;
	margin-top: 10px;
}

.delivery_method_item
input.text,
/*input.qty,*/
label {
	padding: 0 0 0 1px;
	margin: 0;
	float: none;
}

/*	=> CONFIRMATION											*/

.your_order h1 {
	color: #007174;
	font-size: 1.8em;
	font-weight: bold;
}

.delivery_stages .item_container_holder .item_container {
	min-height: 112px;
	margin-bottom: 5px;
}

.delivery_stages .item_container_holder .title_holder {
	margin-bottom: 0;
}

.delivery_stages .item_container_holder {
	border: 1px dashed #EA8EC1;
	min-height: 199px;
}

.delivery_stages > h2 {
	margin: 25px 0 0 0;
}

.delivery_stages .pad_none-pickup {
	margin-top: 10px;
}

.delivery_stages-payment-method {
	margin-right: 20px;
}

/* ======================================================== */
/*	MESSAGES												*/
/* ======================================================== */

/*	=> INFORMATION											*/

/* Custom - Adeel Meer */

/*.global_message {
	border: 1px solid #ff5500;
	padding: 10px 10px 0 36px;
	margin: 5px 0;
	background: transparent url("../images/global_info.png") 4px 50% no-repeat;
}

.global_message.success {
	background-image: url("../images/global_success.png");
	border-color: #007700;
}

.global_message.error,
.basket-page .global_message.error {
	background-image: url("../images/global_error.png");
	background-position: 4px 50%;
	border-color: #e22121;
	float: none;
}

.global_message p,
.basket-page .global_message.error p {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	color: #ff5500;
}

.global_message.success p {
	color: #007700;
}

.global_message.error p,
.basket-page .global_message.error p {
	color: #e22121;
}

 Default 


.information_message p {
	margin-left: 6px;
	padding: 5px 10px 5px 60px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.information_message a {
	color: #ffffff;
}

.information_message {
	position: relative;
	margin: 20px 0 10px 0;
	min-height: 55px;
}

.information_message span {
	position: absolute;
	width: 55px;
	height: 55px;
	top: -4px;
	left: 0;
}

.information_message span.single {
	top: -11px;
}

.information_message.positive p {
	background-color: #009264;
}

.information_message.negative p {
	background-color: #BD080F;
}

.information_message.neutral p {
	background-color: #00666A;
}

.information_message.positive p,
.information_message.negative p,
.information_message.neutral p {
	background-image: url(../images/bg-gradient-info-message.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.information_message.positive span {
	background-image: url(../images/icon-info-message-positive.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}

.information_message.negative span {
	background-image: url(../images/icon-info-message-negative.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}

.information_message.neutral span {
	background-image: url(../images/icon-info-message-neutral.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}

	=> CONFIRMATION											

.confirmation_message {
	border: 4px solid #70C30D;
}

.confirmation_message p {
	color: #70C30D;
	font-weight: bold;
}

.confirmation_message span {
	background-image: url(../images/icon-info-message-positive.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}

	=> ERROR												
.error,
.error-show {
	color: #d9262a;
}

.edit-delivery-page .form .field .error p span {
	float: none;
	padding: 0;
}

.error_message {
	overflow: auto;
	border: 4px solid #D9262A;
}

.error_message p {
	padding: 23px 0 0 0;
	color: #D9262A;
	font-weight: bold;
}

.error_message span {
	width: 55px;
	height: 55px;
	display: block;
	float: left;
	margin: 7px;
	background-image: url(../images/icon-info-message-negative.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}

span.checkoutPayFailError {
	border: none;
	background: none;
	font-size: 0.813em;
	color: #D9262A;
	font-weight: bold;
	margin: 0 0 10px 0;
	display: block;
}

.error_message ul {
	padding: 0 0 0 90px;
}

.error_message ul li {
	padding: 0 0 5px 0;
	list-style-type: disc;
	color: #D9262A;
}

.form_field_error {
	padding: 10px;
	float: left;
	margin: 5px 0;
	background-color: #FCEBEB;
	border: 4px dotted #D9262A;
	width: 92%;
}

.form_field_error p,
.form_field_error .notify {
	margin: 0;
	color: #D9262A;
	padding: 0 0 0 3px;
	float: left;
}*/

.form_field-elements {
	margin-bottom: 15px;
}

.form-field-button {
	clear: left;
	margin-top: 10px;
}

.form_field-label {
	clear: left;
}

.form_field-input input.text,
.form_field-input label,
.form_field-input select {
  float: none;
}






#silentOrderPostForm #card_cvNumber{
	width:23px;	
}




form label.nostyle {
    padding: 0;
}

form label.notVisible {
   display:none;
}



a.nostyle:hover {
    text-decoration:none;
}





/******* Card Date fieldset *********/




fieldset.cardDate{
	margin:0;
	border:0;
	padding:0;	
	display:inline;
	width:100%;
	
}


fieldset.cardDate legend{
	padding: 2px 20px 0 0;
	font-weight:normal;
	font-size:100%;
	
}



fieldset.cardDate .form_field-label{
	position:absolute;
	left:-999999em;
	
}


fieldset.cardDate .form_field-input{
	float:left;

}

fieldset.cardDate select{

	width: 117px;
}


fieldset.cardDate .form_field_error .form_field-label{
	position:static;
	
}


fieldset.cardDate .form_field_error .form_field-input{
	float:none;

}

fieldset.cardDate .form_field_error select{

	width: 234px;
}


#startDate,
#issueNum{
	display:none;	
}

/*--suggested address--*/

h4.suggested_address_title {
	margin: 10px 0;
}

.suggested_address {
	padding-top: 5px;
	margin-right: 0;
	border-top: 1px dashed #ccc;
}

.suggested_address ul {
	padding-left: 0;
}

.suggested_address_submit {
	padding-top: 15px;
	border-top: 1px dashed #ccc;
}

.users_address_container {
	padding-top: 5px;
	border-top: 1px solid #ccc;
}



/* Sceneric */

.ui-autocomplete{
	font-family: ProximaNovaRegular, Arial;
	font-size: 0.813em;
	color: #808080;
	border-radius: 0px;
}

.ui-autocomplete .ui-menu-item a {
	color: #808080;
}


.ui-autocomplete .ui-menu-item a.ui-state-focus {
	border: 1px solid #fff;
	background: #E6E6E6;
	color: #3d3d3d;
	border-radius: 0px;
	cursor: pointer;
}

/*.sort-by-dropdown{
	z-index:999;
}*/

#sortOptions2, .sort-by-dropdown2{
	visibility:hidden;
}

#voucherMessage{
	clear:both;
}


.yCmsContentSlot .span-24 {
width: 100%;
margin-top: 15px;
}
.yCmsContentSlot .span-24.section1 div {
margin-top: 0;
}




.order-history-page .pagination {
	margin-bottom: 20px;
}

#sidebar-nav ul.currently-viewing li a.active {
	text-decoration: none;
}

.edit-delivery-page input[type=checkbox]{
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
}

.field.title .title-dropdown a {
	text-transform: capitalize;
}

.fake-button {
	text-align: center;
	display: block;
	background-color: #939393;
	padding: 10px;
	font-size: 0.813em;
	line-height: 1em;
	color: #c6c6c6;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "ProximaNovaRegular";
}



.checkout-payment-page .copy_security_code p {
	font-size: 0.813em;
	padding: 15px 0;
}

.checkout-payment-page .copy_security_code .field {
	line-height: 1em;
	padding: 0;
	position: relative;
}

.checkout-payment-page .copy_security_code .field:after {
	content: "";
	display: block;
	clear: both;
}

.checkout-payment-page .copy_security_code .field .error {
	clear: left;
	float: left;
	background: transparent url('../images/error-arrow.gif') no-repeat center 0;
}

.checkout-payment-page .copy_security_code .field .error p {
	color: #e22121;
	margin-top: 5px;
	font-size: 1em;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #e22121;
}

.orderPageErrorContinue {
	float: left;
	text-align: center;
	background-color: #1a4726;
	padding: 10px;
	font-size: 0.813em;
	line-height: 1em;
	border-radius: 2px;
	height: auto;
	text-transform: uppercase;
	width: auto;
	color: #ffffff;
	border: none;
	font-family: "ProximaNovaRegular";
	margin: 4px 0 0 0;
}

.orderPageErrorContinue:hover {
	background-color: #1f5508;	
	border-color: #3d3d3d;
}
.paymentErrorSection {
	border: none;
	min-height: 200px;
	font-family: "ProximaNovaRegular";
}

.paymentErrorSection span {
	margin-left: -1px;
	font-weight: normal;
	font-size: 1em;
}
.checkout-payment-page .form .field.date .error {
	clear: none;
	margin-left: 0;
	background: transparent url('../images/error-arrow-left.gif') no-repeat 0 50%;
	padding-left: 5px;
}

.checkout-payment-page .form .field.date .error p {
	margin: 0;
}

.checkout-payment-page .form .field.terms_conditions .error{
	margin-left: 332px;
}

.error_border {
	border: 1px solid #d9262a;
}

.checkout-payment-page .by-paypal form .error p {
	padding-left: 0;
}

/* Checkout page overrides - global.css */
.checkout-address-page .form .field .error span {
	padding: 0;
	float: none;
}

/* hide size guide options on page load
#sidebar-nav ul li.size-guide ul.size-guide-list {
	display: none;
} */

/* hide pay by paypal and credit card divs on page load */
.checkout-payment-page .by-paypal,
.checkout-payment-page .by-card{
	display: none;
}

/* override style for card terms conditions - starts */

.checkout-payment-page .existing tbody tr {
	padding: 0;
}

.checkout-payment-page .existing tbody td {
	padding-bottom: 0;
}

.checkout-payment-page .existing tbody tr.card_terms {
	border: 0;
	border-width: 0;
}

.checkout-payment-page .existing tbody tr.card_terms td {
	padding: 10px 0 20px 0;
	font-size: 0.813em;
}

.checkout-payment-page .existing tbody tr.card_terms td a{
	color: #000;
	text-decoration: underline;
}

iframe {
	border: none;
}

/********************************/
/* Email Preference book
/********************************/
.email-preference-page {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

#body-content.email-preference-page {
	padding-left: 0;
}

.email-preference-page #breadcrumb {
	color: #3d3d3d;
	background-color: #dcdcdc;
}

.email-preference-page #sidebar-nav h3 {
	color: #3d3d3d;
	border: none;
}

.email-preference-page .header h2 {
	text-transform: uppercase;
	margin-top: 10px;
}

.email-preference-page .header p {
	margin-bottom: 20px;
}

.email-preference-page .item_container {
	padding: 0px;
}

/* override style for card terms conditions - ends */

/*.checkout-confirm-page .account-dropdown .content {
	width: 444px;
}*/

/* product containet fixed height - Bemi's changes :: Doesnt work - Adeel
.product-listing-page .products ul li,
.search-results-page .products ul li {
	height: 420px;
}
*/

/* Product page layout issues */
.product-listing-page .products ul li .product .colour_holder {
	padding: 10px 0;
}
.product-listing-page .products ul li .product .colour_holder ul {
	padding: 0;
}

.product-listing-page .products ul li .product .colour_holder ul li {
	margin-right: 10px;
}

.product-listing-page .products ul li .product .colour_holder ul li:last-child {
	margin-right: 0px;
}

.product-listing-page .products ul li dd dd {
	padding: 0;
}

.product-page .product-page-slideshow-holder{
	min-height: 100px;
}

.product-page .product-info .more-info ul li ul,
.product-page .product-info .share ul {
	display: none;
}

html.js .product-listing-page .main-section,
html.js .search-results-page .main-section {
	visibility: hidden;
}


html.js .product-listing-page .loading,
html.js .search-results-page .loading {
	text-align: center;
	background: transparent url('../images/loading.gif') no-repeat 50% 0;
	z-index: 999;
	padding-top: 40px;
	
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: 200px;
	
	font-size: 0.8em;
	font-weight: bold;
	color: #3d3d3d;
}

@media screen and (max-width: 767px) {
	html.js .product-listing-page .loading,
	html.js .search-results-page .loading {
		top: 100px;
	}
}

html.no-js .product-listing-page .loading,
html.no-js .search-results-page .loading {
	display: none;
}

/* Category page */
.product-listing-page .sort-by-dropdown ul,
.search-results-page .sort-by-dropdown ul {
	display: none;
}

/* order confirmation table width */
.checkout-confirm-page .details table td {
	width: 226px;
	padding-right: 10px;
}

/* country selected popup */

#country-selection-overlay {
    background: url("../images/country-selection-overlay-background.png") repeat scroll 0 0 transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    display: none;
}	
#country-selection-popup {
    background-color: #FFFFFF;
    left: 50%;
    margin-left: -217px;
    margin-top: -134px;
    max-height: 298px;
    min-height: 268px;
    position: fixed;
    top: 50%;
    width: 434px;
    z-index: 2001;
    display: none;
}
#country-selection-popup .content {
   	padding: 30px;
   	text-align: center;
}
#country-selection-popup h2 {
  		display: block;
   	font-size: 1em;
}
#country-selection-popup h3 {
   	display: block;
  		font-size: 0.875em;
   	line-height: 1em;
   	padding: 25px 0 10px;
}
#country-selection-popup .continue {
   	color: #13541E;
   	font-size: 0.813em;
   	line-height: 1em;
   	padding: 0 0 15px;
   	text-decoration: underline;
}
#select-country-popup-dropdown {
  		background-color: #EFEFEF;
   	margin: 0 auto;
   	width: 153px;
}
#country-selection-popup .country-selection-button {
   	background: url("../images/country-selection-dropdown-icon.gif") no-repeat scroll 140px 11px #FFFFFF;
   	border-color: #949494;
   	border-style: solid;
   	border-width: 1px;
   	color: #474747;
   	display: block;
   	margin: 15px auto 0;
   	padding: 3px 20px 3px 10px;
   	position: relative;
   	text-decoration: none;
   	width: 121px;
}
#country-selection-popup .country-selection-button span {
   	font-size: 0.813em;
}
#select-country-popup-dropdown .content {
   	height: 0;
 	max-height: 150px;
  	overflow: hidden;
   	padding: 0;
   	position: relative;
}
#select-country-popup-dropdown h2 {
   display: none;
}
#select-country-popup-dropdown .scrollable {
   height: 150px;
   overflow: auto;
}	
#select-country-popup-dropdown ul {
    background-color: #EFEFEF;
    list-style-type: none;
    padding-bottom: 10px;
}
#select-country-popup-dropdown ul li {
    margin: 3px 0;
    text-align: left;
}
#select-country-popup-dropdown ul li span {
    color: #000000;
    font-size: 0.875em;
    padding: 3px 7px;
}
#select-country-popup-dropdown ul li ul {
    padding: 0;
}
#select-country-popup-dropdown ul li a {
    color: #474747;
    display: block;
    font-size: 0.813em;
    padding: 0 12px;
    text-decoration: none;
}
#select-country-popup-dropdown ul li a:hover {
   background-color: #8c8c8c;
   color: #ffffff;
}
#select-country-popup-dropdown .scrollbar {
    background: none repeat scroll 0 0 #C1BFBF;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}
#select-country-popup-dropdown .track {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#select-country-popup-dropdown .handle {
    background: none repeat scroll 0 0 #707070;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}
#country-selection-popup .close-button {
    background: url("../images/country-selection-popup-close-button.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 11px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-indent: -99999px;
    top: 10px;
    width: 11px;
}
#country-selection-popup .country-selection-button:hover {
    background-color: #C6C6C6;
    background-position: 140px -8px;
    border-color: #C6C6C6;
}
#country-selection-popup #select-country-popup-dropdown.open .country-selection-button {
    background-color: #EFEFEF;
    background-position: 140px -29px;
    border-color: #EFEFEF;
}
#country-selection-popup .country-selection-button span {
    font-size: 0.813em;
}
#CountryList{float:left;overflow: auto; width: 153px; position:relative;border:1px solid gray;display:inline}
#CountryList .scroll-content {position:absolute;top:0;left:0}
#CountryList .slider-wrap{position:absolute;right:0;top:0;background-color:#C1BFBF;width:16px;}
#CountryList .slider-vertical{position:relative;height:100%}
#CountryList .ui-slider-handle{width:16px;height:10px;margin:0 auto;background-color:#707070;display:block;position:absolute}
#CountryList .ui-slider-handle img{border:none}
#CountryList .scrollbar-top{position:absolute;top:0;}
#CountryList .scrollbar-bottom{position:absolute;bottom:0;}
#CountryList .scrollbar-grip{position:absolute;top:50%;margin-top:-6px;}
#CountryList .ui-slider-range{position:absolute;width:100%;background-color:#C1BFBF}
#CountryList .ui-widget-content, #CountryList .ui-slider-handle  {
	border: 0px solid #fff !important;
	background: url("") !important;
}
#CountryList .ui-slider-handle  {
	background-color: #3d3d3d !important;
	margin-left:4px;
}
#CountryList .ui-slider-vertical {
	width: 0px !important;
}


/********************************/
/* Sale Sash
/********************************/


.saleTabSmall {
	position: absolute;
	top: -5px;
	left: -7px;
	z-index: 4;
	width: 75px;
	height: 75px;
}

.saleTabSmall dt {
	display: none;
}

.saleTabSmall dd {
	display: block;
	font-size: 0.01em;
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
/* 	background: transparent url('../images/product-listing-sale-banner.png') no-repeat 0 0; */
}
.saleTabBig {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 101px;
	height: 101px;
}

.saleTabBig dt {
	display: none;
}

.saleTabBig dd {
	display: block;
	font-size: 0.01em;
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
/* 	background: transparent url('../images/product-listing-sale-banner.png') no-repeat 0 0; */
}


/********************************/
/* SEO Headers
/********************************/

.main-section h1 {
	font-size: 1.5em;
/* 	white-space: pre; */
}
.product-info h1 {
	font-size: 1em;
	font-weight: 700;
}
.product-info h2:nth-of-type(1) {
	font-size: .9em;
	font-weight: normal;
	text-transform: none;
}
.product-info h2:nth-of-type(2) {
	font-size: 1em !important;
	font-weight: normal;
	padding: 1px 0 0;
}
#header-basket-links .extra-info {
	display: none;
}


/********************************/
/* Sales
/********************************/


.prodPagePricingStrike {
	text-decoration: line-through;
	color: #1f5508;
}

.prodPagePricingStrike2 {
	text-decoration: line-through;
	color: #1f5508;
	font-size: 0.813em;
}

.prodPagePricing {
	color: #1f5508;
	font-weight: 400;
}
.pricingSaleUpper {
/* 	text-transform: uppercase; */
}

.pricingSaleUpper2 {
	font-size: 0.813em;
/* 	text-transform: uppercase; */
}

.pricingSaleStrong {
	color: #3d3d3d;
	font-weight: 700;
/* 	text-transform: uppercase; */
}
.pricingSaleRecentStrong {
	font-size: 0.813em;
	font-weight: 700;
}
.pricingRecentlyViewedSale {
	font-size: 0.813em;
	color: #ce3838;
	font-weight: 700;
}

.pricingRecentlyViewedNormalPrice {
 	font-size: 0.813em;
 	color: #3d3d3d;
}
.pricingSale {
	color: #ce3838;
	font-weight: 700;
/* 	text-transform: uppercase; */
}
.pricingWas {
	display: block;
	font-weight: normal;
	font-size: 0.813em;
	color: #3d3d3d;
	text-decoration: none;
	clear: left;
	line-height: 1.313em;
/* 	text-transform: uppercase; */
}

.pricingNormalPrice {
 font-size: 1.1em;
 color: #3d3d3d;
}

.product-listing-page .products ul li dd dd {
	font-weight: normal;
}
#top-nav .salesNav a:hover {
	color: #ce3838;
	background: #939393;
}
/* #top-nav ul li a.activeSale span { */
/* 	background: #ce3838; */
/* 	color: #ffffff; */
/* } */
.activeSale span {
	background: #ce3838;
	color: #ffffff;
}

/********************************/
/* EU Contact Page
/********************************/

.eu-contact {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.eu-contact .header {
	border-width: 0 0 1px 0;
	border-color: #c4c4c4;
	border-style: solid;
	margin-bottom: 20px;
}

.eu-contact .header h2 {
	font-size: 1.625em;
	line-height: 1.250em;
	font-weight: normal;
	margin: 0;
	font-family: 'ProximaNovaLight', 'Verdana', 'sans';
	text-transform: uppercase;
	text-align: center;
}

.eu-contact .header p {
	margin-top: -10px;
	text-align: center;
	padding-bottom: 15px;
}

.eu-contact .column {
	float: left;
	display: inline;
	width: 449px;
	margin: 0 30px 0 0;
	padding: 0;
}

.eu-contact h4 {
	clear: left;
	margin: 0;
	padding: 5px 0 15px 0;
	color: #555;
	font-size: 0.813em;
	font-weight: 700;	
}

.eu-contact h6 {
	clear: left;
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 0.813em;
	font-weight: normal;
}

.eu-contact dl {
	margin: 0 0 10px 0;
}

.eu-contact .address {
display: none;
}
.eu-contact dl dd, .eu-contact dl dt {
margin: 0;
font-size: 0.813em;
}
.eu-contact dt {
clear: left;
float: left;
padding-right: 5px;
}

.eu-contact a {
	color: #286D3A;
	text-decoration: underline;
}
