/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		MAIN PAGE ELEMENTS	
*****
*****
******************************************************************************************************************
******************************************************************************************************************/
#main  {
	background-image:url(/template/images/body.gif);
	background-color: #FFFFFF;
	color: #333333;
	background-position:center top;
	background-repeat: no-repeat;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font:Arial, Helvetica, sans-serif; 
		font-family:Arial, Helvetica, sans-serif;

	
}


.content {
		width: 750px;
	margin: auto;
	background-color:#FFFFFF;
	padding: 0px;
	background-image:url(/template/images/content.gif);
	background-repeat:repeat-y;
	text-align: left;
		font-family:Arial, Helvetica, sans-serif;
	
	-height: 600px;
	min-height: 600px;

	
}

.top {
	background-image:url(/template/images/h1.jpg);
	display: block;
	overflow: hidden;
	width: 750px;
	height: 127px;
	text-indent: -100000000px;
	margin: 0px;
	padding: 0px;
	border-bottom: none;

}

.header{
display: none;
}
.header a {
	color: #3D3D3D;
	clear: both;
	float: none;
	text-decoration: none;
	margin-left: 170px;
	margin-right: 10px;
	display: block;
	width: 200px;
}
.header a:hover {
	text-decoration: underline;
}
h1#header{ display: block;
			clear: both;
			margin-top: 230px;
			margin-bottom: 0px;
			margin-left: 180px;
 }


div.htmlarea{
	border: none;
	position: static;
	display: block;
	clear: both;
	float: right;

	min-height: 800px;
	-height: 800px;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 210px;
	padding: 0px;
	background-image:url(/template/images/text.jpg);
	background-repeat: no-repeat;
	background-position: 6px 3px;
}

.breadcrumbs {
	background-image:url(/template/images/breadcrumbs.jpg);
	background-repeat: no-repeat;
	color: #AD8EC1;
	margin: 0px;
	padding: 0px; 
	width: 750px;
	height: 28px;
	text-transform:capitalize;
	font-size: 10px;
	display: block;
	clear: both;
	position: static;
	overflow: visible;
	text-indent: 0px;
	border: none;
}

.crumbs {
	width: 420px;
	height: 25px;
	position: absolute;
	top: 290px;
	left: 10px;
	line-height: 24px;
	text-transform: lowercase;
	text-indent: 10px;
	color: #999999;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	clear: both;
	float: none;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 1px;
	

	background-image:url(/template/images/breadcrumbs.jpg);
	background-repeat: no-repeat;
	color: #AD8EC1;
	margin: 0px;
	padding: 0px; 
	width: 750px;
	height: 28px;
	text-transform:capitalize;
	font-size: 10px;
	display: block;
	clear: both;
	position: static;
	overflow: visible;
	text-indent: 220px;
	border: none;

	
}
.crumbs a{
	color: #666666;
	margin-left: 2px;
	margin-right: 2px;
}

#addProduct select{
	width: 200px;
}

/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		USER
*****
*****
******************************************************************************************************************
******************************************************************************************************************/

form.managementRights {
	display: block;
	position: absolute;
	left: 170px;
	top: 131px;
	width: 418px;
	height: 170px;
}

.formExplanation{
	color: #999999;

}

form.managementRights img {
	float: right;
	margin-top: -20px;
}

form.managementRights select {
	font-size: 10px;
	margin-bottom: 5px;

}
form.managementRights div {
	width: 150px;
	float: left; 
	clear: none;
	border: none;
	margin: 0px;
	padding-left: 20px;

	
}



/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		NAVIGATION		
*****
*****
******************************************************************************************************************
******************************************************************************************************************/

