@charset "utf-8";
/* CSS Document */
#wrap{
	width:948px;
	margin:0 auto;
}
#wrapInner{
	padding-bottom:10px;
}
#body{
	margin:0 0 10px 0;
}
#header{
}
#banner{
	background:url(../images/front_images/banner_bg.jpg) no-repeat top left;
	height:155px;
}
#logo{
	padding:30px 0 0 30px;
	float:left;
}
#logo a{
	overflow:hidden;
	background:url(../images/front_images/logo.png) no-repeat;
	display:block;
	width:235px;
	height:115px;
	text-indent:-30000px;
	cursor:pointer;
}
#nav_bg{
	background:url(../images/front_images/nav_bg.jpg) repeat-x center top;
	height:30px;
	margin:0 4px;
	padding-left:40px;
}
#nav_links{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:15px;
	color:#FFF;
}
#nav_links ul{
	margin:0px 0 0 40px;
	padding:3px 0 0;
	list-style:none;
}
#nav_links ul li{
	float:left;
	width:130px;
	padding:0px 10px 3px 10px;
}
#nav_links ul li a{
	float:left;
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:3px 0px 0px 15px;
	cursor:pointer;
}
#nav_links ul li a:hover{
	background:url(../images/front_images/nav_leftborder.jpg) no-repeat top left;
	height:20px;
	padding:3px 0px 4px 7px;
	color:#0093D8;
}
#nav_links ul li a:hover span{
	background:url(../images/front_images/nav_rightborder.jpg) no-repeat top right;
	height:17px;
	padding:3px 15px 3px 7px;
}
/*content Alignments*/
.content_wrap{
	padding:0 0 20px 0;
}
.content_box{
	padding:15px;
}
.content_box a img{
    text-align:right;
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}

.preview{
	border-bottom:1px solid #f3f7f9; 
	padding:5px 0px 5px 0px; 
	text-align:center; 
	margin:0px;
}
.preview a:hover{
	border:none;
	margin:0px;
	padding:0px; 
	text-decoration:none;
}
.content_box a img:hover{
	padding:0px;
	margin:0px;
	text-decoration:none;
	border:none;
}
.content_border{
	border:1px solid #EEE;
}
.content_3border{
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	border-bottom:1px solid #EEE;
}
.border_right{
	border-right:1px solid #FFF;
}
.border_rightgray{
	border-right:1px solid #CCC;
}
/*content Alignments end*/
.body_bgshadow{
	background:url(../images/front_images/body_bg.jpg) repeat-y;
	padding:0 4px;
	zoom:1;
}
.bodyInner{
	padding:20px 0px 10px 15px;
}
.leftside{
	float:left;
	width:210px;
}
.leftsideInner{
	min-height:600px;
	height:auto !important;
	height:600px;
	background:url(../images/front_images/leftsideborder.jpg) no-repeat top right;
}
.leftside_links{
	font-size:11px;
	color:#FFF;
}
.leftside_links ul{
	margin:0px;
	padding:0px 25px 0 0;
	list-style:none;
}
.leftside_links ul li{	
	margin:0px 0;
	padding:0px;
	color:#000;
	background-color:#F7F7F7;
}
.leftside_links ul li a{
	background-color:#F7F7F7;
	padding:5px 5px 5px 10px;
	display:block;
	border-bottom:solid 1px #CCC;
	color:#003F7B;
	text-decoration:none;
	cursor:pointer;
}
.leftside_links ul li a.selected{
	background-color:#003F7B;
	color:#FFF;
	display:block;
}
.leftside_links ul li a:hover{
	background-color:#003F7B;
	color:#FFF;
	display:block;
}
.leftside_links .accordion h3{
	color:#000;
}
.midside{
	float:left;
	width:525px
}
.midsideInner{
	padding:0 20px 0 10px;
}
.rightside{
	float:left;
	width:190px;
}
.rightsideInner{
}
.body_topborder{
	background:url(../images/front_images/body_border.jpg) no-repeat 0 0;
	height:10px;
}
.body_bottomborder{
	background:url(../images/front_images/body_border.jpg) no-repeat;
	background-position:0 -10px;
	height:10px;
}
.bottom_border{
	background:url(../images/front_images/body_bottomborder.jpg) no-repeat top left;
	height:10px;
}
.title{
	background:url(../images/front_images/red_label.jpg) no-repeat top left;
	height:31px;
	line-height:31px;
	font-size:16px;
	color:#003F7B;
	padding-left:20px;
	font-weight:bold;
}
/*footer*/
.footer_align{
	padding:20px 0;
}
.footer_box{
	background:url(../images/front_images/footer_logo.jpg) no-repeat top right;
	text-align:center;
	font-size:12px;
}
.footer_links{
}
.footer_links ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer_links ul li{
	display:inline;
	color:#666;
}
.footer_links ul li a{
	color:#666;
}
.footer_links ul li a:hover{
	color:#333;
	text-decoration:none;
}

