#details_left_content {
	position: absolute;
	margin-top: 181px;
	width: 460px;
	z-index: 100;
}

#details_brand_background {
	width: 345px;
	height: 94px;
	background-image: url('/images/details_brand_background.jpg');
  text-indent: 25px;
}

.padded_left {
	padding-left: 35px;
}

#details_right_content {
	position: relative;
	padding-left: 515px;
	width: 445px;
}

table#details_title_bar {
	width: 100%;
	font-size: 22px;
	border-bottom: 1px dotted #999;
	
}

table#details_title_bar td.left { 
	color: #c60;
	padding-bottom: 10px;
	border-right: 1px dotted #999;
}
table#details_title_bar td.left_Activity { 
	color: #CC6600;
	padding-bottom: 10px;
	border-right: 1px dotted #999;
}
table#details_title_bar td.left_Lens { 
	color: #336600;
	padding-bottom: 10px;
	border-right: 1px dotted #999;
}
table#details_title_bar td.left_Scene { 
	color: #336600;
	padding-bottom: 10px;
	border-right: 1px dotted #999;
}
table#details_title_bar td.left_Company{ 
	color: #003366;
	padding-bottom: 10px;
	border-right: 1px dotted #999;
}

table#details_title_bar td.right { 
	padding-bottom: 10px;
	padding-left: 10px;
}

table#details_product_details {
	width: 100%;
	padding: 4px;
	font-size: 10px;
}

table#details_product_details td.label {
	font-weight: bold;
	width: 65px;
}

#details_frame_options {
	dsiplay: block;
	padding: 5px 0 5px 0;
}

#details_frame_prev {
	margin-top: 20px;
	margin-right: 5px;
	float: left;
	background-image: url('/images/btn_frame_options_left.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	width: 10px;
	height: 15px;
	cursor: pointer;
}

#details_frame_items {	
	float: left;
	width: 398px;
	height: 62px;
}

#details_frame_next {
	margin-top:20px;
	margin-left: 5px;
	float: left;
	background-image: url('/images/btn_frame_options_right.gif');
	background-repeat: no-repeat;	 
	background-position: 50% 50%;   	
	display: block;
	width: 10px;
	height: 15px;
	cursor: pointer;
}

.details_frame_item {
	float: left; 
	width: 84px; 
	height: 52px;
	padding: 10px 0 0 10px;
}

#details_selected_item {
	background-image: url('/images/details_selected_border.jpg');
	background-repeat: no-repeat;
}

span#details_lens_info_label {
	display: block;
	clear: both;
	font-weight: bold;
	padding-top: 10px;
}

table#details_lens_info {
	width: 100%;	
	border-bottom: 1px dotted #999;
	font-size: 10px;
}

table#details_lens_info td.left {

	border-right: 1px dotted #999;
	padding-right: 10px;
	padding-bottom: 10px;
}

table#details_lens_info td.right {
	padding-left: 10px;
	padding-bottom: 10px;
}

#details_lens_sim_box {
	padding: 14px;
	width: 414px;
	height: 76px;
	background-image: url('/images/details_lens_sim_bg.jpg');
	font-size: 10px;	
}

#details_lens_sim_box img {
	float: right;
}

span.label {
	font-weight: bold;
}