/* OPTIONAL BUTTON STYLES regular button: */		

button.defaultBtn {
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	background: #660000;
	border: 1px solid #660000;
}
button.defaultBtn span {
	height: 14px;
	line-height:13px;
	color: #FFFFFF;
	font: 14px;
	background: #660000;
	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: #660000;
}
button.defaultBtn:hover span, button.defaultBtnHover span {
	background-color: #660000;
}

/* OPTIONAL BUTTON STYLES alt button: */		
button.altBtn {
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	background: #660000;
}
button.altBtn span {
	padding: 2px 0 0 8px;
	height: 22px;
	color:#fff;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	background: #660000;
	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: #660000;
	
}
button.modalBtn span {
	height: 14px;
	line-height:13px;
	color: #FFFFFF;
	font-size: 12px;
	background: #660000;
	padding: 2px 0 2px 8px;
	font-weight:bolder;
}
button.modalBtn:hover, button.modalBtnHover { 
	background: #660000;
}
button.modalBtn:hover span, button.modalBtnHover span { 
	background: #660000;
}

/* OPTIONAL BUTTON STYLES modal alt button: */		
button.altModalBtn {
	background: #660000;
}
button.altModalBtn span {
	background: #660000;
}

/* OPTIONAL BUTTON STYLES large button: */		
button.largeBtn {
	padding: 0 12px 0 0;
	margin-right: 5px;
	font-size: 16px;
	text-align: center;
	background: #660000;
}
button.largeBtn span {
	padding: 7px 0 0 12px;
	height: 27px;
	color:#fff;
	color: #fff;
	font-size: 14px;
	background: #660000;
}
button.largeBtn:hover, button.largeBtnHover { 
	background: #660000;
 }
button.largeBtn:hover span, button.largeBtnHover span { 
	background: #660000;
 }

/* 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: #660000;
}
a.linkBtn span {
	display: inline-block;
	padding: 0 0 0 8px;
	height: 26px;
	line-height: 21px;
	color:#fff;
	background: #660000;
}
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: 23px;
	line-height: 21px;
	font-size: 14px;
	text-align: center;
	background: #660000;
}
a.linkAltBtn span {
	display: inline-block;
	padding: 0 0 0 8px;
	height: 23px;
	line-height: 21px;
	color:#fff;
	background: #660000;
}
a.linkAltBtn:hover { 
	background: #660000;
 }
a.linkAltBtn:hover span { 
	background: #660000;
 }

/* 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: #660000;
}
a.modalLinkBtn span {
	display: inline-block;
	padding: 0 0 0 6px;
	height: 18px;
	line-height: 18px;
	color:#fff;
	background: #660000;
}
a.modalLinkBtn:hover { 
	background: #660000; 
}
a.modalLinkBtn:hover span {
	background: #660000; 
}

/* 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: #660000;
}
a.modalLinkAltBtn span {
	display: inline-block;
	padding: 0 0 0 6px;
	height: 18px;
	line-height: 18px;
	color:#fff;
	background: #660000;
}
a.modalLinkAltBtn:hover {
	text-decoration: none;
	background: #660000;
}
a.modalLinkAltBtn:hover span {
	text-decoration: none;
	background: #660000;
}

/* Link Button Large */
a.largeLinkBtn {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 0 8px 0 0;
	height: 23px;
	line-height: 21px;
	font-size: 14px;
	text-align: center;
	background: #660000;
}
a.largeLinkBtn span {
	text-decoration: none;
	display: inline-block;
	padding: 0 0 0 8px;
	height: 23px;
	line-height: 21px;
	color:#fff;
	background: #660000;
	letter-spacing:normal;
}
a.largeLinkBtn:hover { 
	background: #660000;
}
a.largeLinkBtn:hover span { 
	background: #660000;
}


/*FIX*/

.pagewide div#cmsContentArea {
	float: none;
	width: auto;
	display: block;
	margin: 60px 0 15px 34px;
	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;
}

#v65-modalCart {
	position:relative;
	display:inline;
	padding-right:10px;
}

#v65-subscribeWidget{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
#v65-subscribeWidget div{
	float:left;
	padding-right:3px;
}

#v65-subscribeWidget input {
	margin:0;
	padding:0;
	width:120px;
}
#v65-modalCartDropdown, #v65-modalCartFooter {
	width:372px;
}
#v65-modalCartTable, #v65-modalCartBody {
	width:350px;
}

#v65-modalViel {
	background:#DADDCB;
}
#v65-modalContentHeader {
	background:#660000;
}

.v65-product1Up {	
	width:auto;
}
.v65-product1UpImage {
	width:200px;
}
.v65-product1UpProductDescription {
	width:370px;
}

.footlinks	{
	float:right;
	/*margin: 0 15px 0 0;*/
	padding: 0;
	color: #fff;
	position:relative;
	top:-15px;
	}

.footlinks ul	{
	margin:0px;
}
.footlinks li	{
	display:inline;
	list-style:none;
}
.v65-cartItemAmount {
width:90px;
}
.v65-productStockMessage {display:none;}
