body {
		font-family: arial, helvetica, sans-serif;
		font-size: 10px;
  		color: #403B30;
		background-color: #D6CFB7;
		margin: 0px;
		padding: 0px;
		text-align: center;
		}


#container
	
		{
		width: 830px;
		background-color: #fff;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		text-align: left;
		border-left: 1px solid #7F7551;
		border-right: 1px solid #7F7551;
		voice-family: "\"}\""; 
  		voice-family:inherit;
 		width: 828px;
			}
html>body #container {
  width: 830px;
} 

/*  background-image: url(../i/util/grid.gif);
			background-position: top 0px;
			background-repeat: repeat-y;  */
			 
/* links */

a	{
		color: #333333;
		font-weight:bold;
		text-decoration: none;
		background-color: transparent;
		}

	a:link	{
		color: #333333;
		text-decoration: none;
		background-color: transparent;
		} 

	a:visited	{
		color: #666;
		text-decoration: none;
		background-color: transparent;
		} 

	a:active	{ 
		color: #FF0080;  
		text-decoration:underline;
		background-color: transparent;
		} 

	a:hover		{ 
		color: #FF0080; 
		text-decoration:underline; 
		background-color: transparent;
		} 
		
/* general */

img	{
		padding: 0px;
		border: 0px;
		margin: 0px;
		}
		
h1	{
		font-family: arial, helvetica, sans-serif;
		font-size: 1.6em;
		line-height: 1.4em;
		color: #CC9E29;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		}

	h2	{
		font-size: 1.4em;
		font-family: arial, helvetica, sans-serif;
		color: #000;
		line-height: 1.6em;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}		

	h3	
		{
		font-size: 1.2em;
		font-family: arial, helvetica, sans-serif;
		line-height: 1.6em;
		font-weight: bold;
		color: #4A4331;
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
		text-transform: uppercase;
		border-bottom-color: #837A63;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		}
	
		
	h4	{
		font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
		line-height: 1.3em;
		font-weight: bold;
		padding: 0px 0px 3px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}

	p	{
		padding: 0px 0px 10px 0px;
		}
	
#header	{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		width: 830px;
		height: 110px;
		background-image: url(../i/rbheader_830x110.gif);
			background-position: top left;
			background-repeat: no-repeat;
		}
#header div.search {

	width: 120px;
	margin-left: 690px;
	padding-top: 15px;
	
}		

#header	form	{
		margin: 0px;
		padding: 0px;
		}

	#header	input	{
		font-family: arial, sans-serif;
		font-size: 1.1em;
		padding: 2px;
		margin: 0px;
		background-color: #FFF;
		}
		
/* top nav list */

 #navcontainer ul
{
padding: .2em 0;
margin-top: 30px;
background-color: transparent;
width: 100%;
text-align: center;
}


 #navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 11px arial, helvetica, sans-serif;
text-align:center;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid #CC9E29;
display: inline;
}



#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #7F7551;
background: #E8D8B0;
text-decoration: none;
}

#navlist li a:link { color: #AE8089; }
#navlist li a:visited { color: #1E3A96; }

#navlist li a:hover
{
border-color: #CC9E29;
color: #FFF;
background: #929979;
}

 #active a:link, #active a:visited, #active a:hover
 {
 	border-color: #CC9E29;
background: #E0C67E;
 }

.clear	{
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		line-height:0.1px;
		height:0;
		background-color: #fff;
		}
.vs50	{
	padding: 50px 0px 0px 0px;
}
.vs100 {
	padding: 100px 0px 0px 0px;
}
/* catalogue page divs */

