body, html {
	background: #fff;
	padding: 0;
	margin: 0;
	font: normal 12px Tahoma;
	font-family: Tahoma,Helvetica,Lucida,LucidaTypewriter,sans-serif;
    color: #555;
    height: 100%;
}
a img {
	border: none;
}
a {
	color: #376eb1;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
}

ul, li, form, h1, h2, h3, h4, h5, h6, dt, dd, dl {
	font-weight: normal;
	padding: 0;
	margin: 0;
}



.ol_rul li {
	font-weight: normal;
	list-style:disc;
	padding: 2px 0;
}
.ol_rul {
	font-weight: bold;
	margin-top: 20px;
}
body {
    background: url(/images/bg.png) repeat-x 50% 0;
}

h1 {color: #666;
	font-size: 24px;}
h2 {color: #c800ae;
	font-size: 24px;
	}

h3 {color: #000;
	font-size: 18px;
	}

.black {
	color: #000;
    line-height: 1.35;
	margin-top: 5px;
}

.wrap {
	float: left;
	width: 100%;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
#header, #all, #footer, #friends {
    width: 970px;
    margin: 0 auto;
}
#header {
    height: 100px;
}
#logo {
    width: 184px;
    height: 82px;
    background: url(/images/logo.png) no-repeat;
    margin: 2px 0 0 -11px;
}

#nav {
    height: 34px;
    overflow: hidden;
    background: url(/images/nav.png) no-repeat;
    float: left;
    list-style: none;
    padding: 0 14px;
    width: 674px;
    margin: 27px 0 0 -702px;
}
#nav li {
    float: left;
    height: 34px;
}
#nav a {
    color: #fff;
    text-decoration: none;
    height: 23px;
    padding: 7px 17px 0;
    display: block;
    border-right: solid 1px #727274;
    border-left: solid 1px #a3a3a3;
}

#nav a:hover {
    background: url(/images/nav_hover.png) repeat-x 0 0;
}

#nav .first {
    border-left: none;
}
#nav .last {
    border-right: none;
}
#nav .active {
    background: url(/images/nav_active.png) repeat-x 0 0;
}


#main {
    width: 685px;
    margin: 0 0 30px;
}

#right {
    width: 240px;
    margin-left: -240px;
    float: left;
}
#footer {
    border-top: solid 1px #cdcdcd;
    padding-top: 18px;
    height: 85px;
}
#footer .wrap a {
    display: block;
    width: 99px;
}
#footer, #footer a {
    color: #000;
}
#copyright {
    float: left;
    width: 400px;
    margin: 8px 0 0 -850px;
}
#counters {
    width: 400px;
    margin-left: -400px;
    text-align: right;
    float: left;
}


.ad {
    background: #c800ae;
    color: #fff;
    font-size: 9px;
    text-transform: lowercase;
    padding: 2px 4px;
    margin-bottom: 5px;
    display: block;
    width: 35px;
}

.radius10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.hello {
	background: url(/images/filter.png);
	padding: 8px 15px 3px;
	margin-bottom: 10px;
    border: 1px solid #fff;

	}

.freechat {
    list-style: none;
    overflow: hidden;
    width: 730px;
}
.freechat li {
    float: left;
    width: 182px;
    height: 190px;
    margin-bottom: 10px;
}

.freechat li div {	font-size: 11px;
	color: #C800AE;
	margin: 2px 0;
	width: 180px;
	height: 13px;
	overflow: hidden;

	}
.freechat a, .erochat a {
    color: #444;
    font-size: 14px;
}
.freechat p, .erochat p {
    color: #999;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.erochat p {
    font-size: 12px;
}
.freechat img, .erochat img {
    margin: 5px 0 0;
}
.erochat li {
    float: left;
    width: 187px;
    list-style: none;
    height: 190px;
}
.erochat li img {
    display: block;
}
.erochat {
    list-style: none;
    width: 748px;
}
.erochat .free {
    color: #58bf0d;
}
#friends {
    height: 118px;
    border-top: solid 1px #eeeeee;
    clear: both;
}
#friends li {
    float: left;
    width: 280px;
    list-style: none;
}
#friends .wrap a {
    width: 115px;
    display: block;
}
#friends .inf {
    float: left;
    width: 160px;
    margin: 5px 0 0 -160px;
    color: #777;
    line-height: 16px;
}
#friends .inf a {
    color: #777;
}
#friends strong {
    font-size: 18px;
    color: #777;
    display: block;
    font-weight: normal;
    margin: 2px 0 14px;
}


#news {
    background: #f5f5f5;
    padding: 14px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    border: 1px solid #eee;
}
#news dd a {
    color: #000;

}
#news dd {
    line-height: 16px;
    margin: 5px 0 15px;
}
#news dt {
    display: inline;
    color: #fff;
    font-size: 9px;
    background: #777;
    padding: 2px 4px;
}
#news div {
    font-size: 18px;
    margin-bottom: 10px;
}

.free {
	margin-bottom: 15px;
}

.news_item {
    margin: 20px 0;
}


form.classic {
    margin: 20px 0;
}
.classic .form_text {
    width: 300px;
}
.classic .form_textarea {
    width: 600px;
    height: 100px;
}

.all_list {	display: block;
	font-size: 18px;
	color: #777;
}

.cam {	border-bottom: 1px dashed #cecece;
	padding: 20px 0;
	clear: both;
}

.cam a {
	font-size: 18px;
}

.cam img {	float: left;
	margin-right: 15px;
	border: 2px solid #cecece;
}

.cam .price {
	font-size: 24px;
	color: #00E044;
}


.cam a.apply {
	display: block;
	background-color: #00E044;
	font-size: 16px;
	padding: 10px 25px;
	float: right;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #00CF3E;
	border-right: 1px solid #00CF3E;
}

.cam a:hover.apply {
	background-color: #C800AE;
	border-bottom: 1px solid #9F0090;
	border-right: 1px solid #9F0090;
}

.anno {font-size: 14px;}

.trans {height: 205px !important;}

.aa a {color: #555; font-size: 11px;}
.aa {font-size: 11px;}