@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 */
}

body.page {
background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
}


/*  Header  */
#header{
	padding: 20px 0px 0px 0px;
	margin-left: -20px;
}
.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 {
font-weight: normal;
color: #333333;
font-size: 20pt;
font-style: italic;
letter-spacing: -1px;
	margin:0 auto;
	width:600px;
	text-align:center;
	padding:18px 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:36px;
	display:inline;
	margin: 0;
	padding: 0;
	vertical-align:baseline;
	background:transparent url(../images/input0bg.png) no-repeat fixed;
	padding:2px 0 2px 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 0px;
}
fieldset>input.input2 {
	background: transparent url(../images/input1bg.png) no-repeat;
}
input.search {
	display:inline;
	vertical-align:middle;
	margin-left:5px;
	padding: 0;
}
a.s-btn {
	display:block;
	width:103px;
	height:37px;
	background:url(../images/search.png) no-repeat left top;
	text-indent:-9999px;
	position:absolute;
	margin: 0;
	padding: 0;
	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: none;
}

#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;
}

.login {
text-align: center;
font-size: 9pt;
margin: 5px 0 0 0;
padding:0;
color: #888;
}

.header-2 {
font-size: 18pt;
font-style: italic;
letter-spacing: -1px;
padding-bottom: 10px;
}

.example {
text-align: center;
font-size: 9pt;
font-style: italic;
color: #888;
margin: -10px 0 10px 0;
}

.headerbox {
clear: both;
margin: 40px auto 0 auto;
padding: 20px;
width: 800px;
overflow: hidden;
background-color: #f3f3f3;
border: 1px solid #ddd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.headerbox .leftside {
width: 410px;
float: left;
}

.headerbox .rightside {
width: 370px;
float: right;
text-align: center;
}

.rightside table {
font-size: 10pt;
}

.comment {
font-size: 10pt;
}

.commentbox {
clear: both;
width: 800px;
padding: 10px;
background-color: #edf3f9;
border: 1px solid #CCCCCC;
overflow: hidden;
margin: 10px 0 10px 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.commentauthor {
float: left;
font-size: 9pt;
font-style: italic;
margin: 0 14px 5px 0;
}

.footer {
text-align: center;
}

#main2 {
	margin: 0 auto;
width: 600px;
text-align: center;
}

#main2 input {
margin: 5px;	
}

#main2 textarea {
margin: 5px;	
}