#breadcrumbs {
	position: relative;
	top: 0px;
	left: 14px;
	width:582px;
	height:auto;
	
	padding: 20px 0px 15px 0px;
	color: #666666;
	font-size: 11px;
}

.breadcrumbs_link {
	text-decoration: none;
	font-style: italic;
	color: #666666;
}

.breadcrumbs_link:hover {
	text-decoration: underline;
}

.st_title {
	position: relative;
	width:566px;
	height:auto;
	
	background: #219fd0;
	
	padding: 10px 8px 10px 8px;
	
	color: #FFFFFF;
	
	font-weight: bold;
	font-size: 14px;
	
	margin-bottom: 20px;
}

#st_brands {
	position:relative;
	top: 0px;
	left: 14px;
	width:582px;
	height:auto;
	
	margin-bottom: 20px;
	
	color: #666666;
}

.st_info_container {
	position:relative;
	width:582px;
}

.st_info_container .st_row {
	position:relative;
	width: 582px;
}

.st_info_container .st_row div {
	float:left;
	text-align:left;
	
	height: 70px;
	
	line-height: 50px;
}

.st_info_container .st_row div.st_caption {
	font-weight: bold;
	color: #007db5;
	
	height: 38px;
	line-height: 38px;
	
	border-top: 1px solid #007db5;
	border-bottom: 2px solid #007db5;
}

.st_info_container .st_row div.capt_flag {
	width: 70px;
	
	color: #FFFFFF;
}

.st_info_container .st_row div.capt_name {
	width: 140px;
}

.st_info_container .st_row div.capt_company {
	width: 176px;
}

.st_info_container .st_row div.capt_web {
	width: 196px;
}



.st_info_container .st_row div.st_flag {
	width: 70px;
	height: 60px;
	
	border-bottom: 1px dotted #cccccc;
	
	overflow: hidden;
	
	padding-top: 10px;
}

.st_info_container .st_row div.st_name {
	width: 130px;
	
	border-bottom: 1px dotted #cccccc;
	
	font-weight: bold;
	
	overflow: hidden;
}


.st_info_container .st_row div.st_company {
	width:176px;
	
	border-bottom: 1px dotted #cccccc;
	
	overflow: hidden;
	
	font-size:11px;
}


.st_info_container .st_row div.st_web {
	width:206px;
	
	border-bottom: 1px dotted #cccccc;
	
	overflow: hidden;
	
	font-size: 11px;
}

.st_web a {
	text-decoration: none;
	color: #666666;
}

.st_web a:hover {
	text-decoration: underline;
}