@charset "UTF-8";
html {
	background:#000 url(/images/bg1.jpg) no-repeat 50% 0;
}

body {
	padding:0;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
/*	background:url(/images/bodybg.jpg) no-repeat bottom right;/**/
}

#main {
	width:930px;
	margin:0 auto;
	background:url(/images/dimmer.png);
	padding:20px 15px;
	overflow:hidden;
	position:relative;
}

#main #sidebar {
	float:left;
	width:200px;
	background:#fff url(/images/sidebar_bg.gif) repeat-y;
	color:#000;
	padding:20px 15px;
	margin-right:15px;
}

#main #content {
	background:#fff;
	color:#000;
	padding:20px 15px;
	float:left;
	width:655px;
}

#main #content,
#main #sidebar {
  padding-bottom:32767px;
  margin-bottom:-32767px;
}


#meta {
	clear:both;
	background:url(/images/dimmer.png);
	margin:0 auto;
	width:930px;
	padding:15px;
}

#meta #content {
	padding:15px;
	background:#fff;
	color:#777;
	text-align:center;
	font-size:11px;
}

#head {
	height:100px;
	background:url(/images/title.png) no-repeat;
	width:960px;
	margin:0 auto;
	position:relative;
}


.icon{
	display:inline-block;
	zoom:1;
	overflow:hidden;
	text-decoration:none;
	font-size:0;
	background:url(/images/icons-24.png) no-repeat;
}

.icon-twitter{
	width:15px;
	height:15px;
	background-position:0px 0px;
}
.icon-facebook{
	width:15px;
	height:15px;
	background-position:-16px 0px;
}
.icon-vkontakte{
	width:15px;
	height:15px;
	background-position:-32px 0px;
}

.social{
	display:inline-block;
	zoom:1;
	position:absolute;
	top:-9px;
	right:0px;
}
.social li{
	position:relative;
	display:inline;
	margin:0 1.5em 0 20px;
}
.social .icon{
	left:-20px;
	top:0;
	position:absolute;
}
.social a{
	color:#fff;
}

#head #seasonstart {
	position:absolute;
	top:70px;
	left:310px;
	font-size:14px;
	font-weight:bold;
/*	display:none;*/
}

#head #topright {
	position:absolute;
	top:0px;
	left:646px;
	width:250px;
	height:130px;
	padding:10px 0px;
	color:#fff;
	font-size:11px;
}

#head #topright a {
	color:#fff;
}

#head #topright input {
	font-size:11px;
	border:1px #ccc solid;
}

#head #topright .button {
	background:#dd3602;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px #dd3602 solid;
	height:18px;
	margin:0;
}

#menu1 {
	background:#ebebeb url(/images/mnu1.png) repeat-x;
	color:#6b6b6b;
	height:40px;
	padding:0;
	margin:0;
}

#menu2 {
	background:#dd3602 url(/images/mnu2.png) repeat-x;
	color:#fff;
	height:32px;
	padding:0;
	margin:0;
}

#menu1 #container {
	width:960px;
	height:40px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#menu1 #container #items {
/*	width:960px;/**/
/*	margin:0 auto;/**/
	text-transform:uppercase;
	height:40px;
	width:730px;
}

#menu1 #container #items a {
	color:#6b6b6b;
	text-decoration:none;
	padding:13px 15px;
	font-size:12px;
	height:12px;
	float:left;
}

#menu1 #container #items a:hover {
	color:#dd3602;
}

#menu1 #container #items a.active {
	font-weight:bold;
	color:#dd3602;
}

#menu1 .div {
	color:#6b6b6b;
	float:left;
	padding:12px 0;
	height:12px;
	font-size:12px;
}

#menu1 #container #search1 {
/*	float:right;/**/
	position:absolute;
	top:0px;
	left:735px;
	padding:10px 0px;
	margin:0;
	width:225px;
	height:40px;
}

#menu1 #container #search1 form {
	margin:0;
	padding:0;
}
#menu1 #container #search1 input {
	font-size:12px;
	line-height:14px;
	padding:1px;
	margin:0px;
	border:1px #CCC solid;
	height:15px;/**/
}

#menu1 #container #search1 input.blur {
	color:#aaa;
}

#menu1 #container #search1 .button {
	background:#dd3602;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px #dd3602 solid;
/*	padding:1px;/**/
	height:18px;
	margin:0;
}

#menu2 #items {
	width:960px;/**/
	margin:0 auto;
	font-weight:bold;
	text-transform:uppercase;
/*	padding:9px;/**/
/*	text-align:center;/**/
	height:32px;
}

#menu2 #lm {
	width:0px;
	height:14px;
	padding:9px 0px;
	border-right:1px #f14803 solid;
/*	display:inline;/**/
	float:left;
}

#menu2 #rm {
	width:0px;
	height:14px;
	padding:9px 0px;
	border-left:1px #b92700 solid;
/*	display:inline;/**/
	float:left;
}

