/* store location */
table.StoreLocations {
	width: 900px;
	margin: 0px;
	padding: 0px;
}
table.StoreLocations td {
	vertical-align: top;
	text-align: left;
	width: 450px;
}


table.StoreLocation {
	width: 450px;
	margin: 0px;
	padding: 0px;
}
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: 60px;
	padding: 2px;
	font-size: 12px;
	color: #333333;
}

#contentleft {
	width: 696px;
	float: left;
}
#contentright {
	width: 200px;
	padding-left: 20px;
	float: right;
}

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

/* sub navigation */
#NavSide{
	width: 198px;
	background-color: #F3F3F3;
}
#NavSide-top {
	height: 30px;
	width: 190px;
	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-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#NavSide-middle {
	height: 24px;
	width: 190px;
	background-color: #eee;
	background-image: url(/images/nav_right_middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 4px;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
}
#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 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	width: 198px;
	list-style-image: none;
	background-image: url(/images/purple-nav.jpg);
	}
#NavSide li a, #NavSide li a:visited, #NavSide li a:active, #NavSide li a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 188px;
	}
#NavSide li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8541c6;
	display: block;
	}
#NavSide li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #330066;
	display: block;
	}


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:#333333;
 	background-color: #f7f7f7;
	border: 1px solid #999999;
	font-size: 13px;
	height: 18px;
}
.txtarea {
	color:#333333;
 	background-color: #f7f7f7;
	border: 1px solid #999999;
	font-size: 13px;
	height: 100px;
}
.radiobtn { background-color: #fff; border-style: none;}
.btn
{
	background-color: #333333;
	color: #fff;
	height: 22px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 5px;
	cursor: pointer;
}
