* {
    margin: 0;
    padding: 0;
}

body
{
	border: 0;
	width: 100%;
	background: #000;
	color: #FFC;
	min-width: 600px;
	font-size: 90%;
	font-family: Arial,Helvetica,sans-serif
}

a
{
    color: #F60
}

a:visited {
    color: #F90
}

a:hover
{
    color: #F30;
	text-decoration: none
}

h1,
h2,
h3
{
    margin: .8em 0 .2em 0;
}

p
{
    margin: .4em 0 .8em 0;
}

#header {
    text-align: center;
	z-index: 3;
	background-color: #000;
}

#header p,
#header h1,
#header h2 {
    padding: .4em 15px 0 15px;
}

#topbar {
    clear: both;
	background-image: url('/images/topbar.jpg');
	background-color: #333333;
	height: 20px;
	padding: 5px 15px !important;
	text-align: center;
	z-index: 6;
}

.right {
    width: 160px;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}

.left {
    width: 160px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.menu {
    width: 160px;
    float: left;
    margin-left: 10px;
}

.menu ul {
    clear: left;
	list-style: none;
	text-align: left;
	font-size: 12px
}

.menu ul ul {
    padding-left: 20px;
    display: none;
}

.menu ul li {
    list-style: none;
}

.menu ul li a {
    display: block;
    width: 100%;
	color: #F60;
	text-decoration: underline;
	left: 15px;
	line-height: 2.3em
}

.menu ul li a:hover {
    color: #F30;
	text-decoration: none
}

.menu ul li a.active,
.menu ul li a.active:hover {
    color: #F90;
	font-weight: bold
}

.menu ul li a span {
    display: block
}

.content {
    margin-right: 190px;
}

.contentHome {
    margin-left: 190px;
    margin-right: 190px;
}

.content,
.contentFull {
    margin-left: 190px;
}

.contentFull
{
    margin-right: 20px;
}

.content,
.contentFull,
.left,
.right
{
    padding-top: 10px;
}

#footer {
    font-size: 70%;
	text-align: center;
	clear: both;
	width: 100%;
    margin-top: 30px;
}

#footer p strong {
    font-size: 15px;
}

#footer p {
    padding: 10px 0;
}

div#backToTop
{
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: black;
}

.smaller
{
    font-size: 12px;
}

#topbar form
{
    display: inline;
}

table.productsList
{
    border-collapse: collapse;
    margin: 20px 0;
}

table.productsList td
{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

table td
{
    padding: 10px;
}

tr.featured td
{
    background: #111;
}

span.featured
{
    display: inline-block;
    width: 50px;
    height: 10px;
    margin-right: 10px;
    background: url('/css/imgs/stars-5.png') top left repeat-x scroll;
}

.content h2
{
    margin-bottom: 20px;
}

.right h3,
.left h3
{
    margin-bottom: 20px;
}

a.thumbnailLink
{
    float: left;
    padding: 5px;
    border: 2px solid #222;
    margin: 5px;
}

a.thumbnailLink:hover
{
    border: 2px solid #444;
}

input[type=text],
select
{
    width: 140px;
}

ul.news {
    margin: 20px 0 20px 20px;
    list-style-type: none;
    line-height: 25px;
}

img.brandThumb,
img.news {
    float: right;
    margin: 20px;
}

table.measurements {
    float: left;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

table.measurements td {
    padding: 2px;
    text-align: center;
    border-top: 1px solid #333;
}

input.fileUpload {
    width: 100px;
}

#imageUpload,
div#imageSelect {
    display: none;
}

div#news {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
}

div.gallery {
    display: inline-block;
    width: 250px;
    margin-bottom: 30px;
    margin-right: 30px;
    vertical-align: top;
}

form#manual,
form#online {
    display: none;
}

ul#paymentOptions {
    list-style-type: none;
    margin-bottom: 20px;
}

input#paypalButton {
    padding: 10px;
    font-size: 18px;
}

