body {  
  padding: 0;
  margin: 0;
  font-family: Calibri, Arial;
  font-size: 13px;
  color: #000;
}

a img {
  border: none;
}

a {
  color: #02857e;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-position: inside;
  list-style-type: none;
}

.large {
  font-size: 15px;
}

.large_100 {
  font-size: 15px;
  width: 100%;
  float: left;
}

ul.large_100 li {
  width: 32%;
  float: left;
} 

ul.large_100 li span.items_amount, ul.large li span.items_amount {
  float: right;
  padding-right: 10px;
} 

/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
  height: 138px;
  background: url('header_bg.jpg') repeat-x left top;
  padding: 10px 18px 0 18px;
}

.header a.logo {
  text-decoration: none;
  float: left;
  margin-top: 2px;
}

.header .header_right {
  float: right;
  width: 650px;
}

/* ==================== HEADER > Top Menu ======================= */

.header .header_right .top_menu {
  float: right;
  height: 30px;
  width: 100%;
}

.header .header_right .top_menu a {
  color: #7e5e2e;
  font-size: 15px;
  float: right;
  height: 30px;
  text-decoration: underline;
  float: right;
  cursor: pointer;
}

.header .header_right .top_menu a.selected {
  background: url('top_menu_sel_bg.jpg') repeat-x left top;
  color: #fff;
  text-decoration: none;
}

.header .header_right .top_menu a b {
  padding: 5px 20px;
  height: 20px;
  font-weight: normal;
  float: left;
}

.header .header_right .top_menu a:hover {
  text-decoration: none;
}

.header .header_right .top_menu a span {
  height: 30px;
  float: left;
}

.header .header_right .top_menu a.selected span {
  background: url('top_menu_sel_right.jpg') no-repeat right top;
}

.header .header_right .top_menu a.selected b {
  background: url('top_menu_sel_left.jpg') no-repeat left top;
}

/* ==================== HEADER > Search Form ======================= */

.header .header_right form.search {
  float: right;
  width: 100%;
  margin-top: 10px;
}

.header .header_right form.search input.query_search {
  float: right;
  background: url('search_query_bg.jpg') no-repeat left top;
  height: 26px;
  width: 231px;
  border: 0px solid black;
}

.header .header_right form.search input.submit_search {
  float: right;
  margin-left: 16px;
}

.header .header_right form.search select.submit_search {
  float: right;
  margin-left: 16px;
}

/* ====================== MENU =========================*/
/* =====================================================*/

table.menu {
  font-size: 15px;
  height: 34px;
  float: left;
  width: 100%;
  margin-top: 8px;
}

table.menu tr td {
  background: url('main_menu_bg.jpg') repeat-x left top;
  text-align: center;
}

.menu a {
  color: #fff;
  display: block;
  height: 34px;
  background: url('main_menu_right.jpg') no-repeat right top;
  cursor: pointer;
}

