/* SECTION IMAGES CSS */
#section_images {
    float: left;
    width: 433px;
    margin: 20px 0px 0px 1px;
}

.section_image {
    float: left;
    height: 51px;
    margin: 0px 1px 9px 1px;
    border: none;
}

.section_text {
	float: left;
	border: solid #000000 1px;
	height: 51px;
	width: 213px;
	text-align: center;
}

/* SEARCH BOX CSS */
#search_tool {
    float: right;
    width: 240px;
    background-color: #fcfbee;
    margin: 20px 8px 0px 0px;
}

#search_tool td {
    padding: 3px;
    text-align: center;
    font: bold 11pt Verdana,Sans-Serif;
}

#search_tool td.header {
    border-bottom: solid #47448e 1px;
    text-align: center;
    padding: 0px;
}

#search_tool td.border_leftright {
	border-left: #47448e 1px solid;
	border-right: #47448e 1px solid;
}

#search_tool td.header img {
    position: relative;
    top: 2px;
}

#search_tool td.header span {
    font: bold italic 13pt Verdana,Sans-Serif;
    color: #0066cc;
    position: relative;
    top: -5px;
}

#search_tool input.text {
    border: solid #9c9acc 1px;
    color: #666666;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

#search_tool td.radios td {
    font: normal 7pt Arial,Sans-Serif;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
}

#search_go {
    width: 40px;
    height: 40px;
    margin: 0px 0px 2px 0px;
}

/* featured_ads located in base.css*/

/* sponsor located in base.css */

/* banner located in base.css */

/* search_results_table in base.css*/