/* Common */

body {

	height: 100%;
  margin: 0; 
  padding: 0;
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: normal;
  color: #3A5975;
  background-color: #fff;
}

div.all {

  min-width: 1000px; 
  width: expression(body.clientWidth < 990?"980px":"100%");
	min-height: 100%;
}

* html div.all {

	height: 100%;
}

a {

  text-decoration: underline;
  color: #84A2C6;
}

a:hover {

  text-decoration: none;
}

a img {

	border: 0;
}

/* /Common */

/* Main */

div.top {

	margin: 0 0 5px 0;
}

div.content-top {

	margin: 5px 0 0 0;
}

div.content {

	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	height:auto !important;
	height: 717px;
	min-height:717px;
	padding: 20px 35px;
}

div.header {

	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-y;
	background-position: 100% 100%;
	background-color: #6C92C2;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	font-size: 10pt;
	width: 200px;
}

div.i-text {

	padding: 0 0 0 20px;
	text-align: justify;
}

td.main-p {

	text-align: justify;
}

div.content-bottom {

	position: relative;
}

div.car-bottom {

	position: absolute;
	margin: 0 0 0 -36px;
	float: left;
}

div.counters {

	position: absolute;
	margin: 0 0 0 300px;
}

div.line-bottom {

	padding: 0 0 0 266px;
}

div.top-menu {

	background-image: url(../images/_top_menu.gif);
	height: 23px;
}

div.top-menu div {

	float: left;
	margin: 0 20px 0 15px;
	font-weight: bold;
	font-size: 9pt;
	line-height: 23px;
	color: #999;
}

div.top-menu div a {

	color: #333;
	text-decoration: none;
	font-size: 9pt;
	line-height: 23px;
	font-weight: bold;
}

div.top-menu div a:hover {

	text-decoration: underline;
	font-weight: bold;
	line-height: 23px;
	font-size: 9pt;
}

div.prod-item {

	float: left;
	padding: 20px 0px 20px 40px;
	width: 120px;
	height: 150px;
	text-align: center;
	font-weight: bold;
}

div.prod-item p {

	margin: 5px 0 0 0;
}

div.text {

	padding: 5px 0 0 0;
	text-align: justify;
}

div.tovar-item {

	background-image: url(../images/prod_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ABB3BB;
	background-color: #F1F2F4;
/*	padding: 10px 40px 10px 10px;*/
	margin: 0 0 20px 0;
}

span.price {

	font-weight: bold;
	font-size: 11pt;
}

/* /Main */


/* Feedback */

table.feedback {

	width: 90%;
}

table.feedback td {

	padding: 7px;
	vertical-align: top;
}

table.feedback td.title {

	padding-left: 10px;
}

table.feedback td.form {

}

table.feedback td.sub-title {

	padding: 15px 0 0 10px;
	text-align: left;
}

table.feedback input.text {

	width: 80%;
	border: 1px solid #999;
	padding: 2px;
}


table.feedback textarea {

	width: 80%;
	border: 1px solid #999;
	padding: 2px;
	height: 100px;
}

/* /Feedback */
