/*
# (c) 2012 DS Data Systems UK Ltd, All rights reserved.
#
# DS Data Systems and KonaKart and their respective logos, are 
# trademarks of DS Data Systems UK Ltd. All rights reserved.
#
# The information in this document below this text is free software; you can redistribute 
# it and/or modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
# 
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
*/

html { overflow-x:  hidden}
body{color: #333;
	font: 12.5px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
}
body.homepage {
	background: url("../images/jack-nicklaus-golf-course-in-the-fall.jpg") no-repeat top center #2e5c9c;	
}	
body a {
	color: #A08E3B;
	text-decoration: none !important;
	border: none !important;
}
body a img{text-decoration: none !important;
	border: none !important;}
body a:hover {
	color: #333;
	text-decoration: underline;
}

h1{
	font-size: 18px;
	margin: 10px 0;
}
h1#page-title {
    font-size: 26px;
}
h1#cart-page-title {
    font-size: 36px;
}
#page h1 {
    padding: 5px 20px;
}
h1.productTitle {
    padding: 0 !important;
    text-transform: uppercase;
}
h1, h2{
	color: #000;
}

h3{
	font-size: 13px;
	margin: 10px 0;
}


h3.title {
    display: inline-block;
    text-align: right;
    width: 208px;
}


a{
	color: black;
	text-decoration: none;
}


.kk-bold{
	font-weight: bold;	
}

a:hover{
	text-decoration: underline;
}

a img {border: none}
.text-link {color: #076324;	cursor:pointer;}
.text-link:hover{	color: #074F1D; text-decoration: underline !important;}

table{
	border-collapse: collapse;
	color: #333;
	float: left;
	font-size: 12.5px;
	margin: 0 0 10px 0;
	text-align: left;
	width: 100%;
}

table thead th{
	padding: 10px 0;
}

table td{
	line-height: 15px;
	padding: 4px 0;
	vertical-align: top;
	width: 50%;
}

table .odd{
	background-color: #f2f2f2;
}

/* Bread Crumbs */

#breadcrumbs{
	background: url("images/square.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #999;
	font-size: 11px; padding:12px 20px;
	clear:both
}

#breadcrumbs a{
	color: #666;
}

.breadcrumb-separator{
	background-image: url('../images/arrow-right-inactive.png');
	display: inline-block;
	margin: 0 7px;
	height: 7px;
	width: 5px;
}

/* Form Elements */

input[type=checkbox] {
	margin: 0 5px 0 0; border: none !important
}

.form-input > input {
    padding: 7px; border: 1px solid #CCCBCA;
}


#sign-in-column-left h3, #order-confirmation-column-left .form-section h3{ border-bottom: 1px solid #CCCCCC;  width: 80%;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 0 0 12px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}



.form-section label { padding-bottom: 10px}
/* Center elements with dynamic width */

.centered{
	display: table;
	margin: 0 auto;
	text-align: center;
}

#donationInputId {padding: 5px;}
#donation-entry-area { float:right; width: 250px; margin:0;padding: 0}
h3.donationTitle {font-size: 14px; border-bottom: 1px solid #A6A39E; margin: 0; padding: 0; line-height: 18px; text-transform: capitalize; border: none}

.radio-donation-entry-left, .radio-donation-entry-right { float: left; width: 49%;}
.radio-donation-entry-left ul, .radio-donation-entry-right ul, .custom-donation-entry ul { margin: 0; padding-left: 5px}
.radio-donation-entry-left li, .radio-donation-entry-right li, .custom-donation-entry li { list-style: none}

/*\*//*/ for IE 7 - centered items always need an extra span wrapped around
.centered {
    display: block;
}
.centered span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

/* Dropshadow */

.shadow {
	-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}

/* Styling for Rounded Corners

.rounded-corners {
	behavior: url('script/pie/PIE.htc');
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
 */
.rounded-corners-top {
 	behavior: url('script/pie/PIE.htc');
     -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius:  10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.rounded-corners-bottom {
 	behavior: url('script/pie/PIE.htc');
     -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius:  0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.rounded-corners-left {
  	behavior: url('script/pie/PIE.htc');
     -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -khtml-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.rounded-corners-right {
 	behavior: url('script/pie/PIE.htc');
     -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -khtml-border-radius:  0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
/*
.small-rounded-corners {
 	behavior: url('script/pie/PIE.htc');
     -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

.small-rounded-corners-top {
 	behavior: url('script/pie/PIE.htc');
     -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -khtml-border-radius:  7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}	

*/	
	
/* Top Bar */

#top-bar-container{
	background-color: #076324;
	border-bottom: 1px solid #312E29;
	position: fixed;
	width: 100%;	
	z-index: 999;
	color:#fff;
	height: 36px;
}

#top-bar{
	display: table;
	font-size: 11px;
	margin: 0 auto;
	overflow: visible; 
	padding: 11px 0;
	position: relative;
	width: 980px; z-index: 0
}

#top-bar #options{
	float: right;
}

.top-bar-menu-item{
	float: left;
	margin-left: 10px;
}

#language-selector{
	float: left; color:#000;
}

#language-selector .selectboxit-container .selectboxit {
	width: 110px; /* width of language drop list */
}
#language-selector .selectboxit-container .selectboxit-options{
	min-width: 110px; /* width of language drop list items */
}


span.line {
    border-bottom: 1px dotted #E4E4E4;
    bottom: 0;
    display: block;
    height: 1px;
    padding-top: 9px;
    position: relative;
    width: 75%;
}

.flag {
	width: 14px; 
	height: 9px;
	margin-left: 10px;	
}
	
.flag-en-GB {
	background-image: url('../images/flags/en_GB.gif');
}

.flag-de-DE {
	background-image: url('../images/flags/de_DE.gif');
}

.flag-es-ES {
	background-image: url('../images/flags/es_ES.gif');
}

.flag-pt-BR {
	background-image: url('../images/flags/pt_BR.gif');
}

#language, #currency{
	float: left;
}

#currency-selector .selectboxit-container .selectboxit {
	width: 80px; /* width of currency drop list */
}
#currency-selector .selectboxit-container .selectboxit-options{
	min-width: 80px; /* width of currency drop list items */
}

#my-account a{	 }
#options-left {float:left;}
#options-left a{color:#fff;}
#options-left a:hover{color:#a99e62; text-decoration:none}
/* Header */

#cookie-container{
	padding-top: 30px;
}

#cookie-warning{
	margin: 0 auto;
	height: 40px;
	width: 1020px;
	background-color: #eff0f1;
}

#cookie-warning-text{
	font-size: 12px;
	margin-top: 20px;
	padding-top:10px;
	padding-left:10px;
}

#cookie-warn-button{
	margin-left: 30px;
	margin-right: 30px;
	font-weight: normal;
	float:right;
	background-color: #e4c14a;
}

#header-container{
	padding-top: 37px;
}

#header{
	margin: 35px auto 20px;
	width: 1020px;
}
a.header2-top {
    color: #FFFFFF;
}

#logo{
	font-weight: bold;
	margin: 0 auto;
	width: 250px;
}
#logo a{
	text-decoration: none;
	display: block;
	border: 0;
}
#logo img { border:none}
#TopMenu { padding: 0; margin:0}
#TopMenu li { float: left; margin-right: 15px; list-style: none;}
#TopMenu li a{ font-size: 11px; color:#fff}
#TopMenu li a:hover{ color:#A99E62; text-decoration: none}

/* Search */

#search{
	display: none;
	float: right;
	margin-top: 30px;
	position: relative; /* IE */
	z-index: 100000; /* IE */
}

#adv-search-link {
	font-size: 10.5px;
	float:right;
	margin-top:10px;
	margin-right:5px;
}

.ui-menu-item {
	font: 12px Helvetica Neue, Arial, sans-serif;
}

li.ui-menu-item a.ui-state-focus {
	background: #f1f2f3;
	color: #333;
	border: 1px solid #e5e5e5;
}	

#search input{
	background-color: #f1f2f3;
	color: #333;
	border: 1px solid #e5e5e5;
	float: left;
	padding: 5px;
	width: 500px;
	display: block;
	height:  16px;
}

#search-button{
	background: #000;
	color: #fff;
	float: left;
	font-size: 10.5px;
	font-size: 11px\9;
	font-weight: bold\9;
	height: 13px;
	padding: 6px 30px 7px ;
	position: relative; /* IE */
	text-decoration: none;
	text-transform: uppercase;
}

