#popup_window {
    position: absolute;
    left: 250px;
    top: 80px;
    width: 250px;
    border: solid 1px;
    padding: 10px;
    z-index: 10;
    background: #ffffff;
    border: solid 2px #137fb4;
}

#popup_close_button {
    border: none;
    float: right;
    cursor: pointer;
}

/* login */

#login_input_box {
    padding: 20px;
    background: #c2e5ff;
    width: 240px;
    margin: 0 auto;
    border: solid 4px #a4d3f6;
}

.login_table TD {
    padding: 5px;
}

.login_table li {
    color: red;
    margin-top: 5px;
    margin-bottom: -10px;

}

.login_table input {
    width: 150px;
}

/* Registration */

.registration_label {
    width: 30%;
    text-align: right;
    float: left;
}

.registration_field {
    width: 65%;
    text-align: left;
    padding-left: 15px;
    float: left;
}

.registration_field, .registration_label {
    margin-bottom: 10px;
}

.registration_button {
    margin-top: 10px;
    margin-left: 180px;
}


/* Main menu */

A.main_menu_item {
    color: #09567c;
    text-decoration: underline;
    font-size: 2em;
    padding: 0 5px;
}

A.main_menu_item:hover {
    color: white;
    text-decoration: underline;
}

.main_menu_delimiter {
    margin: 0 5px 6px 5px;
}

/* Home menu */

#home_menu A {
    color: #09567c;
    font-weight: bold;
    font-family: arial;
    display: block;
    background: url('../img/design/home_menu_delimiter.gif') no-repeat 0 50%;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 1.0em;
    line-height: 1.2em;
}

.table_for_replies td, .table_for_replies th {
    padding-bottom: 10px;
    padding-left: 10px;
}

/* Links */

.pm_link {
    background: url(../img/design/icons/pm_icon.gif);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 0 0 0 16px;
}

.comments_link {
    background: url(../img/design/icons/comments_icon.gif);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 2px 0 4px 18px;
    display: block;
    text-decoration: none;
}

.read_link {
    background: url(../img/design/icons/read_more.gif);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 2px 0 4px 14px;
    display: block;
}

/* Rubber hr */

.hr_left {
    background: url(../img/design/hr_left.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 0 0 221px;
    height: 1px;
}

.hr_right {
    background: url(../img/design/hr_right.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 218px 0 0;
    height: 1px;
}

.hr_center {
    background: url(../img/design/hr_center.gif);
    background-repeat: repeat-x;
    height: 1px;
}

/* TRADE */

/* Lot search form */

.lot_searchform_wide select, .lot_searchform_wide input {
    width: 100%;
}

div.lot_searchform_with_photo {
    margin-right: -2px;
}

div.lot_searchform_buttons {
    margin-top: 10px;
    margin-left: 5px;
    text-align: right;
}


.lot_preview_lot_number {
    background: #ff6804;
    padding: 0 3px;
}

.lot_preview_lot_type {
    border: solid 1px #ff6804;
    padding: 1px 3px 0 3px;
}

.lot_show_lot_number {
    background: #ff6804;
    padding: 0 3px;
}

.lot_show_main_image_title {
    padding: 0 10px 10px 10px;
    /* background: #e4e4e4; */
}

/* /TRADE */

/* paginator */
#pagination {
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Arial;
    font-size: 14px;
	margin-left:10px;
}

#pagination a {
    color: #000;
}

.pagination_current {
    background: #F69408;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
}

/* PM */

.pm_menu_item {
    display: block;
    background-image: url(../img/design/icons/pm_menu_item_button.gif);
}

.pm_menu_item_current {
    display: block;
    background-image: url(../img/design/icons/pm_menu_item_current_button.gif);
}

.pm_menu_item_current, .pm_menu_item {
    background-repeat: no-repeat;
    font-family: "Arial";
    height: 25px;
    width: 193px;
    *height: 35px;
    *width: 203px;
    padding: 8px 0 0 10px;
    margin: 0 0 5px 0;
}

/* CATALOG */
.catalog_categories {
    
}

.catalog_categories DIV {
    background: url(../img/design/list_marker_orange.gif) 0 7px no-repeat;
    margin: 5px 0;
    padding: 0 0 0 10px;
}

/* HOME */

