/*CSS*/
html, body {
/*
height: 100%;
margin: 0 0 1px;
*/
padding:0px;
background:white;
font-family: sans-serif;
font-size:12px;
}

a:link {text-decoration: none; color: #dc7613}
a:visited {text-decoration: none; color: #dc7613}
a:hover {text-decoration: underline; color: #dc7613}
a:active {text-decoration: underline; color: #dc7613}

.clear
{
  clear:both;
}

.webbutton {
  border: 0px;
  cursor: pointer;
}

.main-header {
  width: 1000px;
  height: 195px;
/*                                         
  border: solid 1px blue;
*/
}

.main-menu {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  background-image: url('images/menu-bk.jpg');
  background-repeat: no-repeat;
  width: 1000px;
  height: 53px;
/*
  border: solid 1px red;
*/
}

.main-menu-sep {
  float:left;
  width:10px;
}

.main-kereses {
  color: #6e6963;
  position:absolute;
  font-size: 12px;
  background-image: url('images/kereses-bk.jpg');
  background-repeat: no-repeat;
  width: 1000px;
  height: 37px;
/*
  border: solid 1px red;
*/
}

.main-kereses-left {
  position:relative;
  float:left;
  left:65px;
  margin:0px;
  padding:7px 0px 0px 0px;
  width:800px;
  height: 37px;
/*
  border:1px solid black;
*/
}

.main-kereses-right {
  position:relative;
  float:left;
  left:65px;
  margin:0px;
  padding:6px 0px 0px 0px;
  width:66px;
  height: 37px;
/*
  border:1px solid black;
*/
}

.main-label {
  color: #2c88f7;
  font-weight: bold;
}

.main-input {
  background: #f1f1f1;
  height: 14px;
  font-size: 11px;
  border: 1px solid #9ca1a2; 
}

.main-combo {
  background: #f1f1f1;
  height: 18px;
  font-size: 11px;
  border: 1px solid #9ca1a2; 
}

.main-label1 {
  color: #2c88f7;
  font-weight: bold;
  text-align:center;
}

.main-label2 {
  color: #9ca1a2;
  font-weight: bold;
  text-align:center;
}

.main-label-link {
  color: #dc7613;
  font-weight: bold;
  text-align:center;
}

.main-label-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.main-body {
  position: absolute; 
  width: 1000px;
  height: auto;
  top: 295px;
/*
  border: solid 1px #484a4b;
*/
}

.main-body-top {
  float:left;
  width: 1000px;
/*
  border: solid 2px red;
*/
}

.main-body-bottom {
  float:left;
  width: 1000px;
  padding-top: 15px;
  font-weight: bold;
  text-align: center;
/*
  border: solid 1px blue;
*/
}

.rss-hwsw, .rss-prohardver {
  padding:12px 12px 4px 12px;
  font-size: 11px;
  line-height:12px;
/*
  border: 1px solid black;
*/
}

.rss-hwsw {
  background: #eee;
}

.rss-prohardver {
  background: #f7f7d3;
/*
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
*/
}

.rss-hwsw .link {
  font-weight: bold;
  text-decoration: none;
  color: #506085;
}

.rss-prohardver .link {
  font-weight: bold;
  text-decoration: none;
  color: #506085;
}

.rss-hwsw .link:hover {
  text-decoration: underline;
  color: #506085;
}

.rss-prohardver .link:hover {
  text-decoration: underline;
  color: #506085;
}

.rsstitle {
}

.rsssep {
  height: 1px;
/*
  background: blue;
*/
  margin: 4px 0px;
}

.rssdesc {
}

.main-body-left {
  float: left; 
  width: 190px;
  height: auto;
  top: 295px;
  bottom: auto;
/*
  border: solid 1px #484a4b;
*/
}

.main-body-right {
  float: right; 
  width: 150px;
  height: 1770px;
  font-weight: bold;
  top: 295px;
  overflow: scroll;
  bottom: auto;
/*
  border: solid 1px #484a4b;
*/
}

.main-body-mid-pager {
  color: #2c88f7;
  text-align:center;
  font-weight: bold;
  font-size: 12px;
  float: left; 
  width: 660px;
  height: auto;
  top: 295px;
  bottom: auto;
/*
  border: solid 1px red;
*/
}

.pager {
  padding-top:6px;
}

.pager_pagestart {
  float: left;
  height: 16px;
  color: #2c88f7;
  font-size: 12px;
  margin-right:5px;
  margin-top:2px;
}

.pager_page {
  float: left;
  text-align: center;
  margin-right:4px;
  width: 24px;
  height: 16px;
  background: #f1f1f1;
  color: black;
  font-size: 12px;
  font-weight:normal;
  cursor: pointer;
/*
  border: 1px solid #9ca1a2; 
*/
}

.main-body-mid-found {
  padding-top: 0px;
  padding-bottom: 5px;
}

.main-body-mid {
  color: #6e6963;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  width: 660px;
  height: auto;
  top: 295px;
  bottom: auto;
/*
  border: solid 1px #484a4b;
*/
}

.search-result {
  float:left;
  width:665px;
/*
  border:1px solid black;
*/
}

.search-result-pic {
  float:left;
  width:75px;
  padding-right:5px;
  padding-left:15px;
/*
  border:1px solid red;
*/
}

.search-result-data {
  float:left;
  width:420px;
  min-height:60px;
  padding-left:10px;
/*
  border:1px solid blue;
*/

}

.search-result-price {
  float:right;
  width:140px;
/*
  background: #eee;
*/
  text-align:right;
  min-height:60px;
/*
  border:1px solid green;
*/
}

.search-result-data2 {
  float:left;
  padding-top:4px;
  width:480px;
  color: black;
/*
  border:1px solid blue;
*/
}

.search-result-price2 {
  float:left;
  text-align:right;
  padding-top:4px;
  width:130px;
  text-align:right;
/*
  border:1px solid green;
*/
}

.search-result-basket2 {
  float:right;
  width:30px;
  text-align:right;
  cursor: pointer;
/*
  border:1px solid green;
*/
}

.page {
  color: black;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}

.page-current {
  color: #2c88f7;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #2c88f7;
  background:#eeeeee;
  padding:0px 5px;
}

.tree {
  font-size:11px;
  cursor:pointer;
  width:190px;
/*
  border:1px solid #d8d8d8;
*/
  padding:0px;
}

.tree1open {
  padding:0px;
/*
  padding-left:0px;
*/
  display:block;
}

.tree2open {
  padding:0px;
  background: #eee;
/*
  padding-left:0px;
*/
  display:block;
}

.tree3open {
  padding:0px;
  background: #eee;
/*
  padding-left:0px;
*/
  display:block;
}

.tree1open:hover, .tree2open:hover, .tree3open:hover {
  text-decoration: none;
}

.tree1close {
  padding:0px;
/*
  padding-left:0px;
*/
  display:none;
}

.tree2close {
  padding:0px;
/*
  padding-left:0px;
*/
  display:none;
}

.tree3close {
  padding:0px;
/*
  padding-left:0px;
*/
  display:none;
}

.list_parentopen {
  display:block;
}

.list_parentclose {
  display:none;
}

li {
  clear: both;
  list-style: none;
  background-image: url(images/menu_back3.png);
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
/*
  color: #6e6963;
*/
  color: black;
  height:26px;
  margin: 2px 0px 2px 0px;
  padding: 9px 0px 0px 10px;
}

ul {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

ul li {
  padding: 3px 0px 0px 10px;
  font-size:10px;
  height: 17px;
  background-image: url();
  color: black;
  margin-top: 0px;
}

/*
li {
  clear: both;
  text-decoration: none;
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-image: url(images/menu_back.png);
  background-repeat: no-repeat;
  margin:0px 0px 0px 0px;
  height:20px;
  padding: 2px 0px 0px 5px;
}

ul {
  font-size: 11px;
  margin:0px;
  background: white;
  padding: 0px 0px 0px 10px;
}

ul li {
  font-weight: normal;
  color: black;
  font-size: 11px;
  background: white;
  margin:0px;
  padding:0px;
}
*/

.product-header {
  width: 660px;
  padding-bottom: 10px;
  float: left;
/*
  background: red;
  height: 60px;
  border: 1px solid red;
*/
}

.product-header-left {
  position:relative;
  float:left;
  width: 150px;
  height: 120px;
  margin-left: 20px;
/*
  border: 1px solid blue;
  cursor: url("images/zoom.png"), pointer;
*/
}

.product-header-zoom {
  position: absolute;
  margin-left: 80px;
  margin-top: 70px;
}

.product-header-right {
  float: left;
  position:relative;
  top: -120px;
  margin-left:180px;
  padding-left:-160px;
  width: 490px;
/*
  background: #eee;
  border: 1px solid green;
*/
}

.product-header-title {
  font-size: 16px;
  font-weight: bold;
  color: #2c88f7;
  float: left;
}

.product-header-desc {
  font-size: 13px;
  float: left;
}

.product-header-net {
  font-size: 13px;
  color: #2c88f7;
}

.product-header-sum {
  padding-left:10px;
  font-size: 16px;
  font-weight: bold;
  color:red;
}

.product-details {
  width: 620px;
  border: solid 1px #b0b0b0;
  float:left;
  position: relative;
  margin-left: 20px;
  top: -120px;
}

.product-details-left-1 {
  width: 200px;
  padding: 1px;
  color: black;
  background: #f0f0f0;
}

.product-details-right-1 {
  width: 440px;
  padding: 1px;
  color: black;
  background: #f0f0f0;
}

.product-details-left-2 {
  width:  230px;
  padding: 1px;
  color: black;
  background: #e0e0e0;
}

.product-details-right-2 {
  width: 440px;
  padding: 1px;
  color: black;
  background: #e0e0e0;
}

.main-body-pricelist {
  color: #2c88f7;
  font-size: 12px;
  float: left; 
  width: 660px;
  height: auto;
  top: 295px;
  bottom: auto;
	padding-top: 6px;
  /*
	border: solid 1px red;
	*/
}

.main-body-pricelist td {
  border: 1px solid #aaa;
  border-spacing: 0px;
}

.main-body-pricelist a {
  font-weight: bold;
}

.main-body-pricelist-table {
  border: 1px solid #aaa;
  width: 540px;
}

.main-body-pricelist-header1 {
  text-align: center;
  background: #0b4182;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.main-body-pricelist-header2 {
  text-align: center;
  background: #2c6cb9;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

.main-body-pricelist-header3 {
  text-align: center;
  background: #2c88f7;
	color: white;
	font-weight: bold;
}

.tal {
  width: 400px;
  text-align: left;
}

.tar {
  width: 70px;
  text-align: right;
}

.plf {
  font-size: 12px;
}

.top-product-header {
  float: left;
  padding-bottom: 10px;
/*
  width: 990px;
  height: 60px;
  border: 1px solid red;
*/
}

.top-product {
  float: left;
  width: 310px;
  margin-right: 20px;
/*
  border: 1px solid blue;
*/
}

.top-product-image {
  float: left;
  width: 150px;
  height: 120px;
/*  
  border: 1px solid blue;
*/
}

.top-product-detail {
  float: left;
  text-align: left;
  width: 140px;
  padding: 0px 0px 10px 10px;
/*
  border: 1px solid blue;
*/
}

.top-product-detail-title {
  float:left;
  background:white;
  text-align: left;
  font-size:16px;
  font-weight:bold;
	width: 140px;
	height: 45px;
  max-height: 45px;
/*
  border: 1px solid blue;
*/
}

.top-product-detail-desc {
  float:left;
  background:white;
  text-align: left;
  font-size:10px;
  font-weight:normal;
  color:#666;
  width: 140px;
  height: 55px;
  max-height: 55px;
/*
  border: 1px solid blue;
*/
}

.top-product-detail-price {
  float:left;
  background:white;
  text-align: left;
  font-size:16px;
  color:red;
  width: 140px;
  height: 20px;
  max-height: 20px;
/*
  border: 1px solid blue;
*/
}

.main-body-internet {
  color: #2c88f7;
  font-size: 14px;
  float: left; 
  width: 660px;
  height: auto;
  top: 295px;
  bottom: auto;
	padding-top: 6px;
/*  
	border: solid 1px red;
*/
}

.main-dinamic-page {
  font-size: 12px;
  float: left; 
  width: 640px;
  height: auto;
  top: 295px;
  bottom: auto;
  margin-left: 10px;
  padding-top: 6px;
/*  
	border: solid 1px red;
*/
}

