/* ----- HEADER----- */
#header {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/headerbgNew.jpg);
	width: 100%;	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E7EAEE;
}
#headercart {
	float: right;
	width: 420px;
}
#headercart .cart{
	padding: 8px 4px 4px 40px;
	background:url(images/HeaderCartMenu.png) no-repeat;		
	font-size: 12px;	
}
#header .cart a{
	padding: 0px 0px 0px 0px;
	margin: 5px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#header .cart a:hover{
	color: #c51130;
}
#header .send_btn {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 19px;
	width: 32px;
	font-size: 10px;
	font-weight: bold;
	color: #c3cdd4;
	text-decoration: none;
	background:url(images/HeaderSearchGo.png) no-repeat;		
	border: none;
	cursor: pointer;
}
#header1 {
/*	height: 10px;	*/
}
#header1 .searchbar {
	display: block;	
	text-decoration: none;
	background:url(images/HeaderSearchBar.png) no-repeat;		
	border: none;
}
#header .search {
	display: block;	
	margin: 0px;
	padding: 25px 15px 15px 0px;	
	text-align: right;	
}
#header .phone {
	display: block;	
	float: right; 
	padding: 10px 0px 5px 0px;	
}

/* ----- End of HEADER----- */

/* ----- Start HomePages----- */
#Home {
	clear: both;
}

#Home .HomeProductBox {
/*-----   position: relative;  -----*/
	display: block;	
	border-style:solid;
	border-width:1px;
	width: 210px;
	border-color: #bdc4c8;
	color: #bdc4c8;	
}
#Home .HomeProductBox a{
	text-decoration:none;
	color: white;
    font: bold 11px Arial, Helvetica, sans-serif;
/*-----  letter-spacing: -1px;  -----*/

}

#Home .HomeProductBox1 {
/*-----   position: absolute;  -----*/
   top: 110px;
   left: 0px;
   width: 210px;
   cursor: pointer;
   background:url(images/HomeFeature.png) no-repeat;
   padding: 7px 0px 7px 0px;
}



/* ----- End HomePages ----- */

/* ----- ListCategories Pages ----- */
#ListCategories {
	clear: both;
}
#ListCategories .MainBox {
	display: block;	
	float: right;	
	width: 670px;	
}
#ListCategories .TittleBox {
	display: block;	
	padding: 10px 10px 10px 10px;
}
#ListCategories .Tittle {
	display: block;	
	width: 655px;	
	background:url(images/CategoryTittleBar.png) no-repeat;	
	padding: 10px 0px 10px 20px;
	font: bold 15px Arial, Helvetica;
}

#ListCategories .productBox {
	display: block;	
	border-style:solid;
	border-width:1px;
	width: 210px;
	border-color: #bdc4c8;
	color: #bdc4c8;
}
#ListCategories .productText {
	font: bold 12px Arial, Helvetica, sans-serif;	
}
#ListCategories .productText a{
	color: #000;
	text-decoration:none;
}
#ListCategories .productText a:hover{
	color: #000;
	text-decoration:underline;
}
#ListCategories .productText2 {
	height: 50px;	
	font: bold 12px Arial, Helvetica, sans-serif;	
}
#ListCategories .productText2 a{
	color: #000;
	text-decoration:none;
}
#ListCategories .productText2 a:hover{
	color: #000;
	text-decoration:underline;
}
#ListCategories .productTextGU {
	height: 60px;	
	font: bold 12px Arial, Helvetica, sans-serif;	
}
#ListCategories .productTextGU a{
	color: #000;
	text-decoration:none;
}
#ListCategories .productTextGU a:hover{
	color: #000;
	text-decoration:underline;
}

#ListCategories .NextButton {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 17px;
	width: 18px;
	background:url(images/PageNext.jpg) no-repeat;		
	border: none;
	cursor: pointer;
}

#ListCategories .NextButtonCheckout {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	height: 20px;
	width: 65px;
	background:url(images/PageNextCheckOut.jpg) no-repeat;		
	border: none;
	cursor: pointer;
	font: 10px Arial, Helvetica, sans-serif;
}

