body,div,h1,h2,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td {
	margin:0;
	padding:0;
}
/*pre {
	white-space: normal;
}*/
*html {font-size: 90%} /* for IE6 */

body {
    font-family: Verdana,sans-serif;
	font-size: 100%;
    line-height: 1.125em;
    background-color: #cfcfcf;
    /*background-image: url('/image/body_init_bg.gif'); Removed for old design support in cabinet */
    background-image: url('/image/body_bg.gif');
    background-repeat: repeat-y;    
    background-position: 50% 0;        
}
div.counters{
	text-align: center;
	margin-top: 10px;
}
div.wrapper{
	background-color: #fff;		
	width: 980px;
	margin: auto;	
	padding: 0 10px 0 10px;
	_padding-right: 9px;
	font-size: 0.75em;
	_font-size: 0.85em;
}
div.side-bar-banner {
	margin-bottom: 10px;
	text-align: center;	
}
h2 {
	color: #444;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}
h2.padded {
	margin-top: 1.2em;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
}
div.page-side-bar h2 {
	margin-top: 0;
}
h2.emphasize-label {
	color: #0D5878 !important;
	font-weight: normal !important;
}
h2.emphasize-label strong {
	color: #FD942B;
	font-weight: normal;
}
h2 a {
	text-decoration: underline;
}
.inline {
	display: inline;
	padding-left: 0 !important;	
	padding-right: 0 !important;	
}
.nowrap {
	white-space: nowrap !important;
}
p {
	color: #222;	
}
p.padded {
	margin: 1em 0;
}
p.unpadded {
	margin: 0;
}
p.compact {
	line-height: 130%;
}
h1.large {
	font-size: 1.8em !important;
}
.text-center{
	text-align: center;	
}
a {
	color: #005599;	
}
a:visited {
	color: #3F5F79;	
}
a:hover {
	color: #E67400;	
}
a.highlight{
    color:#dd1100;
}
a.ajax {
	border-bottom: 1px dashed #005599;
	line-height: 1.2em;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
a.ajax:hover {
	border-bottom: 1px dashed #E67400;
	text-decoration: none;
}
.tiny {
	font-size: 0.8em;
}
.small {
	font-size: 0.9em;
}
a.fancy{
	color: #E67400;
}
img{
	border: 0;	
}
div.header-rss-container {
	float: right;
	margin-top: 0px;
	margin-right: 13px;
	position: relative;
}

a.rss-icon-12-12 {
	margin-left: 8px !important;
	vertical-align: middle !important;
	padding-left: 15px !important;
	background: url('/image/icon/feed-icon-12x12.gif') no-repeat !important;
	font-size: 0.8em !important;
	text-decoration: none;
	color: #000;
	padding-bottom: 4px !important;
	display: inline  !important;
	padding-top: 0  !important;
}
a.rss-icon-12-12:hover,  a.rss-icon-14-14:hover, a.rss-icon-28-28:hover {
	text-decoration: underline;
}

a.rss-icon-14-14 {
	vertical-align: middle;
	padding-left: 20px;
	background: url('/image/icon/feed-icon-14x14.gif') no-repeat 2px 0;
	font-size: 1em;
	text-decoration: none;
	color: #000;
	padding-bottom: 4px;
}
a.rss-icon-28-28 {
	vertical-align: middle;
	background: url('/image/icon/feed-icon-28x28.gif') no-repeat;
	font-size: 0.6em;
	text-decoration: none;
	color: #000;
	display: block;
}

a.rss-icon-28-28 i {
	display: block;
	height: 28px;
	width: 28px;

}
.strong {
    font-weight:bold;
}

.invisible {
	visibility: hidden !important;
}


img#logo{
	margin-top: 8px;
	float: left;
}
input.button{
	border: 0 !important;
	vertical-align: middle;
	width: auto;	
}
div.clear, li.clear {
	clear: both;	
}
ul.nobullet{
    list-style-type: none;
}
div.hr{
	border-top: #aaa 1px solid;
	font-size: 1px;
	height: 1px;	
}
div.menu-logo-block {
	margin-bottom: 5px;
}
div.teaser {
	padding: 0 50px 50px 150px;	
	margin-top: 50px;
	background: url('/image/icon/teaser_icon.jpg') no-repeat 70px 0;
}
div.path {
	margin-bottom: 10px;
}
div.path a {
	margin-bottom: 5px;
}
div.error {
	border: red 1px solid;
	width: 60%;
}
div.text-hint {
    padding-left: 10px;
	color: #888888;
	font-size:0.9em;
	line-height: 1.1em;
	font-size-adjust: none;
}

div.rss-feeds div {
	margin-bottom: 6px;
}
p.text-hint {
 	color:#888888;
	font-size:0.9em;
	font-size-adjust:none;
	margin-top:-10px;
	padding:5px 0px 5px 0px;
}

span.num-items {
	color:#888888;
	font-size:0.85em;
	font-size-adjust:none;
}
div.info {
   	border: #ddd 1px solid;
}
div.status-message {
	background-color: #FFF7D3;
	border: #FFE882 1px solid;
	text-align: center;
	padding: 5px;
	font-size: 0.9em;
}
div.status-error {
   	background-color: red;
   	font-style:bold;
	text-align:center;
	color:#fff;
}

div.page-side-bar{
	float: left;
	width: 240px;
}
div.page-side-bar div.block-content {
	margin-right: 0px !important;
}
div.page-side-bar div.block-content-site-stat {
	padding: 10px 10px 5px 10px;
}
div.page-side-bar div.block-content-site-stat ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
	margin-left: 0;	
	margin-top: 0;
	margin-bottom: 0;	
}
div.page-side-bar div.block-content-site-stat ul li {
	clear: both;
}
div.page-side-bar div.block-content-site-stat ul  li div.count {
	float: left;
	clear: left;
	width: 140px;
	text-align: right;
	padding-right: 6px;
	font-weight: bold;
	font-size: 1.3em;
}
div.page-side-bar div.block-content-site-stat ul  li div.count span {
	font-size: 0.6em;
	color: #005599;
}
div.page-content {
	float: left;
	width: 733px;
	padding: 0 0 5px 0; 
	margin-right: 5px;
}
div.no-wrapper-padding{
	margin: 0 -10px 0 -10px !important;
}
div.no-photo-100-100{
	height: 54px;
	width: 98px;
	border: #e8e8e8 1px solid;
	color: #888;
	padding-top: 36px;	
	text-align: center;
}
div.member-site-logo div.no-photo-100-100 {
	display: none;
}
div.member-site-logo a.company-name{
	color: #000;
	text-decoration: none;
	font-size: 1.8em;
	line-height:1.2em;
	font-weight: normal;
}
div.simple-search {
	padding: 10px;
	margin-bottom: 10px;
	border: #ccc 1px solid;
	background-color: #eee;
	text-align: center;
}
#search input, div.member-site-menu input {
	margin-right: 10px;
}
div.simple-search input.string, #search input.string {
	width: 560px;
	font-size: 1.2em;
	border: 2px inset ThreeDFace;
	padding: 1px;
}
div.items-panel{
    margin-left:-170px;
}
#search .yui-nav{
	padding: 0 10px 0 10px;	
	margin-top: 5px;
}

