body
{
	margin: 0px auto;
	font-family: Arial;
	background-color: white;
	font-size: 13px;
	color: #505050;
	-webkit-text-size-adjust: none;
}
h1,
h2
{
	color: #505050;
	padding: 10px;
	margin: 0;
	font-size: 20px;
	font-family: Trebuchet MS;
}
h2
{
	margin: 3px 0 1px 2px;
	font-size: 1.3em;
}
ul,
li
{
	padding: 0;
	margin: 0;
	list-style: none;
}
img
{               
	border: 0px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-padding: 0px 0px;
	border: 0px;
}
table.fixed
{
	table-layout: fixed;
}
table td
{
	border: 0;
	padding: 0;
	margin: 0;
}
table.sTable
{
	width: 100%;
}
table.error label
{
	color: #BE3232;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.fleft
{
	float: left;
}
.fright
{
	float: right;
}
.ralign
{
	text-align: right!important;
}
.lalign
{
	text-align: left!important;
}
.hide
{
	display: none;
}
.clear
{
	clear: both;
}
.w90
{
	width: 90px!important;
}
.w80
{
	width: 80px!important;
}
.w50
{
	width: 50px!important;
}
.w60
{
	width: 60px!important;
}
.w110
{
	width: 110px!important;
}
.w120
{
	width: 120px!important;
}
.wauto
{
	width: auto!important;
	max-width: 300px;
}
label
{
	padding: 0 10px 0 0;
}

input[type=radio],
input[type=checkbox]
{
	margin: 2px 0 0 0;
	vertical-align: baseline;
}

/* header block */
.main_container
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.hearde_block_home,
.hearde_block
{
	margin: 0;
	height: 75px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

	position: relative;
}
div.header_fringe
{
	height: 4px;
	background: url('../img/gallery.png') 0 -102px repeat-x;
	position: relative;
	z-index: 1;
}
.hearde_block
{
	margin: 0;
	position: relative;
}
#logo
{
	height: 30px;
	float: left;
	margin: 0;
	padding: 13px 0 0 10px;
}
#logo img
{
	background: url('../img/logo.png') 0 0 no-repeat;
	width: 109px;
	height: 26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#logo img { background: url('../img/x2/logo.png') 0 0 no-repeat; background-size: 100%; }
	div.header_fringe
	{
		background: url('../img/x2/gallery5.png') 0 -106px repeat-x;
		background-size: 49px auto;
	}
}
/* header block end */

/* user navigation bar */
div.user_navbar
{
	padding: 8px 10px 0;
	text-align: center;
}
div.highlight
{
	padding: 0 10px;
}
/* user navigation bar end */

/* languages block */
#languages
{
	float: right;
	padding: 11px 10px 0 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	position: relative;
    z-index: 2;
}
#languages div.current
{
	background: white;
	padding: 1px 4px;
	border-radius: 3px;
	cursor: pointer;
}
#languages div.current img.arrow
{
	background: url('../img/gallery.png') 0 -94px no-repeat white;
	width: 7px;
	height: 5px;
	margin: 0 3px 0 6px;
}
#languages div.active img.arrow
{
	background-position: 0 -87px;
}
#languages ul.list
{
	display: none;
	background: white;
	border-radius: 0 0 3px 3px;
	padding: 5px 4px 0;
	margin-top: -2px;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
	position: absolute;
	width: 40px;
}
#languages ul.list li.item
{
	width: 34px;
	height: 28px;
}
#languages img
{
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#languages img { background-size: 100%; }
	#languages div.current img.arrow {
		background: url('../img/x2/gallery5.png') 0 -95px no-repeat;
		background-size: 49px auto;
	}
	#languages div.active img.arrow {
		background: url('../img/x2/gallery5.png') 0 -89px no-repeat;
		background-size: 49px auto;
	}
}
/* languages block end */

