/* @author  Sagnik Debnath */
body{
	background:url(../images/bg_body.jpg) repeat-x #094C80;
	padding:0; 
	margin:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#000000;
	}
	
div, p, h1, h2, h3, h4, h5, ul, li, input , img , form{
	padding:0; 
	margin:0;
	}
*html form{ padding:0px; margin:0px;}	
*html .mp{  padding:0px; margin:0px;}
*html .w532{ width:532px;}	
*html .hh10{ height:10px;}	
ul{
	list-style-type:none;
	}
	
p{ text-align:justify; margin:5px 0;}

.doth{ border-bottom:2px dotted #999999; padding-bottom:10px;  }
.dotv{ background:url(../images/dotv.jpg) repeat-y right top;}
.dotv_s{ background:url(../images/dotv.jpg) repeat-y left top;}	
.cl{clear:both;}
.fl{float:left;}
.fr{float:right;}
	
/* Font color*/
.fColor_Black{color:#000000;}
.fColor_white{color:#FFFFFF;}
.fColor_red{color:#e63b06;}
.fColor_green{color:#707a1a;}
.fColor_blue_h{color:#286EAA; font-weight:bold;}
.fColor_blue14{color:#286EAA; font-size:14px; font-weight:bold;}
.fColor_black18{color:#000000; font-size:18px;}
.fColor_yellow18{color:#f4bd21; font-size:18px;}

.fn{ font-weight:normal;}
/*front size*/
.f18{ font-size:18px;}
.f16{ font-size:16px; font-weight:bold;}
.tw20{font-size:20px; font-weight:bold; color:#FFFFFF; padding:0; margin:0;}

/* Text align*/
.tal{ text-align:left;}
.tac{ text-align:center;}
.tar{ text-align:right;}
.taj{ text-align:justify;}
	
/* Heading*/
h1{ font-size:18px; font-weight:bolder; color:#DC6223; margin:5px 0;}
h2{ font-size:18px; font-weight:bold; color:#FFFFFF; margin-bottom:5px; }
h3{ font-size:18px; color:#cc0000; margin:0 0 10px 0 ; font-weight:bold;  }
h4{ font-size:14px; font-weight:bolder; color:#af0a0a; margin:5px 0;}
h5{ font-size:12px; font-weight:bolder; color:#646b35; margin:10px 0; text-align:center}

/*background color*/
.bg_ash{ background:#f4f3f4; padding:5px; }
.bg_ashd{ background:#e8e8e8; padding:5px; }
.bg_yellow{ text-align:left; background:#d5bb0b; padding:2px; }
.bg_blue{ background:#286EAA;}	
/*background color*/

/* Borders */
.bdrRed		{border:1px solid red;}
.bdrGreen	{border:1px solid #438229;}
.bdrWhite	{border:1px solid #fff;}
.bdrLime	{border:1px solid lime;}
.bdrYellow	{border:1px solid yellow;}
.bdrBlue	{border:1px solid blue;}
.bdrBlack	{border:1px solid black;}
.bdrMaroon	{border:1px solid #e5dddb;}
.bdrGrey	{border:1px solid grey;}
.bdrsky		{border:1px solid #66a1e4;}
.bdrWhite_top{border-top:1px solid #fff;}


/* Paddings */
.pad0	{padding:0px;}
.pad2	{padding:2px;}
.pad5	{padding:5px;}
.pad10	{padding:10px;}
.pad15	{padding:15px;}
.pad20	{padding:20px;}

.padT3	{padding-top:3px;}
.padT5	{padding-top:5px;}
.padT10	{padding-top:10px;}
.padT12	{padding-top:12px;}
.padT15	{padding-top:15px;}
.padT17	{padding-top:17px;}
.padT20	{padding-top:20px;}
.padT25	{padding-top:25px;}
.padT30	{padding-top:30px;}
.padT37	{padding-top:37px;}
.padT40	{padding-top:40px;}
.padT45	{padding-top:45px;}
.padT50	{padding-top:50px;}
.padT55	{padding-top:55px;}
.padT60	{padding-top:60px;}

.padR5	{padding-right:5px;}
.padR10	{padding-right:10px;}
.padR13	{padding-right:13px;}
.padR15	{padding-right:15px;}
.padR20	{padding-right:20px;}
.padR25	{padding-right:25px;}
.padR30	{padding-right:30px;}
.padR35	{padding-right:35px;}
.padR100{padding-right:100px;}

.padB5	{padding-bottom:5px;}
.padB7	{padding-bottom:7px;}
.padB10	{padding-bottom:10px;}
.padB15	{padding-bottom:15px;}
.padB20	{padding-bottom:20px;}
.padB25	{padding-bottom:25px;}
.padB40	{padding-bottom:40px;}

.padL4	{padding-left:4px;}
.padL5	{padding-left:5px;}
.padL10	{padding-left:10px;}
.padL13	{padding-left:13px;}
.padL15	{padding-left:15px;}
.padL20	{padding-left:20px;}
.padL25	{padding-left:25px;}
.padL30	{padding-left:30px;}
.padL35	{padding-left:35px;}
.padL100{padding-left:100px;}

/* Margins */
.mara{ margin:auto;}
.mar0	{margin:0px;}
.mar5	{margin:5px;}
.mar10	{margin:10px;}
.mar15	{margin:15px;}
.mar20	{margin:20px;}
.mar25	{margin:25px;}
.mar50	{margin:50px;}
.mar75	{margin:75px;}
.mar100	{margin:100px;}

.mart0	{margin-top:0px;}
.mart5	{margin-top:5px;}
.mart10	{margin-top:10px;}
.mart15	{margin-top:15px;}
.mart20	{margin-top:20px;}
.mart25	{margin-top:25px;}
.mart35	{margin-top:35px;}
.mart50	{margin-top:50px;}
.mart75	{margin-top:75px;}
.mart100{margin-top:100px;}

.marr0	{margin-right:0px;}
.marr4	{margin-right:4px;}
.marr5	{margin-right:5px;}
.marr10	{margin-right:10px;}
.marr15	{margin-right:15px;}
.marr20	{margin-right:20px;}
.marr25	{margin-right:25px;}
.marr40	{mmargin-right:40px;}
.marr50	{mmargin-right:50px;}
.marr75	{margin-right:75px;}
.marr100{margin-right:100px;}

.marb0	{margin-bottom:0px;}
.marb5	{margin-bottom:5px;}
.marb10	{margin-bottom:10px;}
.marb15	{margin-bottom:15px;}
.marb20	{margin-bottom:20px;}
.marb25	{margin-bottom:25px;}
.marb50	{margin-bottom:50px;}
.marb75	{margin-bottom:75px;}
.marb100{margin-bottom:100px;}

.marl0	{margin-left:0px;}
.marl4	{margin-left:4px;}
.marl5	{margin-left:5px;}
.marl10	{margin-left:10px;}
.marl15	{margin-left:15px;}
.marl20	{margin-left:20px;}
.marl25	{margin-left:25px;}
.marl40	{margin-left:40px;}
.marl50	{margin-left:50px;}
.marl75	{margin-left:75px;}
.marl100{margin-left:100px;}

/* Width + Height */
.ha	  { height:auto}
.h15  { height:15px}
.h25  { height:25px}
.h30  { height:30px}
.h40  { height:40px}

.w100P{width:100%}
.w50P{width:50%}
.w40P{width:40%}
.w20P{width:20%}
.w19P{width:19%}

.w20  { width:20px;}
.w25  { width:25px;}
.w50  { width:50px;}
.w75  { width:75px;}
.w100 { width:100px;}
.w125 { width:125px;}
.w150 { width:150px;}
.w175 { width:175px;}
.w190 { width:195px;}
.w200 { width:200px;}
.w220 { width:220px;}
.w215 { width:215px;}
.w225 { width:225px;}
.w226 { width:226px;}
.w247 { width:247px;}
.w250 { width:250px;}
.w267 { width:267px;}
.w300 { width:300px;}
.w325 { width:325px;}
.w350 { width:350px;}
.w375 { width:375px;}
.w400 { width:400px;}
.w450 { width:450px;}
.w480 { width:480px;}
.w500 { width:500px;}
.w503 { width:503px;}
.w515 { width:515px;}
.w525 { width:525px;}
.w550 { width:550px;}
.w555 { width:555px;}
.w575 { width:575px;}
.w620 { width:620px;}
.w650 { width:650px;}
.w675 { width:675px;}
.w700 { width:700px;}
.w710 { width:710px;}
.w725 { width:725px;}
.w740 { width:740px;}
.w750 { width:775px;}
.w810 { width:810px;}
.w950 { width:950px;}

.t {background: url(../images/dot.jpg) 0 0 repeat-x; }
.b {background: url(../images/dot.jpg) 0 100% repeat-x}
.l {background: url(../images/dot.jpg) 0 0 repeat-y}
.r {background: url(../images/dot.jpg) 100% 0 repeat-y}
.bl {background: url(../images/bl.jpg) 0 100% no-repeat}
.br {background: url(../images/br.jpg) 100% 100% no-repeat}
.tl {background: url(../images/tl.jpg) 0 0 no-repeat}
.tr {background: url(../images/tr.jpg) 100% 0 no-repeat; padding:10px;}
.bg {background:#F6F6F6;}

.st {background: url(../images/dot.jpg) 0 0 repeat-x; }
.sb {background: url(../images/dot.jpg) 0 100% repeat-x}
.sl {background: url(../images/dot.jpg) 0 0 repeat-y}
.sr {background: url(../images/dot.jpg) 100% 0 repeat-y}
.sbl {background: url(../images/sbl.jpg) 0 100% no-repeat}
.sbr {background: url(../images/sbr.jpg) 100% 100% no-repeat}
.stl {background: url(../images/stl.jpg) 0 0 no-repeat}
.str {background: url(../images/str.jpg) 100% 0 no-repeat ; padding:10px}
.sbg{ background:#7DBDFA;}

/* edit part */
a{ color:#DC6223; text-decoration:underline;}
a:hover{ text-decoration:none;}

p{margin-bottom:10px;}

#Wrapper { 
	margin:0px auto; 
	width:900px;
	background:url(../images/header_bg.jpg) no-repeat top #FFFFFF;
	}
.logo{ width:810px; margin:5px auto 5px auto; }

.nav { padding:22px 0px 0px 0px; float:right;}

.nav ul li{
	background:url(../images/button_bg.jpg) no-repeat left top; 
	float:left; 
	width:90px; 
	height:24px; 
	text-align:center; 
	margin:0 2px 0 0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}

.nav ul li a{
	color:#010000; 
	text-decoration:none;
 	background:url(../images/button_bg.jpg) no-repeat top; 
	cursor:pointer; 	
	width:90px; 
	height:24px;  
	padding:8px 0 0 0; 
	display:block;
  }	
	
.nav ul li a:hover{ background:url(../images/button_hover.jpg) no-repeat top; color:#FFFFFF; cursor:pointer; 	width:90px; 
	height:24px;  padding:8px 0 0 0;}





.nav ul li a.select{ background:url(../images/button_hover.jpg) no-repeat top; color:#FFFFFF; cursor:pointer;}

.more a{ background:url(../images/more_arrow.gif) no-repeat left; padding:0 0 0 15px; font-weight:bold; color:#101010;}

.search{ 
	background:url(../images/search.gif) no-repeat left top; 
	border:0px; 
	width:168px;
	height:23px;  
	margin:5px 0 0 0; 
	padding:0px 2px; 
	color:#930505; 
	}
.s_submit{ 
	background:url(../images/search_submit.gif) no-repeat left top; 
	border:0px; 
	width:20px;
	height:23px;
	margin:5px 0 0 0; 
	padding:0px;
	cursor:pointer;
	}
.table_bg{ background:url(../images/table_bg.jpg) repeat-y;}
.table_top{ background:url(../images/table_top_bg.jpg) repeat-x; margin:0 2px; padding:2px;}

.box{ width:503px; margin:20px auto;}
.box_con{ background:url(../images/box_bg.jpg) repeat-x top; border-left:1px solid #8db811; border-right:1px solid #8db811; padding:0 30px; }

.reset{ background:url(../images/reset.jpg) no-repeat; border:none; cursor:pointer; width:77px; height:22px; color:#FFFFFF}

.submit{ background:url(../images/submit.jpg) no-repeat; color:#000000; width:102px; height:29px; border:none; cursor:pointer; }

.tbox{ width:175px; border:1px solid  #8db811;}
.cbox{border:1px solid #8db811; }

.catagory ul li{ background:url(../images/arrow_r.gif) no-repeat left; margin:0 0 10px 30px; padding: 0 0 0 20px; font-size:12px;}



.left_table{ background:url(../images/left_table_top_bg.jpg) repeat-x #FFFFFF; }

.list ul li{ background:url(../images/arrow.gif) no-repeat left ; padding-left:20px; margin:0 0 7px 0; }

.list ul li a{ text-decoration:none; color:#000000;}
.list ul li a:hover{ text-decoration:underline;}

.content{ background:url(../images/content_bg.jpg) repeat-y; padding:0 5px;}
.con_bg_top{ background:url(../images/body_top_bg.jpg) repeat-x top; padding:0 10px;}

.content_tbg{ background:url(../images/tbg.jpg) repeat-x #FFFFFF; }


.video_bg{ background:url(../images/video_bg.jpg) repeat-x; border:1px solid #7b824a; padding:5px;}
.menu{ background:url(../images/menu_bg.jpg) repeat-x top; height:23px; padding:3px 0 0 6px; font-size:14px; font-weight:bold; }	


.product_list ul li{ background:url(../images/tick.jpg) no-repeat left top; padding:0 0 0 25px; margin-bottom:10px; }

.result ul li{ background:url(../images/list_bg.jpg) repeat-x top; color:#6d7a13; padding:5px; margin:0 0 5px 0; height:84px;}
.result ul li a{ color:#b19014}

.footer{
	background:url(../images/footer_bg.jpg) repeat-x; 
	height:67px; 
	padding-top:20px; 
	margin-top:10px; 
	text-align:center; 
	color:#606060; 
	line-height:20px;
}

.f_logo{ background:url(../images/logo_footer.jpg) no-repeat 20px top;}
.footer a{ color:#1C1C1C; text-decoration:none;}
.footer a:hover{ text-decoration:underline;}

/* edit part end*/

.required { font-size:11px; color:#FF0000;}
.success { background-image:url(../images/01.jpg); background-repeat:no-repeat; background-position:left; color:#7d9b05; font-weight:600; padding-left:50px; padding-top:20px; font-size:14px; height:25px;}




