#mainLeft {
	width:240px;
	float:left;
	
}

#mainRight {
	width:700px;
	float:right;
}

#mainText {
	min-height:585px;
	border: 1px solid #CCC;
	padding:10px 20px;
	background-image:url(../surplus-parts/bg-fade.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#mainRight p {
	line-height: 18px;
}

#mainRight td p {
	padding:0px;
	margin:0px;
}

#mainClear {
	clear:both;
}

#endLogos {
	margin-top:10px;
}

/*ABOUT*/

#aboutPic {
	float:left;
	width:110px;
	margin-right:10px;
}

/*PAGE RESULTS*/

.manuBlock {
	font-size:12px;
	color:#999;
	line-height: 20px;
}

.manuBlock a {
	font-weight:bold;
	color:#23aae1;
}

#manuBlock p {
	color:#666;
}

#pageManu {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding:5px 10px;
	font-size:14px;
	color:#999;
	text-align:center;
}

.showPage {
	font-size:11px;
	font-weight:normal;
	padding-left:480px;
}

#page {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding:5px 10px;
	font-size:12px;
	text-align:center;
}

#pageLeft, #pageNumber {
	float:left;
	height:16px;
}

#pageLeft {
	width:80px;
	text-align:left;
}

#pageNumber {
	width:500px;
}

#pageRight {
	width:50px;
	height:16px;
	float:right;
	text-align:right;
}

#pageClear {
	clear:both;
}

#partResults {
	float:left;
	width:100%;
	padding:3px 0px;
	font-size:12px;
	border-bottom: 1px solid #EEE;
}

#partResultsNo, #partResultsPart, #partResultsManu, #partResultsType {
	float:left;
	font-size:11px;
	color:#666;
}

#partResultsNo {
	width:25px;
	border-right: 1px solid #EEE;
	margin-right:10px;
	text-align:right;
	padding-right:10px;
}

#partResultsPart {
	width:300px;
	font-size:12px;
}

#partResultsManu {
	width:170px;
	text-align:right;
	font-weight:bold;
	color:#AB1D6F;
	padding-right:10px;
	border-right: 1px solid #EEE;
}

#partResultsType {
	width:110px;
	text-align:right;
	padding-left:10px;
	margin-right:10px;
}

/*PRODUCTS*/

#productEnquiry {
	height:370px;
	width:300px;
	float:right;
	margin:10px 10px 0px 0px;
	border: 1px solid #CCC;
	padding:0px 10px;
}

#productEnquiry td p {
	padding:0px;
	margin:0px;
}

#productEnquiry .textField, #productEnquiry textarea {
	width:200px;
	border: 1px solid #CCC;
	margin:3px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}

.big {
	font-size:24px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}

#callbox {
	position:absolute;
	top:50%;
	left:35%;
	text-align:center;
	display:none;
	background:#FFF;
	width:380px;
	height:140px;
	border:10px solid #AB1D6F;
	padding:50px 10px 10px 10px;
	background-image:url(../surplus-parts/bg-callback.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#callbox td p {
	padding:0px;
	margin:0px;
	text-align:left;
}

#callbox input {
	width:200px;
	border: 1px solid #CCC;
	margin:3px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}

#close {
	padding:5px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#0DA861;
	cursor:pointer;
}

/*CONTACT*/

#contactEnquiry {
	width:400px;
	float:left;
}

#contactEnquiry td p {
	padding:0px;
	margin:0px;
}

#contactEnquiry input, #contactEnquiry textarea {
	width:200px;
	border: 1px solid #CCC;
	margin:3px;
	padding:3px;
}

#contactAddress {
	width:180px;
	float:right;
	border: 1px solid #CCC;
	padding:0px 10px;
	margin-top:10px;
	border-radius:5px;
}

#contactClear {
	clear:both;
}