Body { margin:0px;background-color:#f5f7fb; }
td{font-family:Helvetica, Verdana,Arial, Tahoma, sans-serif;font-size:11px;color:#000;font-weight:normal;text-transform:none;line-height:normal;}
a{color:#3865b6;text-decoration:none;font-weight:normal;}
a:hover{color:#3865b6;}

.padding{ padding:15px 12px 0px 12px;}
.padding3{ padding:5px 12px 0px 12px;}
.padding2{ padding:10px 15px 5px 0px;}
.header{padding:5px 0px 0px 0px;}
.topbg{ background:url(../Graphics/top_bg.jpg) no-repeat;}
.leftbg{ background:url(../Graphics/left_bg.jpg) repeat-y;}
.cart{ font-family:Helvetica,Verdana, Arial,  sans-serif; font-size:13px; color:#b6b6b6; padding:0px 5px 0px 0px;}
.txt{font-size:13px;color:#666666;font-weight:normal;line-height:18px; padding:3px 0px 0px 19px;} 
.heading{font-size:9px;color:#666666;font-weight:normal;line-height:18px; padding:3px 0px 0px 10px;text-transform:uppercase; font-weight:bold;} 
.bottomnav{font-size:13px;color:#9c9c9c;font-weight:normal; padding:0px 10px 0px 10px ;} 
.bottomnav a{font-size:13px;color:#9c9c9c;font-weight:normal; } 
.bottomnav a:hover{font-size:13px;color:#fff;font-weight:normal;} 
.shopping{font-size:13px; color:#6693e3;}
.shopping a{  font-size:13px; color:#6693e3; padding:0px 5px 0px 5px; font-weight:bold;}
.shopping a:hover{font-size:13px; color:#FFFFFF; padding:0px 5px 0px 5px; font-weight:bold;}
.textarea{line-height:normal;height:20px;width:130px;color:#000;font-size:12px;border:1px solid #ababab ;background-color:#fff;} 
.username{ font-size:11px; color:#666666; padding:0px 0px 0px 4px; }
.gridtotal{ color:#666666;background-color:#F1f1f1;line-height:25px; }
.password{font-size:11px; color:#1e4892;}
.next{font-size:11px; color:#1e4892; font-size:12px; }
.next a{font-size:11px; color:#1e4892; font-size:12px;}
.next a:hover{font-size:11px; color:#666666; font-size:12px;}
.next2{font-size:11px; color:#1e4892; font-size:12px; font-weight:bold;}
.welcome{ padding:35px 0px 8px 14px;}
.Price{ font-size:16px; color:#FF0000; font-weight:bold;}
.Price2{ font-size:16px; color:#666666; font-weight:bold;}
.Price3{ font-size:16px; color:#FF3001; font-weight:bold;}
.hd{ font-size:15px; color:#3865b6; font-weight:bold; padding:3px 0px 0px 0px; }
.hd2{ font-size:17px; color:#666666;padding:5px 0px 0px 13px; text-transform:uppercase; font-weight:bold;}
.hdproductname{ font-size:13px; color:#3865b6; font-weight:bold; padding:3px 0px 0px 0px; }
.imgbr{ border:1px solid #000000;}
.bnpad{ padding:0px 0px 0px 18px;}
.txt2{ color:#666666; padding:0px 0px 0px 0px; font-size:12px; }

.GridHeader{color:#666666;background-color:#e3e3e3;}
.Border{height:50px;widows:10px;border:solid 1px #000000;}
.GridPName{font-weight:bold;color:#666666;background-color:#FAF9F9;}
.QtyTextBox{border:solid 1px #cccccc;font-size: 11px;font-weight:normal;width:20px;padding-left:3px;}
.TextBox{border:solid 1px #cccccc;font-size: 11px;font-weight:normal;width:190px;padding-left:3px;}
.TextBoxArea{border:solid 1px #cccccc;font-size: 11px;font-weight:normal;width:300px;height:50px;padding-left:3px;}

.TextBoxLogin{border:solid 1px #cccccc;font-size: 11px;font-weight:normal;width:150px;padding-left:3px;}
.ProductHD{font-weight:bold;color:#666666;padding-left:7px;background-color:#e3e3e3;}
.TableFormat td{font-weight:bold;color:#666666;}
.PriceStrike{text-decoration: line-through;}

.HomeTxt
{
	background:url(../Graphics/background_img.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	padding:10px 5px;
	height:304px;
}


#mycustomscroll
{
	/* Typical fixed height and fixed width example */
	width: 304px;
	height: 304px;
	overflow: auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0 auto;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase
{
	width: 5px;
	background-color: #194FBB;
}
.vscrollerbar
{
	width: 8px;
	background-color: #2370D8;
}
.hscrollerbase
{
	height: 8px;
	background-color: #194FBB;
}
.hscrollerbar
{
	height: 8px;
	background-color: #2370D8;
}

.scrollerjogbox
{
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: red;
}