#saledetails {
	float: left;
		/*padding: 10px 0px 5px 0px;*/
		width: 830px;
		background-color: #fff;
		padding: 0px;
		margin: 0px;
}
#saledetails h3 {
	font-size: 1.2em;
		font-family: arial, helvetica, sans-serif;
		line-height: 1.6em;
		font-weight: bold;
		color: #4A4331;
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 5px 0px;
		text-transform: uppercase;
		border-bottom-color: #837A63;
		border-bottom-style: solid;
		border-bottom-width: 1px;
}
#salenm {
	float: left;
		width: 280px;
		margin: 0px 10px 0px 50px;
		padding: 10px 0px 10px 5px;
}
.salename {
	
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: bold;
		color: #666;
}
#saledt {
	float: left;
	width: 150px;
	padding: 10px 0px 10px 5px;
	margin: 0px 10px 0px 40px;
}
.saledate {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666;
}
#salelc {
	float: left;
	width: 110px;
	padding: 10px 0px 10px 5px;
		margin: 0px 10px 0px 40px;
}
.salelocation {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666;
}
#salehead {
	float: left;
	margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		width: 830px;
		background-color: #fff;
}
#salehead h4 {
	font-family: georgia, times, "Times new Roman", serif;
	font-size: 1.8em;
		line-height: 1.6em;
		font-weight: bold;
		color: #132148;
		text-transform: uppercase;
		text-align: center;
		background-color: transparent;
		padding: 0;
		margin: 0;
}
#salehead p {
	font-family: georgia, times, "Times new Roman", serif;
	font-size: 1.4em;
		line-height: 1.6em;
		font-weight: bold;
		color: #132148;
		text-align: center;
		padding: 0;
		background-color: transparent;
}
#salehead span {
	font-size: 1.2em;
		text-transform: none;
		font-style: italic;
		font-weight: normal;
}
#salehead p.left {
	float: left;
	width: 270px;
	padding: 20px 30px 20px 80px;
}
#salehead p.right {
	float: left;
	width:270px;
	padding: 20px 10px 20px 100px;
}
#salehead p.left a, 
#salehead p.left a:link, 
#salehead p.left a:visited, 
#salehead p.right a, 
#salehead p.right a:link, 
#salehead p.right a:visited 
{
	text-decoration: underline;
}
#catdetails {
	float: left;
	margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		width: 830px;
		background-color: #F4EFD9;
		margin: 0px;
		border-top-width: 3px;
		border-top-style: double;
		border-top-color: #2F1A68;
		border-bottom-width: 3px;
		border-bottom-style: double;
		border-bottom-color: #2F1A68;
}
.catpic {
	float: left;
width: 140px;
margin: 0px;
padding: 3px 10px 3px 15px;
background-color: transparent;
	
}
.saleinfo {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 6px 0px 0px 5px;
	border-right: 1px dotted #7A7A7A;
	background-color: transparent;
	width: 410px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 389px;
			}
html>body #catdetails.saleinfo {
  width: 410px;
}

.saleinfo h4 {
	color: #132148;
	background-color: transparent;
	text-transform: uppercase;
	padding: 5px 0px 5px 5px;
} 

.saleinfo p {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666;
	background-color: transparent;
	padding: 0px 0px 3px 5px;
}	

.catlinks {
	font-weight: bold;
	float: left;
	width: 260px;
	margin: 0px 0px 0px 10px;
	padding: 6px 0px 0px 5px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 245px;
			}
html>body #catdetails.catlinks {
  width: 260px;
}

.catlinks p {
	padding: 0px 0px 10px 5px;
	text-transform: uppercase;
}
#auctioninfo {
	float: left;
	margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		width: 830px;
		background-color: #fff;
		
}
#auctioninfo h3 {
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 40px 0px 40px;
	
}
#auctioninfo h2 {
	font-size: 1.4em;
		font-family: arial, helvetica, sans-serif;
		color: #4A4331;
		line-height: 1.6em;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px 0px 10px 0px;
		margin: 0px 40px 0px 40px;
		border-bottom-color: #837A63;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		}	
