﻿@charset "UTF-8";

/***********************************index page **********************************************************/
body {
	font: 12px Arial, Verdana, san-serif;
	color: #000;
	background: #006AAA;
}

.smallTX {
	font-size: 12px;
}

/*************************** Index page products table *****************************/
.quantity
{
	font-size:12px;
	
}
.quantitySupply
{
	vertical-align:middle;
}
.quantitySupplyText
{
	margin-left:20px;
}

.quantitySupplyRecurrant
{
	
	position:relative;
	bottom:0px;
	left:84px;

}
.priceSavings
{
	font-size:10px;
	font-weight:bolder;
}
/*************************** /Index page products table *****************************/

.phentirimine {
	color: black;
}
.phentirimineH1 {
	color: black;
	font-size: 19px;
}

.tabelHeader {
	font-weight: bold;
	color: #FFF;
}

.wrapper {
	padding:15px;
	border: thin dotted #000;
	background: #F6F6F6;
	width:735px;
	margin-bottom:16px;
	font-size: 12px;
	text-align:left;
}
a img {
	border:none;
}
table#indextable 
{
	margin-left:105px;
	width:798px;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	background:#D4EAF7;

}


/*********************************** /index page **********************************************************/



/*********************************** order page **********************************************************/

table#ordertable 
{
background-color:#D4EAF7;
margin-left:105px;
border: thin solid #000000;
}
table#products
{
	position:relative;
	left:98;
	top:5px;
	width:600px;
}
tr#orderTR
{
	text-align:center;
}
.productDisplay
{
	width:140px;
	text-align:center;
}
.quantityTxt
{
	font-size:smaller;
}

.secondcart
{
	border-style:solid;
	border-color:#006AAA;
	border-width:3px;
	border-spacing:0;
	font-size:small;
	background-color:White;
	
}
.contactInfo
{
	font-size:12PX;
	margin-left:15px;
	font-family:Times New Roman;
	color:Black;
}

table#billingTable
{
	width:100%;
	font-size:12px;
}
table#orderform_shippingTable
{
	font-size:12px;	
}
/***********************************************Cart Styles ********************************************/

.CartText
{

	 /*border=1 bordercolor="#0069ad" bgcolor="white" cellpadding="0" cellspacing="0"*/
	 border-bottom:solid 1px #0069ad;
	 border-top:solid 1px #0069ad;
	 border-left:solid 1px #0069ad;
	 padding:5 5 5 5;
	 background-color:White;
	 
}
.cartc
{
	 /*border=1 bordercolor="#0069ad" bgcolor="white" cellpadding="0" cellspacing="0"*/
	 border-bottom:solid 1px #0069ad;
	 border-top:solid 1px #0069ad;
	 border-left:solid 1px #0069ad;
	 padding:0 0 0 2;
	 background-color:White;
	 width:4px;
}
.CartAmount
{

	 /*border=1 bordercolor="#0069ad" bgcolor="white" cellpadding="0" cellspacing="0"*/
	 border-bottom:solid 1px #0069ad;
	 border-top:solid 1px #0069ad;
	 border-right:solid 1px #0069ad;
	 padding:5 5 5 1;
	 background-color:White;
	 text-align:right;
	 
}

/***********************************************Cart Styles ********************************************/








/*********************************** /order page **********************************************************/

.step2
{
	background-color:White;
	width:794px;
}	
.footerlinks a
{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}