#search-button:hover{
	cursor:pointer;
}

/* Page */

#page-container{width:100%;}

#page{
	margin: 0 auto;
	width: 1020px;
	background:#fff; min-height: 490px;
	box-shadow: -4px 16px 26px 0 rgba(0, 0, 0, 0.75)	
}

/* Content */

.content-area{
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
}

#content.wide{
	width: 1020px;
}

#content.narrow{
	margin-top: 10px;
	overflow: hidden;
	width: 800px;
	padding-bottom: 20px;
}

/* Main Menu */

#main-menu{	margin: 15px 0 0;	background-color: #076324; height:41px}
#main-menu .last-child{	margin-right: 0;}
#main-menu>ul>li>a{	margin-right: 5px;	overflow: hidden;	color: #fff;	font-size: 18px;	text-decoration: none;	letter-spacing: 1px;}
#main-menu>ul>li>a.hover ul {    display: block !important;}
#main-menu li {    float: left;    letter-spacing: 1px;    line-height: 21px;    position: relative;    width: auto;     height: 21px;    padding: 10px 0;}
#main-menu li a {    padding: 0 24px;}
#main-menu>ul>li:hover{	background: #ddaf2e;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNkZGFmMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWFjZDRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #ddaf2e 30%, #eacd4d 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ddaf2e), color-stop(100%,#eacd4d));background: -webkit-linear-gradient(top, #ddaf2e 30%,#eacd4d 100%);background: -o-linear-gradient(top, #ddaf2e 30%,#eacd4d 100%);background: -ms-linear-gradient(top, #ddaf2e 30%,#eacd4d 100%);background: linear-gradient(to bottom, #ddaf2e 30%,#eacd4d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddaf2e', endColorstr='#eacd4d',GradientType=0 );color:#fff}
#main-menu .current-menu-item, #main-menu>ul>li.current-cat { color:#fff; background: #edd76d;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZDc2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGFmMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #edd76d 0%, #ddaf2e 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edd76d), color-stop(100%,#ddaf2e));
background: -webkit-linear-gradient(top, #edd76d 0%,#ddaf2e 100%);background: -o-linear-gradient(top, #edd76d 0%,#ddaf2e 100%);background: -ms-linear-gradient(top, #edd76d 0%,#ddaf2e 100%);background: linear-gradient(to bottom, #edd76d 0%,#ddaf2e 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd76d', endColorstr='#ddaf2e',GradientType=0 );}
#main-menu ul {	margin:0;    padding: 0;    width: auto;    z-index: 1;}
#main-menu ul li { list-style:none; text-transform: uppercase}
#main-menu ul li.hover ul.submenu {display:block}
#main-menu ul li ul { position: absolute}

.submenu:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    z-index: 1;}
.submenu { display: none;left: 0; overflow: hidden;   margin-left: 0;    position: absolute;    top: 41px; width:250px; background:#fff; box-shadow: 0 0 2px #999999;z-index: 999 !important;
}
.submenu>li {left: 0;position: absolute; display: block; padding-left: 20px !important;cursor: pointer; color:#A99E62; font-size: 12px; height: auto; letter-spacing: 0; position: static; width:100% !important}
.submenu>li.hover {background:#E7C848; color:#fff !important;width:100% !important }
.submenu>li.hover>a{ color:#fff !important; text-decoration:none }
.submenu>li>a {border: 0 solid; display: block; padding: 0 20px 0 5px !important; width:100% !important }


.sub-indicator {  
	background: url("images/subDrop2.png") no-repeat;    display: block;    height: 7px !important;    margin-top: -2px !important;    opacity: 1 !important;    position: absolute;    right: 10px !important;    top: 50% !important;    width: 7px !important;    z-index: 1;
}


/* Slideshow */

.slide{
	height: 449px;
	width: 1020px;	
}

#slideshow-navigation{
	margin-top: 280px;
	position: absolute;
	width: 920px;
}

#selectors{
	float: right;
}

.selector{
	background-image: url('../images/slideshow/selector.png');
	display: block;
	float: left;
	height: 12px;
	margin-left: 5px;
	width: 12px;
}

.selector:hover, .selector.active{
	background-image: url('../images/slideshow/selector-active.png');
}

/* Banners */

#content.narrow #banner{
	height: 171px;
	width: 760px;
}

#banner {
    background-repeat: no-repeat;
    background-size: 980px auto;    
    margin: 20px;
    width: 980px;
}
#banner img {
    width: 100%;
}
.banner-small, .banner-double{
	float: left;
	height: 148px;
	margin-right: 20px;
}

.banner-small{
	width: 220px;
}

.banner-double{
	width: 520px;
}

#banners .last-child{
	margin: 0;
}

/* Item Area */
#item-overview .item { margin: 0 18px 30px}

.item-area{
	background: #fff;
	float: left;
	margin-top: 10px;
}

.item-area.wide{
	width: 1020px;
}

.item-area.narrow{
	width: 800px;
}

.item-area-title{
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}

.item-area-header, .item-area-footer{
	height: 33px;
	overflow: hidden;
}

.item-area-header{
	border-bottom: 1px solid #e5e5e5;
}

.item-area-footer{
	border-top: 1px solid #e5e5e5; display: none; margin-bottom: 20px;
}

.item-area-navigation{
	float: right; border: 1px solid #E5E5E5;
}

.item-area-navigation .all-items{
	color: #000;
	float: left;
	font-size: 11.5px;
	margin-right: 10px;
	padding: 10px 0;
	text-decoration: none;
}

.items{
	overflow: hidden;
	padding: 20px;
}
.items ul li { list-style: none}

.spelling-suggestions{
	margin-left: 100px;
	font-weight: bold;
}

/* Item Overview Area Navigation */

.item-overview-area-navigation-left{
	float: left;
}

.item-overview-area-navigation-right{
	float: right;
}
.item-overview-area-navigation-center {
    margin: 0 auto;
    display: table;
}
.item-overview-area-navigation{
	font-size: 11px;
}

.item-overview-area-navigation .narrow{
	width: 760px;
}

.item-overview-area-navigation .wide{
	width: 1020px;
}

.navigation-element{
	float: left;
	padding: 10px;
}

.separator, .separator-small{
	background-color: #e5e5e5;
	float: left;
	width: 1px;
}

.separator {
	height: 32px;
}

.separator-small{
	height: 12px;
}

.navigation-dropdown{
	padding: 6px 10px;
}

.navigation-dropdown select{
	margin-left: 5px;
}

.pagination-element{
	float: left;
	height: 19px;
	text-align: center;
	width: 22px;
	cursor: pointer;
	}
.pagination-element:hover {text-decoration: none}

.item-overview-pagination .current{
	background-color: #E7E8E7;
	color: #000;
	margin-right: 2px;
}

/* Item Area Navigation */

.item-arrow{
	float: left;
	height: 30px;
	width: 30px;
	border-left: 1px solid #e5e5e5;	
}

.previous-items{
	background: url('../images/arrow-left.png') center center no-repeat;
}

.previous-items:hover{
	background: url('../images/arrow-left-hover.png') center center no-repeat;
}

.previous-items-inactive{
	background: url('../images/arrow-left-inactive.png') center center no-repeat;
}

.previous-items.inactive{
	background: url('../images/arrow-left-inactive.png') center center no-repeat;
}

.next-items{
	background: url('../images/arrow-right.png') center center no-repeat;
}

.next-items:hover{
	background: url('../images/arrow-right-hover.png') center center no-repeat;
}

.next-items-inactive{
	background: url('../images/arrow-right-inactive.png') center center no-repeat;
}

.next-items.inactive{
	background: url('../images/arrow-right-inactive.png') center center no-repeat;
}

/* Item */


.item{
	float: left;
	min-height: 300px;
	overflow: hidden;
	margin: 10px;
	width: 150px;
	position: relative;
}

.item a img{
	border: none;
	height: 150px;
	margin-bottom: 5px;
	width: 150px;
}

div.item .item-title{
	color: #4C4944;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 60px;
    position: relative;
    z-index: 1;
}

