* {
   margin: 0;
   padding: 0;
}

body {
   font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 15px;
   background-color: #515151;
   color: #dedede;
}

a { 
   color: #333;
   color: #fff;
   text-decoration: underline;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}



#container {
   margin: 10px;
}

#intro {
   margin: 10px 0px;
}

#intro p {
   padding: 5px;
}

#intro h1 {
  padding: 5px;
  margin-bottom: 5px;
  line-height: 120%;
}

ul#cols {
  list-style:none;
}

div.roundie {
  padding: 2px 7px;
  border-color: #111;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  background-color: #000;
  margin: 10px 10px 0px 0px;
  
}

ul#cols li {
  float:left;


}


table.browserprops {
	border-top: 1px solid #cfcfcd;
	border-left: 1px solid #cfcfcd;
	border-collapse: collapse;
	width: 300px;
	margin: 5px auto;
	background-color: #888;
  
}

table.browserprops th, 
table.browserprops td {
	border-right: 1px solid #cfcfcd;
	border-bottom: 1px solid #cfcfcd;
}

table.browserprops th {
	padding: 5px 7px;
	color: #000000;
	color: #fff;
	font-weight: bold;
}

table.browserprops th h1 {
  font-size: 12px;
  line-height: 15px;
}

table.browserprops td {
	vertical-align: top;
	text-align: left;
	padding: 3px 4px;
	color: #000000;
	color: #fff;
	
}

table.browserprops td.icon {
  text-align: center;
  width: 20px;
}

table.browserprops td.hastable {
  padding:0;
}


table.browserprops td.hastable table {
  width: 100%;
  border-collapse: collapse;
}

table.browserprops td.hastable td {
  border-right:0;
}

table.browserprops td.hastable td.noborder {
  border-bottom:0;
}

table.browserprops td.hastable td.prop {
   border-right: 1px solid #cfcfcd;
}

#myad {
   width: 730px;
   margin: 10px auto;
}

#myad2 {
  width: 300px;
  margin: 10px auto;
}

.you_emph {
  border-bottom: 1px dashed #fff;
}

td.right {
   text-align: right;
}
.bold { font-weight: bold; }
.center { text-align: center !important; }

