@charset "utf-8";

a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	padding-bottom: 0;
	margin-top: 15px;
}
.oneColFixCtrHdr #footer {
	background-color: #000000;
	background-image: url(images/cogs_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 55px;
	padding-top: 0;
	margin-bottom: 35px;
	clear: both;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.menu_fill {
	background-color: #333333;
	height: 25px;
}
h1 {
	font-size: 20px;
	color: #FFCC00;
}
h2 {
	font-size: 16px;
	color: #FFCC00;
	line-height: 16px;
}
.image_holder_01 {
	width: 780px;
	float: left;
}
.image_holder_right_01 {
	width: 780px;
	margin-bottom: 15px;
	z-index: 99;
	float: right;
}

.All_logo_holder_01 {
	width: 780px;
	margin-bottom: 15px;
	z-index: 99;
	float: left;
	clear: both;
}

.pic_holder_right_01 {
	float: right;
	margin-left: 15px;
	background-repeat: no-repeat;
}
.logo_holder_right_01 {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	width: 110px;
	height: 60px;
}
.pic_holder_left_01 {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.mbwcg_holder_01 {
	color: #FFCC00;
	padding-right: 10px;
	float: left;
	height: 55px;
	width: 188px;
	margin-left: 50px;
	font-size: 12px;
}
.fbhi_holder_01 {
	color: #FFCC00;
	padding-right: 80px;
	float: right;
	background-image: url(images/logos/bhiLogo_01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 20px;
	width: 176px;
	font-size: 12px;
}
.footer_text {
	padding-top: 20px;
	float: left;
	padding-left: 35px;
	color: #FFCC00;
}
.footer_footer {
	height: 20px;
	width: 780px;
	float: left;
	background-color: #333333;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 15px;
	color: #FFCC00;
	margin-top: 5px;
}
.footer_footer a:link{

	color: #FFCC00;
}

.footer_footer a:visited {
	color: #FFCC00;
}

.contact_form_dv {
	float: right;
	width: 395px;
}
.t {
	background: url(images/dot.gif) 0 0 repeat-x
}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {
	background: url(images/tr.gif) 100% 0 no-repeat;
	padding:10px;
} 
.priv_policy_cnt {
	width: 450px;
	font-size: 9px;
	text-align: justify;
	float: left;
}

.t_g {background: url(images/dot_g.gif) 0 0 repeat-x}
.b_g {background: url(images/dot_g.gif) 0 100% repeat-x}
.l_g {background: url(images/dot_g.gif) 0 0 repeat-y}
.r_g {background: url(images/dot_g.gif) 100% 0 repeat-y}
.bl_g {background: url(images/bl_g.gif) 0 100% no-repeat}
.br_g {background: url(images/br_g.gif) 100% 100% no-repeat}
.tl_g {background: url(images/tl_g.gif) 0 0 no-repeat}
.tr_g {background: url(images/tr_g.gif) 100% 0 no-repeat; padding:10px}

.t_w {background: url(images/dot_w.gif) 0 0 repeat-x}
.b_w {background: url(images/dot_w.gif) 0 100% repeat-x}
.l_w {background: url(images/dot_w.gif) 0 0 repeat-y}
.r_w {background: url(images/dot_w.gif) 100% 0 repeat-y}
.bl_w {background: url(images/bl_w.gif) 0 100% no-repeat}
.br_w {background: url(images/br_w.gif) 100% 100% no-repeat}
.tl_w {background: url(images/tl_w.gif) 0 0 no-repeat}
.tr_w {background: url(images/tr_w.gif) 100% 0 no-repeat; padding:10px} 



h8 {
	font-size: 10px;
	color: #FFCC00;
	font-weight: bold;
	line-height: 20px;
}
.newsletterad_01 {
	width: 220px;
	float: right;
	font-size: 12px;
}
.ontact_number_dv {
	height: 50px;
	width: 210px;
	float: right;
}
.content_holder_right_01 {
	width: 780px;
	float: right;
	height: 200px;
}
.content_holder_right_01a {
	width: 725px;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 16px;
	text-align: justify;
}

.content_holder_right_01a a {
	display: block;
	width: 100%;
	height: 150px;
	position: relative;


}

.content_pic_holder_right_01 {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	
	
	
}
.image_holder_right_01:hover {
	background-color: #333333;
	}


.content_div_a {
	width: 780px;
}


.image_holder_right_01:hover #tl{
	background: url(images/tl_gb.gif) 0 0 no-repeat;
}

.image_holder_right_01:hover #bl{
	background: url(images/bl_gb.gif) 0 100% no-repeat;
}

.image_holder_right_01:hover #br{
	background: url(images/br_gb.gif) 100% 100% no-repeat;
}

