html {
    -webkit-text-size-adjust: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	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;
}
keep {
	display:inline-block;
}
.clear  {
	clear: both;
}
a {
	text-decoration: none;
	color: #00F;
}
.header {
	background-color:rgba(255,255,255,0.95);
	height:58px;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	border-bottom: solid 1px #0066ff;
	z-index:98;
}
.header .logo {
	position:absolute;
	top:5px;
	left:10px;
}
.header .logo img {
	height:40px;
	width:auto;
}
.header .logo .tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	margin-left:2px;
}
.header .menubutton {
	width:35px;
	height:35px;
	position:absolute;
	top:9px;
	right:15px;
	transition: all 0.2s;
}
.header .menubutton div {
	height: 4px;
	background-color: #009CE8;
	margin: 7px 0px;
	border-radius: 5px;
}
.header .menubutton.active {
	top:11px;
	right:20px;
	width:30px;
	transform:rotate(-90deg);
}
.header .menu {
	display:none;
	background-color:rgba(255,255,255,0.99);
	position:absolute;
	width:100%;
	top:59px;
	border-bottom:solid 1px #ddd;
	margin-left:0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
}
.header .menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:1em;
}
.header .menu ul li {
	border-bottom:solid 1px #f8f8f8;
}
.header .menu ul li a {
	font-size:1rem;
	text-decoration:none;
	color:#666;
	padding:10px 15px;
	display:block;
}
.header .menu ul li a br {
	display:none;
}
.header .menu.active {
	display:block;
}

.content {
	padding: 0px 10px;
	padding-top: 70px;
	word-wrap: break-word;
}
.content .main .hide {
	display: none;
}
.content .main h2 {
	font-size:1.2em;
	font-weight:normal;
	text-align:center;
	color:#003399;
}
.content .main .result h2 {
	text-align:center;
	font-size:1.2em;
	font-weight:normal;
}
.advert {
	padding-bottom: 10px;
	border-bottom:solid 1px #ccc;
}
.advert .category {
	background-color: #003399;
	color:#fff;
	line-height:1em;
	padding:5px 7px;
	padding-bottom:7px;
}
.advert .photo {
	float:left;
	width:80px;
	margin-right:15px;
	position:relative;
	margin-top:10px;
}
.advert .photo img {
	width:100%;
	height:auto;
}
.advert .info {
	float:left;
	width:calc(100% - 95px);
	font-size:0.9em;
	margin-top:10px;
	line-height:1.4em;
}
.advert .info .adnumber {
	color:#666;
	font-size:0.8em;
}
.advert .info .summary {
	font-weight:bold;
}
.advert .info .price {
	font-weight:bold;
	color:#f30;
}
.advert .info .ReadBtn {
	display:none;
}

input[type=text], input[type=password], input[type=email], input[type=button], input[type=submit], textarea, select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
select {
	smin-width:40px;
	padding:3px;
	padding-right:20px;
	background-color:#fff;
	background-image:url(images/down.png);
	background-repeat:no-repeat;
	background-position:center right 3px;
	background-size: 12px auto;
}

h3.violet {
	margin:0px;
	background-color:#09C;
	color:#fff;
	text-align:center;
	font-weight:normal;
	font-size:1.2em;
	padding:5px;
}
#LoginForm, #ResetForm, #UserForm, #UseDesktop {
	margin-bottom:20px;
	border:solid 1px #09C;
	padding:10px;
}
#LoginForm table, #ResetForm table, #UserForm table {
	width:100%;
}
#LoginForm td, #ResetForm td, #UserForm td {
	display:block;
	padding:0px;
	width:100%;
}
#LoginForm .forgot {
	font-size:0.7em;
	color:#666;
}
#UseDesktop {
	line-height:2em;
	font-size:0.8em;
	padding:20px;
}
.SearchBox {
	margin-bottom:20px;
	border:solid 1px #09C;
}
.SearchBox h3 {
	margin:0px;
	font-weight:normal;
	font-size:1rem;
	text-align:center;
	color:#fff;
	background-color:#09C;
	padding:3px;
	padding-bottom:5px;
}
.SearchBox form {
	padding:10px;
	font-size:0.8em;
}
form .error {
	font-size:0.9em;
	color:#f30;
	display:block;
	margin-top:5px;
}
form .field {
	border:solid 1px #ccc;
	font-size:1em;
	width:calc(100% - 10px);
	padding:2px 4px;
}
form select.field {
	width:calc(100% - 0px);
	font-size:1.1em;
}
form .button {
	background-color:#09C;
	color:#fff;
	padding:8px;
	border:none;
	font-size:1.2em;
	width:100%;
}

form .row {
	display:block;
	margin-bottom:10px;
}
form .row .name {
	display:block;
	margin-bottom:3px;
	text-align:left;
}
.account h1 {
	font-size:1.2em;
	line-height:2em;
	margin:0px;
	margin-bottom:30px;
}
.account h1 a {
	display:inline-block;
}
.account .tab_content {
	display: none;
}
.account .tab_content.active {
	display: block;
}
.account .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;
}
.account .button.add {
	color: #09F;
}

.mainframe {
	padding-bottom:20px;
	border-bottom:solid 1px #ccc;
}
.mainframe h1 {
	font-weight:normal;
	font-size:0.8rem;
	text-align:center;
	color:#666;
}
.mainframe .photos a {
	display:inline-block;
	position:relative;
	width:130px;
	height:130px;
	border:solid 1px #ccc;
	padding:5px;
	margin:5px 2px;
}
.mainframe .photos a img {
	max-width:100%;
	max-height:100%;
}
.mainframe .detail {
	clear:both;
}

.nav {
	margin-top:20px;
}
.nav td {
	width:17%;
}
.nav td:nth-child(3) {
	width:32%;
}
.nav img {
	opacity:0.5;
}
.leaderboard {
	margin-top:30px;
	width:100%;
	position:relative;
}
.leaderboard .item {
	margin-bottom:10px;
}
.leaderboard .item img {
	width:100%;
	height:auto;
}


.right {
	margin-top:30px;
}
.right .rectangle {
	position:relative;
	margin-bottom:20px;
}
.right .rectangle .item {
	margin-bottom:10px;
}
.right .rectangle .item img {
	width:100%;
	height:auto;
}
.right .fb-page {
	margin-left:auto;
	margin-right:auto;
}

.footer {
	text-align:center;
}
.footer .menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer .menu a {
	color: #666;
}

.footer .bar {
	padding:15px;
	background-color: #0066FF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	line-height: 1.5em;
}
