.sdc{
float:left;
padding:22px;
margin:0px;
border:0px;
width:132px;
height:220px;
word-wrap: break-word;
}

body {
    padding: 0;
    margin: 0;
    background-color: #050D63;
}
img {
    margin: 0;
    padding: 0;
}
h1 {
	margin: 0 0 4px 0;
	padding: 0;
	font-family: Arial, Verdana;
}
h2 {
	font-size:20px;
	margin-bottom:8px;
	font-family: Arial, Verdana;	
}
#wrapper {
    background: #FFF;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
	text-align: left;
}
.top_nav {
    padding: 5px;
    text-align: center;
    background: #FFF;
}
span.nav_invalid {
    background: #FFF;
    color: #CCC;
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
}
a.nav_valid {
    background: #FFF;
    color: #050D63;
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
a.nav_valid:hover {
    background: #FFF;
    color: #FF0000;
}
select,input {
    background: #FFF;
    font-family: verdana;
    font-size: 12px;
    border: 1px solid #000;
}
.search {
    background: #FFF;
}
.search_select {
    background: #FFF;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
}
.search_select p{
	padding: 8px 20px 8px 20px;
	margin: 0;
}
.search_select form {
	padding: 0;
	margin: 0;
}
.search_select li{
	margin-left: 40px;
    font-size: 10px;	
}
.results {
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
}
.results_wrapper {
    font-family: verdana;
    color: #FFF;
    font-size: 10px;
}

.model_info {
    background-image: url('left_bg.gif');
    font-family: verdana;
    color: #FFF;
    padding: 8px;
}
.model_info p {
	line-height: 14px;
	padding-bottom:6px;
	font-size: 10px;
	margin:0px
}
.model_info p b {
	font-size:12px;
}
.model_img {
    margin-left: 5px;
    margin-right: 10px;
    border: 1px solid white;
}
.posting_info {
    background-image: url('left_bg.gif');
    padding: 4px 4px 4px 20px;
    font-family: Arial, Verdana;
    font-size: 16px;
    color: #8286B1;
}
.posting_info a {
	color: white;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.posting_info a:hover {
	color:yellow;
}
.free_photo {
	font-size:10px;
	font-family:Verdana, Arial;
	color:#8286B1;
	padding:4px;
	margin:0;
}	
.free_photo img{
	margin-top: 5px;
}
.photo {
    border: 1px solid #FFF;   
}
.spacer {
    font-size: 1px;
}

span.invalid {
    color: #333;
    font-family: verdana;
    font-size: 10px;
}

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	width:1px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:-74px;
	position:absolute;
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	z-index:1000001;
}

.loading {
	margin-left: auto;
	margin-right: auto;
	width: 32px;
	margin-top: 40%;
}

.itemdisplay {
	font-size:13px;
	font-weight:bold
}
.itemdisplay img {
	border:2px solid white;
}
.itemdisplay a {
	color:white;
	text-decoration:none;
}
.itemdisplay a:hover {
	color: yellow;
}
.itemdisplay span{
	color: #8286B1;
	font-size:10px;
	font-weight: normal;
}

h1.itemheader {
	color: #292D5F;
	margin-left: 25px;
}
h2.itemheader {
	color: #292D5F;
	margin-left: 15px;
}

.error {
	font-family: Courier, Verdana;
	color: red;
	font-size: 14px
	
}
