body
{
    background: #fff url(/i/theme/blue-back.jpg) repeat-x;
    border-top: 5px;
    color: #333;
    font-size: 11px;
    padding: 20px 0 40px;
}

p
{
    padding: 10px 0;
}

.container
{
    background: url(/i/theme/strannik2.png) no-repeat;
    margin-bottom: 20px;
}
.footercontainer
{
    margin-bottom: 20px;
    width: 100%;
}

.header {
    color: #ffffff;
    font-size: 16px;
}
.header h2{
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 0px;
}
.header a {
    text-decoration: none;
    color: #ffffff;
}

.selected_menu_item {
    padding-left: 11px;
/*   border: solid 1px #BF4038;
    background: #BF4038;*/
    color: #ffffff;
    font-size: 16px;
    background-image: url(/i/theme/menu_item_selected.gif);
}

.menu_item {
    padding-left: 11px;
/*   border: solid 1px #BF4038;
    background: #BF4038;*/
    color: #ffffff;
    font-size: 16px;
    background-image: url(/i/theme/menu_item1.gif);
}

.menu_item:hover {
    padding-left: 11px;
/*    border: solid 1px #BF4038;*/
/*    background: #ffffff; */
    color: #000000;
    font-size: 16px;
    background-image: url(/i/theme/menu_item2.gif);
}

.selected_menu_item a {
    text-decoration: none;
    color: #ffffff;

}.menu_item a {
    text-decoration: none;
    color: #ffffff;
}
.menu_item:hover a {
    color: #BF4038;
    text-decoration: none;
    cursor:pointer;
}
.hoster_item {
    margin-left: 20px;
    padding-left: 5px;
    color: #3B75BD;
}

.hoster_item:hover {
    margin-left: 20px;
    padding-left: 5px;
    background: #3B75BD;
    color: #FFFFFF;
    cursor:pointer;
}

input.text {
    margin:0px;
}


h1, h2 {
    background-image:url(/i/theme/h1_mark.png);
    background-repeat:no-repeat;
    padding-left:25px;
    font-size: 26px;
}

h3 {
    background-image:url(/i/theme/h3_mark.png);
    background-repeat:no-repeat;
    padding-left:15px;
    margin-top: 15px;
    font-size: 18px;

}

.avatar
{
    padding: 3px;
    margin: 3px;
    border: solid 1px #BF4038;
    width: 64px;
}

.bookmark {
    padding: 5px;
    border-bottom-style: dotted;
    border-bottom-color: #e4d193;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom-width: 1px;
}

.vertborder{
    border-right-style: dotted;
    border-right-color: #e4d193;
    border-left-style: dotted;
    border-left-color: #e4d193;
    border-left-width: 1px;
    border-right-width: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.topborder{

    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #e4d193;
    padding-top: 10px;
    margin-top: 10px;
}
.horborder{
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #e4d193;
    padding: 10px 10px 10px 10px;
    border-bottom-style: dotted;
    border-bottom-color: #e4d193;
    border-bottom-width: 1px;
}
.footer{
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #e4d193;
    padding: 10px 0 0 0;
    margin-top: 10px !important;
    margin-left:auto !important;
    margin-right:auto!important;
    width: 950px;

    border-bottom-style: dotted;
    border-bottom-color: #e4d193;
    border-bottom-width: 1px;
}
.test_head{
    background-color: #f7f3e6;
    font-weight: bold;
}
.div_box{
    border:1px solid #257894;
    background:#ffffff;
    padding:5px 5px 5px 5px;
    width:350px;
    position:relative;
    left:200px;
    top:20px;
    margin-left:-175px;
    z-index:2;
    margin-top:-100px;
    display : none;
}

th, td, caption {
    padding:0px 10px 0px 5px;
}

#searchbar{
    height: 70px;
    background: url('/i/searchbar.gif') no-repeat;
    padding: 20px 0px 0px 20px;
    margin-top: 10px;
}

#testbar{
    width : 135px;
    background: url('/i/testbar.gif') no-repeat;
}
#testbar:hover{
    width : 135px;
    background: url('/i/testbar_hover.gif') no-repeat;
}
#ratingbar{
    width : 295px;
    background: url('/i/ratingbar.gif') no-repeat;
}
#ratingbar:hover{
    width : 295px;
    background: url('/i/ratingbar_hover.gif') no-repeat;
}
#statbar{
    width : 135px;
    background: url('/i/statbar.gif') no-repeat;
}
#statbar:hover{
    width : 135px;
    background: url('/i/statbar_hover.gif') no-repeat;
}

.bar{

    height: 55px;
    padding: 15px 0px 0px 15px;
    margin: 10px 10px 0px 0px;
}

.bar:hover{
    cursor: pointer;
}
.bar a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}


