


/* Start:/bitrix/templates/onlinetravel/template_styles.css*/
/* gray #e6e6e6 */
/* green #669900 */
/* light gray #f4f4f4 */
/* pink #cc66cc*/

body {
   font-family: Arial;
   font-size:12px;
   color: #444444;

}

img {
    border:none;
}
a:focus { 
    outline: none; 
}

/* CONTAINER */

#container {
    width: 1019px;
    margin:0 auto;
}

/* HEADER */

#header {
   background-color: #e6e6e6;
   padding-top:10px;
}

#header #logo {
    margin-left:40px;
	background: url('/bitrix/templates/onlinetravel/images/logo.png') no-repeat;
		height:77px;
}

#header #auth {
    float:right;
	padding-right:20px;
	text-align:right;
	width:400px;
}

#header #auth table td {
	font-size:11px;
}

#header #fields input {
    background-color: #c9c9c9;
    margin-left:10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

#header #controls {
   margin-top: 10px;
}

#header #controls input[type=submit] {
    background: url('/bitrix/templates/onlinetravel/images/enter.png') no-repeat;
	width:68px;
	height:21px;
    border:none;
    margin-right:18px;
}
#header #controls p {
   margin-top: 5px;
   margin-bottom: 0;
}
#header #auth a {
    color: #669900;
    font-weight:bold;
    font-size:10px;
}


/* PICTURE  */

#picture {
    height: 318px;
	clear:both;
position:relative;

}

#picture ul  {
   margin:0;
   padding:0;
} 

#picture ul li {
float:left; position:absolute; list-style: none;
}

#picture li.show {
    z-index:100;
}

#picture #toggle {
    position:absolute;
    bottom:0;
    left:44%;
    background: url('/bitrix/templates/onlinetravel/images/toggle.png') no-repeat;
width: 203px;
padding-left:14px;
z-index:101;
}

#picture #toggle span {
   padding:7px;
}

/* WORKSPACE*/

#workspace {
    background-color: #e6e6e6;
    text-align:center;
    padding: 10px 0px 15px;
width:1019px;
}

#workspace #credit {
    background: #f0f0f0 url('/bitrix/templates/onlinetravel/images/info.png') no-repeat;
    display:block;
    border: 1px solid #CCCCCC;
    height:57px;
    margin-bottom: 15px;
    padding: 5px 7px 5px 10px;
    text-decoration:none;
    color: #444444;
}

#workspace #credit p {
    font-size: 11px;
    margin-left: 58px;
    text-align: left;
    
}
#workspace #credit p span {
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    color: #669900;
}



#workspace table td h2 {
    color: #777777;
border-bottom: 1px solid #cccccc;
margin:0;
padding-bottom: 8px;
margin-bottom:10px;

text-align:left;
font-size:18px;
}

#workspace #weather {
   height:316px;
}




#workspace #weather a {
   color: #666666;
   font-weight: bold;
}

#workspace ul {
   list-style:none;
   padding:0;
   margin:0;
   text-align:left;
}

#workspace .block .shadow {
    height:88px;
bottom:-88px;
position:absolute;
width:100%;
background: url('/bitrix/templates/onlinetravel/images/shadow.png') no-repeat;
}
#workspace #advantages {
    text-align:left;
}

#workspace #third  li {
    margin-bottom:20px;
    margin-right:10px;
    text-align:justify;
    line-height: 1.1;
    font-size:11px;
}

#workspace #third  img {
    float:left;
    margin-right:10px;
}

#workspace #faq {
    border:1px solid #cccccc;
   -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px 7px 5px 10px;
    display:block;
    background: #f0f0f0 url('/bitrix/templates/onlinetravel/images/info.png') no-repeat;
    height: 57px;
color:#444444;
 text-decoration:none;
}

#workspace #faq p span {
    color: #669900;
    font-weight: bold;
    font-size: 19px;
    font-family: Arial;
}

#workspace #faq p {
    text-align:left;
    margin-left:58px;
    font-size: 11px;
}

#workspace .block {
    border:1px solid #cccccc;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:5px 7px 5px 10px;
    height: 400px;
    background-color: #f4f4f4;
    margin-bottom: 15px;
    position:relative;
}

#workspace .read {
    background: url('/bitrix/templates/onlinetravel/images/read.png') no-repeat;
	margin-left:68%;
    display:block;
    height:24px;
}

#workspace #third {

    height:315px;
}


#workspace #certificates {
    clear:both;
    text-align:left;
    padding: 2px 5px 30px 5px;
    font-size:11px;
    background-color: #f4f4f4;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* FOOTER */

#footer {
    background-color: #669900;
    height:305px;
}

#footer #top {
    height:230px;
    background-color: #e6e6e6;
    padding:10px 15px;
}

#footer #certificates {
    background-color: #F4F4F4;
    border-radius: 6px 6px 6px 6px;
    font-size: 11px;
    padding: 2px 5px 30px;
    text-align: left;
    margin-bottom:15px;
}

#footer #bottom {
    padding:10px 15px;
    color:#ffffff;
}

#footer #cards {
float:left;
}

#footer #cards img {
   padding:5px;
}

#footer #friends {
   float:right;
}

#footer #friends img {
   margin-left:7px;
   vertical-align:middle;
}

#footer #copyright {
    float:left;
    font-size:10px;
}

#footer #contacts {
   float:right;
   font-size:9px;
   text-align:right;
   line-height:1.5;
}

#footer #contacts a {
   color:#ffffff;
   font-weight:bold;
   font-size:12px
}

/* End */
/* /bitrix/templates/onlinetravel/template_styles.css */
