/*---------------------------------- default start -------------------------------------------*/
/* -- for ie 6 -- */
.radio
{
	width: 15px !important;
	border: 0px !important;
}

* html .png {
	behavior: url(/ribi/themes/theme_ribi/inc/iepngfix.htc);
}

* html body {
	behavior: url(/ribi/themes/theme_ribi/inc/csshover.htc);
}
* html .car{
 padding-top: 30px;
}
/* -- end --*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0 0;
}
td {
	padding: 0;
	vertical-align: top;
}
body {
	padding: 0;
	margin: 0;
}
img {
	margin: 0px;
	border: none;
}

a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
	color: #4e3e30;
	line-height: normal;	
}

/* -- default classes to use - start-- */
form {
	margin: 0px;
	padding: 0px;
}
.PRelative {
	position: relative;
}
.FLeft {
	float: left;
}
.FRight {
	float: right;
	margin-right: 5px;
}
.aLeft {
	text-align: left;
}
.aRight {
	text-align: right;
}
/* -- default classes to use - end -- */



/*----------------------------------default end -------------------------------------------*/
html {
	height: 100%;
}

body {
    height: 100%;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size:  12px;
  	color: #3b2b13;
  	padding-right: 10px;    
 }
#main {
	height: 100%;
	width: 1000px;
	margin: 0px auto;
	background: url(../img/content.jpg) center top repeat-y;
}
#header {
	height: 100%;
	background: url("../img/header.jpg") center top no-repeat;
}
#logo {
	position: absolute;
	top: 12px;
	left: 135px;
	width: 130px;
	height: 130px;
}
#content {
	height: 100%;
}
#footer {
	vertical-align: bottom;
}
#menu {
	padding-top: 155px;
	width: 700px;
	margin: 0px auto;
}
#menu a.top-menu  {
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}



#red {
	position: absolute;
	left: -39px;
	top: 29px;
}
* html #red {
	left: -33px;
}
#main-part {
	margin: 0px 15px;
	margin-top: 120px;
}

#main-part .title {
	color: #3b2b13;
	font-family: Arial;
	font-size: 30px;
	background: url("../img/title.gif") left 8px no-repeat;
	padding-left: 25px;
	line-height: 26px;
	margin-bottom: 20px;
}
#main-part .title-small {
	color: #513d32;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	background: url("../img/title.gif") left 8px no-repeat;
	padding-left: 25px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
}
.title {
	color: #3b2b13;
	font-family: Arial;
	font-size: 30px;
	background: url("../img/title.gif") left 8px no-repeat;
	padding-left: 25px;
	line-height: 26px;
	margin-bottom: 20px;
}

.title2 {
	color: #3b2b13;
	font-family: Arial;
	font-size: 24px;
	padding-left: 25px;
	line-height: 26px;
	margin-bottom: 20px;
}

.title-small {
	color: #513d32;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	background: url("../img/title.gif") left 8px no-repeat;
	padding-left: 25px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.banner{
	margin-bottom: 20px;
	position: relative;
	left: -20px;
}

#main-part .left-big {
	padding-right: 20px;
	width: 500px;
}
#main-part .left-big .banner{
	margin-bottom: 20px;
	position: relative;
	left: -20px;
}
#main-part .left-big .text{
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #513d32;
	line-height: 18px;
}

#main-part .left-big .smalltext{
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-style:italic;
	color: #513d32;
	line-height: 18px;
}


.smalltext{
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-style:italic;
	color: #513d32;
	line-height: 18px;
}

#submenu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e3e30;
	line-height: normal;
	font-weight:normal;
}
#submenu a.active {
	font-weight: bold;
	color: #000000;
}

#submenu .devider{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	display: block;
	margin: 5px 0px;
}
#main-part .left-small {
	width: 230px;
	padding-right: 20px;
}
#main-part .left-small .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #3b2b13;
	padding-right: 10px;
}
#main-part .text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #3b2b13;
	text-decoration: underline;
	font-weight:normal;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f3f31;
	font-size: 12px;
	line-height: 22px;
}

input, textarea {
	display: block;
	background: #e5d2b4 url("../img/input-bg.gif") left top repeat-x;
	border: 1px solid #aca093;
}
 
.form textarea {
	height: 180px;
}
.submit {
	margin-top: 10px;
	float: left;
	background: url("../img/button-left.gif") left top no-repeat;
	padding-left: 5px;
	height: 21px;
}
.submit div{
	float: left;
	background: url("../img/button-right.gif") right top no-repeat;
	padding-right: 5px;
	height: 21px;
}
.submit div input{
	float: left;
	background: url("../img/button-patt.gif") left top repeat-x;
	padding-right: 5px;
	height: 21px;
	border: none;
	color: #efd3a9;
}
#login {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f3f31;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	width: 167px;
	height: 135px;
	border:1px solid #C5A67C;
	/* background: url("../img/login-bg.png") left top no-repeat; */
}
#login .inner{
	padding: 8px 10px;
}
#login .inner input{
	width: 142px;
}
#login .inner .submit input{
	width: auto;
}

.images a {
	float: left;
	font-weight:normal;
}
.images a img{
	border: 4px solid #f5f5f5;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight:normal;
}
#footer {
	padding-top: 70px;
}
#footer .block{
	height: 40px;
	padding: 40px 0px;
	background: url("../img/footer-bg.gif") left top repeat-x;
	width: 690px;
	margin: 0px auto;
}
#footer .block .img{
	background: url("../img/core.gif") left top no-repeat;
	float: left;
	width: 42px;
	height: 42px;
}
#footer .block .img-text{
	padding: 5px 0px 0px 10px;
	float: left;
	color: #9c8775;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
#footer .block .img-text a{
	display: block;
	color: #9c8775;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
#footer .block .image {
	position: absolute;
	left: -147px;
	top: -102px;
}
* html #footer .block .image {
	position: absolute;
	left: -143px;
	top: -100px;
}
#langs {
	color: #908174;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
#langs a{
	color: #504133;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#langs a.lang-selected {
	color: #504133;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#phrase {
	position: absolute;
	top: 10px;
	left: 230px;
}
#phrase.ru {
	left: 240px;
}
.field-error {
  color: #FF0000;
}

.clearthem { clear:both; border:0 none !important; height:0 !important;}

.schedule td {
  padding:3px;
  color:#000;
  border:1px solid #C5A67C;
}

.head{
  font-weight:bold;
  font-size:13px;  
}

p.city {
	color: #3b2b13;
	font-family: Arial;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 18px;  
	font-weight:bold;  
}

tr.schedule-selected td {
  background:#CCFF00;
}