@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009;
	font-style: italic;
}
div.img
{
  margin: 2px;
  border: 1px solid #a4a5c4;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	

div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #a4a5c4;}
div.desc
{
	text-align: center;
	font-weight: normal;
	width: 104px;
	margin: 2px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.iframe1 {
	border-width: 0px;
	height: 370px;
	width: 285px;
	overflow: hidden;
}
.img_head {
	height: 100%;
	width: 285px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.img_banner {
	height: 118px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}
.banner_box {
	height: 120px;
	width: 100%;
	background: url(../images_new/logo/bg.jpg) repeat-x;
}
.descr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-top: 10px;
	padding-left: 20px;
	text-align: left;
	padding-right: 10px;
	color: #333;
}
.num {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	width: 285px;
}
.l_mage {
	
	width: 285px;
	margin-bottom: 0px;
}
.adsBox {
	height: 130px;
	width: 285px;
	margin-top: 15px;
	border: 0;
	max-width: 285px;
}
.file_box {
	height: 100%;
	width: 285px;
	color: #000;
}
.file_box .descr p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-bottom: 5px;
}
.file_box .descr .price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-top: 5px;
}

