/*
** view_page.css 
** CSS - handles styles for all detail view page
** Author: Steve TANGUE
** Date: 20.10.08
** Last edited: 20.10.08
*/





/* view top menu  */
div.view_top_menu
{
	float: left;
	width: 676px;
	margin-left: -8px;
	margin-bottom: 10px;
	margin-top: -12px;
	font-size: 10px;
	background-image: url(../img/h2_centercontent_bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	border-top:1px solid #fff;
	border-bottom: 1px solid #eee;
	padding: 3px 5px 8px 10px;
}

div.view_top_menu a.back_button
{
	float: left;
	width: auto;
}

div.view_top_menu ul
{
	
}

div.view_top_menu li
{
	float: right;
	width: auto;;
	margin-right: 15px;
	margin-left: 10px;
}

div.view_content
{
	float: left;
	width: 340px;
	height: 580px;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.3em;
	color:#666;
}

div.view_content span
{
	margin-top: 10px;
	float: left;
	width: 100%;
}

div.view_image_large
{
	background-color: #fff;
	background-image: url(../img/view_image_large_bg.jpg);
	background-repeat:no-repeat;
	width: 320px;
	height: 245px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

div.view_image_large img
{
	width: 300px;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
}

/*div#map_display*/
div#view_map
{
	float: right;
	background-image: url(../img/view_image_large_bg.jpg);
	background-repeat:no-repeat;
	width: 300px;
	height: 224px;
	padding: 10px;
	/*border:1px solid red;*/
}

div#map_display {

	width:300px;
	height:204px;

}



/* detail view bottom form */
div.contact_form
{
	background-color:#EFF4FA;
	width: 655px;
	height: 200px;
	float: left;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	font-size: 11px;
	line-height: 1.4em;
}

div.contact_form_left_wrapper
{
	width: 320px;
	float: left;
	margin-right: 10px;
}
div.contact_form_right_wrapper
{
	width: 320px;
	float: left;
	position: relative;
}

div.contact_form span
{
	float: left;
	width: 100%;
	margin-top: 10px;
	position: relative;
}

/* form */

div.contact_form label
{
	
}
div.contact_form div.wrapper input
{
	float: left;
	width: 440px;
	margin-top: 10px;
}
div.contact_form textarea 
{
	float: left;
	width: 445px;
	margin-top: 10px;
}

div.contact_form div.wrapper
{
	float: left;
	width: 674px;
}

div.contact_form div.request_button
{
	float: right;
	margin: 10px 20px 0 0;
	font-size: 13px;
}

div.contact_form div.request_button img
{
	float: left;
}

div.contact_form div.request_button span
{
	width: auto;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	cursor: pointer;
}

/* google map print at the bottom */
div.gmnoprint span {
	font-size:8px;
}

/* end of file */

