/* Global website font and background settings (i.e. font type and size, background color, tile background, etc)  */
body {	margin-top: 0px;
		font: 11px Tahoma, Verdana, Helvetica, Arial; 
		background: #FFFFFF; 	}
		
.pageBackground{
	width:100%;
	height: 500px;
	background-color: white;
	border: 0px solid white; }		

.pageBackground td{
	padding: 0px; }		
		
/* Gobal formatting for links  */
a {font: 11px Tahoma, Verdana, Helvetica, Arial; text-decoration: none; color: #000000}
a:hover {color: #383838; text-decoration: underline;}

/* Gobal formatting for outer main table  */
.MainOuterTable	 {
	background-color: white;
}		
		
/* Gobal formatting for header links container  */
.headerTable {
	width: 1010px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-color: black;
	margin-left: auto;
	margin-right: auto;	
	align: right;
	background-color: white;
}	

.headerTable td {	text-align: right; }	

/* Formating for header top links at top of web site (i.e. contact us, faq, etc) */
a.headerLinks {text-decoration: none; color: #000000; font-size: 13px;}
a.headerLinks:hover {text-decoration: underline; color: #000000}
.headerText {COLOR: #000000;}

/* Navigation background color and table cell formatting */
.NavigationCell {
background-color: #db3831;}

/* Gobal formatting for header links container  */
.footerTable {
	width: 995px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 13px;
	font-color: white;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}



/* Formating for footer links at bottom of web site (i.e. contact us, faq, etc) */
a.footerLinks {text-decoration: none; color: #000000; font-size: 13px;}
a.footerLinks:hover {text-decoration: underline; color: #000000}
.footerText {COLOR: #000000;}

/* Gobal formatting for bread crumb trail  */
.BreadCrumb {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5px;
	font-color: black;
	font-size: 14px;	
	border-bottom: 1px solid black;
	margin-left: auto;
	margin-right: auto;	
}
/* Gobal formatting for bread crumb trail links and text */
.BreadCrumb a {
	font-size: 18px;
	color: black;
	text-decoration: none;   
}
.BreadCrumb a:hover {
	text-decoration: underline;   
}
.BreadCrumb span {
	font-size: 18px;
	color: black; }
	
/* Gobal formatting for server side error messages div contaiter tag  */
.#errorMessagesContainer {		
	border: 1px solid black; 
	padding-top: 65px;
	margin-left: auto;
	margin-right: auto;	}	

/* Gobal formatting for server side error messages  */
#errorMessagesContainer ul {
	list-style: square; }
	
#errorMessagesContainer li {
	padding: 0 0 0 5px;
	color: red;
	font-size: 14px;}		

/* Search form formatting */	
.searchForm {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid black; 
	background: black;
	color: white;		
	padding-left: 5px;	}	
	
/* Gobal formatting for product category text  */
.categoryText {
	width: 100%;
	padding-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto; }	
	
/* Gobal formatting for product filters table */
.productFiltersTable {
	padding-top: 10px;
	padding-bottom: 10px;	
	font-weight: bold; 
	align: left;	}
	 
/* Gobal formatting for product filters table for table cells */
.productFiltersTable td {
	vertical-align: bottom;	 
	text-align: left;}	

/* Gobal formatting for product table  */
.productTable {
	width: 100%; 
	margin-left: auto;
	margin-right: auto;	
	border-spacing: 10px;	
	}
	
/* Gobal formatting for product table cells (where the product images/link and reside)  */
.productTableTd {
	width: 25%; 
	border: 1px solid black;
	text-align: center;
	padding: 5px;	
	}
	
/* Gobal formatting for product table cells (when there is not a product item to display)  */
.productTableTdEmpty {
	width: 25%;	
	text-align: center; 
	padding: 5px; }
	
/* Gobal formatting for product detail table  */
.productDetailTable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;	}	
	
/* Gobal formatting for product detail table  */
.productDetailTableLeft {
	width: 50%;
	padding: 5px; 
	vertical-align: top;	
	text-align: center;}
	
/* Gobal formatting for product detail table  */
.productDetailTableRight {
	width: 50%;
	padding: 0px; 
	vertical-align: top; 
	text-align: left;}	
	

/*   */
.proDetailShop {
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: right;
}	

/*   */
.proDetailShop a {
	font-size: 20px;
	color: black;
	font-weight: bold;
}

/*   */
.proDetailBrand {
	background-color: black;
	height: 30px;
	padding-left: 5px;
}

/*   */
.proDetailBrand a {
	font-size: 20px;
	color: white;
}

/*   */
.proDetailProductName {
	font-size: 14px;
	padding-top: 10px;	
	padding-left: 5px;	
	padding-bottom: 10px;
}

/*   */
.proDetailProductDescription {
	border-top:  1px solid black;
	border-bottom:  1px solid black;	
	background-color: #f2f2f2;
	padding: 5px;
}

/*   */
.proDetailSelect {
	padding-top: 15px;
	padding-bottom: 15px;	
}

/*   */
.proDetailSubmit{
	padding: 0px;
}

/*   */
.proDetailSubmitButton{
	padding-left: 5px;
	font-size: 25px;
	height: 35px;
	width: 200px;
	background-color: #979596;
	color: white;
	text-align: center;
}	
	

/* Gobal formatting for brands table  */
.brandsTable {
	padding: 2px; 
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	}

/* Gobal formatting for my account tables  */
.myAccountTables {
	width: 100%;
	padding: 5px; 
	margin-left: auto;
	margin-right: auto;	}	
	
/* Gobal formatting for server side error messages div contaiter tag  */
.myAccountSubMenuContainer {	
	padding-top: 5px;
	width: 100%;
	text-align: right;	
	margin-left: auto;
	margin-right: auto;	}	
	
/* Gobal formatting for my email signup tables  */
.emailSignupTable {
	width: 100%;
	padding: 5px; }	

/* Gobal formatting for brands table header  */
.brandsTable th {
	color: black;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	text-align: center;}
	
/* Gobal formatting for brands table cells  */
.brandsTable td {
	text-align: center;}	
	
/* Gobal formatting for home page tables  */
.homePageTables {
	width: 100%;
	border: 0px solid black;}	
	
/* Gobal formatting for home page tables header  */
.homePageTables th {
	background-color: black;
	text-align: left;
	color: white; 
	font-weight: normal;
	font-size: 18px;
	padding-left: 5px; 
	}	
	
/* Gobal formatting for home page tables cells  */
.homePageTables td {
	height: 50px;
	vertical-align: middle;
	height: 200px;}	
	
/* Gobal formatting for home page tables  */
.homePageInsideTables {
	width: 100%;
    border-right: 1px solid black;
    border-bottom: 1px solid black;		
 }		
	
/* Gobal formatting for home page tables cells  */
.homePageInsideTables td {
	height: 205px;
	vertical-align: middle;
	background-color: white;
    border-left: 1px solid black;		
 }		
	
.homePageRightCell	 {	
	border: 1px solid black;
	vertical-align: top;
	background-color: white;}	
	
/* Gobal formatting for blog table  */
.blogTable {
	width: 100%;
	}	
	
/* Gobal formatting for blog table header  */
.blogTable th {
	background-color: black;
	text-align: left;
	color: white; 
	font-weight: normal;
	font-size: 18px;
	padding-left: 5px; 
	}	
	
/* Gobal formatting for blog table cells  */
.blogTable td {
	vertical-align: top;}

/* Gobal formatting for blog div  */	
.blogDiv {
	width:358px;
	height:427px;
	padding-left: 5px;
	padding-top: 5px;	
	position:relative;
	overflow:auto;
	overflow-x:hidden; }

/* Gobal formatting for blog table cells  */
.blogInsideTable td {
	padding-top: 5px;
	vertical-align: top;
	border-bottom: 1px solid black;}		
	
/* Gobal formatting for blog title  */	
.blogTitle {
	font-size: 16px;
	color: black;
}	

/* Gobal formatting for blog title  */	
.blogIntroText {
	font-size: 12px;
	color: black;
}

.pageTitle {FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #6a6a6a; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.billingAddress{width:340px;float:left;border-right:1px solid #AAA;padding-right:20px;}
.shippingAddress{width:340px;float:left;padding-left:20px;font-size:11px;font-weight:normal;}	



		

