@import url('common.css');
@import url('service.css');

/*===========================================================================*/
/* main */
body{
	background: #ffffff url('../img/bg/left.gif') repeat-y 0 0;
	behavior:url('/css/csshover.htc');
}

/*===========================================================================*/
/* structure */
div#allAround{
	background: url('../img/bg/top.gif') repeat-x 100% 0;
}

div#reception{
	background: url('../img/bg/td_left.jpg') no-repeat 0 0;
}

table.basis{
	/*background: url('../img/bg/top.gif') repeat-x 100% 0;*/
}

table.basis td.left{
	width: 71px;
	/*background: url('../img/bg/td_left.jpg') no-repeat 0 0;*/
	height: 287px;
}

table.basis td.right{
	width: 53px;
	background: url('../img/bg/td_right.jpg') no-repeat 0 0;
}

table.basis td.menu{
	width: 27%;
	background: url('../img/bg/td_menu.jpg') no-repeat 0 0;
}

table.basis td.main{
	width: 73%;
	background: url('../img/bg/td_main.jpg') no-repeat 100% 0;
}

/*===========================================================================*/
/* top */
div.logo{
	margin-top: 104px;
	margin-left: 35px;
}

div.header{
	padding-left: 15px;
	padding-top: 198px;
	background: url('../img/bookcase.jpg') no-repeat 0 0;
}

div.logo div.imagePlace{
	height: 124px;
}

div.header div.imagePlace{
	height: 30px;
}
/*===========================================================================*/
/* menu */

div#main_menu{
	
}

div#main_menu td{
	vertical-align: middle;
	
	background-color: #88a5d4;
	white-space:nowrap;
	border-right: 1px solid white;
}

div#main_menu div.menuItem{
	padding: 10px 27px;
	text-align: center;
}

div#main_menu td a{
	color:white;
	font-weight: bold;
}

div.submenu_container{
	display:none;
	position:absolute;
	z-index:10;
	padding:10px 0;
	font-size:0.95em;
	text-align: left;
	border-top: 1px solid white;
	background-color: #88a5d4;
}

div#main_menu td:hover{
	background-color: #c20606;
}

div#main_menu td:hover div.submenu_container{
	display:block;
}

div.submenu_container ul{
	margin:0;
	padding:0;
	padding-left: 10px;
	list-style:none;
}

div.submenu_container li{
	margin: 0;
	padding: 0 !important;
	padding-left: 5px !important;
	background: url('../img/lists/mdash.gif') no-repeat 0 11px;
	height:1%;
	width:100%;
}

div.submenu_container li a{
	display:block;
	//width:100%;
	padding:5px 12px;
	white-space:nowrap;
	font-weight: normal !important;
}

div.submenu_container li span{
	display:block;
	//width:100%;
	padding:5px 12px;
	white-space:nowrap;
	font-weight: normal !important;
}
/*===========================================================================*/
/* left column */
div.leftColumn{
	margin-top: 20px;
}

/*===========================================================================*/
/* content */
div.content{
	margin-top: 20px;
	padding-left: 15px;
}

span.date{
	color: #857b79;
	font-size: 80%;
}

div.news{
	padding-top: 10px;
}

div.fl{
	padding-right: 15px;
	padding-bottom: 10px;
}
/*===========================================================================*/
/* footer */
div.average{
	padding-left: 15px;
	padding-top: 70px;
}

div.developer{
	font-size: 0.9em;
	padding-top: 5px;
}

div.developmentBox{
	padding-top: 100px;
}

div.extramenu{
	padding-bottom: 5px;
	border-bottom: 1px solid #cfcfcf;
}

div.extramenu ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

div.extramenu ul li{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	display: inline;
	background: url('../img/lists/extramenu.gif') no-repeat 0 8px;
	color: #6d6d6d;
	padding-right: 6px;
	padding-left: 20px;
}

div.extramenu ul li#first{
	padding-left: 0;
	background: none;
}

div.contacts{
	margin-top: 20px;
	font-size: 0.95em;
	margin-bottom: 45px;
}
/*===========================================================================*/
/* catalogue */
ul.catalogue{
	margin: 0;
	margin-left: 2px;
	padding: 0;
	list-style:none;
	margin-bottom: 50px;
}

ul.catalogue li{
	margin: 0;
	padding: 0;
	color: #6d6d6d;
	padding: 5px 20px;
	background: url('../img/lists/catalogue.gif') no-repeat 0 11px;
}

ul.catalogue li a{
	color: #c20606;
}

ul.catalogue li.active a{
	color: #6d6d6d;
}

div.price{
	margin-top: 20px;
	height: 150px;
}

ul.catalogue ul.series{
	margin: 10px 0;
	padding: 0;
	padding-left: 7px;
}

ul.catalogue ul.series li{
	margin: 0;
	padding: 3px 20px;
	background: url('../img/lists/catalogue.gif') no-repeat 0 11px;
}

ul.catalogue ul.series li a{
	color: #c20606;
}

ul.catalogue ul.series li span{
}
p.catalogue1{
	font-size:1.8em;
	line-height:1em;
	color:#c20606;
	margin:1em 0;
	margin-bottom:0.7em;
}
/*===========================================================================*/
/* courses */
div.courses{
	width: 200px;
	margin-bottom: 45px;
}

div.courses td{
	padding-bottom: 7px;
}

div.courses td.currency{
	font-weight: bold;
	width: 75px;
}

div.courses td.change{
	color: gray;
	font-size: 0.9em;
}

div.courses td.separator{
	border-top: 1px solid #e2e2e2;
}

/*===========================================================================*/
/* minWidths */
table.basis td.left div.minWidth{
	width: 71px;
}

table.basis td.right div.minWidth{
	width: 53px;
}

table.basis td.menu div.minWidth{
	width: 246px;
}

table.basis td.main div.minWidth{
	width: 630px;
}

/*===========================================================================*/
/* arrows */
div.grayArrow{
	position: absolute;
	margin-left: -18px;
	margin-top: 6px;
	width: 13px;
	height: 5px;
	background: url('../img/arrows/gray.gif') no-repeat 0 0;
}

/*===========================================================================*/
/* search */
.search_example {
	border-bottom:1px dashed #666666;
	cursor:pointer;
	margin-left:0.5em;
}

input.sbutton{
	background-color: #e2e2e2;
	color: #666666;
	min-width: 52x;
	width: 52px;
	border: 1px solid gray;
}

.infoBox{
	width:100%;
	text-align:right;
	border-right:3px solid #606060;
	float:right;
	margin: 20px;
	margin-right:0;
}

.infoBox p{
	margin:0;
	padding:0;
	width:60%;
	font-size:11px;
	padding:16px;
	margin-right:0;
	margin-left: auto;
	background-color:#f0f0f0;
}

span.arrow, a.arrow{
	font-size: 120%;
}

span.current{
	padding: 2px 5px;
	background-color: #0371C5;
	color: white;
}

div.links_list{
	line-height: 1.5;
}

div.links_list a{
	padding: 2px 5px;
}

div.fast_select{
	margin: 10px 0;
}

