/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.7em Tahoma;
	color:#424242;
	background:#fff;
}

a {
	text-decoration:underline;
	color:#e14e00;
}

a:hover {
	text-decoration:none;
}

select {
	border:1px solid #b6b6b6;
	background:#fff;
	font:1em Tahoma;
	color:#b1acac;
}

.text, textarea {
	border:1px solid #b6b6b6;
	padding:3px 4px;
	background:#fff;
	color:#b1acac;
	font:1em Tahoma;
}


h1 {
	font:normal 2.1em Tahoma;
	color:#e76013;
	margin:0 0 20px;
}

	h1 .current {font:bold 0.5em Tahoma;}

h2 {
	font:normal 2.1em Tahoma;
	color:#e76013;
	margin:0 0 20px;
}

	h2 span {font:bold 0.5em Tahoma;color:#404040;}
	h2 .number {color:#e76013;font-size:1em}
	
h3 {
	font:bold 1em Tahoma;
	color:#e14e00;
	margin:0 0 5px;
}

/* Structure */

.wrapper {
	background:url("/images/bg.jpg") no-repeat right top;
	width:1000px;
	margin:0 auto;
}

.container {
	width:100%;
	float:left;
	margin-right:-255px;
}

/* Header */

.header {
	position:relative;
	height:225px;
}

	.header ul {
		position:absolute;
		top:143px;
		left:270px;
		overflow:hidden;
	}
	
		.header li {
			float:left;
			background:url("/images/sep.gif") repeat-y left;
			padding:8px 12px;
			margin-left:-2px;
		}
		
			.header a {color:#fff;}
	
	.logo {
		position:absolute;
		top:64px;
		left:282px;
	}

/* Content */

.content {
	margin-right:255px;
}

/* Central column */

.main {
	margin-left:263px;
}

	.textblock {
		margin:0 0 20px;
	}
	
		.textblock p {
			margin:0 0 12px;
			text-indent:35px;
		}

	.showall {
		font:normal 11px Tahoma;
		background:url("/images/showall.gif") no-repeat left;
		padding:0 0 0 15px;
		color:#949494;
	}
	
	/* Gallery */

	.gallery {
		overflow:hidden;
		position:relative;
		margin:0 0 35px;
	}
	
		.gallery li {
			float:left;
			width:126px;
			height:195px;
			background:url("/images/gallery.png") no-repeat center top;
			text-align:center;
			padding:19px 8px 0 7px;
			margin: 0 0 8px 0;
		}
		
		.check {margin:0 0 8px;}
		
			.imgblock {margin:0 0 8px;}
		
				.imgblock img {
					border:1px solid #b6b6b6;
					padding:1px;
				}
		
		.gallery .prev, .gallery .next {
			width:auto;
			height:auto;
			padding:92px 7px 0;
			background:none;
		}

	.gallery-image {
		margin:0 0 20px;
		text-align:center;
	}
	
		.gallery-image img {
			border:1px solid #b6b6b6;
			padding:1px;
		}
		
		.gallery-image p {margin:0 0 10px;}
	
	.gallery-filter {
		margin:-20px auto 0;
		text-align:right;
		color:#949292;
		width:416px;
	}
	
		.gallery-filter p {margin:0 0 10px;}
		.gallery-filter input[type="file"] {font:1em Tahoma;}

	.gal_window {
		width: 300px;
		height: 200px;
		border: 1px solid #aaa;
		overflow: hidden;
	}

	.gallery2 {
		overflow:hidden;
		position:relative;
		margin:0 0 35px;
	}
	
		.gallery2 li {
			float:left;
			width:150px;
			text-align:center;
			padding:10px 8px 10px 8px;
			margin: 0 0 8px 0;
		}
		
		.gallery2 .wind {
			width: 326px;
			height: 240px;
			border: 1px solid #aaa;
			overflow: hidden;
		}
		
		.check {margin:0 0 8px;}
		
			.imgblock2 {margin:0 0 8px;}
		
				.imgblock2 img {
					border:1px solid #b6b6b6;
					padding:1px;
				}
		
		.gallery2 .prev, .gallery2 .next {
			width:auto;
			height:auto;
			padding:92px 7px 0;
			background:none;
		}

	.gallery-image2 {
		margin:0 0 20px;
		text-align:center;
	}
	
		.gallery-image2 img {
			border:1px solid #b6b6b6;
			padding:1px;
		}
		
		.gallery-image2 p {margin:0 0 10px;}
	
	.gallery-filter2 {
		margin:-20px auto 0;
		text-align:right;
		color:#949292;
		width:416px;
	}
	
		.gallery-filter2 p {margin:0 0 10px;}
		.gallery-filter2 input[type="file"] {font:1em Tahoma;}


	/* Navigation */

	.nav {
		overflow:hidden;
		font-size:0.9em;
		margin-bottom:15px;
		color:#000;
	}
	
		.nav li {
			float:left;
			background:url("/images/nav-sep.gif") no-repeat left 5px;
			padding:0 14px 0 10px;
			margin-left:-10px;
		}
	

	
	/* Articles */

	.articles {
		overflow:hidden;
		padding:0 0 25px;
	}
	
		.articles .column {
			float:left;
			padding:0 20px 0 0;
			width:221px;
		}
		
	/* Personal menu */
	
	.p-menu {
		background:url("/images/p-menu.png") no-repeat;
		width:458px;
		height:27px;
		padding:15px 0 0 18px;
		margin:0 0 10px;
	}
	
		.p-menu li {
			float:left;
			border-right:1px solid #e76013;
			padding:0 10px;
		}
		
		.p-menu li.last {border:none;}

	.previewline {border:1px solid #b6b6b6;padding:20px 13px;text-align:center;overflow-x:auto;overflow-y:none;width:450px;margin:0 0 20px;}
		.previewline img {border:1px solid #b6b6b6;padding:1px;}
		.previewline td {width:60px;padding:0 7px;}
	
	.chathistory {border:1px solid #b6b6b6;padding:20px 20px 10px;width:436px;margin:0 0 20px;height:236px;font-size:0.9em;overflow-y:auto;overflow-x:none;}
		.answer {padding:0 0 10px;}

	.send-field {width:477px;text-align:right;padding:15px 0 0;}
		.send-button {width:147px;height:24px;border:none;background:url("images/send-button.png") no-repeat;cursor:pointer;}

	/* Control panel */
	
	.cp {
		overflow:hidden;
	}
	
		.cp .coll {
			float:left;
			width:192px;
			padding:0 0 30px;
		}
		
			.cp .title {
				font:normal 1.85em/1em Tahoma;
				color:#424242;
				background:url("/images/cp-title.gif") no-repeat right top;
				margin:20px 0 15px;
			}
			
				.cp .coll li {margin:0 0 10px;}
			
				.cp-options li {
					background:url("/images/cp-options-bullet.gif") no-repeat left 5px;
					padding:0 0 0 10px;
				}
		
		.cp .colr {
			float:right;
			width:244px;
			padding:20px 0 30px;
		}
		
			.cp .colr p {margin:0 0 13px;}
			
		.filter {margin:0 0 15px;}
	
			.filter p {margin:0 0 5px !important;}
		
			.f-button {
				background:url("/images/button.png") no-repeat right bottom;
				border:none;
				font:bold 1em/24px Tahoma;
				color:#949292;
				cursor:pointer;
				height:24px;
				display:inline-block;
				padding:0 23px 0 0;
				text-decoration:none;
			}

				.f-button span {
					background:url("/images/button.png") no-repeat left top;
					display:inline-block;
					padding:0 12px 0 15px;
					height:24px;
					font:bold 1em/24px Tahoma;
					vertical-align:top;
				}
			.f-button:hover {color:#666;}
			
			.note {font-size:0.9em;}
			.note span {color:#e76013;}
			
				.note table {margin:0 0 15px;}
					.price td{padding:3px 3px 3px 0;}
				
					.payment td {padding:3px 8px 3px 0;}
	
	.center {text-align:center;}
	
	/* Item */
	
	.item {
		overflow:hidden;
		margin:0 0 10px;
	}
	
		.item-img {
			float:left;
			background:url("/images/item-img.png") no-repeat;
			width:136px;
			height:179px;
			text-align:center;
			padding:10px 0 0;
		}
		
			.item-img img {
				border:1px solid #b6b6b6;
				padding:1px;
			}
			
			.item-img p {margin:0 0 5px;}
		
		.item-desc {
			margin:0 0 0 165px;
		}
		
			.item-desc p {margin:0 0 15px;}
			.item-desc ul {margin:0 0 25px;}
			
			.status {font-weight:bold;margin-left:30px;}
	
	/* Description */
	
	.description {
		overflow:hidden;
		line-height:1.4em;
		padding:0 0 20px;
	}
	
		.description .column {
			text-align: left;
			float:left;
			width:220px;
			padding-right:20px;
		}
		
			.description td {
				border:1px solid #b4b4b4;
				padding:0 4px;
				vertical-align:top;
			}
			
	.st3 th {
		text-align:left;
		font-size:0.9em;
		padding:0 6px 10px 0;
	}
	
	.st3 td {
		padding:0 0 10px 0;
		text-align:right;
	}
	
		.st3 .text {width:155px;}
	
	.message-sent {text-align:right;margin:0 0 30px;}
	
		.message-sent textarea {width:234px;}
	
	/* Comment */
	
	.comment {
		font-size:0.9em;
		background:url("/images/bg1.gif") no-repeat center bottom;
		padding:0 0 5px;
		margin:0 0 10px;
	}
	
	.st4 {width:100%;}
	
		.st4 th {
			text-align:left;
			padding:0 6px 10px 0;
		}
		
		.st4 td {
			text-align:right;
			padding:0 0 10px 0;
		}
		
			.st4 .text, .st4 textarea {width:140px;}
			.text.small {width:30px !important;text-align:right;}
			.st4 select {width:150px;padding:2px 0;}
			
			.st4 .verttop {vertical-align:top;padding-top:2px}
			
			.selectbox {
				border:1px solid #b6b6b6;
				padding:5px;
				width:138px;
				text-align:left;
				height:100px;
				overflow:auto;
			}
			
				.selectbox label {display:block;}
				
			.st4 .st4-head th {
				padding:0 6px 3px 0;
			}
			.st4 .st4-head td {
				padding:0 0 3px 0;
				color:#b1acac;
			}
	
	/* Checklist */
	
	.checklist {margin:0 0 15px;}
	
		.cp .coll .checklist li {
			padding:0 0 0 15px;
			margin:0;
		}

	/* Anketa */
	
	.anketa {
		overflow:hidden;
		margin-bottom:15px;
		padding:0 0 20px;
		background:url("/images/bg1.gif") no-repeat 140px bottom;
	}
	
		.anketa dt {
			float:left;
			background:url("/images/item-img.png") no-repeat left top;
			width:136px;
			height:170px;
			padding:19px 0 0;
			text-align:center;
		}
		
			.anketa dt img {
				border:1px solid #b6b6b6;
				padding:1px;
				border-radius:2px;
				-moz-border-radius:2px;
				-webkit-border-radius:2px;
			}
		
		.anketa dd {
			margin-left:160px;
			padding:0 0 0 3px;
		}
		
			.anketa dd h3 {margin:0 0 10px -3px;font-size:1.1em;}
			.anketa dd p {margin-bottom:1px;}
	
			.age {
				background:url("/images/age.gif") no-repeat left 5px;
				padding-left:54px;
				font-size:1.2em;
			}
			
			.height {
				background:url("/images/height.gif") no-repeat left 5px;
				padding-left:35px;
				font-size:1.2em;
			}
			
			.weight {
				background:url("/images/weight.gif") no-repeat left 5px;
				padding-left:27px;
				font-size:1.2em;
			}
	
			.bust {
				background:url("/images/bust.gif") no-repeat left 5px;
				padding-left:38px;
				font-size:1.2em;
			}
			
			.phone {
				background:url("/images/phone.gif") no-repeat 4px top;
				padding-left:24px;
				color:#960a23;
				font:bold 1.1em Tahoma;
				margin-bottom:4px !important;
			}
			
			.home {
				background:url("/images/home.gif") no-repeat left top;
				padding-left:24px;
				margin-bottom:4px !important;
			}
			
			.away {
				background:url("/images/away.gif") no-repeat left 1px;
				padding-left:24px;
				margin-bottom:4px !important;
			}
			
			.hour {
				padding-left:28px;
				background:url("/images/hour.gif") no-repeat left 3px;
			}
			
			.hour-2 {
				padding-left:42px;
				background:url("/images/hour-2.gif") no-repeat left 3px;
			}
			
			.night {
				padding-left:35px;
				background:url("/images/night.gif") no-repeat left 3px;
			}
			
			.subway {
				background:url("/images/subway.gif") no-repeat left top;
				padding-left:19px;
			}
			
				.subway a {color:#133da3;}

			.details {
				text-align:right;
				padding:13px 0 5px;
			}
			
				.details a {
					background:url("/images/details.gif") no-repeat left 3px;
					color:#575757;
					padding:3px 0 5px 29px;
				}
	
	/* Paging */

	.paging {
		overflow:hidden;
		padding:30px 0 20px 30px;
		line-height:20px;
	}
	
		.paging p {float:left;padding:6px 20px 6px 0;}
		
		.paging ul {float:left;font-weight:bold;color:#868686;background:url("/images/paging.gif") repeat-x top;padding:6px 8px 6px 10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
			.paging li {float:left;background:url("/images/paging-sep.gif") no-repeat right top;padding:0 7px;}
				.paging a {color:#133da3;}
			.paging li.last {background:none;}

	
/* Left column */

.leftside {
	width:173px;
	float:left;
	padding:0 0 0 45px;
}

	.leftside .title {
		color:#e76013;
		background:url("/images/left-title.gif") no-repeat left top;
		margin:0 0 20px -45px;
		padding:0 0 0 45px;
		font:normal 1.8em/1em Tahoma;
	}
	
	/* Search */

	.search {
		background:url("/images/bg1.gif") no-repeat center bottom;
		padding:0 0 30px;
		margin:0 0 30px;
	}
	
		.search th {
			text-align:left;
			font-weight:normal;
			padding:0 10px 10px 0;
		}
		
		.search td {
			padding:0 0 10px;
		}
		
		.st1 select {width:120px;}
		.st2 select {width:60px;}
		
		.search .right {
			text-align:right;
			margin:5px 0 15px;
		}
		
			.search-button {
				width:147px;
				height:24px;
				border:none;
				background:url("/images/search-button.png") no-repeat;
				cursor:pointer;
			}
		
		.search a {color:#2f6395;}
	
	/* City block */
	
	.city-block {
		background:url("/images/city-block.gif") repeat-x left bottom;
		padding:0 0 15px;
		margin:0 0 30px;
	}
	
		.city-title {
			background:url("/images/city-title.png") no-repeat center top;
			width:136px;
			color:#fff;
			font:1.25em Tahoma;
			text-transform:uppercase;
			padding:7px 18px 10px;
			margin:0 0 25px;
		}
		
			.city-block li {
				margin:0 0 10px;
				padding:0 0 0 18px;
				background:url("/images/bullet.gif") no-repeat left 3px;
			}
	
/* Right column */

.rightside {
	width:173px;
	float:right;
	padding:135px 45px 0 0;
}

	.rightside .title {
		color:#e76013;
		background:url("/images/right-title.gif") no-repeat right top;
		margin:0 -45px 20px 0;
		padding:0 45px 0 0;
		font:normal 1.8em/1em Tahoma;
	}
	
	/* Preview */

	.preview {
		background:url("/images/bg1.gif") no-repeat center bottom;
		padding:0 0 20px 22px;
		margin:0 0 35px;
	}

		.preview li {
			background:url("/images/preview.png") no-repeat left top;
			padding:15px 10px 0 16px;
			width:94px;
			height:150px;
			margin:0 0 17px;
		}
		
			.preview img {vertical-align:top;}
	
	/* Banner block */
	
	.b-block {
		text-align:center;
		margin:0 0 30px;
	}
	
.anket_edit_table td
{
	padding: 2px;
}
	
/* Footer */

.footer {
	clear:both;
	background:url("/images/footer.gif") no-repeat center top;
	padding:36px 45px 30px;
	color:#000;
	position:relative;
}

	.f-menu {
		position:absolute;
		top:11px;
		left:405px;
		background:url("/images/footer-menu.png") no-repeat left top;
		padding:0 0 0 10px;
	}	
	
		.f-menu ul {
			background:url("/images/footer-menu.png") no-repeat right top;
			padding:10px 10px 10px 0;
			height:30px;
			overflow:hidden;
			word-spacing:nowrap;
			width:504px;
		}
		
			.f-menu li {
				float:left;
				background:url("/images/sep.gif") repeat-y left;
				padding:0 12px;
				margin-left:-2px;
				line-height:30px;
			}
		
				.f-menu a {
					color:#fff;
				}
				
div.inline_scroll{background: inherit; width: 300px; height: 100px; overflow-y: scroll; border: 1px solid black; margin: 0; }				