#auctioninfo h4 {
	font-size: 1.4em;
		font-family: arial, helvetica, sans-serif;
		line-height: 2.1em;
		text-align: center;
		color: #4A4331;
		font-weight: bold;
		padding: 10px 0px 10px 0px;
		border: 0px;
		margin: 20px 0px 20px 0px;
		text-transform: uppercase;
}
#auctioninfo p.story {
	font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
		color: #4A4331;
		line-height: 1.6em;
		font-weight: normal;
		margin: 8px 40px 0px 40px;
		padding: 0px;
}
#auctioninfo img.right {
		margin-left: 0px;
		padding-bottom: 5px;
		float:right;		
}
#auctioninfo img.right-narrow {
		margin-left: 0px;
		padding-left: 0px;
		padding-bottom: 5px;
		float:right;		
}
#auctioninfo img.left {
		margin-left: 0px;
		padding-bottom: 10px;
		float:left;		
}
#auctioninfo p.story-right {
	float:right; 
	font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
		color: #4A4331;
		line-height: 1.6em;
		font-weight: normal;
		margin: 8px 40px 0px 0px;
		padding: 0px 0px 0px 40px;
}

#auctioninfo p.caption-right {
	float: right;
	padding-right: 0px;
	text-align: center;
	margin: 0px 40px 0px 0px;;
	font-size: 1.1em;
		font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
		font-style: italic;
		color: #7F7551;
		line-height: 1.6em;
		font-weight: normal;
		background-color: transparent;
		width: 410px;
		voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 370px;
			}
html>body #auctioninfo p.caption-right {
  width: 410px;
}
#auctioninfo p.caption-right-short {
	float: right;
	padding-left: 0px;
	text-align: center;
	margin: 5px 40px 0px 0px;;
	font-size: 1.1em;
		font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
		font-style: italic;
		color: #7F7551;
		line-height: 1.6em;
		font-weight: normal;
		background-color: transparent;
		width: 270px;
		voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 230px;
			}
html>body #auctioninfo p.caption-right-short {
  width: 270px;
}
#auctioninfo p.caption-left {
	float: left;
	padding: 0px;
	text-align: center;
	margin: 0px 0px 10px 40px;;
	font-size: 1.1em;
		font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
		font-style: italic;
		color: #7F7551;
		line-height: 1.6em;
		font-weight: normal;
		background-color: transparent;
		width: 410px;
		voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 370px;
			}
html>body #auctioninfo p.caption-left {
  width: 410px;
}

#auctioninfo p.story-left {
	/* float:left; */
	font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
		color: #4A4331;
		line-height: 1.6em;
		font-weight: normal;
		margin: 8px 40px 0px 40px;
		padding: 0px;
}
#auctioninfo p.story-left-narrow {
	font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
		color: #4A4331;
		line-height: 1.6em;
		font-weight: normal;
		margin: 8px 40px 0px 40px;
		padding: 0px 0px 0px 10px;;
}
#auctioninfo p.more {
float: right;
	font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
		text-align: right;
		line-height: 1.6em;
		font-weight: bold;
		margin: 10px 30px 0px 0px;
		padding: 20px;
}
#auctioninfo p.more a,
#auctioninfo p.more a:link,
#auctioninfo p.more a:visited,
#auctioninfo p.back a,
#auctioninfo p.back a:link,
#auctioninfo p.back a:visited
 {
	text-decoration: underline;
}
#auctioninfo p.back {
	float: left;
	font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
		text-align: left;
		line-height: 1.6em;
		font-weight: bold;
		margin: 10px 30px 0px 30px;
		padding: 20px;
}
#auctioninfo p.dynamic {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 1.8em;
	margin: 10px 40px 10px 40px;
	color: #403B30;
	padding: 5px 10px 5px 10px;
}
.top {
	font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
		text-align: right;
		line-height: 1.6em;
		font-weight: bold;
		margin: 10px 30px 10px 0px;
		padding: 20px;
}
.contact {
	float: left;
	width: 220px;
	padding: 5px 0px 5px 0px;
	margin: 20px 60px 0px 15px;
}

