body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 90%;
	background-color: #fff;
}

a {color: #67b;}
a:visited {color: #669;}
a:hover {color: #ee4444;}

.cat-category,
h1.cat-category,
h2.cat-category,
h3.cat-category,
h4.cat-category,
h5.cat-category,
a.cat-category,
b.cat-category,
a.cat-category:visited {color: #e0a403;}
a.cat-category:hover {color: #ffbc03;}

.cat-vendor,
h1.cat-vendor,
h2.cat-vendor,
h3.cat-vendor,
h4.cat-vendor,
h5.cat-vendor,
a.cat-vendor,
b.cat-vendor,
a.cat-vendor:visited {color: #39780f;}
a.cat-vendor:hover {color: #4da314;}

.cat-technology,
h1.cat-technology,
h2.cat-technology,
h3.cat-technology,
h4.cat-technology,
h5.cat-technology,
a.cat-technology,
b.cat-technology,
a.cat-technology:visited {color: #9f4343;}
a.cat-technology:hover {color: #cf5757;}

.cat-company,
h1.cat-company,
h2.cat-company,
h3.cat-company,
h4.cat-company,
h5.cat-company,
a.cat-company,
b.cat-company,
a.cat-company:visited {color: #0079ea;}
a.cat-company:hover {color: #7db2e3;}

div.prod-pic {
	background-color: #eee;
	position: relative;
}

div.prod-pic a {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	overflow: hidden;
}

#layout {
	width: 100%;
	height: 100%;
	min-width: 930px;
	max-width: 1350px;
}

#layout td {
	text-align: left;
	vertical-align: top;
}

h2.label, h3.label, h4.label {
	color: #888;
}

div.popup_block {
	position: absolute;
	background: #eee;
}

#fader {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
}

#fader .bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .75;
	-filter: alpha(opacity=75);
	position: absolute;
	top: 0;
	left: 0;
}

/* popularity */
.popularity {
	width: 100px;
	height: 21px;
	background-color: #ccc;
	position: relative;
	overflow: hidden;
}
.popularity img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popularity .fill {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ff3c00;
}

/* top partner link */
#top_partner {
	position: relative;
}

#top_partner a {
	position: absolute;
	right:0;
}


/* top links */
#top_links {
	font-size: 80%;
}

#top_links a,
#top_links a:visited {color: #000;}
#top_links a:hover {color: #ee4444;}
#top_links b {color: #ee4444;}

#top_links b {font-weight: normal;}

ul#sws_langs {
	margin-left: 58px;
}

ul#sws_langs li {
	padding-right: 15px;
}

ul#sws_syslinks {
	padding-right: 90px; /* because of top-partner */
}

ul#sws_langs li,
ul#sws_syslinks li {
	float: left;
	position: relative;
	white-space: nowrap;
}

ul#sws_syslinks li {
	padding: 0 	25px 0 22px;
}

ul#sws_syslinks li ins {
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	top: 0;
	left: 0;
	background-image: url(/f/1/sws-sys-icons.gif);
	background-repeat: no-repeat;
}

ul#sws_syslinks li#sws_register { padding-left: 0; margin-top: .25em; } /* graphical button */

ul#sws_syslinks li#sws_homepage ins { background-position: 1px 0; }
ul#sws_syslinks li#sws_sitemap ins { background-position: -20px 0; }
ul#sws_syslinks li#sws_contacts ins { background-position: -39px 0; }
ul#sws_syslinks li#sws_help ins { background-position: -58px 0; }
ul#sws_syslinks li#sws_member ins { background-position: -77px 0; }
/*ul#sws_syslinks li#sws_register ins { background-position: -133px 0; }*/

ul#sws_syslinks li#sws_homepage b ins,
ul#sws_syslinks li#sws_homepage a:hover ins { background-position: 1px -19px; }
ul#sws_syslinks li#sws_sitemap b ins,
ul#sws_syslinks li#sws_sitemap a:hover ins { background-position: -20px -19px; }
ul#sws_syslinks li#sws_contacts b ins,
ul#sws_syslinks li#sws_contacts a:hover ins { background-position: -39px -19px; }
ul#sws_syslinks li#sws_help b ins,
ul#sws_syslinks li#sws_help a:hover ins { background-position: -58px -19px; }
ul#sws_syslinks li#sws_member b ins,
ul#sws_syslinks li#sws_member a:hover ins { background-position: -77px -19px; }
ul#sws_syslinks li#sws_register b ins,
/*ul#sws_syslinks li#sws_register a:hover ins { background-position: -133px -19px; }*/


