html, body {height: 100%; width: 100%;}

body {  
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-size: 12px;
  color: #474747;
  background: url(bg.jpg) repeat left top;
}

a img {
    border: none;
}

a {
    color: #004993;
    text-decoration: none;
}

a:hover {
    color: #4380bd;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-position: outside;
    list-style-type: none;
}

.main {
    min-width: 995px;
    min-height: 100%;
}

.empty {
    clear: both;
    height: 66px;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
}

.col30 {
  width: 100%;
}

.col {
  float:left;
  line-height:18px;
  width:235px;
}

.row {
    float: left;
    width: 100%;
}

.float_right {float: right;}

/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
    height: 117px;
    padding: 0 15px;
    background: url(header_bg.jpg) repeat-x left top;
}

.header a.logo {
    text-decoration: none;
    margin: 11px 0 0 14px;
    float: left;
    display: inline;
}

.header_right {
    float: right;
    width:220px;
    
}

.menu form.search_form {
    padding: 5px 0px 0px 0px;
  width: 148px;
}

.menu input.search_query {
    border: none;
    background: url(search_bg.jpg) no-repeat left top;
    height: 20px;
    width: 150px;
    padding: 3px 0px 0 2.5px
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.content {
    margin: 0 15px;
    padding: 8px 12px 20px 12px;
    background: url(content_bg.jpg) repeat-x left top #f3f3f3;
}

.content .left {
    float: left;
    width: 202px;
}

.content .right {
    float: right;
    width: 202px;
}

.content .center {
    margin: 0 212px;
}

/* ======================= CONTENT > Center ========================*/
/* =================================================================*/

.menu_block {
    margin: 0 12px;*/
}

.menu_block .menu .menu_right ul {
  height:32px;
  margin:0 auto;
  width:890px;
}

.menu_block .menu .menu_right li {
  background:transparent url(sep.png) no-repeat scroll right top;
  float:left;
  padding:0 4px;
}

.menu_block .menu .menu_right li.last {
  background:transparent none repeat scroll 0 0;
}

h4.some_text {
    padding-bottom: 10px;
    text-align: center;
    color: #F3F3F3;
    font-size: 15px;
    }

.center .google {text-align: center; margin-bottom: 18px;}

/* ======================= CONTENT > Center > Menu ========================*/

.menu_block .menu, .menu_block .menu_left, .menu_block .menu_right {
    clear: both;
    background: url(menu_bg.gif) repeat-x left top;
    height: 37px;
    /*padding-bottom: 17px;*/
    overflow: hidden;
}

.menu_block .menu a, .menu_block .menu span {
  color:#5D2E01;
  display:inline-block;
  float:left;
  height:24px;
  padding:9px 2px 0 2.5px;
}

.menu_block .menu a:hover {color: #8d4805;}

.menu_block .menu_left {background: url(menu_left.gif) no-repeat left top;}

.menu_block .menu_right {
  background:transparent url(menu_right.gif) no-repeat scroll right top;
  clear:both;
  height:32px;
  padding:3px 0;
  text-align:center;
  width:auto;
}


/* ======================= CONTENT > Center > Categories block ========================*/

.center h2.categories_title {
    height: 33px;
    background: url(h2_center_left.jpg) no-repeat left top #ebebeb;
    clear: both;
    font-size: 16px;
}

.center h2.categories_title span {
    height: 25px;
    display: block;
    background: url(h2_center_right.jpg) no-repeat right top;
    padding: 8px 14px 0 14px;
}

.categories, .categories_left, .categories_right {
/*     background: url(categories_left.jpg) no-repeat left top; */
    clear: both;
    font-size: 14px;
}
.categories_left {
/*     background: url(categories_left.jpg) no-repeat left top; */
}
.categories_right {
    background: #fff;
    margin: 0 3px;
    min-height: 90px;
    padding: 15px 17px 0 17px;
}

.categories_right p {padding-bottom: 8px;}
.categories_right p.last {padding-bottom: 0;}

.categories_right img {
    margin-right: 3px;
}

.categories_bottom, .categories_bottom_left, .categories_bottom_right {
    height: 23px;
    font-size: 2px;
    background: url(categories_bottom.jpg) repeat-x left top;
    clear: both;
}
.categories_bottom {margin-bottom: 18px;}
.categories_bottom_left {background: url(categories_bottom_left.jpg) no-repeat left top;}
.categories_bottom_right {background: url(/categories_bottom_right.jpg) no-repeat right top;}

/* ======================= CONTENT > Box ========================*/

.box h3 {
    height: 16px;
    background: url(box_title_bg.jpg) no-repeat left top;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
}

.box h3.icon1 {
    background: url(box_icon1.gif) no-repeat left top;
    padding-top: 19px;
}
.box h3.icon2 {
    background: url(box_icon2.gif) no-repeat left top;
    padding-top: 27px;
}
.box h3.icon3 {
    background: url(box_icon3.gif) no-repeat left top;
    padding-top: 22px;
}
.box h3.icon4 {
    background: url(box_icon4.gif) no-repeat left top;
    padding-top: 19px;
}

.box ul, .box p {padding: 5px 10px;}

.box ul li {
    line-height: 21px;
    background: url(bullet.jpg) no-repeat left 8px;
    padding-left: 16px;
}

.box ul li a {color: #3d3d3d;}
.box ul li a:hover {color: #666;}

.box p {
    font-size: 11px;
    padding: 2px 10px;
}

.box p a {color: #818181;}
.box p a:hover {color: #969696;}

.box p a span {
    font-size: 12px;
    color: #3d3d3d;
}
.box p a:hover span {color: #444;}

/* ================= Content > List ======================*/

.breadcrumbs_block {
    float: left;
    width: 100%;
    }
    
ul.breadcrumbs{
    margin: 5px 0 5px 10px;
    padding:0;
    list-style:none;
     overflow: hidden;
    display: block;
}

ul.breadcrumbs li {
    background:url(arrow.gif) no-repeat 0 50%;
    padding:0 5px 0 11px;
    margin:0 7px 0 -7px;
    float:left;    
}

ul.listing_breadcrumbs {
    /*padding-bottom:3px;*/
    list-style:none;
    overflow: hidden;
    display: block;
}

ul.listing_breadcrumbs li {
    background:url(arrow.gif) no-repeat 0 50%;
    padding:0 5px 0 10px;
    margin:0 7px 0 -9px;
    float:left;    
}

.cat_list {
    color:#818181;
    font-size:11px;
}

.center h1, .center h1 span, .center h1 b {
    background: url(h1_bg.jpg) repeat-x left top;
    height: 39px;
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
}

.center h1 span {background: url(h1_left.jpg) no-repeat left top;}
.center h1 b {
    background: url(h1_right.jpg) no-repeat right top;
    padding: 12px 14px 0 14px;
    clear: both;
    height: 27px;
    width: auto;
    float: none;
}

.center h1.cat, .center h1.cat span, .center h1.cat b {
    background: url(h1_cat_bg.jpg) repeat-x left top;
    height: 39px;
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
}

.center .top_block, .center .top_block span, .center .top_block b {
    background: url(h1_top_bg.jpg) repeat-x left top;
    height: 39px;
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
}

.center h1.cat span {background: url(h1_cat_left.jpg) no-repeat left top;}
.center h1.cat b {
    background: url(h1_cat_right.jpg) no-repeat right top;
    padding: 12px 14px 0 14px;
    clear: both;
    height: 27px;
    width: auto;
    float: none;
}

.center .top_block .bg-left {background: url(h1_top_left.jpg) no-repeat left top;}
.center .top_block .bg-right {
    background: url(h1_top_right.jpg) no-repeat right top;
    padding: 12px 14px 0 14px;
    clear: both;
    height: 27px;
    width: auto;
    float: none;
    font-weight:bold;
  
}

.list, .list_inner {
    background: url(list_left.jpg) no-repeat left top;
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
}
.list_inner {
    background: url(list_right.jpg) no-repeat right top;
}
.list_inner2 {
    margin: 0 3px;
    background: #fff;
    height: 100%;
}

.list_row {
    margin: 0 15px;
    border-bottom: 1px dotted #878585;
    padding: 18px 0;
}

.list_row.last {border-bottom: none; padding-bottom: 0;}

.list .thumb {
    float: left;
    width: 98px;
}

.list .list_descr {margin-left: 110px;}

.list_descr p {padding-left: 3px;}

.list h4 {
    font-size: 14px;
    font-weight: normal;
    padding-top: 3px;
}

.list p {padding-bottom: 6px;}

.list_footer {
    color: #818181;
}

.list_footer tr td {
    width:33%;
}

.list_footer span {
    float: left;
    padding-right: 5px;
}

.list_bottom, .list_bottom span, .list_bottom b {
    background: url(list_bottom.jpg) repeat-x left top;
    height: 35px;
    display: block;
    float: left;
    width: 100%;
}

.list_bottom span {background: url(list_bottom_left.jpg) no-repeat left top;}
.list_bottom b {
    background: url(list_bottom_right.jpg) no-repeat right top;
    clear: both;
    width: auto;
    float: none;
}
.two-col{
    display: inline-block;
    height: 100%;
    margin: 20px;
    
}
.left-col {
    width:15%;
    float:left;
    overflow:hidden;
}
.left-col .thumb2 {width:100%;}
.left-col .thumb2 img {
    display:block;
    border:0;        
}

.left-col .download{    width:100%;}
.left-col .download  img{margin:20px 0 20px 8px;}
.left-col span.rating{
    float:left;
    overflow:hidden;
    margin:0 0 0 60px;
    padding-top:10px;
    font-weight:bold;
    font-size:16px;
}
img.star{
    display:block;
    float:left;
    margin:0 0 20px 0;
}
.right-col {
    width:83%;
    float:right;
    overflow:hidden;
}
.right-col table {
    width:100%;
    margin:24px 0;
}
.right-col table tr.odd{background:#ebebeb;}
.right-col table tr.even{background:#fff;}
.right-col .btn  {
    float:right;
    margin-bottom:23px;
    overflow:hidden;
}

.odd .title, .even .title {
    font-weight:bold;
}

.right-col .btn  a{
    margin-left:10px;
}
.tags {
    float:left;
    overflow:hidden;
    width:100%;
    padding-top:10px;
}
.tags span{
    font-size:14px;
    font-weight:bold;
    display:block;
    margin-bottom:9px;
}
 h2.latest {
    font:bold 16px/33px Arial, Helvetica, sans-serif;
    color:#474747;
    margin-left:14px;
}

 .comment {
    border-bottom: 1px dotted #878585;
    background: #fff;
    overflow:hidden;
    float:left;
    display: block;
    width:100%;
    padding-top: 10px;
}
 .comment .t{
    width:100%;
    overflow:hidden;    
}
 .comment .name {
    margin-left:10px;
    display:inline;
    float:left;
}

 .comment .name a {
    margin:0 3px 0 0;
    font-size:14px;
    display:inline;
    float:left;
}
 .comment em.date {font-style:normal;}

 .comment img.star-comment {
    float:right;
    overflow:hidden;
    display:inline;
    margin-right:14px;
}
 .comment p{
    margin:10px;
    font-size:12px;
}
.comment a.all-reviews{margin-left:10px;}
.comment_top, .comment_top span, .comment_top b {
    background:#e2e2e2;
    height: 5px;
    display: block;
    float: left;
    width: 100%;
    padding-bottom:10px;
}

.comment_top span {background: url(corner-top-left.gif) no-repeat left top;}
.comment_top b {
    background: url(corner-top-right.gif) no-repeat right top;
    clear: both;
    width: auto;
    float: none;
}

.comment_bottom, .comment_bottom span, .comment_bottom b {
    background:#e2e2e2;
    height: 5px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom:10px;
}

.comment_bottom span {background: url(corner-bottom-left.gif) no-repeat left top;}
.comment_bottom b {
    background: url(corner-bottom-right.gif) no-repeat right top;
    clear: both;
    width: auto;
    float: none;
}

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {
    clear: both;
    height: 66px;
    background: url(footer_bg.jpg) repeat-x left top;
    position: relative;
    min-width: 995px;
    margin: -66px auto 0;
    text-align: center;
}

.footer .footer_menu {
    color: #808080;
    padding: 12px 0;
}

.footer .footer_menu a {
    color: #fff;
    text-decoration: underline;
}

.footer .footer_menu a:hover {
    color: #ccc;
    text-decoration: none;
}

.footer .copyright {
    color: #b4b4b4;
    font-size: 11px;
}

.footer .copyright a {
  color: #b4b4b4;
  text-decoration:underline;
}

.footer .copyright a:hover {
  text-decoration: none;
}

.review {
  margin: 10px 10px;
}

.review_author {
  color: #4380BD;
  font-weight: bold;
}

.pager {
  text-align: center;
  padding-top: 10px;
  padding-left: 60px;
}

.submit {
  padding: 10px;
}

.latest_soft {
  padding: 10px;
}

.latest_soft .history {
  color: #BFBFBF;
  width: 100%;
}

.latest_soft td.latest_content {
  padding-left:14px;
}

.latest_soft td {
  border-bottom:1px solid #BFBFBF;
  font-family:Arial;
  font-size:12px;
  padding:4px 0;
  vertical-align:bottom;
}

.blue {
  color:#104F9E;
}

.content .menu .menu_right ul {
  height:32px;
  margin:0 auto;
  width:675px;
}

.content .menu .menu_right li {
  background:transparent url(sep.png) no-repeat scroll right top;
  float:left;
  padding:0 2px;
}

.content .menu .menu_right li.last {
  background:transparent none repeat scroll 0 0;
}

.related_tags {
  padding-top:10px;
}

.privacy {
  padding: 10px;
}

.authors_table {
  float: left;
  width: 194px;
  height: 162px;
} 

.arrow {
  float: left;
  padding-right: 5px;
  padding-top: 2px; 
}

rss_image {
  padding-right: 10px;
}

