@charset "utf-8";
html,
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #626262;
	background-color: #ffffff;
	line-height: 16px;
	margin:0;
	padding:0;
	padding-bottom: 10px;
	height:98%;
}
#bodycontainer {
	background-color: #fbfbe7;
	position:relative;
}
#topmenucontainer {
	width: 100%;
	background-color: #fbfbe7;
	border-bottom: 1px dashed #cecece;	
}
#topmenubar {
	width: 730px;
	background-color: #ffffff;
	margin:0px auto;
}
#topmenuicon {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 0px;
}
#mainbody {
	width: 730px;
	background-color: #ffffff;
	margin:0px auto;
}
#maincontentcell {
	padding: 15px;
	vertical-align: top;
}
#bottommenucontainer {
	background-color: #f8f982;
	height: 45px;
	width: 100%;
	border-top: 1px dashed #cecece;
	border-bottom: 1px dashed #cecece;	
}
#bottommenubar {
	width: 730px;
	height: 45px;
	margin:0px auto;
}
#sidemenubar {
	width: 148px;
	border-left: 1px dashed #cecece;
	border-right: 1px dashed #cecece;
}
#copyrightcell {
	font-size: 10px;
	width: 148px;
	border-left: 1px dashed #cecece;
	border-right: 1px dashed #cecece;
	text-align: center;
	height: 45px;
	vertical-align: middle;
}
#bottommenucell {
	text-align: center;
	height: 45px;
	vertical-align: middle;
}
#submenubar {
	border-bottom: 1px dashed #cecece;
	height: 22px;
}
.logobg {
	background-image: url(/images/logocontentbg.jpg); 
	background-repeat: no-repeat; 
}
.side_bar {
	background-image: url(/images/side_bar.gif);
	background-repeat: repeat-y;
	width: 11px;
	border-left: 1px dashed #cecece;
	border-right: 1px dashed #cecece;
}
.bottom_side_bar {
	width: 11px;
	border-left: 1px dashed #cecece;
	border-right: 1px dashed #cecece;
}
.cellcorner {
	background-image: url(/images/cellcorner.gif);
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 15;
	border-top: 1px dashed #cecece;
	vertical-align: top;
}
.cellcontent {
	padding: 5px;
	padding-left: 15;
	border-top: 1px dashed #cecece;
	vertical-align: top;
}
.cellcontent_noborder {
	padding: 5px;
	padding-left: 15;
	vertical-align: top;
}
.paddingleft {
	padding-left: 10;
}
.aligntoright {
	text-align: right;
}
#todaycell {
	font-size: 10px;
	vertical-align: bottom;
	padding: 3px;
	line-height: 20px;
}
#indexmaincell {
	background-image: url(/images/indexmain_logo.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 10;
	padding-bottom: 15px;
	height: 210px;
}
#indexnewscontainer {
	width: 280px;
	height: 190px;
	text-align: justify;
	vertical-align: bottom;
	overflow: auto; 
	scrollbar-base-color: #fbfbe7;
	scrollbar-arrow-color: #cecece;
	scrollbar-DarkShadow-Color: #cecece;
}
#cartcell {
	font-size: 10px;
	background-image: url(/images/cellcorner.gif);
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 15;
	border-top: 1px dashed #cecece;
	height: 300px;
	vertical-align: top;
}
.productlistcell {
	height: 120px;
	text-align: center;
	vertical-align: bottom;
	font-size: 10px;
}
.celltopborder {
	border-top: 1px dashed #cecece;
}
.cellbottomborder {
	border-bottom: 1px dashed #cecece;
}
.cellleftborder {
	border-left: 1px dashed #cecece;
}
.cellrightborder {
	border-right: 1px dashed #cecece;
}
.cellselect a, .cellselect a:visited {
	display: block;
	color: #626262;
	text-decoration: none;
}
.cellselect a:hover {
	display: block;
	color: #626262;
	background:#f8f982;
}
.tableheader {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #cecece;
}
.tablerowcolor {
	background-color: #fbfbe7;
	border-bottom: 1px dashed #cecece;
}
.tablerow {
	border-bottom: 1px dashed #cecece;
}