#detailswrapper {
    width: 785px;
}
.DetailsLeft {
	width: 402px;
	float: left;
}
.DetailsLeft table {
    border-collapse: collapse;
}
.DetailsRight {
	margin: 0 0 0 405px;
	background-color: #E5E5E5;
	font-weight: bold;
	width: 375px;
}
.DetailsRight h1 {
	background-color: #000863;
	color: #969BC1;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding-left: 5px;
	margin-bottom: 0;
}
.DetailsRight h1 table {
	width: 99%;	
}
.DetailsRight h1 span {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 5px;
}
.DetailsRight h1 a {
	background-color: #969BC1;
	border: 1px solid #FFF;
	border-bottom: none;
	border-top: none;
	color: #000863;
	font-style: italic;
	font-family: "Arial Black";
	font-weight: normal;
	padding: 0 7px 0 3px;
	margin-left: 10px;
	text-decoration: underline;
}
.DetailsRight h1 .sold {
    color: #FFF;
    background-color: #F00;
}
.DetailsRight h1 .price {
	margin-left: 10px;
}
.DetailsRight h2 {
	background-color: #CCCCCC;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 0 5px;
	line-height: 1.1;
	color: black;
	margin-bottom: 0;
}
.DetailsRight p {
	margin: 5px 0 5px 10px;
}
.DetailsRight table {
	font-size: 12px;
	margin: 0;
}
.DetailsRight table td {
	vertical-align: top;
	padding: 0px 2px;
	line-height: 1.4;
}
.DetailsRight table .col1 {
	font-weight: normal;
	padding-left: 0;
	/*white-space: nowrap;*/
}
.DetailsRight table .col2 {
	padding-right: 0;
}
.ViewingForm table td {
	padding: 0 !important;
}
.DetailsRight table.equipment {
    margin: 5px 0 10px 10px;
}
.DetailsRight table.equipment td {
    padding: 0 4px;
    text-align: center;
}
#back_to_inventory {
    text-align: right;
    margin-right: 10px;
    background-color: #FFF;
}
.ViewingForm {
	width: 402px;
	height: 145px;
	background: url('../images/View_arrow.gif') #969bc1 no-repeat left top;
}
.ViewingFormResults {
    background: #969bc1;   
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    font-size: 1.2em;
    height: 145px;
}
.ViewingFormLeft {
	display: block;
	width: 125px;
	font-size: 13px;
	color: white;
	font-weight: bold;
	line-height: 1.1;
}
.ViewingFormLeft p {
	margin: 1px 0 10px 8px;
	padding-top: 20px;
}
.ViewingFormLeft input {
	margin-bottom: 0;
	margin-left: 5px;
	padding: 0;
}
.ViewingFormLeft a {
	display: block;
	margin-left: 10px;
	margin-top: 0;
	text-decoration: underline;
	color: #ef9630;
	font-size: 11px;
	line-height: 1;

}
table td.ViewingFormRight {
	width: 245px; 
	padding-left: 20px !important;
	padding-top: 5px;
	font-size: 11px; 
	line-height: 1.1;
	margin-top: 2px;
}

.ViewingFormRight input {
	width: 240px;
	border: 1px solid black;
	font-size: 11px;
	margin-top: 0px;
}
.ViewingFormRight select {
	border: 1px solid black;
	font-size: 11px;
	width: 67px;
}
.ViewingFormRight .middle label {
	float: left;
	display: block;
	width: 79px;
	text-align: right;
	margin-right: 10px;
}
.ViewingFormRight .middle {
	margin-top: 2px;
}

.ViewingFormRight .middle input {
	width: 146px;
	margin: 0;
	padding: 0;
	margin-top: -1px;
	margin-bottom: 2px;
}
.ViewingFormRight .middle br {
	clear: both;
}
