/* OPTIONAL BUTTON STYLES regular button: */		

button.defaultBtn {
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	background: #FFFFEE;
	border: 1px solid #cccccc;
}
button.defaultBtn span {
	height: 14px;
	line-height:13px;
	color: #406773;
	font: 14px;
	background: #FFFFEE;
	padding: 2px 0 2px 8px;
	font-weight:bolder;
}
button.defaultBtn:hover, button.defaultBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-color: #CFC88E;
}
button.defaultBtn:hover span, button.defaultBtnHover span {
	background-color: #CFC88E;
}

/* OPTIONAL BUTTON STYLES alt button: */		
button.altBtn {
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	background: #FFFFEE;
}
button.altBtn span {
	padding: 2px 0 0 8px;
	height: 22px;
	color:#406773;
	text-shadow: #000 1px 1px 1px;
	background: #FFFFEE;
	font-size: 14px;
}
button.altBtn:hover, button.altBtnHover { /* the redundant class is used to apply the hover state with a script */ background-position: right -150px; }
button.altBtn:hover span, button.altBtnHover span { background-position: 0 -50px; }

/* OPTIONAL BUTTON STYLES modal button: */		
button.modalBtn {
	padding: 0 8px 1px 0;
	margin-right: 5px;
	font-size: 10px;
	text-align: center;
	background: #FFFFEE;
	
}
button.modalBtn span {
	height: 14px;
	line-height:13px;
	color: #406773;
	font-size: 12px;
	background: #FFFFEE;
	padding: 2px 0 2px 8px;
	font-weight:bolder;
}
button.modalBtn:hover, button.modalBtnHover { 
	background: #CFC88E;
}
button.modalBtn:hover span, button.modalBtnHover span { 
	background: #CFC88E;
}

/* OPTIONAL BUTTON STYLES modal alt button: */		
button.altModalBtn {
	background: #FFFFEE;
}
button.altModalBtn span {
	background: #FFFFEE;
}

/* OPTIONAL BUTTON STYLES large button: */		
button.largeBtn {
	padding: 0 12px 0 0;
	margin-right: 5px;
	font-size: 16px;
	text-align: center;
	background: #FFFFEE;
}
button.largeBtn span {
	padding: 7px 0 0 12px;
	height: 27px;
	color:#406773;
	font-size: 14px;
	background: #FFFFEE;
}
button.largeBtn:hover, button.largeBtnHover { 
	background: #CFC88E;
 }
button.largeBtn:hover span, button.largeBtnHover span { 
	background: #CFC88E;
 }

/* REQUIRED LINK BUTTON STYLES: */
/* Link Button Normal */
a.linkBtn {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 0 8px 0 0;
	height: 26px;
	line-height: 21px;
	font-size: 14px;
	text-align: center;
	background: #FFFFEE;
}
a.linkBtn span {
	display: inline-block;
	padding: 0 0 0 8px;
	height: 26px;
	line-height: 21px;
	color:#406773;
	background: #FFFFEE;
}
a.linkBtn:hover { background-position: right -150px; text-decoration: none; }
a.linkBtn:hover span { background-position: 0 -50px; text-decoration: none; }

/* Link ALT Button Normal */
a.linkAltBtn {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 0 8px 0 0;
	height: 21px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	background: #FFFFEE;
}
a.linkAltBtn span {
	display: inline-block;
	padding: 0 0 0 8px;
	height: 21px;
	line-height: 20px;
	color:#406773;
	background: #FFFFEE;
}
a.linkAltBtn:hover { 
	background: #CFC88E;
 }
a.linkAltBtn:hover span { 
	background: #CFC88E;
 }

/* Modal Link Button Normal */
a.modalLinkBtn {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 0 6px 0 0;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	text-align: center;
	background: #FFFFEE;
	border: 1px solid #cccccc;
}
a.modalLinkBtn span {
	display: inline-block;
	padding: 0 0 0 6px;
	height: 18px;
	line-height: 18px;
	color:#406773;
	background: #FFFFEE;
}
a.modalLinkBtn:hover { 
	background: #CFC88E; 
}
a.modalLinkBtn:hover span {
	background: #CFC88E; 
}

