@charset "UTF-8";
/* CSS Document */

/* we enforce explicit styling */
* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

h2 {
    margin-bottom: 5px;
    margin-top: 5px;
}

/* some basic styling for the body */
body { 
/*	font-family: 'trebuchet ms', Arial, sans-serif; */
    font-size: 1.0em;
}

/* hilight box */
.hilight { 
	clear: both; 
	border-top: 1px dotted #888;	
	border-bottom: 1px dotted #888;
	background: #ffffcc;
	color: #808080;
	padding: 0.7em;
	margin: 15px 0px 10px 0px;
	font-size: 1.2em
}

/* cake error messages */
.error-message {
    background-color: #FFFAAE;
    border: 1px solid #cccccc;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #f00;
}

/* tag elements */
p {
    margin-bottom: 10px;
}

input {
    padding: 4px;
}



/* from deprecated main.css */
body {
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
}


/* 3 col layout */
div#header {
    text-align: center; 
    height: auto;
    margin: 0px;
    padding: 1px;
}
div#left-sidebar {
    padding: 0 10px 10px;
    width: 180px;
    float: left;
}

div#main {
    padding: 10px;
    margin-left: 180px;
    margin-right: 180px;
    text-align: center;
	z-index: 999;
	width: auto;
}

div#right-sidebar {
    padding: 0 10px 10px;
    width: 180px;
    float: right;
}

div#footer {
/*    border-top: solid #fff 3px; */
	margin-top: 20px;
    padding: 10px;
    text-align: center;
    clear: both;
    background-image: url(../img/css/footer-bg.gif);
	background-repeat: repeat-x;
}

div#content-container {
    margin: 0;
    padding: 0;
    width: 100%;
}

div#content {
    margin: 0px;
    padding: 0px;
    width: 100%;    
}


.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


/* end 3 col layout */ 


a:active, * { 
  /* get rid of annoying links outline in FireFox */
  outline: none;
}



#rightads {
	width: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	margin-right: 0;	
}

#rightads li { 
  list-style: none;
  margin-bottom: 10px;
 }


#headlogo {
	padding: 20px 0 0 20px;
	text-align: left;	
}

#noflash-logo {
/*	float: left;	*/
	
}


/*********** BASKET STYLE ***********/

#basket {
width:250px;
height:60px;
position:absolute;
z-index:4;
right:0px;
top:0px;
background-image:url(../img/css/basket-bg.gif);
background-repeat:no-repeat;
background-position:0px 0px;
}

.basket-buttons {
	margin: 0 auto;
}

.basket-buttons td {
	padding: 0 2px;		
}


#basket-product {
position:absolute;
z-index:2;
top:10px;
left:20px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-align:left;
}

#basket-view {
position:absolute;
z-index:3;
top:10px;
right:20px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-align:right;
}

#basket-view img{
padding-right:3px;
}

#orderline-box {
width:250px;
text-align:center;
position:absolute;
z-index:6;
right:0px;
top:60px;
}


/*********** BASKET STYLE ***********/

.basket-table {
	margin: 10px auto;	
	font-size: 80%;
}
.basket-head {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFF;
font-weight:bold;
background-image:url(../img/css/basket-grad.gif);
background-repeat:repeat-x;
text-align:center;
height:41px;
}

.basket-head-left {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFF;
font-weight:bold;
background-image:url(../img/css/basket-grad-left.gif);
background-repeat:no-repeat;
background-position:left;
text-align:center;
height:41px;
}

.basket-head-right {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFF;
font-weight:bold;
background-image:url(../img/css/basket-grad-right-narrow.gif);
background-repeat:no-repeat;
background-position:right;
text-align:center;
width: 80px;
height:41px;
}

.basket-picture {
border-bottom:#FFFFFF solid 2px;
border-left:#FFFFFF solid 2px;
padding:5px;
/*width:70px;*/
}

.basket-picture img{
width:70px;
height:auto;
}

.basket-title {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
font-weight:bold;
border-bottom:#FFFFFF solid 2px;
padding:5px;
text-align:left;
width: 60%;
}

.basket-title a, .basket-title a:active, .basket-title a:visited, .basket-title a:hover {
	color:#FF0000;
	text-decoration: none;	
}