/* logo */
#layout_logo {
	text-align: center;
	vertical-align: bottom;
	position: relative;
}

img#logo {
	display: block;
	position: relative;
	margin: -10px 0 25px 0;
}


/* search form */
#layout_search_form {
	vertical-align: bottom;
	padding-left: 10px;
}

table#search_form {
	margin: auto 0 13px 0;
	width: 100%;
	border-collapse: separate;
	border: 1px dotted #91b1cf;
	font-size: 80%;
}

#search_form td {
	padding: 5px 10px;
	vertical-align: bottom;
}

#search_form td.search-switcher {
	padding: 10px 0 5px 10px;
}

#search_form .search-switcher span {
	display: inline-block;
	padding: 3px 5px;
	margin-right: 10px;
	color: #24649f;
}

#search_form .search-switcher span.active {
	background-color: #24649f;
	color: #fff;
}

#search_form .search-switcher a {
	display: inline-block;
	padding: 3px 5px;
	color: #24649f;
	text-decoration: none;
}

#search_form .search-switcher a i {
	font-style: normal;
	border-width: 0;
	border-bottom-width: 1px;
	border-style: dotted;
}

#search_form .search-switcher a:hover {
	color: #ee4444;
}

#search_form #search_text {
	width: 99%;
	font-size: 120%;
}

#search_form #search_text.empty {
	color: #999;
}

#search_form #search_category {
	width: 99%;
	font-size: 120%;
}

#search_form #search_category .technologies {
	background-color: #f1e4e4;
}

#search_form #search_submit {
	font-size: 140%;
}

#search_form .search-sample {
	color: #777;
	padding-bottom: 10px;
}

#search_form #sample_query {
	border-bottom: 1px dotted #777;
	cursor: pointer;
}

/* catalogue top navigation */
#catalogue_top_navigation {
	margin: 20px 0 20px 24px;
}

#catalogue_top_navigation th {
	position: relative;
	font-weight: normal;
	padding: 0 10px 5px 10px;
}

#catalogue_top_navigation a,
#catalogue_top_navigation b {
	display: block;
	white-space: nowrap;
	padding: 5px 10px;
}
#catalogue_top_navigation #patent_link {
	white-space: normal;
}

#catalogue_top_navigation b {
	font-weight: normal;
	display: block;
}

#catalogue_top_navigation .selected .cat-category { background-color: #fff1cd;}
#catalogue_top_navigation .selected .cat-vendor { background-color: #f0fcd9;}
#catalogue_top_navigation .selected .cat-technology { background-color: #f1e4e4;}
#catalogue_top_navigation .selected .cat-company { background-color: #d4e8ff;}

/* favorites block */
#favorites {
	display: inline-block;
	padding: 10px 14px 10px 40px;
	margin: 10px 0 0 0;
	background-color: #fff6c8;
	float: left;
}

#favorites .icon {
	display: block;
	height: 25px;
	width: 25px;
	font-size: 1px;
	background: url(/f/1/fav-icon-big.gif) no-repeat 0 0;
	float: left;
	margin: -5px 0 -5px -30px;
}

#favorites_link {
	padding: 0 0 0;
	display: block;
	white-space: nowrap;
}

#favorites_link,
#favorites_link:visited {color: #000;}
#favorites_link:hover {color: #ee4444;}

b#favorites_link {
	font-weight: normal;
	color: #ee4444;
}

/* breadcrumps */
#breadcrumps {
	margin: 0;
	font-size: 85%;
}

#breadcrumps td {
	border: 1px solid #c6c6c6;
	padding: 8px 30px 10px 34px;
}

#breadcrumps b {
	color: #666;
}

#breadcrumps td.technology {
	border-color: #dfa2a2;
	background: url(/f/1/decor-cat-technology.gif) repeat-y 0 0;
}

#breadcrumps td.business_for_sale {
	border-color: #80aeff;
	background: url(/f/1/decor-cat-company.gif) repeat-y 0 0;
}

/* left navigation */
#left_navigation .navigation {
	margin-top: 30px;
	font-size: 90%;
}

#left_navigation .navigation ul {
	background: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#left_navigation .navigation li {
	padding-left: 34px;
	padding-right: 10px;
	line-height: 130%;
}