/*footer end*/

/*User List*/
.user_titlebg{
	background-color:#C51015;
	color:#FFF;
	font-weight:bold;
	zoom:1;
}
.light_blue{
	color:#333;
	background-color:#EFF7FC;
	zoom:1;
}
.dim_blue{
	color:#333;
	background-color:#E3EFF9;
	zoom:1;
}
.dark_blue{
	color:#FFF;
	background-color:#76B1E2;
	zoom:1;
}
.user_left{
	float:left;
	width:162px;
}
.user_leftInner{
	padding:4px 5px 4px 5px;
	text-align:center;
}
.userlist_left{
	float:left;
	width:163px;
	border-right:1px solid #FFF;
}
/*User List end*/

/*add user*/
.adduser_left{
	float:left;
	width:150px;
}
.adduser_right{
	float:left;
	width:340px;
}
.adduser_rightInner{
	min-height:140px;
	height:auto !important;
	height:140px;
	border-left:1px solid #EEE;
}
.user_city{
	padding:10px;
	border-bottom:1px solid #EEE;
}
/*add user end*/

/*sorting page*/
.sorting_box{
	padding:5px;
	border-bottom:1px solid #FFF;
}
.sorting_left{
	float:left;
	width:120px;
}
.sorting_left_pagination{
	float:left;
	width:320px;
}
.sorting_title{
	background:url(../images/front_images/arrow.jpg) no-repeat top right;
	padding:12px 20px;
	color:#003F7B;
}
.sorting_leftInner{
	padding:12px;
}
.sorting_img img{
	border:1px solid #B7E3F9;
	background-color:#FFF;
	padding:2px;
}
.sorting_right{
	float:left;
	width:360px;
}
/*sorting page end*/

/*User admin*/
.useradmin_left{
	float:left;
	width:230px;
}
.useradmin_midleft{
	float:left;
	width:80px;
}
.useradmin_right{
	float:right;
	width:80px;
}
.useradmin_list{
	border-bottom:1px solid #FFF;
}
.useradmin_Inner{
	padding:8px 4px 8px 4px;
}
.loginmenu{
	float:right; 
	width:100px;;
	padding-top:10px;
}
.loginmenu a{
	color:#FFF
}
/*User admin end*/
/*home*/
.activeclub{
	text-align:center;
	padding:5px;
	margin-top:10px;
	font-weight:bold;
}
.mid_shorting_right{ width:240px; float:left;}
.right_shorting_right{ width:120px; float:left;}
.sorting_newbtn_align{ float:left;  width:150px;}
.sorting_price_right{ width:360px; float:left; padding:5px 0px 0px 0px;}
.sort_price{ width:210px; float:left;}
.both_price{width:105px; float:left;}
.bold{ font-weight:bold;}
.cut{text-decoration:line-through;}
.large{ font-size:15px;}


.overvies{ width:458px; padding:0px 0px 0px 37px; }
.shop_index{height:30px; font-size:16px; font-weight:bold; color:#003F7B;}
.shop_list_block{  width:135px; float:left; margin:10px 10px 0px 0px; overflow:hidden;  }
.shop_list_by_name a{ color:#003F7B; }
.day_activities{ padding:10px 0px 10px 0px; color:#003F7B; font-size:16px; font-weight:bold;}