.contact h3 {
		font-size: 1.2em;
		font-family: arial, helvetica, sans-serif;
		line-height: 1.4em;
		font-weight: bold;
		color: #4A4331;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
		text-transform: uppercase;
		border-bottom-color: #837A63;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		}
.contact h5 {
	font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
		line-height: 1.4em;
		font-weight: bold;
		font-style: italic;
		color: #006666;
		padding: 10px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
		
}
.contact p {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #666;
	background-color: transparent;
	padding: 10px 5px 3px 0px;
	margin: 0px;
} 
.col2 {
	float: left;
	width: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.col2 p {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}
.col3 {
	float: left;
	width: 390px;
	padding: 5px 0px 5px 0px;
	margin: 20px 10px 0px 10px;
}

.col3 h3 {
		font-size: 1.2em;
		font-family: arial, helvetica, sans-serif;
		line-height: 1.4em;
		font-weight: bold;
		color: #4A4331;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
		text-transform: uppercase;
		border-bottom-color: #837A63;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		}
.col3 p {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #666;
	background-color: transparent;
	padding: 10px 5px 3px 0px;
	margin: 0px;
}

#salenav {
	float: left;
		padding: 0px;
		width: 830px;
		background-color: #DDDDDD;
		margin: 5px 0px 5px 0px;
		}


#salenav2 {
	float: left;
		padding: 0px;
		width: 830px;
		background-color: #DDDDDD;
		margin: 5px 0px 5px 0px;
		}

.lotnos {
	float: left;
	width: 130px;
	margin: 0px 50px 0px 0px;
	padding: 10px 5px 10px 20px;
		font-size: 13px;
		line-height: 14px;
		font-weight: bold;
		color: #666;
}
.catback {
	float: left;
	width: 130px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 50px;
}
.lotnav {
	float: left;
	width: 260px;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 10px 0px 10px 160px;
	margin: 0px 0px 0px 0px;
}
.pagelots {
	float: left;
	width: 460px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #BB9226;
	background-color: transparent;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	}

.pagelots a	{
		color: #1E7797;
		font-weight:bold;
		text-decoration: none;
		background-color: transparent;
		}

.pagelots	a:link	{
		color: #1E7797;
		text-decoration: none;
		background-color: transparent;
		} 

.pagelots	a:visited	{
		color: #1E7797;
		text-decoration: none;
		background-color: transparent;
		} 

.pagelots	a:active	{ 
		color: #FF0080;  
		text-decoration:overline underline;
		background-color: transparent;
		} 

.pagelots	a:hover		{ 
		color: #FF0080; 
		text-decoration:overline underline; 
		background-color: transparent;
		} 

.gotolot {
	float: left;
	width: 160px;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 15px 15px 10px 150px;
	margin: 0px 0px 0px 0px;
}

#cattop {
		float: left;
		width: 830px;
		font-size: 1.1em;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-bottom-color: #2F1A68;
		border-bottom-style: solid;
		border-bottom-width: 1px;
}
.lot {
	float: left;
	width: 130px;
	padding: 0px 0px 0px 130px;
	margin: 0px 0px 0px 10px;
	text-align: center;

}
.des {
	float: left;
	width: 390px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 5px;

	
}
.est {
	float: left;
	width: 120px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
}
.catlist {
		float: left;
		width: 830px;
		font-size: 1.1em;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 10px 0px;
		background-color: #fff;
		border-bottom: 1px #7A7A7A dotted;
			}


.catlist2 {
		float: left;
		width: 830px;
		font-size: 1.1em;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 10px 0px;
		background-color: #fff;
		border-bottom: 1px #7A7A7A dotted;
}
		

.catthumb {
float: left;
width: 160px;
margin: 0px 0px 0px 10px;
padding: 0px 5px 0px 5px;
background-color: #fff;
	
}

.catno {
	float: left;
	width: 60px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

.catdes {
	float: left;
	width: 390px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 5px;
	border-right: 1px dotted #7A7A7A;
	border-left: 1px dotted #7A7A7A;

}

.catdes p {
	text-align: right;
	margin: 90px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
}

.catest {
	float: left;
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 15px;
	font-weight: bold;
}

.catdes h5 {
	font-size: 1.2em;
		font-family: arial, helvetica, sans-serif;
		line-height: 1.3em;
		font-weight: bold;
		padding: 0px 0px 15px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		text-transform: uppercase;
}


#endsale {
	float: left;
		width: 830px;
		margin: 10px 0px 0px 0px;
		padding: 5px 0px 5px 0px;
		background-color: #F4EFD9;
}

#endsale p {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-color: transparent;
}
/* rug pages */

