body {
  background:white url("/contest/home-appliance-for-2050/img/contest-page.png") repeat-x;
  font-family:arial;
}

  .clear {
    clear:both;
  }
caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
	table {
		border: none;
		border-collapse: collapse;
		caption-side: bottom;
		margin:10px;
	}
	
	table.left {
    float:left;
  }
	
	td {
		padding: 0.2em 3em;
		border-spacing: 2em;
	}

	
  th {
    border-bottom:2px solid black;
    margin:5px;
  }


a img {
  border:none;
}

div.wrap {
  width:960px;
  margin:0 auto;
  margin-top:50px;
}

div.content {
    /*border: black solid 3px;*/
    clear: left;
    padding: 1em;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color:black;
}

img {
margin:0;
padding:0;
}

ol#toc a {
    background-color: black;
    color: white;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    text-transform:uppercase;
}

ol#toc a:hover {
    background-color: #ccc;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: white;
    background-position: 0 -60px;
    color: black;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

p {
  margin:0;
  margin-bottom:5px;
}

h1 {
  font-family: Sans-Verdana, Arial;
  font-size:2.4em;
  font-weight:normal;
  margin-top:0;
  margin-bottom:5px;
}

h2 {
  font-family: Sans-Verdana, Arial;
  font-size:1.8em;
  font-weight:normal;
  margin-top:0;
  margin-bottom:5px;
}

h5 {
  color:#888;
  font-family:Arial;
  font-size:0.8em;
  font-weight:normal;  
  margin-bottom:5px;
  
}


ol#faq li {
  margin-top:15px;
}