@charset "utf-8";

html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	}
#www {
	min-width: 1000px;
	max-width: 1150px;
	margin: 0 auto;
	}

#bodybbg,
#bodybg {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}
	
#top {
	clear: both;
	height: 135px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: #fff url(../images/bg/bg_4.gif) left top repeat;
	}
	#logo {
		float: left;
		width: 25%;
		padding: 30px 0 0 2%;
		}
	#search {
		float: right;
		width: 65%;
		padding: 40px 2% 0 0;
		text-align: right;
		}
		.search-fld {
			float: right;
			width: 450px;
			height: 32px;
			padding: 13px 0 0 0;
			background: transparent url(../images/bg/search.gif) left center no-repeat;
			text-align: center;
			}
			.search-fld input {
				width: 435px;
				height: 20px;
				padding: 0 0 0 5px;
				margin: 0;
				border: 0;
				background: #fff;
				font: normal 13px Arial, Helvetica, sans-serif;
				color: #000;
				}	
					/* suggest */
						.ac_results {
							display: none;
							z-index: 10000;
							position: absolute;
							top: 5px;
							list-style: none;
							padding: 0;
							margin: 0;
							background-color: white;
							border: 1px solid #cecece;
							border-top: 0px;
							font: normal 13px Arial, Helvetica, sans-serif;
							}
						.ac_results li {
							width: 415px;
							padding: 5px 10px;
							white-space: nowrap;
							color: #101010;
							text-align: left;
							}
						 
						.ac_over {
							cursor: pointer;
							background: #3a3637 !important;
							color: #fff !important;
							}
						 
						.ac_match {
							text-decoration: underline;
							color: black;
							font-weight:bold;
							}
		.search-btn {
			float: right;
			width: 90px;
			height: 45px;
			margin: 0 0 0 10px;
			text-align: center;
			}
			.search-btn a {
				display: block;
				width: 86px;
				height: 30px;
				padding: 13px 0 0 0;
				background: transparent url(../images/bg/search-btn.gif) center center no-repeat;
				font: bold 13px Arial, Helvetica, sans-serif;
				color: #fff;
				text-decoration: none;
				}

#nav {	
	clear: both;
	width: 100%;
	height: 74px;
	border-top: 1px solid #ced6da;
	background: #0099ff;
	}
	#nav-1 {
		overflow: hidden;
		width: 100%;
		height: 37px;
		background: #fff;
		}
		#nav-1 ul{
			margin: 0;
			padding: 0 1% 0 2%;
			font: bold 13px Arial, Helvetica, sans-serif;
			color: #00aeef;
			list-style-type: none;
			}
		#nav-1 li{
			display: inline;
			margin: 0;
			} 
		#nav-1 li a,
		#nav-1 li a:visited,
		#nav-1 li a.no-in,
		#nav-1 li a.no-in:visited
		#nav-1 li.nav1sel a {
			float: left;
			display: block;
			margin: 0;
			padding: 11px 23px 10px 16px;
			border-right: 1px solid #ced6da; 
			background: transparent url(../images/nav-off.gif) center right no-repeat;
			text-decoration: none;
			color: #00aeef;
			}
			#nav-1 li a.no-in,
			#nav-1 li a.no-in:visited {
				padding: 11px 16px 10px 16px;
				background: none;
				}
		#nav-1 li a:hover, 
		#nav-1 li.nav1sel a {
			padding: 11px 23px 10px 16px;
			background: #0099ff url(../images/nav-on.gif) center right no-repeat;
			color: #fff;
			}		
			#nav-1 li a.no-in:hover {
				padding: 11px 16px 10px 16px;
				background: none;
				color: #00aeef;
				text-decoration: underline;
				}
				#nav-1 li.nav1sel a.no-in {
					padding: 11px 16px 10px 16px;
					background: #00aeef;
					color: #fff;
					}	
		#nav-1 li a#imy, 
		#nav-1 li a#imy:visited,
		#nav-1 li a#imy:hover, 
		#nav-1 li.nav1sel a#imy  {
			float: right;
			display: block;
			padding: 11px 23px 10px 16px;
			border: 0; 
			background: transparent url(../images/nav-off-my.gif) center right no-repeat;
			text-decoration: none;
			color: #ff0099;
			}
			#nav-1 li a#imy:hover, 
			#nav-1 li.nav1sel a#imy {
				background: #000 url(../images/nav-off-my.gif) center right no-repeat;
				}
		
		
		
		
		
	.nav-2 {
		float: left;
		overflow: hidden;
		width: 96%;
		height: 29px;
		padding: 6px 2% 1px 2%;
		background: #0099ff;
		}
	#myPanel {
		float: right !important;
		overflow: hidden;
		width: 96%;
		height: 29px;
		padding: 6px 2% 1px 2%;
		background: #000;
		text-align: right;
		}
		.nav-2 a,
		.nav-2 a.nav-2-selected, 
		#myPanel a,
		#myPanel a.nav-2-selected { 
			display: block;
			float: left;
			font: normal 13px Arial, Helvetica, sans-serif;
			line-height: 18px;
			height: 27px; 
			padding-left: 15px;
			text-decoration: none;
			margin-right: 5px; 
			}
			.nav-2 a.nav-2-selected,
			#myPanel a.nav-2-selected { 
				background: transparent url(../images/nav-2-l.gif) no-repeat top left;
				padding-right: 10px;
				}
		.nav-2 a:link, 
		.nav-2 a:visited, 
		.nav-2 a:active,
		#myPanel a:link, 
		#myPanel a:visited, 
		#myPanel a:active {
			color: white; 
			}
		.nav-2 a span,
		#myPanel a span {
			display: block;
			padding: 4px 15px 6px 0;
			}
		.nav-2 a.nav-2-selected span,
		#myPanel a.nav-2-selected span {
			display: block;
			padding: 5px 15px 6px 0; 
			background: transparent url(../images/nav-2-r.gif) no-repeat top right;
			font: bold 13px Arial, Helvetica, sans-serif;
			color: #00aeef;
			}
		.nav-2 a:hover,
		.nav-2 a:hover span,
		#myPanel a:hover,
		#myPanel a:hover span {
			text-decoration: underline;
			}








