/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#E8EBED;
			background-image:url(images/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			font-family:Tahoma,Arial,Helvetica, sans-serif;
			font-size:10px;
			}
p 	{
			padding:0;
			margin:0;
			}
			
/*------------------------------Body----------------------*/

.bodybg {
			background-color:#D2D6D9;
			background-image:url(images/bodybg.gif);
			background-repeat:repeat-x;
			background-position:top;
			border-left:#898B8E 1px solid;
			border-right:#898B8E 1px solid;
			}
			
.registernow {
			font-size:9px;
			color:#94BEDA;
			padding-right:5px;
			}

.readmore {
			font-size:9px;
			color:#3B5998;
			padding-right:5px;
			}

			
.registernowhighlight {
			font-size:9px;
			color:#FFFFFF;
			text-decoration:none;
			font-weight:bold;
			}
.registernowhighlight:hover {
			text-decoration:underline;
			}
			
/*------------------------------Toplinks----------------------*/
			

			
.toplink {
			font-size:11px;
			font-family:tahoma;
			font-weight:bold;
			color:#FFFFFF;
			font-variant:small-caps;
			text-decoration:none;
			}
			
.toplink:hover {
			color:#FAF17D;
			}
			
/*------------------------------leftpanel----------------------*/	

.leftpanel {
			background-color:#F4F5F8;
			border:#BEC3C7 1px solid;
			}
			
/*------------------------------topnews----------------------*/

.topnews {
			background-color:#FFFFFF;
			border-left:#BEC3C7 1px solid;
			border-right:#BEC3C7 1px solid;
			border-bottom:#BEC3C7 1px solid;
			padding:14px;
			}
			
.toptext {
			font-family:Arial, Helvetica, sans-serif;
			font-size:22px;
			color:#011036;
			font-weight:bold;
			}
			
.headertext {
			font-size:11px;
			color:#3CA063;
			font-weight:bold;
			}
			
.maintext {
			font-size:10px;
			color:#011036;
			padding-right:8px;
			}
			
/*------------------------------offers----------------------*/			
			
.offers {
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#D64D27;
			font-weight:bold;
			padding-left:12px;
			}
			
			
ul {
	padding:0px;
	margin:0px;
	}
	

li {
	background:url(images/arrows.gif ) 10px 4px  no-repeat;
		list-style-type:none;
		padding:0 0 0 20px; margin:0;
		
		font-family: Tahoma, "Times New Roman", Times, serif;
		font-size:10px;
		font-weight:normal;
		line-height:15px;
		}

li a {
	text-decoration:none; 
	color:#36619D;
	text-decoration:none;
	font-weight:bold;
	}
li a:hover {
	color:#36619D; text-decoration:underline;
	}
	
/*------------------------------search----------------------*/

.search {
			font-size:13px;
			color:#244575;
			font-weight:bold;
			}
			
/*------------------------------categories----------------------*/

.categories {
			font-size:15px;
			color:#244575;
			font-weight:bold;
			padding-left:12px;
			}
			
.listname {
			font-size:11px;
			color:#D64D27;
			font-weight:bold;
			padding-left:12px;
			}
			
.listitems {
			font-size:11px;
			color:#011036;
			font-weight:normal;
			padding-left:4px;
			text-decoration:none;
			}
			
.listitems:hover {
			text-decoration:underline;
			}
			
			
/*------------------------------copyright----------------------*/

.copyright {
			font:tahoma;
			font-size:10px;
			color:#8CB7D4;
			}
			
			
/*------------------------------products_innerpage----------------------*/

.products {
			font-size:15px;
			color:#D64D27;
			font-weight:bold;
			padding-left:18px;
			}
			
.products-text {
			font-size:10px;
			color:#545454;
			padding-left:10px;
			padding-right:10px;
			}
			
/*--------------------------Label----------------------------------*/
.label {
			font-size:11px;
			color:#666666;
			font-weight:bold;
			padding-left:12px;
			padding-right:12px;
			float: right;
			}
			
/*---------------------error----------------------------------*/
.error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#000;
			padding:2px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
    
.urllink {
			font-size:11px;
			color:#D64D27;
			font-weight:bold;
			}    

.textlink{
    font-family: Tahoma, "Times New Roman", Times, serif;
    font-size:10px;
    text-decoration:none; 
	color:#36619D;
	text-decoration:none;
	font-weight:bold;
}

.textlink:hover {
			text-decoration:underline;
			}		