@CHARSET "UTF-8";

body {
	background-color: white;
	color: #444;
	font-family: arial;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 1020px;
}

input[type='button'], button {
	background: -moz-linear-gradient(top, #fff 0, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e2e2e2));
	border: 1px solid #ccc;
	color: #555;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
button:active {
	position: relative;
	top: 1px;
	left: 1px;
}

input[type='text'] {
	background-color: white;
	border: 1px solid #999;
	font-size: 20px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type='image'] {
	-webkit-box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}

.map {
	position: absolute;
	width: 400px;
	height: 300px;
	border: 1px solid #333333;
}

#MapImage {
	position: relative;
}

#ImageCont {
	border: 1px solid #333333;
	position: relative;
	width: 400px;
	height: 300px;
}

.map_box {
	border: 1px solid #cccccc;
	padding: 15px !important;

	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;

	background: -moz-linear-gradient(top, #fff 0, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e2e2e2));
}

.map_price {
	background-color: lightgray;
	color: white;
	font-size: 14px;
	font-weight: bold;
	float: right;
	padding: 10px 20px 10px 20px;
	position: relative;
	top: -15px;
	right: 0px;

	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;

	text-shadow: 2px 2px 3px #666;

	background: -moz-linear-gradient(top, #e2e2e2 0, #b2b2b2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e2e2e2), color-stop(1, #b2b2b2));
	background: linear-gradient(top, #e2e2e2, blue 50%, #b2b2b2);
}

.locrMap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 300px;
}

.header_height {
	height: 35px;
}

.part {
	height: 335px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}

.style_list {
	float: left;
	text-align: center;
	width: 50%;
}

.style_description {
	font-size: 12px;
	max-width: 116px;
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.style_1_off {
	background-image: url(../gfx/png/styles.png);
	background-position: -69px -4px;
	width: 59px;
	height: 59px;
}
.style_2_off {
	background-image: url(../gfx/png/styles.png);
	background-position: -69px -70px;
	width: 59px;
	height: 59px;
}
.style_1_on {
	background-image: url(../gfx/png/styles.png);
	background-position: -3px -4px;
	width: 59px;
	height: 59px;
}
.style_2_on {
	background-image: url(../gfx/png/styles.png);
	background-position: -3px -70px;
	width: 59px;
	height: 59px;
}

.loader {
	position: absolute;
	top: 117px;
	left: 167px;
}

.no_photo {
	position: absolute;
	top: 100px;
	left: 150px;
}

.star_price {
	position: relative;
	bottom: -15px;
	color: gray;
	text-align: right;
	font-size: 10px;
}

.powerer_by_locr_maps {
	text-align: right;
	font-size: 12px;
}

.apply_button {
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.annotation {
	display: inline-block;
	text-align: center;
	float: left;
	margin-right: 10px;
	position: relative;
	top: 0px;
	left: 0px;
}
div.annotation {
	border: 1px solid #cccccc;
	width: 18px;
	height: 18px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	background: -moz-linear-gradient(top, #fff 0, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e2e2e2));
}
img.annotation {
	width: 25px;
	height: 25px;
}