#wrapper{
	float: left;
	width: 94%;
	padding: 0 2%;
	margin: 0;
	}

#left {
	margin-right: 300px;
	}
	.left {
		padding: 15px 0 20px 0;
		}
#right {
	float: left;
	width: 310px; 
	margin-left: -300px;
	}
	.right {
		padding: 15px 0;
		}
#footer {
	clear: both;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	}
.footer {
	min-width: 1000px;
	max-width: 1150px;
	margin: 0 auto;
	text-align: left;
	}
.footer-pad{
	width: 94%;
	padding: 0 2% 10px 2%;
	margin: 0;
	}




.line {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 10px 0 20px 0;
	font: normal 1px Arial, Helvetica, sans-serif;
	line-height: 1px;
	border-top: 1px solid #d6d6d6;
	background: none;
	clear: both;
	}





.whitebox {
	float: left;
	clear: both;
	width: 96%;
	padding: 15px 2%;
	margin: 15px 0 0 0;
	background: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	}
	.whitebox h2 {
		margin: 0 0 20px 0;
		font: normal 18px Arial, Helvetica, sans-serif;
		color: #a7a5a6;
		}
		



#txt {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000;
	}


.pad-l {
	padding: 0 0 0 15px;
	}
.pad-r {
	padding: 0 15px 0 0;
	}
.pad-lr {
	padding: 0 15px;
	}
	.pad-l,
	.pad-r,
	.pad-lr {
		font: normal 12px Arial, Helvetica, sans-serif;
		color: #494949;
		}
	.pad-l b,
	.pad-r b,
	.pad-lr b {
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #ff0099;
		}
	.pad-l ul,
	.pad-r ul,
	.pad-lr ul{
		padding: 0;
		margin: 7px 0 0 0;
		list-style-type: none;
		}
		.pad-l ul.homepage li,
		.pad-r ul.homepage li,
		.pad-lr ul.homepage li {
			padding: 2px 0 !important;
			margin: 0 !important;
			color: #000000;
			}
	.pad-l ul li,
	.pad-r ul li,
	.pad-lr ul li {
		padding: 0 !important;
		margin: 0 !important;
		color: #000000;
		}
	.pad-l ul li.options,
	.pad-r ul li.options,
	.pad-lr ul li.options{
		padding: 1px 0 1px 15px !important;
		color: #000000;
		background: #fff url(../images/bg/options.gif) 2px 7px no-repeat;
		}
	.pad-l ul li a, .pad-l ul li a:visited,
	.pad-r ul li a, .pad-r ul li a:visited,
	.pad-lr ul li a, .pad-lr ul li a:visited {
		font: normal 14px Arial, Helvetica, sans-serif;
		padding: 4px 0;
		width: 100%;
		color: #00aeef;
		text-decoration: underline;
		}
	.pad-l ul li a:hover,
	.pad-r ul li a:hover,
	.pad-lr ul li a:hover{
		background-color: #00aeef;
		color: #fff;
		}
		.pad-l ul#footer-ul li a, .pad-l ul#footer-ul li a:visited,
		.pad-r ul#footer-ul li a, .pad-r ul#footer-ul li a:visited,
		.pad-lr ul#footer-ul li a, .pad-lr ul#footer-ul li a:visited {
			font: normal 12px Arial, Helvetica, sans-serif;
			padding: 3px 0;
			width: 100%;
			color: #494949;
			text-decoration: none;
			}
		.pad-l ul#footer-ul li a:hover,
		.pad-r ul#footer-ul li a:hover,
		.pad-lr ul#footer-ul li a:hover{
			background-color: #00aeef;
			color: #fff;
			}
