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
{
	font:18px "B Yekan", "yekan", "Nassim Bold", "B Mitra Bold", tahoma;
	color: #0b5c5c;
	font-size: 24px;
	margin: 0;
	padding: 0 0 10px 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
h2
{
	font:14px "B Yekan", "yekan", "Nassim Bold", "B Mitra Bold", tahoma;
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
.cursor_default
{
	cursor: default!important;
}

::selection
{
	background: #d9e8f4;
	color: #7697B1;
}
::-moz-selection
{
	background: #d9e8f4;
	color: #7697B1;
}
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;
}

/* system */
.content_block .block_bg
{
	background:url(../img/gradient_silver.png) center repeat-x;
	padding:0 6px 4px !important;
	color:#403b25;
	text-shadow:1px 1px 0 #fff;
	display:inline-block;
	border-radius:4px;
}
.side_block .block_bg
{
	background: #f8fcff;
}
/* system end */

/* categories */
div.categories
{
	width: auto;
	overflow: hidden;
}
div.categories_padding
{
	padding: 0 12px;
}
div.categories ul
{
	padding: 8px 15px;
}
div.categories ul li
{
	float: left;
	width: 100%;
}
div.categories ul div.item
{
	padding: 5px 5px 15px;
}
div.categories ul span
{
	color: #4f4f4f;
	border-radius:6px;
	display:inline-block;
	background:#5bc1c1;
	text-align:left;
	padding:0 5px;
	font-size: 12px !important;
	font-weight:normal !important;
	color:#044f4f !important;
	text-shadow:1px 1px 0 #e4f6f6 !important;
}
div.categories ul span b
{
	font-weight:normal !important;
}
.sub_categories
{
	padding: 0 2px 0 5px;
	color: #356d99;
	font-size: 12px;
	line-height:1.7;
}
a.category:link,
a.category:visited
{
	color:#096262;
	font-size: 18px;
	text-decoration: none;
	text-shadow:1px 1px 0 #fff !important;
}
a.category:hover,
a.category:active 
{
	text-decoration: none;
}
.sub_categories a:link,
.sub_categories a:visited
{
	color: #333;
	font-size: 12px;
	text-decoration: none;
	/*font-style: italic;*/
}
.sub_categories a:hover,
.sub_categories a:active 
{
	text-decoration: none;
}

div.slider_bar
{
	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;
}
.side_block div.slider_bar
{
	background: #d1e4f3;
}
div.no_design div.slider_bar
{
	background: none;
	padding: 0 0 15px;
	margin-top: -10px;
}
.content_block div.slider_bar
{
	background: #e9e9e9;
}
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.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: #cfc5b9;
	border: 2px #afa394 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: black;
	filter: alpha(opacity=40);
	-moz-opacity: 0.45;
	opacity: 0.45;
	position: absolute;
	z-index: 1000;
}
.modal_block
{
	position: absolute;
	z-index: 1001;
	left: 50%;
	margin-left: -176px;
	width: 340px;
	height: 230px;
	background: url('../img/modal_bg.png') left top repeat #6d9bbf;
		
	-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
{
	position: relative;
	background: url('../img/track_big.png') 0 0 no-repeat;
}
.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.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: #fff !important;
	padding: 0 0 20px;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.3) !important;
}
.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: #2a5d86;
	float: left;
	font-size: 13px !important;
	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 3px 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: #394302;
	background: url('../img/gallery.png') 0 -1011px repeat-x;
	padding: 7px 15px 16px;
	font-size: 15px;
}
div.tabs ul li.active span.center span
{
	background: url('../img/gallery.png') center -1056px no-repeat;
	font-size: 13px;
	padding: 6px 0px 16px;
}
/* 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-bottom: 15px;
}
table.grid_navbar span.divider
{
	color: #b3cddf;
}
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: 13px;
	padding: 0 5px 0 20px;
}
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: #356d99;
	font-size: 13px;
	text-decoration: underline;
	padding: 0 5px;
}
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: white;
}
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;
}
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: white;
	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 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
div#listings table.table div.item
{
	min-height: 129px;
}
div.accounts_grid table.table div.item
{
	min-height: 110px!important;
}

div.accounts_grid table.table div.item
{
	padding: 13px!important;
}
div#listings div.list div.item
{
	margin-bottom: 2px;
	padding: 10px 13px;
}
div#listings div.item td.photo img
{
	border: 3px #d2dadf 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: 74px;
	overflow: hidden;
	display: block;
}
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: #222222;
	font-size: 12px;
}
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
{
	width: 62px;
	border: 1px #8dafc6 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: #356d99;
	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: #356d99;
	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: 15px;
	width: 100%;
	-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: 0 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: 13px;
	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: rgba(255,231,118,0.5);
	background: #fcf8e4\9;
	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: 2px 0 3px;
	width: 140px;
}
form.account_login div.button
{
	margin: 5px 0 5px;
}
div.welcome
{
	font-size: 17px !important;

}
ul.account_menu
{
	padding: 5px 0 0;
}
ul.account_menu li
{
	padding: 4px 0 0;
	margin-top:6px;
	border-top:1px solid #058383;
}

ul.account_menu li a:link,
ul.account_menu li a:visited
{
	color: #057272;
	text-shadow: 0 1px 0 white;
	font-size: 12px;
	
	text-decoration: underline;
}
ul.account_menu li a:hover,
ul.account_menu li a:active 
{
	color: #033636;
	text-shadow:-1px 0 0 #033636;
	text-decoration: none;
}
/* account_login end */

