* { /*Все селекторы*/
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Tahoma, Helvetica;
	color: #333;
	font-size: 10pt;
}

body {
	height: 100%;
	width: 100%;
	cursor: default;
}

h1 {
	font-size: 14pt;
	line-height: 40px;
}

h2 {
	font-size: 12pt;
	margin: 10px 0px;
}

h3 {
	font-size: 10pt;
}

a { /*Все ссылки, если нет отдельного силя*/
	color: rgb(13, 185, 184);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:link {
	color: rgb(13, 185, 184);
}

a:visited {
	color: rgb(13, 185, 184);
}

p {
	margin: 5px 0 10px 0;
}

.center {
	text-align: center;
}

.font_14 {
	font-size: 14pt;
}

.red {
	color: red;
}
.blue {
	color: #0000ff;
}

.hide {
	display:none;
}
.loadimg {
	width: 100px;
	height: 100px;
	position: relative;
}
/****************************** Header ***********************************/
#header {
	height: 164px;
	background: url("/themes/new/img/heaeder_background.png");
	overflow: hidden;
}

#header #header_info { /*Информационный блок*/
	display: block;
	position: absolute;
	top: 60px;
	left: 200px;
	overflow: visible;
	color: #999;
}

#header #panel { /*Фиксированная панелька*/
	display: block;
	height: 46px;
	width: 75%;
	background: url("/themes/new/img/panel_center.png") repeat #f7f7f7;
	position: fixed;
	left: 205px;
	z-index: 2;
	opacity: 0.8;
}

.panel_before { /*Закругление левой части панельки*/
	display: block;
	width: 10px;
	height: 46px;
	background: url("/themes/new/img/panel_left.gif") no-repeat;
	float: left;
	position: relative;
	right: 5px;
}

#header  #panel .panel_after { /*Закругление правой части панельки*/
	display: block;
	width: 10px;
	height: 46px;
	float: right;
	background: url("/themes/new/img/panel_right.gif") no-repeat;
	position: relative;
	left: 5px;
}

#header #panel .text {
	display: table;
	height: 46px;
	position: absolute;
}

#header #panel .text .valign {
	display: table-cell;
	vertical-align: middle;
}

#header #panel .text .text_valign {
	display: inline;
	vertical-align: -45%;
}

#header #panel .panelform { /*Описание форм на фиксированной панели*/
	border-top: rgb(179, 179, 179) 2px solid;
	border-left: rgb(179, 179, 179) 2px solid;
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
	height: 20px;
	margin-left: 10px;
	color: #999;
	cursor: default;
}

#header #panel .panelform:hover {
	border-top: #999 2px solid;
	border-left: #999 2px solid;
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
	color: #666;
}

#header #panel .panelbutton { /*Описание кнопки на панели*/
	height: 27px;
	width: 61px;
	background: url("/themes/new/img/panel_button.png") no-repeat #ccc;
	cursor: pointer;
	padding: 0px 0px 1px 0px;
}

#header #panel .panelbutton:hover { /*Описание кнопки на панели*/
	background: url("/themes/new/img/panel_button_hover.png") no-repeat #ccc
		;
}

#header #panel form { /*Выравнивание содержимого панели*/
	float: left;
	clear: right;
	margin: 0px 10px 0px 20px;
	color: rgb(13, 185, 184);
}

#header #panel a {
	margin: 0px 5px;
}

#header #panel a:hover { /*Описание ссылки на панели при наведении*/
	text-decoration: none;
}

#header #panel .icon {
	clear: right;
	float: left;
}

#header #smallmenu {
	display: block;
	position: relative;
	left: 64px;
	top: 5px;
}

#header #smallmenu .smallmenu_link {
	width: 15px;
	height: 13px;
	float: left;
	clear: right;
	margin: 0px 10px;
}

#header .log { /*Логотип*/
	width: 132px;
	height: 72px;
	float: left;
	clear: both;
	position: relative;
	left: 35px;
	top: 10px;
}

#header .header_image { /*Изображение в правой части шапки*/
	width: 251px;
	height: 154px;
	background: url("/themes/new/img//header_image.png") right no-repeat;
	float: right;
	position: relative;
	bottom: 13px;
}

#header #menu {
	height: 41px;
	position: absolute;
	top: 100px;
	left: 7px;
	z-index: 1;
}

#header #menu a {
	height: 41px;
	line-height: 41px;
	float: left;
	text-decoration: none;
	font-size: 14pt;
	color: #333;
	margin: 0px 16px 0px 12px;
}

#header #menu a:hover {
	background: url("/themes/new/img/menu_center.png") repeat rgb(13, 185, 184);
	margin: 0px;
	color: #333;
}

.menu_point_before {
	display: none;
	width: 12px;
	height: 41px;
	background: url("/themes/new/img/menu_left.png") no-repeat;
	float: left;
}

.menu_point_after {
	display: none;
	width: 16px;
	height: 41px;
	background: url("/themes/new/img/menu_right.png") no-repeat;
	float: right;
}

#menu a:hover .menu_point_before {
	display: block;
}