.column-2 {
	float: left;
	width: 49.8%;
	border-left: 1px solid #e0e0e0;
	}
.column-2-sm {
	float: left;
	width: 24.8%;
	}
	div.whitebox#userpage {
		width:100%; 
	 	padding: 0; 
		background: #00aeef;
		}
.column-2-b {
	float: left;
	width: 75%;
	border-left: 1px solid #e0e0e0;
	}
.column-4 {
	float: left;
	width: 24.8%;
	border-left: 1px solid #e0e0e0;
	}
	






.list {
	float: none;
	width: 100%;
	padding: 0 0 12px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #d6d6d6;
	clear: both;
	}
	.list-img {
		float: left;
		width: 130px;
		}
		.list-img span {
			display: block;
			width: 126px;
			height: 86px;
			border: 1px solid #d6d6d6;
			}
			.list-img span img {
				width: 120px;
				height: 80px;
				border: 0px;
				}
				.list-img span a {
					display: block;
					border: 3px solid #fff;
					}
				.list-img span a:hover {
					display: block;
					border: 3px solid #00a8ff;
					}
	.list-txt {
		margin-left: 142px;
		font: normal 12px Arial, Helvetica, sans-serif;
		color: #333333;
		}
		.list-txt a {
			font: normal 16px Arial, Helvetica, sans-serif;
			color: #00a8ff;
			text-decoration: underline;
			}
		.list-txt b {
			font: normal 9px Arial, Helvetica, sans-serif;
			color: #c1c1c1;
			text-transform: lowercase;
			text-decoration: none;
			}
			.list-txt b.price {
				margin: 0 0 0 5px;
				font: bold 11px Arial, Helvetica, sans-serif;
				color: #ff0099;
				}
		.list-txt div {
			margin: 7px 0 0 0;
			}
			.rating {
				margin: 12px 0 0 0;
				}
			.rating img {
				width: 18px;
				height: 20px;
				border: 0;
				vertical-align: text-bottom;
				}
			.list-txt div b,
			.rating b {
				margin: 7px 0 0 10px;
				font: bold 13px Arial, Helvetica, sans-serif;
				color: #ffdd3e;
				}
	.friend-img {
		float: left;
		width: 110px;
		}
		.friend-img span {
			display: block;
			width: 88px;
			height: 88px;
			border: 1px solid #d6d6d6;
			}
			.friend-img span img {
				width: 82px;
				height: 82px;
				border: 0px;
				}
				.friend-img span a {
					display: block;
					border: 3px solid #fff;
					}
				.friend-img span a:hover {
					display: block;
					border: 3px solid #00a8ff;
					}
	.friend-txt {
		margin-left: 110px;
		font: normal 12px Arial, Helvetica, sans-serif;
		color: #333333;
		}
		.friend-txt a {
			font: normal 16px Arial, Helvetica, sans-serif;
			color: #00a8ff;
			text-decoration: underline;
			}
		.friend-txt b {
			font: normal 9px Arial, Helvetica, sans-serif;
			color: #c1c1c1;
			text-transform: lowercase;
			text-decoration: none;
			}

.pages {
	height: 40px;
	}