#search .yui-content{
	padding: 10px 10px 4px 10px;	
	text-align: center;
	margin-bottom: 8px;
	background-color: #EEEEEE;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;	
}
#search form{
	width: 640px;
	margin: auto;
	text-align: left;
	font-size: 1.2em;
	white-space: nowrap;
}
ul.search-facet-groups {
	padding: 6px 0 0 0px;
	margin: 0;
	list-style-type: none;
	/*background: url('/image/search-facet-delim.gif') repeat-y 205px 0;*/
}
div.category-facet-filter {
	padding-top: 0 !important;
}
div.category-facet-filter ul.search-facet-groups {
	padding: 0 0 0 5px;
}
ul.search-facet-groups li.search-facet-group-item {
	float: left;
	width: 203px;	
	padding: 0 20px 0 0;
}
li.search-facet-group-item div.content-persist {
	height: 1px;	
	overflow: hidden;
}
div.category-facet-filter ul.search-facet-groups li.search-facet-group-item {
	padding: 0;
	margin-right: -10px;
	width: 660px;
}
ul.search-facet-items {
	padding-left: 1.2em;
	background-color: #fff;
	border: #fff 1px solid;
	padding: 0 7px 5px 2em;
	margin-left: -0.7em;
}
div.category-facet-filter ul.search-facet-items {
	padding: 0;
	margin-left: 0;
}
ul.search-facet-items li.item-collapsed {
	display: none;
}

ul.search-facet-items li.caption {
	list-style-image: url(/image/blank.gif);
}

ul.search-facet-items li.group-caption {
	list-style-image: url(/image/blank.gif);
	float: none !important;
}
	
ul.search-facet-items-expanded {
	position: absolute;
    padding-bottom: 5px;
    background-color: #efefef;
    border: #ccc 1px solid;
    z-index: 100;
}

div.category-facet-filter ul.search-facet-items-expanded {
	position: static;
    padding-bottom: 0;
    background-color: #fff;
    border: 0;
}

ul.search-facet-items li {
	list-style-image: url('/image/list-point.gif');
	width: 170px;
}
div.category-facet-filter ul.search-facet-items li {
	float: left;
	margin-left: 4px;
	margin-right: 11px;
	width: 200px;
	list-style: none;
}

ul.search-facet-items li.expand {
	list-style-image: url(/image/icon/plus.gif);
	color: #005599;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;	
}
ul.search-facet-items li.expand span {
	text-decoration: underline;
}
div.selected-facet-item {
	float: left;
	background-color: #eee;
	margin-left: 5px;	
}
div.selected-facet-item a {
	display: block;
	padding: 3px 20px 3px 3px;
	background: url('/image/facet-item-remove.gif') no-repeat 100% 60%;
	border: #eee 1px solid;
}
div.selected-facet-item a:hover {
	border: #ccc 1px solid;
}
div.selected-facet-item-head {
	float: left;
	padding: 3px 3px 3px 0;	
}

div.simple-search  form p.search-scope-label, #search form p.search-scope-label {
	font-size: 0.9em;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 560px;
}
div.simple-search form p.search-scope-label input, #search form p.search-scope-label input {
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 3px;
	border: 0;
}
div.header-navigation{
	background-color: #efefef;
	border-bottom: #ddd 1px solid;
	margin: 0 -10px 0 -10px;
	padding: 3px 10px 3px 10px;
	line-height: 0.8em;
}
div.header-navigation ul{
	list-style: none;
	float: right;
	margin:0;
	padding:0;	
}
div.header-navigation li{
	float: left;
	border-right: #A8ACAB 1px solid;
	padding: 0 10px 0 10px;
	font-size: 0.9em;
}
div.header-navigation li.last {
	border-right: 0;
	padding-right: 10px;
}

div.header-navigation li a {
	text-decoration: none;	
	color: #828282;
}
div.header-navigation li.emphasize a {
	color: #E12020;
	font-weight: bold;
}

div.header-navigation li a:hover{
	text-decoration: underline;
}
div.footer-copyright {
	background-color: #eee;
	border-top: #ddd 1px solid;
	margin: 10px -10px 0 -10px;
	padding: 3px 10px 10px 10px;
	font-size: 0.9em;
}
div.footer-copyright div.topic-block-counter-container {
	width: 100px !important;
}
div.footer-copyright div.topic-block {
	float: left;
    width: 26%;
	margin-left: 20px;
	text-align: left;	
}
div.with-partner-links div.topic-block {
    width: auto !important;
}
div.footer-copyright div.topic-block p {
	padding-left: 11px;
}
div.footer-copyright div.topic-block div.topic-link-block {
	padding-left: 10px;
	border-left: #ddd 1px solid;
	margin-top: 4px;
}
div.footer-copyright div.topic-block div.topic-link-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.topic-link-block ul.our-sites li {
	float: left;
	width: 50%;
} 
table.intro-tour {
	border-spacing: 0;
	border-collapse: collapse;
	float: left;
/*	height: 275px;*/
	width: 100%;
	margin: 15px auto 15px auto;
}
table.intro-tour td {
	width: 50%;
	padding:  0 10px 0 10px;
	margin-right: 10px;
	border-right: #E1E1E1 1px solid;
	vertical-align: top;
}
table.intro-tour td a {
	display: block;
	height: 100%;
	padding:  0 10px 10px 10px;
	text-decoration: none;
	color: #F7820D !important;
	font-size: 1.5em;
	text-align: center;
	background-position: 50% 10px;
	background-repeat: no-repeat;
}
table.intro-tour td a div {
	width: 146px;
	height: 114px;
	_background-image: none !important;
	margin: auto;
	cursor: pointer;
	cursor: hand;
}
table.intro-tour td a:hover,
table.intro-tour td:hover {
	background-color: #eee;
}
table.intro-tour td a span.anchor {
	color: #428BA5;
	text-decoration: underline;
	font-size: 0.9em;
	font-family: arial;
	white-space: nowrap;
}
span.anchor {
	color: #428BA5;
	text-decoration: underline;
	font-family: arial;
	white-space: nowrap;
}
img.site-tour-count {
	display: block;
	margin: 0 auto 10px auto;
}
table.intro-tour td.last {
	border-right: 0;
}
table.intro-tour td#tour_search a div {
	background-image: url('/image/intro_tour/icon_search_everything.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/intro_tour/icon_search_everything.png', sizingMethod='crop');
}
table.intro-tour td#tour_register a div {
	background-image: url('/image/intro_tour/icon_register.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/intro_tour/icon_register.png', sizingMethod='crop');
}
table.intro-tour td#tour_publish a div {
	background-image: url('/image/intro_tour/icon_publish_product_service.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/intro_tour/icon_publish_product_service.png', sizingMethod='crop');
}
table.intro-tour td#tour_new_partnership a div {
	background-image: url('/image/intro_tour/icon_new_partnership.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/intro_tour/icon_new_partnership.png', sizingMethod='crop');
}

