/* OPTIONAL BUTTON STYLES regular button: */		

button.defaultBtn {
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	background: #6699CC;
	border: 1px solid #6699CC;
}
button.defaultBtn span {
	height: 14px;
	line-height:13px;
	color: #FFFFFF;
	font: 14px;
	background: #6699CC;
	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: #6699CC;
}
button.defaultBtn:hover span, button.defaultBtnHover span {
	background-color: #6699CC;
}

/* OPTIONAL BUTTON STYLES alt button: */		
button.altBtn {
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	background: #6699CC;
}
button.altBtn span {
	padding: 2px 0 0 8px;
	height: 22px;
	color:#fff;
	text-shadow: #000 1px 1px 1px;
	background: #6699CC;
	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: #6699CC;
	
}
button.modalBtn span {
	height: 14px;
	line-height:13px;
	color: #FFFFFF;
	font-size: 12px;
	background: #6699CC;
	padding: 2px 0 2px 8px;
	font-weight:bolder;
}
button.modalBtn:hover, button.modalBtnHover { 
	background: #6699CC;
}
button.modalBtn:hover span, button.modalBtnHover span { 
	background: #6699CC;
}

/* OPTIONAL BUTTON STYLES modal alt button: */		
button.altModalBtn {
	background: #6699CC;
}
button.altModalBtn span {
	background: #6699CC;
}

/* OPTIONAL BUTTON STYLES large button: */		
button.largeBtn {
	padding: 0 12px 0 0;
	margin-right: 5px;
	font-size: 16px;
	text-align: center;
	background: #6699CC;
}
button.largeBtn span {
	padding: 7px 0 0 12px;
	height: 23px;
	color:#fff;
	font-size: 14px;
	background: #6699CC;
}
button.largeBtn:hover, button.largeBtnHover { 
	background: #6699CC;
 }
button.largeBtn:hover span, button.largeBtnHover span { 
	background: #6699CC;
 }

/* REQUIRED LINK BUTTON STYLES: */
/* Link Button Normal */
a.linkBtn {
	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: #6699CC;
}
a.linkBtn span {
	display: inline-block;
	padding: 0 0 0 8px;
	height: 21px;
	line-height: 20px;
	color:#fff;
	background: #6699CC;
}
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: #6699CC;
}
a.linkAltBtn span {
	display: inline-block;
	padding: 0 0 0 8px;
	height: 21px;
	line-height: 20px;
	color:#fff;
	background: #6699CC;
}
a.linkAltBtn:hover { 
	background: #6699CC;
 }
a.linkAltBtn:hover span { 
	background: #6699CC;
 }

/* Modal Link Button Normal */
form, fieldset {
	padding:0;
	margin:0;
}

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: #6699CC;
}
a.modalLinkBtn span {
	display: inline-block;
	padding: 0 0 0 6px;
	height: 18px;
	line-height: 18px;
	color:#fff;
	background: #6699CC;
}
a.modalLinkBtn:hover { 
	background: #6699CC; 
}
a.modalLinkBtn:hover span {
	background: #6699CC; 
}

/* 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: #6699CC;
}
a.modalLinkAltBtn span {
	display: inline-block;
	padding: 0 0 0 6px;
	height: 18px;
	line-height: 18px;
	color:#fff;
	background: #6699CC;
}
a.modalLinkAltBtn:hover {
	text-decoration: none;
	background: #6699CC;
}
a.modalLinkAltBtn:hover span {
	text-decoration: none;
	background: #6699CC;
}

/* 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: #6699CC;
}
a.largeLinkBtn span {
	text-decoration: none;
	display: inline-block;
	padding: 0 0 0 8px;
	height: 21px;
	line-height: 20px;
	color:#fff;
	background: #6699CC;
	letter-spacing:normal;
}
a.largeLinkBtn:hover { 
	background: #6699CC;
}
a.largeLinkBtn:hover span { 
	background: #6699CC;
}


/*FIX*/
div#enav {
	position:absolute;
	z-index:5;
	text-align:right;
	padding-right:10px;
	top:0;
	right:0;
}
#navBar ul li.v65-home {
	display:none;
}
.v65-productStockMessage {
	display:none;
}

.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 {
	color:#000000;
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:0;
	text-decoration:none;
	text-transform:none;
}
#v65-modalCart {
	position:relative;
	display:inline;
	padding-right:10px;
}
#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 3px 0 0;
	padding:0;
	width:70px;
	vertical-align:middle;
}
#v65-subscribeWidget button {
	vertical-align:middle;
}
#v65-modalCartDropdown, #v65-modalCartFooter {
	width:372px;
	z-index:5;
}
#v65-modalCartTable, #v65-modalCartBody {
	width:350px;
}

#v65-modalViel {
	background:#6699CC;
}
#v65-modalContentHeader  {
background:none repeat scroll 0 0 #6699CC;
}

.v65-cartItemAmount {
	width:100px;
}

.v65-product1Up {	
	width:auto;
}
.v65-product1UpImage {
	width:150px;
}
.v65-product1UpProductDescription {
	margin-left:10px;
width:370px;
}

.footlinks	{
	float:right;
	margin: 0 15px 0 0;
	padding: 0;
	color: #fff;
	}

.footlinks ul	{
	margin:0px;
}
.footlinks li	{
	display:inline;
	list-style:none;
}
#v65-productDescription {
width:470px;
}
.error {
font-size:11px;
}
#v65-checkoutCartSummaryWrapper  {
	top:0;
	width:260px;
}
#v65-checkoutCartSummaryMini, #v65-checkCartSummaryMoreOptions {
	width:200px;
}
form#v65-checkBilling .v65-additionalComments {
	width:320px;
}

#v65-productDescription {
display:inline;
margin:0;
overflow:hidden;
padding:0;
text-align:left;
float:none;
width:auto;
}
#v65-productWrapper {
overflow:hidden;
width:auto;
}
#v65-signUpClubSummaryWrapper  {
	width:260px;
}

#v65-subscribeWidget form {
	padding:0;
	margin:0;
}
p.thanks {
	padding:0;
	margin:0;
}
#v65-subscribeWidget input  {
	width:100px;
}
#v65-fieldset-billingInfo {
	width:200px;
}