#menu2 #items a {
	border-left:1px #b92700 solid;
	border-right:1px #f14803 solid;
	padding:9px 30px;
	margin:0;
	font-size:14px;
/*	line-height:14px;/**/
	color:#fff;
	text-decoration:none;
	height:14px;
	float:left;
}

#menu2 #items a:hover, #menu2 #items a.active {
	background:#000;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
}

h1,h2,h3,h4,h5,h6 {
	color:#dd3602;
	margin:0;
	padding:0;
	padding-bottom:5px;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

img {
	border:0px;
}

.item {
	overflow:hidden;/**/
	font-size:14px;
	padding:10px;/* 0px 10px 0px;/**/
	background:url(/images/gradient.png) repeat-x;
}

.itemrightblock {
	width:100px;
	text-align:center;
	float:left;
	margin-right:10px;
/*	padding-bottom:10px;*/
}

.itemphoto {
	float:left;
	border:1px #aaa solid;
	width:100px;
	height:100px;
	margin-right:20px;
	margin-bottom:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.iteminfo {
	margin-left:121px;
	font-size:12px;
	color:#000;
	padding:5px 0px 5px 0px;
}

.iteminfoval {
	color:#000;
}

.iteminfoskills {
}

.iteminfo a, .iteminfo a:visited {
	text-decoration:underline;
	color:#000;
	white-space:nowrap;
}

.iteminfo a:hover {
	text-decoration:none;
}

a.h1, a.h1:visited {
	color:#dd3602;
	font-size:14px;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	display:inline;
	text-decoration:underline;
}

a.h1:hover {
	text-decoration:none;
}

.itemprice {
	display:inline;
}

.leftindent15 {
/*	text-indent:-15px;/**/
	padding-left:15px;
}

.pagetitle {
	color:#dd3602;
	font-size:18px;
	padding-bottom:7px;
}

.pagetitle a {
	color:#dd3602;
	text-decoration:none;
}

.pagetitle a:hover {
	text-decoration:underline;
}

.aligncenter {
	text-align:center;
}

.alignright {
	text-align:right;
}

.news {
/*	padding:10px;/**/
/*	margin-bottom:10px;/**/
	clear:both;
	overflow:hidden;
/*	text-align:justify;/**/
}

.newsphoto {
	float:left;
	border:1px #CCC solid;
	padding:5px;
	margin:0px;
	margin-right:10px;
	margin-bottom:10px;/**/
	line-height:0;
}

.newsdate {
	color:#555;
	font-size:10px;
	padding-bottom:2px;
}

.newstitle {
	color:#010101;
	font-size:12px;
}

.newstitle a{
	color:#010101;
	text-decoration:underline;
}

.newstitle a:hover {
	text-decoration:none;
}

.newsdescr {
	font-size:11px;
	color:#383838;
	padding-top:5px;
	padding-bottom:10px;
}

.pagenavi {
	clear:both;
	text-align:center;
	padding:10px 0px 20px 0px;
	white-space:nowrap;
}

.error {
	padding:3px;
	color:#F00;
	font-size:12px;
	font-weight:bold;
}

.tdodd {
	background:#eee;
}

.italic {
	font-style:italic;
}

.small {
	font-size:80%;
}


.clear {
	clear:both;
}

.required {
	color:#F00;
	font-size:10px;
	font-weight:bold;
}

.grey {
	color:#828282;
}

.black {
	color:#000;
}


/* Distributed as part of The Coolest DHTML Calendar
   Author: Mihai Bazon, www.bazon.net/mishoo
   Copyright Dynarch.com 2005, www.dynarch.com
*/

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: url("/images/calendar/normal-bg.gif");
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
}

.calendar {
  border-color: #797979;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url("/images/calendar/title-bg.gif") repeat-x 0 100%; color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: transparent;
}

.calendar thead tr { background: url("/images/calendar/title-bg.gif") repeat-x 0 100%; color: #000; }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: url("/images/calendar/title-bg.gif") repeat-x 0 100%; color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("/images/calendar/hover-bg.gif");
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url("/images/calendar/active-bg.gif"); color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("/images/calendar/dark-bg.gif");
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
  background: url("/images/calendar/dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  background: url("/images/calendar/rowhover-bg.gif");
}

.calendar tbody td.today { font-weight: bold; /* background: url("images/calendar/today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url("/images/calendar/hover-bg.gif");
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background: url("/images/calendar/active-bg.gif"); color: #fff;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url("/images/calendar/status-bg.gif") repeat-x 0 0; color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url("/images/calendar/normal-bg.gif"); color: #000;
  z-index: 100;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url("/images/calendar/hover-bg.gif"); color: #000;
}

.calendar .combo .active {
  background: url("/images/calendar/active-bg.gif"); color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("/images/calendar/dark-bg.gif");
  font-size:14px;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("/images/calendar/normal-bg.gif");
  color: #000;
  font-size:16px;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url("/images/calendar/hover-bg.gif"); color: #000;
}

.calendar td.time span.active {
  background: url("/images/calendar/active-bg.gif"); color: #fff;
}

.hidden{display:none;}

/**
modal_content => sm_content
modal_overlay => sm_olay
modal_close => sm_close
modal_title => sm_title
**/

/*modal*/
#sm_content {
	display: none;
  position: fixed;
  left: 50%;
  padding: 15px;
	top:10%;
  -webkit-box-shadow: 0px 0px 8px #111;
  background:#FFF;
	width:671px;
	margin-left:-335px;
	text-align:center;
	border-radius:1em;
	-moz-border-radius:1em;
	border:2px #60F solid;

}
#sm_content small{font-size:77%;}

#sm_content .sm_close{
	float:right;
	cursor:pointer;
}

#sm_content h3{font-size:116%;}
#sm_olay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */

* iframe.overlay {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #sm_content {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

a.rightbarlink {
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}

a.rightbarlink:hover {
}


a.group {
	font-size:12px;
/*	height:20px;/**/
	color:#000;
	display:block;/**/
	text-decoration:none;
	padding:3px 0px;
}

a.group:hover {
	text-decoration:underline;
}

a.group.active {
	color:#dd3602;
}

a.section {
	font-size:11px;
	height:15px;
	color:#000;
	display:block;
	margin-left:15px;
	margin-bottom:3px;
	margin-top:3px;
	text-decoration:none;
}

a.section:hover {
	text-decoration:underline;
}

a.section.active {
	color:#dd3602;
}

a.subsection {
	font-size:11px;
	height:15px;
	color:#000;
	display:block;
	margin-left:30px;
	margin-bottom:3px;
	margin-top:3px;
	text-decoration:none;
}

a.subsection:hover {
	text-decoration:underline;
}

a.subsection.active {
	color:#dd3602;
}

.maincat {
	width:50%;
	float:left;
	height:170px;
/*	overflow:hidden;*/
}

.maincat a {
	color:#dd3602;
	font-size:14px;
	text-decoration:none;
	padding-bottom:10px;
}

.maincat a:hover {
	text-decoration:underline;
}

.maincatpic {
	float:left;
	border:1px #999 solid;
	margin-right:7px;
	margin-bottom:50px;
}

.mainsubcat {
	padding-left:30px;
}

.mainsubcat a {
	color:#000;
	font-size:11px;
	text-decoration:underline;
}

.mainsubcat a:hover {
	text-decoration:none;
}

.maincatcount {
	font-size:10px;
	color:#666;
}

a {
	color:#333;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#map_canvas {
	border:1px #000 solid;
	width:655px;
	height:500px;
}

.moto {
	width:200px;
}

.odd {
	background:#eee;
}

.sape {
	padding:10px;
	margin:15px 0px;
	font-size:80%;
	background:#eee;
}

#banner_top {
	color:#fff;
	height:60px;
	background:url(/images/dimmer.png);/**/
	width:960px;
	margin:0 auto;
	position:relative;
	padding-bottom:5px;
	display:none;/**/
}

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

.photo {
	border:1px #333 solid;
	margin:1px;
	padding:1px;
}

.photoz {
	float:left;
	width:202px;
	height:220px;
	padding:0px 8px;
}

/* óãîëîê */
#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(/images/advert_scooters.gif) no-repeat right top;
	text-indent: -9999px;
}