ul.main-menu {
	list-style: none;
	float: right;
	margin-top: 20px;
	margin-bottom: 15px;
}
ul.main-menu li {
	float: left;
	border-right: #A8ACAB 1px solid;
	padding-bottom: 1px;
}
ul.main-menu li.last {
	border-right: 0;
}
ul.main-menu li.last a {
	border-right: 0;
	padding-right: 10px;
}
ul.main-menu li a {
	padding: 0 10px 0 10px;
	text-decoration: none;	
	font-size: 1.5em;	
/*	font-family:Verdana,sans-serif;	
	font-size: 30px;*/
	font-weight:normal;	
	color: #000;
}
ul.main-menu li a:hover{
	text-decoration: underline;
}
ul.main-menu li.selected a {
	color: #0B669A;
}
ul.yui-nav li a em font {
	#color: #E68727;
	color: yellow;
}
ul.yui-nav li.selected a em font {
	color: #000000;
}
div.block-content, div.block-content-no-border, div.item-view-block-content {
	border: #e5e5e5 1px solid;
	padding: 10px 10px 10px 10px !important;
	margin-right: 0;
	margin-bottom: 10px !important;
	/*** IE Peekaboo Bug fix ***/
	zoom: 1;
}
div.block-content-ajax-link {
	padding: 3px 10px 1px 10px !important;
}
div.page-content div.block-content, div.page-content  div.block-content-no-border {
	margin-right: 10px !important;
}
div.page-content div.item-view-block-content {
	margin-right: 3px !important;
}
div.block-content-no-border, .no-border {
	border: 0 !important;
}
div.block-content h1, h1 {
	color: #E68727;
	padding: 0 0 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
div.block-content div.h1 {
    color:#E68727;
    font-size:1.7em;
    font-weight:normal;
    padding:0 0 0.5em;
}

/*
div.block-content h2{
	color: #00536B;
	padding: 7px 16px 3px 0px;
	font-size: 0.9em;
	font-weight: bold;
}
*/
/****** Main page categoties **********/
div.main-page-categories h2 {
	font-size: 1.4em;	
}
div.categories-list ul, div.main-page-categories ul {
	padding: 0;
	margin: 0;
}
div.categories-list ul li, div.main-page-categories ul li {
	width: 50%;
	float: left;
	list-style-type: none;
}
div.main-page-categories div.subcategory-container {
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}
div.categories-list div.subcategory-container{
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
div.categories-list a.category-title {
	display: block;
	font-size: 1em;
	margin-bottom: 0;
	font-weight: bold;
}
div.categories-list a {
	font-size: 0.9em;
}
div.categories-list span.category-empty, div.main-page-categories span.category-empty {
	color: #999 !important;
}

div.categories-list span.category-collapsed, div.main-page-categories span.category-collapsed {
	display: none;
}

div.main-page-categories .num-products{
	color: #999;
}

/****** Categories list **********/
div.categories-list {
	background-color: #eee;	
	padding-bottom: 0 !important;
}
div.categories-list h2 {
	color: #000;
	font-weight: normal;
	font-size: 1.2em;
	
}

div.product-item, div.company-item { 
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
	*overflow: hidden;
}

div.product-item a, div.company-item a {
	text-decoration: none;  
}

div.product-item a:hover, div.company-item a:hover {
	text-decoration: underline;
}

/*********** Catalog rows **************/
tr.catalog-advertizing-row td {
	background-color: #eaeaea;	
}
tr.catalog-product-row td.icon, tr.catalog-company-row td.icon {
	vertical-align: middle;
	width: 102px;
	text-align: center;
}
tr.catalog-product-row td.description {
	vertical-align: top;
	padding-top: 0.5em;	
}
tr.catalog-product-row td.additional-results {
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
tr.catalog-product-row td.additional-results a {
	background: url('/image/additional-results-plus.gif') no-repeat 0 0.5em;
	padding-left: 13px;
	display: block;
}
tr.catalog-company-row td.description div.company-name, tr.catalog-product-row td.description div.company-name {
	padding-top: 10px;
	float: left;
	width: 39%;
}
tr.catalog-company-row td.description div.company-region, tr.catalog-product-row td.description div.company-region {
	padding-top: 10px;
	float: left;
	width: 59%;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
}

tr.catalog-company-row td.description , tr.catalog-product-row td.description,
tr.catalog-company-row td.contact , tr.catalog-product-row td.contact,
tr.catalog-company-row td.icon , tr.catalog-product-row td.icon {
	padding-top: 15px;
	padding-bottom: 15px;
}
tr.catalog-company-row td.description , tr.catalog-product-row td.description {
	padding-left: 15px;
}
tr.catalog-company-row td.contact div.wrap, tr.catalog-product-row td.contact div.wrap {
	overflow: hidden;
}

tr.catalog-company-row td.description div.wrap, tr.catalog-product-row td.description div.wrap {
	overflow: hidden;
	width: 420px;
}

tr.catalog-company-row td.contact,
tr.catalog-product-row td.contact {
	vertical-align: top;
	text-align: left;
	width: 150px;
}
tr.catalog-company-row td.contact {
	padding-top: 2em;
}
tr.catalog-product-row td.contact div.price {
	height: 1.5em;
	padding-top: 0.5em;
	color: #990000;
	font-weight: bold;
	margin-bottom: 4px;
}
tr.catalog-company-row td.contact div.phone,
tr.catalog-product-row td.contact div.phone,
div.phone {
	font-size: 1em;
	padding-top: 4px;	
	padding-right: 0px;
	width: 120px;
	background: url('/image/icon/phone-small.gif') no-repeat 0 0.5em;
	padding-left: 30px;
	overflow: hidden;
}

tr.catalog-company-row td.contact div.email,
tr.catalog-product-row td.contact div.email {
	font-size: 1em;
	padding-top: 4px;	
	padding-right: 0px;
	width: 120px;
	background: url('/image/icon/email_22x22.gif') no-repeat 0 0.1em;
	padding-left: 30px;
	overflow: hidden;
}

tr.catalog-company-row td.contact div.icq,
tr.catalog-product-row td.contact div.icq {
	font-size: 1em;
	padding-top: 4px;	
	padding-right: 0px;
	width: 120px;
	background: url('/image/icon/icq_22x22.png') no-repeat 0 0.1em;
	padding-left: 30px;
	overflow: hidden;
}
tr.catalog-company-row td.contact div.skype,
tr.catalog-product-row td.contact div.skype {
	font-size: 1em;
	padding-top: 4px;	
	padding-right: 0px;
	width: 120px;
	background: url('/image/icon/skype_22x22.png') no-repeat 0 0.1em;
	padding-left: 30px;
	overflow: hidden;
}
tr.catalog-company-row td.contact div.www,
tr.catalog-product-row td.contact div.www {
	font-size: 1em;
	padding-top: 4px;	
	padding-right: 0px;
	width: 120px;
	background: url('/image/icon/www_22x22.gif') no-repeat 0 0.1em;
	padding-left: 30px;
	overflow: hidden;
}

tr.catalog-company-row td.contact div.contact,
tr.catalog-product-row td.contact div.contact {
	font-size: 1em;
	padding-top: 4px;	
	padding-right: 0px;
	width: 120px;
	background: url('/image/icon/contact_22x22.png') no-repeat 0 0.1em;
	padding-left: 30px;
	overflow: hidden;
}

tr.catalog-product-row td.contact div.contact-button {
	height: 2em;
}
tr.catalog-company-row td.contact img.icon-contact,
tr.catalog-product-row td.contact img.icon-contact,
img.icon-contact {
	vertical-align: middle;
	margin-bottom: 3px;
}

tr.catalog-company-row td.ad-728-90,
tr.catalog-product-row td.ad-728-90 {
	padding-left: 0px;
	padding-right: 0px;
}
tr.catalog-product-row td.ad-728-90 div.ad-container,
tr.catalog-product-row td.ad-728-90 div.ad-container {
	margin-left: -2px;
	margin-right: -2px;
}
div.product-view-ad-728-90 {
	margin-left: -10px;
}
/************ Buttons ******************/
div.button-register {
	background: url('/image/intro_tour/button_register_bg.gif') repeat-x 50% 50%;
	height: 95px;
	width: 100%;
	margin: auto;
	background-color: #FEAA56;
}
div.button-register-left {
	background: url('/image/intro_tour/button_register_left_bg.gif') no-repeat 0 50%;	
	padding-left: 15px;
}
div.button-register-right {
	background: url('/image/intro_tour/button_register_right_bg.gif') no-repeat 100% 50%;	
	padding-right: 15px;
}
div.button-register a {
	display: block;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	font-size: 1.5em !important;
	line-height: 1.6em;
	width: 100%;
}
div.button-register a:hover {
	text-decoration: underline;
}

div.simple-search .yui-button button,
#search .yui-button button,
#search .yui-button a,
form.member-site-search .yui-button button,
form.member-site-search .yui-button a,
input#search_submit {
    line-height: 1; 
    *line-height: 1; /* For IE */
    min-height: 1em; /* For Gecko */
    *min-height: auto; /* For IE */
    font-size: 1.1em;
    *font-size: 1em;
    color: #fff;
}

input#search_submit {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;	
	margin-left: 3px;
	margin-bottom: -1px;	
	_padding-left: 0;
	_padding-right: 0;	
	_margin-bottom: 0;	
	
}

div.simple-search .yui-button,
#search .yui-button,
#search .yui-button,
form.member-site-search .yui-button,
form.member-site-search .yui-button,
input#search_submit {
    background: #81C1D2 url(/image/yui/button/button_regular_bg.gif) repeat-x 0 100% !important;
}

