div.content_header {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 100;
    background: #71706b;
    height: 28px;
    color: #fff;
    font-size: 16pt;
    text-align: left;
    padding: 17px 0 8px 20px;
    clear: both;
}

#content #category_description p {
    padding: 0;
    margin: 0 0 10px 0;
}

#content #category_description img {
    padding: 0;
    margin: 0;
    display: block;
}

/* CONTENT */
#content h1.search_query {
    padding: 0;
    margin: 0 0 10px 0;
}

#content #header_category {
    color: #fff;
    background: #35342f;
    padding: 2px 5px 2px 17px;
    height: 15px;
    clear: both;
    width: 588px;
}

#content #header_category span {
    color: #fff;
    font-weight: bolder;
    font-size: 0.8em;
}

#content #header_category a {
    color: #fff;
    margin: 0 6px 0 6px;
    font-size: 1em;
}

#content #contentMiddle {
    clear: both;
    width: 593px;
    padding: 10px 4px 22px 13px;
    margin: 0;
}

#content h1 { font-size: 18px; border-bottom: 1px solid #555; line-height: 20px;}
#content h2 { font-size: 15px; border-bottom: 1px solid #555; }
#content h3 { font-size: 13px; border-bottom: 1px solid #555; font-weight: bold; }


/* TABLES */
#content table.grid {
	width:100%;
	border-collapse: collapse;
	border: 0;
}

#content table.grid th {
	margin: 0 0 0 0; 
	padding: 4px;
	border: 0;
	background-color: #788D9A;
	color: #fff;
}

#content table.grid th a, #content table.grid th a:visited{
	color: #fff;
	text-decoration: underline;
}

#content table.grid td {
	margin: 0 0 0 0;
	padding: 4px;
	border: 0;
}

#content table.grid tr {
	border-bottom: 1px solid #efefef;
}

#content table.grid tr:hover {
	background-color: #DDEEBB;
}