#image_holder_right_01:hover #tr{
	background: url(images/tr_gb.gif) 100% 0 no-repeat;
	padding:10px;
}

#image_holder_right_01:hover #pic_01{

}

.watch_service_pic_right_02 {
	float: right;
	background-image: url(images/watch_service_03_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #pic_02{
	background: url(images/watch_service_03_333.jpg);
}

.watch_service_pic_right_03 {
	float: right;
	background-image: url(images/sending_timepiece_02_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #pic_03{
	background: url(images/sending_timepiece_02_333.jpg) ;
}

.routine_service_pic_right_01 {
	float: right;
	background-image: url(images/routine_service_01_02_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #pic_010101_01{
	background: url(images/routine_service_01_02_333.jpg);
}


.pressure_testing_pic_right_01 {
	float: right;
	background-image: url(images/pressure_testing_01_02_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #pressure_testing_pic_01{
	background: url(images/pressure_testing_01_02_333.jpg);
}
.pressure_testing_pic_right_02 {
	float: right;
	background-image: url(images/pressure_testing_02_01_black.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #pressure_testing_pic_02{
	background: url(images/pressure_testing_02_01_grey.jpg) ;
}
 
.index_pic_01_holder {
	float: right;
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #index_pic_01{
	background: url(images/index_01_04_333.jpg);
}

.index_watch_service {
	float: right;
	background-image: url(images/index_service_01_black.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #index_watch_service_pic{
	background: url(images/index_service_01_grey.jpg) ;
}

.index_shop_pic_holder {
	float: right;
	background-image: url(images/index_shop_01_black.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #index_shop_pic{
	background: url(images/index_shop_01_grey.jpg) ;
}
.content_holder_1-3rd_01 {
	display: block;
	width: 250px;
	margin-bottom: 15px;
	z-index: 99;
	float: right;
	margin-left: 15px;
}
.content_holder_1-3rd_end_01 {
	width: 250px;
	margin-bottom: 15px;
	float: left;
	
}
.content_holder_1-3rd_02 {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
	text-align: justify;
}



.content_spacer_1-3rd_col {
	float: right;
	width: 15px;
}
.index_col2_pic_01_container {
	float: none;
	background-image: url(images/jv_index_pic04_333.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	margin-bottom: 10px;
}
#content_holder_1-3rd_01:hover #index_service_col_pic_01{
	background-image: url(images/jv_index_pic04_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.content_holder_1-3rd_01:hover {
	background-color: #333333;
	}





.content_holder_1-3rd_01:hover #tl{
	background: url(images/tl_gb.gif) 0 0 no-repeat;
}

.content_holder_1-3rd_01:hover #bl{
	background: url(images/bl_gb.gif) 0 100% no-repeat;
}

.content_holder_1-3rd_01:hover #br{
	background: url(images/br_gb.gif) 100% 100% no-repeat;
}

#content_holder_1-3rd_01:hover #tr{
	background: url(images/tr_gb.gif) 100% 0 no-repeat; padding:10px;
}



.index_col1_pic_01_container {
	float: none;
	background-image: url(images/index_04_01_000.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	margin-bottom: 10px;
}
#content_holder_1-3rd_01:hover #index_shop_col_pic_01{
	background-image: url(images/index_04_01_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.index_col3_pic_01_container {
	float: none;
	background-image: url(images/jv_index_pic03_000.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	margin-bottom: 10px;
}
#content_holder_1-3rd_end_01:hover #index_repair_pic_01{
	background-image: url(images/jv_index_pic03_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.content_holder_1-3rd_end_01:hover {
	background-color: #333333;
	}

.content_holder_1-3rd_end_01:hover #tl{
	background: url(images/tl_gb.gif) 0 0 no-repeat;
}

.content_holder_1-3rd_end_01:hover #bl{
	background: url(images/bl_gb.gif) 0 100% no-repeat;
}

.content_holder_1-3rd_end_01:hover #br{
	background: url(images/br_gb.gif) 100% 100% no-repeat;
}

#content_holder_1-3rd_end_01:hover #tr{
	background: url(images/tr_gb.gif) 100% 0 no-repeat; padding:10px;
}



.watch_repair_holder_01 {
	float: right;
	background-image: url(images/repairs_01_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #watch_repair_pic_01{
	background-image: url(images/repairs_01_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.watch_repair_holder_02 {
	float: right;
	background-image: url(images/pocket_watch_01_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #watch_repair_pic_02{
	background-image: url(images/pocket_watch_01_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.sales_pic_01_holder {
	float: right;
	background-image: url(images/junghans/junghans_aerious_3_03_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #sales_pic_01{
	background-image: url(images/junghans/junghans_aerious_3_03_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.header_right_holder {
	height: 129px;
	width: 220px;
	float: right;
}
.header_phone_no {
	width: 220px;
	height: 60px;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

.form_holder_right_01 {
	width: 780px;
	margin-bottom: 15px;
	z-index: 95;
	float: right;
	text-align: justify;
	font-size: 16px;
}

.form_holder_right_01:hover {
	background-color: #333333;
	}


.form_holder_right_01:hover #tl{
	background: url(images/tl_gb.gif) 0 0 no-repeat;
}

.form_holder_right_01:hover #bl{
	background: url(images/bl_gb.gif) 0 100% no-repeat;
}

.form_holder_right_01:hover #br{
	background: url(images/br_gb.gif) 100% 100% no-repeat;
}

#form_holder_right_01:hover #tr{
	background: url(images/tr_gb.gif) 100% 0 no-repeat; padding:10px;
}

#form_holder_right_01:hover #pic_01{
	background: url(images/watch_service_01_01_grey.jpg) ;
}


#form_holder_right_01:hover #form_container_02_bl{
		background: url(images/bl_333_888_000.gif) 0 100% no-repeat;
}

.form_holder_right_01:hover #form_container_02_br{
	background: url(images/br_333_888_000.gif) 100% 100% no-repeat;
}

#form_holder_right_01:hover #form_container_02_tr{
		background: url(images/tr_333_888_000.gif) 100% 0 no-repeat; padding:10px;
}

.form_holder_right_01:hover #form_container_02_tl{
	background: url(images/tl_333_888_000.gif) 0 0 no-repeat;
}

.form_holder_right_01:hover #form_container_02_t {background: url(images/dot_888.gif) 0 0 repeat-x}
#form_holder_right_01:hover #form_container_02_b {background: url(images/dot_888.gif) 0 100% repeat-x}
.form_holder_right_01:hover #form_container_02_l {background: url(images/dot_888.gif) 0 0 repeat-y}
.form_holder_right_01:hover #form_container_02_r {background: url(images/dot_888.gif) 100% 0 repeat-y}




.newsletter_div {
z-index: 99;
	width: 370px;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #000000;
}
#ind_newsletter_div:hover {
	background-color: #222222;
	
	}
#ind_newsletter_div:hover #form_container_02_t {background: url(images/dot_b.gif) 0 0 repeat-x}

#ind_newsletter_div:hover #form_container_02_t {background: url(images/dot_b.gif) 0 0 repeat-x}
#ind_newsletter_div:hover #form_container_02_b {background: url(images/dot_b.gif) 0 100% repeat-x}
#ind_newsletter_div:hover #form_container_02_l {background: url(images/dot_b.gif) 0 0 repeat-y}
#ind_newsletter_div:hover #form_container_02_r {background: url(images/dot_b.gif) 100% 0 repeat-y}

#ind_newsletter_div:hover #form_container_02_bl{
		background: url(images/bl_333_000_222.gif) 0 100% no-repeat;
}

#ind_newsletter_div:hover #form_container_02_br{
	background: url(images/br_333_000_222.gif) 100% 100% no-repeat;
}

#ind_newsletter_div:hover #form_container_02_tr{
		background: url(images/tr_333_000_222.gif) 100% 0 no-repeat; padding:10px;
}

#ind_newsletter_div:hover #form_container_02_tl{
	background: url(images/tl_333_000_222.gif) 0 0 no-repeat;
}

.contact_form_dv:hover {
	background-color: #333333;
	}

.contact_form_dv:hover #tl{
	background: url(images/tl_gb.gif) 0 0 no-repeat;
}