/*******************
navigation
******************/
.navigation a{
	font-weight: normal;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	width: 194px;
	overflow: visible;
	display:block;
	clear: both;
	margin:0px;
	padding:0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8D519C;
}
.navigation #selected{
	background-color: #DCDBED;
	border-bottom: 1px solid #E2DDED;
	border-top: 1px solid #E2DDED;

}
.navigation a:hover{
	text-decoration: underline;
}
.navigation{
	position: absolute;
	margin-left: -365px;
	_margin-left: -380px;
	left: 50%;
	width: 192px;
	height: 500px;
	background-image:url(/template/images/navigation.gif);
	background-repeat: no-repeat;
	z-index: 50px;
	top: 155px;
	padding-left: 00px;
}
.navigation ul{
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	text-indent: 0px;

}
.navigation li{
	text-indent: 6px;
	padding: 0px;
	margin-left: -10px;
	list-style-type:none;
	padding-left: 10px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.navigation .level0 a{
	text-transform:uppercase;
	font-weight: bold;
}
.navigation .level1 a{
	font-weight: normal;
	text-indent: 30px;
	text-transform:none;
}
.navigation .level1 li{

	background-image:url(fake.gif);

}
.navigation .level2 a{
	font-weight: normal;
	text-indent: 50px;
	text-transform:none;
}
.navigation .level3 a{
	font-weight: normal;
	text-indent: 70px;
	text-transform:none;
}
.navigation .level4 a{
	font-weight: normal;
	text-indent: 80px;
	text-transform:none;
}


/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		FORMS						
*****
*****
******************************************************************************************************************
******************************************************************************************************************/

.sideBanner {
	width: 150px;
	position: absolute;
	top: 96px;
	left: 780px;
}
.sideBanner p {
	line-height: 50px;
}

.topBanner img  {
	border: 1px solid #8E529C
}
.topBanner #banner1  {
	position: absolute;
	top: 20px;
	left: 200px;
	width: 560px;
	text-align:right;
	z-index: 600;
	
}
.topBanner #banner2  {
	position: absolute;
	top: 350px;
	left: 200px;
	width: 560px;
	text-align:right;
	z-index: 600;
}
.newsletter {
	display: none;
	border: none;
}

.serviceProvider{
	display: block;
	position: absolute;
	left: 620px;
	top: 132px;
	width: 132px;
	height: 180px;
}




.searchBox {
	display: none;
	
}
.searchBox  form{
	margin-top: 30px;
}



#searchField, .newsletterField {
	border-bottom: 1px solid 	#A0DAFA;
	border-right: 1px solid 	#A0DAFA;
	border-top: 1px solid 		#000000;
	border-left: 1px solid 		#000000;
	color:  					#016AA1;
	background-color:		 	#FFFFFF;

	padding: 0px;
	margin: 0px;
	height: 18px;
	line-height: 17px;
	text-indent: 5px;
	width: 150px;
	margin-top: 4px;
	margin-left: 0px;
	font-size: 10px;
	clear: none;
	float: left;
	vertical-align: middle;
	text-align: left;
}

form.contactUs {
	width: 500px;
	height: 178px;
	margin-left: 0px;
}


form.contactUs table {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.contactUs input{
	border-bottom: 1px solid 	#666666;
	border-right: 1px solid 	#666666;
	border-top: 1px solid 		#999999;
	border-left: 1px solid 		#999999;
	color:  					#000000;
	width: 130px;
	height: 15px;
	
	font-size: 11px;
}

.contactUs input.email  {

	margin-left: 45px;
	border: 1px;
	cursor:pointer;
	color: #000000;


}
textarea.description{
	border-bottom: 1px solid 	#666666;
	border-right: 1px solid 	#666666;
	border-top: 1px solid 		#999999;
	border-left: 1px solid 		#999999;
	color:  					#000000;
	font-size: 11px;
	width: 500px;
	height: 230px;
}

.contactUs textarea {
	border-bottom: 1px solid 	#666666;
	border-right: 1px solid 	#666666;
	border-top: 1px solid 		#999999;
	border-left: 1px solid 		#999999;
	color:  					#000000;
	font-size: 11px;
	width: 220px;
	height: 130px;
}

select{
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	width: 120px;
}

#newsbox{
	
}
/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		FOOTER					
*****
*****
******************************************************************************************************************
******************************************************************************************************************/
#clearer {
	clear: both;
	float: none;
	filter:alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity:0.2;
	margin:0px;
	height:0px;
	padding: 0px;
	line-height: 0px;
	width: 1px;
}

#footer {
	clear: both;
	width: 750px;
	_width: 780px;
	height: 81px;
	margin: auto;
	font-size: 11px;
	text-align: right;
	color: #B4A0C1;
	background-image:url(/template/images/footer.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#footer a {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #8D519C;
}

#footer .copyright {
	margin-right: 35px;
	margin-top: 4px;
	color: #B4B4B4;
	float: right;
}
#footer .copyright a{
	font-size: 10px;
	font-weight: normal;
	
	
} 

