/****** Containers ******/
div#left{
	float:left;
	width: 333px;
	margin-left: 3px;
}
div#right{
	float:right;
	width: 323px;
	margin-right: 3px;
}
/****** Headers ******/
.header_bold{
	border-top: solid 1px #bbbbbb;
	font-size: 12pt;
	font-weight: bold;
	color:#02468a;
	padding:5px 0px 0px 5px;
}
.sub_header_italic{
    font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #6f6f6f;
	margin-bottom: 5px;
	padding-left: 5px;
}
.header_normal{
	border-top: solid 1px #bbbbbb;
	font-size: 10pt;
	font-weight: bold;
	color:#02468a;
	padding:3px 3px 3px 3px;
}
.header_tight{
	border-top: solid 1px #bbbbbb;
	background-color: #F3F3F3;
	padding: 5px 5px 5px 5px;
	color: #02468A;
	font-weight: bold;
}
/****** Media Rotator ******/
div#media_rotator{
	border: solid 1px #bbbbbb;
	width: 330px;
	height: 248px;
}
div#media_rotator img,
div#media_rotator embed,
div#media_rotator object {
	width: 330px;
	height: 248px;
}
div#thumbnails{
	width: 330px;
	margin-top: 5px;
}
div#thumbnails img{
	width: 78px;
	height: 59px;
	margin: 0px 2px 2px 0px;
	border: solid 1px #bbbbbb;
	float: left;
	cursor: pointer;
}
/****** Contact ******/
#contact_container{
	margin-top:5px;
}
/****** Map ******/
#map_container{
	width: 330px;
	height:250px;
	border: solid 1px #bbbbbb;
	margin-top: 5px;
}
/****** STUFF ******/
.publication_header{
	margin-top:10px;
	font-weight: bold;
	font-size: 10pt;	
	color:#02468A;
	border-top: solid 1px #bbbbbb;
	border-bottom: solid 0px #bbbbbb;
	padding: 5px 0px;
	background-color: #f3f3f3;
}
.publication_content{

	border: solid 0px #bbbbbb;
	padding: 5px;
}
.ad_text{
	padding: 5px;
	border: solid 0px #bbbbbb;
}
table#scf_default{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 323px;
	background-color:#ffffff;
}
table#scf_default tr td{
 	padding: 0px 3px 2px 3px;
	font-size: 8pt;

}
table#scf_default tr td.field{
 	width:50px;
	font-weight: bold;
	font-size: 8pt;
}
table#scf_default tr td.field_r{
 	width:110px;
	font-weight: bold;
	font-size: 8pt;
}
/****** CONTACT SELLER ******/
table#contact_request{
	background-color: #f3f3f3;
	margin-bottom: 10px;
	border-top: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
	width: 100%;
}
table#contact_request tr td{
	padding: 5px 4px;
	font-weight: bold;
	font-size: 8pt;
}
table#contact_request tr td input{
	width: 182px;
}
table#contact_request tr td input#reset{
	width: auto;
	border:1px solid #666666;
	background-color: #fcfcfc;
}
table#contact_request tr td input#submit{
	width: auto;
	border:1px solid #666666;
	background-color: #fcfcfc;
}