/*
 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.5.1
 */
/*
 html{color:#000;background:#FFF;}
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
 code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
 table{border-collapse:collapse;border-spacing:0;}
 fieldset,img{border:0;}
 address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
 li{list-style:none;}
 caption,th{text-align:left;}
 h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
 q:before,q:after{content:'';}
 abbr,acronym {border:0;font-variant:normal;}
 sup {vertical-align:text-top;}
 sub {vertical-align:text-bottom;}
 input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
 input,textarea,select{*font-size:100%;}
 legend{color:#000;}
 */
body, input, textarea, select, option, legend, fieldset {
    font-family: Verdana;
}

body {
    font-size: 87%;
    height: 100%;
    background: #EFF0ED; /*url(bg.png) no-repeat top left;*/
}

h1 {
    color: #000000;
    font-size: 240%;
    font-weight: bold;
    font-family: "Trebuchet MS";
}

a:link, a:visited, a:active {
    color: #0099FF;
}

a:hover {
    color: #BE1F0C;
}

a.ajx:link, a.ajx:visited, a.ajx:active, a.ajx:hover {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #0099FF;
}

a.ajx:hover {
    border-bottom: 1px dashed #BE1F0C;
}

a.ajx_active:link, a.ajx_active:visited, a.ajx_active:active, a.ajx_active:hover {
    text-decoration: none;
    color: black;
    border: 0px none;
}

a.up:link, a.up:visited, a.up:active {
    text-decoration: none;
    display: inline-block;
    color:gray;
    border-bottom: 1px dashed gray;
}

a.up:hover {
    border-bottom: 1px dashed #BE1F0C;
}

small {
    font-size: 70%;
}

img, object {
    display: block;
	border: 0px;
}

/*/////////////////////////////////////////*/

#container {
    width: 95%;
    margin: 0 auto;
	max-width:1400px;
	clear:both;
	
/*
    border: solid 1px silver;
*/
    /*background: #ffffff;*/
}

/*/////////////////////////////////////////*/

#top {
    width: 90%;
    margin: 0 auto;
    /*
     border: solid 1px silver;
    */
}

#top_col1 {
    width: 30%;
    float: left;
	overflow:hidden;
}

#logo {
    width: 210px;
    float: left;
}

#logo img {
    margin: 0 auto;
    display: block;
    padding: 10px;
    clear: both;
}

#top_col2 {
    width: 63%;
    float: right;
}

/*/////////////////////////////////////////*/

#content {
	padding-top:30px;
	clear: both;
    width: 90%;
    margin: 0 auto;
/*
    border: solid 1px silver;
*/
}

/*/////////////////////////////////////////*/

#intro{
	margin: 0 auto;
}


#order_form{
	padding-top:10px;
	_padding-top:0px;
	min-width:420px;
}

#order_form label{
	width:170px;
	display:block;
	float:left;
	padding-right:2%;
	text-align:right;
}

#order_form div{
	width: 100%;
	clear:both;
	padding:3px;
}

#order_form div.yesno{
	margin:3px;
	margin-left:186px;
	width:54%;
	display:block;
	clear:none;
	padding:3px;
}

#order_form div.checkboxes{
	float:left; 
	width:50%;
	clear:none;
}

#order_form label.required{
	font-weight:bold;
}

#order_form input.text-input, #order_form textarea{
	width:54%;
	display:block;
	float:left;
	border: solid 1px silver;
	padding:3px;
}

#order_form select{
	width:55%;
	display:block;
	float:left;
	border: solid 1px silver;
	padding:3px;
	border: solid 1px silver;
}

#order_form #submit_btn{
	width:55%;
	display:block;
	float:left;
	padding:3px;
	cursor:pointer;
	border: solid 1px silver;
}

/*/////////////////////////////////////////*/

.table {
  width:100%;
	clear:both;
}

.table div {
    float: right;
    width: 32%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
	overflow:hidden;
	/*text-align:center;*/
}

.table div img {
    /*float: left;
    padding-right: 10px;*/
    display: block;
	clear:both;
}

.table div p {
    /*padding-right: 10px;*/
	width: 220px;
	padding:3px;
	text-align:left;
	margin:0px;
	font-size:0.8em;
}

.table div b{
    /*padding-right: 10px;*/
	/*font-size:0.9em;*/
	color: #445566;
}

.table div strong{
    /*padding-right: 10px;*/
	/*font-size:0.9em;*/
	color: #334455;
}

.ramka{
	border: solid 1px silver;
}

a:hover .ramka {
  border:1px solid #43AA51;
}

/*/////////////////////////////////////////*/

#footer {
    width: 90%;
    margin: 0 auto;
    /*
border: solid 1px silver;
*/
    height: 40px;
    font-size: 86%;
    color: silver;
	clear:both;
	padding-top:60px;
}

#footer a{
  color:gray;
  text-decoration:none;
}