#footer a img {
	border: none;
	float: right;
}

#footer .credit {
	clear: both;
	float: none;
	margin-top: 40px;
	margin-right: 30px;
}

#footer .credit a{ 

	font-size: 10px;
	margin-left: 15px;
	float: left;	
	color: #B4B4B4;
	font-weight: normal;
}

/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		TAGS		
*****
*****
******************************************************************************************************************
******************************************************************************************************************/
img{

}

.htmlarea a {
	color: #8E529C;
	text-decoration: underline;
}
.htmlarea th a {
	color: #FFFFFF;
	text-decoration: underline;
}

.htmlarea a:visited {
	color: #8E529C;
	text-decoration: underline;
}

.htmlareaa:hover {
	text-decoration: none;
}

hr {
	border: 1px solid #FFFFFF;
	border-bottom: 1px dotted #666666;
	clear: both;
	float: none;
}

p {
	margin: 10px;
	margin-top: 3px;
	margin-left: 25px;
	margin-right: 25px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 28px;
	text-align: justify;
}

a {
	color: #8D519C;
	text-decoration: underline;
}

ul {
	font-weight: bold;
	display: block;
	overflow: visible;
	margin-top: 0px;

}

li {
	list-style-type: round;
	line-height: 25px;
	margin-top: 0px;
	margin-left: 30px;
}
 h1 {
	font-family: AvantGarde Md BT, arial, verdana;
	font-style: normal;
	font-weight: 100;
	margin-top: 15px;
	margin: auto;
	margin-bottom: 2px;
	src: url(/template/fonts/AVANTGA0.eot);
	width: 479px;
	display: block;
	color: #8D519C;
	font-size: 24px;


	overflow: visible;
	text-transform: capitalize;

	letter-spacing: 1px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	display: block;	
	margin-left: 20px;
	margin-right: 20px;
	
	border-bottom: 1px solid #8E529C;
	color: #8E529C;
	font-size: 14px;
	text-transform:uppercase;
	margin-bottom: 0px;

}
 h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;

	display: block;	
	margin-left: 20px;
	margin-right: 20px;
	color: #8D519C;
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 0px;

}
 h4,   h5, h6, h7,{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	width: 450px;
	display: block;	
	margin-left: 20px;
	color: #8D519C;
	font-size: 11px;
	text-transform: capitalize;
	margin-bottom: 0px;

}


.listing {
	background-image:url(/template/images/listing.jpg);
	width: 479px;
	background-color: #FFFFFF;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
padding-bottom: 20px;
overflow: hidden;
}

.listing h2 {
width: 479px;
height: 30px;
line-height: 28px;
	background-image:url(/template/images/propertyStats.jpg);
	text-indent: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	font-size: 11px;
	color: #8E529C;
	border: none;
}
.listing h2 a {
	color: #8E529C;
	text-decoration: none;
	text-transform: capitalize;
	
}
.listing h2 a  strong{
	color:#000000;
	text-decoration: none;
	
}
.listing h3 {
	color: 						#333333;
	font-family: verdana, arial, verdana;
	
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	padding-left: 180px;
	padding-top: 8px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;

}

.listing h3 strong {
	color: #999999;
	letter-spacing: 0px;
}








.listing h4 {
	color: 						#777777;
	font-family: verdana, arial, verdana;
	
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	padding-left: 180px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 8px;

}
.listing  h4 strong {
	color: #333333;
	
}


h5 {
	color: 						#595959;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}

 h6 {
	color: 	#595959;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 12px;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
}

h7{
	color: 						#595959;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}

.listing p {
	padding: 25px;
	padding-left: 180px;
	padding-top: 5px;
	margin: 0px;
	font-size: 10px;
	line-height: 14px;
	text-align:justify;
}
.listing img.hero {
	position: absolute;
	clip: rect(0px 152px 114px 0px);
	border: none;
	clear: both;
	margin: 0px;
	margin-top: -34px;
	margin-left: 17px;
	display: block;
	overflow: hidden;
	border: none;
}



.listing .moreInfo {
	margin: 10px;
	width: 128px;
	height: 26px;
	border: none;
	display: block;
	clear: both;
	float: right;
	font-size: 11px;
	color: #8E529C;
	text-indent: 0px;
	text-align: right;
	overflow: hidden;


}



form{
	padding: 0px;
	margin: 0px;
}





.htmlarea th {
	color: #FFFFFF;
	border-top: 1px solid #D57F7F;
	border-left: 1px solid #D57F7F;
	border-right: 1px solid #8C2121;
	border-bottom: 1px solid #8C2121;
	text-align: left;
	font-weight: normal;
	padding: 6px;
	width: 522px;
	background-color: #6E387B;
}


/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		CMS	
*****
*****
******************************************************************************************************************
******************************************************************************************************************/
#text {
	margin-left: 200px;
}

#yourFieldNameHere {
	width: 540px;
	height: 600px;
	overflow: auto;
	clear: none;
	float: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px -80px;

}

