.body_bg {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
.headerbg {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

img{
	border-style:none;
}

.date_txt {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #68ddff;
	text-decoration: none;
}
.cart_txt {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.welcome_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f1f6fd;
	text-decoration: none;
}
.search_bx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #404040;
	height: 20px;
	width: 211px;
	border: 1px solid #818181;
}

.blue_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #095195;
	text-decoration:underline;
}
.blue_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #095195;
	text-decoration: none;
}
.left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bec7d0;
	text-decoration: none;
	display:block;
	height:25px;
	padding-top:6px;
}
.left_nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bec7d0;
	text-decoration: none;
	display:block;
	background-color:#15487b;
	height:25px;
	padding-top:6px;
}
.red_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform:uppercase;
	color: #b10000;
	text-decoration: none;
}
.nor_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	
}
.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #98ccfd;
	text-decoration: none;
}
.coppyright_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4aa7ff;
	text-decoration: none;
}

h1 {
	text-align:left;
	color:#0099FF;
	margin:0px;
	padding:5px;
	font-size:18px;
	line-height:30px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
}

.body_txt {font-size: 12px; font-family:Tahoma; color: #003366;}

.error{ color:#CC3300; font-family:verdana; font-size:12px; }

.error1 ul {
	background: url(../images/alert.png) 5px 0.5em no-repeat #F8E0D6;
	border:#DD7244 1px solid;
	padding:11px 5px 5px 55px;
	width:400px;
	margin-left:2px;
}
.error1 li {
	list-style-type:circle;
	padding:2px 5px 2px 5px;
	font-size:11px;
	color:#cc0000;
}