#ruginfo {
	float: left;
		width: 830px;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #fff;
}
.rugdetails {
	float: left;
	width: 350px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-right: 1px dotted #7A7A7A;
	background-color: transparent;
}
.rugdetails h4 {
	font-size: 1.6em;
		font-family: arial, helvetica, sans-serif;
		line-height: 2.0em;
		font-weight: bold;
		padding: 0px 0px 15px 0px;
		border: 0px;
		margin: 0px 0px 20px 0px;
		color: #7F7551;
		background-color: transparent;
}
.rugdetails h5 {
	font-size: 1.6em;
		font-family: arial, helvetica, sans-serif;
		line-height: 2.0em;
		font-weight: bold;
		padding: 0px 0px 15px 0px;
		border: 0px;
		margin: 0px 0px 20px 0px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #C12744;
		background-color: transparent;
}
.rugdetails p {
	font-size: 1.2em;
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 8px 0px;
	line-height: 1.8em;
}
.rugdetails p.esti {
font-size: 1.4em;
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#ruginfo.rugimg {
	float: right;
	width: 410px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	
	
}
#ruginfo.rugimg img {
	margin: 0;
	border: 0;
	padding: 0px;
}

#rugdes {
		float: left;
		width: 830px;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #fff;
}
.german  {
	margin: 10px 50px 10px 50px;
	font-size: 1.2em;
		font-family: georgia, palatino, "Times New Roman", times, serif; 
		line-height: 2.0em;
		font-weight: normal;
		color: #807863;
		background-color: transparent;
}
.german p {
	font-size: 1.2em;
		font-family: georgia, palatino, "Times New Roman", times, serif; 
		line-height: 2.0em;
		font-weight: normal;
		color: #807863;
		background-color: transparent;
}
.english  {
	margin: 10px 50px 10px 50px;
	font-size: 1.2em;
		font-family: georgia, palatino, "Times New Roman", times, serif; 
		line-height: 2.0em;
		font-weight: normal;
		font-style: italic;
		color: #746B49;
		background-color: transparent;
}
.english p {
	font-size: 1.2em;
		font-family: georgia, palatino, "Times New Roman", times, serif; 
		line-height: 2.0em;
		font-weight: normal;
		font-style: italic;
		color: #746B49;
		background-color: transparent;
}
.litref  {
	margin: 20px 60px 20px 80px;
	font-size: 1.1em;
		font-family: arial, helvetica, sans-serif; 
		line-height: 1.6em;
		font-weight: normal;
		color: #2C281C;
		background-color: transparent;
}
.litref p {
	font-size: 1.1em;
		font-family: arial, helvetica, sans-serif; 
		line-height: 1.6em;
		font-weight: normal;
		color: #2C281C;
		background-color: transparent;
}
#footer {
	float: left;
		width: 830px;
		font-size: 1.1em;
		margin: 1px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #F4EFD9;
		border-top-width: 3px;
		border-top-style: double;
		border-top-color: #844200;
		border-bottom-width: 3px;
		border-bottom-style: double;
		border-bottom-color: #844200;
}

#footer p {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: normal;
  		line-height: 1.5em;
  		color: #403B30;
		background-color: #F4EFD9;
		margin: 0px;
		text-align: center;
		padding: 10px 10px 10px 10px;
}

#footer p.valid {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
		font-size: 1.0em;
		font-weight: normal;
  		line-height: 1.5em;
  		background-color: transparent;
		margin: 0px;
		text-align: center;
		padding: 3px 0px 3px 0px;
		margin:5px 300px 12px 300px;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #682D1A;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #682D1A;
}

/* forms */
#formframe {
	text-align: center;
	margin: 0;
	padding: 0px;
}
#formbox {
  width: 600px;
 /* border: 2px solid #ccc; */
  padding: 0px;
  background-color: #F4EFD9;
  text-align: left;
  margin: 0 auto;
}
#formbox h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin:0;
	padding: 10px 0px 10px 0px;
	background: #844200;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