#cmsBox {
	overflow: auto;
	width: 560px;
	height: 800px;
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px -80px;
}
/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		TOOLS								
*****
*****
******************************************************************************************************************
******************************************************************************************************************/
.tools {
	top: 0px;
	left: 50%;
	padding: 0px;
	height: 20px;
	width: 350px;
	clear: none;
	display: block;
	overflow: visible;
	line-height: 20px;
	position: absolute;
	text-align: right;
	z-index: 50;
	margin-left: -20px;

}

.tools a {	
	display: block;
	font-size: 10px;
	letter-spacing: 0px;
	clear: none;
	float: right;
	padding-left: 10px;
	padding-right: 10px; 
	color: #666666;
	margin-top: 0px;
	line-height: 18px;
	text-transform: lowercase;
	text-decoration: none;
	border-left: 1px solid #BBBBBB;
}

.tools a:hover {	
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
	
}

.tools a img {
	border: none;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 0px;
	float: left;
	margin-top: 0px; 
} 



#addProduct table {
	margin: 20px;
	margin-top: 0px;
	border-bottom: 1px dotted #FFFFFF;
}

#addProduct table th{
	margin-bottom: 20px;
	border: none;
	background-repeat: no-repeat;
	background-position:0px 0px;
	font-size: 11px;
}

#addProduct table td {
		font-size: 11px;

}

.logo {
	position: absolute;
	left: 470px;
	top: 380px;
}
.list table {
	display: block;
	width: 500px;
	clear: both;
	float: none;
}

.list {
	background-repeat: no-repeat;
	background-position:0px 0px;
	width: 580px;
	margin-top: -10px;
	padding-top: 50px;
	margin-left: -5px;
	display: block;
	clear: both;
	
}

.list h1{
	color: #999999;
	font-size: 10px;
	text-transform:capitalize;
	float: left;
	text-indent: 20px;
	line-height: 35px;
	margin: 0px;
	clear: none;
	height: 46px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.list h2{
	position:absolute;
	top: 223px;
	font-size: 12px;
	
	height: 30px;
	margin: 0px;
	margin-left: -240px;
	width: 540px;
	left: 50%;	
	padding-right: 0px;
	color: #8E529C;
	text-align: right;
	display: block;
	float: none;
	clear: both;
	border: none;
}

.list h2 strong{
	color: #000000;
}

.list h3 {
	display: block;
	clear:both;
	float: none;
	margin-left: 20px;
	text-indent: 0px;
	border-bottom: 1px solid #8E529C;
}

.profile{
	float: right;
	clear: none;
	width: 156px;
	border: none;
	margin-top: 10px;
	margin-left: -30px;
	position: static;
	padding: 0px;															
}
.profile li {
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	line-height: 19px;
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;

}


.profile h4 {
	font-size: 10px;
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #999999;

	margin: 0px;
	margin-top:10px;
	text-align: center;
	clear: both;
	float: none;
	line-height: 11px;
	display: block;
	text-indent: 0px;
	padding: 0px;
}
.profile p {
	padding: 0px;
	text-align: left;
	color: #333333;
	margin: 4px;
	font-size: 10px;
}

.profile a {
	font-weight: normal;
}

.profile img {
	border: none;
}

.list {
	width: 479px;
	line-height: 28px;
	background-image:url(/template/images/propertyStats.jpg);
	text-indent: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	margin-left: 20px;
	display: block;
	clear: both;
	font-size: 11px;
	color: #8E529C;
	background-color:#FFFFFF;
	border: none;

}

.list table{
	clear: none;
	float: left;
	width: 270px;
	margin: 0px;
	margin-left: 20px;
}


.list table td {
	padding: 0px;
	font-size: 11px;
	text-indent: 0px;
	padding-left: 4px;
	border: none;
	border-bottom: 1px dotted #EEEEEE;
	letter-spacing: 0px;
	height: 10px;
	color: #000000;
	border-collapse:collapse;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.list table tr.odd td{
	font-weight: bold;
}

.list img.hero {
	
	border: none;
	margin: auto;
	clear: both;
	float: none;
	display: block;
	clear: none;
	margin-top: -11px;

}
.list select {
	width: 60px;
}
.list input {
	width: 60px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.list img.pickup {
	float: right;
	clear: right;
	margin-right: 0px;
	margin-left: auto;
		border: none;
	padding-bottom: 10px;

}
form.orderResults {
	position: absolute;
	float: right;
	left: 600px;
}
form.orderResults select {
	width: 90px;
}

form.numResults {
	position: absolute;
	float: left;
}
form.numResults select {
	width: 40px;
}

img.agent_logo { 
	position: static;
	clear: both;
	margin: 0px;
	margin-right: 0px;
	margin-left: -10px;
	text-align: left;
	clear: both;

}

.listing img.agent_logo { 
	position: absolute;
	clear: both;
	margin: 0px;
	margin-top: -35px;

	margin-left: 220px;
	text-align: left;
	left: 50%;
	clear: both;
	
}

a.listingControl{
	position: absolute;
	top: -33px;
	margin-left: 10px;
	margin-top: 0px;
	
}

a.listingControl:hover{
	margin-left: 11px;
	margin-top: 1px;
}


#new{
	left: -400px;
}

#update{
	left: -250px;
}

#delete{
	left: -100px;
}




