#sidebar {
    float: left;
    width: 97px;
    background: url(../images/category/sidebarbg.gif) repeat-y;
    color: #004479;
}

#sidebar h2 {
    margin: 10px 5px 0 5px;
    text-transform: uppercase;
    font-size: 12px;
}

#sidebar ul {
    margin: 0 10px 10px 5px;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 0 0 0 0;
    /*background: url(../images/category/bullet.gif) no-repeat;*/
}

#sidebar a {
    color: #004479;
    text-decoration: none;
    font-weight: bold;
}

#sidebar p {
    font-style: italic;
    margin: 5px;
    padding: 0;
}

#sidebar form {
	padding:0;
	margin:0;
}

#sidebar form input {
	padding:0;
	margin:0;
}

#content {
    margin-left: -97px;
    padding: 5px 5px 5px 199px;
 	/*background: url(../images/copyright.gif) 427px bottom no-repeat;*/
}

#content a {
    color: #000;
}

#content table {
    width: 610px;
    margin-left: -5px;
}

#content td {
    width: 122px;
    height: 170px;
    padding-bottom: 30px;
    text-align: center;
	vertical-align:bottom;
}

#content td a {
    text-decoration: none;
}

#content td .prodname {
    display: block;
    margin: 0 0 10px 0;
    color: #004479;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#content table table {
    font-size: 9px;
    width: 105px;
    margin: 0 0;
}

#content table table .price td{
    border-top: 1px solid #000;
}

#content table table td {
    width: 19px;
    height: 10px;
    padding: 0;
	text-align:right;
}