.menu a span {
  background: url('main_menu_left.jpg') no-repeat left top;
  padding: 8px 9px 0 8px;
  height: 26px;
  display: block;
  white-space: nowrap;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.wrapper {
  padding: 0 18px;
}

.content {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.row {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* ====================== Content > Left =========================*/

.left {
  margin-right: 250px;
  overflow: hidden;
}

.left .breadcrumbs {
  font-size: 15px;
  margin-bottom: 20px;
}

.left h2 {
  background: url('h2_bg.jpg') repeat-x left bottom;
  padding-bottom: 4px;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 14px;
  font-style: italic;
}

.left h3 {
  background: url('h2_bg.jpg') repeat-x left bottom;
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 14px;
  font-style: italic;
}

.left p {
  margin-bottom: 10px;
}

.left ul li {
  line-height: 18px;
}

.left .google_ad {
  float: right;
  width: 350px;
  padding: 5px;
}

.left .ad_code {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
}

.left .left_col div.ad_details {
  float: left;
  width: 100%; 
}

/* ================== Content > Left > Item Details ====================*/

.details {
  margin-bottom: 14px;
  float: left;
  width: 100%;
}

.details .right_col {
  margin-left: 190px;
}

.thumb_big {
  float: left;
}

table.details_table {
  float: left;
  width: 100%;
}

table.details_table tr th, table.details_table tr td {
  padding: 4px 0;
  color: #144e56;
  padding-right: 14px;
  vertical-align: top;
  width: 200px;
}

table.details_table tr th, table.details_table tr td.buttons {
  text-align: left;
  width: 90px;
  padding-left: 14px;
  font-weight: normal;
  color: #000;
}

.buttons img {
  margin-top: 5px;
}

.left_col span.blue {
  color: #02857e;
  font-size: 18px;
}

.left ul {
  padding-top: 2px;
  padding-left: 8px;
  margin-bottom: 5px;
}

.left ul li {
  padding-left: 14px;
  list-style-position: outside;
  background: url('bullet.jpg') no-repeat left top;
}

.left p.keywords {
  font-size: 13px;
  margin-top: -10px;
  color: #02857e;
}

.keywords a {
  text-decoration:none;
}

.keywords a:hover {
  text-decoration:underline;
}


.left ul.list li {
  margin-bottom: 10px;
}

.left .col ul li {
/*  padding-bottom: 8px;*/
}

/* Rounded corners */

.right_col .inner {
  border-top:1px solid #e7f3f2;
  border-bottom:1px solid #e7f3f2;
  background: #e7f3f2;
  float: left;
  width: 100%;
}
.right_col table {
  border-left:1px solid #e7f3f2;
  border-right:1px solid #e7f3f2;
}
.right_col .t, .right_col .b {
  position:relative;
  height:8px;
  float: left;
  width: 100%;
  font-size: 2px;
}
.right_col .t div, .right_col .b div {
  position:absolute;
  width:16px; height:8px;
  padding:0; margin:0;
}
.right_col .t .l {
  top:-1px; left:0;
  background:#FFF no-repeat url('angles.jpg') top left;
}
.right_col .t .r {
  top:-1px; right:0;
  background:#FFF no-repeat url('angles.jpg') top right;
}
.right_col .b .l {
  background:#FFF no-repeat url('angles.jpg') bottom left;
  bottom:-1px; left:0;
}
.right_col .b .r {
  background:#FFF no-repeat url('angles.jpg') bottom right;
  bottom:-1px; right:0;
}

/* ================== Content > Left > Categories ====================*/

.left .categories {
  float: left;
  width: 100%;
}

.left .col {
  float: left;
  width: 33%;
  line-height: 18px;
}

.left .col_100 {
  float: left;
  width: 100%;
  line-height: 18px;
} 

.left .categories h4 {
  padding: 0 18px;
  background: url('ico_folder.jpg') no-repeat left top;
  color: #144e56;
  font-size: 18px;
  font-weight: normal;
}

.left .categories p {
  padding: 0 6px;
  color: #02857e;
  margin-bottom: 10px;
}

/* ================== Content > Left > Vertical List ====================*/

.description {
  margin-bottom: 18px;
}

.description a {
  font-size: 18px;
  line-height: 30px;
}


.description p a {
  font-size: 13px;
  background: none;
}

.description p a img {
  padding-left: 5px;
}

a.thumb {
  float: right;
  background: red;
  margin-bottom: 18px;
}

.thumb {
  float: right;
  background: red;
  margin-bottom: 18px;
}

/* ====================== Content > Right =========================*/

.right {
  float: right;
  width: 238px;
  background: url('right_bg.jpg') repeat-y left top;

}

.right h3 {
  height: 34px;
  padding: 7px 0 0 16px;
  width: 222px;
  font-size: 22px;
  font-style: italic;
  color: #fff;
  background: url('right_h3_bg.jpg') no-repeat left top;
  font-weight: normal;
  margin-bottom: 10px;
}

.right p {
  padding: 0 16px;
  margin-bottom: 10px;
}

.right p strong {
  color: #02857e;
  font-size: 18px;
  font-weight: normal;
}

.right .right_bottom {
  height: 10px;
  background: url('right_bottom.jpg') no-repeat bottom left;
  font-size: 2px;
}

.right .line {
  border-top: 1px solid #00a99d;
  margin: 0 6px;
  height: 10px;
  font-size: 2px;
}

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {
  clear: both;
  background: url('footer_bg.jpg') repeat-x left top;
  padding: 14px 18px;
}

.footer .footer_menu {
  float: left;
  font-size: 15px;
  word-spacing: 20px;
  padding-bottom: 10px;
}

.footer .footer_menu a {
  color: #7e5e2e;
  word-spacing: normal;
}

.footer .copyright {
  float: right;
  padding-bottom: 10px;
}

.right_title p a {
  text-decoration: none;
}

.right_title p a:hover {
  text-decoration: underline;
}

.right_title_size {
  font-size: 15px;
}


/* ====================== Submit > Text ==================*/
/* =======================================================*/
.important_text {
  color:red;
  font-weight: bold;
}

.description img.icon {
  float:left;
  padding:10px;
}

div.cat_name {
padding-bottom: 4px;
font-size: 22px;
font-weight: normal;
margin-bottom: 12px;
font-style: italic; 
}
div.category_block {
  float:left;
  width:100%;
  padding-top:10px;  
}

/*===================================*/

table#dl-tbl-list {
  width: 100%;
  height: auto;
  padding: 0;
  border-spacing: 0px;
  font-size: 14px;
}

table#dl-tbl-list tr.green {
  background: #E7F3F3 url('hr-t.gif') repeat-x top;
  height: auto;
  height: 53px;
  padding-top: 19px;
}

table#top-list tr.green {
  background: #E7F3F3 url('hr-t.gif') repeat-x top;
  height: auto;
  height: 35px;
  padding-top: 19px;
  padding-left: 5px;
} 

