body
{
    font-family: sans-serif;
    font-size:10px;
    padding: 0;
    margin:0;
}

h1
{
    font-size:16px;
    color: #506980;
    margin:0;
}

h2
{
    font-size:15px;
    color: #506980;
    margin:0;
}

h3
{
    font-size:14px;
    color: #506980;
    margin:0;
}

h4
{
    font-size:13px;
    color: #506980;
    margin:0;
}

h5
{
    font-size:12px;
    color: #000000;
    margin:0;
}

h6
{
    font-size:11px;
    color: #000000;
    margin:0;
}

ul, ol, p, li, span, address, a, img
{
    margin:0;
    padding:0;
}

img
{
    border:none;
}

a
{
    text-decoration:underline;
    color: #EB1B29;
}

a:hover
{
    text-decoration:none;
}

table, tr, td, th
{
    border-collapse:collapse;
    margin:0;
    padding:0;
}

fieldset, form
{
    border:none;
    margin:0;
    padding:0;
}

select, input[type=text], input[type=password] {
    border: 1px solid #889DB1;
    font-size: 12px;
    padding: 2px;
}


/** Objednavka ***/
/*** Objednavka LEVA ***/
#order {
    width:650px;
    float: left;
    overflow: hidden;
    background:url(../img/search_small_bg.gif) #DFE8F2 no-repeat right top;
}

#page.special #order {
    width:605px;
}

#order h2 {
    font-size: 20px;
    color: #506980;
    font-weight: normal;
    margin:0 0 15px 25px;
}

#order_form{
    width:650px;
    background:url(../img/search_small_bg.gif) #DFE8F2 no-repeat right top;
}

#order_form.special{
    width:605px;
    background:url(../img/search_small_bg_2.jpg) #DFE8F2 no-repeat right top;
}

#order_form fieldset{
    padding:13px 16px;
}

#order #order_form fieldset.light_blue{
    background-color: #F1F5F9;
}

#order_form fieldset h3{
    font-size: 12px;
    color: #49637B;
    font-weight: normal;
    margin:0 0 13px 0;
}

#order_form fieldset input{
    font-size: 12px;
    color: #49637B;
    padding:4px;
}

#order_form fieldset textarea{
    border:1px solid #869BAF;
    margin:0 0 0 130px;
    padding: 4px;
    font-size: 12px;
    color: #49637B;
    font-family: sans-serif;
    width:324px;

}

#order_form fieldset input.short {
	width:60px;
}

#order_form fieldset label{
    color: #49637B;
    font-size: 12px;
}

#order_form fieldset.first * {
    vertical-align: middle;
}

#order_form fieldset.first input{
        padding: 3px 8px 4px 8px;
        width: 76px;
        margin: 0 15px;
        text-align: center;
}

 #order_form fieldset.first input.huge {
    width:437px;
    margin: 0 0 14px 10px;
    text-align: left;
}

#order_form fieldset.first label{
    color: #889DB1;
    font-size: 12px;
}

#order_form fieldset.first a{
    vertical-align: 0px;
    margin:0 29px 0 0;
}

#order #order_form fieldset.second label{
    width:430px;
    display: block;
    text-align: right;
    margin: 0 0 5px 45px;
}

#order #order_form fieldset.second label span.red{
    color: #EB1B29;
}

#order #order_form fieldset.second input{
    width:324px;
    margin:0 0 0 17px;
}

#order #order_form fieldset.three *{
    vertical-align: middle;
}

#order #order_form fieldset.three input{
    vertical-align: -1px;
    margin:0 7px 0 21px;
}

#order #order_form fieldset.three span {
    color: #889DB1;
    font-size: 12px;
    margin: 0 0 0 10px;
}

#order #order_form fieldset p {
    color: #000000;
    font-size: 11px;
    margin: 18px 0 0 0;
}

#order #order_form fieldset.four input {
    margin: 0 0 0 49px;
}

#order #order_form fieldset .remove_room {
	color: red;
	cursor: pointer;
	background: url(../img/button_remove.png) no-repeat left center;
	border: none;
	font-size: 10px;
	padding: 0 0 0 18px;
}

input.button {
    font-size: 12px;
    width:166px !important;
    border:1px solid #E9EFF5;
    background:url(../img/button_bg.gif) no-repeat right top;
    color: #FFF !important;
    padding:5px 0;
    margin:-1px 0 0 10px;
    cursor: pointer;
    font-weight: bold;
}

#order_form input.button {
    float: right;
}

input.button.red
{
    background:url("../img/search_button.gif") repeat-x #D30E15;
    color: #FFF !important;
}


.error_msg {
	background: #EB1B29;
	color: #FFFFFF;
	padding:13px 16px;
	font-size: 12px;
}

.error_msg .title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 13px 0;
}

.error_msg ul {
	padding: 0 0 0 15px;
}

.error_msg li {

}

#recap {
	background-color: #DFE9F2;
	padding: 15px;
	margin: 15px 0px;
}

#recap hr {
	margin: 15px 0;
}


#recap th {
	padding: 5px;
	text-align: right;
}

#recap td {
	padding: 5px;
}