/* Modal Link ALT Button Normal */
a.modalLinkAltBtn {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 0 6px 0 0;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	text-align: center;
	background: #999999;
	border: 1px solid #cccccc;
}
a.modalLinkAltBtn span {
	display: inline-block;
	padding: 0 0 0 6px;
	height: 18px;
	line-height: 18px;
	color:#406773;
	background: #999999;
}
a.modalLinkAltBtn:hover {
	text-decoration: none;
	background: #CCCCCC;
}
a.modalLinkAltBtn:hover span {
	text-decoration: none;
	background: #CCCCCC;
}

/* Link Button Large */
a.largeLinkBtn {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 0 8px 0 0;
	height: 21px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	background: #FFFFEE;
}
a.largeLinkBtn span {
	text-decoration: none;
	display: inline-block;
	padding: 0 0 0 8px;
	height: 21px;
	line-height: 20px;
	color:#406773;
	background: #FFFFEE;
	letter-spacing:normal;
}
a.largeLinkBtn:hover { 
	background: #CFC88E;
}
a.largeLinkBtn:hover span { 
	background: #CFC88E;
}


/*FIX*/

.pagewide div#cmsContentArea {
	float: none;
	width: auto;
	display: block;
	margin: 30px 20px 15px 20px;
	padding: 0;
}
.pagewide #specialsArea {
	display:none;
}



.pagesClubTitle a {
	font-weight:bolder;
}
.pagesClubTeaser {
	padding-bottom:20px;
}
.pagesClubTeaser p{
	padding:0px;
	margin:0px;
}
.pagesClubJoin {	
	padding-top:5px;
}
a.v65-modalLoginLink, a#v65-toggleModalCart, a.joinlink{
	text-decoration: none;
	text-transform: none;
	padding: 0;
	color: #ab9c8a;
	text-transform: uppercase;
	font: 11px verdana;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#v65-modalCart {
	position:relative;
	display:inline;
	padding-right:20px;
	padding-left:20px;
	
}
#v65-modalCartBody {
	font-size:1em;
}


#v65-subscribeWidget{
	padding-top:35px;
	padding-left:10px;
}
#v65-subscribeWidget div{
	float:left;
	padding-right:3px;
}
#v65-subscribeWidget span.error  {
	display:block;
	margin-top:-6px;
}


#v65-subscribeWidget input {
	margin:0;
	padding:0;
	width:100px;
}
#v65-modalCartDropdown {
	top:18px;
}

#v65-modalCartDropdown, #v65-modalCartFooter {
	width:372px;
}
#v65-modalCartTable, #v65-modalCartBody {
	width:350px;
}

#v65-modalViel {
	background:#fff;
}
#v65-modalContentHeader {
	background:#E5E5E5;
}

.v65-product1Up {	
	width:auto;
}
.v65-product1UpImage{
	width:145px;
}
#v65-productImage {
	width:160px;
	text-align:left;
	margin:0px;
}
.v65-product1UpProductDescription , #v65-productDescription{
	width:390px;
}

.v65-product1UpAddToCart, .v65-product1UpAddToCart form, #v65-productAddToCart, #v65-productAddToCart form{
	width:390px;
}
.v65-product1UpAddToCartButton, .v65-productAddToCartButton {
	width:110px;
}
#v65-productWrapper {
	width:auto;
}

#v65-cartCheckOutCoupons form {
	width:270px;
}

.v65-cartItemAmount form {
	width:100px;
}
.footlinks	{
	margin: 0 15px 0 0;
	padding: 0;
	color: #fff;
	display:inline;
	}

.footlinks ul	{
	margin:0px;
	display:inline;
}
.footlinks li	{
	display:inline;
	list-style:none;
}
#toppicture {
	position:absolute;
	top:0;
	left:0;
	width:950px;
	height:159px;
	overflow:hidden;
}
#toppicture p{
	margin:0;
	padding:0;
}
form#v65-checkBilling .v65-additionalComments {
width:279px;
}
#v65-signUpClubSummaryWrapper  {
display:none;
}