#menu a:hover .menu_point_after {
	display: block;
}

#header .auctions_menu {
	/*Контейнер , содержищий выпадающее меню и ссылку меню*/
	display: block;
	float: left;
	clear: right;
}

.falling_menu { /*Выпадающее меню*/
	display: none;
	position: absolute;
	top: 40px;
	background: #fff;
	opacity: 0.9;
	border-bottom: 2px #ccc solid;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
}

#header .auctions_menu:hover .falling_menu {
	/*Приводит в действие выпадающее меню при наведении*/
	display: block;
}

#header #menu .falling_menu a {
	display: block;
	border: 1px solid transparent;
	margin: 1px;
	padding: 0px 5px;
	float: left;
	clear: both;
}

#header #menu .falling_menu a:hover {
	border: 1px solid #0db9ad;
	background: url("/themes/new/img/pix.gif");
}

/****************************** Content ***********************************/
#content {

}
#content .right_container ul,#content .right_container ol{
	margin-left:2em;
}
#content .left_container {
	display: block;
	width: 180px;
	float: left;
	margin: 8px;
}

#content .right_container {
	display: block;
	width: 80%;
	position: relative;
	top: 15px;
	left: 2px;
	float: left;
	margin: 0px 0px 20px 0px;
}

#content .left_container #categories {
       width: 100%;
       list-style: none;
       border-top: 2px #ccc solid;
       border-bottom: 1px #ccc solid;
       overflow: visible;
       float: left;
}

#content .left_container #categories span.text {
    display: block;
	width: 148px;
	height: 100%;
	margin: 0px 0px 0px 28px;
	padding: 6% 0px 0px 0px;
}

#content .left_container #categories a {
       display: block;
       text-decoration: none;
       width: 99%;
       height: 43px;
       color: #666;
       border-right: 1px transparent solid;
       border-left: 1px transparent solid;
       border-bottom: 1px #ccc solid;
       float: left;
       overflow: visible;
}

#content .left_container #categories a:hover {
       background: url("/themes/new/img/categories_background.png") repeat rgb(234, 234, 234);
       border-right: 1px #ccc solid;
       border-left: 1px #ccc solid;
       color: #000;
}

#content .left_container #categories span.marker {
       display: list-item;
       list-style: url("/themes/new/img/green_marker.png") inside;
       position: relative;
       top: 11px;
       left: 5px;
       float: left;
}

#content .left_container #categories a:hover span.marker {
       list-style: url("/themes/new/img/gray_marker.png") inside;
}

#content .left_container .left_banner {
	width: inherit;
	height: 300px;
	margin: 5px 0px;
	float: left;
	border: 1px #ccc dashed;
}

#content .left_container .payments {
	width: inherit;
	height: 300px;
	margin: 5px 0px;
	float: left;
	padding: 5px;
	text-align: center;
}

.left_container .payments h2 {
	color: #999;
	font-size: 12pt;
}

.left_container .payment_image {
	width: 81px;
	height: 42px;
	float: left;
	margin: 2px;
}
.right_container #news {
	display: block;
	clear: both;
	height: 165px;
	width: 100%;
}
/*width: 30%;*/
.right_container #news .newsblock {
	display: block;
	width: 50%;
	height: 100%;
	border: 1px rgb(226, 226, 226) dashed;
	padding: 0px 7px 7px 7px;
	margin: 10px 10px 10px 0px;
	text-align: justify;
	float: left;
}

.right_container #news h3 {
	width: 50%;
	height: 30px;
	line-height: 30px;
	position: relative;
	bottom: 16px;
	left: 10px;
	background: rgb(13, 185, 184)
		url("/themes/new/img/header_news_center.png") repeat;
	text-align: center;
	color: #fff;
}

.right_container #news .h3_before {
	display: block;
	width: 14px;
	height: 30px;
	background: url("/themes/new/img/header_news_left.png") no-repeat;
	float: left;
}

.right_container #news .h3_after {
	display: block;
	width: 15px;
	height: 30px;
	background: url("/themes/new/img/header_news_right.png") no-repeat;
	float: right;
}

.right_container .top_banner {
	display: block;
	height: 100px;
	width: 100%;
	position: relative;
	top: 10px;
	border: 1px dashed #ccc;
	float: left;
	margin: 0px 0px 20px 0px;
}

#container_with_lots {
	display: block;
	#float: left;
	margin-top: 20px;
}

#container_with_lots .gray_lot {
	width: 189px;
	height: 335px;
	background: rgb(247, 247, 247);
	float: left;
	margin: 3px;
	padding: 10px 0px 0px 0px;
}

.gray_lot  .top_corners {
	height: 10px;
	width: 191px;
	background: url("/themes/new/img/top_corners.png") no-repeat;
	position: static;
	margin-top: -10px;
	margin-left: -1px;
}

.gray_lot .bottom_corners {
	display: block;
	height: 10px;
	width: 191px;
	background: url("/themes/new/img/bottom_corners.png") no-repeat;
	clear: both;
	position: relative;
	top: 8px;
}
#container_with_lots .white_lot {
	width: 189px;
	height: 335px;
	background: white;
	float: left;
	text-align: center;
	margin: 3px;
	padding: 10px 0px 0px 0px;
}

