html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #d1e4f3 url(../_images/bgr_header_blue.jpg) repeat-x top left;
	font: 11px Verdana, Tahoma, Arial sans-serif;
	color: #333;
}

form {
	padding: 0;
	margin: 0;
}

input, textarea, select {
	font: 11px Verdana, Tahoma, Arial sans-serif;
	color: #333;
	border: 1px solid #ccc;
	padding: 5px;
}

input[type=text] {
	width: 200px;
	margin-bottom: 5px;
}

input[type=text]:focus {
	background-color: #fefda3;
	border: 1px solid #333;
}

textarea:focus {
	background-color: #fefda3;
	border: 1px solid #333;
}

textarea, .textfull {
	font: 11px Verdana, Tahoma, Arial sans-serif;
	color: #333;
	border: 1px solid #ccc;
	padding: 5px;
	width: 250px;
	height: 100px;
}

h1 {
	margin: 0;
	padding: 0;
}

a.website {
	padding-left: 20px;
	background: url(../_images/link.gif) no-repeat top left;
}

a.email {
	background: url(../_images/email.gif) no-repeat top left;
	padding-left: 20px;
}

table {
	width: 100%;
}

#container {
	width: 910px;
	margin: 0 auto;
}

#content {
	margin-top: 10px;
	line-height: 17px;
}

#content ul li {
	list-style: square;
	margin-left: 30px;
}

#content a {
	color: #ff5400;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content_l {
	line-height: 17px;
	width: 475px;
	float: left;
}

#content_l img {
	max-width: 450px;
}

#content_r {
	float: right;
	width: 425px;
}

#content_full {
	width: 900px;
	line-height: 17px;
}

#multiple_l {
	float: left;
	width: 450px;
	border: 1px solid #727272;
}

#multiple_r {
	float: right;
	width: 450px;
	border: 1px solid #727272;
}

.multiple_header {
	width: 440px;
	padding: 5px;
	background-color: #727272;
	color: #fff;
}

.multiple_content {
	width: 430px;
	height: 200px;
	padding: 10px;
	overflow: auto;
}

#view_settings {
	padding: 5px;
	background-color: #ccc;
	width: 100%;
}

#detail_address {
	float: left;
	text-align: left;
	line-height: 15px;
	margin-bottom: 15px;
	width: 485px;
}

#detail_photos {
	float: right;
	text-align: right;
	width: 420px;
}

#large_photo {
	float: right;
	width: 235px;
}

#banners {
	padding-top: 10px;
	height: 72px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
}

#main_menu {
	width: 910px;
	height: 60px;
	color: #fff;
	background: url(../_images/bgr_menu.png) no-repeat top left;
}

#main_menu_large {
	width: 910px;
	height: 75px;
	color: #fff;
	background: url(../_images/bgr_menu_large.png) no-repeat top left;
}

#main_menu_3rows {
	width: 910px;
	height: 100px;
	color: #fff;
	background: url(../_images/bgr_menu_3rows.png) no-repeat top left;
}

#main_menu_5rows {
	width: 910px;
	height: 150px;
	color: #fff;
	background: url(../_images/bgr_menu_5rows.png) no-repeat top left;
}

#main_menu_3rows ul,
#main_menu_5rows ul {
	width: 670px;
	line-height: 22px;
	margin-top: -5px;
}

#main_menu_large ul {
	width: 665px;
	line-height: 22px;
	margin-top: -5px;
}

#main_menu a,
#main_menu_large a,
#main_menu_3rows a,
#main_menu_5rows a {
	color: #fff;
	text-decoration: none;
}

#menu_items {
	float: left;
	padding: 10px 0 0 10px;
}

#menu_items ul li,
#main_menu_large ul li,
#main_menu_3rows ul li,
#main_menu_5rows ul li {
	float: left;
	color: #fff;
	margin-right: 8px;
}

#menu_items a,
#main_menu_large a,
#main_menu_3rows a,
#main_menu_5rows a {
	color: #fff;
	text-decoration: none;
}

#menu_items a:hover,
#main_menu_large a:hover,
#main_menu_3rows a:hover,
#main_menu_5rows a:hover {
	color: #3db1ff;
}

#menu_search {
	float: right;
}

#menu_search img {
	float: left;
	margin: 9px 10px 0 0;
}

input.search_input {
	border: 0;
	font: 11px Verdana, Tahoma, Arial sans-serif;
	color: #333;
	margin: 10px 23px 0 10px;
	width: 130px;
	padding: 0;
}

input.search_input:focus {
	border: 0;
	font: 11px Verdana, Tahoma, Arial sans-serif;
	color: #333;
	margin: 10px 23px 0 10px;
	width: 130px;
	padding: 0;
	background-color: #fff;
}

#menu_items_2 {
	clear: both;
	float: left;
	margin: 5px 0 0 10px;
	letter-spacing: 2px;
	width: 500px;
}

#main_menu #menu_items_2 {
	clear: both;
	float: left;
	margin: 12px 0 0 10px;
	letter-spacing: 2px;
	width: 500px;
}

#site_selector {
	float: right;
	text-align: right;
	margin: 5px 5px 0 0;
}

#main_menu #site_selector {
	float: right;
	text-align: right;
	margin: 12px 5px 0 0;
}

#site_selector img {
	margin-top: -2px;
}

#site_selector a {
	text-decoration: none;
	color: #fff;
}

#site_selector a:hover {
	color: #ccc;
}

#site_selector_popup {
	display: none;
	position: absolute;
	text-align: right;
	width: 150px;
	color: #fff;
	margin: -7px 0 0 759px;
	background-color: #6a6767;
}

#site_selector_popup ul li.alternative {
	background-color: #555555;
}

#site_selector_popup ul li {
	padding: 5px;
	width: 140px;
	height: 15px;
}

#site_selector_popup ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 9px;
}

#footer a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#thumbs_photos {
	float: left;
	width: 180px;
	margin-right: 5px;
}

#thumbs_photos img {
	float: right;
	margin: 0 5px 10px 5px;
}

/** CLASSES **/
.store_header {
	font-size: 19px;
	font-weight: bold;
}

.listView {
	font-size: 12px;
	padding: 5px;
	width: 100%;
	border-bottom: 1px solid #999;
}

.listView td {
	font-size: 12px;
}

.list-row {
	width: 290px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}


