﻿.shop_details_container
{
	height:100%;
	border: solid 1px #000000;
	display:block;
	min-height:670px;
	margin-left:5px;
	padding:5px;
}
.details_header
{
	position:relative;
	font-family:Garamond;
	font-weight:bold;
	font-size:20px;
	width:100%;
}
.details_map
{
	position:relative;
	margin-top:15px;
	height:38%;
	width:31.5%;
	min-height:355px;
	min-width:100px;
}
.shop_details_image_container
{
	position:relative;
	width:303px;
	height:228px;
	border:solid 2px #000000;
}
.shop_details_image
{
	position:relative;
	width:300px;
	height:225px;
	border:solid 1px #C2C0C0;
}
.shop_details_toolbar
{
	font-family:Garamond;
	font-size:12px;
	cursor:pointer;
}

.shop_details_toolbar img
{
	vertical-align:middle;
	border:none;
}
.shop_details_reviews
{
	width:65%;
	height:60%;
	overflow:scroll;
	float:right;
	margin-top:-390px;
}
.shop_details_contactinfo
{
	width:65%;
	height:25%;
	overflow:hidden;
	float:right;
	margin-top:-615px;
	vertical-align:top;
}
.shop_details_contactinfo_ul
{
	padding:0;
	vertical-align:top;
}
.shop_details_contactinfo_ul li
{
	padding:0;
	text-align:left;
	font-family:Garamond;
	font-size:14px;
	display:block;
}
.review_message_container
{
	padding:3px;
}
.review_message
{
	width:550px;
	height:75px;
}
.address_container
{
	width:100%;
}
.street_container
{
	float:left;
	width:32%;
}
.city_container
{
		float:left;
	width:32%;
}
.state_container
{
	float:right;
	width:32%;
}
.zip_container
{
	float:right;
	width:32%;
}

