body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(images/page_bg.jpg);
	color: #6f6f6f;
}

th, td {
	font-size: 11px;
}

#wrapper {
	width: 688px;
}

#body_clean h2 {
	margin: 0 0 1.5em 0;
}

#body_clean h3 {
	margin: 0 0 0 0;
}

#body_clean ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#body_clean li {
	padding: 0;
	margin: 0.8em 0;
}

#buy {
	float: left;
	width: 140px;
	margin-left: 12px;
	display: inline;
}

#tableheader {
	font-size: 14px;
    background: #eee;
}

#tablefooter {
	font-size: 14px;
}

/* tabber */
#tabber ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tabber li {
    float: left;
    border: 1px solid #bbb;
    border-bottom-width: 0;
    margin: 0;
}

#tabber a {
    text-decoration: none;
    display: block;
    background: #eee;
    padding: 0.24em 1em;
    color:#666;
    width: 8em;
    text-align: center;
    font-size: 12px;
}

#tabber a:hover {
    background: #9DC0E9;
}

#tabber #selected {
    border-color: black;
}

#tabber #selected a {
    position: relative;
    top: 1px;
    background: white;
    color: black;
    font-weight: bold;
}

#tabber_content {
    border: 1px solid black;
    clear: both;
	width:100%;
}