.basket-quantity, .basket-delete {
width:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
font-weight:bold;
border-bottom:#FFFFFF solid 2px;
border-right:#FFFFFF solid 2px;
padding:5px;
text-align:center;
}

.basket-delete, .basket-delete a {
	width: 80px;
}

.basket-quantity input {
	width: 15px;
}

.basket-price {
/*width:100px;*/
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
border-bottom:#FFFFFF solid 2px;
border-right:#FFFFFF solid 2px;
padding:5px 15px 5px 5px;
text-align: right;
}

.basket-text {
	font-size: 80%;
/*	font-weight: bold;	*/
/*	border-right:#FFFFFF solid 2px; */
	text-align: right;
	padding: 5px 5px 5px 0;
}


.delivery-title {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
padding:5px;
text-align:right;
}

.delivery-amount {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
padding:5px;
text-align:center;
}

.total-title {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#FF0000;
padding:5px;
text-align:right;
}

.total-amount {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#FFFFFF;
font-weight:bold;
padding:5px;
text-align:center;
}

.basket-btns {
padding-top:10px;
text-align:right;
}

.basket-view a{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

.basket-view a:hover{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

/*********** END BASKET STYLE ***********/


/*********** END BASKET STYLE ***********/


/*********** PRODUCT STYLE ***********/

.product-row {
	margin: 10px auto;
	clear: none;
	display: block;
/*	width: 100%; */
	width: auto;
	height: 400px;
	text-align: center;
 }


.product-holder {
float:left;
display: inline;
margin:10px auto;;
text-align: center;
min-width: 30%;
padding: 5px 0;
padding-left: 12px;
}

.product-top {
width:180px;
height:39px;
height:19px;
background-image:url(../img/css/p1.gif);
background-repeat:no-repeat;
background-position:0px 0px 0px 0px;
}

.product-bottom {
width:180px;
height:13px;
background-image:url(../img/css/p3.gif);
background-repeat:no-repeat;
background-position:0px 0px 0px 0px;
}

.product-buy {
width:150px;
background-image:url(../img/css/p2.gif);
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align:center;
padding-left:15px;
padding-right:15px;
}

.product-view {
width:150px;
background-image:url(../img/css/sp2.gif);
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:center;
padding-left:15px;
padding-right:15px;
padding-bottom:10px;
/* turn off for now */
display: none;
}

.product-view a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
padding:0px;
}

.product-view a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
text-decoration:underline;
padding:0px;
}

.product-content {
width:150px;
/*height:250px;*/
height: auto;
max-height: 350px;
background-image:url(../img/css/sp2.gif);
background-repeat:repeat-y;
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
padding-left:15px;
padding-right:15px;
margin: 0px;
}

.product-content a{
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
text-decoration:underline;
}

.product-content a:hover {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
text-decoration:underline;
}

.product-content-img {
width:auto;
height:100px;
max-width:150px;
/* IE Image max-width */
width: expression(this.width > 150 ? 150: true);
}

.product-content img{
width:150px;
/*height:100px;*/
height: auto;
max-height: 230px;
border: none;
padding-bottom:3px;
margin: 0 auto;
}

.product-image {
	height: 230px;
}

.product-desc {
	height: 70px;
	max-height: 70px;	
}

.product-desc > a, .special-content > p > a {
	color: #fff;
	font-weight: bold;	
}

.product-desc > a:hover, .special-content > p > a:hover  {
	color: #aaa;
	font-weight: bold;	
}

/*********** END PRODUCT STYLE ***********/

/*********** ENLARGED PRODUCT STYLE ***********/

.product-holder-big {
margin:10px;
height:auto;
text-align: center;
margin: 0 auto;
}

.product-page-holder-big {
margin: 50px auto;
height:auto;
text-align: center;
}

.product-top-big {
width:400px;
height:39px;
background-image:url(../img/css/p1b.gif);
background-repeat:no-repeat;
background-position:0px 0px 0px 0px;
margin:0px;
margin: 0 auto;
}

.product-bottom-big {
width:400px;
height:13px;
background-image:url(../img/css/p3b.gif);
background-repeat:no-repeat;
background-position:0px 0px 0px 0px;
margin: 0 auto;
}

