/* PS.kz Default Page Style */
#box {
	background-image:url('/images/bg.gif');
	background-repeat: repeat-x;
	height: auto;
	width: 984px;
	margin-top: 15px;
}
#logo {
	width: 220px;
	text-align: left;
	font-family: Arial Narrow, Arial, Tahoma;
	font-size: 10pt;
	padding: 0 0 0 0;
}
#content {
	vertical-align: top;
	text-align: left;
	font-family: Arial Narrow, Arial, Tahoma;
	font-size: 10pt;
	padding: 20px 30px 0px 30px;
}
hr {
	border: 1px #d8d8d0 solid;
	height: 1px;
}
.bolder {
	font-weight: bold;
	font-family: Tahoma, Arial Narrow, Arial;
	font-size: 10pt;
}
.bigger {
	font-size: 26pt;
	font-weight: bold;
	color: #4f4f39;
}
ul {
	list-style-type: square;
	color: #990000;
	font-size: 10pt;
}
li span {
	color: #666666;
}
a {
	color: #990000;
}
a:hover {
	color: #000000;
}
#footer p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	font-size: 10pt;
	color: #666666;
	font-family: Arial Narrow, Arial, Tahoma;
}
/* Test Icons Style */
.icon {
	margin: 0 20px 5px 0;
	display: -moz-inline-box;
	display: inline-block;
	width: 40px;
	height: 15px;
	background-image: url('../images/1x1.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-align: center;
	padding-top: 35px;
	cursor: pointer;
}
.icon span {
	display: block;
	width: 40px;
	text-align: center;
}
#asp {
	background-image: url('../images/btn_asp_bg.gif');
}
#perl {
	background-image: url('../images/btn_perl_bg.gif');
}
#php {
	background-image: url('../images/btn_php_bg.gif');
}
#python {
	background-image: url('../images/btn_python_bg.gif');
}
#ssi {
	background-image: url('../images/btn_ssi_bg.gif');
}
#fcgi {
    background-image: url('../images/btn_fast_cgi_bg.gif');
}
#cgi {
    background-image: url('../images/btn_cgi_bg.gif');
}
/* Test Page Table Style */
table.test {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	color: black;
	font: 10pt verdana, arial;
	margin-bottom: 25%; /* %, px, em, ex ? */
}
tr.testsubhead {
	background-color: #cccccc;
}
th.test, td.test {
	padding: 0 3%;
}
tr.testalt {
	background-color: #eeeeee;
}
