/* fonts */
.grey
{
	font-size: 17px;
	font-weight: bold;
	color: #747272;
	font-family: Trebuchet MS;
}
.grey_small
{
	font-size: 12px;
	font-weight: normal;
	color: #285168;
	font-family: Trebuchet MS;
}
.grey_middle
{
	font-size: 16px;
	font-weight: none;
	color: #214a61;
	font-family: Trebuchet MS;
}
.blue_middle
{
	font-size: 13px;
	font-weight: normal;
	color: #1078AD;
	font-family: Trebuchet MS;
}
.blue_middle_bright
{
	font-size: 12px;
	font-weight: bold;
	color: #3B7BBF;
	font-family: Trebuchet MS;
}
.blue_bright
{
	font-size: 11px;
	font-weight: bold;
	color: #7E8101;
}
.red
{
	font-size: 12px;
	font-weight: normal;
	color: #e45252;
	/*font-family: Trebuchet MS;*/
}
.message
{
	font-size: 15px;
	font-weight: normal;
	color: #285168;
	font-family: Trebuchet MS;
}
.gray_small
{
	font-size: 9px;
	font-weight: normal;
	color: #444;
	font-family: Verdana;
}
.black_small
{
	font-size: 10px;
}
.static
{
	color: #2E88B6;
	font-size: 12px;
}

a.static:link,
a.static:visited
{
	color: #2E88B6;
	font-size: 12px;
}
a.static:hover,
a.static:active 
{
	text-decoration: none;
}

a.red:link,
a.red:visited
{
	color: #c30000;
	font-size: 12px;
	text-decoration: underline;
}
a.red:hover,
a.red:active 
{
	text-decoration: none;
}

a.orange:link,
a.orange:visited
{
	color: #7E8101;
	font-size: 11px;
}
a.orange:hover,
a.orange:active 
{
	text-decoration: none;
}

a.navigator:link,
a.navigator:visited
{
	color: #2e88b6;
	font-size: 14px;
	font-family: Trebuchet MS;
}
a.navigator:hover,
a.navigator:active 
{
	text-decoration: none;
}
/* fonts end */

/* errors */
a.show_error:link,
a.show_error:visited
{
	color: #c76352;
	font-size: 13px;
	text-decoration: underline;
}
a.show_error:hover,
a.show_error:active 
{
	text-decoration: none;
}