table#dl-tbl-list tr.white {
  background: white url('hr-t.gif') repeat-x top;
  height: auto;
  height: 53px;
  padding-top: 19px;
} 

table#top-list tr.white{
  background: white url('hr-t.gif') repeat-x top;
  height: auto;
  height: 35px;
  padding-top: 19px;
} 

table#top-list tr.white td.title, table#top-list tr.green td.title {
 padding-left: 5px; 
}

table#dl-tbl-list th {
  max-width: 500px;
  border-right: solid 1px #00A99D;
  text-align: left;
  padding-left: 15px;
  vertical-align: top;
  height: 53px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-bottom: 10px;
  font-weight: normal;
}

table#dl-tbl-list td.count {
  width: 10%;
  padding-top: 19px;
}

th {
  font-weight: bold;
  padding: 5px;
  text-align: left;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table {
  border-collapse: separate;
  border-spacing: 2px;
}

table#dl-tbl-list td {
  color: black;
  border-right: solid 1px #00A99D;
  text-align: center;
  vertical-align: top;
}

table#dl-tbl-list td.dl {
  width: 10%;
  border: none;
  padding-top: 19px;
  border-image: initial;
}

table#dl-tbl-list th div.thd {
  font-size: 100%;
  margin-right: 12px;
  line-height: 14px;
}

table#dl-tbl-list th div.thd {
  margin-right: 20px;
  padding: 0;
  min-height: 24px;
}

.resultCount {
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  margin-left: 0pt;
  padding-top: 6px;
  padding-right: 0pt;
  padding-bottom: 0pt;
  padding-left: 0pt;
  text-align: center;
}

.slidetext {
  margin:0 0 15px;
  padding:0;
  list-style:none;
}

.slidetext.slide {
  display:none;
}