.jcarousel-item .item-title { height: auto !important}
div.rating .item-title {
    height: 0;
}
.item-title:hover {	color: #c6bb7f}



.price{
	color: #333;
	display: inline;
	font-size: 12px;
}

.old{
	color: #666;
	text-decoration: line-through;
	margin-right: 2px;
}

.label{
	color: #fff;
	display: inline;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-break: 0;
	margin: 5px 2px 0 0;
	padding: 0 5px 2px 5px;
	vertical-align: top;
}

.free-shipping, .shipped{
	background-color: #3a9f4b;
}

.save{
	background-color: #d41d0a; display:none;
}

.pending{
	background-color: #f08d00;
}

.pending, .shipped{
	margin: 0;
}

/* Rating */

.rating, .rating-big{
	overflow: hidden;
	padding: 3px 0;
}

.star{
	float: left;
	height: 13px;
	width: 13px;
}

.star.full{
	background-image: url('../images/star-full.png');
}

.star.half{
	background-image: url('../images/star-half.png');
}

.star.empty{
	background-image: url('../images/star-empty.png');
}

.star-big{
	float: left;
	height: 17px;
	width: 17px;
}

.star-big.full{
	background-image: url('../images/star-full-big.png');
}

.star-big.half{
	background-image: url('../images/star-half-big.png');
}

.star-big.empty{
	background-image: url('../images/star-empty-big.png');
}

#star-reviews-link{
	font-size: 11.5px;
	margin-left: 5px;
}

/* Item Mouse Over */

.item-over-container{
}

.carousel-item .item-over-container{
	border: 1px solid #bfc2c4;
	margin: 0px 0px 0px 0px;
	height: 270px;
}

.item-over{
	display: none;
}

.item-over a {
	text-decoration: none;
	color: #fff;
}

.item-over a:hover {
	text-decoration: none;
	color: #fff;	
}

.item-over:hover {
	cursor: pointer;
}

.item-overlay{
	background-color: #40494f;
	filter: alpha(opacity = 60);
	height: 150px;
	opacity: 0.6;
	width: 150px;
	position: absolute;
}

.items-left{
	background: url('../images/items-left-circle.png');
	color: #fff;
	font-size: 11px;
	height: 29px;
	line-height: 11px;
	margin: 10px 0 0 106px;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	width: 34px;
	z-index: 900;
}

div.pricing {
    margin-bottom: 10px;
}

.green {
	background: url('../images/green-circle.png');
}

.amber {
	background: url('../images/amber-circle.png');
}

.red {
	background: url('../images/red-circle.png');
}

.button, .button-small, .button-medium {
	background: #076324;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 300ms ease 0s;
}

.back-button {}
.button {
	font-size: 14px;
	padding: 0 20px;
}

.button-small{
	font-size: 9px;
	padding: 2px 5px;
}

.button-medium {
	font-size: 9px;
	padding: 3px 7px;
}
.button-large {
	padding: 7px 20px;
}


.button:hover, .button-small:hover, .button-medium:hover{
	text-decoration: none;
	color: #fff;
	background-color: #E4C14A;
	cursor: pointer;
}

.button-right{
	float: right;
}

.item-buttons-container{
	height: 150px;	
	position: absolute;
	width: 150px;
	z-index: 103;
}

.item-buttons-container{
	margin-top: 60px;
}

.add-to-wishlist-container{
	margin-top: 9px;
}

#buying-details .add-to-wishlist-container{
	float: left;	
}

.add-to-wishlist, .add-to-wishlist-prod-details {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	vertical-align: middle;
}

.plus-button{
	line-height: 20px;
	vertical-align: middle;
}

a.btn {
    height: 34px !important;
    line-height: 34px !important;
}

input[type="submit"], .btn, input[type="reset"], input[type="button"] {
    background: none repeat scroll 0 0 #E4C14A;
    border: 1px solid #354353;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 500;
    height: 36px;
    line-height: 100% !important;
    overflow: visible;
    padding: 0 20px;
    text-transform: uppercase;
    vertical-align: top;
    text-decoration: none !important;
    transition: all 300ms ease 0s;
}


html {
}
body {
    color: #312E29;
}
body.checkout {
    background: url("/product_images/uploaded_images/checkout-bg.jpg") no-repeat fixed center top #2E5EA6;
}
a {
    color: #A08E3B;
    text-decoration: none;
}
a:hover {
    color: #967D10;
}
.Textbox, select, textarea, .field-xlarge {
    border: 1px solid #CCCBCA;
}
input[type="submit"], .btn, input[type="reset"], input[type="button"] {
    background: none repeat scroll 0 0 #076324;
    border: 1px solid #354353;
    color: #FFFFFF !important;
    text-decoration: none !important;
    transition: all 300ms ease 0s;
}
input[type="submit"]:hover, .btn:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: none repeat scroll 0 0 #E7C645;
    border: 1px solid #E7C645;
    transition: all 300ms ease 0s;
}


/* Footer */

#kkfooter{
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding: 30px 0;
	background: #fff;
	width: 100%;
	box-shadow: 0 -23px 24px -40px rgba(0, 0, 0, 0.75)
}

#kkfooter a{
	color: #000;
	text-decoration: none;
}

#kkfooter a:hover{
	text-decoration: underline;
}
#kkfooter h2 { border-bottom: 1px solid #a6a39e; margin-bottom: 15px; padding-bottom: 15px; font-size: 14px}

.footer-area{
	float: left;
	margin-right: 20px;
}

#kkfooter .last-child{
	margin-right: 0;
}

#kkfooter .narrow{
	width: 310px; margin: 0 0 0 20px
}

#kkfooter .wide{
	width: 300px;
}

.footer-area ul { list-style-type:none; margin: 0;padding: 0;}
.footer-area ul li{ margin: 0 0 10px;padding: 0; width: auto}

/* Customer Care */

#contact-info { padding: 0}
.agreement {    margin-left: 205px;}
#orderInfo .agreement {    margin-left: 220px;}


.contact-form-buttons {    width: 305px;}


/* Newsletter Signup */

#newsletter input{
	background-color: #fff;
	border: 1px solid #999;
	color: #333;
	float: left;
	height: 18px;
	line-height: 15px; /* IE - for text indent to work */
	padding: 3px 5px;
	text-indent: 5px;
	width: 230px;
	margin-bottom: 15px;
	
}

#kkfooter #newsletter-button{
	background: #076324;
	color: #fff;
	font-size: 13px;
	padding: 5px 20px;
	border:1px solid #999;
	clear: both;
	display: inline-block;
	cursor: pointer;
	text-transform: capitalize;
	width: auto;
	height: 20px;
	transition: all 300ms ease 0s;
	float: left; margin-left: 55px
	
}

#kkfooter #newsletter-button:hover{	text-decoration: none;	cursor:pointer;	background: #E7C645;
}

#newsletter-msg {   float: left;margin: 0 10px 10px; width: 230px;  }

/* Social Media Icons */

.social-icon{
	display: block;
	float: left;
	height: 25px;
	margin: 1px 6px 0 0;
	width: 25px;
}

.email{	background-image: url('../images/icons/email.png');	width: 18px;}
.twitter{background-image: url('../images/icons/twitter.png');}
.facebook{background-image: url('../images/icons/facebook.png');}
.pinterest{	background-image: url('../images/icons/pinterest.png');}
.instagram{	background-image: url('../images/icons/instagram.png');}
.twitter-grey{background-image: url('../images/icons/twitter-grey.png');}
.facebook-grey{	background-image: url('../images/icons/facebook-grey.png');}
.pinterest-grey{background-image: url('../images/icons/pinterest-grey.png');}
.instagram-grey{background-image: url('../images/icons/instagram-grey.png');}


/* Copyright */

#copyright{
	color: #666;
	font-size: 12px;
	margin: 0 auto;
	padding: 15px 0;
	width: 1020px; display: none;
}

#copyright a{
	color: #000;
	text-decoration: none;
}

#copyright a:hover{
	text-decoration: underline;
}

/* Shopping Cart */

.shopping-cart-mouseover{
	background-color: #fff;
	border-top: 1px #cfcfcf solid;
	border-left: 1px #cfcfcf solid;
	border-right: 1px #cfcfcf solid;
	height: 23px;
	margin: -4px -5px -5px 5px !important;
	overflow: visible;
	position: relative;
	padding: 4px;
	z-index: 99;
	color: #000
}

#shopping-cart-container{
	display: none;
	cursor: pointer;
	z-index: 1000;
}

#wish-list-container{
	display: none;
	cursor: pointer;
}

#shopping-cart:hover{
	cursor: pointer;
}


#shopping-cart select {
    min-width: 220px !important; width:99% !important;
}

#wish-list:hover{
	cursor: pointer;
}

.slide-out-contents{
	background-color: #fff;
	border: 1px #cfcfcf solid;
	line-height: 15px;
	padding: 10px;
	position: absolute;
	z-index: -1;	
	top: 36px;
	width: 250px;
	color:#000;
}

