body {
	background-color: #000;
	color: #000;
	font-family: verdana;
	font-size: 10px;
}

a:link, a:visited {
	color: yellow;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

select {
	width: 245px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	background-color: #ACACAC;
	height: auto !important;
	height: 22px;
}

select option {

}

.right {
	float: right;
	display: block;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	border: solid 1px #000;
}

div#identity {
	background: #000 url('../images/logo.gif') no-repeat; 
	height: 80px;
}

div#identity p {
	text-indent: -99999px;
}

#header {
	background: #000 url('../images/header.jpg') no-repeat;
	border: solid 2px #505050;
	height: 202px;
	width: 745px;
	margin-bottom: 1px;
}

#header h1, #header p {
	text-indent: -99999px;
}

div#stores {
	clear: both;
	background: #000 url('../images/bg.png') no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-top: 0px !important;
	margin-top: -1px;
}

div.control {
	border: solid 2px #505050;
	float: left;
	margin-right: 1px;
	height: auto !important;
	height: 24px;
}

div.store {
	background-color: #505050;
	width: 374px;
	float: left;
	margin: 1px 1px 0 0;
	border-bottom: solid 1px black;
	height: 148px;
}

div.store h2 {
	border: solid 2px #505050;
	background-color: #797979;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}

div.store table {
	width: 100%;
	vertical-align: top;
	margin-bottom: 10px;
}

div.store table tr th, div.store table tr td {
	padding: 1px 0 0 4px;
	vertical-align: top; 
}

div.store table tr th {
	font-weight: bold;
	width: 9em;
}

div.store table tr td {
	color: #fff;
}

label {
	padding: 15px 0;
	display: block;
	/*border: solid 1px #000;*/
	position: relative;
	width: 245px;
	text-indent: -9999999px;
}

label#country_id_label {
	top: 132px;
}

label#region_id_label {
	top: 88px;
	left: 249px;
}

label#city_label {
	top: 44px;
	left: 498px;
}

div#footer {
	background-color: #666;
	height: 20px;
	border-top: solid 1px black;
	border-right: solid 1px black;
	clear: both;
}

div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: yellow;
	text-decoration: none;
}

div#footer span {
	color: white;
	float: left;
	padding: 3px 10px 0 4px;
}

div#footer span.right {
	color: white;
	float: right;
	padding: 3px 10px 0 4px;
}