#left_navigation .navigation li li {
	padding-left: 24px;
}

#left_navigation .navigation li b {
	font-weight: 600;
}

#left_navigation .navigation a.selected {
	font-weight: bold;
}

#left_navigation.technology .navigation {
	background: url(/f/1/decor-cat-technology.gif) repeat-y 0 0;	
}

#left_navigation.business_for_sale .navigation {
	background: url(/f/1/decor-cat-company.gif) repeat-y 0 0;	
}

#left_navigation.technology .navigation .navigation,
#left_navigation.category .navigation .navigation,
#left_navigation.industry .navigation .navigation,
#left_navigation.vendor .navigation .navigation {
	background: none;
}

#left_navigation .navigation .navigation .navigation {
	font-size: 100%;	
}

/* main content */
.main_content .container {
	padding: 35px 30px;
	position: relative;
}

.main_content .container .text .illustration {
	margin: 2em 0 1em 0;
	position: relative;
}
.main_content .container .text .illustration label {
	display: block;
	color: #aaa;
	font-style: italic;
	font-size: 80%;
	width: 20em;
	margin-top: 1em;
}

.main_content .container .text img.intext {
	margin: .5em 1em 1em 0;
}

.main_content .container .text {
	position: relative;
	width: 100%;
}

.main_content h1 {
	margin-right: 30px;
	color: #555;
	position: relative;
}

.main_content dt,
.main_content dd { margin: 0 0 .5em 0; }

.main_content hr.spaced { margin: 2em 0; }

.main_content h1 div.add-2-fav {
	top: 5px;
	right: -20px;
}

.main_content h2 {
	font-style: italic;
	color: #555;
}

.main_content div.prod-pic {
	width: 110px;
	height: 110px;
}

.main_content div.prod-pic a {
	width: 100px;
	height: 100px;
}

.main_content div.prod-pic a.nopic {
	background: url(/f/1/blank_product_bw.gif) no-repeat center center;
}

.main_content .popularity {
	margin-top: -1.1em;
}

.main_content .lead {
	font-size: 80%;
	color: #898989;
	font-style: italic;
	margin-top: .6em;
}

.main_content p.incut {
	margin-left: 50px;
	font-style: italic;
	background-color: #fcf3ed;
	padding: 10px 10px 10px 20px;
	color: #643600;
}

.main_content sup {
	padding-left: 0.4em;
	font-size: 70%;
	color: #333;
}

.main_content .footnote ul {
	font-size: 80%;
	color: #666;
	margin-left: 0;
}

.main_content .footnote sup {
	padding-left: 0;
	font-size: 90%;
}

.main_content dd.price {
	white-space: nowrap;
}

.main_content dd.price span {
	font-size: 170%;
	color: #999;
}

.main_content p.before-list {
	margin-bottom: 0;
}

.main_content .signature {
	font-size: 75%;
	font-style: italic;
	padding-left: 40px;
}
.main_content .signature td {
	padding: 12px 0 12px 20px;
	color: #787878;
}
#layout .main_content .signature td.name {
	font-size: 120%;
	text-align: right;
	color: #000;
}