#container_with_lots .header_lot {
	height: 20%;
	overflow: hidden;
	text-align: center;
}
#container_with_lots .header_lot a {
	color: #333;
	text-decoration: none;
}

#container_with_lots .footer_lot {
	height: 80%;
	text-align: center;
}

#container_with_lots .lot_options {
	display: block;
	width: 33px;
	height: 33px;
	float: right;
	clear: both;
	position: relative;
}

#container_with_lots h2 {
	margin: 9px 0px;
	position: relative;
}

#container_with_lots .lot_number {
	font-size: 8pt;
	color: #999;
	text-align: right;
	margin-right: 10px;
}

#container_with_lots .lot_image {
	width: 175px;
	height: 120px;
	position: relative;
}

#container_with_lots .lot_price {
	height: 35px;
	font-size: 18pt;
	color: rgb(13, 185, 184);
	position: relative;
}

#container_with_lots .lot_oldprice {
	font-size: 10pt;
	color: #999;
	position: relative;
}

#container_with_lots .lot_time {
	margin-top: 6px;
	font-size: 12pt;
	position: relative;
}

#container_with_lots .lot_username {
	font-weight: bold;
	margin-top: 2px;
	position: relative;
}

a.lot_button {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	clear: right;
}

#container_with_lots .lot_button {
	position: relative;
	left: 20px;
}

a.gray_button {
	background: url("/themes/new/img/lot_button_gray_center.png")
		rgb(87, 92, 254) repeat;
}

.gray_button_before {
	display: block;
	width: 11px;
	height: 38px;
	background: url("/themes/new/img/lot_button_gray_left.png") no-repeat;
	float: left;
}

.gray_button_after {
	display: block;
	width: 11px;
	height: 38px;
	background: url("/themes/new/img/lot_button_gray_right.png") no-repeat;
	float: right;
}

a.gray_button:hover {
	background: url("/themes/new/img/lot_button_gray_center_hover.png")
		#6a71ff repeat;
}

a.gray_button:hover .gray_button_before {
	background: url("/themes/new/img/lot_button_gray_left_hover.png")
		no-repeat;
}

a.gray_button:hover .gray_button_after {
	background: url("/themes/new/img/lot_button_gray_right_hover.png")
		no-repeat;
}

a.white_button {
	background: url("/themes/new/img/lot_button_white_center.png")
		rgb(87, 92, 254) repeat;
	text-align: center;
}

.white_button_before {
	display: block;
	width: 11px;
	height: 38px;
	background: url("/themes/new/img/lot_button_white_left.png") no-repeat;
	float: left;
}

.white_button_after {
	display: block;
	width: 11px;
	height: 38px;
	background: url("/themes/new/img/lot_button_white_right.png") no-repeat;
	float: right;
}

a.white_button:hover {
	background: url("/themes/new/img/lot_button_white_center_hover.png")
		#6a71ff repeat;
}

a.white_button:hover .white_button_before {
	background: url("/themes/new/img/lot_button_white_left_hover.png")
		no-repeat;
}

a.white_button:hover .white_button_after {
	background: url("/themes/new/img/lot_button_white_right_hover.png")
		no-repeat;
}

a.green_gray_button {
	background: url("/themes/new/img/lot_button_green_gray_center.png")
		#2fcd0a repeat;
}

.green_gray_button_before {
	display: block;
	width: 11px;
	height: 38px;
	background: url("/themes/new/img/lot_button_green_gray_left.png")
		no-repeat;
	float: left;
}

.green_gray_button_after {
	display: block;
	width: 11px;
	height: 38px;
	background: url("/themes/new/img/lot_button_green_gray_right.png")
		no-repeat;
	float: right;
}

a.green_gray_button:hover {
	background:
		url("/themes/new/img/lot_button_green_gray_center_hover.png") #39d315
		repeat;
}

a.green_gray_button:hover .green_gray_button_before {
	background: url("/themes/new/img/lot_button_green_gray_left_hover.png")
		no-repeat;
}

a.green_gray_button:hover .green_gray_button_after {
	background: url("/themes/new/img/lot_button_green_gray_right_hover.png")
		no-repeat;
}

a.green_white_button {
	background: url("/themes/new/img/lot_button_green_white_center.png")
		#2fcd0a repeat;
}

.green_white_button_before {
	display: block;
	width: 11px;
	height: 38px;
	background: url("/themes/new/img/lot_button_green_white_left.png")
		no-repeat;
	float: left;
}

.green_white_button_after {
	display: block;
	width: 11px;
	height: 38px;
	background: url("/themes/new/img/lot_button_green_white_right.png")
		no-repeat;
	float: right;
}

a.green_white_button:hover {
	background:
		url("/themes/new/img/lot_button_green_white_center_hover.png") #39d315
		repeat;
}

a.green_white_button:hover .green_white_button_before {
	background: url("/themes/new/img/lot_button_green_white_left_hover.png")
		no-repeat;
}

