h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}

body {
	width: 480px;
	background-color: #000;
	color: #555;
	font-family: "Arial";
       
        padding: 0px;
        margin: 0px auto;
}

div#content {
    margin: 0 auto !important;
    height: 100% auto;
    /*width: 640px;*/
}

ul {
	display: block;
        list-style: none;
        padding: 0;
        margin: 2px 3px;
}

ul.label
{
	display: inline-block;
}

ul.thumbs
{
    height: 196px;
}

ul.thumbs li
{
       float: left;
       padding: 2px 3px;
}

ul.thumbs li a img
{
    border: none;
}

ul.thumbs li a:hover img
{
    outline: 1px solid #333;
}

.appstore img
{
    outline: none;
}

ul.thumbs a,
li.mail a
{
	text-decoration: none;
	font-style: italic;
	color: #999;	
}

ul.thumbs a:hover,
li.mail a:hover
{
	text-decoration: none;
	font-style: italic;
	color: #444;	
}

a {
    text-decoration: none;
    border: 0;
    color: #000;
}

a img{
    outline: 1px solid #222;
}

li.label {
	display: list-item;
}
.banner
{
	margin: 0px;
}

div.support, p.support {
	padding:5px 10px;
}

div.contact
{
	background-color: #0d0d0d;
	height: 320px;	
}
.feed {
	min-height:40px;
	background: #0d0d0d; 
	font-size: 12px;
	color: #aaa;	
}

.row, .row div {
	width: 100%;	
	float: left;
	clear: both;	
}

input, select
{
	border: 1px solid #111;
	background-color: #eee;	
}
.submit
{
	padding: 3px 8px;	
}

.support textarea
{
	width: 100%;
}

form#contactWoo div div {
	float: left;
	clear: both;
}

.appstore{
    text-align: right;
}

div.answer {
    display: none;
}

div.answer li {
    padding-bottom: 12px;
}

h4.faq a{
    color: #999;
}

h4.faq a:hover{
    color: #444;
}

div.answer img {
    display: block;
    padding-bottom: 4px;
}
