﻿*             
{
    margin: 0px;
    padding: 0px;
}

p
{
    margin: 0px;
}

body
{
    margin: 0px;

}

#MegoDIV
{
}


#leftimg
{
    width: 510px;
    float: left;
    text-align: left;
}

#righimg
{
    width: 470px;
    float: right;
    text-align: right;
}

#rekHead
 {
    width: 300px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 30px 0px 0px 20px;
}



/*-----------------Hint Style------------*/
.chronoform a
{
    display: none;
}
#numHintBox
{
    position: absolute;
    top: 91px;
    left: 7px;
    width: 186px;
    border-top: none;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background: white;
    z-index: 180;
    visibility: hidden;
}

#chkResultTrue, #chkResultFalse
{
    width: 205px;
    top: 0px;
    left: -5px;
    background: #fff8e2;
    text-align: center;
    position: absolute;
    z-index: 220;
}
#adTrue
{
    height: 150px;
}
#chkResultTrue p, #chkResultFalse p
{
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #E35F13;
    font-size: 18px;
}

#chkResultTrue, #chkResultFalse
{
}

#streetHintBox
{
    position: absolute;
    top: 39px;
    left: 7px;
    width: 186px;
    border-top: none;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background: white;
    z-index: 200;
    visibility: hidden;
}



#streetHintBox div, #numHintBox div
{
    line-height: 20px;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #5c5958;
    font-size: 14px;
}
#streetHintBox div:hover, #numHintBox div:hover
{
    background: #E3E3E3;
    cursor: pointer;
}


/*-----------------Header----------------*/
#topBar
{
    width: 100%;
    background: #4a4a4a;
    height: 20px;
}

#logIco
{
    height: 14px;
    padding-top: 1px;
    width: 14px;
    float: right;
    background-image: url('../images/top_i.png');
    background-position: -10px -9px;


/*    background: url('../images/logout.png') 0px 1px no-repeat; */
    margin-left: 8px;
}

#logIco:hover
{
    cursor: pointer;
    background: url('../images/logout_hover.png') 0px 1px no-repeat;
}

#tBarBox
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#tBarRight
{
    float: right;
    width: 49%;
    text-align: right;
    height: 17px;
    padding-top: 2px;
    position: relative;
}

#tBarRightIcons
{
    padding-right: 18px;
}

#iHolderHome, #iHolderHomeBox
{
    display: inline;
    width: 13px;
    height: 14px;
    background-image: url('../images/top_i.png');
    background-position: -10px -44px;
 /*
    background: url('../images/toHome.png') no-repeat;      */


}


#iHolderHomeBox:hover
{
    background: url('../images/toHome_hover.png') 0px 0px no-repeat;
}

#iHolderMap, #iHolderMapBox
{
    display: inline;
    width: 13px;
    height: 14px;
    background-image: url('../images/top_i.png');
    background-position: -10px -78px;
  /* background: url('../images/siteMap.png') no-repeat;  */
}

#iHolderMapBox:hover
{
    background: url('../images/siteMap_hover.png') 0px 0px no-repeat;
}

#iHolderMail, #iHolderMailBox
{
    display: inline;
    width: 13px;
    height: 14px;
    background-image: url('../images/top_i.png');
    background-position: -10px -112px;
  

  /*  background: url('../images/mailTo.png') no-repeat;      */


}

#iHolderMailBox:hover
{
    background: url('../images/mailTo_hover.png') 0px 0px no-repeat;
}

#iHolderMap, #iHolderMail
{
    margin-left: 7px;
}


#tBarLeft
{
    float: left;
    width: 49%;
    text-align: left;
}

#tBarLeft a
{
    color: White;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

#tBarBox .login-greeting
{
    color: White;
    font-size: 12px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}

#logoutBox
{
    background: #4a4a4a;
    position: absolute;
    right: 0px;
    top: 19px;
    padding: 7px;
    z-index: 100;
}

#header
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
}

#logo
{
    width: 150px;
    float: left;
}





#rightHead
{
    width: 480px;
    float: right;
    text-align: right;
}