/* search block */
table.search
{
	width: 100%;
}
table.search td.field
{
	color: white;
	font-size: 14px;
	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;
}
.search span
{
	font-size: 12px;
	color: white;
}
div.search_caption
{
	color: white;
	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: #32628b;
}
div.highlight table.search td.value,
div.highlight label
{
    color: #2A2A2A;
}
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: #356d99;
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none !important;
	font-weight: normal;
}
a:hover,
a:active 
{
	color: #7fb0d6;	
}
a.white_11:link,
a.white_11:visited
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
a.white_11:hover,
a.white_11:active
{
	text-decoration: none;
}
a.default_11:link,
a.default_11:visited
{

}
a.default_11:hover,
a.default_11:active
{
	text-decoration: none;
}
a.brown_12:link,
a.brown_12:visited
{
	color: #13476f;
	text-shadow: none;
}
a.brown_12:hover,
a.brown_12:active
{
	text-decoration: none;
}
a.dark_12:link,
a.dark_12:visited
{
	color: #2b516f;
	font-size: 13px;
	text-decoration: underline;
}
a.dark_12:hover,
a.dark_12:active
{
	text-decoration: none;
}
a.dotted:link,
a.dotted:visited
{
	color: #17797a;
	font-size: 12px;
	text-decoration: none;
}
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: 12px;
}
.dark_12
{
	color: #1d1d1d;
	font-size: 13px;
}
.dark
{
	font-size: 13px !important;
	color: #7b734e !important;
	text-shadow:1px 1px 0 #fff !important;
}
.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
{
	color: #3e3e3e;
	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: 13px;
	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: #dce4eb;
	padding: 7px 10px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* links/font end */

/* inputs */
input[type=text],
input[type=password],
select,
textarea
{
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 22px;
	height: 18px\9;
	padding: 1px 5px 1px 5px;
	padding: 4px 5px 0px 5px\9;
	margin: 0;
	color: #5881a0;
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	width: 200px;
	background:#fefefe;
	box-shadow:0px 1px 2px #ccc inset;
	/*-webkit-appearance: none;*/
}
select
{
	padding: 2px;
	height: 24px;
	font-size: 12px;
	width: 160px;
}
select option
{
	padding: 0 0 3px 5px;
}
option.highlight_option
{
	background: #e1f0fb;
}
textarea
{
	height: auto;
	background: white;
	width: 98%;
	padding: 2px 5px 5px;
	font-size: 14px;
	resize: vertical;
}
div.textarea_counter_default,
div.textarea_counter_warning
{
	width: 100%;
	height: 18px;
	color: #2a2a2a;
	font-size: 12px;
	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;
}
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: middle;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus
{
	border: 1px #058383 solid;
	box-shadow:0px 0px 2px #099898;
	background:#fff;
}
input[type=text].error,
input[type=password].error,
select.error,
textarea.error
{
	border: 1px #be3232 solid;
	background: #ffe5e5;
	color: #be3232;
}
table.error label
{
	color: #BE3232;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
input[type=button],
input[type=submit],
a.button
{
	border: 1px #14446a solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 28px;
	margin: 0;
	padding: 2px 15px 6px;
	padding: 2px 15px 6px\9;
	color: #394302;
	font-size: 12px;
	cursor: pointer;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	text-shadow:-1px 0 0 #394302;
	background: url('../img/gallery.png') 0 -756px repeat-x #dfb22e;
	
}
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover
{
	background: url('../img/gallery.png') 0 -788px repeat-x #dfb22e;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=button],input[type=submit] { padding: 3px 15px 4px; }
}
a.button
{
	padding: 3px 15px 5px;
	text-decoration: none;
}
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 #7fb0d6;
}
input.accept:hover
{
	background-position: -17px -117px;
}
input.search
{
	height: 24px;
	padding: 1px 11px 7px;
	background: url('../img/gallery.png') center -2621px repeat-x #e0b432;
}
input.low
{
	height: 24px;
	padding: 1px 12px 7px;
}
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;
}
/* 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-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div.flgServicesArea div.caption span.fkgSlide
{
	color: #2a539a;
    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: #4e7ca9;
	padding: 3px 5px 3px 0;
	width: 115px;
}
.random_featured table.table>tbody>tr>td.name
{
	padding: 1px 5px 1px 0;
	width: 35%;
}
table.table>tbody>tr>td.value
{
	color: #113d6b;
	padding: 3px 0;
}
table.table>tbody>tr>td.first
{
}
.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 #c4d1df 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;
	background: url('../img/gallery.png') 0 -2982px no-repeat;
	overflow: hidden;
}
table.checkboxes div.checkbox
{
	color: #717171;
	background-position: 0 -3015px;
	text-overflow: ellipsis;
}
div.checkbox_bar
{
	padding: 2px 0 5px;
}
div.checkbox_bar a
{
	font-size: 12px;
}
span.counter
{
	color: #292929;
    font-size: 13px !important;
}
div.photos div.preview div
{
	background: url('../img/img_zoom.png') right bottom no-repeat;
}
div.photos ul li
{
	cursor: pointer;
}
div.photos ul li img
{
	border: 2px #c4d1df solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 109px;
	height: 82px;
	margin: 0 4px 0 0;
}
div.photos div.slider
{
	overflow: hidden;
}
div.photos div.slider ul
{
	height: 86px;
	display: none;
}
div.photos div.slider ul li
{
	float: left;
}
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: rgba(255, 255, 255, 0.3);*/
	background: white;
	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_dark
{
	background-image: url('../img/teaser_bg.gif');
	padding: 15px 15px 15px;
}
div.highlight_loading
{
	background-image: url('../img/video_loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
div.photos div.nav_bar
{
	background: #c4d1df;
	height: 22px;
	clear: both;
	margin: 3px 0 0 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: italic;*/
	color: #444444;
	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: relative;
}
div#map
{
	font-size: 11px;
}
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 #a9c6dd;
    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: 5px 8px 5px 0;
	text-align: right;
	width: 115px;
}
table.submit td.field,
table.submit_modal td.field
{
	padding: 5px 0;
	position: relative;
	color: #2a2a2a;
	font-size: 11px;
}
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: #265e8b;
	font-size: 13px;
}
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 1px 0;
	white-space: nowrap;
	color: #2F6086;
}
div.fieldset table td.arrow
{
	width: 40px;
	background: url('../img/gallery.png') 0 -1427px no-repeat;
	cursor: pointer;
}
div.fieldset table td.up
{
	background-position: 0 -1476px;
}
div.fieldset table td.line
{
	background: url('../img/gallery.png') 0 -1451px repeat-x;
}
div.fieldset div.body
{
	padding: 5px 0 15px;
}
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: 15px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	background: url('../img/gallery.png') 0 -1546px no-repeat;
	margin-top: -20px;
	cursor: pointer;
}
div.horizontal div.next
{
	background-position: -15px -1546px;
	left: auto;
	right: 0;
}
/* 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;
}
div.vertical div.next
{
	background-position: 0 -1525px;
	top: auto;
	bottom: 0;
}
/* 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 */
#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;
	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: 3px #e5e8eb 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%;
	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: #e5e8eb;
	-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: #e5e8eb;
	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;
}
.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;
	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: #42b7b7;
	text-decoration: none!important;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	color: #1a598a;
	font-size: 12px !important;
	font-weight:normal !important;
	line-height:2.5 !important;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
	line-height: 28px;
	margin: 0 25px;
	cursor: default;
}
table.steps td.active a,
table.steps td.past a
{
	background: #93885a url(../img/gradient_olive_hover.png) center repeat-x;
	color: #fff;
	text-shadow:1px 1px 0 #000 !important;
	-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: #0a8768 !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
table.steps td.last div a
{
	margin: 0 10px;
}
div.default_cursor a
{
	cursor: default;
}

div.caption
{
	color: #2f6086;
	font-size: 18px;
	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
{
	border-right: 0;
	-moz-border-top-right-radius: 0;
	-webkit-top-right-border-radius: 0;
	border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-bottom-right-border-radius: 0;
	border-bottom-right-radius: 0;
}
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 white;
}
span.arrow:hover label.right
{
	background: url('../img/gallery.png') 0 -1776px no-repeat;
}
span.arrow label.right
{
	padding: 6px 4px 7px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	display: inline;
	background: url('../img/gallery.png') -30px -1641px no-repeat;
}
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 */
td.thumbnail
{
	width: 99px;
}
canvas.new,
img.thumbnail
{
	border: 2px #d0d0d0 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 120px;
	height: 90px;
}
span.suspended canvas
{
	border: 2px #c44848 solid;
}
div.canvas
{
	position: relative;
}
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;
}
label.upload span.link
{
	text-decoration: underline;
	font-size: 13px;
	color: #356d99;
}
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: 50px;
}
/* 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;
}
ul.paging li
{
	display: inline-block;
	padding: 0 1px 1px;
}
ul.paging li a:link,
ul.paging li a:visited
{
	color: #356d99;
	font-size: 14px;
	text-decoration: underline;
	padding: 0 6px 1px;
}
ul.paging li a:hover,
ul.paging li a:active 
{
	text-decoration: none;
	color: white;
	background: #92bfe2;
}
ul.paging li.navigator a
{
	font-size: 15px;
}
ul.paging li.active
{
	color: white;
	background: #92bfe2;
	font-size: 14px;
	padding: 0 5px 1px;
	background: rgba(rgba(143, 188, 223, 0.5););
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
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;
}
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 */
ul.plans
{
	width: 100%;
	cursor: default;
	padding: 0 0 10px;
}
ul.plans>li:not(.no_hover):hover,
ul.plans li.active
{
	background: #b1e0e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.plans td.radio
{
	width: 23px;
	padding: 22px 0 0 5px;
	vertical-align: top;
}
ul.plans td.label
{
	width: 73px;
	padding: 5px 0 12px;
	vertical-align: top;
}
ul.plans td.label>div
{
	position: relative;
}
ul.plans td.label div.bg
{
	width: 69px;
	height: 49px;
	background: url('../img/plan_label.png') 0 0 no-repeat #d8cfc4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
ul.plans td.label div.tile
{
	width: 7px;
	height: 7px;
	background: url('../img/gallery.png') -26px -1396px no-repeat #d8cfc4;
	position: absolute;
	top: 21px;
	right: 1px;
	-webkit-transform: rotate(45deg);	
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	
}
ul.plans td.label div.price
{
	color: #000 !important;
	font-size: 13px !important;
	text-align: center;
	padding: 4px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	font-weight:normal !important; 
	text-overflow: ellipsis;
}
ul.plans td.label div.type
{
	color: white;
	font-size: 12px;
	text-align: center;
	padding: 3px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
}
ul.plans td.info
{
	padding: 5px 0 0 17px;
	vertical-align: top;
}
ul.plans td.info td.caption
{
	white-space: nowrap;
	width: 10px;
}
ul.plans td.info td.caption div
{
	font-size: 17px;
	color: #1e4f74;
	padding: 0 0 0 0;
	text-shadow:1px 1px 0 #fff;
}
ul.plans td.info div.desc
{
	color: #373737;
	padding: 3px 0 5px 7px;
	overflow: hidden;
	height: 30px;
	line-height: 17px;
}
ul.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: 13px;
}
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: #e6e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 15px 18px;
	margin: 5px 0;
	font-size: 15px;
}
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;
}
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 #dce6ed;
	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: #91a8ba;
	padding: 50px 0 0 0;
	margin: 0 10px 10px 0;
	text-align: center;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
    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;
	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: #bfd2e0;
	border: 2px #99b1c3 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;
    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: #5e94be!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
{
	cursor: move;
}
.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;
	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;
}
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: #225d8b;
	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: 3px 0 5px;
	display: inline-block;
}
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;
}
a.text_button
{
	margin: 0 0 0 20px;
}
a.text_button span.center
{
	padding: 3px 10px 5px;
}
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: #578aae;
	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;
	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 -2479px 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 -2532px;
}
/* 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 #5587b3 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: 14px;
	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: #bad0e4;
	border: 1px #4777a2 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 #4777a2 solid;
}
div.ml_tabs_content>div>span
{
	font-style: italic;
	color: #80A1BA;
	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
{
	vertical-align:top;
	text-align: right;
	font-weight: normal;
	font-size:13px !important;
	padding: 4px 5px 0 5px !important;
	line-height:0.5 !important;
	width: 5px;
	color:#5c5536 !important;
}
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;
}
table.list span.text
{
	color: #515151;
	font-size: 12px;
}
table.list>tbody>tr.header>td
{
	background: #b5cfe3;
	font-size: 13px;
	padding: 5px 0 4px 10px;
	color: #373737;
	border-bottom: 2px #7798B0 solid;
}

table.list>tbody>tr>td.last
{
	padding-right: 10px!important;
}
table.list tr.header td.divider
{
	background: none;
	padding: 0;
	width: 5px;
	border-bottom: 0;
}
table.list>tbody>tr.body>td
{
	border-bottom: 1px #437dac 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;
}
table.list td.price div
{
	width: 50px;
	float: left;
	background: #cbdeed;
	color: #5382a5;
	font-size: 17px;
	border: 1px #8caec8 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: #545454;
	font-size: 12px;
	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: 17px;
	height: 14px;
	background-position: -20px -2719px;
}
div.message_feed
{
	display: inline;
	position: relative;
}
div.message_feed a.new
{
	top: -2px;
	right: -2px;
	position: absolute;
	line-height: 9px;
	font-size: 10px;
	color: white;
	background: url('../img/gallery.png') 0 -2737px repeat-x;
	text-decoration: none;
	padding: 1px 3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px rgba(255,255,255,0.9) solid;
}
a.reply
{
	padding: 0 0 0 5px;
	font-size: 12px;
}
td.message_cell
{
	vertical-alingn: top;
	padding: 0 20px 0 0;
}
.hlight
{
	background: #b1e1e1;
}
.hborder
{
	border-color: #096464;
}
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: #cad8e3;
	border-top: 1px #87a2b7 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: #058383;
	border-radius:4px;
	font-size:11px;
	color: white;
	text-align: center;
	width: 32px;
	padding: 2px 2px;
	text-shadow: 0 1px 0 #1c527c;
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
	border-bottom: 1px #9bc6e7 solid;
	margin-left: 10px !important;
}
ul.news>li>div,
div.news>div
{
	padding: 2px 0 4px;
	margin-bottom:6px;
	border-bottom:1px solid #058383;
}

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 */