a.green_white_button:hover .green_white_button_after {
	background:
		url("/themes/new/img/lot_button_green_white_right_hover.png")
		no-repeat;
}

a.passive_button {
	background: url("/themes/new/img/lot_button_passive_center.png") #ccc
		repeat;
	text-align: center;
}

.passive_button_before {
	display: block;
	width: 11px;
	height: 38px;
	background: url("/themes/new/img/lot_button_passive_left.png") no-repeat
		;
	float: left;
}

.passive_button_after {
	display: block;
	width: 11px;
	height: 38px;
	background: url("/themes/new/img/lot_button_passive_right.png")
		no-repeat;
	float: right;
}

a.passive_button:hover {
	background: url("/themes/new/img/lot_button_passive_center_hover.png")
		#ccd repeat;
}

a.passive_button:hover .passive_button_before {
	background: url("/themes/new/img/lot_button_passive_left_hover.png")
		no-repeat;
}

a.passive_button:hover .passive_button_after {
	background: url("/themes/new/img/lot_button_passive_right_hover.png")
		no-repeat;
}

.right_container .information {
	display: block;
	width: 100%;
	text-align: justify;
	float: left;
	clear: both;
	padding: 10px;
	margin-bottom: 25px;
}

#footer {
	width: 100%;
	height: 80px;
	background: rgb(234, 234, 234);
	float: left;
	clear: both;
	margin-top: 15px;
	padding: 10px 0px 0px 10px;;
}

#footer a {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

#footer .footer_links {
	width: 80%;
	height: inherit;
	float: left;
	color: #999;
	cursor: default;
}

#footer .copyright {
	width: 120px;
	height: inherit;
	float: right;
	text-align: center;
	color: #999;
	font-size: 8pt;
}

/********************************** Страницы получения выигрыша **************************************/
#advantage {
	display: block;
	width: 95%;
	float: left;
	clear: both;
}

#advantage .block_active { /*Активный блок №1 с зеленым фоном*/
	display: block;
	width: 248px;
	height: 166px;
	background: url("/themes/new/img/advantage_01_background.png") repeat;
	border: 1px solid rgb(13, 185, 184);
	float: left;
	clear: right;
	margin-right: 10px;
}

#advantage .block_active_2 { /*Активный блок №2 с синим фоном*/
	display: block;
	width: 248px;
	height: 166px;
	background: url("/themes/new/img/advantage_02_background.png") repeat;
	border: 1px solid rgb(13, 185, 184);
	float: left;
	clear: right;
	margin-right: 10px;
}

#advantage .block_active_3 { /*Активный блок №3 с бирюзовым фоном*/
	display: block;
	width: 248px;
	height: 166px;
	background: url("/themes/new/img/advantage_03_background.png") repeat;
	border: 1px solid rgb(13, 185, 184);
	float: left;
	clear: right;
	margin-right: 10px;
}

#advantage .block_passive { /*Пассивный (серый) блок*/
	display: block;
	width: 248px;
	height: 166px;
	border: 1pt solid #a1a1a1;
	float: left;
	border: 1pt solid rgb(213, 213, 213);
	margin: 0px 10px 30px 0px;
}

#advantage .text {
	display: block;
	width: 220px;
	position: absolute;
	text-align: left;
	padding: 8px;
	z-index: 1;
}

#advantage .block_passive .text {
	display: block;
	width: 220px;
	position: absolute;
	text-align: left;
	padding: 8px;
	z-index: 1;
	color: #ebebeb;
}

#advantage .image {
	display: block;
	width: 158px;
	height: 96px;
	position: relative;
	top: 65px;
	left: 2px;
	float: left;
	z-index: 1;
}

#advantage .block_passive .image {
	display: block;
	width: 158px;
	height: 96px;
	position: relative;
	top: 65px;
	left: 1px;
	float: left;
	z-index: 1;
}

#advantage .number_active {
	display: block;
	width: 52px;
	height: 52px;
	background: url("/themes/new/img/circle_active.gif") no-repeat;
	float: right;
	text-align: center;
	font-family: sans-serif;
	font-size: 44px;
	color: #999;
	position: relative;
	top: 100px;
	right: 10px;
}

#advantage .block_passive .number_passive {
	display: block;
	width: 52px;
	height: 52px;
	background: url("/themes/new/img/circle_passive.gif") no-repeat;
	float: right;
	text-align: center;
	font-family: sans-serif;
	font-size: 44px;
	color: #ebebeb;
	position: relative;
	top: 100px;
	right: 10px;
}

#advantage .top_corners_color {
	display: block;
	width: 251px;
	height: 10px;
	background: url("/themes/new/img/top_corners_color.png") no-repeat;
	position: relative;
	bottom: 1px;
	right: 2px;
}

#advantage .bottom_corners_color {
	display: block;
	width: 251px;
	height: 10px;
	background: url("/themes/new/img/bottom_corners_color.png") no-repeat;
	position: relative;
	top: 156px;
	right: 2px;
}