div.simple-search .yui-button-hover,
#search .yui-button-hover,
#search .yui-button-hover,
form.member-site-search .yui-button-hover,
form.member-site-search .yui-button-hover {
    background: #6FA7B5 url(/image/yui/button/button_regular_over_bg.gif) repeat-x 0 100% !important;
}


div.actions-block a.before-init {
    text-align: center;
    display: block;
    border: #808080 1px solid;
    line-height: 2;  /* ~24px */
    *line-height: 1.7; /* For IE */
    min-height: 2em; /* For Gecko */
    *min-height: auto; /* For IE */
    *line-height: 2;
    margin: auto .25em;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
	width: 214px;
	background: #FD842D url(/image/yui/button/button_action_bg.gif) repeat-x 0  -10px;    
}

div.actions-block .yui-button button,
div.actions-block .yui-button a {
    width: 195px;
    text-align: center;
}

div.actions-block a.before-init, div.actions-block .yui-button {
	margin-bottom: 9px;	
}

/****************** Custom buttons **********************/
.button-action .yui-button button,
.button-action .yui-button a {
    /*width: 215px;*/
    text-align: center;
    line-height: 1.5;  /* ~24px */
    *line-height: 1.5; /* For IE */
    min-height: 1.5em; /* For Gecko */
    *min-height: auto; /* For IE */
    color: #fff  !important;
}
.button-action .yui-button{
	background: #FD842D url(/image/yui/button/button_action_bg.gif) repeat-x 0 -10px !important;
}

.button-action .yui-button-hover {
	background: #FD732D url(/image/yui/button/button_action_over_bg.gif) repeat-x 0 0% !important;
}

.button-bold .yui-button button,
.button-bold .yui-button a {
    color: #fff !important;
    font-weight: bold !important;
}

.button-regular .yui-button button,
.button-regular .yui-button a {
    color: #fff !important;
    font-weight: bold !important;
}
.button-regular .yui-button{
	background: #81C1D2 url(/image/yui/button/button_regular_bg.gif) repeat-x 0 100% !important;
}

.button-regular .yui-button-hover {
	background: #6FA7B5 url(/image/yui/button/button_regular_over_bg.gif) repeat-x 0 100% !important;
}



/*************** Formstyles **************/
select.category_select {
    width:175px;
}

div.action-block-noborder div.actions-block {
	border-color: #fff !important;
	background-color: #fff !important;
}
div.main-page-login, div.actions-block {
	border-color: #FD9B38;
}
div.actions-block {
	background-color: #FEE3C8;
}
div.teaser-block {
	background-color: #fef5eb;
	border-color: #feeedd !important;
}
div.teaser-block a {
	color: #ee7800 !important; 
}
form#trade_alert input.text{
	width: 210px;
}
form#shopping_cart input.text{
    width: 50px;
}
div.main-page-login #sign_in_submit{
	float: right;	
	margin-bottom: 9px;
}
div.main-page-login .remember_me{
	font-size: 0.8em;
}
/************** No photo div*******************/
div.item-image-100-100 {
	height: 102px;
	padding-top: 0;
	padding-bottom: 0;
	_padding-bottom: 2px;
	width: 102px;
	border: #BCBDBD 1px solid;
}

div.item-image-200-200 {
    height: 202px;
    padding-top: 0;
    padding-bottom: 0;
   _padding-bottom: 2px;
    width: 202px;
	border: #BCBDBD 1px solid;
}

div.item-image-50-50 {
	height: 52px;
	width: 52px;
}

div.item-image-40-40 {
	height: 42px;
	width: 42px;
	padding-top: 0;
	padding-bottom: 0;
	_padding-bottom: 2px;
	border: #BCBDBD 0px solid;
}