span.headslide {
  text-decoration:underline;
  color:#02857E;
}
span.headslide:hover {
  text-decoration:none; 
}
ul.reviews {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.reviews li {
  float: left;
  display: inline;
  margin-bottom: 0;
  padding: 10px 0 7px;
  background: url(bullet-separator-down.gif) repeat-x 0 100%;
  width: 100%;
}
ul.reviews li .title-vote {
  float: left;
  margin-bottom: 15px;
  display: inline;
  width: 100%;
}
ul.reviews li .title-vote .user-date{
  float: left;
}
ul.reviews li .title-vote .user-date label.user-name {
  display: inline;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: bold;
}
ul.reviews li .title-vote .user-date span.day {
  color: #8F8E8E;
  display: inline;
  font-size: 11px;
  margin-left: 7px;
}
ul li .title-vote .user-date span.houre {
  color: #8F8E8E;
  display: inline;
  font-size: 11px;
  margin-left: 7px;
}
ul.reviews li .title-vote .vote {
  float: right;
}
ul.reviews li .comment {
  margin-bottom: 15px;
  display: inline;
  width: 100%;
}
table#top-list {
 border-spacing: 0; 
}
img.broken_link_captcha {
  border:0;
  vertical-align: middle;
}
.review-software {
  float:left;
}
.googleads {
  padding: 10px 0;
  clear: both;
}
.mmenu-toggle {
  cursor: pointer;
  display: none;
  position: relative;
  float: left;
  width: 100%;
  background: #01A89E;
  margin-top: 10px;
  height: 35px;
  line-height: 35px;
  text-indent: 20px;
  color: #fff;
  font-size: 20px;
  border-radius: 4px 4px 0 0;
}
.mmenu-toggle span {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 25px;
  height: 3px;
  background: #fff;
  transition: transform .5s;
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
}
.mmenu-toggle span.second {top: 16px;}
.mmenu-toggle span.third {top: 22px;}
.mmenu-toggle span.first.opened {display: none;}
.mmenu-toggle span.second.opened {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.mmenu-toggle span.third.opened {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 16px;
}


@media only screen and (max-width: 1024px) {
  table.menu {display: block;}
.header {position: relative;}
.header .header_right .top_menu {
  position: absolute;
  top: 10px;
  right: 0;
}
.header .header_right {
  width: 300px;
}
.header .header_right form.search {
  margin-top: 35px;
}
.right {
  float: none;
  width: 100%;
  background: #E7F3F3;
}
.right h3 {
  width: auto;
  background: #01A89E;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.left {
  margin-right: 0;
}
.mmenu-toggle {display: block;}
table.menu {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  margin: 0;
}
table.menu tbody {
  display: block;
  margin: 0 18px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  background: rgba(0,0,0,0.7);
}
table.menu tr {display: block;}
table.menu tr td {
  display: block;
  background: none;
}
table.menu tr td a {
  height: 30px;
  line-height: 30px;
  background: none;
  text-decoration: none;
}
table.menu tr td a:hover {
  background: #01A89E; 
}
table.menu tr td a span {
  height: 100%;
  padding: 0;
  background: none;
}
table#dl-tbl-list td.dl, table#dl-tbl-list td.count {width: 15%;}

.footer .footer_menu, .footer .copyright {
  float: none;
  text-align: center;
}
.footer .footer_menu a {
  display: inline-block;
  margin-bottom: 5px;
}
.acc-title {
  display : block;
  cursor: pointer;
}
.acc-body {
  display: none;
  height: auto;  
}
.acc-active {
  padding-bottom: 10px;
}
.right .right_bottom {display: none;}
.buttons img {margin: 5px 5px 0 0;}
}


@media only screen and (max-width: 768px) {
.header {
  height: auto;
  background: none;
  border-top: 10px solid #5A401D;
  border-bottom: 20px solid #144F57;
}
.header a.logo {
  float: none;
  display: block;
  margin: 0 auto;
  width: 251px;
  margin-top: 50px;
}
.header .header_right {
  float: none;
  margin: 0 auto;
}
.header .header_right form.search {
  float: none;
  margin-top: 25px;
  overflow: hidden;
  margin-bottom: 70px;
}
.mmenu-toggle {
  position: absolute;
  left: 0;
  bottom: 0;
}
table.menu {top: 248px;}
table.menu tbody {margin: 0;}
.left .col {width: 100%;}
table#dl-tbl-list th a, table#dl-tbl-list th span {display: block;}
table#dl-tbl-list th a:first-child {overflow: hidden;}
table#dl-tbl-list td.dl, table#dl-tbl-list td.count {
  width: 18%;
  vertical-align: middle;
  padding: 0;
}
.resultCount {padding-top: 0;}
.thumb_big {
  float: none;
  display: block;
  margin: 0 0 10px;
}
.details .right_col {margin-left: 0;}
.header .header_right .top_menu {
  right: 50%;
  width: 374px;
  margin-right: -187px;
  top: 0;
}
.header .header_right .top_menu a b {padding: 5px 10px;}
ul.large_100 li {  
  width: auto;
  display: block;
  float: none;
}
.editor table.edt_columns_container,
.editor table.edt_columns_container table,
.editor table.edt_columns_container tbody,
.editor table.edt_columns_container tr,
.editor table.edt_columns_container td {
  display: block;
  text-align: left!important;
  overflow: hidden;
}
.editor table.edt_controls_container td.value table td input {margin: 0;}
.editor table.edt_controls_container td.value table td:nth-child(3n + 1) {float: left; clear: both;}
.editor table.edt_controls_container td.value table td:nth-child(3n + 2) {float: left;}
.editor table.edt_controls_container td.value input.text,
.editor table.edt_controls_container td.value textarea,
.editor table.edt_controls_container td.value select {width: 90%!important;}
}