#advantage .bottom_corners_color_02 {
	display: block;
	width: 251px;
	height: 10px;
	background: url("/themes/new/img/bottom_corners_color_02.png") no-repeat
		;
	position: relative;
	top: 156px;
	right: 2px;
}

#advantage .bottom_corners_color_03 {
	display: block;
	width: 251px;
	height: 10px;
	background: url("/themes/new/img/bottom_corners_color_03.png") no-repeat
		;
	position: relative;
	top: 156px;
	right: 2px;
}

#advantage .block_passive .top_corners_gray {
	display: block;
	width: 251px;
	height: 10px;
	background: url("/themes/new/img/top_corners_gray.png") no-repeat;
	position: relative;
	bottom: 1px;
	right: 2px;
}

#advantage .block_passive .bottom_corners_gray {
	display: block;
	width: 251px;
	height: 10px;
	background: url("/themes/new/img/bottom_corners_gray.png") no-repeat;
	position: relative;
	top: 156px;
	right: 2px;
}

#advantage h2 {
	float: left;
	clear: both;
}

#advantage form.advantage_forms {
	/*Форма на странице с сохраненными адресами (радио кнопки)*/
	width: 100%;
	float: left;
	clear: both;
	padding: 20px;
	margin: 30px 0px 0px 0px;
}

#advantage form.advantage_forms b {
	font-weight: normal;
}

#advantage .radio_form {
	display: block;
	margin-top: 30px;
	color: #999;
}

#advantage .radio_form input {
	float: left;
	clear: both;
	margin: 0px 10px 30px 0px;
}

.green_plus {
	display: block;
	height: 31px;
	line-height: 31px;
	background: url("/themes/new/img/green_plus.png") no-repeat;
	padding: 0px 0px 0px 35px;
	color: rgb(13, 185, 184);
	margin: 40px 0px 0px 0px;
}

.advantage_button {
	width: 200px;
	float: left;
	clear: both;
	margin: 40px 0px 0px 30%;
}

#advantage .left_container {
	width: 50%;
	float: left;
	clear: right;
}

#advantage .point_container {
	display: block;
	float: left;
	clear: both;
}

#advantage .point_container b.red {
	color: red;
}

#advantage .point_container img {
	float: left;
	position: relative;
	top: 10px;
}

#advantage .advantage_forms .left_container span {
	float: left;
	clear: both;
	margin: 0px 10px;
}

#advantage .advantage_forms .right_container span {
	float: left;
	clear: both;
	margin: 0px 10px;
}

#advantage .input_user_info {
	display: block;
	border-top: #80807e 3px solid;
	border-bottom: rgb(179, 179, 179) 1px solid;
	border-left: #80807e 2px solid;
	border-right: rgb(179, 179, 179) 1px solid;
	height: 20px;
	width: 200px;
	margin: 10px;
	color: #999;
	background: #fafafa;
	float: left;
	clear: both;
	cursor: default;
}

#advantage .input_user_info:hover {
	border-top: #666 3px solid;
	border-bottom: #333 1px solid;
	border-left: #666 2px solid;
	border-right: #999 1px solid;
}

#advantage .input_user_info_checkbox {
	display: block;
	float: left;
	clear: both;
	margin: 10px;
	position: relative;
}

#advantage .checkbox_span {
	position: relative;
	left: 30px;
	top: 23px;
}

#advantage .right_container {
	width: 44%;
	float: left;
	text-align: left;
}

#error_block {
	display: block;
	width: 90%;
	border: 1px solid red;
	background: #fdd3d3;
	float: left;
	clear: both;
	color: red;
	padding: 10px 10px 0px 70px;
	margin: 10px 0px;
}

#error_block h2 {
	float: left;
	color: red;
	position: relative;
	bottom: 40px;
}

#error_block img {
	width: 38px;
	height: 38px;
	background: red;
	float: left;
	position: relative;
	right: 55px;
}

#error_block p {
	color: red;
	float: left;
	clear: both;
	position: relative;
	bottom: 40px;
}

#advantage .table {
	display: table;
	width: 60%;
	float: left;
	clear: both;
	border: 3px solid #efefef;
	padding: 3px;
}

#advantage .table .header {
	display: inline-table;
	padding: 40px 0px 20px 6px;;
}

#advantage .table .tr_gray {
	display: table-row;
	width: 50%;
	background: #f9f9f9;
}

#advantage .table .tr_white {
	display: table-row;
	background: #fff;
}

#advantage .table .td {
	display: table-cell;
	width: 50%;
	padding: 6px;
}

.keys_image {
	float: left;
	position: relative;
	top: 50px;
	right: 30px;
}

/************************************** Страница лота **************************************/
#page_lot {
	width: 100%;
	float: left;
	clear: both;
	margin: 0px 0px 40px 0px;
}

#page_lot .left_container {
	display: block;
	float: left;
	text-align: center;
	width: 250px;
}

#page_lot .left_container .page_lot_log {
	width: 240px;
	height: 298px;
	text-align: center;
}

#page_lot .left_container .header {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 2px 0px;;
}