.home_header_title {
    background: url(../img/design/home_header_title_bg.gif);
    background-repeat: no-repeat;
    width: 202px;
    height: 28px;
    font-family: "Arial";
    padding-top: 5px;
    padding-left: 15px;
}

.home_table {
    background: #f6f6f6;
    border: solid 1px #d2d2d2;
}

.home_table TH {
    padding: 10px;
    background: #d9d9d9;
    color: #000000;
    font-weight: bold;
}

.home_table TD {
    padding: 10px;
    border-left: solid 1px #d2d2d2;
    border-bottom: solid 1px #e8e8e8;
}

.home_table TD:first-child {
    border-left: none;
}

/* common */

.content_title {
    padding: 0;
    margin: 0 0 10px 0;
}

.user_profile_table td, .user_profile_table th {
    padding-top: 7px;
}

.user_profile_table th {
    text-align: right;
}

.user_profile_table td {
    padding-left: 10px;
}

/* Filter */

.filter {

}

.filter table td {
    padding: 2px;
}

.filter table td.label{
    text-align: right;
    padding-right: 3px;
}

.filter table td.field{
    width: 200px;
}

/* Tables */
.common_table {

}
.common_table th {
    font-weight: bold;
}
.common_table th, .common_table td {
    padding: 5px;
}

.catalog_list_table {
    width: 100%;
}
.catalog_list_table td, .catalog_list_table th {
    padding: 5px;
}

.tabs {
    border-bottom: solid 2px #8bc5ef;
    margin: 0 0 20px 0;
}
.tabs td {
    padding: 0 15px;
    vertical-align: middle;
}
.tabs td.current {
    background: url(../img/design/tabs_active_bg.jpg);
    width: 158px;
    height: 29px;
    padding: 0;
    color: #ffffff;
    font-weight: bold;
}
.tabs td.current div {
    margin: 0 0 0 15px;
} 

.account_box {
    
}

.account_box_top_left {
    background: url(../img/design/account_box/left_top_corner.gif) no-repeat top left;
    padding-left: 8px;
}
.account_box_top_right {
    background: url(../img/design/account_box/right_top_corner.gif) no-repeat top right;
    padding-right: 8px;
}
.account_box_top_center {
    border-top: solid 1px #ffffff;
    background: #5db8fd;
    height: 8px;
}

.account_box_bottom_left {
    background: url(../img/design/account_box/left_bottom_corner.gif) no-repeat bottom left;
    padding-left: 8px;
}
.account_box_bottom_right {
    background: url(../img/design/account_box/right_bottom_corner.gif) no-repeat bottom right;
    padding-right: 8px;
}
.account_box_bottom_center {
    border-bottom: solid 1px #ffffff;
    background: #5db8fd;
    height: 8px;
}
.account_box_middle {
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    background: #5db8fd;
    margin: -1px 0;
}

.no_decorate_ul ul{
	list-style:none;
}

.no_decorate_ul ul li{
	float:left;
	margin-right:5px;
}

.normal_decorate_ul {
	list-style: none;
}

.gallery_radio_button input {
	width:100%;
	margin-left:-7px;
}

.gallery_image img {
	border: 2px solid #09567C;
	outline: none;
}

.gallery_image img:hover {
	border: 2px solid #2f6ca3;
}

.catlog_object_preview {
	text-indent: 10px; 
	padding-top:2px;
}

.gallery_image_preview {
	height:250px; 
	width:200px; 
	margin-bottom:10px;
}

.lot_preview_bottom_border {
	border-bottom: 1px solid;
}

.lot_search_r_padding {
	padding-right:5px;
}

.cs_tb_header { height:20px; }

	.cs_tb_close {
		display:block;
		height: 16px; width: 16px;
		background:url(../img/design/closeX.png) no-repeat 0 0;
		float: right;
	}
	
.gallery_preview_img {
	width:100%;
	text-align:center;
	padding:10 0 20 0;
}

.group {
	font-weight:bold;
	font-style:italic;
}	

.category {
	padding-left:20px;
}

.contest_info {
	margin:-20px 15px 15px 15px;
	font-size:8pt;
}

.contest_info span {
	font-size:10pt;
	font-weight:bold;
}

.rotate_photo img {margin:5px;}

.su_mode_img {display:block; text-align:center; margin:0 auto; width:29px; margin-top:5px;}

.submit-row {margin-top:5px;}


.map_content ul {
	list-style:none;
}