.highlighted_field
{
	border: 1px #ffad99 solid!important;
	background: #fff9f9!important;
}
div.error_area
{
	padding: 3px;
}
div.highlighted_error_area
{
	background: #fdf1ac;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.error_clear_border
{
	border: 1px white solid;
}
/* errors end */

.lblock_no_design
{
	padding: 8px;
}

/* content block */
.search_field_item
{
	margin: 0 0 5px 13px;
}
#page_content
{
	width: 100%;
	min-height: 200px;
	_height: 200px;
	vertical-align: top;
}
#left_container,
#right_container
{
	width: 200px;
	vertical-align: top;
}
#content_container
{
	background: transparent none;
	vertical-align: top;
	padding: 0 15px 15px 15px;
}
/* content block end */

/* left block */
table.left_block
{
	background: url('../img/left_block.gif') top repeat-x;
	width: 100%;
}
table.left_block table.header
{
	cursor: pointer;
}
table.left_block table.header .left
{
	background: url('../img/left_block.gif') 0 -25px no-repeat;
	width: 5px;
	height: 25px;
}
table.left_block table.header .center
{
	background: url('../img/left_block.gif') 0 -50px repeat-x;
	height: 25px;
}
table.left_block table.header .center div
{
	color: #285168;
	padding: 0 10px;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
}
table.left_block table.header .right
{
	background: url('../img/left_block.gif') 0 -75px no-repeat;
	width: 5px;
	height: 25px;
}
table.left_block .right
{
	background: url('../img/left_block.gif') 0 -100px no-repeat;
	width: 5px;
	height: 25px;
}
div.left_block_middle div.content
{
	border-left: 1px #cee5ec solid;
	border-right: 1px #cee5ec solid;
	background: #f4f4f4;
	padding: 5px 10px;
}
table.left_block_footer
{
	width: 100%;
	margin: 0 0 10px 0;
}
table.left_block_footer .left
{
	background: url('../img/left_block.gif') 0 -125px no-repeat;
	width: 5px;
	height: 6px;
}
table.left_block_footer .center
{
	background: url('../img/left_block.gif') 0 -131px repeat-x;
	height: 6px;
	font-size: 1px;
}
table.left_block_footer .right
{
	background: url('../img/left_block.gif') 0 -137px no-repeat;
	width: 5px;
	height: 6px;
}
/* left block end */

/* content block */
table.content_block
{
	background: url('../img/left_block.gif') 0 4px repeat-x;
	width: 100%;
}
table.content_block table.header .left
{
	background: url('../img/content_block.gif') 0 0 no-repeat;
	width: 5px;
	height: 25px;
}
table.content_block table.header .center
{
	background: url('../img/content_block.gif') 0 -28px repeat-x;
	height: 25px;
}
table.content_block table.header .center div
{
	color: #285168;
	padding: 0 10px;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
}
table.content_block table.header .right
{
	background: url('../img/content_block.gif') 0 -56px no-repeat;
	width: 5px;
	height: 25px;
}
table.content_block .right
{
	background: url('../img/left_block.gif') 0 -96px no-repeat;
	width: 5px;
	height: 25px;
}
/* content block end */

/* middle block */
table.middle_block
{
	margin-bottom: 10px;
}
table.middle_block .header .left
{
	background: url('../img/middle_block.png') 0 0 no-repeat;
	width: 17px;
	height: 17px;
}
table.middle_block .header .center
{
	background: url('../img/middle_block_top.png') 0 0 no-repeat;
}
table.middle_block .header .right
{
	background: url('../img/middle_block.png') 0 -17px no-repeat;
	width: 17px;
	height: 17px;
}
table.middle_block .middle .left
{
	background: url('../img/middle_block.png') 0 -68px no-repeat;
	width: 17px;
}
table.middle_block .middle .center
{
	background: url('../img/middle_block_bg.png') no-repeat;
}
table.middle_block .middle .right
{
	background: url('../img/middle_block_right.png') 0 0 repeat-y;
	width: 17px;
	height: 17px;
}
table.middle_block .footer .left
{
	background: url('../img/middle_block.png') 0 -34px no-repeat;
	width: 17px;
	height: 17px;
}
table.middle_block .footer .center
{
	background: url('../img/middle_block_top.png') 0 -17px no-repeat;
}
table.middle_block .footer .right
{
	background: url('../img/middle_block.png') 0 -51px no-repeat;
	width: 17px;
	height: 17px;
}
table.middle_block .middle .center div.caption
{
	color: #285168;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
	position: absolute;
	margin-top: -7px;
}
table.middle_block .middle .center div.post_caption
{
	height: 12px;
}
table.middle_block .middle .center div.content
{
	min-height: 105px;
	padding: 5px 0 0 5px;
}
/* middle block end */

/* registrarion block */
.type_description
{
	font-size: 12px;
	font-family: Trebuchet MS;
	background: white;
	border-top: 2px #ddeef3 solid;
	border-bottom: 2px #ddeef3 solid;
	color: #4b5b63;
	padding: 0 5px 0 5px;
}
.grey_line
{
	border-bottom: 2px #deedf7 solid;
}
.grey_line_1
{
	border-bottom: 1px #ddeef3 solid;
}
.reg_loading,
.profile_loading
{
	background: url('../img/load.gif') left center no-repeat;
	width: 30px;
	display: none;
	margin: 14px 0 0 0;
	font-size: 13px;
}
.profile_loading
{
	margin: 9px 0 0 0;
}

a.dark:link,
a.dark:visited
{
	color: #333;
	font-size: 11px;
	text-decoration: underline;
	font-family: Trebuchet MS;
	/*font-weight: bold;*/
}
a.dark:hover,
a.grey:active 
{
	text-decoration: none;
}
/* registrarion block end */

/* field set (gray) block */
/* top */
.fs_td_sides
{
	width: 7px;
	height: 16px;
}
table.fg .fs_td_center
{
	height: 16px;
	background: url('../img/field_set_center.gif') center repeat-x;
}

table.fg .fs_left_top,
table.fg .fs_right_top
{
	width: 7px;
	height: 10px;
	background: url('../img/fieldset_corners.gif') 0px 0px no-repeat;
	font-size: 1px;
}
table.fg .fs_right_top
{
	background: url('../img/fieldset_corners.gif') 0px -10px no-repeat;
}
table.fg .fs_center_top
{
	background: #f8f8f8;
	position: relative;
	padding: 0px 5px;
	font-weight: bold;
	float: left;
}
table.fg .fs_button_up,
table.fg .fs_button_down
{
	background: url('../img/field_set_button.gif') 0px -16px no-repeat;
	width: 16px;
	height: 16px;
	font-size: 10px;
	float: left;
	cursor: pointer;
}
table.fg .fs_button_down
{
	background: url('../img/field_set_button.gif') 0px 0px no-repeat;
}

/* middle */
table.fg .fs_td_middle_left,
table.fg .fs_td_middle_right
{
	width: 7px;
	background: url('../img/field_set_middle.gif') left repeat-y;
}
table.fg .fs_td_middle_right
{
	background: url('../img/field_set_middle.gif') right repeat-y;
}

/* bottom */
table.fg .fs_left_bottom,
table.fg .fs_right_bottom
{
	width: 7px;
	height: 9px;
	background: url('../img/fieldset_corners.gif') 0px -27px no-repeat;
	font-size: 1px;
}
table.fg .fs_right_bottom
{
	background: url('../img/fieldset_corners.gif') 0px -18px no-repeat;
}
table.fg .fs_center_bottom
{
	height: 9px;
	background: url('../img/field_set_center.gif') bottom repeat-x;
	font-size: 1px;
}

/* field set (gray) block end */

/* field set (gray solid) block */
/* top */
table.lp .fs_td_center
{
	height: 16px;
	background: url('../img/g_field_set_center.gif') 0px 9px repeat-x;
}

table.lp .fs_left_top,
table.lp .fs_right_top
{
	width: 7px;
	height: 9px;
	background: url('../img/g_fieldset_corners.gif') 0px 0px no-repeat;
	font-size: 1px;
}
table.lp .fs_right_top
{
	background: url('../img/g_fieldset_corners.gif') 0px -9px no-repeat #f4f4f4;
}
table.lp .fs_center_top
{
	background: url('../img/g_field_set_center.gif') 0px 9px repeat-x;
	position: relative;
	padding: 0px 5px;
	font-weight: bold;
	float: left;
}
table.lp .fs_button_up,
table.lp .fs_button_down
{
	background: transparent url('../img/field_set_button.gif') 0px -16px no-repeat scroll;
	width: 16px;
	height: 16px;
	font-size: 10px;
	padding-right: 4px;
	float: left;
	cursor: pointer;
}
table.lp .fs_button_down
{
	background: transparent url('../img/field_set_button.gif') 0px 0px no-repeat scroll;
}

/* middle */
table.lp .fs_td_middle_left,
table.lp .fs_td_middle_right
{
	width: 7px;
	background: url('../img/g_field_set_middle.gif') left repeat-y white;
}
table.lp .fs_td_middle_right
{
	background: url('../img/g_field_set_middle.gif') right repeat-y white;
}
table.lp .fs_td_middle_center
{
	background: #edf3f5;
}

/* bottom */
table.lp .fs_left_bottom,
table.lp .fs_right_bottom
{
	width: 7px;
	height: 9px;
	background: url('../img/g_fieldset_corners.gif') 0px -27px no-repeat white;
	font-size: 1px;
}
table.lp .fs_right_bottom
{
	background: url('../img/g_fieldset_corners.gif') 0px -18px no-repeat white;
}
table.lp .fs_center_bottom
{
	height: 9px;
	background: url('../img/g_field_set_center.gif') 0 -9px repeat-x white;
	font-size: 1px;
}

/* field set (gray solid) block end */

/* listings */
.gateway_item
{
	text-align: center;
	margin: 5px 10px 5px 0;
	float: left;
}
/* short form */
#listings fieldset.item
{	
	margin: 8px 0 0 0;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#listings fieldset.active
{	
	background: #f7f7f7;
	border: 1px #cee5ec solid;
}

#listings table.approval,
#listings fieldset.approval
{
	*filter: alpha(opacity=80);
	_filter: alpha(opacity=70);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#listings fieldset.approval
{	
	background: white;
	border: 1px #cee5ec solid;
}
#listings fieldset.expired
{	
	background: white;
	border: 1px #ecd9d0 solid;
}
#listings fieldset.regular
{	
	background: #f7f7f7;
	border: 1px #cee5ec solid;
}
#listings fieldset.featured
{	
	background: url('../img/featured_bg.gif') top center repeat-x white;
	border: 1px #cee5ec solid;
}

#listings div.field,
#listings span.field
{
	font-size: 12px;
	color: #444;
}
#listings td.spliter
{
	background: url('../img/gray_point.gif') center repeat-y;
	width: 10px;
}
#listings div.value,
#listings span.value,
#listings div.value_first
{
	font-size: 12px;
	color: #2E88B6;
	font-weight: normal;
	margin: 1px 0;
}
#listings div.value_first
{
	font-weight: bold;
}
#listings td.icon img
{
	margin: 0 2px 0 2px;
}
#listings div.approval,
#listings span.approval
{
	color: #57534d;
}
#listings div.active,
#listings span.active
{
	color: #4fb31d;
}
#listings span.expired
{
	color: #fa6369;
}
/* short form end */

/* photo item */
.photo_item td.left_top,
.photo_item td.right_top
{
	width: 5px;
	height: 5px;
	background: url('../img/photos_item_angels.gif') 0 0 no-repeat;
}
.photo_item td.right_top
{
	background: url('../img/photos_item_angels.gif') 0 -5px no-repeat;
}
.photo_item td.center_top
{
	height: 5px;
	background: url('../img/photo_item_top_center.gif') top repeat-x white;
}
.photo_item td.left_middle
{
	background: url('../img/photo_item_middle.gif') 0 0 repeat-y;
}
.photo_item td.right_middle
{
	background: url('../img/photo_item_middle.gif') -5px 0;
}
.photo_item td.center_middle
{
	background: white;
}
.photo_item td.left_bottom,
.photo_item td.right_bottom
{
	width: 5px;
	height: 18px;
	background: url('../img/photos_item_angels.gif') 0 -20px no-repeat;
	font-size: 1px;
}
.photo_item td.right_bottom
{
	background: url('../img/photos_item_angels.gif') 0 -38px no-repeat;
}
.photo_item td.center_bottom
{
	background: url('../img/photo_item_top_center.gif') bottom center repeat-x white;
	font-size: 10px;
}

.photo_item td.left_bottom_simple,
.photo_item td.right_bottom_simple
{
	width: 5px;
	height: 5px;
	background: url('../img/photos_item_angels.gif') 0 -10px no-repeat;
	font-size: 1px;
}
.photo_item td.right_bottom_simple
{
	background: url('../img/photos_item_angels.gif') 0 -15px no-repeat;
}
.photo_item td.center_bottom_simple
{
	background: url('../img/photo_item_top_center.gif') bottom center repeat-x white;
	font-size: 10px;
}
.photo_reorder
{
	cursor: pointer;
	background: url('../img/replace_icon.gif') 0 -19px no-repeat;
	width: 18px;
	height: 19px;
	margin: 0 0 0 3px;
}
.photo_reorder:hover
{
	background: url('../img/replace_icon.gif') 0 0 no-repeat;
}

#pg_load_mask
{
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: url('../img/pg_load.gif') center center no-repeat #7F7F7F;
	position: absolute;
	*position: relative;
}
.pg_photo_item
{
	margin: 0;
	border: 2px #f8f8f8 solid;
}
.pg_active_photo
{
	border: 2px #dee036 solid;
}

.needs_crop
{
	width: 19px;
	height: 19px;
	cursor: pointer;
	position: absolute;
	margin-top: -15px;
}
/* photo item end */

.photos_count
{
	position: absolute;
	*position: relative;
	text-align: center;
	width: inherit;
	height: 14px;
	margin-top: -14px;
	*margin-top: -13px;
}
.photos_count div
{
	margin: 0 auto;
	background: white;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	height: 14px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.photos_count div a
{
	font-size: 11px;
	color: #111;
	text-decoration: none;
}

/* listing details */
.listing_group
{
	margin: 5px;
}
.listing_group div.field
{
	font-size: 12px;
	color: #444;
	margin: 3px 0 3px 0;
}
.listing_group div.value,
.listing_group div.value_first
{
	font-size: 12px;
	color: #0F77AC;
	font-weight: normal;
	margin: 3px 0 3px 4px;
}
.listing_group div.value_first
{
	font-weight: bold;
}
.listig_photos
{
	margin: 5px 0 0 0;
}
.listig_photos div.item
{
	margin: 0 5px 5px 0;
	float: left;
}
/* listing details end */

/* tabs */
#tabs
{
	table-layout: fixed;
}
#tabs .left_active,
#tabs .right_active
{
	width: 6px;
	width: 5px\9;
	height: 27px;
	*height: 25px;
	background: url('../img/tabs.gif') 0 0 no-repeat;
	font-size: 1px;
}
#tabs .right_active
{
	width: 6px;
	background: url('../img/tabs.gif') 0 -27px no-repeat;
}
#tabs .center_active
{
	height: 27px;
	height: 25px\9;
	background: url('../img/tabs.gif') 0 -54px repeat-x;
	font-size: 17px;
	text-align: center;
	color: white;
	font-family: Trebuchet MS;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#tabs .left_passive,
#tabs .right_passive
{
	width: 6px;
	height: 27px;
	height: 25px\9;
	background: url('../img/tabs.gif') 0 -85px no-repeat;
	font-size: 1px;
	cursor: pointer;
}
#tabs .right_passive
{
	background: url('../img/tabs.gif') 0 -114px no-repeat;
}
#tabs .center_passive
{
	height: 27px;
	height: 25px\9;
	background: url('../img/tabs.gif') 0 -143px repeat-x;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	color: white;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Trebuchet MS;
}

#tab_bottom
{
	height: 8px;
	background: url('../img/tab_gradient.gif') top repeat-x;
	font-size: 1px;
	margin: 0 0 2px 0;
}
/* tabs end */

/* listings end */

/* featured */
.featured
{
	text-align: center;
}
.featured .item
{
	display: inline;
	*zoom:1;
	width: 120px;
}
.featured .item .contener
{
	display: table-cell;
    display: inline-block;
    vertical-align: top;
    min-height: 100px;
    _height: 100px;
    padding: 1px 4px;
    *padding: 0;
}
.featured div.field
{
	font-size: 12px;
	color: #1078AD;
	font-weight: normal;
	margin: 1px 0 1px 0;
}
/* featured end */

/* advertising */
.advertising
{
	position: relative;
	text-align: left;
}
.advertising .item
{
	width: 135px;
	float: left;
	margin: 5px;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}
.advertising li.field
{
	font-size: 10px;
	color: #333;
	font-weight: normal;
	margin: 1px 0 1px 0;
}
.advertising a.link
{
	font-size: 9px;
	color: green;
	font-weight: normal;
	text-decoration: none;
}
.advertising a.title
{
	font-size: 10px;
	color: #2658c8;
	font-weight: bold;
}
/* advertising end */

/* paging */
ul.paging
{
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}
ul.paging li,
ul.paging li.active
{
	float: left;
	height: 16px;
	text-align: center;
	margin: 0 2px 0 2px;
	padding: 1px 4px 0 4px;
	background: #fff;
	border: 1px #aac5d2 solid;
	color: #3c3c3c;
	font-size: 11px;
	cursor: pointer;
	list-style-type: none;
}
ul.paging li:hover,
ul.paging li.active
{
	background: #b9ced9;
	color: black;
}

ul.paging li.navigator
{
	background: #dae9ef;
	color: black;
}
ul.paging li.ls
{
	margin: 0 5px 0 0;
}
ul.paging li.rs
{
	margin: 0 0 0 5px;
}
ul.paging li.point
{
	background: none;
	border: 0px;
	margin: 6px 2px 0 2px;
	color: #53a7ce;
}

ul.paging li.active
{
	cursor: default;
}
ul.paging a
{
	color: #3c3c3c;
	text-decoration: none;
}

/* paging end */

/* categories */
.cat_description
{
	background: #deedf7;
	position: relative;
	_height: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.cat_description .center
{
	padding: 7px;
	font-size: 12px;
	color: #444;
}
.rounded div.tl,
.rounded div.tr,
.rounded div.bl,
.rounded div.br
{
	position: absolute;
	width: 5px;
	height: 5px;
	font-size: 1px;
}
.rounded div.tl
{
	top: 0px;
	left: 0px;
	background: url('../img/rounded_tl.png') top left no-repeat;
}
.rounded div.tr
{
	top: 0px;
	right: 0px;
	_right: -1px;
	background: url('../img/rounded_tr.png') top right no-repeat;
}
.rounded div.bl
{
	bottom: 0px;
	left: 0px;
	background: url('../img/rounded_bl.png') bottom left no-repeat;
}
.rounded div.br
{
	bottom: 0px;
	right: 0px;
	_right: -1px;
	background: url('../img/rounded_br.png') bottom right no-repeat;
}

.cat_top_left,
.cat_top_right
{
	width: 4px;
	height: 4px;
	background: url('../img/cat_angels.gif') 0 0 no-repeat;
	font-size: 1px;
}
.cat_top_right
{
	width: 4px;
	background: url('../img/cat_angels.gif') 0 -4px no-repeat;
}
.cat_top_center
{
	height: 4px;
	background: url('../img/cat_center.gif') 0 0 repeat-x;
}

.cat_middle_left,
.cat_middle_right
{
	width: 4px;
	background: url('../img/cat_middle.gif') 0 0 repeat-y;
	font-size: 1px;
}
.cat_middle_right
{
	width: 4px;
	background: url('../img/cat_middle.gif') -4px 0 repeat-y;
}
.cat_middle_center
{
	height: 4px;
	background: #f7f7f7;
}

.cat_bottom_left,
.cat_bottom_right
{
	width: 4px;
	height: 4px;
	background: url('../img/cat_angels.gif') 0 -12px no-repeat;
	font-size: 1px;
}
.cat_bottom_right
{
	width:4px;
	background: url('../img/cat_angels.gif') 0 -8px no-repeat;
}
.cat_bottom_center
{
	height: 4px;
	background: url('../img/cat_center.gif') 0 -4px repeat-x;
}

a.category:link,
a.category:visited
{
	color: #285168;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-style: normal;
}
a.category:hover,
a.category:active
{
	text-decoration: none;
}
.categories
{
	margin: 5px 20px 10px;
}
.categories .item
{
	margin: 4px 3px 4px 3px;
}
.sub_categories
{
	margin: 0px 20px 0 5px;
}
a.sub_category:link,
a.sub_category:visited
{
	color: #2E88B6;
	font-size: 11px;
	line-height: 16px;
	font-weight: none;
	font-family: Trebuchet MS;
	text-decoration: underline;
	font-style: normal;
}
a.sub_category:hover,
a.sub_category:active
{
	text-decoration: none;
}
/* categories end */

/* category tree */
.cat_loading
{
	background: url('../img/cat_loader.gif') left center no-repeat;
	width: 15px;
	display: none;
	font-size: 11px;
}
.cat_item_cont
{
	margin: 6px 5px 6px 18px;
}
.cat_item,
.cat_item_plus,
.cat_item_minus
{
	width: 15px;
	height: 15px;
	cursor: default;
	background: url('../img/tree_angle.gif') center center no-repeat;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.cat_item_plus
{
	background: url('../img/cat_plus.gif') center center no-repeat;
}
.cat_item_minus
{
	background: url('../img/cat_minus.gif') center center no-repeat;
}
.add_cat_item
{
	margin: 0 0 0 37px
}
/* category tree end */

/* sorting */
.sorting
{
	margin: 5px 2px 5px 2px;
	text-align: center;
}
.sorting div
{
	margin: 0 0 3px 0;
}
.caption
{
	font-size: 12px;
	color: #285168;
	font-weight: bold;
	margin-right: 10px;
}
.arrow_asc
{
	width: 7px;
	height: 11px;
	background: url('../img/arrows.gif') 0 0 no-repeat;
	padding: 0 3px;
}
/* sorting end */

/* saved search */
.title_bg
{
	background: #fafeff;
	border-bottom: 3px #CEE5EC solid;
	color: #285168!important;
}
.title_bg div
{
	margin-left: 5px;
}
.active,
.deactive
{
	color: #4fb31d;
}
.deactive
{
	color: #808080;
}
.item_value
{
	color: #999;
}
/* saved search end */

/* messages */
.new
{
	background: #f1f7fb;
}
a.new_title:link,
a.new_title:visited
{
	color: #bd3535;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-decoration: underline;
	font-style: normal;
}
a.new_title:hover,
a.new_title:active
{
	text-decoration: none;
}
.new_title
{
	color: #bd3535;
}
.message_date
{
	font-size: 9px;
	color: #999;
	text-align: right;
	margin: 0 5px 0 0;
	height: 11px;
	fonr-family: Trebuchet MS;
}
.message_owner
{
	font-size: 9px;
	color: #666;
}
.chat_interlocutor
{
	background: white;
}
.chat_me
{
	background: #f7f7ca;
}
#messages_area
{
	border: 1px #ddeef3 solid;
	padding: 7px;
	max-height: 280px;
	overflow: auto;
}
#message_text
{
	height: 110px;
	width: 100%;
	padding: 0;
	margin: 0;
}
.counter
{
	width: 35px;
	padding: 5px 0;
	background: white;
	text-align: center;
	margin: 3px 0 0 0;
	border: 1px #c6d9e5 solid;
	color: #666;
	font-size: 11px;
}
.counter_area .counter
{
	margin: 0;
	padding: 3px 0;
}
.messages_nav
{
	text-align: right;
	margin: 3px 10px 10px 0;
}
.messages_nav span.static,
.messages_nav a.static
{
	font-size: 11px;
}
img.arrow
{
	vertical-align: top;
	margin-right: 9px;
}
.removed td:not(.skip)
{
	*filter: alpha(opacity=60);
	_filter: alpha(opacity=50);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: default;
}
.remove_not
{
	font-size: 10px;
}
/* messages end */

/* dealers page */
#characters_line
{
	margin: 7px 0;
}

#characters_line a.character:link,
#characters_line a.character:visited,
.character_selected
{
	font-size: 11px;
	font-weight: bold;
	color: #58a6cd;
	padding: 0 3px;
	border: 1px #67b2d7 solid;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-style: normal;
	background: #effcff;
}
#characters_line a.character:hover,
#characters_line a.character:active,
.character_selected
{
	text-decoration: none;
	background: #67b2d7;
	color: white;
}

#dealers div.item
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f7f7f7;
	border: 1px #cee5ec solid;
	margin: 8px 3px 0pt;
	padding: 5px;
}
#dealers div.item small
{
	color: #7E8101;
}
#dealers div.item div.additional
{
	margin: 5px;
}
#dealers div.item span.field
{
	color: #444444;
	font-size: 12px;
	margin: 3px 0pt;
}
#dealers div.item span.value
{
	color: #0F77AC;
	font-size: 12px;
	font-weight: normal;
	margin: 3px 0pt 3px 4px;
}
/* dealers page end */

#uploaded_video
{
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