#page_lot .left_container .lot_price {
	font-size: 12pt;
	color: rgb(13, 185, 184);
	font-weight: bold;
	text-align: center;
}
#page_lot .left_container .lot_oldprice {
	font-size: 10pt;
	color: #999;
	position: relative;
}

#page_lot .left_container .lot_time {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin: 12px 0px;
}

#page_lot .left_container .page_lot_button {
	position: relative;
	left: 48px;
}

#page_lot .center_container {
	display: block;
	float: left;
	clear: right;
}

#page_lot .center_container .leader {
	float: left;
	clear: both;
	width: 115px;
	height: 81px;
	margin: 20px 0px;
}

#page_lot .center_container .economy {
	width: 115px;
	height: 81px;
	float: left;
	clear: both;
	margin: 20px 0px;
}

#page_lot .center_container .text_block {
	float: left;
	clear: both;
	width: 250px;
	padding: 20px 0px 0px 20px;
	margin: 20px 0px;
	text-align: center;
}

#page_lot .center_container .text_block .gray_text {
	color: #999;
}

#page_lot .center_container .text_block .lot_username {
	color: rgb(13, 185, 184);
	font-size: 14pt;
}

#page_lot .center_container .text_block .green_header {
	color: rgb(13, 185, 184);
	font-size: 14pt;
	text-align: center;
}

#page_lot .center_container .text_block .gray_header {
	color: #999;
	font-size: 16pt;
}

#page_lot .center_container .graphic_background {
	width: 216px;
	height: 191px;
	padding: 30px 0px 0px 0px;
	margin: 20px 0px 0px 30px;
	background: url("/themes/new/img/graphic.png") no-repeat;
	color: #999;
	float: left;
	clear: both;
}

#page_lot .center_container .graphic_background .graphic_border {
	height: 28px;
	line-height: 27px;
	text-align: center;
	background: #fff;
	border-top: 1px rgb(13, 185, 184) solid;
	border-bottom: 1px rgb(13, 185, 184) solid;
	margin: 20px 0px 0px 0px;
	color: #999;
	font-size: 14pt;
}

#page_lot .center_container .graphic_background .graphic_border_before {
	display: block;
	float: left;
	width: 8px;
	height: 30px;
	background: url("/themes/new/img/graphic_border_left.png") no-repeat;
	position: relative;
	right: 7px;
	bottom: 1px;
}

#page_lot .center_container .graphic_background .graphic_border_after {
	display: block;
	float: right;
	width: 8px;
	height: 30px;
	background: url("/themes/new/img/graphic_border_right.png") no-repeat;
	position: relative;
	left: 7px;
	bottom: 1px;
}

#page_lot .right_container {
	display: block;
	float: left;
	width: 30%;
	margin: 0px 0px 0px 20px;
}

#page_lot .right_container .lot_info_block {
	display: block;
	width: 100%;
	border: 1px rgb(226, 226, 226) solid;
	padding: 0px 5px 5px 5px;
	margin: 15px 0px;
	text-align: justify;
	float: left;
	clear: both;
	position: relative;
	right: 10px;
}

.avtostavki {
	text-align: center;
	clear: both;
	line-height: 20px;
	vertical-align: 50%;
}

.forma_avtostavok {
	border-top: #80807e 2px solid;
	border-bottom: rgb(179, 179, 179) 1px solid;
	border-left: #80807e 2px solid;
	border-right: rgb(179, 179, 179) 1px solid;
	height: 20px;
	width: 25%;
	margin: 10px;
	color: #999;
	background: #fafafa;
	cursor: default;
}

.forma_avtostavok:hover {
	border-top: #666 2px solid;
	border-bottom: #333 1px solid;
	border-left: #666 2px solid;
	border-right: #333 1px solid;
}

.forma_avtostavok_savebutton {
	width: 88px;
	height: 27px;
	background: url("/themes/new/img/chat_button.png") no-repeat #ccc;
	cursor: pointer;
	margin: 0% 10% 0% 0%;
}

.forma_submit {
	width: 88px;
	height: 27px;
	background: url("/themes/new/img/chat_button.png") no-repeat #ccc;
	cursor: pointer;
	margin: 0% 10% 0% 0%;
}

.forma_avtostavok_savebutton:hover {
	width: 88px;
	height: 27px;
	background: url("/themes/new/img/chat_button_hover.png") no-repeat #ccc;
	cursor: pointer;
}

#page_lot .right_container .lot_info_block h3 {
	width: 70%;
	height: 30px;
	line-height: 30px;
	position: relative;
	bottom: 16px;
	left: 30px;
	background: rgb(13, 185, 184)
		url("/themes/new/img/header_news_center.png") repeat;
	text-align: center;
	color: #fff;
}

#page_lot .right_container .lot_info_block .h3_before {
	display: block;
	width: 14px;
	height: 30px;
	background: url("/themes/new/img/header_news_left.png") no-repeat;
	float: left;
}

#page_lot .right_container .lot_info_block .h3_after {
	display: block;
	width: 15px;
	height: 30px;
	background: url("/themes/new/img/header_news_right.png") no-repeat;
	float: right;
}