#shopping-cart-contents{
	right: -5px;
}

#wish-list-contents{
	right: 0px; /* set dynamically */
}

#wish-list-items, #shopping-cart-items{
	border-bottom: 1px #cfcfcf solid;
	padding-bottom: 5px;
	overflow-y:auto;
	max-height:500px;
	overflow-x:hidden;
}

#shopping-cart { display: block}

.shopping-cart-item{
	display: table;
	height: 1%; /* For IE 7 */
	*display: block; /* For IE 7 */
	width:240px;	
}

.shopping-cart-item img{
	float: left;
	height: 60px;
	margin: 7px 15px 5px 15px;
	width: 60px;
}

.shopping-cart-item-title{
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin-top: 5px;
	overflow: hidden;
	text-decoration: none;
	width: 150px;
}

.shopping-cart-item-title:hover	{
	text-decoration: underline;
}

.shopping-cart-item-price{
	margin-left: 90px;  
	position: relative;
}

.shopping-cart-item-option, .shopping-cart-item-subscribe-option{
	font-size: 10px;
	font-style: italic;  
}

.subtotal{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

.subtotal-label{
	float: left;
	padding-top: 5px;
	text-transform: uppercase;
	width: 90px;
}

.subtotal-amount{
	float: left;padding-top: 5px;padding-bottom: 5px;
}

/*
#shopping-cart-checkout-button{	float: right; background: #E4C14A;	font-weight: normal; padding: 5px 15px;}
#shopping-cart-checkout-button:hover{ background: #076324;}
*/
#shopping-cart-view-cart-button{	float: right; background: #E4C14A;	font-weight: normal; padding: 5px 15px;}
#shopping-cart-view-cart-button:hover{ background: #076324;}



.CartLink { float: right}


/* Category */

/* Side Menu */

#side-menu{
	float: left;
	line-height: 20px;
	padding: 0 20px;
	width: 160px;
	background: url("../images/menu-bg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

#side-menu ul, #side-menu ul li, #side-menu ul li a {
	font-size: 12px; 
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0;
	color: #000;
	font-size:13px;
}

#side-menu ul li  {
	word-wrap:break-word;	
}

#side-menu .side-menu-section ul {
	margin-left:10px;
}

#side-menu h1 {padding:2px 20px 5px 0}

.selected, .not-selected {
	display: inline-block;
	margin-right: 4px;
	height: 10px;
	width: 10px;
}

.selected {
	background-image: url('../images/selected.png');
}

.not-selected {
	background-image: url('../images/not-selected.png');
}

/*
#side-menu ul li{
	height: 20px; 
}
*/

#side-menu .current-cat {
	font-weight:bold;
}

#side-menu .clear-filters {
	font-size: 13px;
}


#side-menu h2{
	font-size: 13px;
	margin-bottom: 0;
}

#side-menu h1{
	font-size: 18px;
	margin-bottom: 15px;
}

#remove-all{
	height: 17px;
}

#remove-all a{background: url("../images/x-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 3px;
    padding-left: 22px;
}

/* Range Slider */

#side-menu .ui-widget-header {
	background:  #fff !important;
}

#side-menu .range-slider{
	/*overflow: hidden;*/
}

#side-menu .range-slider .ui-widget-content.ui-corner-all {
	background:  #e8eaeb !important;
	border: 1px solid #b3b4b5 !important;
	height: 6px !important;
	border-radius: 0 !important;
}

#side-menu .ui-slider .ui-slider-handle {
	width: 14px !important;
	height: 14px !important;
}

#side-menu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #f6f6f6 !important;
	border: 1px solid #808182 !important;
	
}

#side-menu .range-slider h2{
	margin-bottom: 5px;
}

#amount {
	margin-top:10px;	
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.5em !important;
}

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { 
	-moz-border-radius-topleft: 10px !important /*{cornerRadius}*/; 
	-webkit-border-top-left-radius: 10px !important /*{cornerRadius}*/; 
	-khtml-border-top-left-radius: 10px !important /*{cornerRadius}*/; 
	border-top-left-radius: 10px !important /*{cornerRadius}*/; 
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { 
	-moz-border-radius-topright: 10px !important /*{cornerRadius}*/; 
	-webkit-border-top-right-radius: 10px !important /*{cornerRadius}*/; 
	-khtml-border-top-right-radius: 10px !important /*{cornerRadius}*/; 
	border-top-right-radius: 10px !important /*{cornerRadius}*/; 
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { 
	-moz-border-radius-bottomleft: 10px !important /*{cornerRadius}*/; 
	-webkit-border-bottom-left-radius: 10px !important /*{cornerRadius}*/; 
	-khtml-border-bottom-left-radius: 10px !important /*{cornerRadius}*/; 
	border-bottom-left-radius: 10px !important /*{cornerRadius}*/; 
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { 
	-moz-border-radius-bottomright: 10px !important /*{cornerRadius}*/; 
	-webkit-border-bottom-right-radius: 10px !important /*{cornerRadius}*/; 
	-khtml-border-bottom-right-radius: 10px !important /*{cornerRadius}*/; 
	border-bottom-right-radius: 10px !important /*{cornerRadius}*/; 
}

/* Product Page */

#product-area{
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
}

#product-column-left{
	float: left;
	margin-right: 20px;
	width: 520px;
}

#product-column-right{
	float: left;
	width: 440px;
}

#buying-details{
	border: 1px solid #e5e5e5;
	color: #333;
	font-size: 12.5px;
	overflow: hidden;
	padding: 10px;
}

#product-price{
	font-size: 24px;
}

.product-price-old{
	text-decoration: line-through;
}

.product-price-current{
	font-weight: bold;
}

#left-in-stock{
	font-weight: bold;
}

.labels{
	display: inline-block;
}

.product-option{
	margin-top: 10px;
}

.product-option .validation-msg {
	float: left;
	width: 330px;
	color: #A00000;
}

.product-option .numeric {
	width: 100px;
}

.product-option .cust-text {
	width: 100%;
}

#current-color{
	font-weight: bold;
}

#product-color-images{
	overflow: hidden;
	width: 360px;
}

.product-color-image{
	border: 1px solid #ddd;
	float: left;
	height: 42px;
	margin: 5px 5px 5px 0;
	width: 42px;
}

.product-color-image:hover, .selected-product-color{
	border: 1px solid #777;
}

.selected-product-color:hover{
	margin: 5px 5px 5px 0 !important;
}

.product-buttons{
	margin-top: 15px;
	float: left;
	margin-left:2px;
}
.add-to-cart-button {
 background: url("images/cart.png") no-repeat scroll 8px 50% #E4C14A;
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    padding: 1px 10px 1px 30px;
    text-transform: uppercase; position: absolute; bottom:0; 
    
}
.add-to-cart-button:hover { background: url("images/cart.png") no-repeat scroll 8px 50% #312E29;}
    
.add-to-cart-button-big{
	background: url("images/cart.png") no-repeat scroll 8px 50% #076324;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	padding: 10px 18px 10px 30px;
}
.subscribe-button-big{
	background: url("../images/arrow-down-button.png") no-repeat scroll 8px 50% #076324;
	background-color: #076324;
	font-size: 12px;
	margin-left: 10px;
	padding: 10px 15px 10px 25px;
}

.add-to-cart-qty{
	font-size: 12px;
	float: left;
	margin-right: 10px;
	padding: 8px 10px;
}
select#prodQuantityId {
    margin-left: 10px;
}
.update-button{
	display: inline-block;
	margin: 2px 0 0 6px;
	color:#FFFFFF;
	background: #076324;
	text-transform: capitalize;
	padding: 3px;
	transition:all 300ms ease 0s;
	font-size: 11px
}

.update-button:hover{
	background: #A99E62;
	color:#fff;
	cursor:pointer;
}

#couponCodeUpdate {
    font-size: 15px;
    padding: 10px 15px !important;
}

.promotion-codes-field > input {
    padding: 9px;
}

.form-button{
	border: none;
	color: #fff !important;
	float: left;
	font-family: Helvetica Neue, Arial, sans-serif;
}

.product-buttons .add-to-wishlist{
	color: black;
}

.product-buttons .add-to-wishlist-prod-details{
	color: black;
}

.product-buttons .add-to-wishlist-prod-details:hover{
	cursor: pointer;
}

