html {
    -webkit-text-size-adjust: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
.dark {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	display: none;
	z-index: 99;
}
.contactbox {
	background-color: #FFF;
	padding: 10px;
	border-radius: 10px;
	position: fixed;
	z-index: 100;
	box-shadow: 0px 0px 20px #000;
	margin-left: 300px;
	margin-top: 50px;
	background-image: url(images/lightbox-ico-loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.contactbox .close  {
	position: absolute;
	margin-left: 400px;
	margin-top: -25px;
	cursor: pointer;
}

.contactbox iframe {
	height: 500px;
	width: 400px;
}
.clear  {
	clear: both;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}
.contact {
	text-decoration: none;
	cursor: pointer;
}
.violet {
	color: #8B0C68;
}
a {
	text-decoration: none;
	color: #00F;
}

a:hover {
	text-decoration: underline;
}

.header {
	padding-bottom: 5px;
	width: 100%;
	min-width: 1000px;
	background-image: url(images/white90.png?);
	position: fixed;
	z-index: 10;
	border-bottom: solid 10px #0066ff;
}
.header .logo {
	margin-left: 15px;
	margin-top: 8px;
	text-align: center;
	font-size: 10px;
	float: left;
}
.header .logo img {
	height: auto;
	width: 200px;
}

.header .logo a {
	color: #152B98;
	font-size: 1.2em;
}
.header .logo a:hover {
	text-decoration: none;
}

.header .menu {
	position: absolute;
	margin-left: 245px;
	margin-top: 23px;
	font-family: "Open Sans";
	font-size: 0.95em;
}

.header .menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header .menu ul li {
	display: inline-block;
	margin-right: 30px;
	text-align: center;
	line-height: 1.2em;
}
.header .menu ul li a {
	color: #666;
}
.header .menu ul li a:hover {
	color: #0066FF;
	text-decoration: none;
}


.header #SearchForm {
	margin-right: 10px;
	display: none;
	margin-top: -5px;

}
.header #SearchForm #search {
	width: 100px;
	height: 20px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	border: 1px solid #999;
	border-radius: 8px;
	padding-left: 3px;
	padding-right: 3px;
	background-position: 85px center;
}
.header .phone {
	width: auto;
	float: right;
	font-family: "Open Sans";
	font-size: 1em;
	margin-right: 15px;
	color: #06F;
	margin-top: 10px;
}
.header .phone img {
	margin-bottom: 3px;
}
.header .phone img.ym {
	margin-right: 3px;
}


.header .usermenu {
	position: absolute;
	top: 0px;
	margin-left: 730px;
	border: solid 1px #ccc;
	padding: 2px;
	font-family: "Open Sans";
	font-size: 13px;
	border-top: none;
	padding-left: 6px;
	border-radius: 0px 0px 5px 5px;
	cursor: pointer;
	box-shadow: 1px 1px 5px #999;
	padding-right: 6px;
	color: #ccc;
	background-color: #EEE;
	background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
	background-image: linear-gradient(to bottom, #fff, #e8e8e8);
}
.header .usermenu img {
	margin-right: 5px;
	opacity: 0.6;
}
.header .usermenu:hover {
	padding-top: 5px;
}
.header .usermenu a {
	color: #666;
}
.header .usermenu a:hover {
	color: #F00;
	text-decoration: none;
}







.banner {
	background-image: url(images/banner-main.jpg);
	height: 380px;
	width: 1000px;
	background-position: bottom;
	margin-bottom: 20px;
	margin-top: -20px;
}
.banner .overlay {
	height: 380px;
	width: 340px;
	background-image: url(images/white80.png);
	text-align: center;
	color: #68094f;
	float: right;
}
.banner .overlay h1 {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 0px;
	padding-top: 30px;
}
.banner .overlay ul {
	text-align: left;
	font-size: 24px;
	color: #f00;
	margin-left: 40px;
	margin-bottom: 20px;
}
.banner .overlay ul li h2{
	color: #68094f;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
}
.content {
	margin-bottom: 30px;
	font-family: "Open Sans";
	padding: 10px;
	width: 980px;
	padding-top: 120px;
}

.content .main {
	float: left;
	width: 670px;
	min-height: 300px;
}
.content .main h1 {
	font-weight: normal;
	color: #003399;
	font-size: 20px;
}
.content .main .hide {
	display: none;
}

.content .main h2 {
	font-size: 16px;
	color: #003399;
}
.content .main .detail {
	font-size: 14px;
}



.content .welcome  {
	text-align: center;
	border: 1px solid #0066FF;
	border-radius: 8px;
	line-height: 1.5em;
	word-spacing: 1px;
	color: #333;
	margin-bottom: 20px;
	font-size: 14px;
	background-color: #E6F0FF;
	overflow: hidden;
	background-image: url(images/floral20.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content .welcome h1  {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 0px;
	background-color: #0066FF;
	padding: 5px;
}
.content .welcome p {
	padding-right: 10px;
	padding-left: 10px;
}
.content .main .mainframe {
	border: 1px solid #0066FF;
	border-radius: 5px;
	margin-top: 20px;
	overflow: hidden;
}
.content .main .mainframe h1 {
	color: #FFF;
	background-color: #0066FF;
	background-image: -webkit-linear-gradient(top, #0066FF, #003399);
	background-image: linear-gradient(to bottom, #0066FF, #003399);
	margin: 0px;
	padding: 3px;
	padding-left: 10px;
}
.content .main .mainframe .padding {
	padding: 10px;
	min-height: 1200px;
}
.content .main .mainframe .padding img {
	max-width: 650px;
}






.content .main .SearchBox {
	border: 1px solid #0066FF;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 5px;
}
.content .main .SearchBox .spacing {
	display:inline-block;
	width:10px;
}
.content .main .SearchBox h3 {
	background-color: #0066FF;
	background-image: -webkit-linear-gradient(top, #0066FF, #003399);
	background-image: linear-gradient(to bottom, #0066FF, #003399);
	margin: 0px;
	padding: 3px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
}
.content .main .SearchBox #SearchForm {
	padding: 10px;
	font-size: 12px;
}
.content .main .SearchBox #SearchForm #keyword {
	width: 350px;
}

.content .main .SearchBox #SearchForm #search {
	float: right;
}
.content .main .SearchBox #SearchForm .narrow {
	width: 120px;
}
.content .main .SearchBox #SearchForm #keyword.short {
	width: 150px;
}

.content .main .result {
	border: 1px solid #0066FF;
	overflow: hidden;
	border-radius: 5px;
}
.content .main .result h2 {
	background-color: #0066FF;
	background-image: -webkit-linear-gradient(top, #0066FF, #003399);
	background-image: linear-gradient(to bottom, #0066FF, #003399);
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
	padding-left: 10px;
}
.content .main .result .resultContent {
	padding: 0px;
	min-height: 1200px;
}
.content .tabs .tab {
	float: left;
	color: #fff4fd;
	background-color: #0066FF;
	padding: 7px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 5px;
	letter-spacing: 1px;
	border-radius: 8px 8px 0px 0px;
	cursor: pointer;
	height: 25px;
}
.content .tabs .tab:hover {
	color: #FF0;
}

.content .tabs .tab.active {
	font-weight: bold;
	color: #FFF;
	font-size: 1.2em;
	margin-top: -5px;
	height: 30px;
}


.content .tabcontent {
	border: 1px solid #0066FF;
	padding: 15px;
	background-color: #E6F0FF;
	border-radius: 0px 10px 10px 10px;
	background-image: url(images/floral20.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: none;
	padding-bottom: 50px;
	min-height: 580px;
}
.content .tabcontent .language {
	position: absolute;
	margin-left: 550px;

}
.content .tabcontent .language img {
	margin-left: 5px;
	cursor: pointer;
	opacity: 0.2;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.content .tabcontent .language img:hover {
	opacity: 1;
}

.content .tabcontent .language img.active {
	opacity: 1;
}


.content .tabcontent.active {
	display: block;
}
.content .tabcontent .multilang {
	display: none;
}
.content .tabcontent .multilang.active {
	display: block;
}
.content .question {
	color: #F30;
	font-weight: bold;
}
.content .answer {
	margin-bottom: 20px;
}
.faq .main .answer h3 {
	margin-bottom: 5px;
}


.feetable .head {
	font-weight: bold;
	background-color: #E8E8FF;
}
.feetable .head td {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}






.advert {
	padding-bottom: 10px;
	margin-bottom: 0px;
	width: 200px;
	overflow: hidden;
	float: left;
	padding: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.advert:hover {
	background-color: #E6F0FF;
}
.advert:nth-child(3n) {
	border-right: none;
}
.advert .category {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #1b4fc5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 0px;
}




.advert .photo {
	width: 200px;
	float: none;
	border: 1px solid #FFF;
	height: 200px;
}
.advert .photo img {
}
.advert .info {
	margin-left: 0px;
	font-size: 14px;
	position: relative;
}
.advert .info .read {
	position: relative;
	right: 0px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.advert .info .ReadBtn {
	text-align: center;
	display: block;
}

.advert .info .adnumber {
	color: #666;
	font-size: 12px;
	margin-bottom: 5px;
}
.advert .info .summary {
	font-weight: bold;
	height: 60px;
	overflow-y: auto;
}
.decor .advert .info .summary{
	font-weight: bold;
	height: auto;
	overflow-y: auto;
}
.advert .info .area {
	height: 25px;
}

.advert .info .price {
	font-weight: bold;
	color: #F30;
	margin-bottom: 5px;
}
.advert .info .detail {
	font-size: 12px;
	height: 70px;
	overflow-y: auto;
}
.advert .info .detail .feature {
	display: inline-block;
}
.advert .info.noads {
	margin-bottom: 80px;
	text-align: center;
}

.nav {
	margin-top: 20px;
	margin-bottom: 20px;
}

.nav a {
	color: #000;
	text-decoration: none;
	opacity: 0.6;
	font-weight: normal;
}
.nav a:hover {
	opacity: 1;
}












.content .right {
	float: right;
	width: 300px;
	text-align: center;
}
.content .right.lower {
	padding-top: 30px;
}

.content .right .rectangle {
	margin-bottom: 10px;
}
.content .right .rectangle .slides {
	margin-bottom: 10px;
	height: 305px;
	overflow: hidden;
}
.content .right .rectangle .item {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	width: 300px;
}
.content .right .rectangle .item img , .content .right .rectangle .item embed{
	max-width: 300px;
}

.content .right .usermenu{
	border: solid 1px #ccc;
	padding: 5px;
	font-family: "Open Sans";
	font-size: 13px;
	border-top: none;
	padding-left: 10px;
	border-radius: 0px 0px 5px 5px;
	cursor: pointer;
	box-shadow: 1px 1px 5px #999;
	padding-right: 10px;
	color: #ccc;
	background-color: #EEE;
	background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
	background-image: linear-gradient(to bottom, #fff, #e8e8e8);
	position: fixed;
	z-index: 100;
	top: 101px;
	width: 280px;
}
.content .right .usermenu img{
	margin-right: 5px;
	opacity: 0.6;
}
.content .right .usermenu:hover {
	padding-top: 7px;
}
.content .right .usermenu a{
	color: #666;
}
.content .right .usermenu a:hover {
	color: #F00;
	text-decoration: none;
}

.login  {
	margin-bottom: 20px;
	border: 1px solid #0066FF;
	overflow: hidden;
	border-radius: 5px;
}
.login h3   {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #0066FF;
	background-image: -webkit-linear-gradient(top, #0066FF, #003399);
	background-image: linear-gradient(to bottom, #0066FF, #003399);
	padding: 3px;
}
.login #LoginForm   {
	padding: 10px;
}
.login .field   {
	width: 200px;
}
.login .forgot   {
	display: block;
	font-size: 11px;
	margin: 5px;
	margin-bottom: 10px;
	color: #999;
}
.login .forgot:hover  {
	color: #000;
	text-decoration: none;
}
.login .signup:hover {
	font-weight: bold;
	text-decoration: none;
}
.main .login {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.main .login h3 {
	text-align: center;
}
.main .login .error {
	font-size: 14px;
	color: #F00;
	text-align: center;
	margin-bottom: 10px;
}






.content .leaderboard {
	text-align: left;
	margin-top: 40px;
}
.content .leaderboard .slides {
	height: 93px;
}

.content .leaderboard .item {
	height: 83px;
	width: 670px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: solid 1px #fff;
	overflow:hidden;
}
.content .leaderboard .item .name {
	position: absolute;
	font-size: 50px;
	color: #F30;
	margin-left: 20px;
	margin-top: 10px;
}
.content .leaderboard .item .area {
	float: right;
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #A6E9FF;
	margin-top: 60px;
}
#RegisterForm {
	margin-top: 50px;
}
#RegisterForm table {
	margin-left: 20px;
}
#RegisterForm .field , #ResetForm .field{
	width: 300px;
	padding: 3px;
	margin-left: 5px;
	font-size: 14px;
	font-family: "Open Sans";
}
#RegisterForm #submit {
	margin-left: 5px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
#RegisterForm .error , #ResetForm .error{
	color: #F00;
	font-size: 12px;
}
.adverttypes {
	margin-top: 80px;
}





.table_list {
	background-color: #CCC;
	margin-top: 10px;
	font-size: 12px;
}
.table_list .table_head {
	background-color: #EEE;
	background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
	background-image: linear-gradient(to bottom, #fff, #e8e8e8);
	font-weight: bold;
}
.table_list .table_row  {
	background-color: #FFF;
}
.table_list .table_row:hover {
	background-color: #EEF;
}
.table_list .table_row.deleted {
	color: #FFF;
	background-color: #F00;
}
.account h1 a {
	color: #999;
}
.account h1 a.active {
	color: #F30;
}

.account h1 a:hover {
	color: #03F;
	text-decoration: none;
}

.account .list {
	overflow-y: auto;
	height: 600px;
}
.account .list .deleting {
	display: none;
}
.account .list .stat , .account .list .stat_banner{
	cursor: pointer;
}
.account .tab_content {
	display: none;
}
.account .tab_content.active {
	display: block;
}

.statBox {
	position: fixed;
	height: 500px;
	width: 900px;
	margin-left: 40px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000;
	z-index: 100;
	margin-top: 90px;
	padding: 10px;
	background-image: url(images/processing.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.statBox .close {
	margin-left: 895px;
	position: absolute;
	margin-top: -25px;
	cursor: pointer;
}
.statBox iframe {
	border: none;

}





.button {
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 8px;
	border: 1px solid #ddd;
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
	margin-left: 0px;
	font-size: 13px;
}
.button:hover {
	background-position: -15px;
	border: 1px solid #bbb;
}

.button.add {
	color: #09F;
}
.button.add:hover {
	color: #06C;
	text-decoration: none;
}
.Form {
	font-size: 14px;
}

.Form .narrow {
	width: 150px;
}
.Form .wide {
	width: 530px;
}
.Form iframe  {
	width: 600px;
	height: 300px;
}
.Form tr td h3 {
	margin: 0px;
}
.uploadField .progress {
	display: none;
}
#AdvertForm {
	height: 1500px;
}


#AdvertForm .photos {
	width: 550px;
	margin-top: 20px;
}
#AdvertForm .photos .photo {
	float: left;
	position: relative;
}
#AdvertForm .photos .photo .remove {
	position: absolute;
	margin: 5px;
	cursor: pointer;
	opacity: 0.6;
}
#AdvertForm .photos .photo .remove:hover {
	opacity: 1;
}
#AdvertForm .photos .photo .remove.load {
	margin: 9px;
	opacity: 1;
	border-radius: 8px;
	display: none;
}


#AdvertForm .photos .photo .image {
	margin: 3px;
}
#AdvertForm .detail  {
	display: none;
}
#AdvertForm .fields #type .sub {
	background-color: #6F0955;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	color: #FFF;
}
#UserForm .note {
	font-size: 12px;
	color: #666;
}
#UserForm .field {
	width: 250px;
}
#UserForm .error {
	font-size: 12px;
	color: #F00;
}

.footer {
	text-align: center;
	width: 100%;
	min-width: 1000px;
}
.footer .icons {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.footer .icons img {
	margin-left: 5px;
}
.footer .menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer .menu a {
	color: #666;
}
.footer .menu a:hover {
	color: #0066FF;
}

.footer .bar {
	background-color: #0066FF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.footer .bar .container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	line-height: 1.5em;
}
