div.categoriestree {
	float: left;
	width: 285px;
}

span.categoriestree_title {
    float: left;
    width: 285px;
    padding-left: 20px;
    padding-top: 2px;
    margin-bottom: 5px;
}
#categories-list
{
    width: 250px;
    height: 180px;
    /*background-color: #FFFFFF;*/
    /*overflow-y: auto;*/
    float: left;
    z-index: 1000;
    position:relative;
	margin-left: 15px;
}
.clear
{
    clear: both;
}
#right-column
{
    width: 450px;
	height: 180px;
    float: left;
}
#right-column h2
{
    margin-top: 6px;
    color:#D73803;
    font-size:18px;
    font-weight:normal;
}
.short
{
    width: 45px;
}
div.searchbuttons {
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
}
.btn-default-orng, .btn-default-orng-long
{
    float:right;
    font-size:13px;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
/*    background:#E69512 url('http://www.novaturas.lt/img/btn-default-orng.png') repeat-x scroll left center; */
    background:#E69512 url('http://www.novaturas.lt/iframe/public/images/yellow_btn.png') repeat-x scroll left center;
    color:#D8193E;
    font-size:14px;
    font-weight:bold;
    padding:5px 5px;
    text-decoration:none;
    margin-right:3px;
/*    text-shadow:-1px -1px 0 #E69512; */
}

