#s-news ul {
    list-style: none;
}
/* f-bronirovanie */
.f-form { display:block; padding:10px 0 20px; }
.f-form	label { display:block; position:relative; width:315px; padding:0 0 10px 190px;}
.f-form	label span {position:absolute; top:0; left:0; height:20px; line-height:20px;}
.f-form	input, .f-form select { padding:1px 3px;}
.f-form	label textarea { display:block; width:285px; height:130px; padding:2px 4px; font-family:Tahoma, Geneva, sans-serif;}
/* b-captcha */
.b-captcha {font-size:0.79em;}
.b-captcha div input { display:block; width:70px; position:absolute; margin:0 0 0 150px;}
.b-captcha div p { position:absolute; width:280px; margin:0 0 0 240px;}

/* post-foto */
#post-foto { padding-bottom:10px;}
.credits{
    bottom:0;
    padding:3px;
    position:absolute;
}
#h-pic-in a>span{
    display:block;
    height:106px;
}
.items div a {
    float:left;
    font-size:0.92em;
    min-height:95px;
    margin:5px;
    text-align:center;
    display: block;
    /*width:130px;*/
}

.warnText {
    width: 100%;
    padding: 5px;
    background: #dd0000;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #999999;
    margin-bottom: 10px;
    text-align: center;
}
#guestbook {
    width: 95%;
}
#guestbook .row {
    border-bottom: 1px solid #64BC5B;
    margin-bottom: 7px;
    min-height: 100px;
}
#guestbook .userdetail{
    width: 140px;
    float: left;
    min-height: 70px;
}
div.clear {
    clear: both;
}
.nc_bbcode_smiles {
    background: #fff;
    position: absolute;
    z-index: 3;
}
#guestbook .userdetail span{
    display: block;
}

#guestbook .userdetail .author{
    font-weight: bold;
}
#guestbook .message {
    color: #00cccc;
}
ul.menu_razdel{
    margin-left: 20px;
    margin-bottom: 15px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 425px;
    /*height:108px;*/

    /* custom decorations */
    border:1px solid #ccc;
    /*background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.items {
    width: 425px;
    margin: 0 auto;
}

.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:425px;
}

/* single scrollable item */
.items img {
    float:left;
    /*margin:5px 5px 5px 5px;*/
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    /*	width:122px;
	height:90px;
    */
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(../img-all/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:40px 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; }


/* left */
a.left				{ margin-left: 0px; }
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{
    background:url(../img-all/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}
input.nc_bbcode_smile {
border:0 none;
height:20px;
width:20px;
cursor: pointer;
}
.box-text h3 {
    font-size: 1em;
}
#zayavka_form h2 {
font-size: 16px;
}
#zayavka_form td {
vertical-align: top;
}
#zayavka_form div {
    margin-top: 5px;
}
#zayavka_form input[type=text] {
    width: 200px;
}
#zayavka_form select {
    width: 200px;
}
#zayavka_form textarea {
    width: 200px;
    height: 100px;
}
#zayavka_form input[type=text].zdate {
    width: 70px;
}