#ListCategories .NextButtonCheckoutRed {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	height: 39px;
	width: 127px;
	background:url(images/PageNextCheckOutRed.jpg) no-repeat;		
	border: none;
	cursor: pointer;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;	
	color: #FFF;
}

#ListCategories .NextButtonShipping {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	height: 20px;
	width: 30px;
	background:url(images/PageNextShipping.jpg) no-repeat;		
	border: none;
	cursor: pointer;
	font: 10px Arial, Helvetica, sans-serif;
}

#ListCategories .NavOptionsBox {
	display: block;	
	width: 655px;	
	border: 1px;
	border-top-style:solid;
	border-color:#c3cdd4;
}

#ListCategories .sort {
	display: block;	
	padding: 0px 10px 12px 10px;	
	font: 12px Arial, Helvetica, sans-serif;		
	font-weight:bold;	
	color: #000;	
}
#ListCategories .sort a{
	color: #999999;	
	font-weight:bold;	
}
#ListCategories .sort a:hover{
	color: #c51130;	
}

/* ----- End ListCategories Pages ----- */

/* ----- Start View Item Pages ----- */
#viewItem {
	clear: both;
	padding: 0px 0px 0px 7px;	
}
#viewItem .ProductBox {
	display: block;	
	border-style:solid;
	border-width:1px;	
	border-color: #cccccc;
	padding: 10px 10px 10px 10px;		
	width: 445px;	
	font: 12px Arial, Helvetica, sans-serif;		
	color: #000;	
}
#viewItem .ProductTableText {
	font: 12px Arial, Helvetica, sans-serif;		
	color: #000;	
}
#viewItem .ProductBoxText {
	font: 11px Arial, Helvetica, sans-serif;		
	color: #666;	
}
#viewItem .ProductBoxText a{
	color: #999999;	
}
#viewItem .ProductBoxText a:hover{
	color: #c51130;	
}
#YouMayAlsoLike {
	font: bold 12px Arial, Helvetica, sans-serif;		
	color: #162732;
}
#YouMayAlsoLike .TopTittle{
	display: block;	
	border-width:0px;	
	padding: 5px 0px 5px 10px;		
	
	font: 15px Arial, Helvetica, sans-serif;		
	color: #FFF;	
	background-color: #162732;	
}
#YouMayAlsoLike a{
	font-weight:bold;		
	color: #c51130;
}

/* ----- End View Item Pages ----- */

/* ----- Footer ----- */
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 400px;
	background: #E7EAEE;
	text-align: center;
}
#footer .footerText{
	font-size: 12px;
	color: #999999;
	font-weight:bold;
}
#footer .footerTextB {
	padding: 0px 0px 0px 80px;
	font-size: 11px;
	text-align: Left;
	color: #999999;	
}
#footer .footerLinks a{
	padding: 0px 0px 0px 0px;
	margin: 5px;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#footer .footerLinks a:hover{
	color: #c51130;
}
#footer .footer_Bar{
	display: block;
	width: 900px;
	height: 10px;
	background: #C51130;
}
#footer .footer_box01 {
	display: block;	

	background: #c3cdd4;
	padding: 3px 0px 3px 10px;	
	font-size: 12px;
	text-align: left;	
	color: #333;
	font-weight: bold;	
}

#footer .footer_box03 {
	padding: 0px 2px 0px 2px;		
}

#footer .footer_box02 {
	display: block;	
	border-style:solid;
	border-width:1px;
	height: 105px;
	color: #bdc4c8;
	padding: 5px 10px 5px 10px;		
}
#footer .footer_box02 a{
	padding: 0px 0px 0px 10px;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	list-style: none;
}
#footer ul li{
	display: block;
	
	padding: 0px 5px 2px 5px;
}
#footer ul li a:hover{
	color: #c51130;
}


/* ----- End of Footer ----- */
