/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #F1F1F1;
  font-size: 125%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
tbody {
  border-top: 0px ;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: underline;

}
a:link {
  color: #0153A0;

}
a:visited {
  color: #0153A0;

}
a:hover {
  color: #D20000;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 14px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header1   {
  width: 940px;
}
table#content{
    width: 940px;
}

td#ms{
    width: 1000px;
}


#logo {
  vertical-align: middle;
  border: 0;

}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}

#navlist a {
  font-family: Arial;
  font-weight:normal;
  color: #fff;
  font-size: 17px;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {

  color: #9cf;
}

div.top_menu {
  text-align: left;
  width: 940px;
  height: 47px;
  background-image: url(images/bg_menu.png);
}


ul.links li.first {
  border: none;
}
ul#navlist   {
  height: 47px;
  list-style-type:none;
  }
ul#navlist li a  {
  display: block;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 15px;
  height: 34px;
  text-decoration: none;
  }
ul#navlist li:hover {
       background-image: url(images/bg_menu1.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    text-decoration: none;
}
ul#navlist li a:hover {

    text-decoration: none;
}

ul.links{
  padding-top: 12px;
   height: 47px;
}
 ul#navlist li{
      float: left;
   height: 34px;

   }


#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  text-align: left;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {

  width: 160px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
div#footer {
  background-color: #eee;
  text-align: left;
  font-size: 12px;
  margin-left: 20px;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {

  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {

}
.block, .box {

}
.block {


}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
table#content{
  background-image: url(images/tab_fon_b.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 940px;
}
tr {

  border-bottom:none;

}

tbody th {
  border-bottom: none;
}
ul.primary {
   border-bottom: none;
}
div#footer{
  margin-top: 0px;
  padding-top: 0px;
  height: 32px;
  background: none;

}


.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}


.block h2.title{
  font-size:19px;
  font-family: Verdana;
  font-weight: normal;
  color:#333;
 text-transform: uppercase;

 margin-bottom: 15px;
 text-align: left;
 margin-left: 11px;

}
div#block-menu-secondary-links{
  margin-left: -10px;
   background-image: url(images/products_m.jpg);
   background-position: top left;
   background-repeat: no-repeat;
   width: 174px;

   padding-top: 12px;
}
#block-menu-secondary-links ul.menu li, #block-menu-menu-convert  ul.menu li {
  list-style: none;
  list-style-image: none;
  margin-left: 0px;
}

#block-menu-secondary-links ul.menu li a:link, #block-menu-menu-convert a, #block-tagadelic-1 a:link {

  text-decoration: underline;
}


div#footer1{
  width: 940px;
  text-align: left;
  font-size: 12px;
  margin-left: 20px;
  padding-left: 20px;
line-height: 200%;
padding-top: 10px;
}
#lang ul{
     margin-right: -15px;
}


#lang ul li {
  list-style: none;
  display: inline;
  float:left:
  margin-left: 15px;
  margin-right: 15px;
}
td#lang{
  text-align:right;
  width: 400px;
  vertical-align: middle;
}
#lang a{
text-decoration: none;
}


#footer1 a{
color:#000;
}

h1.title{
  font-weight: normal;
  font-size: 21px;
  color: #0153A0;
margin-top:10px;
}

div.rss1 {
text-align:left;
padding-left:13px; 
}

.rss1  {
	    margin-top:5px;
        padding-top:0px;
        font-size:19px;
	   }

#block-tagadelic-1 {
  text-align: center;
}

#block-tagadelic-1 h2.title{
text-align:left;
margin-left:5px;
}

.z1 {
margin-top:7px;
  margin-bottom:0px;
}

p.title{
font-size:20px;
 margin-bottom:25px;

}
td#ms{
 width: 620px;
}
td#ms1{
 width: 780px;
}

.taxonomy{
font-size:11px;

}

.bodyer-one {
    margin: 12px 0px 0;
    overflow: hidden !important;
    padding-bottom: 20px;
    width: 580px;
}
.bodyer-all {
    border-bottom: 1px solid #CECECE;
    clear: both;
    margin: 0;
}
.bodyer-all h3 {
    background: url(images/nav-line-2.gif) no-repeat scroll 0 0 transparent;
    margin:0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    height: 17px;
    line-height: 0.7em;
    text-align: center;
    width: 112px;
 padding-bottom: 3px;
    padding-top: 10px;
}

.bodyer-bottom-all {
    border-bottom: 1px solid #CECECE;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    padding: 10px;
}

.bodyer-bottom-all p {
    color: #333333;
    font-size: 11px;
    line-height: 1.9em;
    margin: 0;
    text-align: justify;
}

/*-http://www.audio-transcoder.com/buy----------------------*/

.table_pay {
        border-collapse: collapse;
        border-spacing: 0;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	font-weight: 600;
        font-size: 0.9em;
}
.table_pay tr,.table_pay td, .table_pay th{
	border: 1px solid #d0dceb;

}
.table_pay th{
	padding: 6px;
	background-color: #E8E8E8;
        text-align: center;
}
.table_pay td{
	padding: 5px;
}
.table_pay a{
	display: block;
	font-size: 13px;
	margin: 15px 0;

}
.table_pay__price{
	color: red;
	font-size: 1.1em;
}
.table_pay_l{
	text-align: left;
	background-color: #fffafa;
}
.table_pay__ico{
	position: relative;
	padding: 180px 0 10px;
	display: block;
        font-size: 18px;
}
.table_pay__ico:before{
	position: absolute;
	top: -10px;
	left: 50%;
	margin: 0 0 0 -100px;
	background: url(/images/converter200x200.png) 0 0 no-repeat;
	width: 200px;
	height: 200px;
	content: "";
}

.table_pay__list{
	position: relative;
	width: 275px;
	margin: 8px auto;

}
.table_pay__item{
	position: relative;
	display: block;
	padding: 0 0 0 105px;
	text-align: left;
}
.table_pay__item.mod_2, .table_pay__item.mod_3, .table_pay__item.mod_4{
	padding-bottom: 10px;
}

.table_pay__item:before{
	position: absolute;
	content: "";
}
.table_pay__item.ico_1:before{
	top: 3px;
	left: 0;
	background: url(/images/webmoney.png) 0 0 no-repeat;
	height: 34px;
	width: 97px;
}
.table_pay__item.ico_2:before{
	top: -5px;
	left: 23px;
	background: url(/images/yandex_logo_small.png) 0 0 no-repeat;
	width: 62px;
	height: 26px;
}
.table_pay__item.ico_3:before{
	top: -2px;
	left: 0;
	background: url(/images/VisaQIWIWallet.png) 0 0 no-repeat;
	width: 90px;
	height: 34px;
}


/*-END--http://www.audio-transcoder.com/buy---------------------*/