.normal_text{font:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666666;}
.red_text{font:Verdana, Arial, Helvetica, sans-serif; color:#FF0000; font-size:11px;}
.green_text{font:Verdana, Arial, Helvetica, sans-serif; color:#339933; font-size:12px; font-weight:bold;}

/*.button{font-family:Arial, Helvetica, sans-serif; font-size:12px;  background:#666666; color:#FFFFFF;}*/
.button{background-image:url(../images/login-but-bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	border:0px;
	margin:0;
	text-decoration:none;
	text-align:center;
	padding:2px 3px 3px 3px;}
.link_text{font:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-decoration:none; font-weight:bold;}
.login{background:#CCCCCC; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#666666; border:1 solid #666666;}
.bold_text{font:Verdana, Arial, Helvetica, sans-serif; color:#333333; font-weight:bold;}
#list td{font-size:10px; border:1px solid #CCCCCC;}
#list tr{font-size:10px; border:1px solid #CCCCCC;}

.bold_text{font:Arial; font-size:14px; color:#333333; text-decoration:none; font-weight:bold;}
.control_panel_border{border-bottom:2px solid #666666;}

@charset "utf-8";
/* CSS Document */
Body{
	background-image:url(../images/strip.jpg);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0;
	}
h1{
	background-image:url(../images/h1-bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#ebebeb;
	font-size:17px;
	float:left;
	font-weight:bold;
	padding:8px 40px 8px 10px;
	margin:10px 0 0 0;
	}
h2{
	color:#333333;
	font-size:16px;
	margin:0;
	font-weight:bold;
	padding:0px;
	}

#main{
	width:926px;
	margin:0 auto;
	padding:0;
	}
/* Login */

.loginbox{
	width:448px;
	margin:0 auto;
	clear:both;
	padding:100px 0;
	}
.loginbg{
	background-image:url(../images/login-red-center.gif);
	background-repeat:repeat-x;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	}
.logincon{
	background-image:url(../images/logincon-bg.jpg);
	height:149px;
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px #CCCCCC solid;
	font-size:12px;
	color:#000000;
	}
.logincon a{
	color:#ff655e;
	outline:none;
	}
.logincon a:hover{
	color:#000000;
	}
.loginbut{
	background-image:url(../images/login-but-bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	border:0px;
	width:80px;
	margin:0;
	text-decoration:none;
	text-align:center;
	padding:2px 0 3px 0;
	}
.logininbut{
	width:180px;
	}

	
	
.header{
	overflow:hidden;
	float:left;
	width:100%;
	height:150px;
	}
.logo{
	float:left;
	margin:33px 0 0 21px;
	}
.toplink{
	font-size:12px;
	color:#000000;
	float:right;
	padding:17px 13px 0 0;
	}
.toplink a{
	color:#000000;
	text-decoration:none;
	outline:none;
	}
.toplink a:hover{
	color:#666666;
	text-decoration:underline;
	}
.user{
	float:right;
	clear:right;
	padding:42px 30px 0 0;
	font-weight:bold;
	color:#666666;
	font-size:12px;
	width:60%;
	text-align:right;
	}
.readtab{
	clear:both;
	}
.readbg{
	background-image:url(../images/red-center.jpg);
	background-repeat:repeat-x;
	}
.stockroom a{
	background-image:url(../images/stockroom.jpg);
	width:85px;
	height:63px;
	display:block;
	float:left;
	outline:none;
	}
.stockroom a:hover, .stockroom a.active{
	background-image:url(../images/stockroom-over.jpg);
	}
.store a{
	background-image:url(../images/store.jpg);
	width:74px;
	height:63px;
	display:block;
	float:left;
	outline:none;
	}
.store a:hover, .store a.active{
	background-image:url(../images/store-over.jpg);
	}
.office a{
	background-image:url(../images/office.jpg);
	width:70px;
	height:63px;
	display:block;
	float:left;
	outline:none;
	}
.office a:hover, .office a.active{
	background-image:url(../images/office-over.jpg);
	}
#warpper{
	background-color:#FFFFFF;
	}
#leftside{
	width:196px;
	background-image:url(../images/leftnav-bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding:20px 32px 0 0;
	}
.leftmenu a{
	color:#666666;
	text-decoration:none;
	display:block;
	height:22px;
	padding:8px 0 0 40px;
	outline:none;
	font-weight:bold;
	font-size:12px;
	}
.leftmenu a:hover, .leftmenu a.active{
	color:#333;
	background-color:#666666;
	background-image:url(../images/leftnav-over.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
.submenu{
	margin:40px 0px 0 0;
	width:160px;
	
	}
.submenu a{
	color:#666666;
	text-decoration:none;
	display:block;
	height:15px;
	padding:4px 20px;
	outline:none;
	font-size:11px;
	}
.submenu a:hover, .submenu a.active{
	color:#333;
	background-image:url(../images/submenu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
.content{
	font-size:11px;
	padding:10px;
	color:#666666;
	clear:left;
	}
.search{
	float:right;
	padding:10px 10px 0 0;
	}
.searchin{
	width:200px;
	height:15px;
	}
.searchbut{
	background-image:url(../images/search.jpg);
	width:29px;
	height:24px;
	border:0px;
	outline:none;
	cursor:pointer;
	}
.bottom{
	background-image:url(../images/bottom.gif);
	height:25px;
	}
.line{
	background-image:url(../images/dot.jpg);
	background-repeat:repeat-x;
	}


.footer{
	margin:20px 0 0 0;
	color:#666666;
	padding:0 0 20px 0;
	}
.footer a{
	color:#666666;
	text-decoration:none;
	outline:none;
	}
.footer a:hover{
	text-decoration:none;
	}
.footreline{
	border-bottom:1px #CCCCCC solid;
	}
	

 .text_area{
 font-family:Arial;
background:#CCCCCC;
border-width:1px 1px 1px 1px;
font-size:13px;
color:#333333;
}
.link_text a:link{font-size:12px; color:#333; font-family:Arial; text-decoration:none;}
.link_text a:hover{font-size:12px; color:#333; font-family:Arial; text-decoration:none;}
.link_text a:active{font-size:12px; color:#333; font-family:Arial; text-decoration:none;}
.link_text a:visited{font-size:12px; color:#333; font-family:Arial; text-decoration:none;}

.link_text1 a:link{font-size:11px; color:#FF0000; font-family:Arial; text-decoration:none;}
.link_text1 a:hover{font-size:11px; color:#000; font-family:Arial; text-decoration:none;}
.link_text1 a:active{font-size:11px; color:#000; font-family:Arial; text-decoration:none;}
.link_text1 a:visited{font-size:11px; color:#FF0000; font-family:Arial; text-decoration:none;}

.link_image a:hover{background-image:url(../images/login-but-bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	display:none;
	font-family:Arial;
	font-weight:bold;
	border:0px;
	width:80px;
	margin:0;
	text-decoration:none;
	text-align:center;
	padding:2px 3px 3px 3px;}
.link_image a:visited{font-size:1background-image:url(../images/login-but-bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	border:0px;
	margin:0;
	text-decoration:none;
	text-align:center;
	padding:2px 3px 3px 3px;}
.link_image a:active{background-image:url(../images/login-but-bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	border:0px;
	margin:0;
	text-decoration:none;
	text-align:center;
	padding:2px 3px 3px 3px;}
.link_image{background-image:url(../images/login-but-bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	border:0px;
	margin:0;
	text-decoration:none;
	text-align:center;
	padding:2px 3px 3px 3px;}



.text_box{font-family:Arial;
background-color:#CCCCCC;
border:1px solid #666666;
}
.text_box_1{font-family:Arial;
background-color:#CCCCCC;
border:1px solid #666666;
width:50px;
}

.errtxt{
color:#003300;
padding:2px 2px 2px 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; border:0px solid #999999;
text-decoration:blink;

}


/* Addded By Mani KP */

.successText {
	width: 80%;
	font-weight: bold;
	color: #006600;
	text-align: center;
	text-decoration: blink;
}
.noDisplay {
	display: none;
}
.ratesLink {
	color: #996600;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px; 
}
.ratesLink:hover {
	color: #666666;
	text-decoration: underline;
}
.clearBoth {
	clear: both;
}
.report{
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	}
.report td
{
border-right:1px solid #999999;
border-bottom:1px solid #999999;
}
.report tr
{
border-right:1px solid #999999;
border-bottom:1px solid #999999;
}


.errtxt{
height:10px; width:230x;
color:#990000;
padding:2px 2px 2px 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; border:0px solid #999999;
}

/* Addded By Mani KP */
a{
	color: #666666;
	text-decoration: none;
	outline:none;
}

.successText {
	width: 80%;
	font-weight: bold;
	color: #006600;
	text-align: center;
	text-decoration: blink;
}
.noDisplay {
	display: none;
}
.ratesLink {
	color: #996600;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px; 
}
.ratesLink:hover {
	color: #666666;
	text-decoration: underline;
}
.clearBoth {
	clear: both;
}

/* Store Addcart Information */
.addCart {
	position: absolute; 
	border-left: 6px solid #dadada;
	height: 400px; 
	width: 340px;
	top: 290px; 
	background-color: #E00A00;  
	display: none;
	overflow:auto;
	
	
}

#closeBtn {
	float: right;
	cursor: pointer;
}

.addCartInfo {
	color: #333333;
}
.procuctList {
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 5px;
	border-bottom: 1px solid #333333;
	text-align: left;
	line-height:17px;
	
	
}

.imgProdInfo {
	float: left;
	padding: 2px;
	margin-left: 5px;
	border: 1px solid #666666;
	margin-right: 5px;
}
.text_box_cart {
	width: 60px;
}

.text_box_cart {
	width: 35px;
}
.left_bod
{
	border-left:#CCC 2px solid;
	
}
.but_img
{
	background-color:#f4f4f4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:100px;
}

.product_txt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.car_product_txt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
.product_txt 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#mini_delete {
background:transparent url(../images/delete_small.png) no-repeat scroll right top;
font-family:"tahoma";
font-size:8pt;
font-weight:normal;
padding-right:15px;
}


#quantity_plus {
background:transparent url(../images/quantity_plus.png) no-repeat scroll right top;
}
#quantity_minus {
background:transparent url(../images/quantity_minus.png) no-repeat scroll right top;
}
#discount {
background:transparent url(../images/discount.png) no-repeat scroll right top;
}

.button-content{
line-height:1.8em;
padding:0 8px;
position:relative;
text-align:center;
vertical-align:middle;
white-space:nowrap;
}