/* ----------------------------------------------------------------------------------------------
	randomBusiness
 ----------------------------------------------------------------------------------------------*/
#random_business {
	width: 250px;
	text-align:center;
}

#random_business .summary {
	width: 100%;
	height: 20px;
	padding: 3px;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
}

#random_business .headline {
	margin-top: 3px;
	margin-bottom: 10px;
	text-transform:uppercase;
}

#random_business .headline a {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	clear: both;
}

#random_business .thumb {
	margin: 10px;
	padding: 10px;
	border: 1px solid #EAEAEA;
}

#random_business .location {
	clear: both;
}

#random_business .more_link {
	width: 100%;
	clear: both;
}

#random_business .more_link a {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#random_business .more_link a:hover {
	color: #CDCDCD;
}


/* ----------------------------------------------------------------------------------------------
	viewBusinessList
 ----------------------------------------------------------------------------------------------*/
#business_list tr.standard {
	background-color:#FFFFFF;
}

#business_list tr.featured {
	background-color:#FFFFDD;
}

#business_list .thumb {
	width: 100px;
	float: left;
}

#business_list .summary {
	height: 20px;
	margin-left: 110px;
	margin-bottom: 5px;
	color: #990000;
	font-size:14px;
	font-weight: bold;
}

#business_list .headline {
	float: left;
	font-size:11px;
}

#business_list .headline a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#business_list .headline a:hover {
	color: #666666;
}

#business_list .display_price {
	float: right;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
}

#business_list .business_detail {
	/* float:left; */
}

#business_list .description {
	margin-left: 110px;
	margin-right: 110px;
	height: 52px;
	text-align: justify;
}

#business_list .nothumb {
	margin-left: 3px;
}

#business_list .icon_list {
	float:right;
	margin-top:-3px;
	padding-right:10px;
}

#business_list .more_link {
	clear: right;
	float: right;
	vertical-align: bottom;
	margin-bottom: 5px;
	padding-right:10px;
}

#business_list .more_link a {
	text-decoration:none;
}

/* ----------------------------------------------------------------------------------------------
	viewBusiness
 ----------------------------------------------------------------------------------------------*/
#view_business {
/*	width: 780px; 
	overflow: hidden;
	border-color:#CDCDCD;
	border-style: solid;
	border-width: 1px; 
	margin: 5px;
	padding: 5px;	*/
	margin-bottom: 10px;
}

#view_business .summary {
	height: 20px;
	padding: 3px;
	margin-bottom: 5px;
	background-color: #990000;
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
}

#view_business .photos {
	float: left;
}

#view_business .main_photo {
	width: 350px;
	float:left;
	border-width: 0px; 
}

#view_business .thumb_list {
	width: 350px;
	float: left;
	clear: left;
}

#view_business .thumb {
	width: 100px;
	height: 100px;
	float: left;
	margin: 3px;
	padding: 4px;
	border: 1px solid #EAEAEA;
}

#view_business .headline {
	float: left;
	margin-left:5px;
}

#view_business .headline a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

#view_business .display_price {
	float: left;
	font-weight:bold;
	margin-top:-10px;
	font-size:14px;
}

#view_business .icon_list {
	float:right;
	margin-top:-10px;
	color:#990000;
	font-weight:bold;
}

#view_business .business_detail {
	float: left;
	width: 300px;
	padding: 5px;
	margin: 5px;
	text-align: justify;
}

#view_business .description {
	margin-top:25px;
}

#view_business .icon_list {
	float:right;
	margin-top:-10px;
	color:#990000;
	font-weight:bold;
}

#vb_back_link {
	text-align: left;
	vertical-align: bottom;
	margin: 5px;
	padding: 5px;
}


/* ----------------------------------------------------------------------------------------------
	viewBusinessImages
 ----------------------------------------------------------------------------------------------*/
#view_business_image {
	width: 100%;
	text-align: center;
	padding: 40px;
}

#view_business_image .main_photo {
	width: 414px;
	height: 414px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-color:#EAEAEA;
	border-style: solid;
	border-width: 1px; 
	text-align: center;
	vertical-align: middle;
}

#view_business_image .thumblist {
	float: left;
	clear: left;
}

#view_business_image .thumb {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 3px;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px; 
	cursor: pointer;
}

/* For non-javascript popup window */
.main_photo_popup {
	margin: 10px;
	padding: 10px;
	border-color:#EAEAEA;
	border-style: solid;
	border-width: 1px; 
}

.thumb_index_popup {
	margin: 5px;
	padding: 5px;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px; 
}

.thumb_index_popup_focus {
	margin: 5px;
	padding: 5px;
	background-color: #EFEFEF;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px; 
}
