/*CSS Reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

fieldset, img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

button {
	padding:0px;
	margin:0px;
}

/* PAGE WIDE STYLES */

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


body {
	background-image:url("../../images/bg.gif");
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

input {
	padding:1px;
}


input:focus {
	background-color:#FFFFCC;
	padding:1px;
}

/* HEADER */

div#head, div#nav {
	margin-left:auto;
	margin-right:auto;
	width:750px;
}

div#head div {
	margin:0px auto 0px auto;
}

div#head div.right {
	float:right;
}

div#head img {
	border:0px;
}

/* CONTAINER */

div#container {
	width:740px;
	margin:0 auto 0 auto;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	text-align:left;
	padding:5px;
}

/* MERCHANT INFO BOX */

div#top-info {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom:1px solid #BBBBBB;
}

div#info_card {
	float: left;
	width: 495px;
	margin: 0px 5px 0px 0px;
}

div#info_card img.logo { 
	display:block;
	margin-right:5px;
	border:none;
}

div#info_card img {
	display: block;
	margin: 0px 1px 0px 1px;	
}

div#info_card p {
	margin: 0px 0px 0px 1px;
}

#info_card span {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

#info_card span.merchant_name {
	font-size: 20px;
	font-weight:bold;
}

#info_card span.merchant_address {
	font-size: 16px;
	font-weight:bold;
}

#info_card span.merchant_open {
	color: red;
	font-weight: bold;
}
/* BUSINESS FEATURES */

div#business_features {
	float: right;
	width: 230px;
	margin: 0px 0px 5px 0px;
}

div.business_hours {
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	align:center;
}

div.payments {
	align:center;
	border:1px solid #CCCCCC;
	margin-top:10px;
}

div.business_hours h5, div.payments h5 { 
text-align:center;
padding:1px;
background-color:#EEEEEE;
border-bottom:1px solid #CCCCCC;
}

div.business_hours p {
	margin:0px;
	padding:3px;
}

ul#payment_types {
	padding:5px;
	list-style-type:none;
}

ul#payment_types li {
	display:inline;
	margin:5px 4px 5px 4px;
}




/* MERCHANT SEARCH FORM */

form#search {
	float: right;
	width: 230px;
	margin: 5px 0px 5px 0px;
}

form#search input {
	margin-top: auto;
	margin-bottom: auto;
}

form#search button {
	text-align:right;
	position: relative;
	margin-left:5px;
	top:-5px !important;
	top:5px;
	border:0;
	height:30px;
	width:73px;
	background:transparent url(images/search_button.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

form#search button:hover {
	background:transparent url(images/search_hover.gif) no-repeat center top;
}

/* @group About Panel */

div#about_panel {
	padding:5px 0px 5px 0px;
}

div#about {
	line-height: 18px;
}

div#about_panel h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom:1px solid #CCC;	
	font-size:16px;
	margin: 5px 0px 5px 0px;
}

div#about_panel h5 {
	margin-bottom:5px;
}

div#about p {
	margin:5px 0px 5px 0px;
}

img.about_pic {
	float:right;
	background-color:#FFFFFF;
	padding:8px;
	border:1px solid #CCCCCC;
	text-align:center;
	margin:5px 0px 5px 5px;
}

/* @end */

div#driving {
	padding:5px;
	font-size:12px;
}

div#driving th, div#driving div { font-size:12px; }

table.directions th {
	background-color:#EEEEEE;
	font-weight:bold;
	text-align:center;
	border:1px solid #CCCCCC;
	font-size:12px;
}

.googledir td, .googledir div {
	font-size:12px;
}

div#map_container {
	padding:10px 12px 12px 10px !important;
	padding:10px 10px 10px 10px;
	border:1px solid #CCCCCC; 
	height:400px;
	width:410px !important; 
	width:403px;
	margin:12px 0px 0px 0px !important;
	margin:0px;
}

div#map {
 width:100%; 
 height:100%;
 border:1px solid #CCCCCC;
}



ul#featured_on {
	float:right;
	border:1px solid #CCCCCC;
	text-align:center;
	width:738px;
	margin-bottom:3px;
}

ul#featured_on li {
	display:inline;
	padding:20px 8px 20px 8px;
}

ul#featured_on li.head {
	font-weight:bold;
	padding:0px;
		color:black;
}

ul#featured_on a, ul#featured_on a:visited {
	color:#0000EE;
}


div#footer {
	padding-top:5px;
	font-size:10px;
	text-align:center;
	line-height:11px;
}

#driving button {
	text-align:right;
	position: relative;
	border:0;
	height:30px;
	width:120px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background:transparent url(../images/directions_button.gif) no-repeat center top;
}

#driving button:hover {
		background:url(../images/directions_hover.gif) no-repeat center top;
}

#driving form input {
	padding:1px;
}

#driving form input:focus {
	background-color:#FFFFCC;
}