div.item-image-100-100 div.no-photo-100-100 {
	border: 0;
	_right: 0% !important;	
	_top: 0% !important;		
}
div.item-image-50-50 div.no-photo-50-50 {
	display: none !important;
}
div.item-50-50  a {
	font-size: 0.8em;
}
ul.recent-item {
	margin-top: 5px;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}
/*ul.recent-item li {
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 10px;
	background: url('/image/icon/bullet-list-fancy.gif') 1px 0.8em no-repeat;
}*/
ul.recent-item a {
	text-decoration: none;
}
ul.recent-item a:hover {
	text-decoration: underline;
}
.recent-item-decription {
	float: left;	
	overflow: hidden;
	padding-left:10px;
	padding-top:10px;
	width:200px;
}
.recent-item-decription a {
	text-decoration: none;	
	font-weight: bold;
}
.recent-item-decription a.company-link {
	text-decoration: none;	
	font-weight: normal;
	font-size: 0.8em;
	color: #888;
}
.recent-item-decription a:hover {
	text-decoration: underline;	
}
.recent-item-decription p.company-info {
	font-size: 0.8em;
	color: #888;
	margin-top: 5px;
}
.recent-item-decription div.price {
	height: 1.5em;
	padding-top: 0.5em;
	color: #990000;
	font-weight: bold;
	margin-bottom: 4px;
}
/****************** Vertical align **********/
div.valing-wrapper {
	overflow: hidden;
	position: relative;
	text-align: left;
}
*:first-child+html div.valing-wrapper {
    overflow: hidden;
    position: relative;
}
div.valing-wrapper[class] {
	display: table;
	position: static;
}
div.center-image {
	margin: auto;
}
div.valing-wrapper div.valing-wrapper-inner {
	position: absolute;
	top: 50%;
}
*:first-child+html div.valing-wrapper div.valing-wrapper-inner {
    position: absolute;
    top: 50%;
    width: 100%;
}
 
div.valing-wrapper div.center {
	position: relative;
	right: 50%;
	float: right;
}

*:first-child+html div.center {
	position: relative;
	right: 0;
	float: none;
}

div.valing-wrapper div.center[class] {
	float: none;
}
div.valing-wrapper div.valing-wrapper-inner[class] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
div.valing-wrapper div.valing-wrapper-inner div {
	display: block; 
	position: relative;
	top: -50%;
}
*:first-child+html div.valing-wrapper div.valing-wrapper-inner div {
    position: relative;
    top: -50%;
}
div.valing-wrapper div.center div {
	position: relative;
	z-index: 1;
	_right: -50%;
	margin: auto;
	text-align: center;
} 

