form
{
	margin: 0;	
}
ul,
li
{
	padding: 0;
	margin: 0;
	list-style: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	border-padding: 0;
	border: 0px;
}
table td
{
	border: 0;
	padding: 0;
	margin: 0;
}
.sTable
{
	width: 100%;
}
table.fixed
{
	table-layout: fixed;
	width: 100%;
}
img
{
	border: 0px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
p
{
	margin: 0;
}
.hide
{
	display: none;
}
.invisble
{
	opacity: 0;
	filter: alpha(opacity=0);
}
.clear
{
	clear: both;
}
.clearfix:after
{
	*content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fleft
{
	float: left;
}
.fright
{
	float: right;
}
.ralign
{
	text-align: right!important;
}
.lalign
{
	text-align: left!important;
}
.relative
{
	position: relative;
}
.red
{
	color: #ac2c1d;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

h1
{
	color: #135078;
	font-size: 22px;
	margin: 0;
	padding: 0 0 10px 0;
}
.cursor_default
{
	cursor: default!important;
}

::selection
{
	background: #d2cdbb;
	color: white;
}
::-moz-selection
{
	background: #d2cdbb;
	color: white;
}
div.img_inner_shadow
{
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
	position: relative;
}
.o60
{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.ta-center
{
	text-align: center;
}

/* system */
.content_block .block_bg
{
	background: #E5EBEB;
}
.side_block .block_bg
{
	background: #E5EBEB;
}
/* system end */

/* categories */
div.categories
{
	width: auto;
	overflow: hidden;
	padding: 8px 15px;
}
div.categories > div
{
	overflow: hidden;
}
div.categories_padding
{
	padding: 0 12px;
}
div.categories ul
{
	width: 100%;
	min-height: 10px;
}
table.content td.left div.categories,
table.content td.right div.categories
{
	padding: 8px 8px;
}
div.categories ul li
{
	float: left;
	width: 100%;
}
div.categories ul div.item
{
	padding: 5px 5px 15px;
}
div.categories ul span
{
	/*color: #2a2a2a;
	font-size: 13px;
	font-style: italic;*/
	
	color: #2a2a2a;
	font-size: 12px;
	font-weight: normal !important;
}
.sub_categories
{
	padding: 0 20px 0 5px;
	color: #342B14;
	font-size: 12px;
}
a{ cursor:pointer; }
a.category:link,
a.category:visited
{
	/*color: #333;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	cursor:pointer;*/
	
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
a.category:hover,
a.category:active 
{
	text-decoration: none;
	cursor:pointer;
}
.sub_categories a:link,
.sub_categories a:visited
{
	color: #7a6124;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
}
.sub_categories a:hover,
.sub_categories a:active 
{
	text-decoration: none;
}

div.slider_bar
{
	background: #e7e4de;
	height: 28px;
	position: relative;
	top: 3px;
	text-align: center;
	
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
div.no_design div.slider_bar
{
	background: none;
	padding: 0 0 15px;
	margin-top: -10px;
}
div.slider_bar_light
{
	background: transparent;
	height: 22px;
}
div.slider_bar div.prev,
div.slider_bar div.next
{
	width: 12px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/gallery.png') -1px -583px no-repeat;
	margin: 8px 0 0 15px;
	cursor: pointer;
}
div.slider_bar div.next
{
	left: auto;
	right: 0;
	background: url('../img/gallery.png') -31px -583px no-repeat;
	margin: 8px 10px 0 0;
}
div.slider_bar div.navigation
{
	padding: 6px 0 0 0;
	-moz-user-select: none;
	-khtml-user-select: none;
}
div.slider_bar_light div.navigation
{
	padding: 0;
}
div.slider_bar_light div.prev,
div.slider_bar_light div.next
{
	margin-top: 2px;
}
div.slider_bar div.navigation a
{
	text-decoration: none;
}
div.slider_bar div.navigation a span,
div.slider_bar div.navigation a.active span
{
	padding: 0 4px;
	background: url('../img/gallery.png') -25px -556px no-repeat;
}
div.slider_bar div.navigation a.active span
{
	background-position: -14px -580px;
}
div.slider_bar div.navigation a span.map
{
	background-position: -13px -3076px;
}
div.slider_bar div.navigation a.active span.map
{
	background-position: 0px -3076px;
}
div.sub_categories span.more
{
	cursor: pointer;
	text-shadow: 0 1px 0 #555555;
	-moz-user-select: none;
	-khtml-user-select: none;
}
div.other_categories_tmp
{
	position: absolute;
	z-index: 3;
}
div.other_categories_tmp div
{
	background: #f0ecd7;
	border: 2px #9f8f69 solid;
	padding: 5px 25px 10px 15px;
	margin: 14px 0 0 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	max-width: 250px;
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}
div.other_categories_tmp div img.close
{
	display: block;
	cursor: pointer;
	top: 0;
	right: 0;
	position: absolute;
	width: 15px;
	height: 15px;
	background: url('../img/gallery.png') -25px -2756px no-repeat;
}
div.other_categories_tmp div img.close:hover
{
	background-position: -25px -2775px;
}
/* categories end */

/* modal window */
#modal_mask
{
	background: rgba(0,0,0,0.45);
	background: url('../img/blank0.4.png') 0 0 repeat\9;
	/*filter: alpha(opacity=40);
	-moz-opacity: 0.45;
	opacity: 0.45;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.modal_block
{
	position: absolute;
	z-index: 1001;
	left: 50%;
	margin-left: -176px;
	width: 340px;
	height: 230px;
	background: #135078;
		
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}
.modal_block div.inner div.close
{
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url('../img/gallery.png') 0 -607px no-repeat;
	cursor: pointer;
}
/*.modal_block div.inner div.big_track
{
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 104px;
	background: url('../img/tracks.png') 0 0 no-repeat;
}
.modal_block div.inner div.small_track
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 48px;
	height: 72px;
	background: url('../img/tracks.png') -88px -31px no-repeat;
}*/
.modal_block div.inner div.close:hover
{
	background-position: 0 -641px;
}
.modal_block div.inner div.modal_content
{
	padding: 20px 35px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
.modal_block div.inner div.caption,
.modal_block div.inner div.caption_padding
{
	color: white;
	font-size: 20px;
	padding: 0 0 20px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.3)
}
.modal_block div.inner div.caption_padding
{
	padding: 0 0 20px 60px;
}
.modal_block div.inner div.warning,
.modal_block div.inner div.notice
{
	background: url('../img/gallery.png') -20px -1594px no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}
.modal_block div.inner div.notice
{
	background-position: -21px -1344px;
}
.modal_block div.prompt
{
	padding: 20px 0 0 0;
}
.modal_block div.prompt input
{
	margin: 0 5px 0 0;
}
/* modal window end */

/* tabs */
div.tabs
{
	position: relative;
	padding: 0 0 15px;
}
div.tabs ul
{
	height: 42px;
	background: url('../img/gallery.png') 0 -882px repeat-x;
	margin: 0 6px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
}
div.tabs ul li
{
	float: left;
	cursor: pointer;
	padding: 0 5px 0;
}
/* default */
div.tabs ul li span.left,
div.tabs ul li span.right
{
	float: left;
	padding: 10px 2px 10px 1px;
}
div.tabs ul li span.center
{
	color: #4e2f23;
	float: left;
	padding: 7px 15px 16px;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.2);
}
/* active */
div.tabs ul li.active span.left,
div.tabs ul li.active span.right
{
	padding: 10px 2px 10px 1px;
	background: url('../img/gallery.png') 0 -966px no-repeat;
}
div.tabs ul li.active span.right
{
	background-position: -7px -966px;
}
div.tabs ul li.active span.center
{
	color: white;
	background: url('../img/gallery.png') 0 -1011px repeat-x;
	padding: 7px 15px 16px;
	padding: 5px 15px 16px\9;
	text-shadow: none;
}
div.tabs ul li.active span.center span
{
	background: url('../img/gallery.png') center -1056px no-repeat;
	padding: 8px 0 16px;
	padding: 6px 0 19px\9;
}
/* hack */
div.tabs ul li.first
{
	padding-left: 0;
	margin-left: -7px;
}
/* hover */
div.tabs ul li:not(.active):hover span.center
{
	text-decoration: underline;
}

div.tabs div.left,
div.tabs div.right
{
	position: absolute;
	width: 6px;
	height: 42px;
	top: 0;
	left: 0;
	background: url('../img/gallery.png') 0 -923px no-repeat;
}
div.tabs div.right
{
	left: auto;
	right: 0;
	background-position: -6px -923px;
}
/* tabs end */

/* grid navbar */
/* switcher */
table.grid_navbar
{
	font-size: 12px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 5px;
}
table.grid_navbar span.divider
{
	color: #e1d6c7;
}
table.grid_navbar td.switcher
{
	width: 54px;
}
table.grid_navbar td.switcher div
{
	float: left;
	width: 27px;
	height: 24px;
}
table.grid_navbar td.switcher div>div
{
	cursor: pointer;
}
table.grid_navbar td.switcher div.table div
{
	background: url('../img/gallery.png') 0 -1159px no-repeat;
}

table.grid_navbar td.switcher div.table div.active
{
	background: url('../img/gallery.png') 0 -1111px no-repeat;
}
table.grid_navbar td.switcher div.table div:not(.active):hover
{
	background-position: 0 -2346px;
}
table.grid_navbar td.switcher div.list div
{
	background: url('../img/gallery.png') 0 -1183px no-repeat;
}
table.grid_navbar td.switcher div.list div.active
{
	background: url('../img/gallery.png') 0 -1135px no-repeat;
}
table.grid_navbar td.switcher div.list div:not(.active):hover
{
	background-position: -1px -2371px;
}
/* sorting */
table.grid_navbar td.sorting span.caption
{
	color: #444444;
	font-size: 12px;
	padding: 0 0px 0 0px;
}
table.my_listings td.sorting span.caption
{
	padding: 0 5px 0 0;
}

table.grid_navbar td.sorting a:link,
table.grid_navbar td.sorting a:visited
{
	color: #342B14;
	font-size: 12px;
	text-decoration: underline;
	padding: 0 4px;
}
table.grid_navbar td.sorting a:hover,
table.grid_navbar td.sorting a:active 
{
	text-decoration: none;
}
table.grid_navbar td.sorting a.active
{
	color: #7F7559;
}
table.grid_navbar td.sorting a.desc
{
	background: url('../img/gallery.png') right -1235px no-repeat;
	padding-right: 19px;
}
table.grid_navbar td.sorting a.asc
{
	background: url('../img/gallery.png') right -1213px no-repeat;
	padding-right: 19px;
}
/* custom */
table.grid_navbar td.custom
{
	padding: 0 0 0 10px;
	text-align: right;
}
/* alphabet */
table.grid_navbar td.sorting span.alphabet a
{
	padding: 0 2px;
}
/* grid navbar end */

/* grid listings */
/*div#listings table.table*/
div.listings_area
{
	padding: 15px 0 0 0;
}
.ks_highlight
{
	background: #fbf094;
	color: #222222;
}
table.table
{
	width: 100%;
	table-layout: fixed;
	float:left;
}
div#listings table.table>tbody>tr:not(:last-child)>td
{
	vertical-align: top;
	padding-bottom: 12px;
}
div#listings table.table>tbody>tr>td
{
	vertical-align: top;
	padding-bottom: 12px\9;
}
div#listings table.table>tbody>tr>td.divider
{
	width: 15px;
}
div#listings div.item
{
	/*background: rgba(255, 255, 255, 0.3);
	background: #d0c6b8\9;
	background: #f2f1eb;*/
	/*padding: 13px 13px 10px 13px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	/*-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);*/
}
div#listings table.table div.item
{
	min-height: 129px;
	margin-top: 10px;
	/*background: -moz-linear-gradient(center top , #F4F4F4, #E7E6E6);*/
	background-color:#E7E6E6;
}
div.accounts_grid table.table div.item
{
	min-height: 110px!important;
	/*background: -moz-linear-gradient(center top , #F4F4F4, #E7E6E6)/9;*/
}

div.accounts_grid table.table div.item
{
	padding: 13px!important;
}
div#listings div.list div.item
{
	margin-bottom: 2px;
	/*padding: 10px 13px;*/
	float:left;
	width:100%;
	/*background-color:#E7E6E6;*/
	cursor: pointer;
}
div#listings div.item td.photo img
{
	/*border: 3px #dfdad2 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
img.no_style
{
	border: 0!important;
}
div#listings table.table div.item td.photo,
div.my_listings div.item td.photo
{
	width: 120px;
}
div.accounts_grid table.table div.item td.photo
{
	width: 110px!important;
}

div#listings div.item td.photo
{
	padding: 0 8px 0 0;
}
div#listings div.item td.fields
{
	max-height: 78px;
	overflow: hidden;
	display: block;
}
div#listings div.list div.item td.fields
{
	max-height: 68px;
}
div.my_listings div.item td.fields
{
	max-height: 100px!important;
}
div#listings>table div.item td.fields>div
{
    min-height: 68px;
    *height: 78px;	
    height: 78px\9;
    overflow: hidden;
}
div#listings>div.list  div.item td.fields>div
{
    overflow: hidden;
}
div#listings div.item td.photo div
{
	position: relative;
}
div#listings div.item td.photo div.counter
{
	width: 21px;
	height: 18px;
	background: url('../img/gallery.png') 0 -1277px no-repeat;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 5px 6px;
}
div#listings div.list div.item td.photo div.counter
{
	left: auto;
	right: 0;
	margin: 0 0 -3px 0;
}
div#listings div.item td.photo div.counter a
{
	display: block;
	padding: 0 1px 2px 0;
	text-decoration: none;
	color: #343434;
	font-size: 11px;
}
div#listings div.item td.caption
{
	vertical-align: bottom;
	padding-top: 10px;
}
div#listings div.item td.fields td.value,
div#listings div.item td.fields span
{
	color: #303030;
	font-size: 13px;
}
div#listings div.item td.fields td.name
{
	color: #585858;
	font-size: 13px;
	font-style: italic;
	padding: 0 5px 0 0;
}
div#listings table.table div.item td.fields td.first
{
	padding: 0 0 5px;
}
div#listings span.crossed
{
	font-size: 12px;
	color: #4D4D4D;
}

/* list view */
div#listings div.list td.photo
{
	width: 66px;
}
div.accounts_grid div.list td.photo
{
	width: 59px!important;
}
div#listings div.list td.photo img
{
	border: 1px #dfdad2 solid;
}
div.accounts_grid div.list td.photo img
{
	width: 55px!important;
}

/* navigation bar */
div#listings td.fields a:link,
div#listings td.fields a:visited
{
	color: #342B14;
	font-size: 14px;
	text-decoration: underline;
}
div#listings td.fields a:hover,
div#listings td.fields a:active 
{
	text-decoration: none;
}
div#listings td.fields td.first a:link,
div#listings td.fields span:first-child a:link
{
	font-weight: bold;
}

div#listings a.cat_caption:link,
div#listings a.cat_caption:visited,
div#listings span.cat_caption
{
	padding: 0 0 0 10px;
	background: url('../img/gallery.png') 0 -1255px no-repeat;
	color: #342B14;
	font-size: 12px;
	text-decoration: underline;
}
div#listings a.cat_caption:hover,
div#listings a.cat_caption:active,
div#listings span.cat_caption
{
	text-decoration: none;
}
/* icons bar */
div#listings table.nav
{
	margin-top:0;
	width:auto;
	float:left;
	-moz-user-select: none;
	-khtml-user-select: none;
}
div#listings td.caption table.nav
{
	margin-top: 0;
}
div#listings table.nav a.icon
{
	text-decoration: none;
}
div#listings table.nav a.icon span
{
	padding: 1px 7px;
}
div#listings table.nav a.add_favorite span,
div#content_nav_icons a.add_favorite span
{
	background: url('../img/gallery.png') -23px -1278px no-repeat;
}
div#listings table.nav a.remove_favorite span,
div#content_nav_icons a.remove_favorite span
{
	background: url('../img/gallery.png') 0 -1391px no-repeat;
}
/* info bar */
table.nav span.icon
{
	margin: 0 5px 0 0;
	color: #3c3c3c;
	font-size: 12px;
	cursor: default;
}
div#listings table.nav span.shows
{
	padding: 0 2px 0 23px;
	background: url('../img/gallery.png') 0 -1303px no-repeat;
}
div#listings table.nav span.date
{
	padding: 0 2px 0 21px;
	background: url('../img/gallery.png') 0 -2868px no-repeat;
}
/* featuerd */
div#listings div.featured
{
	/*background: url('../img/featured_bg.jpg') 0 0 repeat #ceb8ab;*/
	background: #BFE7FF;
	position: relative;
}
div#listings div.featured div.label
{
	width: 70px;
	height: 42px;
	background: url('../img/featured.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	margin: -3px 0 0 -3px;
}
div#listings div.featured div.label a
{
	display: block;
	padding: 12px 0;
	text-decoration: none;
}
div#listings div.list div.featured div.label
{
	display: none;
}
table.featured_label_fix td.fields>table
{
	margin: 0 0 0 11px;
}
img.crossed
{
	width: 16px;
	height: 15px;
	background: url('../img/gallery.png') 2px -2918px no-repeat;
	cursor: pointer;
}
/* grid listings end */

/* account_login */
form.account_login input[type=text],
form.account_login input[type=password]
{
	margin: 0 0 5px;
	width: 140px;
}
form.account_login div.button
{
	/*margin: 5px 0 5px;*/
	float: left;
    margin: 5px 0 5px 120px;
    width: 100%;
}
div.welcome
{
	font-size: 16px;
}
ul.account_menu
{
	padding: 5px 0 0;
}
ul.account_menu li
{
	padding: 0 0 4px 20px;
	background:url(../img/left_arrow.gif) no-repeat left 5px transparent;
}

ul.account_menu li a:link,
ul.account_menu li a:visited
{
	/*color: #371e13;
	text-decoration: underline;*/
	text-shadow: 0 1px 0 #d7c1b9;
	font-size: 13px;
	color:#2B2B2B;
	text-decoration:none;
	
}
ul.account_menu li a:hover,
ul.account_menu li a:active 
{
	text-decoration: underline;
}
/* account_login end */

/* search block */
table.search
{
	width: 100%;
}
table.search td.field
{
	color: #2B2B2B;
	font-size: 12px;
	padding: 4px 6px 4px 0;
	text-align: right;
	width: 80px;
}
div.search
{
	padding: 0 0 5px 0;
	color: white;
	font-size: 12px;
}
div.search div.field
{
	color: white;
}
table.search td.field div
{
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
    width: 80px;
}
table.search td.value
{
	padding: 4px 0 4px;
	color: white;
	font-size: 12px;
}
table.search tr.header>td
{
	padding-top: 2px;
}
.search label
{
	padding: 0 10px 0 0;
	font-size: 12px;
	color: white;
}

compare_listings_tab .search label
{ color: #2b2b2b;
	}

.search span
{
	font-size: 12px;
	color: white;
}
div.search_caption
{
	color: #eae4dd;
	font-size: 18px;
	padding: 0 0 5px 85px;
}
div.search_caption div.q
{
	width: 19px;
	height: 19px;
	float: left;
	margin: 6px -2px 0 0;
	background: url('../img/gallery.png') 0 -682px no-repeat;
}
div.search_caption div.phrase
{
	float: left;
}

/* in highlight mode */
div.highlight table.search td.field,
div.highlight table.search td.field div
{
    width: 140px;
    color: #524c3b;
}
div.highlight table.search td.value,
div.highlight label
{
    color: #2A2A2A;
    font-size: 12px;
}
div.highlight table.search td.top
{
	vertical-align: top;
	padding-top: 8px;
}
.static-content
{
	line-height: 22px;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3)!important;
}
/* search block end */

/* links/font */
a:link,
a:visited
{
	/*color: #FFFFFF;*/
	color: #2b2b2b;
	font-size: 13px;
	text-decoration: underline;
	font-weight: normal;
}
a:hover,
a:active 
{
	text-decoration: none;
}
a.white_11:link,
a.white_11:visited
{
	color: #2b2b2b;
	font-size: 11px;
	text-decoration: underline;
}
a.white_11:hover,
a.white_11:active
{
	text-decoration: none;
}
a.default_11:link,
a.default_11:visited
{
	font-size: 11px;
	text-decoration: underline;
}
a.default_11:hover,
a.default_11:active
{
	text-decoration: none;
}
a.brown_12:link,
a.brown_12:visited
{
	color: #342B14;
	font-size: 12px;
	text-decoration: underline;
}
a.brown_12:hover,
a.brown_12:active
{
	text-decoration: none;
}
a.dark_12:link,
a.dark_12:visited
{
	color: #4D4D4D;
	font-size: 12px;
	text-decoration: underline;
}
a.dark_12:hover,
a.dark_12:active
{
	text-decoration: none;
}
a.dotted:link,
a.dotted:visited
{
	/*color: #2A2A2A;*/
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
	text-decoration: none;
	background: url('../img/gallery.png') 0 -2589px repeat-x;
}
a.dotted:hover,
a.dotted:active
{
	background: none;
}
.white_12
{
	color: white;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.black_12
{
	color: #111;
	font-size: 12px;
}
.dark_11
{
	color: #4d4d4d;
	font-size: 11px;
}
.dark_12
{
	color: #1d1d1d;
	font-size: 12px;
}
.dark
{
	color: #2b2b2b;
}
.default_size
{
	font-size: 13px;
}
.notice_message
{
	padding: 2px 0 0 0;
	color: #ac2c1d;
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
div.info,
span.info
{
	font-size: 15px;
	color: #3e3e3e;
	/*color: #FFFFFF;*/
	padding: 0 0 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
div.info a,
span.info a
{
	font-size: 15px;
}

table.white td.caption
{
	color: white;
	font-size: 12px;
	padding: 0 8px 0 0;
	text-align: right;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
table.white td.field
{
	padding: 5px 0;
}
.field_error
{
	font-weight: bold;
}
.description
{
	background: #ddd7cd;
	padding: 7px 10px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
span.cancel
{
	color: #B63636;
	padding: 0 10px;
	cursor: pointer;
	text-decoration: underline;
}
.cancel:hover
{
	text-decoration: none;
}
/* links/font end */

/* inputs */
input[type=text],
input[type=password],
select,
textarea
{
	border: 1px #685b56 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url('../img/gallery.png') 0 -719px repeat-x white;
	height: 21px;
	height: 18px\9;
	padding: 0 5px 1px;
	padding: 4px 5px 0px 5px\9;
	margin: 0;
	color: #7a6f51;
	font-size: 12px;
	width: 200px;
	/*-webkit-appearance: none;*/
}
select
{
	padding: 2px;
	height: 24px;
	font-size: 12px;
	width: 160px;
}
select option
{
	padding: 0 0 3px 5px;
}
option.highlight_option
{
	background: #f2ebe8;
}
textarea
{
	height: auto;
	background: white;
	width: 98%;
	font-family: Trebuchet MS;
	padding: 2px 5px 5px;
	font-size: 14px;
	resize: vertical;
}
div.textarea_counter_default,
div.textarea_counter_warning
{
	width: 63%;
	height: 18px;
	color: #2a2a2a;
	font-size: 11px;
	text-align: right;
}
div.textarea_counter_warning
{
	color: #860b0b;
}
div.counter_area
{
	padding: 3px 0 0 0;
}
input.disabled,
select.disabled,
textarea.disabled
{
	border: 1px #7f7f7f solid;
	background: #f4f4f4;
	color: #9a9a9a;
	cursor: default!important;
}
input.date
{
	width: 85px;
	font-size: 10px;
}
.ui-datepicker-trigger
{
	width: 20px;
	height: 16px;
	background: url('../img/gallery.png') -22px -1951px no-repeat;
	margin: 0 0 0 -20px;
}
input.counter
{
	width: 30px;
	text-align: center;
	background: #f1f1f1;
}

td>input[type=text].numeric
{
	margin: 1px;
}
input[type=radio],
input[type=checkbox]
{
	margin: 2px 0 0 0;
	vertical-align: sub;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus
{
	border: 1px #006699 solid;
}
input[type=text].error,
input[type=password].error,
select.error,
textarea.error
{
	border: 1px #6C6245 solid;
	background: #ffe5e5;
	color: #6C6245;
}
table.error label
{
	color: #6C6245;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
input[type=button],
input[type=submit],
a.button
{
	border: 1px #fb5a00 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 28px;
	margin: 0;
	padding: 1px 15px 7px;
	padding: 4px 15px 4px\9;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	background: url('../img/gallery.png') 0 -756px repeat-x;
	
	
}
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover
{
	/*background: url('../img/gallery.png') 0 -788px repeat-x;*/
	
	background: url('../img/gallery.png') 0 -3451px repeat-x;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=button],input[type=submit] { padding: 3px 15px 4px; }
}
input.start
{
	border: 1px solid #FFFFFF;
   -moz-border-radius: 3px;
	-webkit-border-radius: 2px;
	border-radius: 3px;
	background: #74a218;
	padding: 5px 10px 5px;
	font-size: 16px;
	height: auto;
}
input.start:hover
{
	background: #79963E;
}
a.button
{
	padding: 3px 15px 5px;
	text-decoration: none;
}
div#content_nav_icons a.button > span
{
	width: auto!important;
}

/*a.prev_step
{
	background: url("../img/gallery.png") repeat-x scroll 0 -3367px transparent;
    border: 1px solid #467fc7;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 18px;
    margin: 0;
    padding: 4px 16px;
    text-decoration: none;
}
a.prev_step:hover
{
	background: url("../img/gallery.png") repeat-x scroll 0 -3391px transparent;
}*/

a.prev_step
{
	background: url(../img/prev_btn.jpg) no-repeat left top transparent;   
    cursor: pointer;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0px 0px 0px 34px;
    text-decoration: none;
}
a.prev_step span
{
	background: url(../img/prev_btn.jpg) no-repeat right top transparent;   
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 25px;
    margin: 0;
    padding: 5px 14px 0px 0px;
    text-decoration: none;
}
a.prev_step:hover
{
	background: url(../img/prev_btn.jpg) no-repeat left bottom transparent;   
}
a.prev_step:hover span
{
	background: url(../img/prev_btn.jpg) no-repeat right bottom transparent;   
}

 .next_step_btn
{
	float: left;
	margin: 0px;
	padding: 0 0;
}
.next_step_btn i
{
	background: url(../img/next_btn.jpg) no-repeat left top transparent; 
	float:left;
	height: 30px;
	border: none; 
    cursor: pointer;
    float: left;    
    margin: 0;
    padding: 0px 0px 0px 10px;
    text-decoration: none;
}
.next_step_btn input
{
	background: url(../img/next_btn.jpg) no-repeat scroll right top transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 30px;
    margin: 0;
    padding:0px 37px 5px 0;
    text-decoration: none; border-radius:0 0 0 0; font-family:Verdana, Geneva, sans-serif;
} 

.next_step_btn:hover i
{
	background: url(../img/next_btn.jpg) no-repeat left bottom transparent; 
	float:left;
	height: 30px;
	border: none; 
    cursor: pointer;
    float: left;    
    margin: 0;
    padding: 0px 0px 0px 10px;
    text-decoration: none;
}
.next_step_btn input:hover
{
	background: url(../img/next_btn.jpg) no-repeat scroll right bottom transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 30px;
    margin: 0;
    padding:0px 37px 5px 0;
    text-decoration: none; border-radius:0 0 0 0; font-family:Verdana, Geneva, sans-serif;
} 



.padding_rt15 { padding-right:15px;}

.area_form span.arrow input
{
	margin: 3px 0 0;
}
a.no-underline
{
	text-decoration: none;
}

input.accept
{
	width: 23px!important;
	height: 24px;
	padding: 0;
	right: 0;
	position: absolute;
	border: 0;
	margin: 2px 2px 0 0;
	background: url('../img/gallery.png') -17px -53px no-repeat #aa887a;
}
input.accept:hover
{
	background-position: -17px -117px;
}
input.search
{
	height: 24px;
	padding: 1px 11px 7px;
	border: 1px solid #006699;
	background: url('../img/gallery.png') center -2621px repeat-x #EAE072;
}
input.low
{
	height: 24px;
	padding: 1px 10px 7px;
	vertical-align: top;
}
input.search:hover
{
	background-position: center -2643px;
}
.w50
{
	width: 50px!important;
}
.w60
{
	width: 60px!important;
}
.w70
{
	width: 70px!important;
}
.w80
{
	width: 80px!important;
}
.w100
{
	width: 100px!important;
}
.w120
{
	width: 120px!important;
}
.w130
{
	width: 130px!important;
}
.w150
{
	width: 150px!important;
}
.w180
{
	width: 180px!important;
}
.w240
{
	width: 240px!important;
}
.w350
{
	width: 350px!important;
}
.wauto
{
	width: auto!important;
	max-width: 300px;
}
/* inputs end */

/* map services */
div.flgServicesArea
{
	position: absolute;
	z-index: 100000;
	bottom: 20px;
	right: 5px;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px 8px;
	overflow: hidden;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	border: 1px #89a7db solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 5px #a9bbdf;
	-webkit-box-shadow: 0 0 5px #a9bbdf;
	box-shadow: 0 0 5px #a9bbdf;
}
div.flgServicesArea div.caption
{
	color: #333;
	font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div.flgServicesArea div.caption span.fkgSlide
{
	color: #2a539a;
	font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
}
div.flgServicesArea ul
{
	padding: 5px 0 10px 0;
	margin: 0;
}
div.flgServicesArea ul li
{
	list-style: none;
	font-size: 12px;
	color: #222;
	padding: 4px 0;
	margin: 0;
}
div.flgServicesArea ul li input
{
	margin-bottom: 0;
	margin-right: 25px;
	vertical-align: sub;
}
/* map services end */

/* listing details */
table.table>tbody>tr>td.name
{
	/*color: #585858;
	color: #FFFFFF; font-style: italic;*/
	color:#222;
	
	padding: 3px 5px 3px 0;
	vertical-align: top;
	width: 130px;
}
.random_featured table.table>tbody>tr>td.name
{
	padding: 1px 5px 1px 0;
	width: 35%;
}
table.table>tbody>tr>td.value
{
	/*color: #222;
	color: #FFFFFF;*/
	color:#3b3b3b;
	padding: 3px 0 0 25px;
	vertical-align: top;
	overflow: hidden;
	word-wrap: break-word;
}
table.table>tbody>tr>td.first
{
	font-weight: bold;
}
.random_featured table.table>tbody>tr>td.value
{
	padding: 1px 0;
}
table.listing_details
{
	width: 100%;
}
table.listing_details td.side_bar,
table.listing_details td.side_bar_video
{
	width: 230px;
	padding: 0 15px 0 0;
	text-align: right;
}
td.side_bar div.photos
{
	padding: 0 0 25px 0;
}
td.side_bar div.preview
{
	padding: 0 0 3px 0;
}
td.side_bar div.preview img
{
	width: 226px;
	height: 170px;
	border: 2px #dfdad2 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
td.side_bar ul.info
{
	text-align: right;
	padding: 20px 0 0 0;
}
td.side_bar ul.info li
{
	text-align: right;
	padding: 0 0 8px;
}
table.checkboxes>tbody>tr>td
{
	vertical-align: top;
}
table.checkboxes div.checkbox,
table.checkboxes div.checkbox_active
{
	padding: 2px 0 2px 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}
table.checkboxes div.checkbox
{
	color: #717171;
	text-decoration: line-through;
}
table.checkboxes div.checkbox_active img
{
	width: 18px;
	height: 18px;
	background: url('../img/gallery.png') 0 -2982px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
div.checkbox_bar
{
	padding: 2px 0 5px;
}
div.checkbox_bar a
{
	font-size: 12px;
}
span.counter
{
	color: #292929;
    font-size: 13px;
    font-style: italic;
}
div.photos div.preview div
{
	background: url('../img/img_zoom.png') right bottom no-repeat;
}
div.photos ul li
{
	
}
div.photos ul li img
{
	border: 2px #dfdad2 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 109px;
	/*height: 82px;*/
	margin: 0 4px 4px 0;
	cursor: pointer;
}
div.photos div.slider
{
	overflow: hidden;
}
div.photos div.slider ul
{
	/*height: 86px;*/
	display: none;
}
div.photos div.slider ul li
{
	float: left;
	width: 230px;
	text-align: left;
}
div.photos div.slider ul li > div
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}
div.photos ul.inline li
{
	margin: 0 0 4px;
}
div.photos ul.inline li.nl
{
	margin: 0 4px 4px 0;
}
div.photos ul.inline li img
{
	margin: 0 0 0 0;
}
div.highlight,
div.highlight_dark
{
	background: #EEF2F2;
	padding: 13px 15px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	/*-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);*/
}
div.highlight_listing
{
	background: #EEF2F2 !important;
	padding: 13px 15px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div.highlight_dark
{
	background: #135078;
	padding: 15px 15px 15px;
}

div.highlight_dark1
{
background: #f8fafb; 
border:1px solid #e3ecf4;

}
div.highlight_loading
{
	background-image: url('../img/video_loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
div.photos div.nav_bar
{
	background: #dcd3c9;
	height: 22px;
	clear: both;
	margin: 3px 0 4px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
div.photos div.nav_bar div.prev,
div.photos div.nav_bar div.next
{
	width: 12px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/gallery.png') -1px -583px no-repeat;
	margin: 5px 0 0 7px;
	cursor: pointer;
}
div.photos div.nav_bar div.next
{
	left: auto;
	right: 0;
	background: url('../img/gallery.png') -31px -583px no-repeat;
	margin: 5px 2px 0 0;
}
div.photos div.navigation
{
	padding: 2px 0 0 0;
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
}
div.photos div.navigation a
{
	text-decoration: none;
}
div.photos div.navigation a span,
div.photos div.navigation a.active span
{
	padding: 0 4px;
	background: url('../img/gallery.png') -25px -556px no-repeat;
}
div.photos div.navigation a.active span
{
	background-position: -14px -580px;
}
td.side_bar ul.statistics
{
	text-align: right;
	color: #222222;
}
td.side_bar ul.statistics li
{
	padding: 2px 0;
}
td.side_bar ul.statistics span.name
{
	font-style: normal;
	color: #3b3b3b;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.2);
}
div.img_loading
{
	background: url('../img/img_loader.gif') center center no-repeat #444444;
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px 2px;
}
div#map
{
	font-size: 11px;
	font-family: arial;
}
div.username
{
	padding: 0 0 5px;
	font-size: 17px;
}
/* video tab */
table.listing_details td.side_bar_video
{
	width: 124px;
}
#area_video .thumbnails_right
{
	padding: 0 0 0 15px;
}
#area_video div.thumb_horizontal
{
	padding: 10px 0;
}
#area_video ul.thumbnails li img.item,
#area_video ul.thumbnails li img.peview_item
{
	border: 2px solid #ADADAD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 5px 0;
	cursor: move;
}
#area_video ul.thumbnails li img.peview_item
{
	border: 2px solid #DFDAD2;
	cursor: pointer;
}
ul.inline li
{
	float: left;
	margin: 0 5px 0 0;
	position: relative;
}
/* seller info */
table.seller_info
{
	width: 100%;
}
table.seller_info td.side_bar
{
	width: 170px;
	padding: 0 15px 0 0;
	text-align: right;
}
img.photo
{
	border: 2px solid #DFDAD2;
    border-radius: 5px 5px 5px 5px;
}
/* listing details end */

/* submit table */
table.submit,
table.submit_modal
{
	width: 100%;
}
table.submit td.name,
table.submit td.name_top,
table.submit_modal td.name
{
	padding: 8px 8px 5px 0;
	font-size: 12px;
	color: #524c3b;
	text-align: right;
	vertical-align: top;
	width: 115px;
}
table.submit td.field,
table.submit_modal td.field
{
	padding: 5px 0;
	position: relative;
	vertical-align: top;
	color: #2a2a2a;
	font-size: 12px;
}
table.submit_modal td.name
{
	text-align: left;
	font-size: 13px;
}
table.submit td.name_top
{
	vertical-align: top;
	padding-top: 8px;
}

td.button
{
	padding-top: 15px!important;
}
div.name
{
	padding: 5px 8px 5px 0;
	/*color: #524c3b;*/
	color:#FFFFFF;
	font-size:12px;
}
div.field
{
	padding: 0 0 1px;
	position: relative;
	color: #2a2a2a;
}
div.field label,
td.field label,
div.value label
{
	padding: 0 10px 0 0;
}
img.between
{
	width: 18px;
	height: 11px;
	background: url('../img/gallery.png') 0 -1968px no-repeat;
	margin: 0 5px;
}
/* submit table end */

/* fieldset */
div.fieldset table.fieldset_header
{
	width: 100%;
	-moz-user-select: none;
	-khtml-user-select: none;
}
div.fieldset table td.caption
{
	width: 10px;
	font-size: 13px;
	padding: 0 5px 0 0;
	white-space: nowrap;
	/*color: #2b2b2b;*/
	color: #FFFFFF;
}
div.fieldset table td.arrow
{
	width: 40px;
	background: url('../img/gallery.png') 0 -3513px no-repeat;
	cursor: pointer;
}
div.fieldset table td.up
{
	background-position: 0 -3562px;
}
div.fieldset table td.line
{
	background: url('../img/gallery.png') 0 -3536px repeat-x;
}
div.fieldset:not(:first-child)
{
	padding-top: 3px;
}
div.fieldset div.body
{
	padding: 5px 0 12px;
}
div.fieldset div.tall
{
	padding: 10px 0 25px;
}
div.divider
{
	padding: 6px 0 8px 0;
}
div.list div.divider:first-child
{
	padding: 0 0 8px 0;
}
div.fieldset>table
{
	width: 100%;
}
/* fieldset end */

/* slider */
div.slider
{
	overflow: hidden;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
}
/* horizontal mode */
div.slider>div.container
{
	margin: 0 20px;
	overflow: hidden;
}
div.horizontal div.prev,
div.horizontal div.next
{
	width: 53px;
	height: 49px;
	position: absolute;
	top: 50%;
	left: 0;
	background: url('../img/btn_prev.png') 0px 0px no-repeat;
	margin-top: -20px;
	cursor: pointer;
	z-index:11;
}
div.horizontal div.next
{
	background: url('../img/btn_next.png') 0px 0px no-repeat;
	left: auto;
	right: 0; z-index:11;
}
/* vertical mode */
div.vertical div.container
{
	margin: 20px 0;
	overflow: hidden;
}
div.vertical div.prev,
div.vertical div.next
{
	width: 40px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 50%;
	background: url('../img/gallery.png') 0 -1510px no-repeat;
	margin-left: -20px;
	cursor: pointer;
}



/* slider end */

/* loading bars */
span.loading_highlight
{
	background: url('../img/loading_highlight.gif') center center no-repeat;
	/*padding: 0 8px;*/
	vertical-align: middle;
	display: none;
}
span.tree_loader
{
	background: url('../img/tree_loader.gif') center center no-repeat;
	padding: 0 7px;
	vertical-align: middle;
	display: none;
	font-size: 10px;
	margin: 0 0 0 4px;
}
/* loading bars end */

/* notices/errors */
.attention
{
	padding: 0 0 8px;
}
.attention .red
{
	font-weight: bold;
}

#system_message>div.error,
#system_message>div.notice,
#system_message>div.warning,
#system_message>noscript>div.warning
{
	border: 2px rgba(16, 36, 0, 0.25) solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px;
}
#system_message>div.error div.inner,
#system_message>div.notice div.inner,
#system_message>div.warning div.inner,
#system_message>noscript>div.warning div.inner
{
	position: relative;
	border: 1px #d61818 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ffdede;
	padding: 8px 25px 10px 43px;
}
#system_message>div.notice div.inner
{
	border: 1px #397400 solid;
	background: #e9ffd3;
}
#system_message>div.warning div.inner,
#system_message>noscript>div.warning div.inner
{
	border: 1px #e7b70f solid;
	background: #fff4c0;
}

body>div.error,
body>div.warning,
body>div.notice
{
	width: 540px;
	position: fixed;
	z-index: 200000;
	display: none;
	top: 0;
	left: 50%;
	margin-left: -270px;
	border: 2px rgba(16, 36, 0, 0.25) solid;
	border-top: 0;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
body>div.error div.inner,
body>div.warning div.inner,
body>div.notice div.inner
{
	z-index: 200001;
	position: relative;
	border: 1px #d61818 solid;
	border-top: 0;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #ffdede;
	padding: 8px 25px 12px 43px;
}
body>div.warning div.inner
{
	border: 1px #e7b70f solid;
	border-top: 0;
	background: #fff4c0;
}
body>div.notice div.inner
{
	border: 1px #397400 solid;
	border-top: 0;
	background: #e9ffd3;
}
body>div.error div.inner div.icon,
body>div.warning div.inner div.icon,
body>div.notice div.inner div.icon,
#system_message>div.error div.inner div.icon,
#system_message>div.notice div.inner div.icon,
#system_message>div.warning div.inner div.icon,
#system_message>noscript>div.warning div.inner div.icon
{
	width: 20px;
	height: 18px;
	left: 0;
	top: 50%;
	margin: -9px 0 0 15px;
	position: absolute;
	background: url('../img/gallery.png') -20px -1600px no-repeat;
}
body>div.warning div.inner div.icon,
#system_message>div.warning div.inner div.icon,
#system_message>noscript>div.warning div.inner div.icon
{
	width: 18px;
	height: 17px;
	background-position: -1px -1599px;
	margin: -11px 0 0 15px;
}
body>div.notice div.inner div.icon,
#system_message>div.notice div.inner div.icon
{
	width: 19px;
	height: 14px;
	background-position: 0px -1622px;
	margin: -9px 0 0 13px;
}

#system_message>div.error div.inner div.icon
{
	margin: -8px 0 0 15px;
}
#system_message>div.notice div.inner div.icon
{
	margin: -8px 0 0 13px;
}
#system_message>div.warning div.inner div.icon
{
	margin: -10px 0 0 15px;
}

body>div.error div.inner div.message,
#system_message>div.error div.inner div.message
{
	color: #b33030;
}
body>div.warning div.inner div.message,
#system_message>div.warning div.inner div.message
{
	color: #734c01;
}
body>div.notice div.inner div.message,
#system_message>div.notice div.inner div.message
{
	color: #406819;
}
body>div.error div.inner div.close,
body>div.warning div.inner div.close,
body>div.notice div.inner div.close
{
	position: absolute;
	cursor: pointer;
	width: 9px;
	height: 9px;
	right: 0;
	top: 50%;
	margin: -5px 10px 0 0;
	background: url('../img/gallery.png') -30px -1627px no-repeat;
}
body div.error ul
{
	padding: 0 0 0 15px;
}
body div.error li
{
	list-style: circle;
}
/* notices/errors end */

/* featured listings block */
div.inner ul.featured
{
	text-align: center;
}
ul.featured>li.item
{
	display: inline;
}
ul.featured>li.item div.content
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 7px 15px 7px;
	vertical-align: top;
	overflow: hidden;
}
ul.featured>li.item div
{
	text-align: left;
	padding: 2px 0;
}
ul.featured>li.item a img
{	

	border: 0px #dfdad2 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul.featured>li.item>div.content>ul>li
{
	padding: 2px 0;
}
ul.featured>li.item>div.content>ul>li
{
	color: #303030;
}
ul.list>li.item>div.content
{
	padding: 0 7px 10px 0;
}
ul.list>li
{
	display: block!important;
}
ul.list>li.item>div.content>ul>li
{
	padding: 1px 0 1px 15px;
	position: relative;
}
img.point
{
	position: absolute;
	top: 9px;
	left: 0;
	width: 4px;
	height: 4px;
	background: url('../img/gallery.png') -3px -1810px no-repeat;
}
/* featured listings block end */

/* random featured */
table.type_top_content
{
	width: 100%;
	table-layout: fixed;
	margin: 0 0 15px 0;
}
table.type_top_content div.sell_space
{
	margin: 0 20px 0 0;
}
.random_featured
{
	width: 258px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.random_featured .area
{
	background: #F0ECD7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	position: relative;
}
.random_featured .picture
{
	background: #F0ECD7;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
.random_featured .picture img
{
	width: 250px;
	border: 1px #7f7f7f solid;
	position: relative;
}
.random_featured .picture img.tmp
{
	top: 3px;
	left: 3px;
	position: absolute;
	display: none;
}
.random_featured div.fields
{
	padding: 3px 8px 8px;
	color: #303030;
	overflow: hidden;
	text-overflow: ellipsis;
}
.random_featured div.navigation
{
	height: 19px;
	margin-top: -30px;
	position: relative;
	background: rgba(0,0,0,0.4);
	background:  url('../img/blank0.4.png') 0 0 repeat\9;
	text-align: center;
	padding: 11px 0 0 0;
	font-size: 0px;
}
.random_featured div.prev,
.random_featured div.next
{
	width: 7px;
	height: 12px;
	top: 9px;
	left: 10px;
	background: url('../img/gallery.png') 0 -1645px no-repeat;
	position: absolute;
	cursor: pointer;
}
.random_featured div.next
{
	left: auto;
	right: 10px;
	background-position: -12px -1645px;
}
.navigation ul li
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url('../img/gallery.png') 0 -1662px no-repeat;
	width: 8px;
	margin: 0 2px 0 3px;
	height: 8px;
	cursor: pointer;
}
.random_featured ul li.active
{
	background-position: -12px -1662px;
}

div.random_list
{
	padding: 6px 15px 10px;
	height: 250px;
	display: none;
}
div.random_list div.inner
{
	overflow: hidden;
	height: 250px;
}
div.random_list ul li
{
	padding: 0 0 10px;
	color: #4D4D4D;
}
td.random_featured div.nav
{
	height: 30px;
	width: 100%;
	background: rgba(0,0,0,0.4);
	background:  url('../img/blank0.4.png') 0 0 repeat\9;
	position: absolute;
	cursor: pointer;
	text-align: center;
	display: none;
	left: 0;
}
td.random_featured div.top
{
	top: 0;
	-moz-top-left-border-radius: 4px;
	-webkit-top-left-border-radius: 4px;
	border-top-left-radius: 4px;
	-moz-top-right-border-radius: 4px;
	-webkit-top-right-border-radius: 4px;
	border-top-right-radius: 4px;
}
td.random_featured div.bottom
{
	bottom: 0;
	-moz-bottom-left-border-radius: 4px;
	-webkit-bottom-left-border-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-bottom-right-border-radius: 4px;
	-webkit-bottom-right-border-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: -1px;
}
td.random_featured div.top img,
td.random_featured div.bottom img
{
	width: 23px;
	height: 14px;
	background: url('../img/gallery.png') 0 -2939px no-repeat;
	margin-top: 7px;
}
td.random_featured div.bottom img
{
	background-position: 0 -2956px;
}
/* random featured end */

/* staps */
table.steps
{
	position: relative;
	height: 30px;
	margin: 0 0 20px;
	width: 100%;
}
table.steps td
{
	text-align: center;
	height: 30px;
	
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url( 'bindings.xml#ellipsis' );
	white-space: nowrap;
	overflow: hidden;
}
table.steps td.active
{
	background: url('../img/gallery.png') right -1677px no-repeat;
}
table.steps td div,
table.steps td.active div
{
	margin: 0 5px 0 0;
	height: 30px;
	background: url('../img/gallery.png') 0 -1710px repeat-x;
}
table.steps td.active div,
table.steps td.past div
{
	background-position: 0 -1740px;
}
table.steps td a,
table.steps td.active a,
table.steps td.past a
{
	padding: 5px 11px 5px 11px;
	background: #E9EFF3;
	text-decoration: none!important;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	color: #3E7CA2;
	font-size: 14px;
	-moz-box-shadow: 0 1px 2px rgba(0, 62, 194, 0.4) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 62, 194, 0.4) inset;
	box-shadow: 0 1px 2px rgba(0, 62, 194, 0.4) inset;
	line-height: 28px;
	margin: 0 13px;
	cursor: default;
}
table.steps td.active a,
table.steps td.past a
{
	background: #6791ac;
	color: #fffefe;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
table.steps td.past a
{
	background: #B0C5D3;
    color: #354F87;
	-moz-box-shadow: 0 1px 2px rgba(39, 45, 150, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(39, 45, 150, 0.4);
	box-shadow: 0 1px 2px rgba(39, 45, 150, 0.4);
}
table.steps td.last div a
{
	margin: 0 10px;
}
div.default_cursor a
{
	cursor: default;
}

div.caption
{
	color: #2b2b2b;
	font-size: 17px;
	padding: 0 0 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
div.caption_light
{
	font-size: 16px;
	padding: 0 0 5px;
}
div.step
{
	padding: 0 0 15px;
}
span.arrow input
{
	
}
span.arrow input:hover
{
	background: url('../img/gallery.png') 0 -756px repeat-x #cf8637;
}
span.arrow:hover input
{
	background: url('../img/gallery.png') 0 -788px repeat-x #cf8637;
}

span.arrow label.right
{
	padding:0;
}
span.fail_field,
span.success_field
{
	background: url('../img/gallery.png') -24px -1622px no-repeat;
	padding: 0 6px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
span.success_field
{
	background-position: -10px -1774px;
}

div.password_strength
{
	float: left;
	padding: 0 0 0 8px;
}
div.password_strength div.scale
{
	background: url('../img/password_bg.png') 0 0 no-repeat;
	width: 71px;
	height: 7px;
}
div.password_strength div.scale
{
	background: url('../img/password_bg.png') 0 0 no-repeat;
	width: 71px;
	height: 7px;
	position: relative;
}
div.password_strength div.scale div.color
{
	height: 5px;
	width: 0;
	margin: 1px 0 0 0;
}
div.password_strength div.scale div.red
{
	background: #ed2f0b;
}
div.password_strength div.scale div.green
{
	background: #23a50c;
}
div.password_strength div.scale div.yellow
{
	background: #ebcc00;
}
div.password_strength div.scale div.shine
{
	background: url('../img/password_bg.png') 0 -7px no-repeat;
	width: 0;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
}
/* staps end */

/* profile */
canvas.new,
img.thumbnail
{
	border: 2px #adadad solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 120px;
	height: 90px;
	cursor: move;
}
#area_profile canvas.new,
#area_profile img.thumbnail
{
	width: auto;
}
span.suspended canvas
{
	border: 2px #c44848 solid;
}
div.canvas
{
	position: relative;
	width:94px;
}
div.canvas div
{
	white-space: nowrap;
	overflow: hidden;
	border: 2px #adadad solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e4ded5;
	font-size: 10px;
}
img.delete,
img.cancel
{
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	width: 17px;
	height: 17px;
	background: url('../img/gallery.png') -24px -1806px no-repeat;
	cursor: pointer;
}
img.delete:hover,
img.cancel:hover
{
	background-position: -24px -1825px;
}
.active img.delete,
.active img.cancel
{
	display: block;
}
img.avatar40
{
	width: 40px;
	height: 40px;
	background: url('../img/avatar.png') 0 -70px no-repeat;
}
img.avatar70
{
	width: 70px;
	height: 70px;
	background: url('../img/avatar.png') 0 0 no-repeat;
}
/* profile end */

/* file upload */
label.upload
{
	position: relative;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
label.upload span.link
{
	text-decoration: underline;
	font-size: 12px;
	color: #342B14;
}
label.upload:hover span.link
{
	text-decoration: none;
}
label.upload input,
span.draft input
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
	height: 100px;
}
/* ie 6,7 fix */
*html label.upload,
*+html label.upload
{
	padding: 2px 0;
}

/* file upload end */

/* paging */
ul.paging
{
	/*padding: 15px 0 0 0;
	height: 22px;*/
	float:left;
/*	width:193px;*/
}
ul.paging li
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
/*	padding: 0 1px 1px;*/
padding: 0px;
}
ul.paging li a:link,
ul.paging li a:visited
{
	color: #342B14;
	font-size: 14px;
	text-decoration: underline;
	/*padding: 0 5px 1px;*/
	padding: 0 2px 1px;
}
ul.paging li a:hover,
ul.paging li a:active 
{
	text-decoration: none;
	color: #7F7559;
}
ul.paging li.navigator a
{
	font-size: 15px;
}
ul.paging li.active
{
	/*color: white;
	padding: 0 5px 1px;
	background: rgba(101, 66, 52, 0.25);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;*/
	
    color: #58AAD4;
    font-weight: bold;
    padding: 0 5px 1px;
    text-decoration: underline;
}
ul.paging li.transit
{
	float: right;
}
ul.paging li.transit input
{
	width: 20px;
	text-align: center;
	height: 18px;
	height: 17px\9;
	padding: 0 5px 1px;
	padding: 2px 5px 0\9;
}
/* paging end */

/* qtip */
img.qtip
{
	width: 16px;
	height: 16px;
	background: url('../img/gallery.png') -23px -1791px no-repeat;
	margin: 0 0 2px;
}
div.qtip_cont
{
	display: none;
}
div.qtip-defaults
{
	max-width: 300px;
}
/* qtip end */

/* tree */
div.tree ul
{
	display: none;
	padding: 2px 0 2px 15px;
}
div.tree ul.first
{
	display: block;
	padding: 0 0 0 5px;
}
div.tree ul li
{
	padding: 2px 0;
}
div.tree ul li>img
{
	width: 9px;
	height: 11px;
	background: url('../img/gallery.png') -2px -1825px no-repeat;
	margin: 0 3px 0 0;
	cursor: pointer;
}
div.tree ul li img.opened
{
	background-position: -2px -1837px;
}
div.tree ul li img.no_child
{
	background-position: 2px -1851px;
	width: 12px;
	margin: 0;
	cursor: default;
}
div.tree ul li.locked>a,
div.tree ul li.locked>label
{
	background: url('../img/gallery.png') right -1866px no-repeat;
	padding: 0 15px 0 0;
	text-decoration: none;
}
span.tmp_input span
{
	position: relative;
}
span.tmp_input input[type=text]
{
	width: 120px;
}
span.tmp_input input.accept
{
	margin: -3px 0 0;
	top: 0;
	left: auto;
	right: 0;
}
img.remove
{
	cursor: pointer;
	width: 9px;
	height: 9px;
	margin: -1px 0 0 8px;
	background: url('../img/gallery.png') -30px -1627px no-repeat;
}
#crossed_selected
{
	padding: 0 0 15px;
}
#crossed_selected li
{
	list-style: disc;
	margin: 0 0 0 21px;
	padding: 1px 0;
}
#crossed_selected li.first
{
	list-style: none;
	margin: 0;
}
/* tree end */

/* plans */
table.plans
{
	width: 100%;
	cursor: default;
}
table.plans td.radio
{
	width: 23px;
	padding: 22px 0 0 5px;
	vertical-align: top;
}
table.plans td.label
{
	padding: 5px 0 13px;
	vertical-align: top;
}
table.plans tr.active td.radio,
table.plans tr.active td.label,
table.plans tr.active td.info,
table.plans tr:hover td.radio,
table.plans tr:hover td.label,
table.plans tr:hover td.info
{
	background: #DEDEEA;
	border-radius: 5px 0 0 5px;
}
table.plans tr.active td.label,
table.plans tr:hover td.label
{
	border-radius: 0;
}
table.plans tr.active td.info
table.plans tr:hover td.info
{
	border-radius: 0 5px 5px 0;
}
table.plans td.label table.bg
{
	width: 100%;
}
table.plans td.label table.bg td.left
{
	background: url('../img/gallery.png') 0 -3101px no-repeat;
	width: 4px;
	height: 49px;
	border-radius: 6px 0 0 6px;
}
table.plans td.label table.bg td.right
{
	height: 49px;
	width: 8px;
	vertical-align: top;
}
table.plans td.label table.bg td.right > div > div
{
	height: 49px;
	width: 4px;
	border-radius: 0 6px 6px 0;
	position: absolute;
	top: 0;
	left: 0;
}
table.plans td.label table.bg td.right > div > div div.bg
{
	height: 49px;
	width: 8px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/gallery.png') -4px -3101px no-repeat;
}
table.plans td.label table.bg td.right > div > div div.tile
{
	height: 6px;
	width: 6px;
	position: absolute;
	top: 21px;
	right: -3px;
	-webkit-transform: rotate(45deg);	
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
table.plans td.label table.bg td.center
{
	background: url('../img/gallery.png') 0 -3151px repeat-x;
	height: 49px;
	vertical-align: top;
}
table.plans td.label div.price
{
	color: #5b5951;
	font-size: 17px;
	text-align: center;
	padding: 4px 5px 0;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
table.plans td.label div.type
{
	color: white;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
table.plans td.info
{
	padding: 5px 0 0 15px;
	vertical-align: top;
}
table.plans td.info td.caption
{
	white-space: nowrap;
	width: 10px;
}
table.plans td.info td.caption div
{
	font-size: 14px;
	color: #2A2A2A;
	font-weight: bold;
	padding: 0 0 0 0;
}
table.plans td.info div.desc
{
	color: #373737;
	padding: 3px 0 5px 7px;
	overflow: hidden;
	height: 30px;
	line-height: 17px;
}
table.plans td.info div.status
{
	color: #373737;
	padding: 0 10px 0;
	font-weight: bold;
	font-size: 13px;
}
ul.features
{
	padding: 0 0 0 15px;
	display: none;
	font-size: 12px;
}
ul.features li
{
	display: inline;
	padding: 2px 10px 0 20px;
	color: #242424;
    font-size: 12px;
    font-weight: normal;
}
ul.features li.pics
{
	background: url('../img/gallery.png') 0 -1905px no-repeat;
}
ul.features li.video
{
	background: url('../img/gallery.png') 0 -1885px no-repeat;
}
ul.features li.period
{
	background: url('../img/gallery.png') 0 -1925px no-repeat;
}
table.list ul.features
{
	display: block;
	padding: 0;
}
ul.package_info
{
	padding: 5px 0 0 0;
}
ul.package_info li
{
	color: #515151;
	font-size: 12px;
}
ul.package_info li b
{
	color: #3d3d3d;
}
ul.package_info li span.overdue,
ul.package_info li span.overdue b
{
	color: #8a1313;
}
a.renew
{
	text-align: center;
}
a.renew span
{
	padding: 0px 6px;
	background: url('../img/gallery.png') 0 -2675px no-repeat;
}
a.renew span:hover
{
	background: url('../img/gallery.png') -16px -2675px no-repeat;
}
/* plans end */

/* authorization */
div.auth
{
	background: #b9c9d4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 15px 18px;
	margin: 5px 0;
}
div.auth>table
{
	table-layout: fixed;
	width: 100%;
	
}
div.auth>table td.side
{
	text-align: center;
	vertical-align: top;
}
div.auth>table td.side>div
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
div.auth>table td.divider
{
	width: 20px;
	text-align: center;
	font-size: 17px;
}
div.auth>table div.caption
{
	color: #222;
	font-size: 13px;
	padding: 0 0 5px 0;
	font-weight: bold;
}
div.auth div.name
{
	padding: 5px 0 0px;
	color: #5B392C;
}
/* authorization end */

/* add photo */
div#fileupload
{
	padding: 15px 0 10px 0;
	-moz-user-select: none;
	-khtml-user-select: none;
}
div#fileupload span.draft
{
	background: url('../img/gallery.png') center -1985px no-repeat #e4ded5;
	width: 124px;
	height: 44px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	font-size: 13px;
	color: #8a837b;
	padding: 50px 0 0 0;
	margin: 0 10px 10px 0;
	text-align: center;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
div#fileupload span.allowed
{
	display: block;
}
div#fileupload span.active,
div#fileupload span.hover
{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 10px 5px 0;
	vertical-align: top;
	/*width: 124px;*/
	height: 120px;
	background: none;
	padding: 0;
}
div#fileupload span.hover,
ul.thumbnails li.hover
{
	background: #e8e6e3;
	border: 2px #9B9A9A solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.thumbnails li.hover
{
	width: 120px;
	height: 90px;
}
.ui-sortable-helper img.thumbnail
{
	border: 2px #f0eae8 solid;
}
div#fileupload span.progress
{
	bottom: 0;
    display: inline-block;
    *display: inline;
	*zoom: 1;
    height: 10px;
    margin: 0 0 28px;
    position: absolute;
    width: 99%;
    -moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	border: 0!important;
	background: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
div#fileupload span.progress div
{
	height: 10px;
	background: #9B9A9A!important;
	  -moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	border: 0!important;
	margin: 0 2px;
}
div#fileupload img.loaded
{
	width: 19px;
	height: 14px;
	background: url('../img/gallery.png') -1px -2083px no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 4px 31px;
}
div#fileupload div.photo_navbar
{
	height: 26px;
	font-size: 11px;
	position: relative;
}
div#fileupload div.photo_navbar input
{
	margin-top: 2px;
	width: 90px;
}
div#fileupload img.edit,
div#fileupload img.crop
{
	width: 10px;
	height: 10px;
	background: url('../img/gallery.png') -27px -2086px no-repeat;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	margin: 5px 4px 0 0;
}
div#fileupload img.crop
{
	background-position: -28px -1846px;
	right: 13px;
}
.template-download img.thumbnail,
.move
{
	cursor: move!;
}
.pointer
{
	cursor: pointer!important;
}
.template-download img.thumbnail:hover
{
	border: 2px #9b9a9a solid;
}
/* add photo end */

/* payment gateways */
ul#payment_gateways
{
	padding: 10px 0;
	font-size: 0px;
}
ul#payment_gateways li
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 90px;
	height: 60px;
	text-align: center;
	background: rgba(255,255,255, 0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0 0 0;
	margin: 0 10px 10px 0;
}
ul#payment_gateways li.active,
ul#payment_gateways li:hover
{
	background: rgba(255,255,255, 0.5);
}
ul#payment_gateways li p
{
	padding: 5px 0 0 0;
}
/* payment gateways end */

/* my listings */
div.my_listings div.item
{
	position: relative;
	/*background:-moz-linear-gradient(center top , #F4F4F4, #E7E6E6);*/
	background-color:#E7E6E6;
}
div.my_listings div.item:not(:last-child)
{
	margin-bottom: 8px;
}
div.my_listings div.item td.details
{
	width: 190px;
}
div.my_listings div.item td.nav_icons
{
	height: 35px;
	vertical-align: bottom;
}
table.info
{
	width: 100%;
}
table.info td.name
{
	width: 80px;
	padding: 0 10px 0 0;
	color: #524c3b;
	font-size: 12px;
}
table.info td.value
{
	font-size: 12px;
	padding: 0 0 2px;
}
span.active
{
	padding: 0 0 0 10px;
	color: #317702;
	background: url('../img/gallery.png') 0 -2109px no-repeat;
}
a.incomplete
{
	padding: 0 0 0 10px;
	color: #444444;
	background: url('../img/gallery.png') 0 -2138px no-repeat;
}
a.approval,
span.approval
{
	padding: 0 0 0 10px;
	color: #c6690e;
	background: url('../img/gallery.png') 0 -2167px no-repeat;
}
span.pending
{
	padding: 0 0 0 10px;
	color: #0e6dc6;
	background: url('../img/gallery.png') 0 -2195px no-repeat;
}
a.expired,
span.expired
{
	padding: 0 0 0 10px;
	color: #c71414;
	background: url('../img/gallery.png') 0 -2222px no-repeat;
}
a.nav_icon
{
	-moz-user-select: none;
	-khtml-user-select: none;
	text-decoration: none;
	font-size: 12px!important;
}
a.nav_icon span.left,
a.nav_icon span.right
{
	background: url('../img/gallery.png') 0 -2247px no-repeat;
	padding: 2px 0 4px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
a.nav_icon span.right
{
	background-position: -3px -2247px;
}
a.nav_icon:hover span.left
{
	background-position: 0 -2296px;
}
a.nav_icon:hover span.right
{
	background-position: -3px -2296px;
}
a.nav_icon:hover span.center
{
	background-position: -3px -2320px;
}
a.nav_icon span.center
{
	background: url('../img/gallery.png') 0 -2271px repeat-x;
	padding: 2px 3px 4px;
	color: white;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
a.text_button
{
	margin: 0 0 0 20px;
}
a.text_button span.center
{
	padding: 2px 10px 4px;
}
a.nav_icon img.add_photo,
a.nav_icon img.add_video,
a.nav_icon img.edit_listing,
a.nav_icon img.upgrade_listing
{
	background: url('../img/gallery.png') -24px -2250px repeat-x;
	width: 14px;
	height: 14px;
	margin: 1px 0 4px;
}
a.nav_icon img.add_video
{
	background-position: -8px -2250px;
}
a.nav_icon img.edit_listing
{
	background-position: -8px -2300px;
}
a.nav_icon img.upgrade_listing
{
	background-position: -24px -2300px;
}
img.delete_highlight
{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	right: 0;
	cursor: pointer;
	background: url('../img/gallery.png') -14px -983px no-repeat;
}
img.delete_highlight:hover
{
	background-position: -14px -957px;
}
/* my listings end */

/* refine search */
div.refine
{
	padding: 8px 10px;
}
div.refine div.name
{
	padding: 1px 0 2px 12px;
	position: relative;
}
div.refine div.value
{
	padding: 0 0 10px 12px;
	/*color: #2A2A2A;*/
	color: #FFFFFF;
	font-size: 12px;
}
/* refine search end */

/* tabs search */
div.in_tabs
{
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}
ul.search_tabs
{
	height: 26px;
	font-size: 0;
	padding: 0 0 0 16px;
	white-space: nowrap;
}
ul.search_tabs li
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	left: -9px;
	cursor: pointer;
	position: relative;
	margin-left: -8px;
	white-space: nowrap;
}
ul.search_tabs li.active
{
	cursor: default;
	z-index: 20!important;
}
ul.search_tabs li span.left,
ul.search_tabs li span.right
{
	float: left;
	width: 4px;
	height: 26px;
	background: url('../img/gallery.png') 0 -2452px no-repeat;
}
ul.search_tabs li span.right
{
	width: 13px;
	background-position: -4px -2452px;
}
ul.search_tabs li span.center
{
	height: 21px;
	float: left;
	background: url('../img/gallery.png') 0 -2478px repeat-x;
	padding: 5px 18px 0;
	font-size: 12px;
}
ul.search_tabs li.active span.left
{
	background-position: 0 -2399px;
}
ul.search_tabs li.active span.right
{
	background-position: -4px -2399px;
}
ul.search_tabs li.active span.center
{
	background-position: 0 -2425px;
	color: white;
	font-weight: bold;
}
ul.search_tabs li:not(.active):hover span.left
{
	background-position: 0 -2505px;
}
ul.search_tabs li:not(.active):hover span.right
{
	background-position: -4px -2505px;
}
ul.search_tabs li:not(.active):hover span.center
{
	background-position: 0 -2531px;
}
/* tabs search end */

/* multilingual tabs */
div.ml_tabs
{
	overflow: hidden;
	height: 30px;
	position: relative;
}
div.ml_tabs>ul
{
	background: rgba(255,255,255, 0.3);
	height: 27px;
	border-bottom: 1px #8c8173 solid;
	padding: 2px 2px 0 2px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
}
div.ml_tabs>ul li
{
	color: #6a573f;
	font-size: 13px;
	float: left;
	height: 25px;
	padding: 2px 25px 0;
	margin: 0 5px 0 0;
	cursor: pointer;
	background: url('../img/gallery.png') right -2798px no-repeat;
}
div.ml_tabs>ul li.active
{
	color: white;
	background: #ccc1b1;
	border: 1px #8c8173 solid;
	border-bottom: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 27px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	cursor: default;
}
div.ml_tabs_content
{
	padding: 7px 0;
	border-bottom: 1px #a09588 solid;
}
div.ml_tabs_content>div>span
{
	font-style: italic;
	color: white;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

div.ml_tabs div.nav
{
	display: none;
}
div.scrolling ul
{
	position: absolute;
}
div.scrolling div.nav
{
	position: absolute;
	display: none;
	width: 20px;
	height: 30px;
	cursor: pointer;
}
div.scrolling div.left
{
	background: url('../img/gallery.png') 0px -2828px no-repeat;
	left: 0;
}
div.scrolling div.right
{
	background: url('../img/gallery.png') -20px -2828px no-repeat;
	right: 0;
}

/* multilingual tabs end */

/* statistics */
table.stats
{
	width: 100%;
	margin-bottom: 10px;
}
table.stats td.column
{
	width: 20px;
	white-space: nowrap;
	text-align: center;
}
table.stats td.counter
{
	font-weight: bold;
}
table.stats td.divider
{
	width: 5px;
	text-align: center;
	padding: 0 5px;
}
table.stats td.single
{
	text-align: right;
	font-weight: bold;
	padding: 0 10px 0 5px;
	width: 5px;
}
table.stats td.dotted
{
	background: url('../img/gallery.png') 0 -2573px repeat-x;
	padding: 0 0 3px;
}
table.stats td.dotted a
{
	padding: 0 5px 0 0;
}
/* statistics end */

/* keyword search */
div.keyword_search_opt
{
	display: none;
}
div.keyword_search_opt div
{
	padding: 5px 0 3px;
}
div.keyword_search_opt label
{
	display: block;
}
div.keyword_search_input
{
	position: relative;
}
/* keyword search end */

/* table list */
table.list
{
	width: 100%;
	table-layout: fixed;
	border:1px solid #006699;
}
table.list span.text
{
	color: #515151;
	font-size: 12px;
}
table.list>tbody>tr.header>td
{
	/*background: #B2A47F; border-bottom: 2px #65562F solid;*/
	background:#006699;
	font-size: 12px;
	padding: 5px 0 4px 10px;
	color: #fefefe;
	
}
table.list>tbody>tr>td.last
{
	padding-right: 10px!important;
}
table.list tr.header td.divider
{
	/*background: none;
	border-bottom: 0;*/
	padding: 0;
	width: 1px;
	background:#fff;
	
}
table.list>tbody>tr.body>td
{
	border-bottom: 1px #b8afa2 solid;
	padding: 8px 0 10px 10px;
}
table.list>tbody>tr.body>td.first
{
	padding-left: 0;
}
table.list>tbody td.no_padding
{
	padding-left: 5px!important;
	padding-right: 5px!important;
}
table.list tr.body td.divider
{
	/*background: none;*/
	padding: 0;
	width: 5px;
	border-bottom: 0;
	background:#006699;
}
table.list td.price div
{
	width: 50px;
	float: left;
	background: #cfc5bb;
	color: #5b5951;
	font-size: 17px;
	border: 1px #92897e solid;
	line-height: 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 5px;
	margin-right: 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
}
div.text-overflow
{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* table list end */

/* icons */
img.search,
img.del
{
	width: 18px;
	width: 18px;
	cursor: pointer;
	margin: 0 2px;
	background: url('../img/gallery.png') 0 -2695px no-repeat;
}
img.del
{
	background-position: -20px -2694px;
}
/* icons end */

/* messages */
div.message_content_lim
{
	overflow: hidden;
	color: #2a2a2a;
}
div.message_date
{
	color: #696969;
	font-size: 10px;
	padding: 5px 0 0 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
img.envelop,
a.note img.envelop
{
	width: 19px;
	height: 14px;
	background: url('../img/gallery.png') 0 -2719px no-repeat;
	cursor: pointer;
}
a.note img.envelop
{
	width: 15px;
	height: 12px;
	background-position: -20px -2719px;
}
ul.account_menu a.note
{
	padding: 0 5px;
}
ul.account_menu a.note img.envelop
{
	width: 19px;
	height: 14px;
	background: url("../img/gallery.png") 0 -2719px no-repeat;
}
div.message_feed
{
	display: inline;
	position: relative;
}
div.message_feed a.new,
ul.account_menu a.new
{
	top: -2px;
	right: -2px;
	position: absolute;
	line-height: 9px;
	font-size: 10px!important;
	color: white!important;
	background: url('../img/gallery.png') 0 -2737px repeat-x;
	text-decoration: none!important;
	padding: 1px 3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px rgba(255,255,255,0.9) solid;
	text-shadow: none!important;
}
div#messages_area
{
	max-height: 500px;
	overflow: auto;
}
a.reply
{
	padding: 0 0 0 5px;
	font-size: 11px;
}
td.message_cell
{
	vertical-alingn: top;
	padding: 0 20px 0 0;
}
.hlight
{
	background: #F4F1DF;
}
.hborder
{
	border-color: #B8AFA2;
}
tr.removed
{
	opacity: 0.8;
}
.message_angel
{
	background: url('../img/gallery.png') 0 -2755px no-repeat;
	width: 18px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 -17px;
}
textarea#message_text
{
	outline: none;
}
/* messages end */

.mass_actions
{
	background: #C5BCAF;
	border-top: 1px #A4998A solid;
	padding: 4px 5px 8px 5px;
	margin: 10px 0 0 0;
	color: #585858;
}
.mass_actions_light
{
	text-align: right;
	padding: 8px 0 0 0;
}

/* news */
ul.news>li>table
{
	width: 100%;
}
ul.news>li>table>tbody>tr>td
{
	vertical-align: top;
}
ul.news>li>table>tbody>tr>td.date,
div.news>table>tbody>tr>td.date
{
	width: 42px;
}
ul.news td.date div,
div.news td.date div
{
	background: #fcfaf2;
	color: #493c1c;
	text-align: center;
	width: 32px;
	padding: 2px 0;
	font-family: tahoma;
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	border-bottom: 1px white solid;
	margin-left: 10px;
}
ul.news>li>div,
div.news>div
{
	padding: 5px 0 15px;
}

ul.news li.page td.date div,
div.news td.date div
{
	width: 90px;
	padding: 3px 0;
}
ul.news>li.page>div
{
	padding: 5px 0 25px;
}
div.news>div
{
	line-height: 22px;
}
/* news end */
.side_bar .info li a { color: #595959; font-size: 12px; }

/*.outer .inner .table td.name,.outer .inner .table td.value, .outer .inner .table td.value a, .outer .inner .info { color:#FFFFFF !important;}*/
