/* styles to manage the title view of the company */ 
ul.company-title li.name{
	list-style-image: url(../images/icons/list2.gif);	
	margin-left:10px;
}
ul.company-title li.name a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #444444;
}
ul.company-title li.name a:hover {
    text-decoration: underline;
}
ul.company-title li.date {
	list-style: none;
    font-size: 11px;
    font-style: italic;
    color: #444444;
    padding: 0px 0px 0px 10px;
}

/* styles to manage the short view of the company */ 
ul.company-short {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 492px;
}
ul.company-short .clear{
	clear: right;
}
ul.company-short li.logo {
	overflow: hidden;
	width: 62px;
	height: 62px;
	float: left;
	margin-right: 5px;
}
ul.company-short li.logo img {
	border: 1px solid #d0d0d0;
}
ul.company-short li.name {
    overflow: hidden;
	float: left;
	width: 305px;
	display: inline;
	height: 15px;
}
ul.company-short li.name a {
  	text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #444444;
}
ul.company-short li.name a:hover {
    text-decoration: underline;
}
ul.company-short li.premium {
	padding: 0px 20px 0px 0px;
	background-image: url(../images/icons/premium.gif);
    background-repeat: no-repeat;
    background-position: right center;
	font-size: 11px;
	font-style: italic;
	color: #ee5f00;
	float: right;
	display: inline;
}
ul.company-short li.address {
    overflow: hidden;
	float: left;
	width: 410px;
	height: 15px;
	display: inline;
	text-decoration: none;
    font-size: 12px;
    color: #444444;
}
ul.company-short .phone-fax {
	float: left;
	overflow: hidden;
	height: 15px;
	width: 410px;
	text-decoration: none;
    font-size: 12px;
    color: #444444;
}
ul.company-short .email-url {
	overflow: hidden;
	float: left;
	height: 15px;
	width: 410px;
	text-decoration: none;
    font-size: 12px;
    color: #444444;
}
ul.company-short li.more {
    overflow: hidden;
	float: left;
	text-align: right;
	width: 480px;
	height: 15px;
}
/* styles to manage the full view of the company */
ul.company-full {
	list-style: none; 
	margin: 4px 0px 0px 0px;
}
ul.company-full li.date {
    font-size: 11px;
    font-style: italic;
    color: #444444;
    padding: 0px 0px 0px 16px;
	background-image: url('../images/icons/clock.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;    
}
ul.company-full li.name {
	width: 350px;
    font-weight: bold;
    font-size: 15px;
    color: #444444;
	float: left;
}
ul.company-full li.premium {
	padding: 0px 0px 0px 20px;
	background-image: url(../images/icons/premium.gif);
    background-repeat: no-repeat;
    background-position: left top;
	font-size: 11px;
	font-style: italic;
	color: #ee5f00;
	width: 121px;
	float: left;
}
ul.company-full li.logo img {
	border: 1px solid #d0d0d0;
}
ul.company-full li.description {
	font-style: italic;
    font-size: 11px;
    color: #444444;
	margin: 4px 0px 0px 0px;
	text-align: justify;
}
ul.company-full li.source {
    font-size: 11px;
    color: #444444;
}
ul.company-full li.source a {
    text-decoration: none;
    font-size: 12px;
    font-style: italic;
    color: #2d556d;
    padding: 0px 16px 0px 0px;
	background-image: url('../images/icons/ext-link.gif');
    background-position: right top;
    background-repeat: no-repeat;
}
ul.company-full li.source span {
    font-size: 12px;
    font-style: italic;
    color: #2d556d;
}
ul.company-full li.source a:hover {
    text-decoration: underline;
}
ul.company-full li.body {
	margin: 10px 0px 0px 0px;
    font-size: 12px;
	text-align: justify;
}
ul.product {
	height: 120px;
	width: 486px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	background: #ffffff url('../images/tab_ul_bg.png') repeat-x left top;
	overflow: hidden;
	border: 1px solid #d0d0d0;
}
ul.product li.product-photo {
	height: 60px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #d0d0d0;
}
ul.product li.product-name {
	position: absolute;
	top: 5px;
	left: 75px;
}
ul.product li.product-offer {
	position: absolute;
	top: 5px;
	right: 5px;
}
ul.product li.product-description {
	position: absolute;
	top: 70px;
	left: 5px;
	font-style: italic;
}
ul.product li.product-made_in {
	position: absolute;
	top: 25px;
	left: 75px;
}
ul.product li.product-price {
	position: absolute;
	top: 45px;
	left: 75px;
}
ul.product li.product-price span {
	font-weight: bold;
	font-size: 15px;
	color: #0c4d8f;
}
ul.service {
	height: 120px;
	width: 486px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	background: #ffffff url('../images/tab_ul_bg.png') repeat-x left top;
	overflow: hidden;
	border: 1px solid #d0d0d0;
}
ul.service li.service-photo {
	height: 60px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #d0d0d0;
}
ul.service li.service-name {
	position: absolute;
	top: 5px;
	left: 75px;
}
ul.service li.service-description {
	position: absolute;
	top: 70px;
	left: 5px;
	font-style: italic;
}
ul.service li.service-price {
	position: absolute;
	top: 45px;
	left: 75px;
}
ul.service li.service-price span {
	font-weight: bold;
	font-size: 15px;
	color: #0c4d8f;
}
ul.trade_lead {
	height: 120px;
	width: 486px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	background: #ffffff url('../images/tab_ul_bg.png') repeat-x left top;
	overflow: hidden;
	border: 1px solid #d0d0d0;
}
ul.trade_lead li.trade_lead-name {
	position: absolute;
	top: 5px;
	left: 5px;
}
ul.trade_lead li.trade_lead-date {
	position: absolute;
	top: 20px;
	left: 5px;
	font-style: italic;
}
ul.trade_lead li.trade_lead-description {
	position: absolute;
	top: 40px;
	left: 5px;
}
ul.expert {
	height: 120px;
	width: 486px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	background: #ffffff url('../images/tab_ul_bg.png') repeat-x left top;
	overflow: hidden;
	border: 1px solid #d0d0d0;
}
ul.expert li.expert-photo {
	height: 60px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #d0d0d0;	
}
ul.expert li.expert-name {
	position: absolute;
	top: 5px;
	left: 75px;
}
ul.expert li.expert-education {
	position: absolute;
	top: 70px;
	left: 5px;
	font-style: italic;
}