/*************** Paging **********************/
div.product-view-pager {
	padding-bottom: 10px;
}
div.product-view-pager a.pager_link {
	border: 0;
}
div.product-view-pager div.paging-wrapper {
	padding-top: 0;
	padding-left: 0;
}
div.paging-wrapper {
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
div.product-view-pager div.paging-wrapper {
	padding-left: 10px;
	display: inline;
}
span.pager_curpage, span.pager_curpage a, a.pager_link {
	text-decoration: none;
	border: #ccc 1px solid;
	padding: 3px 6px 3px 6px;
}
a.pager_link:hover, span.pager_curpage{
	background-color: #eaeaea;
}
span.pager_curpage{
	background-color: #ddd;
}

/****** item list table ***********/
table.price-list {
	
}

table.price-list td h2 {
	color: #0D5878;
	font-size: 1.1em !important;
	font-weight: bold !important;	
}
table.price-list th {
	font-size: 1em !important;	
	font-weight: bold !important;
}


table.price-list tr:hover{
	background-color: #efefef;	
}

table.price-list td{
	padding: 5px 7px 5px 7px !important;
	border-bottom: #ddd 1px solid;
}

table.profile-list{
	width: 100%;
	border-collapse: collapse;
	margin: auto;
}
table.profile-list td {
	border-bottom: #ddd 1px solid;
	padding: 7px 3px 7px 3px;
}
table.profile-list td.section{
	background-color: #eee;
}
table.bill-table td, table.bill-table th {
	border-right: #ddd 1px solid;
}
table.bill-table td.money {
	text-align: right !important;
}
table.bill-table th {
	padding-top: 10px !important;
	border-bottom: #ddd 1px solid !important;
	font-size: 1em !important;
	font-weight: bold !important;
	text-align: center !important;
}
table.bill-table {
	border-left: #ddd 1px solid;
	border-top: #ddd 1px solid;
}


div.testimonial-wrapper {
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;	
	padding-left: 0;
}
div.testimonial-quote-left {
	background-image: url(/image/icon/testimonial-quote-left.gif);
	background-position: 9px 2px;
	background-repeat: no-repeat;
	margin-left: -18px;
	padding-left: 28px;
	position: relative;
	zoom: 1;
}
div.testimonial-quote-right {
	background-image: url('/image/icon/testimonial-quote-right.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-right: 18px;
}
div.testimonial-wrapper p {
	color: #666 !important;
	line-height: 1.4em;
}
div.testimonial-signature {
	text-align: right;
	margin-top: 8px;
}
div.testimonial-signature p {
	font-style: italic;
}

table.product-view-details {
	width: 100%;
	border-collapse: collapse;
}
table.product-view-details td {
	vertical-align: top;
}
table.product-view-details td.image .no-photo-200-200{
	display: none;
}

table.product-view-details td.image img{
	margin-right: 20px;
}


table.product-view-details td.order {
	width: 35%;
}
table.product-view-details td.order div.order-wrapper {
	border: #bbb 1px solid;
	padding: 10px 10px 10px 10px;
}
table.product-view-details td.order div.order-wrapper h1 {
	color: #777;
}
table.product-view-details td.order div.button-order-wrapper {
	float: right;
	margin-top: 15px;
}

table.product-view-details td.order div.button-site-wrapper {
	margin-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
table.product-view-details td.description {
	padding-right: 20px;
}
div.actions-block ol.register-faq {
	margin-bottom: 30px !important;
}
div.actions-block ol.faq li, div.actions-block ol.register-faq li {
	color: #FD9144;
}
ol.faq, ol.register-faq {
	font-size: 2em;
}
ol.faq li, ol.register-faq li {
}
ol.register-faq li p {
	display: block;
	font-size: 0.5em;
}
ol.faq {
	padding-bottom: 10px;	
}
ol.faq li .item-title {
	font-size: 0.5em;
	font-weight: bold;
	color: #222;
	position: relative;
	top: -16px;
	background-color: #fff;
	_line-height: 1.3em;
	padding-bottom: 5px;
}
ol.faq li p {
	color: #222;
	font-size: 0.5em;
	position: relative;
	top: -16px;
	background-color: #fff;
	_line-height: 1.3em;
}
div.news-item-wrapper-main-page {
	float: left;
	width: 48%;
	padding-right: 10px;
	padding-left: 2px;	
}

div.news-item-wrapper {
	margin-top: 10px;
}

div.article-news-delim {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #eee 1px solid;
}
div.news-image-wrapper {
	width: 104px;
	text-align: center;
	border: #e0e0e0 1px solid;
	padding: 2px 2px;
}

a.news-title {
	font-weight: bold;
}

p.news-date {
	font-size: 0.8em;
	color: #777;
	margin-bottom: 5px;	
	margin-top: 0;
}
span.date, p.date {
	font-size: 0.8em;
	color: #777;
}


p.news-preview-text {
	margin-top: 10px;	
}

div.news-photo {
	float: left;
}
div.news-photo div.no-photo-100-100, div.news-photo div.no-photo-300-300 {
	display: none;
}
div.news-photo img {
	margin-right: 8px;
	margin-bottom: 8px;
}
div.recent-price-list-item {
	margin-top: 10px;
}

div.item-wrapper-no-image {
	padding-left: 120px;
}

div.markdown-example-block {
	float: left;
	width: 49%;
}
div.markdown-example-block h4 {
	color: #777;
	margin-bottom: 10px;
	border-bottom: #ccc 1px solid;
}
div.markdown-example-block div.code, div.markdown-example-block div.example {
	margin: 5px 10px 10px 0;
	padding: 10px;
	background-color: #eee;
}

table.product-view-details td.image {
	text-align: center;	
	width: 210px;
}
table.product-view-details td.image a {
	display:block;
}
table.product-view-details td.image div.image-zoom {
	text-align: center;
	width: 200px;
	margin: 5px auto;
}
table.product-view-details td.image div.image-zoom a, div.image-zoom a {
	font-size: 0.8em;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-right: 14px;
	margin-top: 5px;
}
table.product-view-details td.image div.image-zoom a i, div.image-zoom a i {
	background: url('/image/icon/zoom.gif') no-repeat 0 50%;
	width: 16px;
	padding-left: 13px;
	font-size: 13px;
	text-decoration: none;
}
table.product-view-details td.image div.image-preview {
	padding: 12px 5px 2px 5px;
	float:left;
	height:40px;
}

table.product-view-details td.image div img {
	margin:0;
}






/********************************************************************************/

table.tour-page {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;	
	margin: 15px auto 15px auto;	
}
table.tour-page td {
	width: 25%;
	padding:  0 5px 0 5px;
	margin-right: 5px;
	border-right: #E1E1E1 1px solid;
	vertical-align: top;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	text-align: center;
}
table.tour-page td.last {
	border-right: 0;
}

table.intro-tour-horisontal {
	border-spacing: 0;
	border-collapse: collapse;
	float: left;
/*	height: 275px;*/
	width: 100%;
	margin: 25px auto 15px auto;
}
table.intro-tour-horisontal td {
	padding:  0 5px 0 5px;
	margin-right: 5px;
	border-right: #E1E1E1 1px solid;
	vertical-align: top;
	background-position: 50% 100%;
	background-repeat: no-repeat;

	
}
table.intro-tour-horisontal td a {
	display: block;
	height: 100%;
	padding:  0 10px 0px 10px;
	text-decoration: none;
	color: #F7820D !important;
	font-size: 1.4em;
	text-align: center;
}

table.intro-tour-horisontal td a div {
	height: 49px;
	margin: auto;
	cursor: pointer;
	cursor: hand;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

table.intro-tour-horisontal td a span.anchor {
	color: #428BA5;
	text-decoration: underline;
	font-size: 1em;
	font-weight: normal;
	font-family: arial;
	white-space: nowrap;
}

table.intro-tour-horisontal td.last {
	border-right: 0;
}
table.intro-tour-horisontal td#tour_search a {
	width: 136px;
	height: 110px;
	margin: auto;
	background: url('/image/intro_tour/icon_search_everything.png') 50% 0 no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/intro_tour/icon_search_everything.png', sizingMethod='crop');	
	_background-image: none !important;
	*background-image: none !important;	
}
table.intro-tour-horisontal td#tour_register a {
	width: 136px;
	height: 110px;
	margin: auto;
	background: url('/image/intro_tour/icon_register.png') 50% 0 no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/intro_tour/icon_register.png', sizingMethod='crop');
	_background-image: none !important;
	*background-image: none !important;
}
table.intro-tour-horisontal td#tour_publish a {
	width: 136px;
	height: 110px;
	margin: auto;
	background: url('/image/intro_tour/icon_publish_product_service.png') 50% 0 no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/intro_tour/icon_publish_product_service.png', sizingMethod='crop');	
	_background-image: none !important;
	*background-image: none !important;
}
table.intro-tour-horisontal td#tour_new_partnership a {
	width: 136px;
	height: 110px;
	margin: auto;
	background: url('/image/intro_tour/icon_new_partnership.png') 50% 0 no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/intro_tour/icon_new_partnership.png', sizingMethod='crop');	
	_background-image: none !important;
	*background-image: none !important;
}

table.intro-tour-horisontal td#tour_site a {
	width: 136px;
	height: 110px;
	margin: auto;
	background: url('/image/intro_tour/icon_register.png') 50% 0 no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/intro_tour/icon_register.png', sizingMethod='crop');	
	_background-image: none !important;
	*background-image: none !important;
}


/****** Main page item-list **********/

div.main-page-item-list div.subcategory-container {
	border-top: #e6e6e6 1px solid;	
	border-bottom: #e6e6e6 1px solid;
	_border-bottom: none;		
	margin-bottom: 11px;		
	padding: 13px 0 11px 25px;
	background-color: #fff;
}
div.main-page-item-list h2 {
	font-size: 1.4em;
}
div.main-page-item-list div.title, div.main-page-item-list h2 {
	padding-left: 10px;
	_padding-left: 20px;	
	padding-right: 15px;
	padding-top: 5px;
	float: left;
	border-top: #ddd 1px solid;	
	border-right: #ddd 1px solid;		
	background-color: #fff;	
	margin-bottom: -1px;
	margin-top: 4px;
	color: #000;
	/*font-weight: bold;*/
}
div.main-page-item-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
div.main-page-item-list ul ul{
	padding-left: 0.7em;
	padding-right: 1em;	
	margin-bottom: 3px;
}
div.main-page-item-list ul ul li {
	float: left;
	width: 280px;
	margin-right: 4px;
	margin-left: 4px;	
}

div.main-page-item-list ul ul li a:hover {
	text-decoration: underline;
}

div.main-page-item-list ul ul li a {
	background-image: url('/image/content/bullet_regular.gif');
	background-repeat: no-repeat;
	background-position: 4px 11px;
	padding-left: 12px;
	font-weight: normal;
	display: block;
	padding-top: 3px;	
	padding-bottom: 2px;	
}

div.main-page-item-list ul.odd {
	background-color: #f7f7f7;
	margin: 0 -5px 0 -5px;
	padding: 0 5px 0 5px;
	zoom: 1;
}