#formbox div {
  clear: both;
  margin: 0px 0px 2px 0px;
  padding: 5px 5px 0px 5px;
}
#formbox label {
  display: block;
  float: left;
  width: 100px;
  margin: 3px 10px;
  line-height: 1.6em;
  background-color: #fff;
  padding-left: 22px;
  font-weight: bold;
  cursor: pointer;
  /*cursor: hand;*/
}
#formbox label.cb {
	width: 160px;
}
#formbox label.required {
  background-image: url(../i/required.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
#formbox label.problem {
  background-image: url(../i/caution.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
#formbox label.completed {
  background-image: url(../i/complete.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
/* div#submitdiv {
  margin-left: 7em;
  padding-left: 22px;
  padding-top: 0.3em;
} */
#formbox input {
	height: 18px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
}
input#Name, textarea {
  width: 410px;
}
input#EmailAddress,input#Email, input#Address {
  width: 410px;
}
input#PhoneNumber, input#Postcode, input#City,input#Town, input#Country {
	width: 270px;
}
input, textarea {
  border: 2px solid #ccc;
}
input:focus, textarea:focus {
  border: 2px solid #000;
}
input#SubmitRequest {
	margin: 10px 0 10px 250px;
	border-style:solid;
	border-color: #FFF #333 #333 #FFF;
    border-width:1px 2px 2px 1px;
	 background: #f9f8ec;
	 width:auto;
	 height: auto
}

/* tables */
#table1 {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}
table.results {
	width: 780px;
	font-family: "lucida sans unicode", "lucida grande", verdana, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px; 
	padding: 0;
}

table.results tr.head {
background-color: #BEC8D1;
	color: #404040;
font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #2C5B89;
	white-space: nowrap;
}
table.results tr.body1 {
	background-color: #E3EEE1;
	color: #404040;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #2C5B89;
	white-space: nowrap;
}
table.results tr.body2 {
	background-color: #E6F2F2;
	color: #404040;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #2C5B89;
	white-space: nowrap;
} 
th {
	text-align: left;
}
table.results th.lot {
	padding: 5px 0px 5px 3px;
	width: 30px;
	text-align:left;
}

table.results th.des {
	padding: 5px 0px 5px 3px;
	border-left: 1px dotted #EAE9CE;
	width: 120px;
}
table.results th.origin {
	padding: 5px 0px 5px 3px;
	border-left: 1px dotted #EAE9CE;
	width: 120px;
}

table.results th.price {
	padding: 5px 3px 5px 0px;
	border-left: 1px dotted #EAE9CE;
	text-align: right;
	width: 80px;
}

table.results th.lot2 {
	padding: 5px 0px 5px 5px;
	border-left: 2px double #312315;
	width: 30px;
}
table.results th.des2 {
	padding: 5px 0px 5px 3px;
	border-left: 1px dotted #EAE9CE;
	width: 120px;
}
table.results th.origin2 {
	padding: 5px 0px 5px 3px;
	border-left: 1px dotted #EAE9CE;
	width: 120px;
}
table.results th.price2 {
	padding: 5px 0px 5px 5px;
	border-left: 1px dotted #EAE9CE;
	text-align: right;
	width: 80px;
}

table.results td.lot {
	padding: 5px 0px 5px 3px;
	width: 30px;
	text-align: left;
}

table.results td.des {
	padding: 5px 0px 5px 3px;
	border-left: 1px dotted #EAE9CE;
	width: 120px;
}
table.results td.origin {
	padding: 5px 0px 5px 3px;
	border-left: 1px dotted #EAE9CE;
	width: 120px;
}

table.results td.price {
	padding: 5px 3px 5px 0px;
	border-left: 1px dotted #EAE9CE;
	text-align: right;
	width: 80px;
}

table.results td.lot2 {
	padding: 5px 0px 5px 5px;
	border-left: 2px double #312315;
	width: 30px;
}
table.results td.des2 {
	padding: 5px 0px 5px 3px;
	border-left: 1px dotted #EAE9CE;
	width: 120px;
}
table.results td.origin2 {
	padding: 5px 0px 5px 3px;
	border-left: 1px dotted #EAE9CE;
	width: 120px;
}
table.results td.price2 {
	padding: 5px 5px 5px 0px;
	border-left: 1px dotted #EAE9CE;
	text-align: right;
	width: 80px;
}