#pop1,#pop2,#pop3,#pop4 {
	width:156px;
	height:270px;
	margin:0px 3px 10px 3px;
	float:left;
	color:#fff;
	text-decoration:none;
	position:relative;
}
#pop1 {
	background:url(/images/label1.jpg) no-repeat;
}
#pop2 {
	background:url(/images/label2.jpg) no-repeat;
}
#pop3 {
	background:url(/images/label3.jpg) no-repeat;
}
#pop4 {
	background:url(/images/label4.jpg) no-repeat;
}

.poptitle {
	text-align:center;
	font-size:12px;
	position:absolute;
	top:60px;
	left:0px;
	padding:0px 12px;
	width:132px;
}

.popphoto {
	position:absolute;
	top:111px;
	left:28px;
}

.popprice {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top:213px;
	left:0px;
	padding:0px 12px;
	width:132px;
}

.manlogoover {
	opacity: 1.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}


.manlogoout {
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7; 
}

/* карта */
/* CSS Document */
.Dcenter_a {
	background-image:url(/images/Dcenter_a.png);
	background-repeat:repeat;
	}
.Dcenter_p {
	background-image:url(/images/Dcenter_p.png);
	background-repeat:repeat;
	}
.Dtable {
	width:auto;
	color:#FFF;
	font-weight:bold;
	font-size:8px;
	}
.Dtriangle {
	margin-left:6px;
	}
.Ddialog {
	z-index:1000;
	}
	
#Mdiv {
	position:relative;
	}