.classHome .indexSummary p,
.classHome .indexSummary h2,
.classHome .indexSummary h3,
.classHome .indexSummary h4,
.classHome .indexSummary h5 {
	padding: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
}
.classHome .indexSummary h2{
	font-size: 13px;
}

.classHome .indexSummary h3{
	font-size: 10px;
	margin-bottom: 10px;
}
.classHome .indexSummary h4{
	font-size: 11px;
}
.classHome .indexSummary p{
	font-size: 11px;
	line-height: 18px;
	color: #444444;
}


.classHome .indexSummary{
	border: 1px solid #CDCDCD;
	background-color: #F1F1F1;
	margin: 5px;
	width: 193px;
	clear: none;
	float: left;
	padding-top: 10px;
	background-image:url(/template/images/indexSummary.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.profileSummary {
	border-top: 1px dotted #666666; 
	height: 110px;
	overflow: hidden;
	width: 400px;
}

.profileSummary h2 {
	border: none;
	margin-top: 10px;
	margin:0px;
	clear: none;

}

.profileSummary img {
	margin: 10px;
	padding-bottom: 40px;
	border: none;
	float: left;
	clear: none
}

.profileSummary p {
	margin-bottom: 0px;
	padding: 0px;
}

.profileSummary h6 {
	margin-top: 0px;
	padding-top: 0px;
}


.paginator {
background-color: #8E529C;
background-repeat: no-repeat;
width: 465px;
height: 63px;
display: block;
clear: both;
float:none;
margin-bottom: 20px;
margin-left: 20px;
}
.paginator p {
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	margin-top: 2px;
	line-height: 27px;
	text-align: center;
	padding-left: 10px;
		padding-right: 10px;

}
.paginator p.results {
	color: #AAAAAA;
	font-weight: bold;
}
.paginator p.results b {
	margin-left: 7px;
	margin-right: 7px;
	color:#FFFFFF;
}
.paginator p a {
	color: #000000;

	margin-left: 4px;
	margin-right: 4px;
}
.paginator p a:link {
	color: #333333;
	text-decoration: underline;
}
.paginator p a:hover {
	color: #000000;
	text-decoration: none;
}
.paginator p a:visited {
	color: #777777;
	text-decoration: none;
}


form.orderResults {
	position: absolute;
	float: right;
	left: 50%;
	margin-left: 160px;
}
form.orderResults select {
	width: 100px;
}

form.numResults {
	position: absolute;
	float: left;
}
form.numResults select {
	width: 40px;
}

img.status {
	position: absolute;
	width: 153px;
	height: 128px;
	margin-left: 200px;
}

.base {
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	border-top: none;
	bortder-bottom: none;
	width: 2px;
	border-color: #FFFFFF;
}