.product-buy-big {
width:370px;
background-image:url(../img/css/p2b.gif);
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align:center;
margin: 0 auto;
padding-left:15px;
padding-right:15px;
}

.product-content-big {
width:370px;
min-height:200px;
background-image:url(../img/css/p2b.gif);
background-position: 0px 0px 0px 0px;
background-repeat:repeat-y;
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align:justify;
text-align:center;
padding-left:15px;
padding-right:15px;
padding-top:10px;
padding-bottom:10px;
margin: 0 auto;
}

.product-content-big a{
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
text-align:center;
text-decoration:underline;
}

.product-content-big a:hover{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
text-align:center;
text-decoration:underline;
}

.product-content-big-img {
width:550px;
height:auto;
padding-right:20px;
/*float:left;*/
}

.product-content-big img{
width:250px;
height:auto;
border: none;
padding-bottom:20px;
margin: 0 auto;
}

.product-view-big {
/* turn off for now */
display: none;
}

.product-content-big a {
	color: #fff;
	font-weight: bold;	
}

.product-content-big a:hover  {
	color: #aaa;
	font-weight: bold;	
}

/*********** ENLARGED PRODUCT STYLE ***********/
/*********** HOME PRODUCTS ***********/

.product-box1 {
width:560px;
height:auto;
background-image:url(../img/css/couple-bg.gif);
background-repeat:no-repeat;
background-position:top;
border:#FFFFFF solid 3px;
text-align:center;
padding:20px;
margin: 20px auto 0;
}

.product-box-holder {
width:610px;
height:auto;
text-align:center;
padding: 0px;
margin: 20px auto 0;
}

.product-box1 > * {
	padding: 10px 0;	
}

.product-box2 {
width:250px;
height:500px;
background-image:url(../img/css/maximpakt-pills.jpg);
background-repeat:no-repeat;
background-position:top;
border:#FFFFFF solid 3px;
text-align:center;
padding:15px;
display: inline;
float:left;
margin: 0 auto;
}

.product-box3 {
width:250px;
height:500px;
background-image:url(../img/css/eregra50.jpg);
background-repeat:no-repeat;
background-position:center;
border:#FFFFFF solid 3px;
text-align:center;
padding:15px;
display: inline;
float: right;
/*margin-left:15px;*/
margin: 0 auto;

}

/*********** END HOME PRODUCTS ***********/


/*********** SPECIAL OFFERS STYLE ***********/

.whynot-top {
width:180px;
height:39px;
margin-top:20px;
background-image:url(../img/css/wn.gif);
background-repeat:no-repeat;
background-position:0px 0px 0px 0px;
}

.special-top {
width:180px;
height:39px;
margin-top:20px;
background-image:url(../img/css/sp1.gif);
background-repeat:no-repeat;
background-position:0px 0px 0px 0px;
}

.special-bottom {
width:180px;
height:13px;
background-image:url(../img/css/sp3.gif);
background-repeat:no-repeat;
background-position:0px 0px 0px 0px;
}

.special-content {
width:150px;
background-image:url(../img/css/sp2.gif);
background-repeat:repeat-y;
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align:center;
padding-left:15px;
padding-right:15px;
}

.special-content a{
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align:center;
text-decoration:underline;
}

.special-content a:hover{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align:center;
text-decoration:underline;
}

.special-content img {
width:150px;
height:auto;
}

.special-content > p {
	padding-top: 10px;	
}

/*********** END SPECIAL OFFERS STYLE ***********/



.red {
color:#FF0000;
}

.green {
color:#3C0;
}

.orange {
color:#F60;
}

.blue {
color:#09F;
}

.gold {
color:#cc9900;
}

.yellow {
color:#FF0;
}


h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#FFFFFF;
font-weight:bold;
letter-spacing:0px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#FF0000;
font-weight:bold;
letter-spacing:0px;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFFF;
font-weight:bold;
letter-spacing:0px;
}

.head-logo {
	padding-left:20px;
	padding-top:20px;
}

.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
font-weight:bold;
text-align:center;
padding-top:5px;
float:none;
}

.footer a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
font-weight:bold;
text-align:center;
text-decoration:none;
}

.footer a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
text-decoration:none;
}

