﻿body{
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

A IMG {
	border: none;
	}

/* Header Settings */

.topmenu{
	background: url(images/topmenu.gif);
	background-repeat: no-repeat;
	height: 41px;
	vertical-align: top;
	}


.topmenu A, .topmenu A:link{
	padding: 0px 10px 0 10px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

#topmenu{
	padding-top: 5px;
	}
	
.topmenu A:visited{
	color: #000000;
	}
	
.topmenu A:hover{
	text-decoration: underline;
	color: #FFFFCC;
	}

.topmenu A:active{
	color: #0000FF;
	}

.promoheader{
	float: left;
	}

/* LeftPanel Settings */	

.searchheader{
	background: url(images/cateheader.gif);
	background-repeat: no-repeat;
	height: 34px;
	}

.catebody{
	background: url(images/catebody.gif);
	}

.searchbody{
	background: url(images/searchbody.gif);
	vertical-align: top;
	height: 58px;
	}

.search{
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	}

#search{
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 25px;
	}
	
.catefooter{
	background: url(images/catefooter.gif);	
	background-repeat: no-repeat;
	height: 44px;
	}

.cateheader{
	background: url(images/cateheader.gif) no-repeat;
	height: 34px;
	}


/* MainContent */

.mainheader{
	background: url(images/mainheader.gif) no-repeat;
	height: 18px;
	}

.mainbody{
	text-align: center;
	background: url(images/mainbody.gif);
	}

.mainfooter{
	background: url(images/mainfooter.gif) no-repeat;
	height: 35px;
	}

/* RightPanel Settings */

.rightheader{
	background: url(images/rightheader.gif) no-repeat;
	height: 34px;
	}

.rightbody{
	text-align: left;
	padding-left: 8px;
	background: url(images/rightbody.gif);
	}

.rightfooter{
	background: url(images/rightfooter.gif);
	height: 35px;
	}

/* Footer Settings */

.footermenu{
	background: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 23px;	
	vertical-align: top;
	}
	
.footermenu A, .footermenu A:link{
	padding: 0 10px 0 10px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

.footermenu A:visited{
	color: #000000;
	}

.footermenu A:hover{
	text-decoration: underline;
	color: #0000FF;
	}

.footermenu A:active{
	text-decoration: underline;
	color: #0000FF;
	}
	
.copyright{
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
		
	
ul.submenu{
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;

	font-size:12px;
	margin:1px;
}

ul.submenu li a#selected {
	color: #0000FF;

}

ul.submenu li {
	font-weight:bold;
	padding:2px 5px 2px 2px;
	margin:0px;
}

ul.submenu li a {
	color: #c01010; 
	text-decoration:none;
	margin:0px;
	padding:4px 8px 4px 4px;
	display:block;
}

ul.submenu li a:hover {
	background: none;
	color: blue;
	text-decoration:none;
	margin:0px;

}
ul.submenu#lvl1 {
	padding:5px;
	width: 160px;
}


/* Index.asp */

.categoryTitle{
	text-align: LEFT;
	vertical-align: middle;
	padding-left: 15px;
	}

.tyCateItems {
	margin: 7px;
	background: white;
	padding: 2px;
	color: black;
	text-align: center;
	width: 160px;
    border: outset 2px white;
	  }
	  
.tyCateItems a img {
        border-style: none;
   }
   
.tyCateItems a {
        text-decoration: none;
   }
   
.tyCateItems a:hover {
        text-decoration: underline;
   }
   
.CateName{
	text-align: center;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
	
.cate{
	background-color:#CCCCCC;
	}

.tyShopItems {
	text-align: left;
	font-size: 13px;
	padding: 2px;
	margin: 2px;
	width: 160px;
}

.tyShopItems A {
	color: #FF7418;
	text-decoration: none;
}


/* The styling of the list price in item.asp */

.itemPageListPrice
{
	color: #5E8CA7;
	font-weight:800;
}

/* The styling of the sale price in item.asp */


.itemPageSalePrice
{
	color:red;
	font-weight:bold;
	
}
.itemtitle{
	color:black;
	font-weight:bold;
	
}


.yahooNav{
	text-align: left;
	float: left;
	width: 600px;
	margin: 0px auto;
	font-family: Arial;
	font-size:15px;
	font-weight: bold;
	color: #0055FF;
	padding-top: 1px;
	padding-left: 20px;
	padding-bottom: 3px;
	clear: both;
}

.yahooNav A{
	color: #1008AB;
}

.pagination {
	text-align: left;
	clear: both;
	font-size:12px;
	font-weight:bold;
	margin:0px auto;
	color: #FFFFFF;
	display: block;
	width: 600px;
}

.pagination .pageNext { right:2%; }

.pagination .pagePrev , .pagination .pageNext{
	text-decoration: none;
	padding:5px;
	color:#999999; 
}

.pagination A.pageNum:hover, A.pagePrev:hover, A.pageNext:hover {
	color: #CCCC66;
}

.pagination .pageNum, .pagination {
	text-decoration: none;
	padding:5px;
	color: #999999;
}

.currentPage{
	color: #000000;
	}	
	
h1{
	font-size: 20px;
	}
	

.itemPageDescription, .alternativeView, .accessoryView{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	margin: 6px;
	line-height: 160%;
	}

#productImg{
	padding-top: 10px;
	padding-left: 20px;
	width: 360px;
	display: block;
	}

.cateheader, .rightheader{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 25px;
	}

#policy{
	text-align: left;
	padding-left: 20px;
	width: 600px;
	}
	
.searchResult{
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding-left: 30px;
	}
.AskFor{
    font-size:14px;
	font-weight:450;
	background-color:#CCF3FF;
	
    }
.AskFor A:link{
	text-decoration:none;
	}
.pagination_all {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-left: 12px;
	padding:5px;
	color: #FFFFFF;
	clear: both;
	display: block;
	width:570px;
	/*text-align:left;*/
	/*width: 567px; 100%*/  /*592px*/
	background-color: #538ACE; /*#E0EBE0;*/

}
.pagination_all .pageNext { right:2%; }
.pagination_all .pagePrev , .pageNext
{
	color:#FFFFFF; /*#6699ff;*/
}
.pagination_all A.pageNum:hover,A.pageNext:hover, A.pagePrev:hover  {
	
	color: #FFCC00;
}
.pagination_all .pageNum, .pagination {
	background-color: #538ACE;
	
	color: #FFFFFF; /*#6699ff;*/
}
.pagination {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-left: 10px;
	padding:5px;
	color: #FFFFFF;
	clear: both;
	display: block;
	width: 567px; /*100%*/  /*592px*/
	background-color: #0F04DD; 

}


.currentPage{
	color: #FFCC00;
	}