/* nobullets for navigation list in main_content */
.main_content .container ul.navigation li {//padding-left:0;}
.main_content .container ul.navigation li {//behavior: expression( !this.before && parentNode && parentNode.tagName == 'UL' ? this.before = ( 1  | ( parentNode.style.listStyleImage = 'none' ) | ( this.firstChild && this.firstChild.nodeType != 3 ? ( 1 | ( this.firstChild.style.marginTop = '-1.2em' ) | ( this.firstChild.style.position = 'relative' ) ) : 1 ) | ( this.innerHTML = '' + this.innerHTML ) ) : '' );}
.main_content .container ul.navigation>li:before {content:'';}


/* products list */
.main_content .list {
	width: 100%;
}
.main_content .list .product {
	clear: both;
	margin-bottom: 1em;
	position: relative;
	width: 100%;
}

.main_content .list .product div.add-2-fav {
	top: 0;
	right: 10px;
}

.main_content .list .separator {
	clear: both;
	border-top: 1px dotted #ddd;
	height: 10px;
}
/* new style */
.main_content .list .product {
	min-height: 120px;
}

.main_content .list .product .title,
.main_content .list .product .popularity,
.main_content .list .product .vendor,
.main_content .list .product .category,
.main_content .list .product .lead {
	position: relative;
	margin-left: 130px;
	margin-right: 40px;
}

.main_content .list .product .title,
.main_content .list .product .lead {
	line-height: 140%;
}

.main_content .list .product .vendor,
.main_content .list .product .category,
.main_content .list .product .lead {
	margin-top: 0.5em;
}
.main_content .list .product div.prod-pic {
	position: absolute;
	top: 0;
	left: 0;
}
.main_content .list .product .popularity {
	margin-top: .25em;
}

.main_content .pager {
	margin: 2em 0 0 0;
}
.main_content .pager b.title {
	display: block;
	margin: 0 0 .5em 0;
}

/* favorite relative */
div.add-2-fav {
	position: absolute;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 -20px;
	background-image: url(/f/1/ico-fav.gif);
	cursor: pointer;
	font-size: 1px;

	display: none;
}

div.add-2-fav.active {
	background-position: 0 0;
}

/* product info */
.main_content .gallery {
	position: relative;
	float: left;
	width: 135px;
}

.main_content .gallery div.prod-pic {
	margin-bottom: 15px;
}

.main_content .product-info {
	position: relative;
	margin-top: 1.5em;
	overflow: hidden;
}

.main_content .product-info div.presentation {
	height: 52px;
	background: url(/f/1/ico-presentation.gif) no-repeat 0 0;
	padding: 10px 0 0 55px;
}


/* right column -----------------------------------*/

.right-column .container {
	padding: 91px 0 0 0;
	position: relative;
}

.right-column .prod-list li {
	font-size: 80%;
	line-height: 150%;
}

.right-column h2 {
	margin-top: 0;
}

.right-column h3 {
	margin-top: 1.4em;
}

.right-column .rates-container {
	padding: 10px 0 0 0;
}

.right-column .rates-container .legend {
	margin: 10px 0 5px 4px;
}

.right-column .rates-container .rate-pic {
	width: 118px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: 50% -30px;
}

.right-column .container .right-text {
	font-size: 80%;
	color: #333;
}
.right-column .container .right-text h4 {
	font-size: 110%;
	font-weight: bold;
}
.right-column .container .right-text .illustration {
	margin: 1em 0;
}


/* contact vendor */
#contact_vendor_link {
	display: none;
}

#contact_vendor_link a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#contact_vendor {
	top: 200px;
	right: 20px;
	padding: 25px 25px 15px 25px;
	border-top: 1px solid #ccc;
	background-color: #fff6c8;
}

#contact_vendor.loading {
	background: #eee url(/f/1/ajax-loader.gif) no-repeat center center;
}

#contact_vendor div.message {
	padding: 15px 0 30px 0;
	display: none;
}

#contact_vendor div.message div {
	text-align: center;
	display: none;
}

#contact_vendor div.message div.fail {
	color: red;
}

#contact_vendor form {
	width: 100%;
}
#contact_vendor form div.close {
	text-align: right;
}
#contact_vendor form .row .label {
	width: 1em;
}
#contact_vendor form .row .field {
	padding-left: 0;
}


/* viewer */
#viewer {
	display: inline-block;
	float: left;
}

#viewer a {
	display: block;
	text-align: center;
	background-color: #f4f4f4;
	padding: 10px;
	margin-bottom: 15px;
}

/* bottom navigation */
#bottom_navigation {
	overflow: hidden;
}

#bottom_navigation ul {
	float: left;
	clear: right;
	font-size: 80%;
	margin-top: 1em;
	margin-left: 34px;
}

/* footer */
#footer td {
	font-size: 80%;
	line-height: 150%;
}

#footer #copyright {
	padding: 1.4em 0 10px 34px;
}

#footer #bgroup {
	padding: 1.4em 0 10px 34px;
}

/* separator line */
tr.separator-line td {
	background: url(/f/1/decor-separator-1.gif) repeat-x 0 bottom;
}

/* rounded corners */
.r-star {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}

.r-star .cn {
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url(/f/1/r-star.png);
}

.r-star .cn.tr, .r-star .cn.br {
	margin-left: 100%;
}

.r-star .cn.bl, .r-star .cn.br {
	top:auto;
}






/* splash - promo */
#splash {
	position: absolute;
	top: 3.5em;
	z-index: 10;
	margin-top: 160px;
	width: 100%;
	text-align: center;
}

body#homepage #catalogue_top_navigation,
body#homepage #favorites { margin-top: 180px; }

/* end splash */