#notify-me-container{
	float: left;
	font-size: 11px;
	margin-top: 7px;
	width: 340px;
}

#notify-me-container ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#notify-me-container ul li label{
	padding-top: 3px;
	vertical-align: top;
	height: 1%;
}

#share-this{
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 11px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}

#share-this-label{
	float: left;
	padding: 4px 7px 0 0;
}
.usShipping { color: #D60300}

/* Sidebar Item Area's */

.item-area-sidebar{
	margin-bottom: 20px;	
	padding: 0 0 10px 0; border: 1px solid #e4e4e4;
}

.item-area-sidebar .item-area-header{ padding-left: 10px
	
}

.item-area-sidebar .item-area-title{
	padding-left: 0;
}

.item-area-sidebar .items{
	background: #fff;
}

.item-area-sidebar .item{
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.item-area-sidebar .item img{
	float: left;
	height: 80px;
	margin-right: 10px;
	width: 80px;
}

#product-content-tabs{
	color: #353e45;
  /*	margin-left: -10px;  */
}

.product-content-tab-filler, .product-content-tab-spacer{
	overflow: hidden;
	float: none;
	height: 28px;
}

.product-content-tab-spacer{
	float: left;
	width: 5px;border-bottom: 1px solid #E5E5E5;
}

.product-content-tab:hover{
	background-color: #f2f2f2;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 7px 9px 5px 9px;
	cursor: pointer;border-bottom: none !important;
}

.product-content-tab a:hover{
	text-decoration: none; border-bottom: none;
}

.product-content-tab{
	float: left;
	font-size: 12.5px;
	padding: 8px 10px 5px 10px;
}

.selected-product-content-tab{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 7px 10px; 
	background:#fff;
}

.selected-product-content-tab:hover{
	background: #fff;
	padding: 5px 10px 7px 10px;
	cursor: auto; border-bottom: none !important;
}

#product-description, #product-reviews {
	 border: 1px solid #E5E5E5;
    padding: 5px 15px;
}

#product-description-right {border: none;padding: 0 15px;}
/* Product Images Slideviewer */

#product-images-container {
	margin-bottom: 20px;
}

.gallery_output img { width: 420px !important; height: 420px !important}


.gallery img {
	border: none;
}

.gallery_nav {
	float:left;
	width: 500px;
	text-align: center;
	background: #FFF;
}

.gallery_nav img {
	margin-left:5px; border: 1px solid #C4C4C4 !important;
}

.gallery_output {
	width: 500px;
	height: 420px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.gallery_output img {
	display: block;
	margin: 4px auto 0 auto;
}


/* Product Reviews */

.product-review .rating{
	float: left;
	margin-right: 5px;
}

.product-review-title{
	font-size: 12.5px;
	margin-bottom: 5px;
}

.product-review-details{
	margin-top: 5px;
	color: #666;
	font-size: 11.5px;
}

.product-review-details > span{
	margin: 3px;
}

.product-review-details-date{
	float: right;
}

.product-review-details-author{
	font-weight: bold;
}

/* Product Reviews Meters */

#average-customer-reviews{
	height: 140px;
}

.average-customer-reviews-meter-container{
	float: left;
	margin-bottom: 5px;
}

#average-customer-reviews-meters{
	float: left;
	margin: 20px 0;
	overflow: hidden;
	width: 320px;
}

.average-customer-reviews-meter{
	background-color: #e1edf7;
	float: left;
	height: 14px;
	width: 200px;
}

.average-customer-reviews-meter-label{
	float: left;
	width: 60px;
}

.average-customer-reviews-number{
	color: #666;
	float: left;
	font-size: 12px;
	margin-left: 5px;
}

.average-customer-reviews-meter > span{
	background-color: #3689c9;
	display: block;
	height: 100%;
}

#average-customer-reviews-stars{
	float: left;
	margin: 20px 0;
	font-size: 12px;
	font-weight: bold;	
}

#average-customer-reviews-stars .write-review{
	float: left;
	margin: 20px 0;
}

/* Product Reviews Navigation */

.write-review-button { padding: 5px 10px}

.product-reviews-navigation-left{
	float: left;
}

.product-reviews-navigation-right{
	float: right;
}

.product-reviews-navigation{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	overflow: hidden;
	width: 410px;
}

.navigation-element{
	float: left;
	padding: 10px;
}

.separator{
	background-color: #e5e5e5;
	float: left;
	height: 32px;
	width: 1px;
}

.navigation-dropdown{
	padding: 6px 10px;
}

.navigation-dropdown select{
	margin-left: 5px;
}


.product-reviews-pagination .current{
	background-color: #000;
	color: white;
	margin-right: 2px;
}

/*
 Horizontal and Vertical Carousel
*/
.item-vert-arrow{
	float: right;
	height: 30px;
	width: 30px;
	border-left: 1px solid #e5e5e5;	
}

.next-items-up{
	background: url('../images/arrow-up.png') center center no-repeat;
}

.next-items-up:hover{
	background: url('../images/arrow-up-hover.png') center center no-repeat;
}

.next-items-up-inactive{
	background: url('../images/arrow-up-inactive.png') center center no-repeat;
}

.previous-items-down{
	background: url('../images/arrow-down.png') center center no-repeat;
}

.previous-items-down:hover{
	background: url('../images/arrow-down-hover.png') center center no-repeat;
}

.previous-items-down-inactive{
	background: url('../images/arrow-down-inactive.png') center center no-repeat;
}

.jcarousel-skin-kk .jcarousel-container {
    background: #FFFFFF;
}

.jcarousel-skin-kk .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-kk .jcarousel-container-horizontal {
    height: 340px;
    padding: 10px 20px;
}

.jcarousel-skin-kk .jcarousel-container-vertical {
    /* width: 480px; */
    height: 245px; /* 425 to show 5, 245 to show 3 */
    padding: 10px 10px;
}

.jcarousel-skin-kk .jcarousel-clip {
    overflow: hidden; 
}

.jcarousel-skin-kk .jcarousel-clip-horizontal {
    height: 340px;
}

.jcarousel-skin-kk .jcarousel-clip-vertical {
    width:  100%;
    height: 255px; /* 425 to show 5, 245 to show 3 */
}

.jcarousel-skin-kk .jcarousel-item {}

.jcarousel-skin-kk .jcarousel-item-horizontal {
    width: 180px;
    min-height: 320px;
    margin-top: 1px;
    margin-left: 1px;
    margin-bottom: 1px;
}

.jcarousel-skin-kk .jcarousel-direction-rtl .jcarousel-item-horizontal {

}

.jcarousel-skin-kk .jcarousel-item-vertical {
    margin-bottom: 10px;
    width: 100%;
    height: 75px;
}

.jcarousel-skin-kk .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}



/* Forms */

.form-input{
	height: 22px;
	line-height: 15px;
	display: table; padding-bottom: 10px
}

#form1{
	overflow: visible;
}

.form-section label{
	float: left;
	width: 205px;
}

.registration .form-input label {
    padding-right: 15px;
    text-align: right;
}

#orderInfo .form-section select{
	float: left;
	padding: 5px;
	min-width: 200px;
}

.form-section select{
	float: left;
	padding: 5px;
	min-width: 250px;
}

#orderInfo .form-section input[type="text"],#orderInfo .form-section input[type="password"],#orderInfo .form-section select,#orderInfo .form-section textarea{
	background-color: #f7f7f7;
	border: 1px solid #bfbfbf;
	float: left;
}

.promotion-codes-field > input, .form-section input[type="text"], .form-section input[type="password"], .form-section select, .form-section textarea{
	background-color: #f7f7f7;
	border: 1px solid #bfbfbf;
	float: left;
	width: 250px
}
.CheckoutCustomerService { width: 558px;}


.form-section .validation-msg {
	float: left;
	color: #A00000;
}

.messageStackError{
	background-image: url('../images/ErrorIcon.png');    
    color: #000000;
    margin: 0 0 10px;
    padding: 12px 6px 10px 50px;
    width: 90%;
    background-repeat: no-repeat;
    background-color: #FFE5E5;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.messageStackSuccess{
    background-image: url('../images/SuccessIcon.png');    
    color: #000000;
    margin: 0 0 10px;
    padding: 12px 6px 10px 50px;
    width: 90%;
    background-color: #E8FFEE;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.messageInfo{
	background-image: url('../images/InfoIcon.png');    
    color: #000000;
    margin: 0 0 20px;
    padding: 12px 6px 10px 50px;
    width: 90%;
    border:1px solid #D9F1F1;
    background-color: #effdfd;
    background-position: 10px center;
    background-repeat: no-repeat;
}

