/* CSS Document */

/* Generic Classes- */
body{
	background:#fff url(../images/bodybg.gif) 0% 0% repeat-x;
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

img{border:0px;}

h2{
	font:14px Arial, Helvetica, sans-serif;
	color:#FFFFFF; padding:10px 0 0 10px;
}

*{ padding:0; margin:0;} 
.margin{	margin:0;padding:0;}
/* -Generic Classes */


/* Float- */
.left{float:left;}
.right{float: right;}
.clear{clear:both;}
/* -Float */


/* Font Colors- */
.txt_blue{color:#0069f3;}
.txt_green{color:#03a408;}
.txt_green{color:#ec0088;}
.txt_black{color:#000000;}
/* -Font Colors */


.margintop20px{ padding-top:20px; }
.margintop15px{ margin-top:15px; }
.marginbottom20px{ margin-bottom:20px; }


/* Font Size- */
.font_12px{		font-size:12px;}
.txtright{
	text-align:right;
}
/* -Font Size */

/* Wrapper - */
#wrapper{
	width:950px;
	margin:0 auto;
}
/* -Wrapper */


/* Header- */
#header{	width:950px; }
.headerT{
	background:url(../images/header.jpg) 0% 0% no-repeat;
	height:150px;
	width:950px;
}
.headerB{
	width:950px;
	height:20px;
	margin:10px 0 15px 0;
	padding:5px 0;
/*	background:cyan;*/
}

/*.headerB ul{
}
.headerB ul li{
	list-style-type:none;
	display:inline;
	padding-right:5px;
}*/

.headerBL{
	width:170px;
	margin-right:20px;
	padding-top:5px;
/*	background:red;*/
}
.headerBL span{
	padding-right:5px;
}
.headerBL a{
	text-decoration:none;
	color:#000000;
}
.headerBL a:hover{
	text-decoration:underline;
	color:#0069f3;
}
.headerBC{
	width:540px;
/*	background:cyan;*/
}
/*.headerBC input{
	width:120px;
	height:12px;
	margin-right:10px;
}*/
/*
.headerBC label{
	vertical-align:top;
}*/

.headerBC table td{

}

.headerBR{
	width:200px;
/*	background:green;*/	
}
.headerBR table td{ padding-right:5px;
}
.headerBR a{ font-size:0;}

/*.headerBR input{
	width:100px;
	height:12px;
	font-size:11px;
}*/
/* -Header */

/* Container- */ 
#container{	width:950px;}
.containerL{
	width:170px;
	margin-right:20px;
}
.containerL ul{}
.containerL ul li{
	background:url(../images/bullet_pink.gif) 15px 12px no-repeat;
	list-style-type:none;	
	list-style-position:inside;
	padding:9px 0 6px 25px;
	border-bottom:1px solid #cce1f7;
}
.containerL ul li a{
	text-decoration:none;
	color:#0069f3;
}
.containerL ul li a:hover{
	color:#03a408;
	text-decoration:underline;
}
.containerL ul li.selected a{
	background:url(../images/arrow_green.gif) 100% 5px no-repeat;
	padding-right:8px;
	text-decoration: underline;
	color:#03a408;
}
.banner{
	background:url(../images/banner.gif) 0% 0% no-repeat;
	width:120px;
	height:240px;
	margin:0 auto; padding:0;
	margin-top:30px;
}
.containerC{
	width:540px;
	margin-right:20px;
	*margin-right:15px;
}
.containerR{
	width:200px;
}
/* -Container*/ 


/* Buttons- */
.btn_addbusiness, .btn_addbusiness a{
	background:url(../images/btn_addbusiness.gif) 0 0 no-repeat;
	display:block;
	width:170px;
	height:35px;
	text-decoration:none;
}
.btn_addbusiness a:hover{	background:url(../images/btn_addbusiness.gif) 0 -35px no-repeat;}

.btn_addproduct, .btn_addproduct a{
	background:url(../images/btn_addproduct1.JPG) 0 0 no-repeat;
	display:block;
	width:170px;
	height:35px;
	text-decoration:none;
}
.btn_addproduct a:hover{	background:url(../images/btn_addproduct_hover.JPG) 0 -35px no-repeat;}

.btn_submit, .btn_submit a{
	/*background:url(../images/btn_submit.gif) 0 0 no-repeat;*/
	display:block;	
	/*width:64px;
	height:22px;*/
	text-decoration:none;
}
.btn_submit a:hover{	/*background:url(../images/btn_submit.gif) 0 -22px no-repeat;*/}

.btn_arrow, .btn_arrow a{
	/*background:url(../images/btn_arrow.gif) 0 0 no-repeat;*/
	/*display:block;*/	
	width:14px;
	height:14px;
	text-decoration:none;
	margin:0; padding:0;
}
.btn_arrow a:hover{/*	background:url(../images/btn_arrow.gif) 0 -14px no-repeat;*/}

.btn_go, .btn_go a{
	/*background:url(../images/btn_go.gif) 0 0 no-repeat;*/
	/*display:block;*/
	width:25px;
	height:19px;
	text-decoration:none;	
}
.btn_go a:hover{	/*background:url(../images/btn_go.gif) 0 -19px no-repeat;*/}
/* -Buttons */

/* Pink Box- */
.pinkbox{
	border:1px solid #ec0088;
	padding:10px;
}
.pinkbox h3{
	background:url(../images/bullet_green.gif) 10px 5px no-repeat;
	padding:0 0 0 30px;
	margin:0 0 5px 0;	
	font-size:13px;
	font-weight:normal;
	color:#ec0088;
}
.pinkbox p{
	padding:10px 0 0 30px;
}
.pinkbox a{
	text-decoration:none;
	color:#0069f3;
	padding-left:10px;
}
.pinkbox a:hover{
	text-decoration:underline;
}
.pinkbox ul{
	margin-left:30px;
}
.pinkbox ul li{
	display:inline;
	padding-left:10px;
}
.pinkbox ul li.star_on{	background:url(../images/star_ON.gif) 0% 0% no-repeat;}
.pinkbox ul li.star_off{	background:url(../images/star_OFF.gif) 0% 0% no-repeat;}
.pinkboxL, .pinkboxC, .pinkboxR, .blueboxL, .blueboxC, .blueboxR, .greyboxL, .greyboxC, .greyboxR{
	background:url(../images/pinkboxL.gif) 0% 0% no-repeat;
	width:5px;
	height:35px;
}
.pinkboxC{
	background:url(../images/pinkboxC.gif) repeat-x;
	width:520px;
	padding:0 0 0 10px;
}
.blueboxC{
	background:url(../images/pinkboxC.gif) repeat-x;
	width:190px;
	/*padding:0 0 0 10px;*/
}
.pinkboxR{
	background:url(../images/pinkboxR.gif) 0% 0% no-repeat;
	width:5px;
}
.pinkboxhr{ border-bottom:1px dotted #b0b0b0; width:90%; padding:0; margin:10px auto;}
/* -Pink Box */
/*Rating-*/
.rating ul{
	margin-left:10px;
}
.rating ul li{
	display:inline;
	padding-left:4px;
}
.rating ul li.star_on{	background:url(../images/star_ON.gif) 0% 0% no-repeat;}
.rating ul li.star_off{	background:url(../images/star_OFF.gif) 0% 0% no-repeat;}



/* Blue Box- */
.bluebox{	
	border:1px solid #004eae; 
	padding:5px;
}
.bluebox ul{	margin-left:0; padding-left:0;}
.bluebox ul li{
	list-style-type:none;
	display:inline;
	padding-right:10px;
}
.bluebox h3{
	background:url(../images/bullet_green.gif) 10px 5px no-repeat;
	padding:0 0 0 30px;
	margin:0 0 5px 0;	
	font-size:13px;
	font-weight:normal;
	color:#ec0088;
}
.bluebox a{
	text-decoration:none;
	color:#0069f3;
	padding-left:10px;
}
.bluebox a:hover{
	text-decoration:underline;
}
.bluebox input{
	width:120px;
	height:14px;
}
.bluetable table{
	width:185px;
	margin:0 auto;
	background:#eef3f9;
}

.bluetable table tr{
 	border-bottom:1px solid #fff;
}
.bluetable table td{
	padding:8px 2px;
	border-bottom:1px solid #fff; 
}
.padding5px {
	padding-right:5px;
	padding-top: 10px;
	background: #ffffff;
}

.blueboxL{	background:url(../images/blueboxL.gif) 0% 0% no-repeat;}
.blueboxC{	background:url(../images/blueboxC.gif) 0% 0% repeat-x;}
.blueboxR{	background:url(../images/blueboxR.gif) 0% 0% no-repeat;}
/* -Blue Box */
/* favorite*/
.favorite{	
	border:1px solid #004eae;
	padding:10px;
}
.favorite h3{
	background:url(../images/bullet_green.gif) 10px 5px no-repeat;
	padding:0 0 0 30px;
	margin:0 0 5px 0;	
	font-size:13px;
	font-weight:normal;
	color:#ec0088;
}
.favorite p{
	padding:10px 0 0 30px;
}
.favorite a{
	text-decoration:none;
	color:#0069f3;
	padding-left:10px;
}
.favorite a:hover{
	text-decoration:underline;
}
.favoriteL{background:url(../images/blueboxL.gif) 0% 0% no-repeat; width:5px;
	height:35px;}
.favoriteC{background:url(../images/blueboxC.gif) 0% 0% repeat-x;width:520px;
	padding:0 0 0 10px; height:35px;}
.favoriteR{background:url(../images/blueboxR.gif) 0% 0% no-repeat; width:5px;
	height:35px;}
.favorite ul{
	margin-left:30px;
}
.favorite ul li{
	display:inline;
	padding-left:10px;
}
.favorite ul li.star_on{	background:url(../images/star_ON.gif) 0% 0% no-repeat;}
.favorite ul li.star_off{	background:url(../images/star_OFF.gif) 0% 0% no-repeat;}
/*-favorite*/

/* Grey Box- */
.greyboxL{	background:url(../images/greyboxL.gif) 0% 0% no-repeat;}
.greyboxC{	
	background:url(../images/greyboxC.gif) 0% 0% repeat-x;
	width:190px;
}
.greyboxR{	background:url(../images/greyboxR.gif) 0% 0% no-repeat;}
.greybox{
	border:1px solid #cecece;
	padding:10px 5px 5px 5px;
	width:188px;
}
.greybox p{	margin:0 auto; padding:0 0 10px 0;}

.greybox input{
	width:120px;
	height:14px;
}
.greybox select{
	width:125px;
	height:18px;
}
.submit input{
width: 64px;
height: 22px;
}
.greybox table{
	margin:0 auto;
	width:100%;
}
.greybox table td{	padding-bottom:5px;}
.map{
	width:180px;
	height:200px;
	border:1px solid #cecece;
	background:url(../images/map.gif) 0% 0% no-repeat;
	margin:auto;
}
.data{ padding:5px 0 10px 0; }
/* -Grey Box */

/* search user- */
.searchbox{	
	border:1px solid #cecece;
	padding:10px 5px 5px 5px;
}
.searchbox ul{	margin-left:0; padding-left:0;}
.searchbox ul li{
	list-style-type:none;
	display:inline;
	padding-right:10px;
}
.searchbox h3{
	background:url(../images/bullet_green.gif) 10px 5px no-repeat;
	padding:0 0 0 30px;
	margin:0 0 5px 0;	
	font-size:13px;
	font-weight:normal;
	color:#ec0088;
}
.searchbox a{
	text-decoration:none;
	color:#0069f3;
	padding-left:10px;
}
.searchbox a:hover{
	text-decoration:underline;
}
/*.searchbox.inputbox{
	width:120px;
	height:14px;
}
.bluetable table{
	width:185px;
	margin:0 auto;
	background:#eef3f9;
}

.bluetable table tr{
 	border-bottom:1px solid #fff;
}
.bluetable table td{
	padding:8px 2px;
	border-bottom:1px solid #fff; 
}
.padding5px {
	padding-right:5px;
	padding-top: 10px;
	background: #ffffff;
}*/

.searchboxL{	background:url(../images/greyboxL.gif) 0% 0% no-repeat;width:5px; height:35px;}
.searchboxC{	background:url(../images/greyboxC.gif) 0% 0% repeat-x; width:520px; height:35px; padding:0 0 0 10px;}
.searchboxR{	background:url(../images/greyboxR.gif) 0% 0% no-repeat; width:5px;	height:35px;}

.searchbox p{	margin:0 auto; padding:0 0 10px 0;}

/* -search user Box */

/* Orange Box- */
.orangebox{
	border:1px solid #f19101;
	padding:10px;
}
.orangebox h3{
	background:url(../images/bullet_green.gif) 10px 5px no-repeat;
	padding:0 0 0 30px;
	margin:0 0 5px 0;	
	font-size:13px;
	font-weight:normal;
	color:#e78b01;
}
.orangebox p{
	padding:10px 0 0 30px;
}
.orangebox a{
	text-decoration:none;
	color:#0069f3;
	padding-left:10px;
}
.orangebox a:hover{
	text-decoration:underline;
}

.orangebox ul{
	margin-left:0; padding-left:0;
}
.orangebox ul li{
	list-style-type:none;
	display:inline;
	padding-right:10px;
}
.orangebox ul li.star_on{	background:url(../images/star_ON.gif) 0% 0% no-repeat;}
.orangebox ul li.star_off{	background:url(../images/star_OFF.gif) 0% 0% no-repeat;}
.orangeboxL, .orangeboxC, .orangeboxR{
	background:url(../images/orangeboxL.gif) 0% 0% no-repeat;
	width:5px;
	height:35px;
}
.orangeboxC{
	background:url(../images/orangeboxC.gif) repeat-x;
	width:520px;
	padding:0 0 0 10px;
}
.orangeboxR{
	background:url(../images/orangeboxR.gif) 0% 0% no-repeat;
	width:5px;
}
.orangeboxhr{ border-bottom:1px dotted #b0b0b0; width:90%; padding:0; margin:10px auto;}
/* -Orange Box */
.msgbox{
	 padding:10px 0px 10px 10px;
	 color:#66b401;
	 font-size:14px;
	 font-weight:bold;
	 text-align:center;
}
/* Footer- */
#footer{
	display:block;
	background:#3b3d3c;
	width:890px;
	height:40px;
	color:#fff;
	margin-top:30px;
	padding:0 30px;
}
#footer ul{}
#footer ul li{
	list-style-type:none;
	display:inline;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#f6ff01;
	text-decoration:underline;
}
#footer p{}	

.gmnoprint span{
	
	display:none;
	
}
/* -Footer */

/*--font---*/
.blkfont{
	color:#000000;
}
.greenfont{
color:#66b401;
}
