#pictureSmall, #form, #picture, #menu_container, .line, .reserv
{
    display: none;
}

* { padding: 0; margin: 0; }

a {
      color: #992826;
      text-decoration: none;
}

a:hover {
      text-decoration: underline;
}

/* ########################################################################################### */

#container
{
    position: relative;
    width: 770px;
    height: 100%;
    margin: 0 auto;
    /*border: 1px solid black;*/
}

#shadow
{
    position: relative;
    float: left;
    background: url(/images_new/shadow.gif) repeat-y;
    width: 770px;
    height: 100%;
    margin: 0 auto;
    padding-left: 10px;
}

/* ########################################################################################### */

#content_container
{
    position: relative;
    float: left;
    background: #FFFFFF;
    width: 770px;
    height: 100%;
    padding: 0px 20px 0px 20px;
}

#content
{
    position: relative;
    float: left;
    width: 450px;
    height: 100%;
    font-size: 11px;
    color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 180%;
    margin: 15px 0px 0px 20px;
	padding-bottom: 15px;
}

#content h1
{
    font-size: 18px;
    font-weight: normal;
    color: #D7100D;
    padding-bottom: 17px;
}

#content h2
{
    font-size: 14px;
    font-weight: bold;
    color: #D7100D;
    padding-top: 5px;
	padding-bottom: 5px;
}

#content h3
{
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
	padding-bottom: 5px;
}

#content p
{
	margin-bottom: 12px;
}

#content img
{
    position: relative;
    float: left;
    border: 5px solid #FBEED7;
    margin: 5px 0px 5px 0px;
}

#content ul
{
    list-style-type: disc;
    margin-left: 30px;
	line-height: 150%;
	margin-bottom: 10px;
}

#content img.foto
{
    margin: 0px 15px 15px 0px;
}

#content img.foto_right
{
    margin: 0px 0px 15px 0px;
}

#content .img_link
{
    position: relative;
    float: left;
    border: 5px solid #FBEED7;
    background: #992826;
    color: #FFFFFF;
    text-align: right;
    width: 200px;
    margin: 15px 0px 15px 0px;
}
#content .img_link a img
{
    position: relative;
    float: left;
    border: none;
    margin: 0px 0px 0px 0px;
}

#content .img_link a
{
    display: block;
    float: right;
    color: #FFFFFF;
}
#content .img_link a:hover
{
    color: #D79594;
}
#content .img_link span
{
    padding: 3px 10px 3px 0px;
}

/* ########################################################################################### */

#content .room
{
    position: relative;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 450px;
    border-top: 1px solid #E9DBC5;
    padding-top: 10px;
    margin-top: 10px;
}

#content .room h1
{
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #D7100D;
}

#content .room p
{
    position: relative;
    float: left;
    width: 450px;
}

#content .room img
{
    margin-right: 15px;
}

/* ########################################################################################### */

#content .reserv_line
{
    position: relative;
    float: left;
    width: 450px;
    border-bottom: 1px solid #E7C6B4;
    padding: 5px 0px 5px 0px;
    text-align: center;
}

#content .reserv_line_last
{
    position: relative;
    float: left;
    width: 450px;
    padding: 5px 0px 5px 0px;
    text-align: center;
}

#content .reserv_line_last input.btn
{
    font-size: 10px;
    color: #FFFFFF;
    padding: 3px 5px 3px 5px;
    width: 100px;
    background: #992826;
    margin: 5px 0px 5px 0px;
    border-style: outset;
    border-width: 2px;
    /*border: 1px solid #731A18;*/
}

#content .reserv_left
{
    position: relative;
    float: left;
    width: 150px;
    text-align: left;
}

#content .reserv_right, #price
{
    position: relative;
    float: right;
    width: 290px;
    text-align: left;
}
#content .reserv_right .txt
{
    width: 286px;
    border: 1px solid #E7C6B4;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    background: #F9F7F3;
}

#content div.error
{
    width: 100%;
    border: 1px dotted #E7C6B4;
    font-size: 11px;
	text-align: center;
	color: #D7100D;
}

/* ########################################################################################### */

table
{
    position: relative;
    float: left;
    border: none;
    margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.papildomos
{
	width: 450px;
}

.room_price
{
	width: 450px;
	text-align: center;
}

td
{
    background: #fef6e7;
    border: none;
    padding-left: 5px;
    vertical-align: top;
}

td.l
{
    background: #fbeed7;
}

table.center
{
    width: 100%;
}

table.center td
{
    text-align: center;
}

td.title
{
    font-weight: bold;
	color: #992726;
    background: #fee0ac;
}

/* ########################################################################################### */

.map
{
	padding: 5px;
	background: #FBEED7;
}

a
{
    color: #992826;
}
a:hover
{
    text-decoration: underline;
}