.eq {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
}

.eq a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

.eq a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF0000;
text-decoration:none;
font-weight:bold;
}

.title-disclaimer {
font-family:Arial, Helvetica, sans-serif;
color:#999;
font-size:15px;
font-weight:bolder;
text-align:left;
}

.disclaimer {
color:#999;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-right: 20px;
/*text-align:justify;*/
}

.disclaimer a{
color:#999;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
}

.disclaimer a:hover{
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;

}

/*********** DISCLAIMER STYLE ***********/

.disclaimer-holder-big {
margin:10px;
margin-top:50px;
height:auto;
}

.disclaimer-top-big {
width:600px;
height:39px;
background-image:url(../img/css/p1a.gif);
background-repeat:no-repeat;
background-position:0px 0px 0px 0px;
margin:0px;
}

.disclaimer-bottom-big {
width:600px;
height:13px;
background-image:url(../img/css/p3a.gif);
background-repeat:no-repeat;
background-position:0px 0px 0px 0px;
}

.disclaimer-content-big {
width:570px;
background-image:url(../img/css/p2a.gif);
background-position: 0px 0px 0px 0px;
background-repeat:repeat-y;
margin: 0 auto;
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align:justify;
padding-left:15px;
padding-right:15px;
padding-bottom:10px;
}

/*********** DISCLAIMER STYLE ***********/

.maintext {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align: center;
padding-right: 20px;
}


.maintext p, .maintext ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left: 20px;	
}

.maintext ul {
	padding-left: 70px;	
	padding-bottom: 20px;
}

.maintext a{
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:underline;
}

.maintext a:hover{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:underline;
}

.maintext-left {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align: left;
padding-right: 20px;
}


.maintext-left p, .maintext-left ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left: 20px;	
}

.maintext-left ul {
	padding-left: 70px;	
	padding-bottom: 20px;
}

.maintext-left a{
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:underline;
}

.maintext-left a:hover{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:underline;
}

.testimonial {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:italic;
}

.name {
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.view-details {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
padding:0px;
}

.view-details a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-decoration:underline;
padding:0px;
}

.view-details a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
text-decoration:underline;
padding:0px;
}

.accepted-cards {
margin-top:10px;
text-align:center;
}


.title {
	font-family: Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
	text-align: left;
	margin-left: 3%;
	margin-bottom: 20px;
	width: 90%; 
/*	width: 70%; */
}


#bottomcontent {
/*  clear:left;*/
/*  padding-top:20px; */

/*
	position: relative; 
	top: 0px;
*/
/*	height: 50%; no effect */

/*	padding: 20px 0 0 0;
	text-align: center;
	margin: 20px auto 0;
	clear: left; 
	display: block; */
	/*width: 100%;*/
/* 	z-index: 99; no effect */
/*	position: absolute;
	top: 1180px; */
/*	left: 220px; */
	width: 90%;
	margin: 60px auto 0;
}


div#bottomcontent > p.title {
	width: auto;

}

div#bottomcontent > img {  	 
  margin-left: auto;
  margin-right: auto;
 }

.linebreak {
	line-height: 192%;
	
}

#leftads li {
	padding-top: 20px;
	
}





.price1 {
display: block;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
/*margin: 10px auto;*/
padding: 10px 0px;
}

.price2 {
display: block;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
padding: 20px 0px;
/* text-align:right; */
/* padding-right:50px; */
}

.smallpills {
padding-top: 20px;	
padding-left:40px;
padding-right:40px;
margin-top: -20px;
}



.sagepayresponse {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	/*font-weight:bold;*/
	text-align: left;
	list-style: none;	
}


.sagepayresponse li {
	margin-bottom: 4px;
	padding-bottom: 2px;
}

ul.sagepayresponse, p.sagepayresponse {
	border-bottom: 1px solid #f00;	
	margin: 8px 0 8px 30px;
	padding-bottom: 2px;
	width: 90%;
}


div.sizeguides img {
	width: 630px;
	height: 261px;
	margin: 10px auto 5px;	
	border: 1px solid #f00;
}

div.sizeguides p {
	width: 90%;	
	margin-left: auto;
	margin-right: auto;
}

div.sizeguides td p {
	text-align: center;
	
}


