body, html {
	margin:0px;
	padding:0px;
}
#main {
	width:959px;
	top: 10px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#present {
	width:957px;
	height: 337px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* TAB */
.tab-container {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 325px;
}
.tab {
	float:left;
	background-image: url(http://antirun.net/img/tab.png);
	background-position: top;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tab-header {
	text-align:center;
	height: 35px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #48545e;
	margin-top: 15px;
}
.tab-content {
	height: 215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 15px;
	position: relative;
	margin-bottom: 0px;
}
.tab-delimiter {
	float:left;
	width: 1px;
	height: 100%;
	position: relative;
	background-color: #CCCCCC;
}
.tab-link {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 12px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
}
/* BUTTON */
.button, .button:visited {
	border:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	outline:none;
	display: block;
	float: left;
	width: 145px;
	height: 30px;
	background: #337716 url('http://antirun.net/img/button.png') 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 9px;
	text-shadow: #006900 0 1px;
	cursor: pointer;
}
.button:hover {
	background-position: 0 -40px;
	text-decoration: none; /* IE */
	color: #FFFFFF;
}
.button:active {
	background-position: 0 -79px;
	padding-top: 10px;
	height: 29px;
	outline: none;
	color: #FFFFFF;
}
.button2, .button2:visited {
	background: #333333 url('http://antirun.net/img/button2.png') 0 0 no-repeat;
}
/* POPUP */
.popup{
	position:relative;
	z-index:1;
	zoom:1;
}
.popup em{
	display:none;
}
.popup:hover em{
	display:block;
	position:absolute;
	z-index:1;
	background-color:#000;
 	-webkit-border-radius:5px;
 	-moz-border-radius:5px;
	border-radius:5px;
	line-height:normal;
	color:#FFF;
	text-decoration:none;
	font-style:normal;
	padding:13px 15px;
	bottom:50px;
	right:0;
	-webkit-box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
	left: 0px;
	width: 114px;
	font-size: 12px;
	text-align: left;
}
.popup:hover em i{
	position:absolute;
	z-index:1;
	bottom:-7px;
	left:45%;
	border-top:7px solid #000;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	_border-left:7px solid #FDEFC6; /* ие6.*/
	display:block;
	height:0;
	overflow:hidden;
}
/* MENU */
#menu {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menu div {
	height: 52px;
	position: relative;
	background-image: url(http://antirun.net/img/menu.png);
	background-color: #333;
}
#menu span {
	float:left; 
	color: #FFFFFF;
	padding: 16px 18px;  
	background-image: url(http://antirun.net/img/menu-d.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu a {
	display:block;
	float:left;
	color: #999;
	text-align:center;
	padding: 16px 18px;
	text-decoration: none;
	background-image: url(http://antirun.net/img/menu-d.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu a:hover {
	color: #FFF;
}
#menu a:active {
	color: #CCCCCC;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #5E8C01;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5E8C01;
}
a:hover {
	text-decoration: underline;
	color: #5E8C01;
}
a:active {
	text-decoration: none;
	color: #5E8C01;
}
#feedback {
	background-image: url(http://antirun.net/img/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	text-align: justify;
}
#articles-list {
	list-style-image: url(http://antirun.net/img/articles.png);
	margin-left: -20px;
}
#content {
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;	
	border-bottom-style: solid;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;	
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background-image: url(http://antirun.net/img/shadow.png);
	background-repeat: repeat-x;
	padding-top: 1px;
	width: 957px;
}#left-panel {
	width:250px;
	padding-bottom: 15px;
	padding-top: 10px;
	float: left;
}
#content-box {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-left: 250px;
	padding-right: 25px;
	min-height:700px;
	height:auto !important; /* ие6.*/
	height:700px; /* ие6.*/
}
#ad {
	text-align:center;
}
.more{
	display:none;
}
.link-dot {
	text-decoration: none !important;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.divider{
	background-image: url(http://antirun.net/img/divider.gif);
	background-position: center;
	height: 15px;
	background-repeat: no-repeat;
}
.info{
	position: relative;
	margin: 0 auto;
	padding:15px;
	text-align: center;
	top:200px;
	width:500px;
	height:60px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#features-list {
	list-style-image: url(http://antirun.net/img/check.png);
	margin-left: 25px;
	padding-left: 0px;
}
.features{
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background-image: url(http://antirun.net/img/shadow-2.png);
	background-position: center top;
	background-repeat: repeat-x;
	padding-left: 5px;
}
.divider-big{
	background-image: url(http://antirun.net/img/divider-big.png);
	background-position: center;
	height: 6px;
	background-repeat: no-repeat;
}
.feature-tab{
	float:left;
	margin: 13px;
	margin-bottom: 20px;
	width: 30%;
}
.divider-big{
	background-image: url(http://antirun.net/img/divider-big.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 6px;
	float:left;
	width:100%;
}
.feature-header{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #48545e;
}
LI {
    padding-left: 5px; 
}
#container {
	margin: 0px auto;
	width: 500px;
}

h2.trigger {
background: url("img/h2_trigger.gif") no-repeat; 
width: 450px;
height: 46px;
padding: 0 0 0 50px;
margin: 0 0 5px 0;
font-weight: normal;
font-size: 1.6em;
float: left;
line-height: 46px;
text-decoration: none; /* IE */
color: #FFFFFF;
}

h2.trigger  a {
color: #ffffff !important;
text-decoration: none;
display: block;
}

h2.trigger  a:hover {
color: #cccccc !important;
text-decoration: none;
}

h2.active {
background-position: left bottom;
text-decoration: none;
}
.paysysico {
	height: 16px;
	width: 16px;
	vertical-align: bottom;
}


.block {
	padding: 10px;
	padding-left: 20px;
}


.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	width: 500px;
	clear: both;
	overflow: hidden;
}
#dlbar {
	padding-top: 30px;
	padding-right: 280px;
	padding-bottom: 20px;
	padding-left: 280px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#dld_link { 
	font-size: 18px;
	text-align: center;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	padding-bottom:25px;
	margin-bottom:15px;
}
