/* 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: black; 
		color: white;
		font-color: white;
		background: black url("images/back_fade_sliver.jpg") top center ;
		background-repeat:repeat-y;		
	}
		
.pageBackground{
	width:100%;
	height: 500px;
	background-color: ;
	border: 1px solid black; }		

.pageBackground td{
	padding: 5px; }
		
/* Gobal formatting for links  */
a {font: 11px Tahoma, Verdana, Helvetica, Arial; text-decoration: none; color: white}
a:hover {color: #383838; text-decoration: underline;}		
		
/* Gobal formatting for header links container  */
.headerTable {
	width: 976px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-color: white;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	color: #01daff;
}	

.headerTable td {	text-align: left; 
					color: 01daff;}	
					
.logoCell {border:	0px solid #414141;}				

/* Formating for header top links at top of web site (i.e. contact us, faq, etc) */
a.headerLinks {text-decoration: none; color: #01daff; font-size: 13px;}
a.headerLinks:hover {text-decoration: underline; color: #01daff}
.headerText {COLOR: #01daff;}

.bannerDiv {
    border: 1px solid #01daff;
	}

/* Navigation background color and table cell formatting */
.NavigationCell {

padding-top: 20px;
}

/* Gobal formatting for header links container  */
.footerTable {
	width: 976px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 13px;
	font-color: #01daff;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	color: #01daff;
}

/* Formating for footer links at bottom of web site (i.e. contact us, faq, etc) */
a.footerLinks {text-decoration: none; color: #01daff; font-size: 13px;}
a.footerLinks:hover {text-decoration: underline; color: #01daff}
.footerText {COLOR: #01daff;}

/* Gobal formatting for bread crumb trail  */
.BreadCrumb {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5px;
	font-color: #7bc242;
	font-size: 14px;	
	border-bottom: 1px solid white;
	margin-left: auto;
	margin-right: auto;	
	color: #7bc242;
}
/* Gobal formatting for bread crumb trail links and text */
.BreadCrumb a {
	font-size: 18px;
	color: #7bc242;
	text-decoration: none;   
}
.BreadCrumb a:hover {
	text-decoration: underline;   
}
.BreadCrumb span {
	font-size: 18px;
	color: #7bc242; }
	
/* Gobal formatting for server side error messages div contaiter tag  */
.#errorMessagesContainer {		
	border: 1px solid white; 
	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: normal;
	border: 1px solid #01daff; 
	background: black;
	color: #01daff;		
	padding-left: 5px;	
	position:relative;
	top:1px;	}	
	
/* Gobal formatting for product category text  */
.categoryText {
	width: 100%;
	padding-top: 10px;
	text-align: center;
	align: left; }	
	
/* Gobal formatting for product filters table */
.productFiltersTable {
	padding-top: 10px;
	padding-bottom: 10px;	
	font-weight: bold; 
	text-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: 0px solid #414141;
	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: white;
	font-weight: bold;
}

/*   */
.proDetailBrand {
	background-color: #01daff;
	height: 30px;
	padding-left: 5px;
	color: black;
	font-color: black;
}

/*   */
.proDetailBrand a {
	font-size: 20px;
	color: black;
}

/*   */
.proDetailProductName {
	font-size: 14px;
	padding-top: 10px;	
	padding-left: 5px;	
	padding-bottom: 10px;
	color: #01daff;
}

/*   */
.proDetailProductDescription {
	border-top:  1px solid black;
	border-bottom:  1px solid black;	
	background-color: black;
	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: black;
	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 #4b3a06;}	
	
/* 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; 
    border-top: 1px solid #01daff;
    border-left: 1px solid #01daff;	
    border-right: 1px solid #01daff;	
    border-bottom: 1px solid #01daff;	
	}	
	
/* Gobal formatting for home page tables cells  */
.homePageTables td {
	height: 50px;
	vertical-align: top;
	background-color: black;	}	
	
	
.homePageTables a {
	font-size: 12px;
	color: white;
	text-decoration: none;   
}
.homePageTables a:hover {
	text-decoration: underline;   
}	

/* Gobal formatting for home page tables  */
.homePageInsideTables {
	width: 100%;
    border-right: 1px solid #01daff;
    border-bottom: 1px solid #01daff;		
 }		
	
/* Gobal formatting for home page tables cells  */
.homePageInsideTables td {
	height: 200px;
	vertical-align: middle;
	background-color: black;
    border-left: 1px solid #01daff;		
 }		

.homePageRightCell	 {	
	border: 1px solid #01daff;
	background-color: black;
	vertical-align: top;
	}

	
/* 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; 
	border-bottom: 1px solid #01daff;
	}	
	
/* Gobal formatting for blog table cells  */
.blogTable td {
	height: 531px;
	vertical-align: top;
	background-color: black;	}

/* Gobal formatting for blog div  */	
.blogDiv {
	width:223px;
	height:735px;
	padding-left: 5px;
	padding-top: 5px;	
	position:absolute;
	overflow:auto;
	overflow-x:hidden; 
	background-color: black;}

/* Gobal formatting for blog table cells  */
.blogInsideTable td {
	height: 105px;
	vertical-align: top;}	
	
/* Gobal formatting for blog title  */	
.blogTitle {
	font-size: 13px;
	color: white;
}	

/* Gobal formatting for blog title  */	
.blogIntroText {
	font-size: 12px;
	color: white;
}

.pageTitle {FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #6a6a6a; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.billingAddress{width:320px;float:left;border-right:1px solid #AAA;padding-right:20px;}
.shippingAddress{width:320px;float:left;padding-left:20px;font-size:11px;font-weight:normal;}	

.mainContent {color: white;}

.mainContent2 {color: gray;}

.boxContent a {	
	color: black;
	text-decoration: none;   
}
.boxContent a:hover {
	text-decoration: underline; }
	
.magnify {
	border: 1px solid #01daff;
}



		

