/*reset styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

:focus {
  outline: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
}

ul, ol {
  list-style: none;
}

/*main style*/
html, body, #wrapper {
  height: 100%;
  width: 100%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: #304c82;
  text-decoration: underline;
}

a:hover {
  color: #990000;
}

#header {
  background-color: #f2f2f2;
  height: 110px;
  width: 100%;
}

#inner-head {
  height: 110px;
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
}

.logo {
  float: left;
  margin: 20px 0 0 0;
}

.rg-head {
  float: right;
  text-align: right;
  width: 350px;
}

.toplink {
  padding: 15px 25px 20px 0;
}

.toplink a, .cat-links a {
  zoom: 1;
}

.toplink span {
  color: #304c82;
  padding: 0 7px;
  zoom: 1;
}

.btn-srch {
  border: #fc8230 1px solid;
  border-left: none;
  float: right;	
  height: 32px;
}

.inp-srch {
  background-color: #fff;
  border: #fc8230 1px solid;
  border-right: none;
  color: #304c82;
  float: right;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 4px;
  width: 210px;
}

#menu {
  background: url(../images/bg-menu.png) top repeat-x;
  height: 38px;
  width: 100%;
}

#inner-menu {
  height: 38px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  width: 980px;
}

#inner-menu a {
  background: #828282 url(../images/bg-mlink.png) top repeat-x;
  border: #626262 1px solid;
  color: #fff !important; 
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding: 10px 15px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.last {
  margin-right: 0 !important;
}

#content {
  background: url(../images/bg-content.png) top no-repeat;
  height: expression( this.scrollHeight < 571 ? "570px" : "auto" ); /* sets min-height for IE */  
  margin: -12px auto 0;
  min-height: 570px;
  overflow: hidden;
  padding: 30px 0 40px;
  width: 1000px;
  zoom: 1;
}

#left-block {
  float: left;
  margin-right: 10px;
  width: 180px;  
}

#left-block ul {
  font-weight: bold; 
  line-height: 24px;
  margin-left: 35px;
}

.left-h {
  background: url(../images/left-h.png) bottom left no-repeat;
  color: #ff6600;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 15px 25px;
  text-transform: uppercase;
}

#right-block {
  float: right;
  text-align: right;
  width: 190px;
}

.right-h {
  background: url(../images/right-h.png) bottom right no-repeat;  
  color: #ff6600;
  font-weight: bold;
  padding: 0 20px 10px 0;
}

.small-link {
  line-height: 18px;
  margin: 0 27px 15px 0;
}

.small-link a {
  text-decoration: none;
}

.big-link {
  font-weight: bold;
  line-height: 24px;
  margin: 15px 20px 15px 0;
}

.padr {
  margin-right: 9px;
}

#main-block {
  border: #f2f2f2 1px solid;
  float: left;
  width: 608px;
}

.as-h {
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
}

.lila {
  color: #800000;
}

#inner-main {
  overflow: hidden;
  padding: 15px 10px;
  zoom: 1;
}

.main-link {
  margin-bottom: 25px;
  overflow: hidden;
  zoom: 1;
}

.main-link ul {
  float: left;
  line-height: 20px;
  list-style: disc inside;
  padding-left: 30px;
  width: 250px;
}

.main-link a {
  color: #ff6600 !important;
  font-weight: bold;
  text-decoration: none;
}

.mar20r {
  margin-right: 20px;
}

.half {
  float: left;
  line-height: 18px;
  width: 280px;
}

.size11 {
  font-size: 11px;
}

.title {
  font-size: 14px;
  font-weight: bold;
}

.half .as-h {
  text-align: center;
  margin-bottom: 10px;
}

.message {
  border: #000 1px solid;
  line-height: 18px;
  margin-top: 25px;
  padding: 0 10px 10px;
}

.mess-zagl {
  margin-top: -13px;
  padding: 5px 10px;
}

.mess-zagl span {
  background-color: #fff;
  color: #ff6600;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
}

.message ol {
  list-style: decimal inside;
  margin-top: 7px;
}

.info {
  margin-top: 25px;
}

.space {
  height: 15px;
}

#footer {
  background: #f2f2f2 url(../images/bg-footer.png) top repeat-x;
  height: 140px;
}

#inner-foot {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  width: 1000px;
}

.links {
  padding-top: 5px;
}

.links a {
  color: #fff !important;
  text-decoration: none;
  zoom: 1;
}

.links span {
  color: #fff;
  padding: 0 10px;
  zoom: 1;
}

.sitemap {
  color: #595858;
  padding: 35px 0 10px;
}

.sitemap a {
  color: #000 !important;
  margin-left: 7px;
  text-decoration: none;
  zoom: 1;
}

.grey {
  color: #595858;	
}

#breadcrumbs {
  font-size: 11px;
}

.bold {
  font-weight: bold;
}

.pager {
  text-align: right;
}

.pager img, .prodpager img {
  margin-top: -2px !important;
  _position: relative;
}