#page_lot .right_container .table {
	display: table;
	width: 100%;
}

#page_lot .right_container .table .tr_header {
	display: table-row;
	background: #ccc;
	font-weight: bold;
}

#page_lot .right_container .table .tr_gray {
	display: table-row;
	background: #e8e8e8;
}

#page_lot .right_container .table .tr_white {
	display: table-row;
}

#page_lot .right_container .table .td {
	display: table-cell;
	width: 30%;
	padding: 2px;
	border: 1px #fff solid;
	text-align: center;
}

#page_lot #chat {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin: 30px 0px 0px 0px;
}

#page_lot #chat .window_chat {
	width: 100%;
	height: 150px;
	border: 1px #ccc solid;
	float: left;
	margin: 0px 0px 10px 0px;
	overflow: scroll;
}

#page_lot #chat .chat_form {
	width: 400px;
	height: 20px;
	border-top: #80807e 3px solid;
	border-bottom: rgb(179, 179, 179) 1px solid;
	border-left: #80807e 2px solid;
	border-right: rgb(179, 179, 179) 1px solid;
	background: #fafafa;
}

.chat_button {
	width: 88px;
	height: 27px;
	background: url("/themes/new/img/chat_button.png") no-repeat #ccc;
	cursor: pointer;
}

.chat_button:hover {
	width: 88px;
	height: 27px;
	background: url("/themes/new/img/chat_button_hover.png") no-repeat #ccc;
	cursor: pointer;
}

/****************************************************** Завершенные аукционы ***************************************************************/
#past_auction {
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

#past_auction .gray_lot {
	width: 450px;
	height: 171px;
	background: #f7f7f7;
	float: left;
	margin: 30px 10px;
}

#past_auction .white_lot {
	width: 450px;
	height: 171px;
	background: #ffffff;
	float: left;
	margin: 30px 10px;
	padding: 0px 0px 0px 14px;
}

#past_auction .gray_lot .gray_lot_before {
	width: 5%;
	height: 171px;
	background: url("/themes/new/img/past_auction_left_corner.png")
		no-repeat #f7f7f7;
	float: left;
	clear: right;
	position: relative;
}

#past_auction .gray_lot .gray_lot_after {
	width: 5%;
	height: 171px;
	background: url("/themes/new/img/past_auction_right_corner.png")
		no-repeat #fff;
	float: right;
}

#past_auction .lot_container_left {
	float: left;
	clear: right;
	width: 35%;
	text-align: center;
	position: relative;
	right: 10px;
	padding: 10px 0px 0px 0px;
}

#past_auction .lot_container_right {
	float: left;
	clear: right;
	width: 55%;
	text-align: center;
	position: relative;
	left: 10px;
	padding: 10px 0px 0px 0px;
}

.pages {
	width: 100%;
	margin: 20px 0px;
	font-size: 12pt;
	color: #999;
	float: left;
	clear: both;
}

.pages .active_page {
	display: block;
	width: 31px;
	height: 31px;
	line-height: 31px;
	background: url("/themes/new/img/active_page.png") rgb(13, 185, 184);
	float: left;
	color: #fff;
	font-size: 14pt;
	text-align: center;
	margin: 0px 3px;
}

.pages a {
	display: block;
	text-decoration: none;
	font-size: 12pt;
	color: #999;
	padding: 3px;
	float: left;
	clear: right;
	border: 1px solid transparent;
}

.pages a:hover {
	text-decoration: none;
	font-size: 12pt;
	color: rgb(13, 185, 184);
}

#past_auction .lot_number {
	font-size: 8pt;
	color: #999;
	float: left;
}

#past_auction .lot_image {
	width: 175px;
	height: 120px;
	position: relative;
	float: left;
	clear: both;
	margin: 5px 0px 0px 0px;
}

#past_auction .lot_price {
	font-size: 18pt;
	color: rgb(13, 185, 184);
	margin: 10px 0px 0px 0px;
}

#past_auction .lot_oldprice {
	color: #999;
}

#past_auction .termination {
	font-size: 8pt;
	color: #999;
	clear: both;
}

#past_auction .container_smallimg {
	width: 50%;
	height: 35px;
	float: left;
	clear: right;
	margin: 18px 0px;
}

#past_auction  .small_img {
	width: 36px;
	height: 35px;
	float: left;
	clear: right;
}

#past_auction .total_winner {
	color: #999;
	font-size: 11pt;
	font-weight: bold;
}

/****************************************************** Выигранные аукционы ***************************************************************/
#winner_auction {
	width: 100%;
	height: 100%;
	text-align: center;
}

#winner_auction .gray_lot {
	display: block;
	height: 400px;
	width: 346px;
	background: #f7f7f7;
	float: left;
	margin: 30px 10px;
}

#winner_auction .white_lot {
	display: block;
	height: 400px;
	width: 346px;
	background: #fff;
	float: left;
	margin: 30px 10px;
}

#winner_auction .winner_auction_before {
	display: block;
	width: 346px;
	height: 5%;
	background: url("/themes/new/img/winner_auction_before.png") no-repeat;
	clear: both;
}

