/* OPTIONAL BUTTON STYLES regular button: */		

button.defaultBtn {
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	background: #696969;
	border: 1px solid #696969;
}
button.defaultBtn span {
	height: 14px;
	line-height:13px;
	color: #FFFFFF;
	font: 14px;
	background: #696969;
	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: #8F7474;
}
button.defaultBtn:hover span, button.defaultBtnHover span {
	background-color: #8F7474;
}

/* OPTIONAL BUTTON STYLES alt button: */		
button.altBtn {
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	background: #696969;
}
button.altBtn span {
	padding: 2px 0 0 8px;
	height: 22px;
	color:#fff;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	background: #696969;
	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: #696969;
	
}
button.modalBtn span {
	height: 14px;
	line-height:13px;
	color: #FFFFFF;
	font-size: 12px;
	background: #696969;
	padding: 2px 0 2px 8px;
	font-weight:bolder;
}
button.modalBtn:hover, button.modalBtnHover { 
	background: #8F7474;
}
button.modalBtn:hover span, button.modalBtnHover span { 
	background: #8F7474;
}

/* OPTIONAL BUTTON STYLES modal alt button: */		
button.altModalBtn {
	background: #696969;
}
button.altModalBtn span {
	background: #696969;
}

/* OPTIONAL BUTTON STYLES large button: */		
button.largeBtn {
	padding: 0 12px 0 0;
	margin-right: 5px;
	font-size: 16px;
	text-align: center;
	background: #696969;
}
button.largeBtn span {
	padding: 7px 0 0 12px;
	height: 27px;
	color:#fff;
	color: #fff;
	font-size: 14px;
	background: #696969;
}
button.largeBtn:hover, button.largeBtnHover { 
	background: #8F7474;
 }
button.largeBtn:hover span, button.largeBtnHover span { 
	background: #8F7474;
 }

/* 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: #696969;
}
a.linkBtn span {
	display: inline-block;
	padding: 0 0 0 8px;
	height: 26px;
	line-height: 21px;
	color:#fff;
	background: #696969;
}
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: #696969;
}
a.linkAltBtn span {
	display: inline-block;
	padding: 0 0 0 8px;
	height: 23px;
	line-height: 21px;
	color:#fff;
	background: #696969;
}
a.linkAltBtn:hover { 
	background: #8F7474;
 }
a.linkAltBtn:hover span { 
	background: #8F7474;
 }

/* 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: #696969;
}
a.modalLinkBtn span {
	display: inline-block;
	padding: 0 0 0 6px;
	height: 18px;
	line-height: 18px;
	color:#fff;
	background: #696969;
}
a.modalLinkBtn:hover { 
	background: #8F7474; 
}
a.modalLinkBtn:hover span {
	background: #8F7474; 
}

/* 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;
}
a.modalLinkAltBtn span {
	display: inline-block;
	padding: 0 0 0 6px;
	height: 18px;
	line-height: 18px;
	color:#fff;
	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: 23px;
	line-height: 21px;
	font-size: 14px;
	text-align: center;
	background: #696969;
}
a.largeLinkBtn span {
	text-decoration: none;
	display: inline-block;
	padding: 0 0 0 8px;
	height: 23px;
	line-height: 21px;
	color:#fff;
	background: #696969;
	letter-spacing:normal;
}
a.largeLinkBtn:hover { 
	background: #8F7474;
}
a.largeLinkBtn:hover span { 
	background: #8F7474;
}


/*FIX*/
.pagesClubTitle a {
	font-weight:bolder;
}
.pagesClubTeaser {
	padding-bottom:20px;
}
.pagesClubTeaser p{
	padding:0px;
	margin:0px;
}
.pagesClubJoin {	
	padding-top:5px;
}

#v65-subscribeWidget{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
#v65-subscribeWidget div{
	float:left;
	padding-right:3px;
}
.page #v65-subscribeWidget div{
	float:none;
}

#v65-subscribeWidget input {
	margin:0;
	padding:0;
	width:120px;
}
#v65-modalCartDropdown, #v65-modalCartFooter {
	width:372px;
}
#v65-modalCartTable, #v65-modalCartBody {
	width:350px;
}
#v65-modalContentHeader {
	background:#EDD49E;
}

.v65-product1Up {	
	width:auto;
}
.v65-product1UpImage {
	width:225px;
}
.v65-product1UpProductDescription {
	width:420px;
}

.v65-cartItemAmount {
	width:auto;
}
#v65-PagingTop {
	padding-bottom:5px;
}

#v65-modalContentHeader {
	background:#ffffff;
}

#v65-modalContent {
	background:#000000;
}
#v65-modalContentHeader  
{
    height:24px;
}
#v65-modalViel 
{
    background-color:#696969;
}

#v65-productDescription {
	width: 400px;
}

#v65-cartTable th, #v65-cartSubtotal td, .v65-cartTax td, #v65-cartTotal td {
	color: black;
}

.v65-product1UpAddToCart {
	margin-left: 55px;
}

#v65-productAddToCart {
	margin-left: 35px;
}
