/* CSS for ALL.MADE.RU */
html, body {

  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
html {
	background: #f4f4f4; 
}
body {
  font-size: 70%; /* Resets 1em to 12px (default 1em = 16px)*/
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color:#525252;
 background: url(/img/t-head.png) no-repeat center top;
}
h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
}
p {
	margin:0;
	padding:0 2px 8px 2px;
}
a, a:link {
	color:#D90000;
	text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
#page {
	margin:0 auto;
	padding:0;
	width: 1000px;
	min-height: 100%;
	height: auto;
	position:relative;
	
	background: #FFFFFF;
}
* html #page { height:100% }

#header {
	height: 183px;
	width: 1000px;
	background: #FD4141 url(/img/bg-header.png) repeat-x left bottom;
}

#header h1 {
	width: 212px;
	height: 121px;
	padding:0px;
	margin: 10px 0px 0px 30px;
	float: left;
	background: url(/img/made-logo-sign.gif) no-repeat;
}
* html #header h1 { margin-left:28px; }

#header h1 a {
	display: block;
	width: 212px;
	height: 121px;
	padding:0px;
	margin: 0px;
}	

#header h1 a span {  display:none;	}
#topmenu {
	height: 121px;
	margin:0;
	padding:0;
	width: 600px;
	position: absolute;
	top: 133px;
	right: 0px;
}

#topmenu  ul {
	margin:10px 0px 10px 10px;
	padding:0;
	width: 130px;
	list-style: none;
	float: left;
}
#topmenu li {
	font-weight: bold;
	font-size: 11px;
}
#topmenu  ul li a {
	height: 18px;
	margin:0;
	padding:5px 0px 0px 18px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(/img/quo.gif) no-repeat left 1px;	
}
#topmenu  a:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
}

#content {
	margin:0;
	padding:0;
	position:relative;
	padding-bottom: 75px;
}

#main {
  float:left; width:470px;
  margin-left:294px;
  margin-top: 4px;
}

* html #main {
  margin-left:148px;
}

#leftcol {
	float:left;
	width:294px;
	margin-left:-764px; /*294+470*/
	margin-top: 0px;
	text-align: justify;	
}

#rightcol{
	float:right;
	width:232px;
}

#main,  #leftcol, #rightcol{ 
	padding:0 0 10px;
}
#search
{
	position:absolute;
	margin: 0px;
	padding: 0px;
	left: 8px;
	top: 140px;
	width:140px;
}
#search input {
	width:120px;
}
#search select {
	width:100px;
}
#search #submit {
width:30px;
}


#footer {
	height: 75px;
	margin:0 -20px;
	padding:0 20px;
	width: 1000px;
	position: absolute;
	bottom: 0px;
	background: #fe6565 url(/img/htm-bg.gif) no-repeat center bottom;
}
#botmenu, 
#botmenu a {
	color: #FFFFFF;
}
td.copyr {
	font-size: 90%;
	color: #fe6565;
}

.hid {  display:none;	}

.block {
	margin: 10px;
	padding:0 0 10px 0;
	border-bottom: 1px solid #FAA;
	overflow: hidden;
}
.block ul {
	padding:5px;
}
#main h2,
#main .drops
{
  color: #ff0000;
  text-transform: lowercase;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#main h4,
#main h2.drops,
.block h4, .m_login h4 {
	margin: 10px 0 5px 0;
	padding: 2px 5px 0px 21px;
	height: 18px;
	background: url(/img/krug.gif) no-repeat left center;
	color: #ff0000;
	text-transform: lowercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main h1
{
  font-weight: bold;
  font-size:16px;
}
#main h2 {
	font-weight: bold; 
	font-size: 14px;
}
#main h3,
#main h3 a
{
  font-weight: bold;
  font-size: 14px;
  color:#333333;
}


#main p {
	text-align:justify;
}
#main p img {
	padding: 4px;
}
form#search 
{
	height:52px;
}
	#search select { width: 90px;}
ul.submenu{
	padding: 5px 15px 5px 25px;
	margin: 0px;
}
ul.submenu li 
{
	color:#FF0000;
	font-size: 100%;
}

ul.submenu li a
{
	color:#333333;
}
.other a {
	color: #333333;
	text-decoration: none;
}
#valuta tr:hover {
	background:#F4FFF4;	
}
	#valuta td,
	#valuta th {
	  font-size: 11px;
	}
	#valuta td.plus{
	  font-weight: bold;
	  color: #009900;
	}
	#valuta td.minus{
	  font-weight: bold;
	  color: #D50000;
	}
	
		td.val_name  {
		  font-weight: bold;
		  color: #006633;
		}
		td.EUR  {
		   color: #000099;
		}
		td.USD  {
		   color: #009933;
		}
		
#main p.pager {
text-align:center;
display:block;
}

.newsitem a,
.topic a {
  text-decoration: none;
}
a.newsitem,
p.topic a {
  color: #333333;
  text-decoration: none;
  font-weight:bold;
}
a.newsitem:hover,
.topic a:hover  {
  text-decoration:underline;
}
.newsitem a.more,
p.more a {
  color: #ff0000;
}
p.newsitem,
p.topic {
  text-indent: -36px;
  padding:1px 1px 9px 40px;

}
.err {
	line-height: 20px;
	color: #FF0000;
	text-decoration: underline;
}
/* it_words */
.it_words p strong {
	display: block;
	padding-bottom:5px;
}
.it_words p em {
	display:block;
	text-align:right;
	font-style: normal;
	color: #FF0000;
	text-decoration: underline;
}
.it_words a 
{
	color:#000000;
	text-decoration: none;
	cursor:pointer;
}
/* lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(/img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
	}
/* lightbox  end */
#top_vr {
	border: 1px solid #FF0000;
	font-size: 12px;
	color: #333333;
	background: #FFFFCC;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#top_vr h1, #top_vr h2, #top_vr h3, #top_vr p {
padding:0px;
margin:0px;
text-align: center;
}
#top_vr p strong {
	font-weight: normal;
	color: #FF0000;
}
#top_vr u {
	font-size: 15px;
	color: #FF0000;
	text-decoration: none;
	line-height: 28px;
}