/* main menu */
ul#main_menu
{
	list-style: none;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background: #faf2d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #faf2d4 0%, #e1cf94 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf2d4), color-stop(100%,#e1cf94)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #faf2d4 0%,#e1cf94 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #faf2d4 0%,#e1cf94 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #faf2d4 0%,#e1cf94 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #faf2d4 0%,#e1cf94 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf2d4', endColorstr='#e1cf94',GradientType=0 ); /* IE6-9 */
	
	margin-top: -3px;
	border: 1px #e7e1ce solid;
	box-shadow: 0 1px 0 #c0b9a0;
}
ul.home_menu
{
	margin: 14px 10px 0!important;
	border-radius: 5px!important;
	height: 45px!important;
}
ul#main_menu li
{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	border-left: 1px #f8f3e4 solid;
	box-shadow: -1px 0 0 #c7be90;
}
ul#main_menu li:first-child
{
	border-left: 0;
}
ul#main_menu li.last a span.center
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul#main_menu li a
{
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	display: block;
}
ul#main_menu li a span.center
{
	color: #61511a;
	font-size: 15px;
	line-height: 1.23;
	text-decoration: none;
	display: inline-block;
	padding: 9px 14px 0;
	height: 28px;
	vertical-align: top;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
ul.home_menu li a span.center
{
	padding: 12px 14px 0!important;
	height: 35px!important;
	font-size: 16px!important;
}
/* hover/active */
ul#main_menu li a:hover span.center,
ul#main_menu li a.active span.center
{
	color: #362b07;
}
ul#main_menu li a.active span.mark
{
	visibility: visible;
}
ul#main_menu li.more,
ul#main_menu li.more_active
{
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
ul#main_menu li.more_active
{
	background: #f9f1d2;
	
}
ul#main_menu li.more img,
ul#main_menu li.more_active img.active
{
	width: 8px;
	height: 5px;
	background: url('../img/gallery.png') -11px -94px no-repeat;
	margin: 16px 19px 14px 17px;
	vertical-align: top;
}
ul#main_menu_more
{
	padding: 5px 7px 5px;
	border: 1px #e7e1ce solid;
	border-top: 0;
	position: absolute;
	background: #f9f1d2;
	right: 0;
	z-index: 10;
	min-width: 200px;
	margin: -1px 0 0;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	display: none;
}
ul.main_menu_more_home
{
	margin: -3px 10px 0!important;
}
ul.home_menu li.more img,
ul.home_menu li.more_active img.active
{
	margin: 20px 19px 20px 17px!important;
}
ul#main_menu_more li
{
	list-style: none;
}
ul#main_menu_more li a
{
	color: #61511A;
	text-decoration: none;
	display: block;
	padding: 8px 10px 7px 7px;
}
ul#main_menu_more li a.active,
ul#main_menu_more li a:hover
{
	color: #45380c;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	ul#main_menu li a span.center
	{
		padding: 9px 14px 0;
		height: 39px;
	}
	ul#main_menu_more
	{
		margin-top: -3px;
	}
	ul#main_menu li.more img,
	ul#main_menu li.more_active img
	{
		background: url('../img/x2/gallery5.png') -9.5px -95px no-repeat;
		background-size: 49px auto;
	}
	ul#main_menu li.more_active img
	{
		background-position: -9.5px -89px;
	}
	ul.home_menu li a span.center
	{
		padding: 13px 14px 0!important;
		height: 39px!important;
		font-size: 16px!important;
	}
}
/* main menu end */

/* bread crumbs */
ul#bread_crumbs
{
	height: 25px;
	background: #eeeeee;
	padding: 7px 10px 0;
	margin: 0;
	box-shadow: inset 0 -5px 8px -5px rgba(0,0,0,.1);
	white-space: nowrap;
	overflow: hidden;
}
ul#bread_crumbs li
{
	list-style: none;
	padding: 1px 6px 0 15px;
	margin: 0 0 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1p;
	text-overflow: ellipsis;
	background: url('../img/gallery.png') 0 -499px no-repeat;
}
ul#bread_crumbs li a:link,
ul#bread_crumbs li a:visited
{
	color: #2256cc;
	font-size: 12px;
	text-decoration: underline;
	/*font-weight: bold;*/
}
ul#bread_crumbs li a:hover,
ul#bread_crumbs li a:active 
{
	text-decoration: none;
}
ul#bread_crumbs li span
{
	color: #505050;
	/*font-weight: bold;*/
	font-size: 12px;
	line-height: 17px;
}
ul#bread_crumbs li.home
{
	width: 13px;
	padding: 0;
	height: 16px;
	background: url('../img/gallery.png') 0 -473px no-repeat;
	margin: 0 7px 0 0;
}
ul#bread_crumbs li.home a
{
	text-decoration: none;
	display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	ul#bread_crumbs li
	{
		background: url('../img/x2/gallery5.png') -28px -218.5px no-repeat;
		background-size: 49px auto;
	}
	ul#bread_crumbs li.home
	{
		background: url('../img/x2/gallery5.png') -29px -204px no-repeat;
		background-size: 49px auto;
	}
}
/* bread crumbs end */

/* quick saerch */
#qucik_search
{
	padding: 10px;
	margin: 7px 0 0;
}
#qucik_search > div
{
	padding: 0 42px 2px 8px;
	position: relative;
	border: 1px #c5c5c5 solid;
	border-radius: 5px;
	box-shadow: inset 0 0 1px 1px #ececec;
}
#qucik_search input[type=text]
{
	width: 100%;
	height: 30px;
	-webkit-appearance: none;
	background: transparent;
	color: #a3a3a3;
	font-size: 14px;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
    display: block
}
#qucik_search input[type=submit]
{
	width: 34px;
	height: 34px;
	position: absolute;
	right: -1px;
	top: -1px;
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	background: url('../img/gallery.png') 0 -116px no-repeat;
	border-radius: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#qucik_search input[type=submit]
	{
		background: url('../img/x2/gallery5.png') 0 -119px no-repeat white;
		background-size: 51px auto;
	}
}
#qucik_search input[type=text]:focus
{
	color: #5e5e5e;
}
/* quick saerch end */

/* featured carousel */
div#carousel
{
	padding: 15px 30px;
	margin: 7px 0 0px;
	position: relative;
	background: #f3f3f3;
}
div#carousel div.visible
{
	overflow: hidden;
    position: relative;
	width: 300px;
}
div#carousel div.visible > ul
{
	display: block;
	margin: 0;
	width: 20000px;
	padding: 0;
}
div#carousel div.visible > ul > li
{
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	/*overflow: hidden;*/
}
div.img_border
{
	border: 1px #cdcdcd solid;
	border-radius: 4px;
	width: auto;
	margin-bottom: 2px;
	background: white;
}
div.img_border img
{
	border: 2px white solid;
	border-radius: 3px;
}
div.img_border img.blank
{
	background: url('../img/gallery.png') center 28px no-repeat;
}
#area_seller div.img_border,
#area_details div.img_border
{
	border: 2px #e2e2e2 solid;
}
div#carousel div.left_nav,
div#carousel div.right_nav
{
	position: absolute;
	cursor: pointer;
	left: 10px;
	top: 50%;
	width: 11px;
	height: 53px;
	z-index: 2;
	margin: -30px 0 0 0;
	background: url('../img/gallery.png') 0 -252px no-repeat;
}
div#carousel div.right_nav
{
	left: auto;
	right: 10px;
	background-position: -15px -252px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	div#carousel div.left_nav
	{
		background: url('../img/x2/gallery5.png') 0 -185px no-repeat;
		background-size: 48px auto;
	}
	div#carousel div.right_nav
	{
		background: url('../img/x2/gallery5.png') -11px -185px no-repeat;
		background-size: 48px auto;
	}
	div.img_border img.blank
	{
		background: url('../img/x2/gallery5.png') center 28px no-repeat;
		background-size: 48px auto;
	}
}
#carousel li.item ul
{
	position: relative;
	margin-top: 5px;
}
#carousel li.item ul li.fField
{
	color: #767676;
	padding: 0 0 1px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#carousel li.item ul > li:first-child
{
	color: #404040;
}
div.box_shadow
{
	height: 4px;
	background: url('../img/carousel_bottom.jpg') top center no-repeat;
	margin: -1px 0 0;
	position: relative;
	margin-bottom: 25px;
}
/* featured carousel end */

/* user menu */
ul#user_menu
{
	padding: 0 10px;
}
ul#user_menu li
{
	background: #faf2d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #faf2d4 0%, #e1cf94 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf2d4), color-stop(100%,#e1cf94)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #faf2d4 0%,#e1cf94 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #faf2d4 0%,#e1cf94 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #faf2d4 0%,#e1cf94 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #faf2d4 0%,#e1cf94 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf2d4', endColorstr='#e1cf94',GradientType=0 ); /* IE6-9 */

	list-style: none;
	margin: 0 0 10px;
	
	border: 1px #e7e1ce solid;
	box-shadow: 0 1px 0 #c0b9a0;
	border-radius: 5px;
}
ul#user_menu li a
{
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 6px 10px 7px;
	position: relative;
	color: #61511a;
}
ul#user_menu li a img
{
	background: url('../img/gallery.png') 0 -189px no-repeat;
	width: 6px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	ul#user_menu li a img
	{
		background: url('../img/x2/gallery5.png') -30px -196.5px no-repeat;
		background-size: 51px auto;
	}
	ul#user_menu li a
	{
		padding: 7px 10px 6px;
	}
}
/* user menu end */

/* content */
div.content_container
{
	padding: 10px 0 0 0;
}
/* content end */

/* footer */
.footer
{
	border-top: 1px #d5d5d5 solid;
	margin: 15px 0 0 0;
}
.footer div.inner
{
	border-top: 1px white solid;
	padding: 10px 10px 18px;
	background: url('../img/footer_bg.jpg') top center no-repeat;
}
.footer div.inner span
{
	color: #a3a3a3;
	font-size: 11px;
}
.footer div.inner > a
{
	font-size: 11px;
	color: #808080;
}
/* footer end */

/* footer menu */
.footer_menu
{
	padding: 0 0 10px;
}
.footer_menu a:link,
.footer_menu a:visited
{
	font-size: 13px;
	color: #5c5c5c;
	padding: 0 15px 5px 0;
	line-height: 20px;
	text-decoration: underline;
}
.footer_menu a:hover,
.footer_menu a:active 
{
	text-decoration: none;
}
.footer_menu a.active
{
	font-weight: bold;
	color: #3d3d3d;
}
/* footer menu end */

/* fonts/links */
.gray_11
{
	color: #919090;
	font-size: 11px;
	text-decoration: underline;
}
.dark
{
	padding: 3px 0;
}
div.info,
span.info
{
	font-size: 16px;
	color: #333333;
	padding: 0 0 10px;
}
div.info a,
span.info a
{
	font-size: 16px;
}
a.dark_gray_11:link,
a.dark_gray_11:visited
{
	color: #6f6e6e;
	font-size: 11px;
	text-decoration: underline;
}
a.dark_gray_11:hover,
a.dark_gray_11:active 
{
	text-decoration: none;
}
a.blue_13:link,
a.blue_13:visited
{
	color: #2256cc;
	font-size: 13px;
	text-decoration: underline;
}
a.blue_13:hover,
a.blue_13:active 
{
	text-decoration: none;
}
a:link,
a:visited
{
	color: #2256cc;
	font-size: 14px;
	text-decoration: underline;
}
a:hover,
a:active 
{
	text-decoration: none;
}
a.cancel:link,
a.cancel:visited
{
	color: #B63636;
	font-size: 14px;
	text-decoration: underline;
	padding: 0 0 0 10px;
}
a.cancel:hover,
a.cancel:active 
{
	text-decoration: none;
}

a.button
{
	text-decoration: none;
}
a.button span.left,
a.button span.right
{
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0;
	background: url('../img/gallery.png') 0 -947px no-repeat;
	-moz-user-select: none;
	-khtml-user-select: none;
}
a.button span.right
{
	background-position: -3px -947px;
}
a.button span.center
{
	color: #332200;
	cursor: pointer;
	float: left;
	font-size: 14px;
	text-shadow: 0px 1px 0px #e8e1cb;
	font-weight: bold;
	padding: 6px 9px 8px;
	background: url('../img/gallery.png') 0 -977px repeat-x;
}
div.static
{
	color: #2256cc;
	font-size: 13px;
}
.overflow
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* fonts/links end */

/* categories */
.categories
{
	padding: 0 10px 20px 10px;
}
a.category:link,
a.category:visited
{
	color: #2256cc;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
a.category:hover,
a.category:active
{
	text-decoration: none;
}
.categories li
{
	padding: 0 0 5px 0;
	color: #2256cc;
}
.sub_categories
{
	margin: 0px 20px 0 5px;
}
a.sub_category:link,
a.sub_category:visited
{
	color: #525151;
	font-size: 11px;
	line-height: 16px;
	font-weight: none;
	font-family: Trebuchet MS;
	text-decoration: underline;
	font-style: normal;
}
a.sub_category:hover,
a.sub_category:active
{
	text-decoration: none;
}
span.counter
{
	font-size: 12px;
}
/* categories end */

/* sorting */
.sorting
{
	padding: 0 10px 15px 10px;
}
.sorting span.divider
{
	font-size: 11px;
	color: #999999;
	padding: 0 3px;
}
/* sorting end */

/* listings */
#listings ul
{
	padding: 0;
	madring: 0;
}
#listings ul li,
.my_listings div.item
{
	padding: 12px 10px;
	margin: 0 0 1px 0;
	list-style: none;
	background: url('../img/regular_bg.gif') top center no-repeat white;
}
#listings ul li.featured,
.my_listings div.featured
{
	background: url('../img/featured_bg.gif') top center no-repeat #f8e9b1;
}
#listings ul li.last,
.my_listings div.last
{
	padding: 0;
	margin: 0;
	height: 4px;
}

/* content navigation icons */
#content_nav_icons
{
	padding: 15px 10px 0 0;
}
#content_nav_icons a
{
	margin: 0 0 0 4px;
}
#content_nav_icons a.icon
{
	text-decoration: none;
}
#content_nav_icons a span
{
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
#save_search
{
	display: none;
}
a.add_favorite span
{
	background: url('../img/gallery.png') 0 -308px no-repeat;
}
a.remove_favorite span
{
	background: url('../img/gallery.png') -23px -308px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	a.add_favorite span
	{
		background: url('../img/x2/gallery5.png') 0 -264px no-repeat;
		background-size: 48px auto;
	}
	a.remove_favorite span
	{
		background: url('../img/x2/gallery5.png') -21px -264px no-repeat;
		background-size: 48px auto;
	}
}
/* content navigation icons end */

span.photos_count,
span.count
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: white;
	border: 1px #bbbbbb solid;
	text-align: center;
	margin-top: 41px;
	border-radius: 2px;
	box-shadow: 2px 2px 0 -1px white,  2px 2px 0 0 #bbbbbb;
}
span.count
{
	margin: 0;
}
span.photos_count a,
span.count a
{
	color: #404040;
	font-size: 11px;
	display: block;
	padding: 2px 5px 0px;
	text-decoration: none;
}
td.image div.img
{
	border: 1px #cdcdcd solid;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
td.image img,
img.img
{
	border: 2px white solid;
	border-radius: 3px;
	width: 100px!important;
}
div.fields
{
	max-height: 82px;
    overflow: hidden;
}
div.field_input > table
{
	margin: 3px 0 7px;
}
div.field,
div.name,
span.field
{
	color: #61511a;
	padding: 10px 0 2px 0;
	font-size: 14px;
	line-height: 20px;
}
div.value,
span.value
{
	color: #2f2f2f;
	padding: 0 0 5px 0;
	font-size: 14px;
	line-height: 20px;
}
div.button
{
	padding: 15px 0 10px 0;
}
div.featured_line
{
	background: #bc4c15; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #bc4c15 1%, #df5613 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,#bc4c15), color-stop(100%,#df5613)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #bc4c15 1%,#df5613 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #bc4c15 1%,#df5613 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #bc4c15 1%,#df5613 100%); /* IE10+ */
	background: linear-gradient(45deg,  #bc4c15 1%,#df5613 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc4c15', endColorstr='#df5613',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 0 0 0 10px;
}
div.featured_line a
{
	display: block;
	text-decoration: none;
	color: white;
	font-size: 12px;
	padding: 1px 4px 2px 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	span.photos_count a
	{
		padding: 2px 6px 0px;
	}
}
/* listings end */

/* paging */
ul.paging
{
	padding: 10px;
	height: 25px;
}
ul.paging li
{
	float: left;
	width: 25px;
	height: 25px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	list-style: none;
	margin: 0 1px;
}
ul.paging li a
{
	display: block;
	color: #155cba;
	font-size: 12px;
	text-decoration: none;
	padding: 6px 0 4px;
}
ul.paging li a:hover
{
	text-decoration: underline;
}
ul.paging li.left,
ul.paging li.right
{
	display: none;
}
ul.paging li.active
{
	background: #4e79db;
	width: 25px;
	height: 19px;
	padding: 6px 0 0 0;
	border-radius: 2px;
	text-align: center;
	color: white;
	font-size: 11px;
	cursor: default;
}
ul.paging li.navigator a
{
	font-size: 16px;
	padding: 2px 0 0;
	color: #5c5c5c;
}
ul.paging li.rs a
{
	background: url('../img/gallery.png') -32px -791px no-repeat;
}
ul.paging li.last a
{
	background: url('../img/gallery.png') -32px -771px no-repeat;
}
ul.paging li.ls a
{
	background: url('../img/gallery.png') 9px -791px no-repeat;
}
ul.paging li.first a
{
	background: url('../img/gallery.png') 7px -771px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	ul.paging li.rs a
	{
		background: url('../img/x2/gallery5.png') -31px -739px no-repeat;
	}
	ul.paging li.last a
	{
		background: url('../img/x2/gallery5.png') -31px -713px no-repeat;
	}
	ul.paging li.ls a
	{
		background: url('../img/x2/gallery5.png') 9px -739px no-repeat;
	}
	ul.paging li.first a
	{
		background: url('../img/x2/gallery5.png') 7px -713px no-repeat;
	}
	ul.paging li.navigator a
	{
		background-size: 48px auto;
	}
}
ul.paging li.navigator a:hover
{
	text-decoration: none!important;
}
/* paging end */

/* tabs */
div.tabs
{
	position: relative;
	padding: 0 9px 20px;
}
div.tabs ul
{
	height: 29px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	
}
div.tabs ul li
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	height: 29px;
}
/* default */
div.tabs ul li span.center
{
	color: #505050;
	float: left;
	height: 23px;
	margin: 0 2px;
	padding: 6px 10px 0;
	font-size: 14px;
	box-shadow: inset 0 0 0 1px #b6b6b6;
	border-radius: 5px;
}
/* active */
div.tabs ul li.active span.center
{
	color: white;
	padding: 6px 10px 0;
	background: #bca553;
	box-shadow: none;
	position: relative;
}
div.tabs ul li.active span.center > span
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 0; 
	height: 0; 
	border-top: 4px solid #bca553;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 -4px -4px;
}
/* hover */
div.tabs ul li:not(.active):hover span.center
{
	color: black;
}
/* tabs end */

/* listing details */
table.table td.name,
.listing_group table>tbody>tr>td.name
{
	color: #7c7c7c;
	padding: 3px 5px 3px 0;
	vertical-align: top;
	width: 115px;
}
table.table td.value,
.listing_group table>tbody>tr>td.value
{
	color: #2f2f2f;
	padding: 3px 0;
	vertical-align: top;
	overflow: hidden;
	word-wrap: break-word;
	
}
div#listings li td.icons-bar
{
	width: 28px;
	vertical-align: top;
	position: relative;
}
div#listings li td.icons-bar a
{
	text-decoration: none;
}
div#listings li td.icons-bar a span
{
	width: 20px;
	height: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
div#listings li td.image
{
	width: 66px;
	padding: 0 8px 0 0;
}
div#listings li td.image img.blank,
.my_listings td.image img.blank
{
	background: url('../img/gallery.png') center 18px no-repeat white;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	div#listings li td.image img.blank
	{
		background: url('../img/x2/gallery5.png') center 18px no-repeat;
		background-size: 48px auto;
	}
}
/* listing details end */

/* listing photos */
div.photos
{
	padding: 10px;
	-moz-user-select: none;
	-khtml-user-select: none;
	position: relative;
	background: #f3f3f3;
}
div#thumbnails
{
	padding: 0 0 0;
}
div#thumbnails div.item
{
	float: left;
	margin: 0 3px 0 0;
	border: 1px #cfcfcf solid;
	cursor: pointer;
	position: relative;
}
div#thumbnails div.active
{
	border: 1px #b72200 solid;
}
div#thumbnails div.item img
{
	border: 1px white solid;
}
div#thumbnails div.prev,
div#thumbnails div.next
{
	position: absolute;
	cursor: pointer;
	left: 10px;
	top: 50%;
	width: 11px;
	height: 53px;
	z-index: 2;
	margin: -26px 0 0 0;
	background: url('../img/gallery.png') 0 -252px no-repeat;
}
div#thumbnails div.next
{
	left: auto;
	right: 10px;
	background-position: -15px -252px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	div#thumbnails div.prev
	{
		background: url('../img/x2/gallery5.png') 0 -185px no-repeat;
		background-size: 48px auto;
	}
	div#thumbnails div.next
	{
		background: url('../img/x2/gallery5.png') -11px -185px no-repeat;
		background-size: 48px auto;
	}
}
div#scroll
{
	/*height: 100px;*/
	overflow: hidden;
	margin: 0 20px;
	font-size: 0;
}
div#scroll ul.inner
{
	/*height: 100px;*/
	white-space: nowrap;
}
div#scroll ul.inner li
{
	display: inline-block;
	margin: 0 5px 0 0;
	border: 1px #cdcdcd solid;
	border-radius: 1px;
}
div#scroll ul.inner li:last-child
{
	padding: 0!important;
}
div#scroll ul.inner li img
{
	width: 75px;
	border: 1px white solid;
}
div.listing_group
{
	padding: 0 10px 20px;
}
div.listing_group > table
{
	table-layout: fixed;
	width: 100%;
}
/* listing photos end */

/* fieldset */
div.fieldset
{
	height: 20px;
	background: url('../img/gallery.png') 0 -216px repeat-x;
	padding: 0 10px 0 5px;
	margin-top: 10px;
}
form.search_form div.fieldset:first-child
{
	margin-top: 0!important;
}
div.divider
{
	padding: 0 10px 0 5px;
	margin: 8px 0 5px;
}
div.fieldset span
{
	color: #7e6b2a;
	font-size: 13px;
	font-weight: bold;
	background: white;
	border-left: 5px white solid;
	border-right: 5px white solid;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	div.fieldset
	{
		background: url('../img/x2/gallery5.png') 0 -244px repeat-x;
		background-size: 48px auto;
	}
}
/* fieldset end */

/* dealer */
#characters_line
{
	padding: 0 10px 12px;
}
#characters_line a:link,
#characters_line a:visited
{
	font-size: 16px;
	text-decoration: underline;
	padding: 0 5px;
	line-height: 26px;
}
#characters_line a:hover,
#characters_line a:active 
{
	text-decoration: none;
}
#characters_line a.active
{
	background: #2256cc;
	color: white;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.dealers
{
	padding: 10px 0 5px;
}

.dealers ul
{
	padding: 0;
	madring: 0;
}
.dealers ul li
{
	padding: 12px 10px;
	margin: 0 0 1px 0;
	list-style: none;
	background: url('../img/regular_bg.gif') top center no-repeat white;
}
div.dealers td.image
{
	width: 110px;
	vertical-align: top;
	padding: 0 5px 0 0;
}
div.dealers table.fixed
{
	width: 110px;
}
/* dealer end */

/* inputs */
input[type=text],
input[type=email],
input[type=password],
select,
textarea
{
	border: 1px #c5c5c5 solid;
	height: 22px;
	padding: 2px 7px 3px;
	margin: 0;
	color: #818181;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	width: 200px;
	box-shadow: inset 0 0 0 2px rgba(41,43,46,.05);
	border-radius: 5px;
	-webkit-appearance: none;
}
select
{
	padding: 3px 3px;
	height: 30px;
	background: white;
	width: 140px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #414141;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
	select
	{
		background: url('../img/gallery.png') right -342px no-repeat white;
		background-size: 48px auto;
		padding: 2px 10px 2px 5px;
		height: 27px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	select
	{
		background: url('../img/x2/gallery5.png') right -289px no-repeat white;
		background-size: 48px auto;
		padding: 2px 10px 2px 5px;
		height: 27px;
	}
}

select option
{
	padding: 0 0 3px 5px;
}
option.highlight_option
{
	background: rgba(128,182,58,.2);
}
option.disabled
{
	background: #ffebeb;
	color: #6d3030;
}
textarea
{
	height: auto;
	background: white;
	width: 96%;
	font-family: Trebuchet MS;
	padding: 2px 5px 5px;
	font-size: 14px;
	resize: vertical;
}
input[type=button],
input[type=submit],
a.button
{
	height: 27px;
	margin: 0;
	padding: 2px 15px 2px;
	color: white;
	font-size: 14px;
	cursor: pointer;
	background: #af9845;
	border-radius: 5px;
	border: 0;
	-webkit-appearance: none;
	box-shadow: inset 0 0 0 1px #847231;
}
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover
{
	background: #bca553;
}
a.button
{
	padding: 5px 15px 6px;
	text-decoration: none;
}
input[type=button].tall,
input[type=submit].tall
{
	padding: 3px 15px 6px;
	height: 29px;
}
input[type=text].error,
input[type=password].error,
select.error,
textarea.error
{
	border: 1px #be3232 solid;
	background: #ffe5e5;
	color: #be3232;
}
/* inputs end */

/* other */
div#standard_link
{
	text-align: center;
	padding: 40px 0 0;
}
div.padding
{
	padding: 0 10px;
}
div.caption
{
	padding: 0 0 5px;
	color: #333333;
	font-size: 19px;
}
div.form
{
	border-top: 1px #d3d3d3 solid;
	margin-top: 15px;
	padding: 11px 0 10px;
}
div.text
{
	color: #404040;
	font-size: 13px;
	line-height: 22px;
	padding: 5px 10px 0;
}
div.form_caption
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.red
{
	color: #bb2e0e;
	font-size: 14px;
}
span.loading_bg,
span.loading
{
	background: url('../img/loader_bg.gif') center center no-repeat;
	display: none;
}
span.loading
{
	background: url('../img/loader.gif') center center no-repeat;
}
.highlight_option
{
	background: #f3edd7;
}
/* other 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 */

/* notices/errors */
#system_message
{
	padding: 0 10px;
}
#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;
	border-radius: 4px;
	background: #ffdede;
	padding: 8px 25px 10px 13px;
}
#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: 95%;
	position: fixed;
	z-index: 200000;
	display: none;
	top: 0;
	left: 50%;
	margin-left: -48%;
	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 35px 12px 14px;
}
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;
}
#system_message>div.error div.inner div.icon,
#system_message>div.notice div.inner div.icon,
#system_message>div.warning div.inner div.icon
{
	display: none;
}

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: 20px;
	height: 20px;
	right: 0;
	top: 50%;
	margin: -11px 10px 0 0;
	background: url('../img/gallery.png') -30px -184px no-repeat;
	z-index: 100;
}
body div.error ul
{
	padding: 0 0 0 15px;
}
body div.error li
{
	list-style: circle;
	padding: 2px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body>div.error div.inner div.close,
	body>div.warning div.inner div.close,
	body>div.notice div.inner div.close
	{
		background: url('../img/x2/gallery5.png') -22px -82px no-repeat;
		background-size: 48px auto;
	}
	
	input[type=button].tall,
	input[type=submit].tall
	{
		padding: 4px 15px 5px;
		height: 29px;
	}
}
/* notices/errors end */

ul.item_stats
{
	padding: 0 0 10px;
}
ul.item_stats li
{
	padding: 0 10px 4px;
	list-style: none;
}

/* keyword search */
div.keyword_search_opt
{
	display: none;
	padding: 5px 10px 20px 10px;
}
div.keyword_search_opt div
{
	padding: 5px 0 3px;
}
div.keyword_search_opt label
{
	display: block;
	padding: 0 0 4px;
}
div.keyword_search_input
{
	position: relative;
}
/* keyword search end */

table.submit
{
	width: 100%;
}
table.button
{
	margin-top: 20px;
}
table.submit .name
{
	padding: 8px 8px 5px 0;
	color: #232323;
	font-size: 12px;
	vertical-align: top;
	width: 115px;
}
table.submit .field
{
	padding: 5px 0;
	position: relative;
	vertical-align: top;
	color: #61511a;
	font-size: 15px;
}
table.submit .name_top
{
	padding: 5px 0;
	vertical-align: top;
}
div.contact_owner
{
	padding: 15px 10px 20px;
	margin-bottom: 30px;
	background: #f1f1f1;
}

/* staps */
table.steps
{
	position: relative;
	height: 30px;
	margin: 0 0 20px;
	width: 100%;
	table-layout: fixed;
}
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 -416px no-repeat;
}
table.steps td div,
table.steps td.active div
{
	margin: 0 5px 0 0;
	height: 30px;
	background: url('../img/gallery.png') 0 -374px repeat-x;
}
table.steps td.active div,
table.steps td.past div
{
	background-position: 0 -394px;
}
table.steps td a,
table.steps td.active a,
table.steps td.past a
{
	padding: 5px 10px 5px;
	background: #f6eecb;
	text-decoration: none!important;
	color: #555555;
	font-size: 14px;
	line-height: 28px;
	margin: 0 13px;
	cursor: default;
	border-radius: 15px;
}
table.steps td.active a,
table.steps td.past a
{
	background: #c9b36c;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	color: white;
}
table.steps td.past a
{
	background: #dac78a!important;
	cursor: pointer;
}
table.steps td.last div a
{
	margin: 0 10px;
}
div.default_cursor a
{
	cursor: default;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	table.steps td.active
	{
		background: url('../img/x2/gallery5.png') right -402px no-repeat;
		background-size: 48px auto;
	}
	table.steps td div,
	table.steps td.active div
	{
		background: url('../img/x2/gallery5.png') 0 -361px repeat-x;
		background-size: 48px auto;
	}
	table.steps td.active div,
	table.steps td.past div
	{
		background: url('../img/x2/gallery5.png') 0 -382px repeat-x;
		background-size: 48px auto;
	}
}
/* staps end */

/* multilingual tabs */
div.ml_tabs
{
	overflow: hidden;
	height: 32px;
	position: relative;
}
div.ml_tabs>ul
{
	height: 30px;
	padding: 2px 0 0 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
}
div.ml_tabs>ul li
{
	color: #61511a;
	font-size: 13px;
	float: left;
	height: 25px;
	padding: 7px 25px 0;
	margin: 0 5px 0 0;
	cursor: pointer;
}
div.ml_tabs>ul li.active
{
	background: #f1f1f1;	
	height: 23px;
	cursor: default;
	color: #000000;
	box-shadow: inset 0 2px 0 #bca553;
}
div.ml_tabs_content
{
	padding: 7px 7px;
	background: #f1f1f1;
}
div.ml_tabs_content>div>span
{
	padding: 0 5px;
}

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 */

/* account area */
div.welcome
{
	font-size: 16px;
}
ul.account_menu
{
	padding: 5px 0 0;
}
ul.account_menu li
{
	padding: 0 0 7px;
}
div.canvas
{
	border: 1px solid #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
div.canvas_empty
{
	border: 0;
    border-radius: 0;
}
div.canvas img.preview
{
	border: 2px white solid;
	border-radius: 3px;
}
div.canvas_empty img.preview
{
	border: 0;
    border-radius: 0;
}
div.canvas img.delete,
.ui-sortable img.delete,
.template-download img.delete,
.ui-sortable img.cancel,
.files img.cancel
{
	width: 21px;
	height: 21px;
	position: absolute;
	top: 2px;
	right: 2px;
	background: url('../img/gallery.png') -26px -471px no-repeat #e2373b;
	border-radius: 0 0 0 4px;
	cursor: pointer;
	display: none;
}
.ui-sortable img.delete,
.ui-sortable img.cancel,
.files img.cancel
{
	display: block;
}

div.canvas img.ajax
{
	display: block;
}
/* account area 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;
	max-width: 340px;
	height: 230px;
	background: #fcf6de;
	border: 2px #fffdf6 solid;
	box-shadow: 0 0 0 1px #b6af96;
	border-radius: 5px;
}
.modal_block div.inner div.close
{
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 21px;
	background: url('../img/gallery.png') -26px -471px no-repeat #e2373b;
	cursor: pointer;
	border-radius: 0 5px 0 4px;
}
.modal_block div.inner div.close:hover
{
	background-color: #f04b4f;
}
.modal_block div.inner div.modal_content
{
	padding: 20px 25px;
	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: #2e2e2e;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 0 20px;
}
.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 */

/* tree */
div.tree select
{
	display: block;
	margin: 0 0 5px;
	width: 200px;
}
div.tree .fieldset_body
{
	padding: 5px 0 10px;
}
div.tree .fieldset_body > div
{
	padding: 0 0 5px;
}
/* tree end */

/* plans */
table.plans
{
	width: 100%;
	cursor: default;
}
table.plans td.radio
{
	width: 20px;
	padding: 22px 0 0 5px;
	vertical-align: top;
}
table.plans td.label
{
	padding: 5px 0 13px;
	vertical-align: top;
	width: 75px;
}
table.plans tr.active td.radio,
table.plans tr.active td.label,
table.plans tr.active td.info
{
	background: #f1f1f1;
}
table.plans td.label table.bg
{
	width: 100%;
}
table.plans td.label table.bg td.left,
table.plans td.label table.bg td.right
{
	display: none;
}
table.plans td.label table.bg td.center
{
	background: url('../img/gallery.png') 0 -3094px repeat-x #eaeaea;
	height: 49px;
	vertical-align: top;
}
table.plans td.label div.price
{
	color: #5b5951;
	font-size: 17px;
	text-align: center;
	padding: 4px 10px 0;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
table.plans td.label div.type
{
	color: white;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	padding: 1px 0 2px 0;
	overflow: hidden;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	background: rgba(0,0,0,.15);
}
table.plans td.info
{
	padding: 5px 0 0 10px;
	vertical-align: top;
}
table.plans td.info td.caption
{
	white-space: nowrap;
	width: 10px;
}
table.plans td.info div.title
{
	font-size: 14px;
	padding: 0 0 0 0;
	font-weight: bold;
}
table.plans td.info div.desc
{
	color: #5c5c5c;
	padding: 3px 0 5px 0;
	overflow: hidden;
	height: 20px;
	line-height: 17px;
}
table.plans td.info div.status
{
	color: #000000;
	padding: 0 10px 0;
	font-weight: 600;
	font-size: 13px;
}
ul.features
{
	padding: 5px 0;
	font-size: 12px;
}
ul.features li
{
	display: inline;
	padding: 0 10px 0 18px;
    font-size: 12px;
    font-weight: normal;
}
ul.features li.pics
{
	background: url('../img/gallery.png') 0 -542px no-repeat;
}
ul.features li.video
{
	background: url('../img/gallery.png') 0 -524px no-repeat;
}
ul.features li.period
{
	background: url('../img/gallery.png') 0 -560px no-repeat;
}
table.list ul.features
{
	display: block;
	padding: 0;
}
ul.package_info
{
	padding: 5px 0 0 0;
}
.package_date
{
	padding: 10px 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;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	ul.features li.pics
	{
		background: url('../img/x2/gallery5.png') 0 -453px no-repeat;
		background-size: 48px auto;
	}
	ul.features li.video
	{
		background: url('../img/x2/gallery5.png') 0 -435px no-repeat;
		background-size: 48px auto;
	}
	ul.features li.period
	{
		background: url('../img/x2/gallery5.png') 0 -472px no-repeat;
		background-size: 48px auto;
	}
}
/* plans end */

/* add photo */
div#fileupload
{
	padding: 15px 0 10px 0;
	-moz-user-select: none;
	-khtml-user-select: none;
}
div#fileupload span.active
{
	color: inherit!important;
	font-size: inherit!important;
}
div#fileupload span.draft
{
	background: url('../img/gallery.png') center -589px no-repeat #f1f1f1;
	width: 124px;
	height: 44px;
	font-size: 13px;
	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: #fffee4;
	border: 2px #fffdbf solid;
}
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: #dac267!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: 12px;
	height: 12px;
	background: #37b515;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 4px 30px;
	border: 1px white solid;
	border-radius: 8px;
}
div#fileupload div.photo_navbar
{
	height: 26px;
	font-size: 11px;
	position: relative;
	margin: 2px 0 0 0;
}
div#fileupload div.photo_navbar a
{
	font-size: 13px;
}
div#fileupload div.photo_navbar input[type=text]
{
	width: 80px;
	height: 17px;
}
div#fileupload div.photo_navbar input[type=button]
{
	padding: 0px 9px 3px;
	height: 23px;
	background: url('../img/gallery.png') 5px -686px no-repeat #AF9845;
}
div#fileupload img.edit
{
	width: 15px;
	height: 15px;
	background: url('../img/gallery.png') 0 -690px no-repeat;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	margin: 2px 4px 0 0;
}
.template-download img.thumbnail,
.move
{
	cursor: move;
}
.pointer
{
	cursor: pointer!important;
}
.template-download img.thumbnail:hover
{
	border: 2px #9b9a9a solid;
}
.fade{
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in
{
	opacity: 1;
}
.fileupload-loading
{
	display: none;
	background: red;
}
/* add photo end */

/* file upload */
#fileupload .files canvas,
#fileupload img.thumbnail,
#area_video ul.thumbnails li img.item,
#area_video ul.thumbnails li img.peview_item
{
	border: 2px #e2e2e2 solid;
	border-radius: 3px;
	display: block;
	width: 120px;
	cursor: move;
}
label.upload
{
	position: relative;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
span.suspended canvas
{
    border: 2px solid #C44848!important;
}
label.upload span.link
{
	text-decoration: underline;
	font-size: 12px;
}
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;
}

ul.inline li
{
	float: left;
	margin: 0 5px 0 0;
	position: relative;
}
/* file upload 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: #f1f1f1;
	padding: 10px 0 0 0;
	margin: 0 10px 10px 0;
	border-radius: 3px;
}
ul#payment_gateways li.active,
ul#payment_gateways li:hover
{
	box-shadow: inset 0 0 0 2px #dfdfdf;
}
ul#payment_gateways li p
{
	padding: 5px 0 0 0;
}
/* payment gateways end */

/* my listings */
div.my_listings div.counter
{
	position: absolute;
	bottom: 2px;
	left: 2px;
	background: white;
	border-radius: 0 2px 0 0;
}
div.my_listings div.counter a
{
	padding: 0 4px 0 3px;
	display: block;
	text-decoration: none;
}
div.my_listings div.item td.image
{
    width: 120px;
}
div.my_listings div.item
{
	position: relative;
	padding: 10px;
	margin: 0 0 1px;
}
div.my_listings div.item td.details
{
	padding: 0 20px 0 0;
}
div.my_listings div.item td.nav_icons
{
	height: 35px;
	vertical-align: bottom;
}
table.info
{
	width: 100%;
	table-layout: fixed;
}
table.info td.name
{
	width: 65px;
	padding: 0 10px 0 0;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
table.info td.value
{
	font-size: 12px;
	padding: 0 0 1px;
	color: #676767;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
span.active
{
	color: #317702;
}
a.incomplete
{
	color: #444444;
}
a.approval,
span.approval
{
	color: #c6690e;
}
span.pending
{
	color: #0e6dc6;
}
a.expired,
span.expired
{
	color: #c71414;
}

a.nav_icon span.left,
a.nav_icon span.right
{
	display: none;
}

a.nav_icon
{
	-moz-user-select: none;
	-khtml-user-select: none;
	text-decoration: none;
	padding: 2px 5px 4px;
	color: white;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	background: #AF9845;
	border-radius: 2px;
}
a.nav_icon:hover
{
	background: #bca657;
}

a.text_button
{
	margin: 0 0 0 10px;
	padding: 3px 10px 3px;
}
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') 0 -711px repeat-x;
	width: 14px;
	height: 14px;
	margin: 1px 0 1px;
}
a.nav_icon img.add_video
{
	background-position: -24px -688px;
}
a.nav_icon img.edit_listing
{
	background-position: -24px -709px;
}
a.nav_icon img.upgrade_listing
{
	background-position: 0 -730px;
}
img.delete_highlight
{
	position: absolute;
	width: 18px;
	height: 18px;
	top: 10px;
	right: 7px;
	cursor: pointer;
	background: url('../img/gallery.png') -30px -187px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	img.delete_highlight
	{
		background: url('../img/x2/gallery5.png') -22px -82px no-repeat;
		background-size: 48px auto;
	}
}
/* my listings 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: #f4f4f4;
	font-size: 13px;
	padding: 5px 5px 4px 10px;
	color: #000000;
	border-bottom: 2px #e8e8e8 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 #dfdfdf solid;
	padding: 8px 0 10px 10px;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
}
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 div.price
{
	width: 50px;
	background: #f1f1f1;
	color: #000000;
	font-size: 16px;
	line-height: 17px;
	padding: 5px 5px;
	margin: 0 10px 5px 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
	overflow: hidden;
}
.text-overflow
{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* table list end */

/* messages */
div.message_content_lim
{
	overflow: hidden;
	color: #2a2a2a;
	white-space: normal;
}
div.message_date
{
	color: #696969;
	font-size: 11px;
	padding: 5px 0 0 0;
}
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: 17px;
	height: 14px;
	background: url("../img/gallery.png") -24px -732px 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: #a28930;
	text-decoration: none!important;
	padding: 1px 3px;
	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: 4px 0 0 0;
	font-size: 12px;
}
.mass_actions_light
{
	text-align: right;
	padding: 8px 0 0 0;
}
td.message_cell
{
	vertical-align: top;
	padding: 0 20px 0 0;
}
.hlight
{
	background: #fff9e4;
}
.hborder
{
	border-color: #e2e2e2;
}
tr.removed
{
	opacity: 0.8;
}
textarea#message_text
{
	outline: none;
}
img.photo
{
	border: 2px solid #e2e2e2;
	border-radius: 3px;
}
/* messages end */

div.checkbox_bar
{
	padding: 2px 0 5px;
}
div.checkbox_bar a
{
	font-size: 12px;
}

div.type_tip
{
	background: #F3F3F3;
	padding: 10px 10px 12px;
}
.notice_message
{
    color: #AC2C1D;
    font-size: 11px;
    padding: 2px 0 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.success_field,
.fail_field
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 8px 2px;
	vertical-align: middle;
	background: #1ca132;
	border-radius: 6px;
}
.fail_field
{
	background: #c62828;
}
div.textarea_counter_default,
div.textarea_counter_warning
{
	height: 18px;
	color: #2a2a2a;
	font-size: 11px;
	padding: 5px 0 0;
}
div.textarea_counter_warning
{
	color: #860b0b;
}

input#lf_query
{
	width: 120px;
}
input.date
{
    width: 85px;
}
img.between
{
	width: 18px;
	height: 12px;
	background: url('../img/gallery.png') -30px -87px no-repeat;
	margin: 0 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	img.between
	{
		background: url('../img/x2/gallery5.png') 0 -494px no-repeat;
		background-size: 48px auto;
	}
	div#fileupload span.draft
	{
		background: url('../img/x2/gallery5.png') center -515px no-repeat #f1f1f1;
		background-size: 48px auto;
	}
	div#fileupload div.photo_navbar input[type=button]
	{
		padding: 2px 12px 0px;
		height: 23px;
		background: url('../img/x2/gallery5.png') -20px -491px no-repeat #AF9845;
		background-size: 48px auto;
	}
	div#fileupload img.edit
	{
		background: url('../img/x2/gallery5.png') -24px -494px no-repeat;
		background-size: 48px auto;
	}
	
	a.nav_icon img.add_photo
	{
		background: url('../img/x2/gallery5.png') 0 -648px no-repeat;
		background-size: 48px auto;
	}
	a.nav_icon img.add_video
	{
		background: url('../img/x2/gallery5.png') -24px -626px no-repeat;
		background-size: 48px auto;
	}
	a.nav_icon img.edit_listing
	{
		background: url('../img/x2/gallery5.png') -24px -647px no-repeat;
		background-size: 48px auto;
	}
	a.nav_icon img.upgrade_listing
	{
		background: url('../img/x2/gallery5.png') 0 -626px no-repeat;
		background-size: 48px auto;
	}
	ul.account_menu a.note img.envelop
	{
		background: url('../img/x2/gallery5.png') 0 -668px no-repeat;
		background-size: 48px auto;
	}
}