#orderInfo .form-section .validation-msg .error {	color: #a00000;	font-size: 11px;	margin-top: -15px; font-weight:bold; margin-left: 0; white-space:nowrap;}

.form-section .validation-msg .error {	color: #a00000;	font-size: 11px;	margin-top: 0; font-weight:bold; margin-left: 0; white-space:nowrap;}

#credit-card .form-section .validation-msg .error {	color: #a00000;	font-size: 11px;	margin-top: 0px; font-weight:bold; margin-left: 0; white-space:nowrap;}


/**** Safari State Pull Down Fix ***/
.stateerror label {margin-top: 0 !important; }


.radio-buttons{
	overflow: hidden;
}

.radio-button{
	float: left;
	width: 136px;
}

.form-section-fields{
}

.form-section-divider{
	/*
	border-top: 1px solid #d8d8d8;
	padding: 5px 0;
	width:495px;
	*/
}

.required-text{
	float:right;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

.required-blue, .required-green{
	float: left;
	height: 13px;
	margin: 3px 0 0 5px;
	width: 13px;
}

.required-blue{
	background-image: url('../images/icons/required-blue.png');
}

.required-green{
	background-image: url('../images/icons/required-green.png');
}

.form-buttons, .form-buttons-wide {
	/*border-top: 1px solid #d8d8d8;*/
	margin-top:10px;
	padding: 10px 0;
}

.form-buttons{
	width:495px;
}
.form-buttons-newaccounts {width:405px}
.form-buttons-wide {
	width:100%;
}

#continue-button, #forgot-password-link{
	float: right;
	font-weight: normal; margin-left: 140px;
}

form#loginForm #continue-button, form#loginForm #forgot-password-link { margin-left: 150px}

.paypal-button{
	background: url("../images/paypal_btn_checkout_web.png");
    cursor: pointer;
    height: 24px;
    width: 136px;
}

.ui-widget, .ui-widget-header, .ui-datepicker table {
	font-size: 11px !important;
}


/* datepicker */
.ui-datepicker{
	border: 1px #cfcfcf solid;
	-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	padding: 5px !important;

}

.ui-datepicker .ui-state-default{
	border: 1px solid #d3d3d3 !important;
}

.ui-datepicker .ui-state-hover{
	border: 1px solid #777 !important;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center !important;
}

.ui-datepicker-header{
	border-bottom: 1px #cfcfcf solid !important;
	border-radius: 0 !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
}

.ui-datepicker table td{
	width: auto;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{
	border: none !important;
}

/*
* Address book management
*/
.form-section-title{
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 10px;
}

.form-section-title .no-margin{
	border-bottom: 1px solid #d8d8d8;
}

.addr-book-header{	
	display: table;
}
.addr-book-explanation{
	width:400px;
	float:left;
}
.addr-book-addr{
	width:400px;
	float:right;
	margin-left:100px;
}
.select-addr-section{	
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
}

.select-addr{
	width:390px;
	float:left;
}
.primary-addr-label{
	font-style:italic;
	font-weight:bold;
	font-size:9px;
}
.select-addr-buttons{
	width:400px;
	float:right;
	margin-left:100px;
	margin-top:20px;
}

.form-section .odd{
	background-color: #f2f2f2;
}

.new-addr-button{
	margin-left: 20px;
	font-weight: normal;
}

/*
* Write Review
*/

.review-input{
	width:100%;
	margin-bottom:10px;
}

.rating-text{
	color:"#000000";
	font-weight:bold;
	font-size:9px;
}

.form-section .review-input .validation-msg {
	margin-left:20px;
	float: right;
	width: 100px;
	color: #A00000;
}

.review-input .form-input label {
	float: left;
	width: 150px;
}

.review-input .form-input textarea {
	float: left;
	width: 400px;
	height: 200px
}
.review-input .form-input .review-rating-buttons {
	float: left;
	width: 550px;
}

.form-buttons-write-review{
	border-top: 1px solid #d8d8d8;
	margin-top:10px;
	padding: 10px 0;
	width:560px;
}

/*
* Notification management
*/
.notification-header{	
	display: table;
}
.newsletter-checkbox{
	width:100px;
	float:left;
	padding-left:30px;
	padding-top:10px;
}
.notification-checkbox{
	width:100px;
	float:left;
	padding-left:30px;
	padding-top:3px;
	padding-bottom:3px;
}

.notification-explanation{
	width:700px;
	float:right;
	padding-top:3px;
	padding-bottom:3px;
}

.select-notified-prod-section{
	display:table;
}

#product-notifications .form-section {
	margin-bottom:20px;
	
}

#newsletter label {
    display: block;
    float: left;
    line-height: 23px;
    margin-bottom: 10px;
    width: 55px;
}



/* Reward points */

.reward-points-navigation-left, .order-navigation-left, .gift-registry-navigation, .wish-list-navigation-left {
	float: left;
}

.reward-points-navigation-right, .order-navigation-right, .gift-registry-navigation-right, .wish-list-navigation-right {
	float: right;
}

.reward-points-navigation, .order-navigation, .gift-registry-navigation, .wish-list-navigation{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	overflow: hidden;
	width: 100%;
}

.reward-points-data{
	display: table;
}

.reward-points-data .odd {
	background-color: #f2f2f2;
}

.reward-points-points-header{
	width:200px;
	float:left;
	padding: 5px 0px;
	font-weight:bold;
	border-bottom: 1px solid #e5e5e5;
}

.reward-points-points{
	width:200px;
	float:left;
	padding: 3px 0px;
}

.reward-points-desc-header{
	width:450px;
	float:left;
	padding: 5px 0px;
	font-weight:bold;
	border-bottom: 1px solid #e5e5e5;
}

.reward-points-desc{
	width:450px;
	float:left;
	padding: 3px 0px;
}

.reward-points-date-header{
	width:250px;
	float:left;
	padding: 5px 0px;
	font-weight:bold;
	border-bottom: 1px solid #e5e5e5;
}

.reward-points-date{
	width:250px;
	float:left;
	padding: 3px 0px;
}

/* Gift Registries */
.gift-reg-shipping-desc{
	width:495px;;
	padding-bottom: 20px;
}
.gift-reg-shipping-addr{
	display: table;
}
.gift-reg-shipping-addr-inner {
	float:left;
	width:300px;
}
.gift-reg-shipping-addr-change {
	float:right;
	margin-left:50px;
	width:145px;
}

#edit-gift-registry .form-section {
	margin-bottom:20px;
	}

/* Sign In */

#sign-in-button-container{
	margin-top: 10px;
}

#sign-in-column-left .form-section .form-input{
	margin-bottom:5px;
}

#sign-in-column-left .form-section .form-input label{
	margin-bottom:2px;
}

#sign-in-column-left .form-section .form-input .validation-msg {
	margin-left:0px;
	margin-top:3px;
	float: left;
}

#sign-in-button-container a{
	float: left;
	margin-top: 4px;
	vertical-align: text-bottom;
}

#sign-in-button{
	margin-right: 10px;
}

#sign-in-column-left, #sign-in-column-right{
	float: left;
	width: 49%;
	vertical-align:text-top;
}

#sign-in-form label{
	width: 25%;
}

#new-customer-button{
	float: none;
}
#sign-in-column-left .form-input label {
    padding-right: 10px;
    text-align: right;
    width: 110px;
    font-weight: bold;
}

#sign-in-button-container {
}
/* Checkout */

#checkout-area table .costs-and-promotions td{
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
}

#checkout-area thead td {
	border-bottom: 1px solid #dadada;
	font-weight: bold;
}

#checkout-area table thead tr td{
	padding-top: 0;  }

#checkout-area table td {
	padding:  10px 0;	width: auto; font-size: 16px;    font-weight: bold;}

#checkout-area input[type=text]{	width: 30px; padding: 5px;font-size: 16px; font-weight: bold;}

#checkout-area table a{	font-weight: bold; line-height: 1.2em;}

#checkout-area table .total-price{
	font-weight: bold;
}

#checkout-area .product-image{
	float: left;
	height: auto;
	width: 60px;
}

#checkout-area .text-link{
	margin-left:0px;
}

#checkout-area .items-left{
	margin: 0px 0px 0px 0px;
}

#checkout-area table tr #promotion-codes{
	padding-left: 100px;
}

#checkout-area table tr #promotion-codes #promotion-codes-container{
	display:table;
}

