/* Global website font and background settings (i.e. font type and size, background color, tile background, etc)  */
body {	margin-top: 20px;
		font: 11px Tahoma, Verdana, Helvetica, Arial; 
		color: #c5baa4;
		background: #3a311f url("images/cbr_background.jpg") no-repeat top center ;
			}
			
/* Gobal formatting for links  */
a.menuSelected {font-size: 16px; 
text-decoration: none; 
color: #8fdff8;
font-weight: bold;
padding-left: 13px;
padding-top: 10px;}

a.menuSelected:hover {color: #c9ebf6; text-decoration: none;}	

.SmallTH { color: #fefefe;}	
.mainContent2 {color: black;}	

.boxContent {padding: 5px; border-bottom: 1px solid black; background: #fefefe; color: black;}

.boxContent a {font: 11px Tahoma, Verdana, Helvetica, Arial; text-decoration: none; color: black}
.boxContent a:hover {font: 11px Tahoma, Verdana, Helvetica, Arial; text-decoration: none; color: black}
		
.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: white}
a:hover {color: white; text-decoration: underline;}

a.products {font: 11px Tahoma, Verdana, Helvetica, Arial; text-decoration: none; color: ##dfd3ba;}
a.products:hover {color: white; text-decoration: none;}

/* 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: #c5baa4; font-size: 10px; font-weight: bold;}
a.headerLinks:hover {text-decoration: underline; color: #c5baa4}
.headerText {COLOR: #c5baa4;}

a.archiveLink {text-decoration: none; color: #3a311f; font-size: 11px; font-weight: bold;}
a.archiveLink:hover {text-decoration: underline; color: #3a311f}

/* Navigation background color and table cell formatting */
.NavigationCell {
background-color: #db3831;}

/* Gobal formatting for header links container  */
.footerLinks {
	width: 1010px;
	font-color: #c5baa4;
	font-size: 11px;	
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;	
	margin-left: auto;
	margin-right: auto;	
	color: #c5baa4;
}

/* Formating for footer links at bottom of web site (i.e. contact us, faq, etc) */
a.footerLinks {text-decoration: none; color: #c5baa4; font-size: 11px; font-weight: bold;}
a.footerLinks:hover {text-decoration: underline; color: #c5baa4}
.footerText {COLOR: #c5baa4;}

/* Gobal formatting for bread crumb trail  */
.BreadCrumb {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5px;
	font-color: #c5baa4;
	font-size: 14px;	
	border-bottom: 1px solid #c5baa4;
	margin-left: auto;
	margin-right: auto;	
}
/* Gobal formatting for bread crumb trail links and text */
.BreadCrumb a {
	font-size: 18px;
	color: #c5baa4;
	text-decoration: none;   
}
.BreadCrumb a:hover {
	text-decoration: underline;   
}
.BreadCrumb span {
	font-size: 18px;
	color: #c5baa4; }
	
/* Gobal formatting for server side error messages div contaiter tag  */
.#errorMessagesContainer {		
	border: 1px solid #c5baa4; 
	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 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;	
	font-weight: bold; 
	margin-left: auto;
	margin-right: auto;	}
	 
/* Gobal formatting for product filters table for table cells */
.productFiltersTable td {
	vertical-align: bottom;	 
	padding-right: 5px;
	color: white;
	}	

/* Gobal formatting for product table  */
.productTable {
	width: 100%; 
	margin-left: auto;
	margin-right: auto;	
	border-spacing: 0px;	

	}
	
/* Gobal formatting for product table cells (where the product images/link and reside)  */
.productTableTd {
	width: 25%; 
	border: 0px solid black;
	text-align: center;
	border-right: 10px solid #352e1c;	
	border-bottom: 10px solid #352e1c;	
	background: #fefefe;
	}
	
/* 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%;
	 
	margin-left: auto;
	margin-right: auto;	}	
.myAccountTables td{	
	padding: 3px; 	}		
	
/* 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: 1px 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 blog table  */
.blogTable {
	width: 100%;
	border: 1px solid black;}	
	
/* 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 {
	height: 453px;
	vertical-align: top;}

/* Gobal formatting for blog div  */	
.blogDiv {
	width:358px;
	height:447px;
	padding-left: 5px;
	padding-top: 5px;	
	position:absolute;
	overflow:auto;
	overflow-x:hidden; }

/* Gobal formatting for blog table cells  */
.blogInsideTable td {
	height: 105px;
	vertical-align: top;}	
	
/* Gobal formatting for blog title  */	
.blogTitle {
	font-size: 16px;
	color: black;
}	

/* Gobal formatting for blog title  */	
.blogIntroText {
	font-size: 14px;
	font-color: #3a3320;
	color: #3a3320;
}

.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;}	



		