@media only screen and (max-width: 480px) {
.header {padding: 0;}
table.menu {top: 238px;}
.header .header_right .top_menu {
  width: 320px;
  margin-right: -150px;
  float: none;
}
.header .header_right .top_menu a {font-size: 14px;}
.header .header_right .top_menu a b {padding: 5px;}
.header .header_right {width: 100%;}
.header .header_right form.search {
  width: 265px;
  margin: 25px auto 70px;
}
.header .header_right form.search input.query_search {
  height: 24px;
  width: 200px;
  background: #D2F0F0;
  border: 1px solid #226F67;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
table#top-list tr.white td.title, table#top-list tr.green td.title {padding: 5px;}
table#top-list tr.white td.title a, table#top-list tr.green td.title a {font-size: 15px!important;}
ul.reviews li .title-vote .vote {
  float: left;
  margin: 10px 0;
}
ul.reviews li .title-vote .user-date {width: 100%;}
ul.reviews li .title-vote .user-date a {display: block;}
ul.reviews li .title-vote .user-date label.user-name {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}
ul.reviews li .title-vote .user-date span.day {dispaly: block;}
table#dl-tbl-list th img {max-width: 100px;}
table#dl-tbl-list, table#dl-tbl-list tbody, table#dl-tbl-list tr {
  display: block;
  height: auto!important;
}
table#dl-tbl-list tr {padding: 0!important;}
table#dl-tbl-list th {
  padding: 10px;
  float: left;
  display: block;
  height: auto;
  border: 0;
}
table#dl-tbl-list td.dl, table#dl-tbl-list td.count {
  clear: both;
  display: block;
  text-align: left;
  width: auto;
  padding: 10px;
  border: 0;
}
.resultCount {text-align: left;}
.description a {line-height: 20px;}
.description p {margin-top: 10px;}
table.details_table tr th, 
table.details_table tr td {padding: 3px 5px!important;}
table.details_table,
table.details_table tbody,
table.details_table tr {
  display: block;
  text-align: left!important;
  overflow: hidden;
}
table.details_table tr th {float: left; width: 100px; clear: both;}
table.details_table tr td {float: left; width: 100px;}
table.details_table tr td.buttons {clear: both;}
.left .ad_code, .googleads {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

}