.pager a, .pager span {
  padding: 0 5px;
  zoom: 1;
}

.cat-item {
  line-height: 18px;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 15px;
  zoom: 1;
}

.zagl {
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 0 8px 5px 0;
}

.raiting {
  float: right;
  vertical-align: middle;
}

.clear {
  clear: both;
  float: none;
  zoom: 1;
}

.cat-links span {
  padding: 0 10px;
  zoom: 1;
}

.cost, .vers {
  float: left;
  margin-right: 10px;
  padding-top: 5px;
  width: 200px;
}

.pink {
  color: #c10088;
}

.home-txt {
  overflow: hidden;
  zoom: 1;
}

.book-img {
  float: left;
  height: 100px;
  margin: 0 10px 10px 0;
  width: 80px;
}

.book-descr {
  float: left;
  width: 490px;
}

h3 {
  color: #FF6600;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

.product {
  line-height: 18px;
}

.txt {
  padding: 10px 0;
}

.prod-info {
  margin: 10px 0;
}

.prod-info td {
  border-bottom: #f2f2f2 1px solid;
  padding: 2px 10px;
}

.prod-link {
  margin: 20px auto;
}

.prod-link td {
  border: #f2f2f2 1px solid;  
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
}

.prod-link a {
  font-weight: bold;
}

.review {
  border: #f2f2f2 1px solid;
  line-height: 20px;
  margin: 15px 15px 0;
  padding: 5px;
}

.review p {
  font-style: italic;
}

.review .author {
  text-align: right;
}

.help {
  color: #800000;
  margin-top: 15px
}

.wasit {
  margin-top: 8px;
  padding-bottom: 10px;
  text-align: right;
}

.wasit input {
  margin-left: 5px;
  vertical-align: middle;
}

.hosting {
  line-height: 18px;
}

.hosting h3 {
  float: none;
  margin-bottom: 0;
}

.hosting p {
  padding-top: 15px;
}

.hosting ul {
  list-style: disc inside;
}

.promot {
  margin-bottom: 20px;
}

.promot td {
  border-bottom: #f2f2f2 1px solid;
  padding: 8px 5px;
  vertical-align: middle;
}

.promot p {
  color: #800000;
  font-weight: bold;
  padding: 0 0 10px 0;
  text-align: center;
}

.hello {
  float: right;
  margin: 0 0 0 20px;
  text-align: right;
}

.hello-in {
  background-color: #fff;
  border: #B6B6B6 1px solid;
  border-top: none;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center !important;
}

.comment {
  margin: 30px 15px 0;
  text-align: right;
}

.comment textarea {
  border: #c3c3c3 1px solid;
  height: 80px;
  margin: 0 0 10px 10px;
  padding: 4px;
  vertical-align: top;
  width: 350px;
}

.comment img {
  vertical-align: middle;
}

.comment .inp-txt {
  border: #c3c3c3 1px solid;
  margin: 0 10px 0 97px;
  padding: 4px;
  vertical-align: middle;  
  width: 120px;
}

.comment .inp-btn {
  margin-top: 10px;
}

#login form {
  margin-right: 120px;
  text-align: right;
}

.inp, .inpr, .inp-small {
  border: #c3c3c3 1px solid;
  margin: 0 0 10px 10px;
  padding: 4px;
  vertical-align: middle;  
  width: 250px;
}

.inpr {
  width: 220px !important;
}

#registr form {
  margin-right: 120px;
  text-align: right;
}

#registr img {
  margin-bottom: 10px;
  vertical-align: middle;
}

.inp-small {
  margin: 0 10px 10px;
  width: 75px !important;
}

.search h3, .top h3 {
  float: none !important;
}

.srch-links {
  list-style: decimal;
  margin: 10px 0 10px 30px;
}

.srch-links li {
  border-bottom: #f2f2f2 1px solid;
  padding: 5px 0;
}

.rating {
  line-height: 18px;
  margin: 20px 0;
}

.rate-titl {
  border-bottom: none !important;
  color: #800000;
  font-weight: bold;
  text-align: center;
}

.rating td {
  border-bottom: #f2f2f2 1px solid;
  padding: 8px 5px;
}

.txtc {
  text-align: center;
}

#create table {
  margin: 10px 0;
}

.bord {
  border-bottom: #f2f2f2 2px solid;
}

#create td {
  padding: 7px 5px;
}

.list-inp {
  border: #c3c3c3 1px solid;
  padding: 4px;
  vertical-align: middle;  
  width: 350px;  
}

.list-sel {
  border: #c3c3c3 1px solid;
  height: 28px;
  padding: 4px;
  width: 210px;  
}

.list-area {
  border: #c3c3c3 1px solid;
  height: 100px;
  padding: 4px;
  width: 350px;    
}

button {
		margin:0;
		padding:0;
		background: #fff;
		border:0;
		cursor: pointer;
	}	

#goolinks {
  text-align: right;
  margin-bottom: 15px;
}