.topmenu td {
	/*padding:5px;*/
	padding-left:8px;
	padding-right:8px;
	/*background-color:#EFEFEF;*/
}
.topmenu td:hover {
	/*background-color:#8daaeb;*/
	
}
.topmenu a {
	color:#AAAAAA;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.topmenu a:hover {
	color:#FFFFFF;
}
			
body {
	margin:0px;
	padding:0px;
	background-color: #CECECE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.bodytable {
	border-left:1px solid #AEAEAE;
	border-right:1px solid #AEAEAE;
	background-color:#FFFFFF; 
	margin-left: auto; 
	margin-right: auto;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	margin:0px;
	color:#9e592d;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

a {
	/*color:#333399;*/
	color:#61402b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}
	

input {
	border: 1px solid #888888;
}

.list {
	vertical-align:top;
	font-size:11px;
	text-align:justify;
	padding-left:5px;
}
.devider {
	border: 1px solid;
	border-color:#FFFFFF;
	border-top-color:#AFAFAF;
	border-bottom-color:#FAFAFA;
	width:100%;
	height:0px;
}


.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	/*height: 200px;
	overflow: auto;*/
	overflow-y: scroll;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	font-weight:bold;
	overflow: hidden;
	border:1px solid #FFFFFF;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:3000px;
	height:3000px;
}


.ac_loading {
	background : url('images/ajaxloader.gif') right center no-repeat;
}

.ac_over {
	background-color:#006699;
	border:1px solid #003366;
	color: #FFFFFF;
}

.ac_over font {
	color: #EEEEEE;
}

#search #city {
  position:absolute;
  top:10px;
  left:10px;
  width:150px;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

#i td {
	padding: 5px;
}

.ajaxlist td {
	background-color:#FFFFFF;
	color:#333333;
	cursor:pointer;
	border:1px solid #FFFFFF;
}

.ajaxlist td:hover {
	background-color:#006699;
	color:#FFFFFF;
	border:1px solid #003399;
}


.qnt {
  position:absolute;
  top:0px;
  right:15px;
  font-size:0.8em;
  color:#26A908;
}

.pagelink-square {
	padding: 3px;
	border:1px solid #CCCCCC;
}

.button {
	/*background-color:#14466b;*/
	vertical-align:middle;
	font-weight:bold;
	border: none;
	font-family:Arial, sans-serif;
	color:#000000;
	/*font-size:12px;*/
	
	/*background-position:top;*/
	cursor:pointer;
}


/*.button {
	padding: 3px;
	border:1px solid #6C92BF;
	background-color:#406593;
	font:Arial, Helvetica, sans-serif;
	color:#EEEEEE;
	font-size:9pt;
	
}*/
.button:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.button a {
	font-family:Arial, Helvetica, sans-serif;
	color:#EEEEEE;
	font-size:9pt;
	
}
.button a:hover {
	color:#FFFFFF;
	text-decoration:none;
	
}

/* Стиль списка заказов*/
.listorders {
    background: #ffffff;
}

.listorders td  {
    padding: 5px;
    background-color: #FFFFFF;
    text-align: center;
    font-weight:  normal;
}

.listorders th {
	padding: 3px;
    background-color: #EEEEEE;
    text-align: center;
    font-weight: bold;
    color:#555555;
}

.listorders tr.alt td {
    background: #EFEFEF;
}

.listorders tr.over td {
    background: #D5D6DA;
}

.msg_ok {
	padding:5px 3px 5px 2px;
	border:1px solid #184c1f;
	color:#226622;
	width:300px;
	background-color:#fffdd9;
	font-weight: bold;
}

#suggest_search {
	display:none;
	width:793px;
	position:absolute;
	background-color:#FFF;
	z-index:10;
}
#suggest_search #ajaxloader {
	display:none;
	position:absolute;
}

#suggest_search .result {
	
}

#content {
	width:100%;
	height:100%;
	
}

#rating {
	display:block;
	font-size:20px;

}

