/* this is the product page stylesheet */

/*site frame*/

body {
	font: 0.9em Arial, Helvetica, Verdana, sans-serif;
	background-color:#fff;
	margin: 0px;
	padding: 0px;
}


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

/*main content container*/
div#content {
	display: block;
/*	width: auto; */
	width: 100%;
	float: right;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

/* top div*/
#topcart{background-color:#666666; margin-bottom:0px; text-align:center
   }
#topcartbody{color:#CCCCCC; font-weight:bold; padding-top:5px; padding-bottom:5px; 
 width: 760px; margin: 0 auto; text-align: right; font-size:0.8em; }
 a.whitetop {
	color: #FFFFFF;
	text-decoration: underline; 
}
a.whitetop:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.whitetop:hover {
	color: #ff9999;
	text-decoration: none;
}
a.whitetop:active {
	color: #ff9999;
	text-decoration: underline;
}
/*top div end*/

/*order form styles*/
input.quickform_data {
	width: 200px;
	border: 1px solid #24618E;
}

select.quickform_data {
	width: 200px;
	border: 1px solid #24618E;
}

/*order form error styles*/
input.quickform_error {
	width: 200px;
	border: 1px solid Red;
}

select.quickform_error {
	width: 200px;
	border: 1px solid Red;
}

.payment_type {
	border: none;
}

input#UseSameBilling {
	border: none;
}

/*product */
.productpadding {
	padding:5px
}

.blackborder { border:1px solid #000000}

/*Other text pages*/

p.Head20 {font-size: 1.2em;
	width: 98%; margin-left:8px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#333333; padding-top:20px; border-bottom:1px solid gray; }

/*Other text pages end*/

/*True Cover Links*/
.LinkWhite2{color:#FFFFFF; text-decoration:none;font-weight:bold; font-size:12px}
.LinkWhite2:link{color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:12px}
.LinkWhite2:hover{color:#FFFFFF; text-decoration:underline; font-weight:bold}
/*.LinkWhite2:visited{color:#FFFFFF; text-decoration:none; font-weight:bold}*/
/*True Cover Links End*/

/*Pilates Power Gym Links*/
.LinkBlack{color:#000000; text-decoration:none; font-weight:bold}
.LinkBlack:link{color:#000000; text-decoration:none; font-weight:bold}
.LinkBlack:hover{color:#000000; text-decoration:none; font-weight:bold}
/*End Pilates Power Gym Links*/

/*toolbar form styles*/
form#language_selector_form {
	clear: both;
	display: block;
	width: auto;
	float: right;
	padding: 0px 10px 0px 0px;
	margin: -20px 0 0 0;
	
}

select#language_selector {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.quickform_padding {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*From old site*/
/*Product Page*/
.product_name{font-size:14px; font-weight:bold}
.product_oldprice{ text-decoration:line-through; font-size:11px;}
.product_percentage{color:#FF0000; font-weight:bold; font-size:14px;}
.product_saleprice{ color:#FF0000; font-weight:bold; font-size:11px;}
.product_price{font-weight:bold; font-size:11px;}

/*order now button style*/
input.ordernow_button {
	border:0px;
	margin:0px;
	padding:0px;
	height:46px;
	width:183px;
}