div.recent-item-image-container {
	float: left;
	width: 330px;
	_width: 320px;
	margin-right: 10px;
}
div.recent-item-list-container {
	float: left;
	width: 290px;
}

div.image-gallery-item-wrapper {
	float: left;
}
div.image-gallery-item-wrapper div.image-gallery-item {
	text-align: center;
	padding: 10px;
}
div.image-gallery-item-wrapper div.image-gallery-text {
	text-align: center;
	margin-top: 8px;
	font-size: 0.9em;
	overflow: hidden;
	width: 100%;
}

table.progress-bar td {
    font: 8pt Arial;
}
table.progress-bar td.green {
    background-color:#AAFFAA;
}
table.progress-bar td.red {
    background-color:#FFAAD4;
}
span.highlight {
    color:red;
}
div.package {
	float: left;
	width: 50%;
}
div.package div.standard {
	padding-right: 20px;
	border-right: #ccc 1px solid;
}
div.package div.basic {
	padding-left: 20px;		
	padding-right: 5px;
	margin-left: -1px;
	border-left: #ccc 1px solid;
}
div.standard-plus {
	background-color: #FFEECA;
	padding: 1px 10px 10px 10px;
	margin-top: 10px;
}
div.standard-plus div.snippet {
	float: right;
	width: 50%;
	margin-left: 10px;
/*	color: red;
	font-size: 1.4em;	
	padding-top: 1em;
	text-align: right;*/
}
div.standard-plus div.snippet h3 {
	color: #ED1C24;
}
div.package div.package-buy, div.standard-plus div.package-buy {
	margin-top: 10px;
}

div.frame-se-label-container {
	text-align: center;
	background-color: #eee;
	padding-bottom: 8px;
	margin-right: -10px;
	margin-left: -10px;
}
div.frame-se-label-wrapper {
	width: 690px;
	margin: auto;
	background: #D21616 url('/image/frame/search-label-frame-bottom-right.gif') 100% 100% no-repeat;
}
div.frame-se-label-inner {
	background: url('/image/frame/search-label-frame-bottom-left.gif') 0 100% no-repeat;
	color: #fff;
	padding: 2px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: tahoma;
	padding: 4px 16px 6px 16px;
	text-align: center;
}
div.frame-se-label-inner a {
	color: #fff;
	text-decoration: none;
}
div.frame-se-label-inner div.close {
	text-align: right;
	margin-top: -15px;
	margin-right: -8px;
}
div.frame-se-label-inner div.close span {
	cursor: pointer;
	cursor: hand;
}
div.small-map div.detail-link-container {
	padding-left: 4px;
}
div.small-map div.detail-link-container a {
	font-weight: bold;
}
div.small-map div.map-content {
	height: 100px;
}
#register_button_benefits_text {
	display: none;
}
#sign_in_block_form {
	display: none;
}
span.price-em {
	font-size: 1.8em;
}
div.site-tour-label {
	float: right;
	margin-top: 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 25px;
	height: 25px;
	background: url('/image/icon/info.gif') 0 50% no-repeat;
	padding-left: 20px;
}
div.site-tour-label a {
	color: #000;
}
div.double-header-tab ul.yui-nav {
	padding: 0 !important;	
	margin: 0 !important;		
	zoom: 1;
}
div.double-header-tab ul.yui-nav li {
	font-size: 1.5em;
	float: left;
	list-style: none;
	padding-left: 0;
}
div.double-header-tab ul.yui-nav em {
	font-style: normal !important;
	/* EI fix */
	zoom: 1;
	cursor: pointer;
	cursor: hand;	
}
div.double-header-tab ul.yui-nav li.selected a {
	border-bottom: 0;
}
div.double-header-tab ul.yui-nav li.selected em {
	background: url('/image/frame/main-page-features-selected.gif ') 50% 100% no-repeat;	
	padding-bottom: 17px;
	margin-bottom: -21px;
	/*IE 6 and 7 hack*/
	*position: absolute;
	_position: absolute;
}
div.double-header-tab div.yui-content, div.illustrated-features-list div.yui-content {
	background: url('/image/frame/main-page-features-bg.gif') repeat-x 0 4px !important;
	clear: both;
	padding-top: 16px;
	padding-left: 15px;
	padding-right: 15px;
	border: 0 !important;	
	/* EI fix */
	zoom: 1;
}
div.illustrated-features-list div.yui-content {
	_margin-top: 0 !important;	
}
div.double-header-tab div.yui-content div#how_to_buy {
	display: none;
}
div.double-header-tab ol.feature-list li, div.illustrated-features-list ol.feature-list li{
	list-style-type: none;
}
div.double-header-tab ol.feature-list li, div.illustrated-features-list ol.feature-list li{
	color: #FD9144;
	font-size: 1.8em;
	margin-left: -40px;
	margin-bottom: 25px;
	padding-left: 45px;
	background-repeat: no-repeat;
}
div.double-header-tab ol.feature-list li h1, div.illustrated-features-list ol.feature-list li h1{
	font-size: 0.9em;
	line-height: 1.2em;
	padding-bottom: 0;
}
div.double-header-tab ol.feature-list li p, div.illustrated-features-list  ol.feature-list li p{
	font-size: 0.56em;
}
ul.landing-page {
	font-size: 1.8em;
	line-height: 1.3em;
}
ul.landing-page li {
	padding-bottom: 0.7em;
}
h1.landing-page {
	font-size: 2.2em;
	line-height: 1.4em;
}
h2.landing-page {
	font-size: 1.8em;
}
div.landing-page-logo {
	text-align: center;
	padding-top: 2%;
	margin-bottom: 6%;
}
div.landing-page-content {
	width: 630px;
	margin: 0 auto 10%;
}
p.landing-page-footer {
	color: #333;
	padding-left: 10%;
}
span.emphasize {
	font-size: 1.4em;
}

div.rounded-fancy-wrapper {
	background: #d7e6eb url('/image/intro_tour/bg.png') 0 0 repeat-x;
	margin: 10px 20px 0 20px;
	zoom: 1;
}

div.rounded-tl {
	background: url('/image/corner-top-left.png') 0 0 no-repeat;
}
div.rounded-tr {
	background: url('/image/corner-top-right.png') 100% 0 no-repeat;
}
div.rounded-bl {
	background: url('/image/corner-bottom-left.png') 0 100% no-repeat;
}
div.rounded-br {
	background: url('/image/corner-bottom-right.png') 100% 100% no-repeat;
}

div.rounded-fancy-content {
	padding: 20px 110px 20px 110px !important;
}

div.rounded-fancy-content h2 {
	line-height: 1.2em; margin-bottom: 15px;
}

div.rounded-fancy-content h2 a {
	font-size: 1.3em;	
}