#checkout-area table tr #promotion-codes  #promotion-codes-container .promotion-codes-field{
	height: 20px;
	width:400px;
	margin-bottom:7px;
}

#checkout-area table tr #promotion-codes label{
	width: 35%;	
}

#checkout-area table tr #promotion-codes input{
	width: 40%;
}

#checkout-area table tbody tr td .validation-msg, #checkout-area table tbody tr td .validation-msg .error {
	margin-left:3px;
	width: 90px;
	white-space:normal;
}

#checkout-area table tbody tr td .promotion-codes-field .validation-msg, #checkout-area table tbody tr td .promotion-codes-field .validation-msg .error {
	margin-left:3px;
	width: 400px;
	margin-bottom:3px;
	white-space:nowrap;
}

#checkout-area table tr .cost-overview{
	padding-left: 30px;
}

#checkout-area table tr .cost-overview td{
	border: none;
	padding: 7.5px 0;
}

#checkout-area table tr .cost-overview-amounts{
	font-weight: bold;text-align: right;
}
#checkout-area table tead tr{background: #EFEFEF; padding:5px 20px;}


#checkout-area table .costs-and-promotions .cost-overview-labels{
	padding-right: 10px;
	width: 230px; background:#efefef; color:#000
}

.discount{
	color: #cc0000;
}

#checkout-area table thead tr {
   background: #efefef;
}
#checkout-area table thead tr td {
    padding: 17px 0 17px 15px;
    text-transform: uppercase;
}

#checkout-area #checkout-button{
	float: right;
}

#checkout-area table .narrow-col{
	width: 10%;
}
#checkout-area table .mid-col{
	width: 15%;
}
#checkout-area table .wide-col{
	width: 55%;
}

/* Order Confirmation */

.order-confirmation-options{
	float: left;
	font-size: 11px;
	margin-top: 10px;
}
.order-confirmation-option{
	float: left;
	padding: 0 5px;
}

.heading-container{
	margin-bottom: 7.5px;
	overflow: hidden;
}

.heading-container h3{
	float: left;
	padding: 7.5px 5px 7.5px 0;
	margin: 0;
}

.order-confirmation-area{
	padding-bottom: 7.5px;
}

.order-confirmation-area-content select, form .order-confirmation-area-content input{
	float: none;
	width: 25%;
}

.order-confirmation-area-content-select{
	margin: 7.5px 0;
}

.order-confirmation-area-content label{
	font-weight: bold;
	margin-top: 3px;
	width:140px;
	float:left;
}

.order-confirmation-area-content select{
	width:162px;
}

.order-confirmation-area-content #promotion-codes{
	overflow: hidden;
}

.order-confirmation-area-content #promotion-codes .promotion-codes-field label{
	font-weight: normal;
}

.order-confirmation-area-content #promotion-codes .promotion-codes-field  input{
	font-weight: normal;
	width:130px;
}

.order-confirmation-area-content #promotion-codes .promotion-codes-field{
	height: 20px;
	width:400px;
	margin-bottom:7px;
}

.order-confirmation-area-content #promotion-codes .promotion-codes-field label.error {
	margin:0;
	padding: 0;
	color: #A00000;
	width:200px;
}


.order-confirmation-area-content textarea{
	width: 270px;
}


#order-confirmation-column-left{
	float: left;
	margin-left: 20px;	
	width: 500px;
}

#order-confirmation-column-right{
	float: left;
	width: 430px;
}

#order-confirmation-column-right .heading-container {
    border-bottom: 1px solid #000000;
}

#order-confirmation-column-right table thead td{
	font-weight: bold;
}

#order-confirmation-column-right table td{	
	width: auto;
}

#order-confirmation-column-right table tr .wide-col{
	width: 60% !important;
}

#order-confirmation-column-right table tr .narrow-col{
	width: 20% !important;
}

#order-confirmation-column-right .shopping-cart-total{
	font-weight: bold;
	text-transform: uppercase;
}

.confirm-order-customer-service {
	float: left;
	margin-top: 7.5px;
	padding-top: 15px;
	width: 950px;
	}
.confirm-order-customer-service p {
    text-align: center;  padding-top: 40px
}
#confirm-order-button-container{
	border-top: 1px solid #dadada;
	float: left;
	padding-top: 15px;
	width: 950px;
}

#confirm-order-button{
	float: right;
}

.promotion-code-container{
	display:block; 
	float:left; 
	height: 22.5px;
	width: 100%;
}

.shipment-container{	
	border-bottom: 1px solid #dadada;	
}

.shipment-container table thead td{
	font-weight: bold;
}

.item-quantity {
    margin-bottom: 5px;
}

#ot-table td {
    background: #F7F7F7 !important;
}
#ot-table {    border-bottom: 3px solid #BFBFBF;    border-top: 3px solid #BFBFBF;}

#shopping-cart table td {    padding: 6px 9px;}

/*
* Address Dialog
*/
#addr-dialog{
	width: 400px;
}

#addr-dialog .select-addr{
	width:300px;
	float:left;
}

#addr-dialog .select-addr-buttons{
	width:100px;
	float:right;
	margin-left:50px;
	margin-top:20px;
}

#addr-dialog .button{
	color:#fff;
}

/*
* Animated gif
*/
.loading, .button-loading {
	background-image:url('../images/loader.gif');
	background-repeat: no-repeat;
    background-position: center center;
    height: 16px;
	width: 16px;
}

.button-loading {
	margin: 0 20px;
}

#ot-table .loading {
    padding-top:150px;
}

/*
* Checkout finished
*/
#checkout-finished .form-section-title{
	margin-top:20px;
}


#continue-button { font-size: 16px; margin-left: 35px;}


/*
* Credit Card Page
*/
#expiryMonth{
	width:136px;min-width: 136px; margin-right: 13px
}
#expiryYear{
	width:115px; min-width: 115px
}

.form-buttons .loading, .form-buttons-wide .loading {
	float:right;
	margin-right:25px;
}

/* My Account */

#my-account-column-left{
	float: left;
	margin-right: 30px;	
}

#my-account-column-right{
	float: left;
	width: 750px;
}

.my-account-area h3{ 	
	margin: 0;
	padding: 7.5px 0;
	font-size: 18px;
}


.my-account-area-header{
	border-bottom: 1px solid #dadada;
}

.my-account-area-header h3{
	float: left;
}

.my-account-area-content > ul {
    margin: 0 0 0 10px;
    padding: 0;
}
.my-account-area-content > ul > li {
    line-height: 26px;
    list-style: none outside none;
}
.my-account-area-content > ul > li >a {
    font-weight: 600;
    color: #A08E3B
}
.my-account-area-content > ul > li >a:hover {
    font-weight: 600;
    color: #A08E3B;
}

#last-orders .my-account-area-header{
	border: none;
}

.last-order, .digital-downloads {
	border-top: 1px solid #dadada;
	overflow: hidden;	
}

.my-account-area tr table{
	border: none;
}

.my-account-area .product-image{
	float: left;
	height: auto;
	margin-right: 20px;	
	width: 60px;
}

.my-account-area table thead td{
	font-weight: bold;
}

.my-account-area table tr .wide-col{
	width: 60%;
}

.my-account-area table .narrow-col{
	width: 15% !important;
}

.my-account-area table td{
	width: auto;
}

.my-account-area-content{
	margin: 7.5px 0 15px 0;
}

.order-action{
	font-size: 11.5px;
	text-align: right;
}

#my-account-column-right a{
	display: block;
}

#reward-point-text{
	display: block;
	margin-bottom: 5px;
}

.my-account-area-header{
	overflow: hidden;
}

.my-account-option{
	float: left;
	font-size: 11px;
	margin-top: 10px;
	padding: 0 5px;
}

/* orders */
.order-data {
	width:900px;
	display:table;
	margin: 0 auto;
}

.all-orders {
	width:900px;
}

.order-data table{
	table-layout: fixed;
}
	
.all-orders:not(:first-child){
	border-top: 1px solid #dadada;
	overflow:hidden;
}

.all-orders table tr td.order-action {
	width:60px;
}

.all-orders table thead td{
	font-weight: bold;
}

.all-orders table thead td.wide-col{
	width:49%;
}

.all-orders table thead td.narrow-col{
	width:17%;
}

.all-orders table tbody td.narrow-col {
	width:10%;
}

.all-orders table tbody td.status-col {
	width:30%;
}

#show-all-orders .form-buttons-wide {
	border-top: 0px;
}

