@charset "utf-8";

/* Reset */

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

a { 
	border:0 none;
	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color:#09F;
	text-decoration: underline;
	outline-style: none;
}
a:active { border:0 none; }
a:focus { border:0 none; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0px; }
*html img { vertical-align: top; }
*:first-child+html img { vertical-align: top; }
table { border-collapse: collapse; }

h1, h2, h3, h4, h5, h6 { 
	font-family: arial; font-size: 12pt; color: #999;
	text-align: left; 
}

h1{
	font-size: 18pt;
}

ul,li,ol { list-style-type: none; }

.cl { clear: both; height: 0px; font-size: 0pt; line-height: 0px; visibility:hidden; }




/*  Common   */
html {
	background:#92bce3 url(../images/headbg.png) repeat-x left top;
}
body {
	font-family: Arial, Helvetica, sans-serif; font-size:12pt; color:black;
	position:relative;
	width:800px;
	margin:0 auto;
	min-width: 800px;
	width: expression((document.body.clientWidth < 802)? "800px" : "auto"); /* IE Dynamic Expression to set the minimum width */
}


/*  Header  */
#header{
	padding: 20px 0px;
}
.searchingtext{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AAAAAA;
}

/*  Search Form  */
#main {
	position:relative;
	height:210px;
	background:url(../images/formbg.png) no-repeat bottom;
}

#main2 {
	background:url(../images/formbg.png) #FFFFFF no-repeat bottom;
	padding: 0px 10px 30px 10px;
}

#main h2 {
	margin:0 auto;
	width:400px;
	text-align:center;
	padding:25px 0 15px 0;
}
#search {
	width:318px;
	margin:0 auto;
	position:relative;
}
fieldset {
	border:solid 0 #fff;
}
.input1 {
	border:1px solid transparent;
	font-size:14pt;
	width:51px;
	height:37px;
	display:inline;
	vertical-align:middle;
	background:transparent url(../images/input0bg.png) no-repeat fixed;
	padding:7px 0 0 10px;
}
fieldset>input.input1 {
	background: transparent url(../images/input0bg.png) no-repeat;
}
.input2 {
	border:1px solid transparent;
	font-size:14pt;
	width:63px;
	height:37px;
	display:inline;
	vertical-align:middle;
	background:transparent url(../images/input1bg.png) no-repeat fixed;
	padding:7px 0 0 10px;
}
fieldset>input.input2 {
	background: transparent url(../images/input1bg.png) no-repeat;
}


.input4 {
	border:1px solid transparent;
	font-size:14pt;
	width:210px;
	height:37px;
	display:inline;
	vertical-align:middle;
	text-align:center;
	background:transparent url(../images/input4bg.png) no-repeat fixed;
	padding:7px 0px 0px 0px;
}
fieldset>input.input4 {
	background: transparent url(../images/input4bg.png) no-repeat;
}



input.search {
	display:inline;
	vertical-align:middle;
	margin-left:5px;
}
a.s-btn {
	display:block;
	width:103px;
	height:37px;
	background:url(../images/search.png) no-repeat left top;
	text-indent:-9999px;
	position:absolute;
	right:0;
	top:7px;
}
a.s-btn:hover {
	background:url(../images/search.png) no-repeat left -37px;;
}

a.s-btn2 {
	display:block;
	width:103px;
	height:37px;
	background:url(../images/continue.png) no-repeat left top;
	text-indent:-9999px;
}
a.s-btn2:hover {
	/*background:url(../images/continue.png) no-repeat left -37px;*/
}

input.s-btn3 {
	display:block;
	width:103px;
	height:37px;
	background:url(../images/next.png) no-repeat left top;
	text-indent:-9999px;
	float:right;
	border:none;
	cursor:pointer;
}
input.s-btn3:hover {
	background:url(../images/next.png) no-repeat left -37px;;
}




/*  Footer  */
#footer {
	padding-top:10px;
	position:relative;
}
#bottom_menu {
	width:620px;
	margin:10px auto;
	overflow:hidden;
}
#bottom_menu li {
	float:left;
	/*border-left:1px solid #fff;/*левая граница для всех пунктов*/
	margin-left:-10px;/*сдвигаем все элементы влево*/
	padding:0 15px;
}
#bottom_menu li a {
	color:#fff;
	font-size:8pt;
}
#copyright {
	/*width:300px;
	margin:10px auto;*/
	font-size:8pt;
	text-align:left;
	color:#fff;
	padding:10px 0;
	margin-left: 50px;
	/*border-top:1px dashed #fff;*/
}

.available, .available:hover{
	color: #0C4C87;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}

#membership{
	font-size: 14px;
	padding: 10px 20px; 
	position: relative;
}

.table_membership td{
	padding: 5px;
}

.price{
	text-align: center; 
	border-top: 1px solid #2872B8; 
	border-bottom: 1px solid #2872B8; 
	background: #CADEF1; 
	font-weight: bold; 
	padding: 5px;
}

.one_time{
	font-size: 10px; 
	color: #0000FF; 
	text-align: center;
}

.recommended{
	color: #C00000;
}

#next{
	text-align: right; 
	font-size: 10px;
	float: right;
}

#next a{
	font-size: 10px;
}

/*  Topmenu  */
#topmenu {
	position:relative;
	height:48px;
	background:url(/merchant/files/3/images/topmenu_bg.png) no-repeat top left;
}
#topmenu ul {
	margin:0;
	padding:0 0 0 17px;
	float:left;
}
#topmenu ul li {
	float:left;
}
#topmenu ul li a {
	display:block;
	width:138px;
	height:48px;
	line-height:48px;
	margin-left:13px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#topmenu ul li a.active {
	background:url(/merchant/files/3/images/ac_bg.png) no-repeat top center;
	color:#949393;
}

#tab_er a {
	font-size:12pt;
}

.article {
	background-color:#F9F9F9;
	border:thin solid;
	height:250px;
	margin-bottom:15px;
	overflow-y:scroll;
	padding:10px;
}

#det{
	display: none;
	width: 290px;
}

#map{
	width: 780px;
}