/* @group Reports */
	
	div#merchant_reports_folder {
		padding: 10px;
	}
	
	div#merchant_reports_folder div.noshow, div#merchant_photo_folder div.noshow, div#video_folder div.noshow {
		padding:10px;
		background-color:#6699CC;
	}
	
	div#merchant_reports_folder h4,div#merchant_photo_folder h4, div#video_folder h4 {
		width:80%;
		margin:20px auto 20px auto;
		padding:10px;
		align:center;
		text-align:center;
		background-color:#FFFFFF;
		border-right:1px solid #666666;
		border-bottom:1px solid #666666;
	}
	
	div.merchant_report {
		margin: 0px 0px 8px 0px;
		border: 1px solid #CCCCCC;
		background-color:#D5FDFF;
	}
	
	div.report_header {
		margin: 0px;
		padding: 2px;
		border-bottom:1px solid #CCCCCC;
		background-color:#99CCFF;
	}
	
	div#merchant_reports_folder h2.category {
		float: left;
		padding:2px 0px 2px 2px;
		margin: 0px;
		width:35%;
		font-size:16px;
	}
	
	div.merchant_report h3.region {
		float: right;
		text-align:right;
		padding: 2px 2px 2px 0px;
		position:relative;
		top:4px;
		width:50%;
	}
	
	div.comments {
		padding:2px;
		background-color:#99CCFF;
		border-top:1px solid #CCCCCC;
		color:#000000;
	}
	
	div.comments a {
		color:#000000;
		font-weight:bold;
	}
	
	div.merchant_report .title {
		font-weight:bold;
		font-size:14px;
	}
	
  	div.merchant_report p {
		clear:both;
		margin: 5px;
		line-height:18px;	
	}
	
	div.merchant_report a.view_comments, div.merchant_report a.read_more {
		display: block;
		margin: 0px;
		padding: 5px 0px 0px 5px;
	}
	
	table.report_pics {
		margin:10px auto 10px auto;
	}

	table.report_pics div {
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		padding: 7px 8px 8px 7px !important;
		padding:7px;
		margin:0px auto 0px auto;
		background-color:#FFFFFF;
	}
	
	table.report_pics a {
		border: 1px solid #CCCCCC;
	}	
	
	/* @end */
	
	/* MERCHANT PHOTO FOLDER */
	
	div#merchant_photo_folder {
		padding:10px;
	}
	
	div#merchant_photo_folder table {
		width:100%;
		background-color:#6699CC;
		padding:10px;
		text-align:center;
	}
	
	div#merchant_photo_folder h3 {
		width: 80%;
		background-color:#FFFFFF;
		padding:10px;
		margin:10px auto 10px auto;
		text-align:center;
		border-bottom:1px solid #666666;
		border-right:1px solid #666666;
	}
	
	div.merchant_photo img {
		padding:6px;
		border-right:1px solid #666666;
		border-bottom:1px solid #666666;
		background-color:#FFFFFF;
	}
	
	
	
	/* UNITS FOLDER */
	
	div#units_folder {
		padding:5px;
	}
	
	#units_folder table {
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	margin-top:1px;
	}
	
	#units_folder th {
		padding: 5px;
		text-align: center;
		border-bottom: 1px solid #AAAAAA;
		border-right: 1px solid #AAAAAA;
		font-weight:bold;
	}
	
	#units_folder td {
		border-right: 1px solid #AAAAAA;
		padding:5px; 	
	}
	
	#units_folder tr.header {
		background-color: #EEEEEE;
		border-top: 1px solid #AAAAAA;
	}
	
	/* COLORS FOR UNITS CELLS
	
	   BBRVS:
	   
	   EVEN:  #99CCFF
	   ODD:   #6699CC
	   HOVER: #CC9966
	   
	   WTTHE:
	   
	   EVEN:  #FFCC99
	   ODD:   #DEC071
	   HOVER: #30B3FB
	*/

	#units_folder img {
		border: 1px solid #AAAAAA;
	}
	
	#units_folder table tr.even {
		background-color:#99CCFF;
	}
	
	#units_folder table tr.odd {
		background-color:#6699CC;
		
	}
	
	#units_folder table tr.even:hover, #units_folder table tr.odd:hover {
		background-color:#CC9966;
	}
	
	#units_folder .location, #units_folder .price {
		text-align:center;
	}
	
	#units_folder div.nounits {
		width:100%;
		background-color:#6699CC;
	}
	
	#units_folder h3 {
		width: 80%;
		background-color:#FFFFFF;
		padding:10px;
		margin:10px auto 10px auto;
		text-align:center;
		border-top:1px solid #BBBBBB;
		border-left:1px solid #BBBBBB;
		border-bottom:1px solid #666666;
		border-right:1px solid #666666;
	}


	/* CONTACT FOLDER */
	
	div#contact_folder {
		padding:5px;
	}
	
	div#contact_folder h2 {
		font-size:16px;
		border-bottom:1px solid #CCCCCC;
		width:100%;
	}
	
	div#contact_folder h5 {
		color:#666666;
	}
	
	div#contact_folder .required {
		background-color:#BBD2FF;
	}
	
	#contact_folder button {
		text-align:right;
		position: relative;
		margin-left:5px;
		top:-5px !important;
		top:5px;
		border:0;
		height:30px;
		width:73px;
		background:transparent url(../images/submitbutton.gif) no-repeat center top;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
	}

	#contact_folder button:hover {
		background:transparent url(../images/submithover.gif) no-repeat center top;
	}
	
	#contact_folder .required:hover {
		background-color:#66FF99;
	}
	
	/* VIDEO FOLDER */
	
	div#video_folder { padding:10px; }
	
	#video_folder table { width:100%; border:1px solid #CCCCCC;}
	
	#video_folder tr:hover { background-color:#DAECFA; }
	
	#video_folder td { padding:5px 10px;  }
	
	.video_duration { color:#999999; }