/* view order */
#status-notes .order-confirmation-area-content textarea{
	width: 560px;
}

#status-notes table{
	table-layout: fixed;
}

#status-notes table td.comment-col{
	width:250px;
}

#status-notes{
	clear:both;
}

.order-confirmation-area-content p{
	margin-top: 3px;
	width:420px;
	float:right;
}

#shipping-info-view {
	display:table;
}

#payment-method-view {
	display:table;
}	
	
#order-details .form-buttons-wide {
	display:table;
}	

/*
* Edit wishlist
*/
#edit-wish-list .update-button{
	display:none;
}

#edit-wish-list table{
	table-layout: fixed;
}
	
#edit-wish-list table tr td.item-col {
	width:300px;
}

#edit-wish-list table tr td.priority-col {
	width:100px;
}

#edit-wish-list table tr td.priority-drop-col {
	width:140px;
}

#edit-wish-list table tr td.q-desired-col {
	width:120px;
}

#edit-wish-list table tr td select {
	width:100px;
}

#wish-list-msg {
	margin-bottom:20px;
}

.gift-registry-navigation {
	margin-bottom:20px;
}	
	
/*
* Advanced Search
*/
#adv-search-text {
	width:495px;
	margin-bottom:10px;
}

/*
* Gift registry list
*/
.registry-list, .single-registry {
	display:table;
}

.registry-list .odd{
	background-color: #f2f2f2;
}


.single-registry {
	padding: 10px 0;
}

.single-registry label  {
	width: 200px;
	float:left;
}

.registry-attr, .event-name  {
	width: 200px;
	float:right;
}

.single-registry .left-col  {
	width: 600px;
	float:left;
}

.single-registry .right-col  {
	width: 300px;
	margin-top: 20px;
	float: right;
}

.single-registry .event-name {
	font-weight: bold;
}

/*
* Exception page
*/
#exception-details {
	float:left;
	width:500px;
	margin-left:100px;
}

#exception-message {
	width:900px;
	float:left;
}

#exception-less {

}

/*
* Table column alignment
*/
td.right {
	text-align:right;
}
td.center {
	text-align:center;
}

 /* Tool tip */
  
.tooltip {
    display:none;
    background:transparent url('../images/tooltip/white_arrow.png');
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#333;
  }
  
/*
* Address Validation Dialog
*/


#addr-val-error {
	width:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
}

#addr-val-ok {
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
}

#addr-val-ok .continue{
	float: right;
}

#addr-val-dialog .button{
	color:#fff;
}

#error-dialog .button{
	color:#fff;
	float:right;
}

.ErrorMessage {background-color: #fbe9e7; background-repeat: no-repeat; border-color: #f5d8d4; background-image: url("../images/ErrorIcon.png");}
.Message { border-style: solid; border-width: 1px; color:#000; background-position: 12px 11px}


.item-buttons-container { border: 1px solid #c4c4c4}

/* Registration Dropdown */
.one-half { width: 47%; float: left; margin: 0 0 20px;	padding-right: 3%;}
.two-third { width:60%; float: left; margin: 0 0 20px;}

.one-half-full {width:100%; float: left}
.last { clear:right; margin:0}
.last:after {    clear: both !important; visibility: hidden;     display: block;     font-size: 0;     content: " ";     clear: both;     height: 0;     }
h3 > span.required-text {    width: 100px;}
h3.title {   display: inline-block;    text-align: right;    width: 205px;}
.registration .form-section input[type="text"], .form-section input[type="password"], .form-section input[type="email"], .halfform, #passwordConfirmation, #password { float: left;  width: 200px !important;}
.registration #countryId, .registration #state { width: 215px !important;}


/* Custom Golf Page */
img#golfballbanner {    padding: 20px;}
.GolfballList { padding: 0 20px }
	.GolfballList li { float: left; list-style: none !important; min-height: 200px; padding: 0 !important; position: relative; width: 300px !important; }
		.GolfballList li.Even { margin: 0 20px; }
.GolfballList li {
    float: left;
    list-style: outside none none !important;
    margin: 15px 10px 0 15px!important;
    min-height: 200px;
    padding: 0 !important;
    position: relative;
    width: 300px !important;
}
.ballpricedetail { font-style: italic; padding-left: 65px; }
.Quantity { float: left; margin-right: 20px; }
.GolfContent { padding: 0 20px 20px; }
	.GolfContent > p { font-size: 16px; line-height: 1.4em; padding: 0 25px; }
.ProductDetails a { color: #A08E3B; }
.catTitle { font-family: Arial,Helvetica,serif; font-size: 26px; font-weight: bold; padding: 20px 0 0; text-align: center; }
.one_half { float: left; position: relative; width: 50%; }
.ballspec {   margin: 0 10px;}
.ballspec li {    font-size: 16px;    padding-bottom: 8px;}
.ballspec a { color: #076324; text-decoration: underline !important; }
	.ballspec a:hover { text-decoration: none !important; }
.clear {    clear: both;    display: block;}
.clearSubscribe {    clear: both;    display: block; }
.buyNowLinks {float:left; display: block; padding:30px 5px 50px 0;}

.continueshopping { width: 65%; float:left; text-align:center}
.continuecheckout { width: 35%; float:left}

/* General Styles */
hr { border-bottom: 1px solid #A6A39E; width: 95%}
.FloatLeft { float: left}
.FloatRight { float: right}
.CheckoutCustomerService { padding: 0 20px 20px; text-align: right; width: 558px;}
.CheckoutCustomerService p {font-size: 16px; margin: 0;     line-height: 1.5em;}
.CouponCode { background: none repeat scroll 0 0 #E5E5E5;    float: left;    padding: 10px;    width: 300px;}
.CheckoutRedeemCoupon {    background: none repeat scroll 0 0 #E7E8E7;   padding: 20px;    width: 340px;}
    .CartCode {   border-top: 1px solid #A6A39E;    margin: 0 20px;    padding: 20px 0;}
    .buynow { margin-top: 45px;}
.padding10 { margin: 0 auto 10px}
    
/*** Login Form Styles ***/

#sign-in-column-center { margin: 20px auto; width: 500px; padding: 0 20px 20px 20px; border: 1px solid #cecece;}
form#loginForm {    padding: 20px;}
#loginForm input#emailAddr, #loginForm input#password, input.forgotpass { width: 200px;}
#loginForm label {    float: left;    width: 150px;}
#loginForm .validation-msg .error {    margin-top: 0;}


/* My Account Order Styles */
table.listOrders { margin: 0 0 20px 0}
.listOrders table tbody tr:nth-child(even) { background: #fff}
.listOrders table tbody tr:nth-child(odd) { background: #e5e5e5}
#my-account-column-right p.Intro { font-size: 18px; margin: 20px 0;  width: 700px;}
#my-account-column-right a.text-link { color: #A08E3B; text-transform: uppercase}
.payment-option-separator{	text-align: right; padding-top: 20px;padding-right:45px;}	

/****  Safari Only Fix *****/

@media screen and (-webkit-min-device-pixel-ratio:0) {
   .validation-msg.countryerror label,.validation-msg.stateerror label {margin: 0 !important}
}

#login-action{
	cursor: pointer;
}

/* Subscribe-N-Save */
#subscribeOption { font-size:16px; color:#076324}
#subscribeOption a { text-decoration: underline !important}
#subs-anchor-link { font-size: 14px}
.subscriptionContainer { background-color: #f7f7f7;  border: 1px solid #bebebe; clear: both; display: block; margin: 10px;padding: 5px 15px;}
.indent20 { margin-left: 20px;}
.saving { color: #076324;}
.subscribeButton{height:1px; width:1px; right: 1px;  top:1px; position: absolute; display:none}
.subscribeBtn { margin-left:10px}
.subscribeLink a{float:right; position: absolute; font-weight: bold; top:3px; right:0; height: 20px; }
.subscribeLink a:hover {color:#a08e3b; text-decoration:underline}
.shopping-cart-item-subscribe-option{ font-size: 12px;}

/* Replace the buy now image */
.buyNow {border: 2px solid #000; width: 230px; font-weight: bold;color:#000;padding: 4px}
.buyNow .product-price-old{font-size: 16px;margin: 0; text-decoration: line-through;color:#BC073D;}
.buyNow .salePrice{font-size: 31px;margin: 0}
.buyNow .quantity {font-size: 21px; margin: 0}
.buyNow .buyNowtitle{ font-size: 31px;margin: 0;}