body {
	font-size: 13px;
	font-family: Georgia, Verdana, sans-serif;
	line-height: 1.2;
	color: #333;
	text-align: center;
	line-height:1.5;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
}

#co {
	width: 775px;
	margin: auto;
	text-align: left;
	position: relative;
}

.header {
	background: url(img/logo.png) no-repeat left top;
	height:120px;
	margin-top:15px;
	padding-left:113px;
	padding-top:1px;
}

.header a {
	text-decoration: none;
	color: #000;
}

h1 {
	margin-bottom: 0;
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight:bold;
	margin-bottom:0;
	margin-top:18px;
}

img {
	border: none;
}

.tagline {
	color: #888;
	margin-bottom: 1.5em;
}

ul#tabs {
	margin: 0;
	padding: 0;
}

ul#tabs li {
	list-style-type: none;
	display: block;
	padding: .2em;
	padding-left: 1em;
	padding-right: 1em;
	margin: 0;
	margin-right: 1.3em;
	float: left;
	font-size: 1.1em;

	background-color: #f8f8f8;

	border: 1px solid #aaa;
	border-bottom: none;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-radius-topright: 4px;
	border-radius-topleft: 4px;
	border: none;
	font-style:italic;
}

ul#tabs li.r {
	float: right;
	margin-left: 1.3em;
	margin-right: 0;
}

a {
	color: #e25600;
}

a img {
	border: 0;
}

ul#tabs li a {
	color: #000;
	text-decoration: none;
}

#body {
	clear: left;
	background-color: #f8f8f8;
	border: 1px #f8f8f8 solid;
	padding: 1em;
	margin:0;
	margin-bottom: 1em;
	position: relative;
}

ul h3 {
	margin: 0;
	color: #333;
}

h2.top  {
	margin-top: .1em;
}

h2  {
	margin-top: 1.8em;
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}

.right {
	float: right;
	width: 260px;
	/*border: 1px solid #eee;*/
	padding: .2em .4em;
	padding-left: 1em;
	margin-left: 1em;
	background-color: #FFF3DF;
    border: 1px solid  rgb(228, 86, 0);
	overflow: hidden;
	/*background: rgb(208, 227, 255);*/
}

.right h2 {
	margin: 0;
	font-size: 18px;
}

.left {
	overflow: hidden;
	margin: 0;
}

.message {
	font-size: 1.2em;
	/*border: 1px solid rgb(255, 120, 47);*/
	background-color: rgb(254, 255, 175);
	margin-bottom: 1.3em;
	margin-left: .3em;
	margin-right: .3em;
	padding: 1em;
	padding-top: .1em;
	padding-bottom: .3em;
	overflow: hidden;
	font-weight: normal;

	background: url(img/bg.png) rgb(247, 91, 0) bottom left repeat-x;
	color: #fff;
	zoom: 1;
}

.message p,
.message2 p{
	margin-top: .7em;
}

.message2 {
	font-size: 1.2em;
	border: 1px solid rgb(255, 120, 47);
	background-color: rgb(254, 255, 175);
	margin-bottom: 1em;
	margin-left: .3em;
	margin-right: .3em;
	padding: 1em;
	padding-top: .1em;
	padding-bottom: .1em;
	overflow: hidden;
	font-weight: normal;
}

.advantages {
	font-size: 13px;
	list-style: none;
	margin-left: 5px;
	padding-left: 0;
}
.advantages li {
	margin-bottom: 1.5em;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #777;
}

.advantages li h3 {
	font-size: 20px;
	line-height: 30px;
}

.advantages .security {
	background: transparent url('./img/security.png') no-repeat 0 0;
}

.advantages .speed {
	background: transparent url('./img/speed.png') no-repeat 0 0;
}

.advantages .compatibility {
	background: transparent url('./img/compatibility.png') no-repeat 0 0;
}

.advantages .comfort {
	background: transparent url('./img/comfort.png') no-repeat 0 0;
}

ul.browsers {
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
ul.browsers li {
	list-style-type: none;
	padding: .2em;
	padding-left: 35px;
	margin: 0;
	margin-bottom: .5em;
	background-repeat: no-repeat;
	background-position: left 3px;
}

ul.browsers li>a{
	text-align: right;
	display: block;
}

.ff {
	background-image: url('img/medium/firefox.png');
}

.ie {
	background-image: url('img/medium/ie8.png');
}

.op {
	background-image: url('img/medium/opera.png');
}

.ch {
	background-image: url('img/medium/chrome.png');
}

.sa {
	background-image: url('img/medium/safari.png');
}

.clear {
	clear: both;
}


#lang {
	position: absolute;
	top: 0px;
	right: 0;
}


#bookmark {
	position: absolute;
	top: 20px;
	right: 0;
}

.generate {
	margin: 1em 0;
	padding: .2em .6em;
	border: 1px solid #eee;
	background-color:#fff;
}

.generate #browserversionchooser {
	margin: .4em 1em;
}
.generate #browserversionchooser.disabled  {
	opacity: .4;
}

.generate label {
	display: inline-block;
	max-width: 90%;
}

.generate textarea {
	display: block;
	width: 95%;
	height: 17em;

	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #F1F1F1;
	clear:both;
	color:#606060;
	font-size:11px;
	margin:0 0 10px 5px;
	padding:6px;
	position:relative;
}

.generate #browserversionchooser label {
	padding-left: 2em;
}
.popupinfo {
	position: relative;
}
.popupinfo .popup {
	display: none;
}
.popupinfo:hover .popup {
	display: block;
	position: absolute;
	max-width: 50em;
	left: 0;
	bottom: 1em;
	z-index: 100;
	background-color: #fff;
	border: 1px solid;
	padding: .2em;
}
select, textarea, input {
	background-color:#FAFAFF;
	border:1px solid #ddd;
	color:#669;
}
input {
	vertical-align: top;
}
input.small {
	width: 3em;
}

ol.steps {
	font-size: 11pt;
}

ol.steps li {
	margin-bottom: .6em;
}

ol.steps div.example {
	border-bottom:1px solid #A29330;
	background: #FDF2AB url(/img/dialog-warning.gif) no-repeat 1em 0.55em;
	padding: 5px 36px 5px 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;
}

.infoplus {
	cursor: help;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}

.workingonit {
	vertical-align: top;
	color: #68BFEF;
	font-size: .7em;
	font-weight: normal;
}


/*Table*/
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0.8em;
	/*table-layout: fixed;*/
	clear: both;
}

table th {
	text-align: left;
	background-color: #eee;
}

table thead th,
table thead td,
table.log thead td,
table.notifications thead td {
	background-color: #eee;
	font-weight: bold;
	border-bottom: 2px solid #aaa;
}

table tbody th:nth-child(odd),
table tbody td:nth-child(odd) {
	background-color: #fff;
}


table td,
table th
{
	/*overflow: hidden;*/
	padding: 0.2em;
	padding-right: 1em;
	vertical-align: top;
}

table tr:hover td {
	background-color: #f5f5f5;
}


.statleft {
	float: left;
	padding-right: 15em;
	margin: 0;
}

strong.number {
	font-size: 2em;
	color: #666;
}


.developer {
    width: 46%;
    border: 1px solid #ccc;
    margin-bottom: .5em;
    margin-left: 1%;
    padding: 1%;
    float: left;
    height: 7em;
}

.developer h4 {
   margin: .3em 0;
}

.developer p {
   margin: .3em 0;
}

pre {
    color:maroon;
}

code {
    color:maroon;
}