#rightHead .title
{
    color: #5f5c5b;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}





#rightHead .preDescr
{
  color: #e35f13;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
}

#rightHead .descr
{
  color: #e35f13;
  font-size: 30px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
}

#descrBox
{
    width: 240px;
    padding-left: 240px;
}
#dBoxLeft
{
 width: 95px;
  float: left;
  height: 18px;
  padding-top: 4px;
}



#dBoxRight
{
    width: 180px;
    padding-left: 70px;
    height: 36px;
}

@-moz-document url-prefix()
{
#dBoxRight{width: 160px;}

}




#searchBox
{
    width: 230px;
    position: relative;
    padding-left: 250px;
    margin-bottom: 15px;
}

#searchBox .inputbox
{
    height: 34px;
    width: 188px;
    padding-left: 12px;
    padding-right: 30px;
    border: 1px solid #d9d9d9;
    font-family: 'Open Sans', sans-serif;
    color: #5c5958;
    line-height: 34px;
    font-size: 14px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

#imgBut
{
    position: absolute;
    height: 36px;
    right: 10px;
    top: 7px;
}

#btnHelp
{
    position: relative;
    z-index: 10;
}
#symbolHelp
{
    position: absolute;
    width: 30px;
    height: 124px;
    background: url('../images/symbolHelpnew.png') no-repeat;
    left: 26px;
}

.jt-menu li.parent
{
    background-image: -o-linear-gradient(#33B6D8, #1C75B4);
}
.jt-menu li.parent:hover
{
    background-image: -o-linear-gradient(#37C0E9, #2082C7);
}


a.btnHelpStyled
{
    background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -o-linear-gradient(#ffffff, #e3e3e3);
    background-image: -ms-linear-gradient(#ffffff, #e3e3e3);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, #e3e3e3)); /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e3e3e3')";*/
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    padding: 0px 15px;
    text-decoration: none;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    display: block;
    color: #5f5c5b;
    line-height: 34px;
    font-size: 14px;
    width: 200px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

a.btnHelpStyled:hover
{
    background-image: -moz-linear-gradient(top, #e3e3e3, #fdfdfd);
    background-image: -o-linear-gradient(#e3e3e3, #fdfdfd);
    background-image: -ms-linear-gradient(#e3e3e3, #fdfdfd);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e3e3e3),color-stop(1, #fdfdfd));
    color: #5c5958;
    display: block;
    cursor: pointer;
}

#btnHelp
{
    width: 230px;
    float: left;
}

#subHead
{
    padding-top: 18px;
}
/*-----------------Top Menu--------------*/

#topMenuBkg
{
    background: url('../images/menuBkg.png') no-repeat;
    width: 1020px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

#topMenu
{
    padding-left: 20px;
    padding-top: 20px;
}

.menuItemBkg
{
    width: 230px; /*height: 60px;*/
    float: left;
    margin-right: 18px;
    position: relative;
}

.mItemSeparator
{
    background: url('../images/mItemSeparatorBkg.png') no-repeat;
    position: absolute;
    width: 2px;
    height: 60px;
    right: 36px;
    z-index: 100;
    visibility: hidden;
}

.subItemSeparator
{
    background: url('../images/subItemSeparator.png') no-repeat;
    position: absolute;
    width: 230px;
    height: 2px;
    top: 0px;
}

.jt-menu ul > .menuItemBkg:first-child > .subItemSeparator
{
    background: none;
}

.mItemArrow
{
    position: absolute;
    background: url('../images/mItemArrowBkg.png') no-repeat;
    width: 12px;
    height: 8px;
    right: 12px;
    top: 28px;
    z-index: 100; /*visibility: hidden;*/
}

#connectButton
{
    width: 230px;
    float: left;
    text-align: center;
}

#connectButton a
{
background-image: -moz-linear-gradient(top, #e28901, #d45a11);
background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e28901),color-stop(1, #d45a11));
background-image: -o-linear-gradient(#e28901, #d45a11); 
background-image: -ms-linear-gradient(#e28901, #d45a11);

    border: 1px solid #e99300;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: block;
    width: 230px;
    line-height: 60px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-shadow: #bd5910 2px 2px 0;
    color: White;
    font-size: 18px;
}

#connectButton a:hover
{
  
  /*  background-color: #ffa358; */
    background-image: -moz-linear-gradient(top, #e59514, #d96a20);
    background-image: -o-linear-gradient(#e59514, #d96a20);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e59514),color-stop(1, #d96a20)); 
    background-image: -ms-linear-gradient(#e59514, #d96a20);
   /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e59514', EndColorStr='#d96a20')";*/
    position: relative;
}
/*-----------------Content---------------*/

.orange_table
{
    border-collapse: collapse;
    margin-bottom: 0px;
    margin-top: 10px;     
}

#content ol
{
    margin-left: 40px;
}


#content ol li
{
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
}


.orange_table tr:first-child
{
    background-image: -moz-linear-gradient(top, #e38901, #d55c11);
    background-image: -o-linear-gradient(#e59514, #d96a20);
    background-image: -ms-linear-gradient(#e59514, #d96a20);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e59514),color-stop(1, #d96a20)); /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e59514', EndColorStr='#d96a20')";*/
}

.orange_table tr:first-child h3
{
    color: White;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 10px;
}

.orange_table tr:first-child th
{
    border: 1px solid #c55510;
}

.orange_table tr
{
    background: white;
}




.orange_table tr td
{
    border: 1px solid #d0d0d0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family:  'Open Sans', sans-serif;
/*
    font-family: 'Open Sans', sans-serif;
*/
}


/*
.orange_table tr td:hover
{
    background: #fafafa;
} 


.orange_table tr:hover
{
    background: #ffff99;
} 
*/



#newsArhive li.odd
{
    padding-left: 0px;
}
#newsArhive li
{
    margin-bottom: 25px;
}

#akk1Opened, #akk2Opened, #akk3Opened
{
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}

#akkClosed
{
    visibility: visible;
    height: auto;
    overflow: hidden;
}

#content
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#content .search
{
    margin-top: 20px;
    line-height: 20px;
    font-family: "open_sansregular";
    color: #363636;
    font-size: 14px;
}

#content .search a
{
    color: #E35F13;
}

#searchForm fieldset
{
    margin-bottom: 20px;
    line-height: 30px;
}

#searchForm .form-limit
{
    margin-bottom: 20px;
}

.search-results > .result-created
{
    margin-bottom: 20px;
}

#content .pagination ul li
{
    display: inline;
    padding-right: 20px;
}

#leftInner
{
    width: 230px;
    float: left;
    position: relative;
    top: -22px;
}
#rightInner
{
    width: 730px;
    padding-left: 249px;
}
#bread
{
    margin-top: 45px;
    margin-bottom: 6px;
}
#bread .breadcrumbs a
{
    color: #1860a8;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
#bread .breadcrumbs span
{
    color: #5f5c5b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
#bread .breadcrumbs
{
    color: #5f5c5b;
}
.k2Img
{
    border: 2px solid #1860a8;
    text-align: center;
    margin-bottom: 5px;
}
div.itemFullText a
{
    color: #1860a8;
}
div.itemFullText a:visited
{
    color: #54331a;
}
p.k2GreyBox
{
    padding: 10px 20px;
    background: #959595;
    color: White !important;
    margin-bottom: 10px;
}

p.k2GreyBox img
{
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}




div.itemFullText ul li
{
    
font-family: 'Open Sans', sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 40px;
    list-style-image: url('../images/bullet.png');

}
div.itemFullText ul
{
    margin-bottom: 10px;
}
.k2InnerImg
{
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.k2ImgDescr
{
    margin-top: 10px;
}
.itemFullText h2
{
    color: #1860a8;
    font-size: 20px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

#k2Container .setBox a
{
    color: White !important;
}
#k2Container .setBox
{
    margin-top: 10px;
    padding-bottom: 20px;
}
.k2h3Title
{
    color: #c55510;
}

.wk-accordion h3
{
    font-family: 'Open Sans', sans-serif;
    color: #4c4c4c;
    font-size: 18px;
    line-height: 20px;
}
.wk-accordion-default .content
{
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0px 10px 0px;
    text-align: justify;
}

#testAkk1, #testAkk2
{
    height: 0px;
}

/*-----------------Left Bar----------------*/
#leftInnerMenu
{
    margin-bottom: 27px;
}
#limHead
{
    width: 230px;
    height: 59px;
    background: url('../images/innLeftMenuBkg.png') no-repeat;
}

#limItems h3
{
    padding-top: 23px;
    line-height: 20px;
    font-size: 14px;
    color: White;
    font-family: 'Open Sans', sans-serif;
    padding-left: 45px;
    text-shadow: 1px 1px 0 #0d3f7a;
    font-weight: normal;
    letter-spacing: 0.25px;
    padding-bottom: 15px;
}

#limItems
{
    position: relative;
    top: -59px;
    margin-bottom: -59px;
}

#limItems ul
{
    padding-top: 10px;
    padding-right: 10px;
    background-color: White;
    border: 2px solid #1860a8;
    padding-bottom: 10px;
}

#limItems ul li
{
    margin-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: square;
    color: #e35e12;
}

#limItems ul a
{
    line-height: 20px;
    color: #1860a8;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
#limItems ul a:hover
{
    color: #E35F13;
}

#formCabinetInner
{
    margin-bottom: 15px;
    margin-top: -12px;
}

#payHead
{
    width: 230px;
    height: 63px;
    background: url('../images/innLeftPayFormBkg.png') no-repeat;
}

#payHead:hover
{
    cursor: pointer;
}

#payHead p
{
    padding-top: 27px;
    line-height: 20px;
    font-size: 14px;
    color: White;
    font-family: 'Open Sans', sans-serif;
    padding-left: 68px;
    text-shadow: 1px 1px 0 #0d3f7a; /*font-weight: bold;*/
    letter-spacing: 0.25px;
}

#payForm
{
    display: none;
    width: 226px;
//  background: url('../images/payFormBkg.png') repeat-y;
    background-color: White;
    border: 2px solid #1860a8;

}
#pFormBottomBkg
{
    width: 228px;
//    height: 2px;
//    background: #1860a8;

}
#pFormInside
{
    padding: 10px 15px 0px 15px;
}
#pFormInside a
{
    font-family: 'Open Sans', sans-serif;
    color: #1860a8;
    font-size: 14px;
    line-height: 20px;
}
#pFormInside p
{
    padding-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #1860a8;
    font-size: 14px;
    line-height: 20px;
}
.payFormIcons a
{
    text-decoration: none;
}
#piFormTxt
{
    margin-top: 15px;
}
#payFormForm
{
    position: relative;
    height: 105px;
    width: 200px;
    margin-top: 10px;
}
#payMFormPIN
{
    position: absolute;
    top: 0px;
    left: 0px;
}
#payFormPIN
{
    width: 60px;
    position: absolute;
    left: 0px;
}
#payMFormValue
{
    position: absolute;
    top: 0px;
    left: 100px;
}
#payFormValue
{
    width: 50px;
    position: absolute;
    left: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
#payMFormRUR
{
    position: absolute;
    top: 10px;
    right: 0px;
}
#payMFormRUR span
{
    font-family: 'Open Sans', sans-serif;
    color: #5f5c5b;
    font-size: 14px;
}

#payMFormButton
{
    position: absolute;
    bottom: 0px;
    left: 0px;
}


#innerSlider
{
   margin-top: 25px;
// border: 1px solid #d9d9d9;
   border: 1px solid #959595;
//  border: 1px solid #1860a8;
    background: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
#innerSlider .txtSet
{
    padding: 10px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    height: 190px;
}
#innerSlider .setBtn
{
    text-align: center;
}
#innerSlider .setImg
{
    margin-top: 0px;
    margin-left: 0px;
}


_:-o-prefocus, #innerSlider .setImg { 
    margin-top:  45px;
    margin-left: 0px;


    };





.orange_table a.cabButton:visited
{
    color: White;
}
.orange_table a.cabButton
{
    color: White;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}



/*-----------------Main Page-------------*/
#k2News a
{
    color: #E35F13;
}

#bannerInternet
{
    width: 980px;
//  height: 285px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}


/*    overflow: hidden;   */

#formsContainer
{
    width: 980px;
    height: 241px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 30px;
}


#formCabinetInner
{
    width: 230px;
    height: 241px;
    background-image: url('../images/bgsritempage.png');
    background-position: -10px -10px;
}

#formCabinet
{
    width: 230px;
    height: 241px;
    position: absolute;
    left: 0px;
    background-image: url('../images/bgsritempage.png');
    background-position: -10px -10px;
}

#cabTitle
{
    padding: 38px 0px 35px 55px;
}
#cabForm
{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.cabInput
{
    width: 168px;
    height: 38px;
    border: 1px solid #dadada;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #5f5c5b;
    font-size: 14px;
    line-height: 38px;
}

.cabButton, .setBox a
{
    border: 1px solid #c55510;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 12px;
    padding-bottom: 3px;
    width: 198px;
    height: 38px;
    background-image: -moz-linear-gradient(top, #e28801, #d55b11);
    background-image: -o-linear-gradient(#e28801, #d55b11);
    background-image: -ms-linear-gradient(#e28801, #d55b11);
   background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e28801),color-stop(1, #d55b11)); /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e28801', EndColorStr='#d55b11')";*/
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-shadow: #bd5910 2px 2px 0;
    color: White;
}

.cabButton:hover, .setBox a:hover
{
    background-image: -moz-linear-gradient(top, #e59514, #d96a20);
    background-image: -o-linear-gradient(#e59514, #d96a20);
    background-image: -ms-linear-gradient(#e59514, #d96a20);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e59514),color-stop(1, #d96a20)); /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e59514', EndColorStr='#d96a20')";*/
    cursor: pointer;
}

#cabTitle p, #mFormLeftTile p, #mFormRightTile p, #frmCheckTitle p
{
    color: white;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 0 #0d3f7a; /*font-weight: bold;*/
    letter-spacing: 0.25px;
}
#cabTitle p
{
    line-height: 14px;
}
#mFormLeftTile p, #mFormRightTile p, #frmCheckTitle p
{
    line-height: 17px;
}

#formMoney
{
    width: 481px;
    margin-left: auto;
    margin-right: auto;
    height: 241px;
    background-image: url('../images/bgsritempage.png');    
    background-position: -10px -533px;
    position: relative;
}

#mFormLinks
{
    position: absolute;
    width: 215px;
    height: 100px;
    top: 80px;
    left: 15px;
}
#mFormLinks a
{
    color: #1860a8;
    font-size: 14px;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif; /*font-weight: bold;*/
}

#mFormLeftTile
{
    position: absolute;
    width: 150px;
    height: 50px;
    top: 30px;
    left: 65px;
    text-align: center;
}

#mFormRightTile
{
    position: absolute;
    width: 150px;
    height: 50px;
    top: 30px;
    left: 310px;
    text-align: center;
}


#mFormInputs
{
    width: 230px;
    height: 105px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: left;
}

#frmCheck
{
    width: 230px;
    height: 242px;
    float: right;
    position: relative;
    background-image: url('../images/bgsritempage.png');    
    background-position: -10px -271px;

}

.frmCheckInner
{
    float: none !important;
    margin-bottom: 25px;
    background: url('../images/houseConnectedInner.png') no-repeat !important;
}

#chkfInnerBkg
{
    background-color: White;
    border: 2px solid #1860a8;
    top: 70px;
    position: relative;
    height: 170px;
}

#chkfInnerBkg .cabInput
{
    border: 1px solid #1860a8;
}

#chkfInnerBkg .chkrTrueInner
{
    background: white;
}

#frmCheckTitle
{
    position: absolute;
    width: 130px;
    height: 50px;
    top: 30px;
    left: 80px;
    text-align: center;
}

#frmCheckForm
{
    position: absolute;
    width: 205px;
    height: 150px;
    left: 17px;
    bottom: 4px;
}

#frmCheckForm .cabInput
{
    width: 184px;
    padding-left: 6px;
    padding-right: 6px;
}

#mFormPIN
{
    width: 70px;
    position: absolute;
    left: 0px;
}
#mFormValue
{
    width: 45px;
    margin-right: 2px;
    position: absolute;
    left: 0px;
}

#divMFormPIN
{
    position: absolute;
    top: 3px;
    left: 0px;
    text-align: left;
}
#divMFormValue
{
    position: absolute;
    top: 3px;
    left: 108px;
}
#divMFormRUR
{
    position: absolute;
    top: 12px;
    left: 191px;
}
#divMFormRUR span
{
    font-family: 'Open Sans', sans-serif;
    color: #5f5c5b;
    font-size: 14px;
}
#divMFormButton
{
    position: absolute;
    top: 56px;
    left: 0px;
}
#divMFormButton input
{
    position: absolute;
    left: 0px;
    width: 220px;
}

#icoMasterCard
{
    position: absolute;
    left: 250px;
    top: 85px;
    height: 39px;
    width: 62px;
}


#icoVisa
{
    position: absolute;
    left: 312px;
    top: 85px;
    height: 39px;
    width: 62px;
}


#icoRBK
{
    position: absolute;
    left: 374px;
    top: 85px;
    height: 39px;
    width: 75px;
}


#icoSystem
{
    position: absolute;
    left: 65px;
    top: 185px;
    height: 43px;
    width: 125px;
}


#icoQIWI
{
    position: absolute;
    left: 16px;
    top: 180px;
    height: 51px;
    width: 34px;
}



#k2Slider
{
    width: 730px;
    height: 380px;
}

#subContainer
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}



/*----------------- main page preFooter---------------*/

#leftMenuMain
{
    width: 230px;
    float: left;
}



#leftMenuMain ul li
{
    list-style-type: none;
    padding: 9px 10px;
}

#leftMenuMain li a
{
    line-height: 20px;
    color: #363636;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#leftMenuMain li a:hover
{
    color: #e35f13;
}

#k2Slider .setBox
{
    width: 230px;
/*    background-color: #fff;    */
}

.setBtn
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.setBox a
{
    line-height: 40px;
    text-decoration: none;
    padding: 10px 25px 10px 25px;
/*    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
 */
}

#k2Slider .txtSet
{
    padding: 0px 5px 0px 5px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    height: 180px;
    margin-top: 10px;
}


div.txtSet ul li
{
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding-top: 1px;
    padding-bottom: 5px;
//   list-style-image: url('../images/bullet.png');
    margin-left: 20px;
}
div.txtSet ul
{
    margin-bottom: 5px;
}










#k2Slider .nav 
{
margin-top: 10px;
text-align: center
}

#leftMenuMain .simpleMenuSeparator
{
    width: 230px;
    height: 2px;
    background: url('../images/subItemSeparator.png') repeat;
}

#k2Slider
{
    width: 730px;
    float: right;
}


#k2News, #bMenuBox
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/*----------------- Footer---------------*/


#bottomMenu
{
    width: 100%;
    height: 340px;
    background: url('../images/bottomMenuBkg.jpg') repeat-x;
    margin-top: 40px;
}

#bottomMenu .bShadow
{
    position: relative;
    top: -1px;
    height: 1px;
    width: 100%;
    -moz-box-shadow: 0px 1px 1px 0px #1b475d;
    -webkit-box-shadow: 0px 1px 1px 0px #1b475d;
    box-shadow: 0px 1px 1px 0px #1b475d;
}

#archButton
{
    width: 233px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#archButtonBkg
{
    width: 233px;
    height: 51px;
    position: absolute;
    background: url('../images/arhivBkg.png') no-repeat;
    top: -34px;
    text-align: center;
    padding-top: 17px;
}

#archButtonBkg a
{
    color: #e35f13;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

#bMenuBox
{
    padding-top: 30px;
}
#bMenuBox .bMenuItems
{
    float: left;
    width: 250px;
    position: relative;
}
#bMenuBox .lastBItem
{
    float: right;
    width: 225px;
}

#bMenuBox .bMenuItems p
{
    color: White;
    font-size: 18px;
    line-height: 38px;
    font-family: 'Open Sans', sans-serif;
}


#bMenuBox .bMenuSeparator
{
    width: 2px;
    height: 340px;
    right: 19px;
    position: absolute;
    background: url('../images/bmenuSeparator.png') no-repeat;
    top: -30px;
}

.bMenuItems ul li
{
    list-style-type: none;
}

.bMenuItems ul a
{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
}

.bMenuItems ul a:hover
{
    color: #cbcbcb;
}

.bMenuItems p
{
    padding-bottom: 10px;
}

#footer
{
/*
    height: 465px;
*/
    width: 100%;
    background: url('../images/footerBkg.jpg') repeat;
}

/* 
#footer
{
    height: 361px;
    width: 100%;
    background: url('../images/footerBkg.jpg') repeat;
}

*/


#footer .bShadow
{
    position: relative;
    top: -1px;
    height: 1px;
    width: 100%;
    -moz-box-shadow: 0px 1px 2px 1px #202020;
    -webkit-box-shadow: 0px 1px 2px 1px #202020;
    box-shadow: 0px 1px 2px 1px #202020;
    background: #202020;
}

#footBox
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
/*    padding-top: 29px; */
}


#fooLeft
{
    width: 630px;
    float: left;
}

#fooRight
{
    width: 250px;
    float: right;
    text-align: right;
}

#fooLeft span
{
    color: White;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

#fooRight p
{
    color: White;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
}



.fooImg
{
    padding-top: 5px;
    width: 16px;
    float: left;
}

.fooTxt
{
    padding-left: 20px;
}
.fooTxt a
{
    color: #e35f13;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
}

.fooRImg
{
    width: 44px;
    float: right;
    margin-left: 8px;
}

#yaDir
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 29px;
}



/*-----------------Page Rates---------------*/
.tableRates, .tableRatesConnect, .tableRatesAntivir, .tableRatesPink
{
    margin-top: 10px;
}


.tRatesHead h5
{
    color: White;
    font-size: 18px;
    line-height: 46px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.tRatesHead
{
    height: 46px;
    width: 730px;
    background: url('../images/page_rates/tableHeadBkg.png') no-repeat;
    position: relative;
}



.tableRatesPink > .tRatesHead
{
    height: 46px;
    width: 730px;
    background: url('../images/page_rates/tableHeadPinkBkg3.png') no-repeat;
    position: relative;
}








.tableRatesAntivir > .tRatesHead
{
    height: 46px;
    width: 730px;
    background: url('../images/page_rates/tableHeadGreenBkg.png') no-repeat;
    position: relative;
}


.tableRates > .tRatesHead > .tRatesHeadItem:hover
{
    cursor: pointer;
}


.tRatesHeadItem, .trlItem
{
    width: 182px;
    position: absolute;
    text-align: center;
    bottom: 0px;
}
.trhFirst
{
    left: 0px;
}
.trhSecond
{
    left: 182px;
}
.trhThird
{
    left: 365px;
}
.trhFourth
{
    left: 547px;
}

.trhSecond > .trhProfit
{
    background: url('../images/page_rates/trhProfitBkg.png') repeat-x;
    border-left: 1px solid #c55510;
    border-right: 1px solid #c55510;
    width: 182px;
}
.trhThird > .trhProfit
{
    background: url('../images/page_rates/trhProfitBkg.png') repeat-x;
    border-left: 1px solid #c55510;
    border-right: 1px solid #c55510;
    width: 181px;
}

.trhActive
{
//    background: url('../images/page_rates/trhProfitActiveBkg.png') no-repeat !important;
    width: 183px !important;
//    height: 56px;
    border: none !important;
}

.trhProfit > .trhActive
{
//    background: url('../images/page_rates/trhProfitActiveOrangeBkg.png') no-repeat !important;
    width: 183px !important;
//    height: 56px;
    border: none !important;
}

.trhFirst > .trhProfit
{
    background: url('../images/page_rates/trhProfitLeftBkg.png') no-repeat;
    width: 183px !important;
}
.trhFourth > .trhProfit
{
    background: url('../images/page_rates/trhProfitRightBkg.png') no-repeat;
    width: 183px !important;
}


.tRatesLine
{
    width: 728px;
    position: relative;
}

.tRatesLine p
{
    color: #4a4a4a;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 9px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: center !important;
}


.tRatesLine span.trlFigure
{
    font-size: 30px;
}
.trlBox
{
    width: 730px;
}
.trlTable
{
    width: 100%;
    border-collapse: collapse;
    background: white;
}
.trlTable td
{
    width: 182px;
    text-align: center;
    border: 1px solid #c6c6c6;
}
.trlColumnFigure, .trlColumnDescr
{
    display: inline-block;
}
.trlColumnDescr p
{
    font-size: 12px !important;
    line-height: 8px !important;
    padding: 0px 0px 6px 0px !important;
}
.trlFlow p
{
    padding-left: 20px;
    padding-right: 20px;
}

.validOkConnectBtnBkg
{
    margin-top: 15px !important;    
}

.trlButtonBkg, .validOkConnectBtnBkg
{
    width: 164px;
    height: 38px;
    background: url('../images/page_rates/trlButtonBkg.png') no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 10px;
}
.trlButton, .validOkConnectBtn
{
    width: 164px;
    height: 38px;
    background: url('../images/page_rates/trlButtonBkg.png') no-repeat;
}
.trlButton:hover, .validOkConnectBtn:hover
{
    background: url('../images/page_rates/trlButtonHoverBkg.png') no-repeat;
    cursor: pointer;
}

.trlButton p
{
    color: White !important;
    font-family: 'open_sans_semiboldregular' , sans-serif !important;
    text-shadow: #bb5710 2px 2px 0;
    line-height: normal !important;
}
.trlButton a, .validOkConnectBtn a
{
    color: White !important;
    font-family: 'open_sans_semiboldregular' , sans-serif !important;
    text-shadow: #bb5710 2px 2px 0;
    line-height: 36px !important;
    text-decoration: none;
    font-size: 14px !important;
}

.trlFlow p
{
    font-family: 'open_flow' , sans-serif !important;
    font-size: 18px !important;
}

p.orangeFlow
{
    color: #c55510 !important;
}

p.greenFlow
{
    color: #619e19 !important;
}

.defBkg
{
    background: url('../images/page_rates/defence.png') no-repeat;
    width: 42px;
    height: 48px;
    float: left;
    margin-right: 5px;
    margin-left: 15px;
    margin-top: 5px;
}

.trlDescription
{
    display: none;
    padding-left: 5px;
    padding-right: 5px;
}

.trsDescriptionFirst, .trsDescriptionSecond, .trsDescriptionThird, .trsDescriptionFourth
{
    background: white;
    border: 1px solid #C6C6C6;
    border-top: 1px solid white;
    width: 728px;
    display: none;
}

.trsDescriptionContainer
{
    padding: 17px;
}

.tblRatesSubDescription a
{
    color: #1860a8 !important;
    font-family: 'Open Sans', sans-serif;
}

p.grey4a
{
    color: #4a4a4a !important;
}
p.subBlack
{
    color: black !important;
}

.tblRatesSubDescription p
{
    padding-bottom: 20px !important;
}

.tblRatesSubDescription ul li
{
    color: black !important;
    padding: 0px !important;
}

.tblRatesSubGreen
{
    background: white;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    width: 728px;
}



.tblRatesSubRed p
{
    padding: 17px;
    font-family: 'open_flow' , sans-serif !important;
    font-size: 30px !important;
    line-height: auto !important;
    color: #fff0000 !important;
    text-align: center !important;
}



.tblRatesSubGreen p
{
    padding: 17px;
    font-family: 'open_flow' , sans-serif !important;
    font-size: 30px !important;
    line-height: auto !important;
    color: #ff0000 !important;
    text-align: center !important;
}

/* 
.tblRatesSubGreen p
{
    padding: 17px;
    font-family: 'open_flow' , sans-serif !important;
    font-size: 30px !important;
    line-height: auto !important;
    color: #619e19 !important;
    text-align: center !important;
}
*/


.tblRatesBottomBkg
{
    background: url('../images/page_rates/tblRatesSubDescriptionBottomBkg.png') no-repeat;
    width: 730px;
    height: 10px;
}


/*----------------- new Akk Style---------------*/

li.bAkk
{

/*
    background-image: -moz-linear-gradient(top, #FAFAFA, #F5F5F5);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #FAFAFA),color-stop(1, #F5F5F5));
    background-image: -o-linear-gradient(#FAFAFA, #F5F5F5); 
    background-image: -ms-linear-gradient(#FAFAFA, #F5F5F5); 



-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e28901', EndColorStr='#d45a11')";*/
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    padding: 7px !important;
    margin-left: 0px !important;
}

a.bAkkLink
{
    font-family: 'open_sansregular' , sans-serif !important;
    color: #4c4c4c !important;
    font-size: 18px !important;
    line-height: 20px !important;
    text-decoration: none;
}

div.bAkkLink:hover
{
    cursor: pointer;
}


/*--------------Mak----------*/

.roundedtop { background: url('../images/bg_230_top.png') no-repeat 0 0;
clear: both;
width: 230px;
height: 7px;
font-size: 0;
}
.roundedbottom { background: url('../images/bg_230_midle.png') no-repeat 0 0;
clear: both;
width: 230px;
height: 7px;
font-size: 0;

}
.rounded { background:#fff url('../images/bg_230.png') repeat-y -0px 0;
width: 228px;
padding: 0px 1px;

}



#innerSlider2
{
   margin-top: 25px;
// border: 1px solid #d9d9d9;
   border: 1px solid #959595;
//  border: 1px solid #1860a8;
    background: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
#innerSlider2 .txtSet
{
    padding: 10px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    height: 190px;
}
#innerSlider2 .setBtn
{
    text-align: center;
}
#innerSlider2 .setImg
{
    margin-top: 0px;
    margin-left: 0px;
}

.text_cat
{
    background-image: -moz-linear-gradient(top, #FAFAFA, #F5F5F5);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #FAFAFA),color-stop(1, #F5F5F5));
    background-image: -o-linear-gradient(#FAFAFA, #F5F5F5); 
    background-image: -ms-linear-gradient(#FAFAFA, #F5F5F5); 



/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e28901', EndColorStr='#d45a11')";*/
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    padding: 7px !important;
    margin-left: 0px !important;
}








.antbgl
{
    background: url('../images/tableGreenAnt.png') no-repeat !important;
    width: 182px !important;
    height: 42px;
    border: none !important;
}

span.trlFigure
{
    font-size: 30px;
}




h4 {
  color: #e35f13;
  font-size: 16px;
  line-height: 20px;
      font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  padding: 5px 0px 5px 0px;
}

.anttabl3 {

}
 

.anttabl3 td {
background: white;
width: 180px;
text-align: center;
border: 1px solid #c6c6c6;
}



.anthead2 {
color: White;
font-size: 18px;
line-height: 46px;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}






div.makc1 ul li
{
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    font-size: 0px;
    line-height: 00px;
    padding-top: 0px;
    padding-bottom: 0px;
    list-style-image: none;
    margin-left: 0px;
}
div.makc1 ul
{
    margin-bottom: 0px;
}

.wk-slideshow .caption
{
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 10px;
    background: rgba(0,0,0,0.5);
}

#rekSL
{
	float: left;
	width: 340px;
	padding-top: 47px;
	padding-left: 10px;
}



.jltext_slider{
	width: 340px;
	height: 60px;
	float: left;
	overflow: hidden;
}
.jltext_slider p{
    font-family: 'Open Sans', sans-serif;
    color: #5f5c5b;
    font-size: 14px;
    line-height: 20px;

}


/*--------------chronoforms----------*/

.chronoText
{
    height: 28px;
    width: 198px;
    background: url('../images/page_order_form/inputTxtBkg.png') no-repeat;
    border: none !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    color: #5f5c5b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 8px;
}

.chronoDiv
{
    padding: 0px;
    margin: 0px;
}

.chronoDiv > .ccms_form_element
{
    padding: 0px;
    margin: 0px;
}

.chronoDiv label
{
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-top: 5px;
    width: 220px;
    text-align: right;
}

.cfdiv_header p
{
    width: 250px; /*margin-left: 8px;*/
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}

.cfdiv_header p
{
    
text-align: left !important;
}

.orderForm
{
    width: 728px;
    float: left;
    position: relative;
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    margin-top: 11px;
    margin-bottom: 11px;
}


.oFormTopBkg
{
    height: 11px;
    width: 728px;
    background: url('../images/page_order_form/oFormTopBkg.png') no-repeat;
    position: absolute;
    top: -11px;
    left: 0px;
}


.oFormBottomBkg
{
    height: 11px;
    width: 728px;
    background: url('../images/page_order_form/oFormBottomBkg.png') no-repeat;
    position: absolute;
    bottom: -11px;
    left: 0px;
}

.chrono_captcha_input
{
    margin-left: 8px;
}

checkbox, .radio
{
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(http://yraaa.ru/_pu/5/25230809.gif) no-repeat;
    display: block;
    clear: left;
    float: left;
}
.radio
{
    background: url(http://yraaa.ru/_pu/5/65600522.gif) no-repeat;
}
.select
{
    position: absolute;
    height: 34px;
    width: 200px;
    padding: 10px 12px 8px 14px;
    color: #5f5c5b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 8px;
    background: url('../images/page_order_form/selectBkg.png') no-repeat;
    overflow: hidden;
    margin-bottom: 5px;
}

select.chronoDrop
{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 16px;
    padding: 6px 24px 10px 12px !important;
    width: 211px;
    margin-bottom: 5px;
    border: 1px solid #5f5c5b;
}

.chronoDrop option
{
    color: #5f5c5b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


.chronoDescrLeft
{
    width: 14px;
    float: left;
    height: 40px;
}

.chronoGreenText
{
    color: #2d7819 !important;
    font-size: 14px;
    font-family: 'open_sans_semiboldregular' , sans-serif !important;
    line-height: 20px;
}

.chronoRedText
{
    color: #c43216 !important;
    font-size: 14px;
    font-family: 'open_sans_semiboldregular' , sans-serif !important;
    line-height: 20px;
}


.cfdiv_text > .chrono_captcha_input
{
    background: url('../images/page_order_form/inputCapchaBkg.png') no-repeat;
    border: none;
    height: 40px;
    padding-top: 0px !important;
    color: #5f5c5b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    width: 86px;
}


.cFormChkBoxDescr
{
    padding-top: 5px;
}

.chronoButton
{
    width: 164px;
    height: 42px;
    background: url('../images/page_rates/trlButtonBkg.png') no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    border: none !important;
    color: white;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: #bd5910 2px 2px 0;
    padding-top: 0px !important;
}

.chronoButton:hover
{
    cursor: pointer;
}

.cfdiv_submit
{
    width: 720px;
    text-align: center !important;
}

#chronoform_Zakaz .cfdiv_submit
{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

#chronoform_Zakaz .label_left
{
    margin-left: 10px !important;
}

.chkBoxLast
{
    margin-bottom: 5px;
}

#cdlVisibility
{
    visibility: hidden;   
    
}

/*--------------k2 Inner Category----------*/

.k2CatImg
{
    min-width: 1px;
    float: left;
}

.k2InnerCategoryBlock li.even, .k2InnerCategoryBlock li.odd
{
    width: 100%;
}

.k2CatTableMain
{
    width: 100%;
    background: white;
    border: 1px solid #D0D0D0;

}

.k2CatTableMore
{
    width: 100%;
    background: white;
    border: 1px solid #D0D0D0;
    border-top:none;
}


.k2CatTableMore td
{
    padding: 5px;
}

.k2TableMainTitle, .k2TableMainText
{
    padding: 5px 5px 5px 5px;
}



#xmap h3
{font-family: 'Open Sans', sans-serif;font-size:32px;font-weight:normal;padding:10px 0 10px 0;margin:0; color:#363636;}

#xmap h2
{font-family: 'Open Sans', sans-serif;font-size:16px;font-weight:normal;padding:10px 0 10px 0;margin:0; color:#363636;}


#xmap ul {
  display    : block;
  list-style  : none;
  margin    : 0;
  padding    : 0;
}
#xmap ul li {
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-image: url('../images/bullet.png');
    margin-left: 40px;
}
#xmap a img {
  border    : none;
}
#xmap ul.level_0 ul {
  list-style  : inside square;
  padding    : 0;
        margin-left: 0px;
}
#xmap ul.level_1 li {
  padding    : 0 0 0 1em;
  font-size: 14px;

}
#xmap .active {
  font-style  : italic;
}

p.k2GreyBoxnews
{
    padding: 0px 10px;
    background: #959595;
    color: White !important;
}
// Статистика фул
.t_det
{
    border-collapse: collapse;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%
}
.t_det tr:first-child
{
   -moz-user-select: none;
   -khtml-user-select: none;
   list-style: none;
   font-size: 12px;
   margin: 0px 3px 0px 0px;
//   padding: 4px 11px;
   color: white;
   border: 1px solid #ff9e35;
//  cursor: pointer;
   border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-box-shadow: 1,5px 1,5px 4px #e1e1e1;
  -webkit-box-shadow: 1,5px 1,5px 4px #e1e1e1;
  -box-shadow: 1,5px 1,5px 2,5px #e1e1e1;
  background-color: #fe892a;
  background-image: linear-gradient(top, #fe892a, #ff5e03);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(1%, #fe892a), color-stop(100%, #ff5e03));
  background-image: -moz-linear-gradient(top, #fe892a, #ff5e03);
  background-image: -o-linear-gradient(top, #fe892a, #ff5e03);  


/*

  background-image: -moz-linear-gradient(top, #e38901, #d55c11);
    background-image: -o-linear-gradient(#e59514, #d96a20);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e59514),color-stop(1, #d96a20)); /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e59514', EndColorStr='#d96a20')";*/
*/

}

.t_det tr:first-child th
{
color: white;
font-size: 13px;
line-height: 20px;
font-family: sans-serif;
text-align: justify;
padding: 3px 3px 3px 10px;

}



.t_det tr:first-child th
{
    border: 1px solid #c55510;
}

.t_det tr
{
    background: white;
}

.t_det tr td
{
    border: 1px solid #d0d0d0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: 'open_sansregular' , sans-serif;
}

.t_det tr td:hover
{
    background: #fafafa;
} 
 


/* Статистика шорт     */

.t_stat, .fintab2, .fintab3 , .finhtab1, .tiutab1
{
    border-collapse: collapse;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%
}


.t_stat tr:first-child, .fintab2 tr:first-child, .fintab3 tr:first-child, .finhtab1 tr:first-child
{
   -moz-user-select: none;
   -khtml-user-select: none;
   list-style: none;
   font-size: 12px;
   margin: 0px 3px 0px 0px;
/*   padding: 4px 11px;     */
   color: white;
   border: 1px solid #ff9e35;
/*  cursor: pointer;       */
   border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-box-shadow: 1,5px 1,5px 4px #e1e1e1;
  -webkit-box-shadow: 1,5px 1,5px 4px #e1e1e1;
  -box-shadow: 1,5px 1,5px 2,5px #e1e1e1;
  background-color: #fe892a;
  background-image: linear-gradient(top, #fe892a, #ff5e03);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(1%, #fe892a), color-stop(100%, #ff5e03));
  background-image: -moz-linear-gradient(top, #fe892a, #ff5e03);
  background-image: -o-linear-gradient(top, #fe892a, #ff5e03);  


/*

    background-image: -moz-linear-gradient(top, #e38901, #d55c11);
    background-image: -o-linear-gradient(#e59514, #d96a20);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e59514),color-stop(1, #d96a20)); /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e59514', EndColorStr='#d96a20')";*/
*/

}

.mtarhead, .mtarhead2
{
   -moz-user-select: none;
   -khtml-user-select: none;
   list-style: none;
   font-size: 12px;
   margin: 0px 3px 0px 0px;
/*   padding: 4px 11px;     */
   color: white;
/*  cursor: pointer;       */
  background-color: #fe892a;
}

.oborudtab
{
    border: 1px solid #d0d0d0;
}

.t_stat tr:first-child th
{
color: white;
font-size: 13px;
line-height: 20px;
font-family: sans-serif;
text-align: justify;
padding: 3px 3px 3px 10px;

}



.t_stat tr:first-child th
{
    border: 1px solid #c55510;
}

.t_stat tr
{
    background: white;
}

.t_stat tr td
{
    border: 1px solid #d0d0d0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: 'open_sansregular' , sans-serif;
}

.t_stat tr td:hover
{
    background: #fafafa;
} 

.t_stat_l1 th 
{
    border: 1px solid #d0d0d0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: 'open_sansregular' , sans-serif;
}

.t_stat_l2 th 
{
    border: 1px solid #d0d0d0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: 'open_sansregular' , sans-serif;
}
.t_stat_l3 th 
{
    border: 1px solid #d0d0d0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: 'open_sansregular' , sans-serif;
}

/* Fin */
/*
.fintab1
{
    background: #fafafa;

}

*/
.fintab2, .finhtab1
{
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%
}


.fintab2 td, .finhtab1 td
{
    border: 1px solid #d0d0d0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: 'open_sansregular' , sans-serif;
}

.fintab2 tr:first-child th, .fintab3 tr:first-child th, .finhtab1 th
{
color: white;
font-size: 13px;
line-height: 20px;
font-family: sans-serif;
text-align: justify;
padding: 3px 3px 3px 10px;

}

.fintab3
{
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%
}

.fintab3 td{
    border: 1px solid #d0d0d0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: 'open_sansregular' , sans-serif;
}

.tiutab1 td{
    border: 1px solid #d0d0d0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: 'open_sansregular' , sans-serif;
}

.tbvn
{
    margin-bottom: 0px;
    margin-top: 10px;
    border-collapse: collapse;
}

.tbvn td
{
    border: 1px solid #d0d0d0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: 'open_sansregular' , sans-serif;
}

.tbvn tr, .fintab3 tr
{
    background: white;
}

.h1vn 
{
    background: white;
    font-family: 'open_sans_semiboldregular' , sans-serif;
    font-size:32px;
    font-weight:normal;
    padding:10px 0 10px 0;
    margin:0;
    color:#363636;

}
.h3vn
{
    background: white;
    font-family: 'open_sans_semiboldregular' , sans-serif;
    font-size:12px;
    font-weight:normal;
    padding: 0px 0px 0px 0px;
    margin:0;
    color:#363636;

}

.cabButton23
{
    border: 1px solid #c55510;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 12px;
    padding-bottom: 3px;
    width: 98px;
    height:28px;
    background-image: -moz-linear-gradient(top, #e28801, #d55b11);
    background-image: -o-linear-gradient(#e28801, #d55b11);
    background-image: -ms-linear-gradient(#e28801, #d55b11);
   background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e28801),color-stop(1, #d55b11)); /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e28801', EndColorStr='#d55b11')";*/
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-shadow: #bd5910 2px 2px 0;
    color: White;
}

.cabButton23:hover
{
    background-image: -moz-linear-gradient(top, #e59514, #d96a20);
    background-image: -o-linear-gradient(#e59514, #d96a20);
    background-image: -ms-linear-gradient(#e59514, #d96a20);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e59514),color-stop(1, #d96a20)); /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e59514', EndColorStr='#d96a20')";*/
    cursor: pointer;
}

.defBkg2
{
    background: url('../images/page_rates/defence2.png') no-repeat;
    width: 42px;
    height: 48px;
    float: left;
    margin-right: 5px;
    margin-left: 15px;
    margin-top: 5px;
}



div.itemFullText p {
  font-family: 'Open Sans', sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    text-align: justify;
    }





/**
 * @version		$Id: k2.css 1344 2011-11-25 16:47:03Z joomlaworks $
 * @package		K2
 * @author		JoomlaWorks http://www.joomlaworks.gr
 * @copyright	Copyright (c) 2006 - 2011 JoomlaWorks Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/*
### Legend ###
Font families used:
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-family:Arial, Helvetica, sans-serif;

Colors used:
	#f7fafe (light blue) used as background on all toolbars, category and user/author boxes

*/



/*----------------------------------------------------------------------
	Common Elements
----------------------------------------------------------------------*/

/* --- Basic typography --- */
a:active,
a:focus {outline:0;}
img {border:none;}

/* --- Global K2 container --- */
#k2Container {padding:0 0 0px 0; margin-bottom: 0px;}
body.contentpane #k2Container {padding:16px;} /* used in popups */

/* --- General padding --- */
.k2Padding {padding:4px;}

/* --- Clearing --- */
.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}

/* --- Zebra rows --- */
.even {}
.odd {}

/* --- RSS feed icon --- */
div.k2FeedIcon {/*padding:4px 8px;*/}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {display:block;float:right;margin:0;padding:0;width:16px;height:16px;background:url(../images/fugue/feed.png) no-repeat 50% 50%;}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {display:none;}

/* --- Rating --- */
.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;}
.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}
div.itemRatingForm .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {background:transparent url(../images/system/transparent_star.gif) left -1000px repeat-x;}
.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.itemRatingList li {display:inline;background:none;padding:0;}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position:left bottom;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}
span.siteRoot {display:none;}

/* --- CSS added with Javascript --- */
.smallerFontSize {font-size:100%;line-height:inherit;}
.largerFontSize {font-size:150%;line-height:140%;}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {background-color:#fff !important;}
#recaptcha_table_it {position: absolute; top: 0px; left: -5000px;}
#recaptcha_table {border-color: #ccc !important;}
#recaptcha_response_field {border-color: #ccc !important;background-color:#fff !important;}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {} /* Example CSS: padding:0;margin:0;list-style:none;*/

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {} /* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc;*/

.clearList {display:none;float:none;clear:both;} /* this class is used to clear all previous floating list elements */
.lastItem {border:none;} /* class appended on last list item */

/* --- Avatars --- */
.k2Avatar img {display:block;float:left;background:#fff;border:1px solid #ccc;padding:2px;margin:2px 4px 4px 0;}

/* --- Read more --- */
a.k2ReadMore {}
a.k2ReadMore:hover {}

/* --- Pagination --- */
div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}

/* --- Pagination (additional styling for Joomla! 1.6+) --- */
div.k2Pagination ul {text-align:center;}
div.k2Pagination ul li {display:inline;}

/* --- Extra fields: CSV data styling --- */
table.csvData {}
table.csvData tr th {}
table.csvData tr td {}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {background:url(../images/system/featuredItem.png) no-repeat 100% 0;}



/*----------------------------------------------------------------------
	Component: Item view
----------------------------------------------------------------------*/
a.itemPrintThisPage {display:block;width:160px;margin:4px auto 16px;padding:4px;background:#F7FAFE;border:1px solid #ccc;text-align:center;color:#555;font-size:13px;}
a.itemPrintThisPage:hover {background:#eee;text-decoration:none;}

div.itemView {padding:8px 0 24px 0;margin:0 0 24px 0;/*border-bottom:1px dotted #ccc;*/} /* this is the item container for this view */
div.itemIsFeatured {} /* Attach a class for each featured item */

span.itemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.itemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
span.itemEditLink a:hover {background:#ffffcc;}

div.itemHeader {}
	div.itemHeader span.itemDateCreated {color:#999;font-size:11px;}
	div.itemHeader h2.itemTitle {font-family: 'open_sans_semiboldregular' , sans-serif;font-size:32px;font-weight:normal;padding:10px 0 10px 0;margin:0; color:#363636;}
	div.itemHeader h2.itemTitle span {}
	div.itemHeader h2.itemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Featured" presented in superscript */
	div.itemHeader span.itemAuthor {display:block;padding:0;margin:0;}
	div.itemHeader span.itemAuthor a {}
	div.itemHeader span.itemAuthor a:hover {}

div.itemToolbar {padding:2px 0;margin:16px 0 0 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;background:#f7fafe;}
	div.itemToolbar ul {text-align:right;list-style:none;padding:0;margin:0;}
	div.itemToolbar ul li {display:inline;list-style:none;padding:0 4px 0 8px;margin:0;border-left:1px solid #ccc;text-align:center;background:none;font-size:12px;}
	div.itemToolbar ul > li:first-child {border:none;} /* remove the first CSS border from the left of the toolbar */
	div.itemToolbar ul li a {font-size:12px;font-weight:normal;}
	div.itemToolbar ul li a:hover {}
	div.itemToolbar ul li a span {}
	div.itemToolbar ul li a.itemPrintLink {}
	div.itemToolbar ul li a.itemPrintLink span {}
	div.itemToolbar ul li a.itemEmailLink {}
	div.itemToolbar ul li a.itemEmailLink span {}
	div.itemToolbar ul li a.itemVideoLink {}
	div.itemToolbar ul li a.itemVideoLink span {}
	div.itemToolbar ul li a.itemImageGalleryLink {}
	div.itemToolbar ul li a.itemImageGalleryLink span {}
	div.itemToolbar ul li a.itemCommentsLink {}
	div.itemToolbar ul li a.itemCommentsLink span {}
	div.itemToolbar ul li a img {vertical-align:middle;}
	div.itemToolbar ul li span.itemTextResizerTitle {}
	div.itemToolbar ul li a#fontDecrease {margin:0 0 0 2px;}
	div.itemToolbar ul li a#fontDecrease img {width:13px;height:13px;background:url(../images/system/font_decrease.gif) no-repeat;}
	div.itemToolbar ul li a#fontIncrease {margin:0 0 0 2px;}
	div.itemToolbar ul li a#fontIncrease img {width:13px;height:13px;background:url(../images/system/font_increase.gif) no-repeat;}
	div.itemToolbar ul li a#fontDecrease span,
	div.itemToolbar ul li a#fontIncrease span {display:none;}

div.itemRatingBlock {padding:8px 0;}
	div.itemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}

div.itemBody {padding:0px 0px 8px 0px;margin:0;}

div.itemImageBlock {padding:8px;margin:0 0 16px 0;}
	span.itemImage {display:block;text-align:center;margin:0 0 8px 0;}
	span.itemImage img {border:1px solid #ccc;padding:8px;}
	span.itemImageCaption {color:#666;float:left;display:block;font-size:11px;}
	span.itemImageCredits {color:#999;float:right;display:block;font-style:italic;font-size:11px;}

div.itemIntroText {color:#444;font-size:18px;font-weight:bold;line-height:24px;padding:4px 0 12px 0;}
	div.itemIntroText img {}

div.itemFullText {}
	div.itemFullText h3 {margin:0;padding:16px 0 4px 0;}
	div.itemFullText p {font-family: 'open_sansregular' , sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 20px; padding-bottom: 10px; text-align: justify;}
	div.itemFullText img {}

div.itemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}
	div.itemExtraFields h3 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
	div.itemExtraFields ul {margin:0;padding:0;list-style:none;}
	div.itemExtraFields ul li {display:block;}
	div.itemExtraFields ul li span.itemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.itemExtraFields ul li span.itemExtraFieldsValue {}

div.itemContentFooter {display:block;text-align:right;padding:4px;margin:16px 0 4px 0;border-top:1px solid #ddd;color:#999;}
	span.itemHits {float:left;}
	span.itemDateModified {}
	
div.itemSocialSharing {padding:8px 0;}
	div.itemTwitterButton {float:left;margin:2px 24px 0 0;}
	div.itemFacebookButton {float:left;margin-right:24px;width:200px;}
	div.itemGooglePlusOneButton {}
	
div.itemLinks {margin:16px 0;padding:0;}

div.itemCategory {padding:4px;border-bottom:1px dotted #ccc;}
	div.itemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.itemCategory a {}
div.itemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.itemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.itemTagsBlock ul.itemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.itemTagsBlock ul.itemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.itemTagsBlock ul.itemTags li a {}
	div.itemTagsBlock ul.itemTags li a:hover {}

div.itemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.itemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.itemAttachmentsBlock ul.itemAttachments {list-style:none;padding:0;margin:0;display:inline;}
	div.itemAttachmentsBlock ul.itemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
	div.itemAttachmentsBlock ul.itemAttachments li a {}
	div.itemAttachmentsBlock ul.itemAttachments li a:hover {}
	div.itemAttachmentsBlock ul.itemAttachments li span {font-size:10px;color:#999;font-weight:normal;}

/* Author block */
div.itemAuthorBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;}
	div.itemAuthorBlock img.itemAuthorAvatar {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails {margin:0;padding:4px 0 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName {margin:0 0 4px 0;padding:0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {font-family:Georgia, "Times New Roman", Times, serif;font-size:16px;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a:hover {}
	div.itemAuthorBlock div.itemAuthorDetails p {}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {font-weight:bold;color:#555;border-right:1px solid #ccc;padding:0 8px 0 0;margin:0 4px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {font-weight:bold;color:#555;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {font-weight:normal;}

/* Author latest */
div.itemAuthorLatest {margin-bottom:16px;padding:0;}
	div.itemAuthorLatest h3 {}
	div.itemAuthorLatest ul {}
		div.itemAuthorLatest ul li {}
			div.itemAuthorLatest ul li a {}
			div.itemAuthorLatest ul li a:hover {}

/* Related by tag */
div.itemRelated {margin-bottom:16px;padding:0;} /* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
	div.itemRelated h3 {}
	div.itemRelated ul {}
		div.itemRelated ul li {}
		div.itemRelated ul li.k2ScrollerElement {float:left;overflow:hidden;border:1px solid #ccc;padding:4px;margin:0 4px 4px 0;background:#fff;} /* you need to insert this class in the related li element in item.php for this styling to take effect */
		div.itemRelated ul li.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}
			a.itemRelTitle {}
			div.itemRelCat {}
				div.itemRelCat a {}
			div.itemRelAuthor {}
				div.itemRelAuthor a {}
			img.itemRelImg {}
			div.itemRelIntrotext {}
			div.itemRelFulltext {}
			div.itemRelMedia {}
			div.itemRelImageGallery {}

/* Video */
div.itemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.itemVideoBlock div.itemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
	div.itemVideoBlock span.itemVideo {display:block;overflow:hidden;}
	div.itemVideoBlock span.itemVideoCaption {color:#eee;float:left;display:block;font-size:11px;font-weight:bold;width:60%;}
	div.itemVideoBlock span.itemVideoCredits {color:#eee;float:right;display:block;font-style:italic;font-size:11px;width:35%;text-align:right;}

/* Image Gallery */
div.itemImageGallery {margin:0 0 16px 0;padding:0;}

/* Article navigation */
div.itemNavigation {padding:4px 8px;margin:0 0 24px 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;background:#fffff0;}
	div.itemNavigation span.itemNavigationTitle {color:#999;}
	div.itemNavigation a.itemPrevious {padding:0 12px;}
	div.itemNavigation a.itemNext {padding:0 12px;}

/* Comments */
div.itemComments {background:#f7fafe;border:1px solid #ddd;padding:16px;}

	div.itemComments ul.itemCommentsList {margin:0 0 16px;padding:0;list-style:none;}
	div.itemComments ul.itemCommentsList li {padding:4px;margin:0;border-bottom:1px dotted #ddd;}
	div.itemComments ul.itemCommentsList li.authorResponse {background:url(../images/system/stripes.png) repeat;}
	div.itemComments ul.itemCommentsList li.unpublishedComment {background:#ffeaea;}
	div.itemComments ul.itemCommentsList li img {float:left;margin:4px 4px 4px 0;padding:4px;background:#fff;border-bottom:1px solid #d7d7d7;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;}
	div.itemComments ul.itemCommentsList li span.commentDate {padding:0 4px 0 0;margin:0 8px 0 0;border-right:1px solid #ccc;font-weight:bold;font-size:14px;}
	div.itemComments ul.itemCommentsList li span.commentAuthorName {font-weight:bold;font-size:14px;}
	div.itemComments ul.itemCommentsList li p {padding:4px 0;}
	div.itemComments ul.itemCommentsList li span.commentAuthorEmail {display:none;}
	div.itemComments ul.itemCommentsList li span.commentLink {float:right;margin-left:8px;}
	div.itemComments ul.itemCommentsList li span.commentLink a {font-size:11px;color:#999;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentLink a:hover {font-size:11px;color:#555;text-decoration:underline;}
	
	div.itemComments ul.itemCommentsList li span.commentToolbar {display:block;clear:both;}
	div.itemComments ul.itemCommentsList li span.commentToolbar a {font-size:11px;color:#999;text-decoration:underline;margin-right:4px;}
	div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {font-size:11px;color:#555;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentToolbarLoading {background:url(../images/system/searchLoader.gif) no-repeat 100% 50%;}

div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
	div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}

div.itemCommentsForm h3 {margin:0;padding:0 0 4px 0;}
	div.itemCommentsForm p.itemCommentsFormNotes {border-top:2px solid #ccc;}
	div.itemCommentsForm form {}
	div.itemCommentsForm form label.formComment {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formName {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formEmail {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formUrl {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formRecaptcha {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form textarea.inputbox {display:block;width:350px;height:160px;margin:0;}
	div.itemCommentsForm form input.inputbox {display:block;width:350px;margin:0;}
	div.itemCommentsForm form input#submitCommentButton {display:block;margin:16px 0 0 0;padding:4px;border:1px solid #ccc;background:#eee;font-size:16px;}
	div.itemCommentsForm form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
	div.itemCommentsForm form .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;}

/* "Report comment" form */
div.k2ReportCommentFormContainer {padding:8px;width:480px;margin:0 auto;}
	div.k2ReportCommentFormContainer blockquote {width:462px;background:#f7fafe;border:1px solid #ddd;padding:8px;margin:0 0 8px 0;}
	div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:left;}
	div.k2ReportCommentFormContainer blockquote span.quoteIconRight {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:right;}
	div.k2ReportCommentFormContainer blockquote span.theComment {font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;font-size:12px;font-weight:normal;color:#000;padding:0 4px;}
	div.k2ReportCommentFormContainer form label {display:block;font-weight:bold;}
	div.k2ReportCommentFormContainer form input,
	div.k2ReportCommentFormContainer form textarea {display:block;border:1px solid #ddd;font-size:12px;padding:2px;margin:0 0 8px 0;width:474px;}
	div.k2ReportCommentFormContainer form #recaptcha {margin-bottom:24px;}
	div.k2ReportCommentFormContainer form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
	div.k2ReportCommentFormContainer form .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;}

/* Back to top link */
div.itemBackToTop {text-align:right;}
	div.itemBackToTop a {text-decoration:underline;}
	div.itemBackToTop a:hover {text-decoration:underline;}



/*----------------------------------------------------------------------
	Component: Itemlist view (category)
----------------------------------------------------------------------*/

div.itemListCategoriesBlock {}

/* --- Category block --- */
div.itemListCategory {background:#f7fafe;border:1px solid #ddd;margin:4px 0;padding:8px;}
	span.catItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}
	span.catItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}
	span.catItemAddLink a:hover {background:#ffffcc;}
	div.itemListCategory img {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.itemListCategory h2 {}
	div.itemListCategory p {}

/* --- Sub-category block --- */
div.itemListSubCategories {}
	div.itemListSubCategories h3 {}
		div.subCategoryContainer {float:left;}
		div.subCategoryContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
			div.subCategory {background:#f7fafe;border:1px solid #ddd;margin:4px;padding:8px;}
				div.subCategory a.subCategoryImage,
				div.subCategory a.subCategoryImage:hover {text-align:center;display:block;}
				div.subCategory a.subCategoryImage img,
				div.subCategory a.subCategoryImage:hover img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
				div.subCategory h2 {}
				div.subCategory h2 a {}
				div.subCategory h2 a:hover {}
				div.subCategory p {}

/* --- Item groups --- */
div.itemList {}
	div#itemListLeading {}
	div#itemListPrimary {}
	div#itemListSecondary {}
	div#itemListLinks {background:#f7fafe;border:1px solid #ddd;margin:8px 0;padding:8px;}

		div.itemContainer {float:left;}
		div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */

/* --- Item block for each item group --- */
div.catItemView {padding:4px;} /* this is the item container for this view - we add a generic padding so that items don't get stuck with each other */

	/* Additional class appended to the element above for further styling per group item */
	div.groupLeading {}
	div.groupPrimary {}
	div.groupSecondary {}
	div.groupLinks {padding:0;margin:0;}

	div.catItemIsFeatured {} /* Attach a class for each featured item */

span.catItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.catItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
span.catItemEditLink a:hover {background:#ffffcc;}

div.catItemHeader {}
	div.catItemHeader span.catItemDateCreated {color:#999;font-size:11px;}
	div.catItemHeader h3.catItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
	div.catItemHeader h3.catItemTitle span {}
	div.catItemHeader h3.catItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* superscript */
	div.catItemHeader span.catItemAuthor {display:block;padding:0;margin:0;}
	div.catItemHeader span.catItemAuthor a {}
	div.catItemHeader span.catItemAuthor a:hover {}

div.catItemRatingBlock {padding:8px 0;}
	div.catItemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}

div.catItemBody {padding:8px 0;margin:0;}

div.catItemImageBlock {padding:8px;margin:0 0 16px 0;}
	span.catItemImage {display:block;text-align:center;margin:0 0 8px 0;}
	span.catItemImage img {border:1px solid #ccc;padding:8px;}

div.catItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.catItemIntroText img {}

div.catItemExtraFields, div.genericItemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}
	div.catItemExtraFields h4, div.genericItemExtraFields h4 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
	div.catItemExtraFields ul, div.genericItemExtraFields ul {margin:0;padding:0;list-style:none;}
	div.catItemExtraFields ul li, div.genericItemExtraFields ul li {display:block;}
	div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.catItemExtraFields ul li span.catItemExtraFieldsValue {}

div.catItemLinks {margin:0 0 16px 0;padding:0;}

div.catItemHitsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	span.catItemHits {}

div.catItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
	div.catItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.catItemCategory a {}

div.catItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.catItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.catItemTagsBlock ul.catItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.catItemTagsBlock ul.catItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.catItemTagsBlock ul.catItemTags li a {}
	div.catItemTagsBlock ul.catItemTags li a:hover {}

div.catItemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.catItemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.catItemAttachmentsBlock ul.catItemAttachments {list-style:none;padding:0;margin:0;display:inline;}
	div.catItemAttachmentsBlock ul.catItemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
	div.catItemAttachmentsBlock ul.catItemAttachments li a {}
	div.catItemAttachmentsBlock ul.catItemAttachments li a:hover {}
	div.catItemAttachmentsBlock ul.catItemAttachments li span {font-size:10px;color:#999;font-weight:normal;}

/* Video */
div.catItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.catItemVideoBlock div.catItemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
	div.catItemVideoBlock span.catItemVideo {display:block;}

/* Image Gallery */
div.catItemImageGallery {margin:0 0 16px 0;padding:0;}

/* Anchor link to comments */
div.catItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
	div.catItemCommentsLink a {}
	div.catItemCommentsLink a:hover {}

/* Read more link */
div.catItemReadMore {display:inline;}
	div.catItemReadMore a {}
	div.catItemReadMore a:hover {}

/* Modified date */
span.catItemDateModified {display:block;text-align:right;padding:4px;margin:4px 0;color:#999;border-top:1px solid #ddd;}



/*----------------------------------------------------------------------
	Component: Itemlist view (user)
----------------------------------------------------------------------*/

/* User info block */
div.userView {}
	div.userBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;clear:both;}

		span.userItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}
		span.userItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}
		span.userItemAddLink a:hover {background:#ffffcc;}

		div.userBlock img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
		div.userBlock h2 {}
		div.userBlock div.userDescription {padding:4px 0;}
		div.userBlock div.userAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
			span.userURL {font-weight:bold;color:#555;display:block;}
			span.userEmail {font-weight:bold;color:#555;display:block;}

		div.userItemList {}

/* User items */
div.userItemView {} /* this is the item container for this view */
div.userItemIsFeatured {} /* Attach a class for each featured item */

div.userItemViewUnpublished {opacity:0.9;border:4px dashed #ccc;background:#fffff2;padding:8px;margin:8px 0;}

span.userItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
	span.userItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
	span.userItemEditLink a:hover {background:#ffffcc;}

div.userItemHeader {}
	div.userItemHeader span.userItemDateCreated {color:#999;font-size:11px;}
	div.userItemHeader h3.userItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
	div.userItemHeader h3.userItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Unpublished" presented in superscript */

div.userItemBody {padding:8px 0;margin:0;}

div.userItemImageBlock {padding:0;margin:0;float:left;}
	span.userItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.userItemImage img {border:1px solid #ccc;padding:8px;}

div.userItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.userItemIntroText img {}

div.userItemLinks {margin:0 0 16px 0;padding:0;}

div.userItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
	div.userItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.userItemCategory a {}

div.userItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.userItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.userItemTagsBlock ul.userItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.userItemTagsBlock ul.userItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.userItemTagsBlock ul.userItemTags li a {}
	div.userItemTagsBlock ul.userItemTags li a:hover {}

/* Anchor link to comments */
div.userItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
	div.userItemCommentsLink a {}
	div.userItemCommentsLink a:hover {}

/* Read more link */
div.userItemReadMore {display:inline;}
	div.userItemReadMore a {}
	div.userItemReadMore a:hover {}



/*----------------------------------------------------------------------
	Component: Itemlist view (tag)
----------------------------------------------------------------------*/
div.tagView {}

div.tagItemList {}

div.tagItemView {border-bottom:1px dotted #ccc;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */

div.tagItemHeader {}
	div.tagItemHeader span.tagItemDateCreated {color:#999;font-size:11px;}
	div.tagItemHeader h2.tagItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

div.tagItemBody {padding:8px 0;margin:0;}

div.tagItemImageBlock {padding:0;margin:0;float:left;}
	span.tagItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.tagItemImage img {border:1px solid #ccc;padding:8px;}

div.tagItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.tagItemIntroText img {}
	
	div.tagItemExtraFields {}
		div.tagItemExtraFields h4 {}
		div.tagItemExtraFields ul {}
			div.tagItemExtraFields ul li {}
				div.tagItemExtraFields ul li span.tagItemExtraFieldsLabel {}
				div.tagItemExtraFields ul li span.tagItemExtraFieldsValue {}

	div.tagItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
		div.tagItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
		div.tagItemCategory a {}

/* Read more link */
div.tagItemReadMore {display:inline;}
	div.tagItemReadMore a {}
	div.tagItemReadMore a:hover {}



/*----------------------------------------------------------------------
	Component: Itemlist view (generic)
----------------------------------------------------------------------*/
div.genericView {}

div.genericItemList {}

div.genericItemView {border-bottom:1px dotted #ccc;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */

div.genericItemHeader {}
	div.genericItemHeader span.genericItemDateCreated {color:#999;font-size:11px;}
	div.genericItemHeader h2.genericItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

div.genericItemBody {padding:8px 0;margin:0;}

div.genericItemImageBlock {padding:0;margin:0;float:left;}
	span.genericItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.genericItemImage img {border:1px solid #ccc;padding:8px;}

div.genericItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.genericItemIntroText img {}
	
	div.genericItemExtraFields {}
		div.genericItemExtraFields h4 {}
		div.genericItemExtraFields ul {}
			div.genericItemExtraFields ul li {}
				div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {}
				div.genericItemExtraFields ul li span.genericItemExtraFieldsValue {}

	div.genericItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
		div.genericItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
		div.genericItemCategory a {}

/* Read more link */
div.genericItemReadMore {display:inline;}
	div.genericItemReadMore a {}
	div.genericItemReadMore a:hover {}

/* --- Google Search --- */
#k2Container div.gsc-branding-text {text-align:right;}
#k2Container div.gsc-control {width:100%;}
#k2Container div.gs-visibleUrl {display:none;}



/*----------------------------------------------------------------------
	Component: Latest view
----------------------------------------------------------------------*/

div.latestItemsContainer {float:left;}

/* Category info block */
div.latestItemsCategory {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;}
	div.latestItemsCategoryImage {text-align:center;}
	div.latestItemsCategoryImage img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
div.latestItemsCategory h2 {}
div.latestItemsCategory p {}

/* User info block */
div.latestItemsUser {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;clear:both;}
	div.latestItemsUser img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.latestItemsUser h2 {}
	div.latestItemsUser p.latestItemsUserDescription {padding:4px 0;}
	div.latestItemsUser p.latestItemsUserAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
		span.latestItemsUserURL {font-weight:bold;color:#555;display:block;}
		span.latestItemsUserEmail {font-weight:bold;color:#555;display:block;}

/* Latest items list */
div.latestItemList {padding:0 8px 8px 0;}

div.latestItemView {} /* this is the item container for this view */

div.latestItemHeader {}
	div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

span.latestItemDateCreated {color:#999;font-size:11px;}

div.latestItemBody {padding:8px 0;margin:0;}

div.latestItemImageBlock {padding:0;margin:0;float:left;}
	span.latestItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.latestItemImage img {border:1px solid #ccc;padding:8px;}

div.latestItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.latestItemIntroText img {}

div.latestItemLinks {margin:0 0 16px 0;padding:0;}

div.latestItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
	div.latestItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.latestItemCategory a {}

div.latestItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.latestItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.latestItemTagsBlock ul.latestItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.latestItemTagsBlock ul.latestItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.latestItemTagsBlock ul.latestItemTags li a {}
	div.latestItemTagsBlock ul.latestItemTags li a:hover {}

/* Video */
div.latestItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.latestItemVideoBlock span.latestItemVideo {display:block;}

/* Anchor link to comments */
div.latestItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
	div.latestItemCommentsLink a {}
	div.latestItemCommentsLink a:hover {}

/* Read more link */
div.latestItemReadMore {display:inline;}
	div.latestItemReadMore a {}
	div.latestItemReadMore a:hover {}

/* Items presented in a list */
h2.latestItemTitleList {font-size:14px;padding:2px 0;margin:8px 0 2px 0;font-family:Arial, Helvetica, sans-serif;border-bottom:1px dotted #ccc;line-height:normal;}



/*----------------------------------------------------------------------
	Component: Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
.k2AccountPage {}
.k2AccountPage table {}
.k2AccountPage table tr th {}
.k2AccountPage table tr td {}
.k2AccountPage table tr td label {white-space:nowrap;}
img.k2AccountPageImage {border:4px solid #ddd;margin:10px 0;padding:0;display:block;}
.k2AccountPage div.k2AccountPageNotice {padding:8px;}
.k2AccountPage div.k2AccountPageUpdate {border-top:1px dotted #ccc;margin:8px 0;padding:8px;text-align:right;}

.k2AccountPage th.k2ProfileHeading {text-align:left;font-size:18px;padding:8px;background:#f6f6f6;/*border-bottom:1px solid #e9e9e9;*/}
.k2AccountPage td#userAdminParams {padding:0;margin:0;}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {background:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:bold;text-align:right;font-size:11px;width:140px;}

/* Profile edit */
.k2AccountPage table.admintable {}
.k2AccountPage table.admintable tr td {}
.k2AccountPage table.admintable tr td span {}
.k2AccountPage table.admintable tr td span label {}



/*----------------------------------------------------------------------
	Modules: mod_k2_comments
----------------------------------------------------------------------*/

/* Latest Comments */
div.k2LatestCommentsBlock {}
div.k2LatestCommentsBlock ul {}
div.k2LatestCommentsBlock ul li {}
div.k2LatestCommentsBlock ul li.lastItem {}
div.k2LatestCommentsBlock ul li a.lcAvatar img {}
div.k2LatestCommentsBlock ul li a {}
div.k2LatestCommentsBlock ul li a:hover {}
div.k2LatestCommentsBlock ul li span.lcComment {}
div.k2LatestCommentsBlock ul li span.lcUsername {}
div.k2LatestCommentsBlock ul li span.lcCommentDate {color:#999;}
div.k2LatestCommentsBlock ul li span.lcItemTitle {}
div.k2LatestCommentsBlock ul li span.lcItemCategory {}

/* Top Commenters */
div.k2TopCommentersBlock {}
div.k2TopCommentersBlock ul {}
div.k2TopCommentersBlock ul li {}
div.k2TopCommentersBlock ul li.lastItem {}
div.k2TopCommentersBlock ul li a.tcAvatar img {}
div.k2TopCommentersBlock ul li a.tcLink {}
div.k2TopCommentersBlock ul li a.tcLink:hover {}
div.k2TopCommentersBlock ul li span.tcUsername {}
div.k2TopCommentersBlock ul li span.tcCommentsCounter {}
div.k2TopCommentersBlock ul li a.tcLatestComment {}
div.k2TopCommentersBlock ul li a.tcLatestComment:hover {}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {color:#999;}



/*----------------------------------------------------------------------
	Modules: mod_k2_content
----------------------------------------------------------------------*/

div.k2ItemsBlock {}

div.k2ItemsBlock p.modulePretext {}

div.k2ItemsBlock ul {}
div.k2ItemsBlock ul li {list-style-type: none; width: 480px; float: left; padding-left: 19px; text-align: justify;}
/*----------------------------------------------------------------------
div.k2ItemsBlock ul li {list-style-type: none; width: 480px; float: left; padding-left: 19px;}

----------------------------------------------------------------------*/

div.k2ItemsBlock ul li.even {padding-left: 0px;}
div.k2ItemsBlock ul li a {}
div.k2ItemsBlock ul li a:hover {}
div.k2ItemsBlock ul li.lastItem {}

div.k2ItemsBlock ul li a.moduleItemTitle {color: #e35f13;font-size: 18px;
    line-height: 20px;
    font-family: 'open_sans_semiboldregular' , sans-serif; text-decoration: none;}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {}

div.k2ItemsBlock ul li div.moduleItemAuthor {}
div.k2ItemsBlock ul li div.moduleItemAuthor a {}
div.k2ItemsBlock ul li div.moduleItemAuthor a:hover {}

div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {}

div.k2ItemsBlock ul li div.moduleItemIntrotext {display:block;}

div.k2ItemsBlock ul li div.moduleItemIntrotext p {font-family: 'open_sansregular' , sans-serif; color: #5e5b5a; font-size: 14px; line-height: 20px; padding-bottom: 10px;}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {margin:0px 0px 15px 0px;padding:0;border:1px solid #1860a8; }

div.k2ItemsBlock ul li div.moduleItemExtraFields {}
	div.moduleItemExtraFields ul {}
	div.moduleItemExtraFields ul li {}
	div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.moduleItemExtraFields ul li span.moduleItemExtraFieldsValue {}

div.k2ItemsBlock ul li div.moduleItemVideo {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCaption {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCredits {}

div.k2ItemsBlock ul li span.moduleItemDateCreated {font-family: 'open_sansregular' , sans-serif; color: #5e5b5a; font-size: 14px; line-height: 35px;}

div.k2ItemsBlock p.moduleItemDateCreated {font-family: 'open_sansregular' , sans-serif; color: #5e5b5a; font-size: 14px; line-height: 35px;}

div.k2ItemsBlock ul li a.moduleItemCategory {}

div.k2ItemsBlock ul li div.moduleItemTags {}
div.k2ItemsBlock ul li div.moduleItemTags b {}
div.k2ItemsBlock ul li div.moduleItemTags a {padding:0 2px;}
div.k2ItemsBlock ul li div.moduleItemTags a:hover {}

div.k2ItemsBlock ul li div.moduleAttachments {}

div.k2ItemsBlock ul li a.moduleItemComments {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemComments:hover {}
div.k2ItemsBlock ul li span.moduleItemHits {border-left:1px solid #ccc;padding:0 4px 0 4px;margin:0 8px 0 0; font-family: 'open_sansregular' , sans-serif; color: #5e5b5a; font-size: 14px; line-height: 35px;}
div.k2ItemsBlock ul li a.moduleItemReadMore {font-family: 'open_sansregular' , sans-serif; color: #E35F13; float: right; margin-top: 5px;}
div.k2ItemsBlock ul li a.moduleItemReadMore:hover {}

div.k2ItemsBlock a.moduleCustomLink {}
div.k2ItemsBlock a.moduleCustomLink:hover {}




/*----------------------------------------------------------------------
	Modules: mod_k2_user (mod_k2_login will be removed in v2.6)
----------------------------------------------------------------------*/

div.k2LoginBlock {}
	div.k2LoginBlock p.preText {}

	div.k2LoginBlock fieldset.input {margin:0;padding:0 0 8px 0;}
	div.k2LoginBlock fieldset.input p {margin:0;padding:0 0 4px 0;}
	div.k2LoginBlock fieldset.input p label {display:block;}
	div.k2LoginBlock fieldset.input p input {display:block;}
	div.k2LoginBlock fieldset.input p#form-login-remember label,
	div.k2LoginBlock fieldset.input p#form-login-remember input {display:inline;}
	div.k2LoginBlock fieldset.input input.button {}

	div.k2LoginBlock ul {}
	div.k2LoginBlock ul li {}

	div.k2LoginBlock p.postText {}

div.k2UserBlock {}
	div.k2UserBlock p.ubGreeting {border-bottom:1px dotted #ccc;}
	div.k2UserBlock div.k2UserBlockDetails a.ubAvatar img {}
	div.k2UserBlock div.k2UserBlockDetails span.ubName {display:block;font-weight:bold;font-size:14px;}
	div.k2UserBlock div.k2UserBlockDetails span.ubCommentsCount {}

	div.k2UserBlock ul.k2UserBlockActions {}
		div.k2UserBlock ul.k2UserBlockActions li {}
		div.k2UserBlock ul.k2UserBlockActions li a {}
		div.k2UserBlock ul.k2UserBlockActions li a:hover {}

	div.k2UserBlock ul.k2UserBlockRenderedMenu {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li a {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li a:hover {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul {} /* 2nd level ul */
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li a {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul {} /* 3rd level ul (and so on...) */
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li a {}

	div.k2UserBlock form {}
	div.k2UserBlock form input.ubLogout {}



/*----------------------------------------------------------------------
	Modules: mod_k2_tools
----------------------------------------------------------------------*/

/* --- Archives --- */
div.k2ArchivesBlock {}
div.k2ArchivesBlock ul {}
div.k2ArchivesBlock ul li {}
div.k2ArchivesBlock ul li a {}
div.k2ArchivesBlock ul li a:hover {}

/* --- Authors --- */
div.k2AuthorsListBlock {}
div.k2AuthorsListBlock ul {}
div.k2AuthorsListBlock ul li {}
div.k2AuthorsListBlock ul li a.abAuthorAvatar img {}
div.k2AuthorsListBlock ul li a.abAuthorName {}
div.k2AuthorsListBlock ul li a.abAuthorName:hover {}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {display:block;clear:both;}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover {}
div.k2AuthorsListBlock ul li span.abAuthorCommentsCount {}

/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock {}
div.k2BreadcrumbsBlock span.bcTitle {padding:0 4px 0 0;color:#999;}
div.k2BreadcrumbsBlock a {}
div.k2BreadcrumbsBlock a:hover {}
div.k2BreadcrumbsBlock span.bcSeparator {padding:0 4px;font-size:14px;}

/* --- Calendar --- */
div.k2CalendarBlock {height:190px;margin-bottom:8px;} /* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {background:#fff url(../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;}
table.calendar {margin:0 auto;background:#fff;border-collapse:collapse;}
table.calendar tr td {text-align:center;vertical-align:middle;padding:2px;border:1px solid #f4f4f4;background:#fff;}
table.calendar tr td.calendarNavMonthPrev {background:#f3f3f3;text-align:left;}
table.calendar tr td.calendarNavMonthPrev a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthPrev a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarCurrentMonth {background:#f3f3f3;}
table.calendar tr td.calendarNavMonthNext {background:#f3f3f3;text-align:right;}
table.calendar tr td.calendarNavMonthNext a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthNext a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarDayName {background:#e9e9e9;font-size:11px;width:14.2%;}
table.calendar tr td.calendarDateEmpty {background:#fbfbfb;}
table.calendar tr td.calendarDate {}
table.calendar tr td.calendarDateLinked {padding:0;}
table.calendar tr td.calendarDateLinked a {display:block;padding:2px;text-decoration:none;background:#eee;}
table.calendar tr td.calendarDateLinked a:hover {display:block;background:#135cae;color:#fff;padding:2px;text-decoration:none;}
table.calendar tr td.calendarToday {background:#135cae;color:#fff;}
table.calendar tr td.calendarTodayLinked {background:#135cae;color:#fff;padding:0;}
table.calendar tr td.calendarTodayLinked a {display:block;padding:2px;color:#fff;text-decoration:none;}
table.calendar tr td.calendarTodayLinked a:hover {display:block;background:#BFD9FF;padding:2px;text-decoration:none;}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock {}
div.k2CategorySelectBlock form select {width:auto;}
div.k2CategorySelectBlock form select option {}

/* --- Category List/Menu --- */
div.k2CategoriesListBlock {}
div.k2CategoriesListBlock ul {}
div.k2CategoriesListBlock ul li {}
div.k2CategoriesListBlock ul li a {}
div.k2CategoriesListBlock ul li a:hover {}
div.k2CategoriesListBlock ul li a span.catTitle {padding-right:4px;}
div.k2CategoriesListBlock ul li a span.catCounter {}
div.k2CategoriesListBlock ul li a:hover span.catTitle {}
div.k2CategoriesListBlock ul li a:hover span.catCounter {}
div.k2CategoriesListBlock ul li.activeCategory {}
div.k2CategoriesListBlock ul li.activeCategory a {font-weight:bold;}

	/* Root level (0) */
	ul.level0 {}
	ul.level0 li {}
	ul.level0 li a {}
	ul.level0 li a:hover {}
	ul.level0 li a span {}
	ul.level0 li a:hover span {}

		/* First level (1) */
		ul.level1 {}
		ul.level1 li {}
		ul.level1 li a {}
		ul.level1 li a:hover {}
		ul.level1 li a span {}
		ul.level1 li a:hover span {}

			/* n level (n) - like the above... */

/* --- Search Box --- */
div.k2SearchBlock {position:relative;}
div.k2SearchBlock form {}
div.k2SearchBlock form input.inputbox {}
div.k2SearchBlock form input.button {}
div.k2SearchBlock form input.k2SearchLoading {background:url(../images/system/searchLoader.gif) no-repeat 100% 50%;}
div.k2SearchBlock div.k2LiveSearchResults {display:none;background:#fff;position:absolute;z-index:99;border:1px solid #ccc;margin-top:-1px;}
	/* Live search results (fetched via ajax) */
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {list-style:none;margin:0;padding:0;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {border:none;margin:0;padding:0;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {display:block;padding:1px 2px;border-top:1px dotted #eee;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {background:#fffff0;}
	
/* --- Tag Cloud --- */
div.k2TagCloudBlock {padding:8px 0;}
div.k2TagCloudBlock a {padding:4px;float:left;display:block;}
div.k2TagCloudBlock a:hover {padding:4px;float:left;display:block;background:#135cae;color:#fff;text-decoration:none;}

/* --- Custom Code --- */
div.k2CustomCodeBlock {}



/*----------------------------------------------------------------------
	Modules: mod_k2_users
----------------------------------------------------------------------*/

div.k2UsersBlock {}
div.k2UsersBlock ul {}
div.k2UsersBlock ul li {}
div.k2UsersBlock ul li.lastItem {}
div.k2UsersBlock ul li a.ubUserAvatar img {}
div.k2UsersBlock ul li a.ubUserName {}
div.k2UsersBlock ul li a.ubUserName:hover {}
div.k2UsersBlock ul li div.ubUserDescription {}
div.k2UsersBlock ul li div.ubUserAdditionalInfo {}
	a.ubUserFeedIcon,
	a.ubUserFeedIcon:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/feed.png) no-repeat 50% 50%;}
	a.ubUserFeedIcon span,
	a.ubUserFeedIcon:hover span {display:none;}
	a.ubUserURL,
	a.ubUserURL:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/globe.png) no-repeat 50% 50%;}
	a.ubUserURL span,
	a.ubUserURL:hover span {display:none;}
	span.ubUserEmail {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/mail.png) no-repeat 50% 50%;overflow:hidden;}
	span.ubUserEmail a {display:inline-block;margin:0;padding:0;width:16px;height:16px;text-indent:-9999px;}

div.k2UsersBlock ul li h3 {clear:both;margin:8px 0 0 0;padding:0;}
div.k2UsersBlock ul li ul.ubUserItems {}
div.k2UsersBlock ul li ul.ubUserItems li {}



/* --- END --- */