div#register_button_benefits_tabs div.yui-content div#how_to_buy {
	display: none;
}
.light-tabs-container ul.yui-nav {
	padding-left: 0;	
}
.light-tabs-container ul.yui-nav li {
	font-size: 1.2em;
	float: left;
	list-style: none;
	padding-left: 0;
}
.light-tabs-container ul.yui-nav em {
	font-style: normal !important;
	/* EI fix */
	zoom: 1;
	cursor: pointer;
	cursor: hand;	
	_padding-left: 10px;
	_padding-right: 10px;	
}
.light-tabs-container ul.yui-nav li.selected a {
	border-bottom: 0;
}
.light-tabs-container ul.yui-nav li.selected em {
	background: url('/image/frame/light-tabs-selected.gif') 50% 100% no-repeat;	
	padding-bottom: 6px;
}
.light-tabs-container div.yui-content {
	clear: both;
	padding-top: 1px;
	_padding-top: 0;	
}
div.pdf-spec-download {
	float: left;
	width: 50%;
}
div.pdf-spec-download a {
	display: block;
	background: url('/image/icon/pdf-icon.gif') 0 50% no-repeat !important;
	padding: 8px 0 6px 50px;
	
}
span.owner-text {
	color: #000;
	font-size: 0.6em;
}
span.owner-text a {
	color: #000;
}
.settings .yuimenu .bd {
	background-color:#FFFFFF;
	border: 1px solid #808080;
	padding: 0 5px 0 5px;
	font-size: 1em;
}
h1 .settings .yuimenu .bd {
	font-size: 0.66em;
}
.settings .yuimenu .bd li {
	margin-top: 2px;
	margin-bottom: 2px;
}
.settings .yuimenu .bd li a {
	font-size: 1.3em;
}
.settings .yui-split-button button, .yui-skin-uaprom .yui-menu-button button {
	background: url(/js/yui/build/button/assets/skins/sam/menu-button-arrow.png) 100% 50% no-repeat !important;
	padding: 0 18px 0 5px !important;
	font-size: 0.1em !important;
}

table td.stat-number {
	text-align: right;
	padding-right: 4%;	
}
/* styles for prices at showroom layout */
div.price-on-showroom {
    font-size: 0.8em;
    text-align: right;
    width: 102px;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 20px;
    margin-bottom: -20px;
    top: -21px;
    z-index: 1;
    background-color: #efefef;
    opacity: 0.75;
}
body:nth-of-type(1) div.price-on-showroom { /* chrome and safari only */
	width: 100px;
}
span.price-on-showroom {
	padding: 1px;
    line-height: 20px;
}

/* color bars in yellow hat  */
div.color_bar_at_top {
    float: right;
    min-width: 15px;
    min-height: 15px;
    font-size: 0.6em;
    padding-left: 4px;
}

/* colored squares style */
span.colored-square {
    height: 18px;
    width: 18px;
    margin: 0 2px 2px 2px;
    display: block;
}
.item-200-200 .item-100-100 {
	overflow: hidden;
}
div.top-paging {
	text-align: right;
	padding-right: 20px;
}
div.top-paging div.paging-wrapper {
	padding-top: 0;
}
div.ralated-links {
	margin-top: 15px;
	border-top: #eee 1px solid;
	padding-top: 10px;
}
div.ralated-links a {
	margin-right: 10px;
	line-height: 1.4em;
}
a.link_weight_1 {

}
a.link_weight_2 {
	font-size: 1.3em;
}
a.link_weight_3 {
	font-size: 1.6em;
	line-height: 1.1em;
}
a.link_weight_4 {
	font-size: 1.8em;
	line-height: 1.1em;
}
a.link_weight_5 {
	font-size: 2em;
	line-height: 1.2em;
}
div.tags-root-container {
	text-align:center;
	margin-bottom: 20px;
}
div.tags-root-container a {
	margin-right: 10px;
	line-height: 1.4em;
}
#view_tabs #tag_tab_tags {
	display: none;
}
a.external-link {
	color: #888888;
	font-size:0.9em;
	line-height: 1.1em;
	font-size-adjust: none;
}
text.date {
	width: 70px;
}
div.agency-email-template p {
	margin: 0.6em 0.6em;
}
div.agency-email-template ul {
	margin-top: 0; 
	margin-bottom: 0;
}
div.company-info-button-wrapper {
	float: left; 
	margin-top: 2px; 
	margin-bottom: 2px;
}
div.context-ad-item {
	/*margin-bottom: 6px;
	border: #FD9B38 1px solid;*/
	padding: 3px;
	background-color:#fff;
}
div.context-ad-item div.image{
	float: left;
	margin-right: 6px;
}
div.context-ad-item a{
	display: inline !important;
	font-weight: bold;
	margin-bottom: 3px;
}
div.context-ad-item p{
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
div.context-ad-item div.price {
	padding-top: 0.5em;
	color: #990000;
	font-weight: normal;
	margin-bottom: 3px;
}
div.context-ads-block a {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 1em;
	padding-right: 3px;
}
div.context-ads-block {
	background-color:#FEE3C8;
    border:1px solid #FD9B38;
    margin-bottom:8px;
}

/*
  Colour squares
  #ffa8a8 for red, #b1ffb1 for green, #aaaaff for blue
 */
span.colour-ajax-square {
    display: block;
    width: 15px;
    height: 15px;
    font-size: 0.001em;
    margin-bottom: 5px;
}
img#logo_global{
	vertical-align: top;
	margin-right: 2px;
}
div.iframe-wrapper {
	float: right;
}
body.navigation {
	font-size:0.75em;
}

.yui-skin-sam .yui-ac-container {
    color: white;
}

.yui-skin-sam .yui-ac-content ul {
    color: black; background-color: white;
}
#slider-bg {
    background:url(http://yui.yahooapis.com/2.8.0r4/build/slider/assets/bg-fader.gif) 5px 0 no-repeat;
}

a.collapser {
	text-decoration: none;
	border-bottom: 1px dashed;
}
div.region-select-container {
	background-color: #ffffff;
	border: 1px solid #a3a3a3;
	position: absolute;
	display: none;
	padding: 6px;
	top: 15px;
	z-index:100;
}
div.region-select-container div.button-close {
	float: right;
	font-size: 80%;
}
div.region-select-container div.button-close a {
	text-decoration: none;
}
div.region-select-container ul {
	float: none;
	line-height: 1.4em;
	width: 670px;
}
div.region-select-container ul li {
	float: left;
	width: 200px;
	border-right: none;
	margin-bottom: 4px;
}
div.region-select-container ul li:before {
	content: "\00BB \0020";
	color: #fff;
}
div.region-select-container ul li.selected:before {
	content: "\00BB \0020";
	color: #005599;
}
div.region-select-container ul li.selected a {
	font-weight: bold;
}
div.region-select-container ul li a {
	color: #005599;
	text-decoration: underline;
}
div.region-select-container ul li a:hover {
	color: #E67400;	
}
.hidden {
	display: none !important;
}
p.indent {
	text-indent:20px;
}

.min-width-100 {
    min-width: 100px;
}

