﻿/*
	name:   Culinary Store Page
	file:	culStore.css
*/
.culstore
{
	clear: both;
	width: 990px;
	overflow: auto;
	background: url(    '../images/content_box1_top.gif' ) no-repeat top left; 
	margin-bottom: 20px;
}
.culstore .box
{
	width: 990px;
	overflow: auto;
	background: url(../images/content_box1_btm.gif) no-repeat bottom left;
	z-index: 10;
	margin: 7px 0px 16px 0px;
}
.culstore .box .storeinformation
{
	float: left;
	width: 600px;
	margin-left: 16px;
}
.culstore .map
{
    float: right;
    width: 333px;
}
.culstore .map img
{
    width: 315px;
    height: 315px;
    margin: 9px 16px 0 0;
}
.culstore .storedetails, .culstore .storehours, .culstore .storecontact
{
    font-size: 12px;
    line-height: 1.4em;
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
}
.culstore h2.city
{
    font-size: 23px;
    font-weight: normal;
    line-height: 23px;
    margin: 0px 0px 22px 0px;
}
.culstore h2.name
{
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 14px;
    font-weight: bold;
}
.culstore p.story
{
    font-size: 14px;
    margin-bottom: 10px;
}
.culstore .storedetails dt
{
    width: 100px;


}

.culstore .storedetails label, .culstore .storecontact label, .culstore .storehours label
{
	font-weight: bold;
}
.culstore .storedetails dd a, .culstore .storecontact dd a, .culstore .storehours dd a
{
	color: #444444;
}
.culstore .storedetails dl, .culstore .storecontact dl, .culstore .storehours dl
{
    margin: 0px;
    padding: 0px;
}
.culstore .storedetails .hours
{
    margin-top: 5px;
}
.culstore .storedetails dd.last, .culstore .storecontact dd.last, .culstore .storehours dd.last
{
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
}
.culstore .message h2
{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin: 6px 0 6px 6px;
}
.culstore .message h2 a
{
	color: #444444 /* charcoal */;
	border-bottom: solid 1px white;
}
.culstore .message h2 a:hover
{
	color: #444444 /* charcoal */;
	border-bottom: solid 1px #444444 /* charcoal */;
}
.culstore .message p
{
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 0 6px;
}
.culstore .content2 img
{
	border: solid 1px #AAAAAA /* pale gray or border gray */;
	float: left;
	display: inline;
	height: 42px;
	width: 42px;
	margin: 0 12px 0 0;
}
/* ********************************************
		Cover Styles
   ******************************************** */
.culstore .cover
{
	clear: both;
	display: none;		/* the jQuery shows this block */
	position: relative;
	margin-top: -274px; /* bring the cover up */
	margin-bottom: -0px;
	margin-left: -12px;
	padding: 16px 16px 0 16px;
	top: auto;
	bottom: auto;
	height: 258px;
	width: 452px;
	overflow: hidden;
	background: url(../images/promo_bar_box4_pop_top.gif) no-repeat top left;
	z-index: 10;
}

.culstore .cover img
{
	border: solid 1px #AAAAAA /* border gray */;
	height: 240px;
	width: 240px;
	margin: 0 16px 0 0;
	float: left;
	display: inline;
}
.culstore .cover h3
{
	display: block;
	padding: 0;
	margin: 0;
	padding: 0 0 16px 0;
	line-height: 18px;
	font-size: 18px;
	color: #DB8F21 /* tomato */;
}
.culstore .cover h4
{
	display: block;
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
}
.culstore .cover p
{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.5em;
}
.culstore .cover a
{
	display: block;
	margin-top: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #DB8F21 /* tomato */;
	border-bottom: none; 
}
.culstore .cover a:hover
{
	text-decoration: underline; 
}

.culstore .mapwrap
{
    width: 330px;
    height: 330px;
    float: right;
    padding: 0;
    overflow: hidden;
    margin: 16px 16px 16px 0;
}
.culstore #storemap
{
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}