/* IE6 upgrade message */
div#iemessage {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #f00;
	z-index: 999;
	width: 75%;
	margin: 20px auto 20px auto;
}

div#iemessage li {
	list-style: none;
	display: inline;
	padding: 10px;	
}


div#browsericons {
	width: 100%;
	text-align: center;
	
}

div#iemessage ul {
	margin: 20px auto 20px auto;
}

div#iemessage img {
	border: none;
}

/* Paginator styling */
.paging-top {
	margin: 10px auto;
	text-align: center;
	font-size: 80%;
	width: 50%;
}

.paging-bottom {
	margin: 10px auto;
	text-align: center;
	font-size: 80%;
}

.paging-bottom .disabled {
	color: #666;
	display: inline;
}


/* colour and size form on products/view */
#BuyForm > label {
	font-size: 60%;
	padding-left: 10px;
}


div.testimonials td > div {
	padding: 10px;
	margin: 0 10px;	
}



div.testimonials td > div {
	/*color: #fff !important;*/
	background-color: transparent !important;
}

div.testimonials td > div > strong > span {
	color: #fff !important;
	background-color: transparent !important;
}


div.productTestimonials {
/*	color: #fff !important; */
  margin-top: 60px !important;
  background-color: transparent !important;
  padding: 30px;
  font-size: 90%;	
}

div.productTestimonials  > div > strong > span{
	color: #fff !important;
	background-color: transparent !important;
}



div#postorder {
	display: block;
}


.printonly {
	display: none;
}

.printinfo {
	width: 60%;
	margin: 10px auto;
}

img { 
	border: none;
	outline-style: none;	
}

a#print-link {
	background: url('../img/shop/btn-print.gif') no-repeat;

/*
	min-height: 50px !important;
	min-width: 110px ;
	height: 50px !important;
	width: 110px;
	max-height: 50px !important;
	max-width: 110px;
*/
	margin: 0 auto;
	font-size: 250%;
	color: transparent;
	line-height: 100px;
	text-indent: -5000px;
}

#doUpdate {
	width: 40%;
	margin: 0 auto;
	padding: 10px 5px;
	display: none;
	border: 2px solid #f00;
}


#DeliveryOptions {
	max-width: 100px;
}



.registertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.customersform {
	margin: 0 auto;
	width: 350px;
	padding-left: 50px;
	padding-right: 50px;
}
.customersform label {
	width: 120px;
	display: block;
	text-align: left;
	float: left;
	margin-left: 10px;
	padding-top: 5px;
}
#CustomerFirstname {
	width: 197px;
	margin-bottom: 5px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	border: 1px solid #F00;
}
#CustomerLastname {
	width: 197px;
	margin-bottom: 5px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	border: 1px solid #F00;
}
#CustomerEmailAddress {
	width: 197px;
	margin-bottom: 5px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	border: 1px solid #F00;
}
#CustomerTelephone {
	width: 197px;
	margin-bottom: 5px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	border: 1px solid #F00;
}
#CustomerDobDay {
	margin-bottom: 5px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	border: 1px solid #F00;
}
#CustomerDobMonth {
	margin-bottom: 5px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	border: 1px solid #F00;
}
#CustomerDobYear {
	margin-bottom: 5px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	border: 1px solid #F00;
}
#CustomerGender {
	margin-bottom: 5px;
	width: 207px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	border: 1px solid #F00;
}

#CustomerAddForm .input {
	position: relative;
	display: block;
}

#CustomerAddForm .button {
	margin-top: 40px;
}


#CustomerNewsletter, #CustomerMonthlyOrdering, #CustomerSpecialOffers, #CustomerTextOrdering {
	position: absolute;	
	top: 15px;
	left: 155px;
}

#CustomerAddForm .checkbox {
	padding: 5px 0;	
	display: block;
}

#CustomerAddForm .checkbox > label { 
	padding-bottom: 5px;
	display: inline;
	float: left;	
}

legend {
	color: #FFF;
}


div.maintext > p.helptext  {
	margin-top: 100px;
	font-weight: bold;
	font-size: 125%;
	line-height: 2;
}

p.helptext > a, p.helptext > a:hover {
	font-weight: bold;
	font-size: 125%;	
}
