/* store location */
table.StoreLocationFeature {
	width: 700px;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
table.StoreLocationFeature td {
	width: 350px;
	vertical-align: top;
}

table.StoreLocations {
	width: 700px;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	border: none;
}
table.StoreLocations td {
	vertical-align: top;
	width: 350px;
}


table.StoreLocation {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
table.StoreLocation caption {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 3px;
	font-weight: bold;
}
table.StoreLocation td
{
	vertical-align: top;
	padding: 2px;
	font-size: 12px;
}
table.StoreLocation td.field
{
	text-align: right;
	width: 70px;
	padding: 2px;
	font-size: 12px;
	color: #333333;
}

#contentleft {
	width: 560px;
	padding-right: 20px;
	float: left;
}
#contentright {
	width: 170px;
	float: right;
}

table.StoreLocationDetails {
	width: 560px;
	padding: 0px;
	margin: 0px;
}
table.StoreLocationDetails td.address {
	width: 186px;
	vertical-align: top;
}
table.StoreLocationDetails td.contact{
	width: 186px;
	vertical-align: top;
}
table.StoreLocationDetails td.hours{
	width: 186px;
	vertical-align: top;
}


/* CONTACT FORM */
table.EntryTable
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.EntryTable caption
{
	margin: 0px;
	padding: 8px 6px;
	text-align:left;
	font-size: 8pt;
	color: #333;
}
table.EntryTable td
{
	margin: 0px;
	text-align: left;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
table.EntryTable td.field
{
	width: 140px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 5px;
	vertical-align: top;
}
div.SmallError
{
	font-size: 8pt;
	color: red;
}
div.TextErrorSmall
{
	font-size: 8pt;
	color: red;
}
div.TextSmall
{
	font-size: 8pt;
}

.txt {
	color:#111111;
	border-color: #7C7C7C #C3C3C3 #DDDDDD;
	border-width: 1px;
	border-style: solid;
	font-size: 15px;
	height: 18px;
}
.txtarea {
	color:#111111;

	border-color: #7C7C7C #C3C3C3 #DDDDDD;
	border-width: 1px;
	border-style: solid;
	font-size: 15px;
}
.btn {
	background-color: #333333;
	color: #fff;
	height: 22px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 5px;
	cursor: pointer;
}


/* sub navigation */
#NavSide{
	width: 168px;
	background-color: #F3F3F3;
	background-image: url(/images/sidenav-bg.jpg);
}
#NavSide-top {
	height: 30px;
	width: 160px;
	background-image: url(/images/nav_right_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom: 1px solid #006A9D;
}
#NavSide ul {list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;}
#NavSide li {
	background: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #006A9D;
	border-right-color: #006A9D;
	border-bottom-color: #006A9D;
	border-left-color: #006A9D;
	border-right-style: solid;
	border-left-style: solid;
	width: 168px;
	}
#NavSide li a, #NavSide li a:visited, #NavSide li a:active, #NavSide li a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 158px;
	}
#NavSide li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #76B4D2;
	display: block;
	}
#NavSide li a.selected {
	color: #333333;
	text-decoration: none;
	background-color: #ECB802;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	}
