/***********************/
/*** Initaial Reset  ***/
/***********************/
body, html, form, p, ul, li, ol, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

ul, li{
	list-style:none;
}

body, html{
	height:100%;
	width: 100%;
}

img
{
	border:none;
	margin: 0;
	padding: 0;	
}

/*End of Reset */
body{
	background-image: url(/images/tfsPattern.jpg);
	background-repeat: repeat;
	background-color: #000000;
	font-size: 16px;
	color: #CCCCCC;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

.clearFloats{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0;
	overflow: hidden;
}

a{color: #ffffff; text-decoration:none;}

a:hover{color: #FF33CC; text-decoration:none;}

p{margin-bottom: 15px;}


/***********************/
/*** MAIN STRUCTURE  ***/
/***********************/

.container{

background-color:#000000;
	margin: 0em auto;
	padding: 20px; 
	position: relative;
	width: 805px;
}

.container .container{border: none;}

.container .container{
	margin: 0em auto;
	width: 600px;
}

#checkoutOnePage{
	margin: 0em auto;
	margin-top: 20px;
	padding: 15px; 
	position: relative;
	width: 805px;
}

.header{
	color: white;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	margin: 0em auto;
	text-align: center;
	width: 750px;
}

.header a{color: #ffffff; text-decoration:none;}

.header a:hover{color: #FF33CC; text-decoration:none;}

.header ul{
	list-style: none;
	margin: 20px 0;
}

.header ul li{
	display: inline;
        font-size: 16px;
	padding: 0 35px 0 0;
	text-transform: uppercase;
}

.header ul li.last{padding-right: 0;}

.content,#categoryGrid{
	color: #CCCCCC;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0em auto;
	width: 805px;
}


/***********************/
/*** CONTENT         ***/
/***********************/

ul.footer{
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0em auto;
	text-align: center;
}

ul.footer li{
	border-right: 1px white solid;
	display: inline;
	font-size: 11px;
	padding: 0 4px;
}

ul.footer li.last{border-right:none;}

h1{
	color: white;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2{
	color: #FF33CC;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
	
h3{
	color: #FF33CC;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}		
	
h4{
	color: #FF33CC;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}	

h5{
	color: #FF33CC;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
	
img.frontPageFlowers{margin: 20px 0 0 0;}

img.aboutUs{float: left; padding: 0 20px 0 0;}

/***********************/
/*** CART PAGE       ***/
/***********************/

#productGrid{
left: 75px;
position: relative; 
top: 15px;
}

.photo{
	float: left; 
	margin: 5px 0 0 5px;
	display: inline;
}

.photo img{border: 1px solid #fff;}


/***********************/
/*** PRODUCT PAGE    ***/
/***********************/

#prodMainImage1,#productPhotos{
	float: left;
	width: 400px;
}

#productDescription{padding: 20px 0 0 0;}

.imagebutton
{
	border:none;
	margin: 0;
	padding: 0;	
}

/***********************/
/*** VIEW CART PAGE  ***/
/***********************/

table#cartItems{
font-weight: normal;
margin: 0em auto;
margin-top: 15px;
text-align: center;
width: 700px;
font-size: 12px;
}

/*#cartAmounts .field-label{color: #ffffff; font-size: 12px;}
#cartAmounts .field-price{color: #FF33CC; font-size: 12px;}*/

table#cartItems th{font-weight: normal; color:#FF33CC;}

table#cartItems td{font-size: 12px;}

#cartInfo{line-height: 35px; text-align: right;}

#cartAmounts div div.field-label{color:#FF33CC;}

/***********************/
/*** FORM ELEMENTS	 ***/
/***********************/

textarea, input, select, checkbox, option {
	color: #000;
	font-size : 11px;
	font-family:verdana, arial, tahoma, helvetica, sans-serif;		
	background-color:#fff;
	border: 1px solid black;
	padding: 3px;
	vertical-align: text-bottom;
}

/***********************/
/*** CHECKOUT  PAGE  ***/
/***********************/

/*#billAddress{margin: 50px 0 0 0;}*/

/*#shipCountry,#otherShip{display: none;}*/

#grand_total_div{color: #FF33CC;}

td.form-label{width: 300px; font-size: 12px;}
td.form-label-required{font-size: 12px; font-weight: bold;}

/***********************/
/*** LOGIN     PAGE  ***/
/***********************/

#customerLogin h2{display: none;}
#customerLogin{padding-top: 25px;}

#existingCustomer{
	float: left;
/*	padding: 0 0 0 100px;*/
	width: 50%;
}

#existingCustomer .hdr-title{color: #FF33CC;}
#newCustomer .hdr-title{color: #FF33CC;}
#createCustomer .hdr-title{color: #FF33CC;}

#newCustomer{
	float: left;
	width: 25%;
}
	

	
	
	