.contact_form_dv:hover #bl{
	background: url(images/bl_gb.gif) 0 100% no-repeat;
}

.contact_form_dv:hover #br{
	background: url(images/br_gb.gif) 100% 100% no-repeat;
}

.contact_form_dv:hover #tr{
	background: url(images/tr_gb.gif) 100% 0 no-repeat; padding:10px;
}

.trade_macticker_pic_holder {
	float: right;
	background-image: url(images/macticker_logo_01_000.gif);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #trade_macticker_pic_01{
	background-image: url(images/macticker_logo_01_333.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.trade_newsletter_pic_holder {
	float: right;
	background-image: url(images/trade_newsletter_pic_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
}
#image_holder_right_01:hover #trade_newsletter_pic_01{
	background-image: url(images/trade_newsletter_pic_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}



.macticker_pressure_pic_right_01 {
	float: right;
	background-image: url(images/macticker_rain_000.gif);
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#image_holder_right_01:hover #macticker_pressure_pic_rain{
	background-image: url(images/macticker_rain_333.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.macticker_pressure_pic_right_02 {
	float: left;
	background-image: url(images/macticker_carwash_000.gif);
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#image_holder_right_01:hover #macticker_pressure_pic_carwash{
	background-image: url(images/macticker_carwash_333.gif);
	background-repeat: no-repeat;
	background-position: center;
}



.macticker_pressure_pic_right_03 {
	float: right;
	background-image: url(images/macticker_snorkel_left_000.gif);
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#image_holder_right_01:hover #macticker_pressure_pic_snorkel{
	background-image: url(images/macticker_snorkel_left_333.gif);
	background-repeat: no-repeat;
	background-position: center;
}



.macticker_pressure_pic_right_04 {
	float: left;
	background-image: url(images/macticker_shark_right_000.gif);
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#image_holder_right_01:hover #macticker_pressure_pic_shark{
	background-image: url(images/macticker_shark_right_333.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.macticker_pressure_pic_right_05 {
	float: right;
	background-image: url(images/macticker_octo_000.gif);
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#image_holder_right_01:hover #macticker_pressure_pic_octo{
	background-image: url(images/macticker_octo_333.gif);
	background-repeat: no-repeat;
	background-position: center;
}


.warranty_pic_right_01 {
	float: right;
	background-image: url(images/warranty_repairs_02_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#image_holder_right_01:hover #warranty_pic_01{
	background-image: url(images/warranty_repairs_02_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}



.pocket_watch_pic_right_01 {
	float: right;
	background-image: url(images/pocket_watch_02_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#image_holder_right_01:hover #pocket_watch_pic_pic_01{
	background-image: url(images/pocket_watch_02_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.trade_holder_01 {
	float: right;
	background-image: url(images/junghans/trade_pic_01_tempus_chr_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#image_holder_right_01:hover #trade_pic_01{
	background-image: url(images/junghans/trade_pic_01_tempus_chr_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.trade_holder_02 {
	float: right;
	background-image: url(images/trade_repairs_01_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#image_holder_right_01:hover #trade_pic_02{
	background-image: url(images/trade_repairs_01_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.trade_sales_pic_right_01 {
	float: right;
	background-image: url(images/trade_sales_01_000.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#image_holder_right_01:hover #trade_sales_pic_01{
	background-image: url(images/trade_sales_01_333.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.macticker_pic_holder_01_000 {
	float: right;
	background-image: url(images/macticker_logo_01_000.gif);
	margin-left: 45px;
	background-repeat: no-repeat;
	margin-right: 20px;
}
#image_holder_right_01:hover #macticker_pic_01{
	background-image: url(images/macticker_logo_01_333.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.junghans_ad_holder_01 {
	width: 780px;
	margin-bottom: 15px;
	z-index: 99;
	float: right;
	clear: both;
	background-color: #FFFFCC;
	color: #333333;
}

.t_ffc {
	background: url(images/dot.gif) 0 0 repeat-x
}
.b_ffc {background: url(images/dot.gif) 0 100% repeat-x}
.l_ffc {background: url(images/dot.gif) 0 0 repeat-y}
.r_ffc {background: url(images/dot.gif) 100% 0 repeat-y}
.bl_ffc {background: url(images/bl_ffc_y_000.gif) 0 100% no-repeat}
.br_ffc {background: url(images/br_ffc_y_000.gif) 100% 100% no-repeat}
.tl_ffc {background: url(images/tl_ffc_y_000.gif) 0 0 no-repeat}
.tr_ffc {
	background: url(images/tr_ffc_y_000.gif) 100% 0 no-repeat;
	padding:10px;
} 

.junghans_ad_holder_01 p {margin-top:0em} 
.junghans_ad_holder_01 h1{margin-bottom:0em}

.t_CC0 {background: url(images/dot_fc0.gif) 0 0 repeat-x}
.b_CC0 {background: url(images/dot_fc0.gif) 0 100% repeat-x}
.l_CC0 {background: url(images/dot_fc0.gif) 0 0 repeat-y}
.r_CC0 {background: url(images/dot_fc0.gif) 100% 0 repeat-y}
.bl_000_CC0_000 {background: url(images/corner_bl_01_000_CC0_000.gif) 0 100% no-repeat}
.br_000_CC0_000 {background: url(images/corner_br_01_000_CC0_000.gif) 100% 100% no-repeat}
.tl_000_CC0_000 {background: url(images/corner_tl_01_000_CC0_000.gif) 0 0 no-repeat}
.tr_000_CC0_000 {background: url(images/corner_tr_01_000_CC0_000.gif) 100% 0 no-repeat; padding:5px}





.bl_000_CC0_ebe7da {background: url(images/corner_bl_01_000_CC0_ebe7da.gif) 0 100% no-repeat}
.br_000_CC0_ebe7da {background: url(images/corner_br_01_000_CC0_ebe7da.gif) 100% 100% no-repeat}
.tl_000_CC0_ebe7da {background: url(images/corner_tl_01_000_CC0_ebe7da.gif) 0 0 no-repeat}
.tr_000_CC0_ebe7da {background: url(images/corner_tr_01_000_CC0_ebe7da.gif) 100% 0 no-repeat; padding:5px}

.content_holder_01_ebe7da {
	width: 780px;
	margin-bottom: 15px;
	z-index: 99;
	float: right;
	background-color: #FFFFCC;
	color: #454a4e;
}
.dealer_location {
	float: left;
	padding-left: 35px;
	padding-top: 45px;
	color: #454a4e;
}
.mapdiv {
	float: left;
	width: 384px;
	padding-left: 16px;
}
.junghans_content_01 {
	width: 740px;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 16px;
	text-align: justify;
	color: #454a4e;
}
.dealer_results_div_01 {
	clear: both;
	float: left;
	color: #454a4e;
	padding-top: 20px;
}
.dealer_info_div {
	height: 125px;
	width: 300px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #000000;
	margin-bottom: 30px;
	margin-left: 46px;
	font-size: x-small;
	color: #454a4e;
}