.page-all {
	float: left;
	width: 80px;
	margin-left: 15px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
	} 
	.page { 
		margin-left: 120px;
		padding: 3px 2px;
		}
		.page ul {
			margin: 0;
			padding: 0;
			text-align: right; 
			font: normal 11px Arial, Helvetica, sans-serif;
			}
		.page li{
			list-style-type: none;
			display: inline;
			padding-bottom: 1px;
			}
		.page a, 
		.page a:visited{
			padding: 2px 5px;
			border: 1px solid #d6d6d6;
			text-decoration: none; 
			color: #000;
			}		
		.page a:hover, 
		.page a:active{
			border: 1px solid #00aeef;
			color: #fff;
			background: #00aeef;
			}
		.page a.currentpage,
		.page a.currentpage:hover {
			background: #00aeef url(../images/bg/button.gif) no-repeat center -4px;
			color: #FFF !important;
			border-color: #00aeef !important;
			font-weight: bold;
			cursor: default;
			}
		.page a.disablelink, 
		.page a.disablelink:hover{
			background-color: white;
			cursor: default;
			color: #929292;
			border: 1px solid #d6d6d6;
			font-weight: normal !important;
			}






.comment {
	width: 100%;
	margin: 15px 0 0 0;
	}
.comment-t {
	width: 100% !important;
	height: 15px;
	background: #fff url(../images/bg/comment.gif) right 0px no-repeat;
	}
	.comment-t div {
		width: 15px;
		height: 15px;
		background: #fff url(../images/bg/comment.gif) 0px 0px no-repeat;
		}
.comment-mb {
	width: 100%;
	}
.comment-m {
	padding: 5px 20px;
	border-left: 1px solid #cfd7db;
	border-right: 1px solid #cfd7db;
	}
	.comment-inf {
		float: left;
		width: 100%;
		margin: 0 0 10px 0;
		}
	.comment-img {
		float: left;
		width: 70px;
		}
		.comment-img span {
			display: block;
			width: 50px;
			height: 50px;
			border: 1px solid #d6d6d6;
			}
			.comment-img span img {
				width: 44px;
				height: 44px;
				border: 0px;
				}
				.comment-img span a {
					display: block;
					border: 3px solid #fff;
					}
				.comment-img span a:hover {
					display: block;
					border: 3px solid #00a8ff;
					}
	.comment-txt {
		float: left;
		width: 50%;
		font: normal 12px Arial, Helvetica, sans-serif;
		color: #333333;
		}
		.comment-txt a {
			font: normal 16px Arial, Helvetica, sans-serif;
			color: #00a8ff;
			text-decoration: underline;
			}
			.comment-txt a.username {
				color: #000;
				}
			.comment-txt b {
				font: normal 9px Arial, Helvetica, sans-serif;
				color: #ababab;
				line-height: 18px;
				}
		.comment-rate {
			float: right;
			}
.comment-b {
	width: 100%;
	height: 15px;
	background: #fff url(../images/bg/comment.gif) right -15px no-repeat;
	}
	.comment-b div {
		width: 15px;
		height: 15px;
		background: #fff url(../images/bg/comment.gif) 0px -15px no-repeat;
		}
	


	
.userpic {
	display: block;
	padding-bottom: 10px;
	}	






/* userpage */

div.usr-lr {
	padding: 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #cceffc;
	}
	div.usr-lr b {
		color: #fff;
		}
	div.usr-lr .line {
		width: 100%;
		height: 1px;
		padding: 0;
		margin: 15px 0;
		font: normal 1px Arial, Helvetica, sans-serif;
		line-height: 1px;
		border-top: 1px solid #56caf5;
		background: none;
		clear: both;
		}

.delete,
.delete img {
	float: right;
	text-decoration: none;
	border: 0;
	}
	
div.usr-lr div.userpic {
	border: 4px solid #fff;
	padding: 0;
	margin: 0;
	}
	div.usr-lr div.userpic img {
		width: 100%;
		}
	.ref {
		width: 100%; 
		height: 70px; 
		overflow: hidden; 
		position: relative;
		}
		.lec {
		 	z-index: 156; 
			position: relative; 
			overflow: hidden;
			height: 50px; 
			width: 100%; 
			padding: 20px 0 0 0;
			background: transparent url(../images/bg/png_avatar.png) top left no-repeat; 
			font: normal 18px Arial, Helvetica, sans-serif;
			color: #fff;
			}
		
a {
	color: #00aeef;
	}		

	
	

	
h1 {
	margin: 10px 0 0px 0;
	font: normal 34px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000;
	text-transform: lowercase;
	}
	h1 b {
		font: normal 34px Arial, Helvetica, sans-serif;
		line-height: 20px;
		color: #ececec;
		}