#winner_auction .winner_auction_after {
	display: block;
	width: 346px;
	height: 5%;
	background: url("/themes/new/img/winner_auction_after.png") no-repeat
		#fff;
	clear: both;
}

#winner_auction .winner_auction_center {
	width: 346px;
	height: 90%;
	position: relative;
	bottom: 10px;
	clear: both;
}

#winner_auction .lot_number {
	font-size: 8pt;
	color: #999;
	float: right;
	padding: 0px 20px 0px 0px;
}

#winner_auction .white_lot .lot_number {
	font-size: 8pt;
	color: #999;
	float: right;
	padding: 0px 20px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#winner_auction h3 {
	clear: both;
}

#winner_auction .lot_price {
	font-size: 18pt;
	color: rgb(13, 185, 184);
	margin: 10px 0px 0px 0px;
}

#winner_auction .lot_oldprice {
	color: #999;
}

#winner_auction .lot_image {
	width: 175px;
	height: 120px;
	margin: 20px 0px;
	clear: both;
}

#winner_auction .container_smallimg {
	width: 50%;
	height: 35px;
	float: left;
	clear: right;
	margin: 18px 0px;
}

#winner_auction .total_winner {
	color: #999;
	font-size: 11pt;
	font-weight: bold;
}

#winner_auction  .small_img {
	width: 36px;
	height: 35px;
	float: left;
	clear: right;
	position: relative;
	left: 10px;
}

#winner_auction .termination {
	font-size: 8pt;
	color: #999;
	clear: both;
}

#winner_auction .winner_auction_button {
	float: left;
	clear: right;
	position: relative;
	left: 8px;
}

#winner_auction .lot_button {
	font-size: 14px;
}

.general_form_style {
	display: block;
	border-top: #80807e 2px solid;
	border-bottom: rgb(179, 179, 179) 1px solid;
	border-left: #80807e 2px solid;
	border-right: rgb(179, 179, 179) 1px solid;
	height: 20px;
	color: #999;
	background: #fafafa;
	cursor: default;
}
.textarea_style {
	display: block;
	border-top: #80807e 2px solid;
	border-bottom: rgb(179, 179, 179) 1px solid;
	border-left: #80807e 2px solid;
	border-right: rgb(179, 179, 179) 1px solid;
	color: #999;
	background: #fafafa;
	cursor: default;
}

.textarea_style:hover {
	border-top: #666 2px solid;
	border-bottom: #333 1px solid;
	border-left: #666 2px solid;
	border-right: #999 1px solid;
}

.general_form_style:hover {
	border-top: #666 2px solid;
	border-bottom: #333 1px solid;
	border-left: #666 2px solid;
	border-right: #999 1px solid;
}

#small_window_victory { /*Инфорационное окошечко о выигрыше*/
	display: block;
	position: fixed;
	top: 72%;
	left: 69%;
	width: 300px;
	height: 150px;
	background: #fff;
	border: 2px solid #0db9ae;
	z-index: 1;
	opacity: 0.92;
}

#small_window_victory .top_corners {
	width: 100%;
	height: 3px;
	background: url("/themes/new/img/corner_top_right.gif") no-repeat 100%;
	position: relative;
	bottom: 2px;
	left: 2px;
}

#small_window_victory .top_left_corner {
	width: 3px;
	height: 3px;
	background: url("/themes/new/img/corner_top_left.gif") no-repeat;
	float: left;
	position: relative;
	right: 4px;
}

#small_window_victory .bottom_corners {
	width: 100%;
	height: 3px;
	background: url("/themes/new/img/corner_bottom_right.gif") no-repeat 100%;
	position: relative;
	bottom: 4px;
	left: 2px;
}

#small_window_victory .bottom_left_corner {
	width: 3px;
	height: 3px;
	background: url("/themes/new/img/corner_bottom_left.gif") no-repeat;
	float: left;
	position: relative;
	right: 4px;
}

#small_window_victory .content_block {
	height: 100%;
	width: 100%;
	padding: 0px 10px;
}

#small_window_victory .header_text {
	width: 90%;
	font-size: 14pt;
	float: left;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

#small_window_victory .image_01 {
	width: 140px;
	height: 96px;
	clear: both;
	float: left;
}

#small_window_victory .content_block .lot_number {
	width: 140px;
	float: left;
	clear: both;
	color: #999;
	text-align: center;
}

#small_window_victory .content_block .close {
	width: 23px;
	height: 23px;
	background: url("/themes/new/img/passive_close.png") no-repeat #ccc;
	float: right;
	position: relative;
	right: 12px;
	cursor: pointer;
}

#small_window_victory .content_block .close:hover {
	width: 23px;
	height: 23px;
	background: url("/themes/new/img/images/active_close.png") no-repeat red;
}

#small_window_victory .description {
	text-align: center;
}

#small_window_victory .description .economy {
	position: relative;
	top: 15px;
}

#small_window_victory .description .economy b {
	font-size: 12pt;
	font-style: italic;
}