/* OPTIONAL BUTTON STYLES regular button: */		

button.defaultBtn {
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	background: #3B000C;
	border: 1px solid #3B000C;
}
button.defaultBtn span {
	height: 14px;
	line-height:13px;
	color: #FFFFFF;
	font: 14px;
	background: #3B000C;
	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: #3B000C;
}
button.defaultBtn:hover span, button.defaultBtnHover span {
	background-color: #3B000C;
}

/* OPTIONAL BUTTON STYLES alt button: */		
button.altBtn {
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	background: #3B000C;
}
button.altBtn span {
	padding: 2px 0 0 8px;
	height: 22px;
	color:#fff;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	background: #3B000C;
	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: #3B000C;
	
}
button.modalBtn span {
	height: 14px;
	line-height:13px;
	color: #FFFFFF;
	font-size: 12px;
	background: #3B000C;
	padding: 2px 0 2px 8px;
	font-weight:bolder;
}
button.modalBtn:hover, button.modalBtnHover { 
	background: #3B000C;
}
button.modalBtn:hover span, button.modalBtnHover span { 
	background: #3B000C;
}

/* OPTIONAL BUTTON STYLES modal alt button: */		
button.altModalBtn {
	background: #3B000C;
}
button.altModalBtn span {
	background: #3B000C;
}

/* OPTIONAL BUTTON STYLES large button: */		
button.largeBtn {
	padding: 0 12px 0 0;
	margin-right: 5px;
	font-size: 16px;
	text-align: center;
	background: #3B000C;
}
button.largeBtn span {
	padding: 7px 0 0 12px;
	height: 27px;
	color:#fff;
	color: #fff;
	font-size: 14px;
	background: #3B000C;
}
button.largeBtn:hover, button.largeBtnHover { 
	background: #3B000C;
 }
button.largeBtn:hover span, button.largeBtnHover span { 
	background: #3B000C;
 }

/* 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: #3B000C;
}
a.linkBtn span {
	display: inline-block;
	padding: 0 0 0 8px;
	height: 26px;
	line-height: 21px;
	color:#fff;
	background: #3B000C;
}
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: 19px;
	line-height: 17px;
	font-size: 14px;
	text-align: center;
	background: #3B000C;
}
a.linkAltBtn span {
	display: inline-block;
	padding: 0 0 0 8px;
	height: 19px;
	line-height: 17px;
	color:#fff;
	background: #3B000C;
}
a.linkAltBtn:hover { 
	background: #3B000C;
 }
a.linkAltBtn:hover span { 
	background: #3B000C;
 }

/* 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: #3B000C;
}
a.modalLinkBtn span {
	display: inline-block;
	padding: 0 0 0 6px;
	height: 18px;
	line-height: 18px;
	color:#fff;
	background: #3B000C;
}
a.modalLinkBtn:hover { 
	background: #3B000C; 
}
a.modalLinkBtn:hover span {
	background: #3B000C; 
}

/* 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: #3B000C;
}
a.modalLinkAltBtn span {
	display: inline-block;
	padding: 0 0 0 6px;
	height: 18px;
	line-height: 18px;
	color:#fff;
	background: #3B000C;
}
a.modalLinkAltBtn:hover {
	text-decoration: none;
	background: #3B000C;
}
a.modalLinkAltBtn:hover span {
	text-decoration: none;
	background: #3B000C;
}

/* 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: #3B000C;
}
a.largeLinkBtn span {
	text-decoration: none;
	display: inline-block;
	padding: 0 0 0 8px;
	height: 23px;
	line-height: 21px;
	color:#fff;
	background: #3B000C;
	letter-spacing:normal;
}
a.largeLinkBtn:hover { 
	background: #3B000C;
}
a.largeLinkBtn:hover span { 
	background: #3B000C;
}


/*FIX*/
.v65-clubTitle a {
	font-size: 16px;
}
.pagesClubTeaser {
	padding-bottom:20px;
}
.pagesClubTeaser p{
	padding:0px;
	margin:0px;
}
.pagesClubJoin {	
	padding-top:5px;
}

#v65-subscribeWidget  {
padding-bottom:5px;
padding-left:30px;
padding-top:53px;
}
#v65-subscribeWidget div{
	float:left;
	padding-right:3px;
}

#v65-subscribeWidget input {
	margin:0;
	padding:0;
	width:120px;
	color:#333333;
}
#v65-modalCartDropdown, #v65-modalCartFooter {
	width:372px;
}
#v65-modalCartTable, #v65-modalCartBody {
	width:350px;
}
#v65-modalContentHeader {
	background:#FDB812;
}

.v65-product1Up {	
	width:auto;
}
.v65-product1UpImage {
	width:265px;
	/*display:none;*/
}
.v65-product1UpProductDescription {
	width:380px;
}
#v65-modalContent {
background:#fff;
}
#v65-modalContentHeader  
{
    height:24px;
    background-color:#3B000C;
}
#v65-modalViel 
{
    background-color:#CECECE;
}
.error 
{
    list-style-type:none;
    color:#DDDDDD;
}
#v65-productDescription  {
text-align:left;
width:425px;
}