html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#body
{
	width: 770px;
	margin: 0 auto;
}

#bodyPopup
{
	width: 92%;
	/*height: 90%;*/
	margin: 2%;
	padding: 2%;
}

img
{
	border: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

hr
{
	height: 1px;
	border: 0px;
	padding: 0px;
}
.titleBarLeft
{
	float:left;
	height:30px;
	width:5px;
	background-image:url("../Images/TitleBar_Left.jpg");	
}
.titleBarRight
{
	float:left;
	height:30px;
	width:5px;
	background-image:url("../Images/TitleBar_Right.jpg");	
}
#container
{
	width: 770px;
}

#containerPopup
{
	width: 100%;
}

#header
{
	width: 770px;
	height: 138px;
    background-image: url("../Images/Header/HeaderBackgroundStripe.jpg");
	background-repeat: repeat-x;
}

#headerLeft
{
	width: 180px;
	height: 75px;
	padding-top: 31px;
	float: left;
}

#headerCentre
{
	float: left;
	width: 350px;
	height: 100px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 28px;
}

#headerRight
{
	width: 180px;
	height: 138px;
	float: right;
}

#headerLogin
{
	width: 180px;
	height: 33px;
}

#headerLoginLeft
{
	width: 5px;
	height: 33px;
	float: left;
	margin-left: 45px;
	background-image: url("../Images/Header/HeaderLogin_Left.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

#headerLoginCentre
{
	width: 130px;
	height: 25px;
	float: left;
	padding-top: 8px;
	text-align: center;
	background-image: url("../Images/Header/HeaderLogin_Stripe.jpg");
	background-repeat: repeat-x;
}

#headerLoginRight
{
	width: 0px;
	height: 33px;
	float: left;
	background-image: url("../Images/Header/HeaderLogin_Right.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
#headerLoginBottomLeft
{
	float:left;
	height:5px;
	margin-left:45px;
	width:5px;
	background-image:url("../Images/Menufadecorner.jpg");
	background-repeat:no-repeat;
}
#headerLoginBottomRight
{
	float:left;
	width:130px;
	height:5px;
	background-image:url("../Images/Menufade.jpg");
	background-repeat:repeat-x;
}
#headerContact
{
	width: 175px;
	height: 72px;
	padding-right: 5px;
	padding-top: 30px;
	text-align: right;
}

#headerMenu
{
	clear: both;
	width: 765px;
	height: 41px;
}

#headerMenuLeft
{
	width: 5px;
	height: 41px;
	float:left;
	margin-left:5px;
	background-image: url("../Images/Navigation/NavigationBar_Left.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

#headerMenuCentre
{
	width: 750px;
	height: 41px;
	float:left;
    background-image: url("../Images/Navigation/NavigationBar_Stripe_Off.jpg");
	background-repeat: repeat-x;
}

#headerMenuRight
{
	width: 5px;
	height: 41px;
	float:left;
	background-image: url("../Images/Navigation/NavigationBar_Right.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
#headerMenuBottomLeft
{
	float:left;
	height:5px;
	margin-left:5px;
	width:5px;
	background-image:url("../Images/Menufadecorner.jpg");
	background-repeat:no-repeat;
}
#headerMenuBottomCenter
{
	float:left;
	width:750px;
	height:5px;
	background-image:url("../Images/Menufade.jpg");
	background-repeat:repeat-x;
}
#headerMenuBottomRight
{
	float:left;
	width:5px;
	height:5px;
	background-image:url("../Images/Menufadecornerrightfade.jpg");
	background-repeat:repeat-x;
}
#content
{
	clear: both;
	width: 770px;
	min-height: 355px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#contentPopup
{
	width: 100%;
}

#centeredContent
{
	clear: both;
	width: 500px;
	margin: 0 auto;
	min-height: 300px;
}

#contentLeft
{
	width: 200px;
	float: left;
	padding-left: 10px;


}

#contentRight
{
	width: 520px;
	float: right;
	padding-right: 10px;
	padding-left:0px;
	padding-top:6px;
}

#leftColumn
{
	width: 200px;
}

#footer
{
	clear: both;
	width: 770px;
	height: 30px;
	background-image: url("../Images/Footer/Footer_Stripe.jpg");
	background-repeat: repeat-x;
	margin-top:15px;
}

#footerMenu
{
	padding-top: 7px;
	text-align: center;
}

#footerLinks
{
	width: 770px;
}

#footerLinks .left
{
	width: 770px;
	float: left;
	text-align: center;
}

#footerLinks .right
{
	width: 385px;
	float: right;
	text-align: right;
}

#pageTitle
{
	text-align: center;
}

#pageInfo
{
	text-align: center;
}

/* NEWSLETTER BOX */
#newsletterBox
{
	width: 212px;
	height: 80px;
	border-width: 1px;
	border-style: none;
	padding: 1px;
	margin-bottom: 5px;
}

#newsletterEmail
{
	margin-left: 5px;
	width: 160px;
	height: 28px;
	float: left;
}

#newsletterEmail input
{
	border-width: 0px;
	padding: 4px 2px 2px 2px;
}

#newsletterButton
{
	width: 27px;
	height: 28px;
	float: left;
	margin-left: 1px;
}

#newsletterButton img
{
	border: none;
}
/*Background for newsletter*/
#newslettercontent
{
	border-left-style:solid;
	border-left-width:1px;
	border-color:#CCCCCC;
	color:#FFFFFF;
	float:left;
	width:206px;
	height:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	padding-top:8px;
}
#newsletterLeft
{
	color:#FFFFFF;
	float:left;
	width:207px;
	height:74px;
}
#newslettertop
{
	float:left;
	width:192px;
	height:20px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	background-image:url(../Images/TitleBar_Stripe.gif);
	background-repeat:repeat-x;
	
}

#newsletterCorner
{
	float:left;
	height:5px;
	width:5px;
	background-image:url(../Images/Menufadecorner.jpg);
	background-repeat:no-repeat;
}
#newsletterBottom
{
	float:left;
	width:202px;
	height:5px;
	background-image:url(../Images/Menufade.jpg);
	background-repeat:repeat-x;
}
#newsletterRight
{
	float:right;
	width:5px;
	height:71px;
	margin-top:3px;
	background-image:url(../Images/MenufadeRight.jpg);
	background-repeat:repeat-y;
}
#newsletterRightCorner
{
	float:right;
	width:5px;
	height:5px;
	background-image:url(../Images/MenufadecornerRight.jpg);
	background-repeat:no-repeat;
}

/*Contact Us Box*/
#ContactUsBox
{
	float:left;
	width: 212px;
	height: 260px;
	padding: 1px;
	margin-top:5px;
	margin-bottom:15px;
}
#ContactUscontent
{
	padding-left:5px;	
	border-left-style:solid;
	border-left-width:1px;
	border-color:#CCCCCC;
	color:#FFFFFF;
	float:left;
	width:206px;
	height:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:8px;
}
#ContactUsLeft
{

	color:#FFFFFF;
	float:left;
	width:207px;
	padding-left:0px;
	padding-right:0px;
	height:255px;
}
#ContactUstop
{
	float:left;
	width:192px;
	height:20px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	background-image:url(../Images/TitleBar_Stripe.gif);
	background-repeat:repeat-x;
	
}
#ContactUsCorner
{
	float:left;
	height:5px;
	width:5px;
	background-image:url(../Images/Menufadecorner.jpg);
	background-repeat:no-repeat;
}
#ContactUsBottom
{
	float:left;
	width:202px;
	height:5px;
	background-image:url(../Images/Menufade.jpg);
	background-repeat:repeat-x;
}
#ContactUsRight
{
	float:right;
	margin-top:3px;
	width:5px;
	height:252px;
	background-image:url(../Images/MenufadeRight.jpg);
	background-repeat:repeat-y;
}
#ContactUsRightCorner
{
	float:right;
	width:5px;
	height:5px;
	background-image:url(../Images/MenufadecornerRight.jpg);
	background-repeat:no-repeat;
}
/*Auction Box*/
#AuctionCatBox
{
	float:left;
	width: 212px;
	height: 340px;
	padding: 1px;
	margin-top:5px;
	margin-bottom:15px;
}
#AuctionCatcontent
{
	padding-left:5px;	
	border-left-style:solid;
	border-left-width:1px;
	border-color:#CCCCCC;
	color:#FFFFFF;
	float:left;
	width:206px;
	height:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:8px;
}
#AuctionCatLeft
{

	color:#FFFFFF;
	float:left;
	width:207px;
	padding-left:0px;
	padding-right:0px;
	height:335px;
}
#AuctionCattop
{
	float:left;
	width:192px;
	height:20px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	background-image:url(../Images/TitleBar_Stripe.gif);
	background-repeat:repeat-x;
	
}
#AuctionCatCorner
{
	float:left;
	height:5px;
	width:5px;
	background-image:url(../Images/Menufadecorner.jpg);
	background-repeat:no-repeat;
}
#AuctionCatBottom
{
	float:left;
	width:202px;
	height:5px;
	background-image:url(../Images/Menufade.jpg);
	background-repeat:repeat-x;
}
#AuctionCatRight
{
	float:right;
	margin-top:3px;
	width:5px;
	height:332px;
	background-image:url(../Images/MenufadeRight.jpg);
	background-repeat:repeat-y;
}
#AuctionCatRightCorner
{
	float:right;
	width:5px;
	height:5px;
	background-image:url(../Images/MenufadecornerRight.jpg);
	background-repeat:no-repeat;
}
/*Flash Box*/
#FlashBox
{
	width: 520px;
	height: 260px;
	margin-left:0px;
	margin-top:5px;
}
#FlashBoxcontent
{

	border-left-style:solid;
	border-left-width:1px;
	border-color:#CCCCCC;
	color:#FFFFFF;
	float:left;
	width:515px;
	height:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:8px;
}
#FlashBoxLeft
{

	color:#FFFFFF;
	float:left;
	width:515px;
	padding-left:0px;
	padding-right:0px;
	height:255px;
}
#FlashBoxtop
{
	float:left;
	width:500px;
	height:20px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	background-image:url(../Images/TitleBar_Stripe.gif);
	background-repeat:repeat-x;
	
}
#FlashBoxCorner
{
	float:left;
	height:5px;
	width:5px;
	background-image:url(../Images/Menufadecorner.jpg);
	background-repeat:no-repeat;
}
#FlashBoxBottom
{
	float:left;
	width:510px;
	height:5px;
	background-image:url(../Images/Menufade.jpg);
	background-repeat:repeat-x;
}
#FlashBoxRight
{
	float:right;
	margin-top:3px;
	width:5px;
	height:252px;
	background-image:url(../Images/MenufadeRight.jpg);
	background-repeat:repeat-y;
}
#FlashBoxRightCorner
{
	float:right;
	width:5px;
	height:5px;
	background-image:url(../Images/MenufadecornerRight.jpg);
	background-repeat:no-repeat;
}
/* HOME PAGE "LATEST" AREA */
#latestArea
{
	margin-top:15px;
	margin-left:4px;
	width: 520px;
}
#latestAreaHeader
{
	float:left;
	width: 520px;
	height: 30px;
}
#latestAreaHeaderLeft
{
	float:left;
	width: 247px;
	height: 30px;
	margin-right:5px;


}
#latestAreaHeaderRight
{
	float:left;
	width: 247px;
	height: 20px;
	margin-left:0px;
	padding-left:15px;

}
.latestAreaHeaderContent
{
	float:left;
	width: 232px;
	height:20px;
	background-image:url("../Images/TitleBar_Stripe.gif");
	padding-top:5px;
	padding-bottom:5px;
}
.SideShadowTitle
{
	float:left;
	width:5px;
	height:27px;
	margin-top:3px;
	background-image:url(../Images/MenufadeRight.jpg);
	background-repeat:repeat-y;
}

#latestAreaBody
{
	float:left;
	width: 520px;
	background-image: url(../Images/Fullfade.jpg);
	background-repeat: repeat-y;
}

#latestAreaBodyLeft
{
	float:left;
	width: 227px;
	margin-left:5px;
	/*background-image:url("../Images/FullfadeRight.jpg");*/
	padding-top:10px;
}

#latestAreaBodyRight
{
	float:left;
	width: 227px;
	margin-left: 40px;
	/*background-image:url("../Images/FullfadeRight.jpg");*/
	padding-top:10px;
}
#latestAreaFooter
{
	float:left;
	width: 520px;
	background-image: url("../Images/Fullfade.jpg");
	background-repeat: repeat-y;
}
#latestAreaFooterLeft
{
	clear:both;
	float:left;
	width: 210px;
	height: 54px;
	padding-left: 10px;
	margin-left:10px;
	line-height: 50px;
	vertical-align: middle;

}

#latestAreaFooterRight
{
	float:left;
	margin-left:45px;
	width: 210px;
	height: 54px;
	padding-left: 20px;
	line-height: 50px;
	vertical-align: middle;

}
#bottomfade
{
	float:left;
	height:5px;
	width: 520px;
	background-image:url("../Images/Fullbottomfade.jpg");
	background-repeat:no-repeat;
}
.latestNewsRow
{
	width: 230px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 5px;
}

.latestAuctionRow
{
	clear: both;
	width: 230px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 5px;
}

.latestAuctionRowLeft
{
	width: 150px;
	float: left;
}

.latestAuctionRowRight
{
	width: 60px;
	float: left;
	text-align: center;
}

.latestAuctionRowTitle
{
	margin-bottom: 3px;
}

.latestAuctionRowDate
{
	margin-bottom: 10px;
}

#LiveAuction
{
	width:212px;
	margin-top:5px;
	background-position:right;

}
#LiveAuctionMainLeft
{
	float:left;
	width:100px;
	
}
#LiveAuctionMainRight
{
	float:left;
	width:100px;
	height:30px;
	
	
}
#LiveAuctiontop
{
	float:left;
	width:192px;
	height:20px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	background-image:url(../Images/TitleBar_Stripe.gif);
	background-repeat:repeat-x;
	margin-bottom:0px;
}
#LiveAuctionMain
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	width:207px;
	background-repeat:repeat-y;
	background-image:url(../Images/FullfadeRight.jpg);

}
#liveauctionright
{
	float:left;
	margin-top:3px;
	height:27px;
	width:5px;
	background-image:url(../Images/MenufadeRight.jpg);
	background-repeat:repeat-y;
}
#liveauctionbottom
{
	float:left;
	background-image:url(../Images/FullBottomFadeShort.jpg);
	height:5px;
	width:212px;
	background-repeat:no-repeat;
}
#LeftMenuBox
{
	margin-top:6px;
	margin-left:1px;
	float:left;
	width:212px;	

}
#LeftMenuBoxDates
{

	margin-left:1px;
	float:left;
	width:212px;	

}
#LeftMenuBoxPrevious
{

	margin-left:1px;
	float:left;
	width:212px;	

}
#LeftMenuBoxFairs
{

	margin-left:1px;
	float:left;
	width:212px;	

}
#LeftMenuBoxBid
{

	margin-left:1px;
	float:left;
	width:212px;	

}
#LeftMenuBoxTeam
{

	margin-left:1px;
	float:left;
	width:212px;	

}
#LeftMenuBoxtop
{
	float:left;
	width:192px;
	height:20px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	background-image:url(../Images/TitleBar_Stripe.gif);
	background-repeat:repeat-x;
	margin-bottom:0px;
}
#LeftMenuBoxMain
{
	padding-left:5px;
	padding-top:5px;
	width:207px;
	background-image:url(../Images/FullfadeRight.jpg);
	background-repeat:repeat-y;
}
#LeftMenuBoxMainDates
{
	padding-left:5px;
	width:207px;
	background-image:url(../Images/FullfadeRight.jpg);
	background-repeat:repeat-y;
	height:30px;
}
#LeftMenuBoxMainPrevious
{
	padding-left:5px;
	width:207px;
	background-image:url(../Images/FullfadeRight.jpg);
	background-repeat:repeat-y;
	height:30px;
}
#LeftMenuBoxMainFairs
{
	padding-left:5px;
	width:207px;
	background-image:url(../Images/FullfadeRight.jpg);
	background-repeat:repeat-y;
	height:30px;
}
#LeftMenuBoxright
{
	float:left;
	margin-top:3px;
	height:27px;
	width:5px;
	background-image:url(../Images/MenufadeRight.jpg);
	background-repeat:repeat-y;
}
#LeftMenuBoxbottom
{
	background-image:url(../Images/FullBottomFadeShort.jpg);
	height:5px;
	width:212px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

/* NEWS DETAIL */
#newsDetailBody
{
	width: 520px;
	min-height: 320px;

}

#newsDetailContent
{
	margin-top: 10px;
	line-height: 1.3em;
	vertical-align: middle;
}

#newsDetailContent p sup
{
	vertical-align: 0;
    position: relative;
	bottom: 1ex; 
}

#newsDetailContent p sub
{
	vertical-align: 0;
    position: relative;
	top: 0.8ex;
}

#newsDetailContent p img
{
	padding: 0px 10px 0px 20px;
}

#newsDetailLinks
{
	clear: both;
	width: 520px;
	height: 20px;
	padding-top: 10px;
	text-align: left;
}

/* SITE MAP */
.siteMapSection
{
	width: 520px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.siteMapPage
{
	width: 520px;
	padding-top: 5px;
}

/* TESTIMONIAL LIST */
.testimonialList
{
	clear: both;
	width: 520px;
	margin-bottom: 10px;
}

.testimonialListText
{
	width: 510px;
	padding-left: 10px;
	padding-right: 10px;
}

.testimonialListBy
{
	width: 500px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 5px;
}

/* NEWS ARTICLES */
.newsTopic
{
	width: 520px;
}

#newsArticleList
{
	clear: both;
	width: 520px;

}

.newsArticleRow
{
	clear: both;
	width: 500px;
	margin-left: 20px;
	padding-top: 10px;
}

.newsArticleRow hr
{
	height: 1px;
	border: 0px;
	padding: 0px;
}

.newsArticleRowTitle
{
	margin-bottom: 5px;

}

.newsArticleRowPreviewImage
{
	width: 66px;
	float: left;

}

.newsArticleRowPreviewImage img
{
	width: 66px;
}

.newsArticleRowText
{
	width: 418px;
	float: right;
	margin-left: 15px;
}

.newsArticleRowTextFullWidth
{
	width: 500px;
}

.newsArticleRowTopicText
{
	width: 520px;
}

.newsArticleRowLink
{
	clear: both;
	width: 500px;
	text-align: right;
}

#newsListPagination
{
	clear: both;
	width: 520px;
	padding-top: 20px;
	height: 20px;
}

#newsListPagination .searchNavigationLeft
{
	width: 25%;
	float: left;
	text-align: left;
}

#newsListPagination .searchNavigationCenter
{
	width: 48%;
	float: left;
	text-align: center;
}

#newsListPagination .searchNavigationRight
{
	width: 25%;
	float: right;
	text-align: right;
}

#newsListPagination .searchNavigationLeft a, #newsListPagination .searchNavigationCenter a, #newsListPagination .searchNavigationRight a
{
	margin-left: 1px;
	margin-right: 1px;
}

/* FAQ LIST */
.faqCategory
{
	width: 520px;
}

#faqList
{
	clear: both;
	width: 520px;
}

.faqListRow
{
	clear: both;
	width: 500px;
	margin-left: 20px;
	padding-bottom: 10px;
}

.faqListQuestion
{
	width: 500px;
	padding: 5px;
}

.faqListAnswer
{
	width: 490px;
	padding: 5px 5px 5px 15px;
	display: none;
}

#faqListPagination
{
	clear: both;
	width: 520px;
	height: 20px;
	padding-top: 10px;
}

#faqListPagination .searchNavigationLeft
{
	width: 25%;
	float: left;
	text-align: left;
}

#faqListPagination .searchNavigationCenter
{
	width: 48%;
	float: left;
	text-align: center;
}

#faqListPagination .searchNavigationRight
{
	width: 25%;
	float: right;
	text-align: right;
}

#faqListPagination .searchNavigationLeft a, #faqListPagination .searchNavigationCenter a, #faqListPagination .searchNavigationRight a
{
	margin-left: 1px;
	margin-right: 1px;
}

/* USER LOGIN FORM */
#userLoginForm
{
	width: 520px;
}

.userLoginFormRow
{
	clear: both;
	width: 520px;
	margin-bottom: 5px;
}

.userLoginFormRow.rightAlign
{
	margin-bottom: 15px;
	text-align: right;
}

.userLoginFormRow .label
{
	width: 200px;
	float: left;
}

.userLoginFormRow .field
{
	width: 320px;
	float: right;
}

/* USER PASSWORD REMINDER  FORM */
#userPasswordReminderForm
{
	width: 520px;
}

.userPasswordReminderFormRow
{
	clear: both;
	width: 520px;
	margin-bottom: 5px;
}

.userPasswordReminderFormRow.rightAlign
{
	margin-bottom: 15px;
	text-align: right;
}

.userPasswordReminderFormRow .label
{
	width: 200px;
	float: left;
}

.userPasswordReminderFormRow .field
{
	width: 320px;
	float: right;
}

/* USER CHANGE PASSWORD FORM */
#userChangePasswordForm
{
	width: 520px;
}

.userChangePasswordFormRow
{
	clear: both;
	width: 520px;
	margin-bottom: 5px;
}

.userChangePasswordFormRow.centerAlign
{
	margin-bottom: 15px;
	text-align: center;
}

.userChangePasswordFormRow .label
{
	width: 200px;
	float: left;
}

.userChangePasswordFormRow .field
{
	width: 320px;
	float: right;
}

/* USER REGISTER FORM */
#userRegister
{
	width: 520px;
}

#userRegisterForm
{
	width: 520px;
}

.userRegisterFormRow
{
	clear: both;
	width: 520px;
	margin-bottom: 5px;
}

.userRegisterFormRow.rightAlign
{
	margin-bottom: 15px;
	text-align: right;
}

.userRegisterFormRow .label
{
	width: 200px;
	float: left;
}

.userRegisterFormRow .field
{
	width: 320px;
	float: right;
}

/* CONTACT FORM */
#contactForm
{
	width: 520px;
}

/* INPUT FORM */
.inputFormRow
{
	clear: both;
	width: 520px;
	margin-bottom: 5px;
}

.inputFormRowLabel
{
	width: 200px;
	float: left;
}

.inputFormRowField
{
	width: 320px;
	float: right;
}

#inputFormErrorArea
{
	width: 520px;
	text-align: left;
}

.valSum
{
	width: 510px;
	padding: 5px;
}

/* AUCTION LIST */
#auctionList
{
	width: 520px;
}

.auctionListRow
{
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

.auctionListRowTitle
{
	width: 59%;
	float: left;
}

.auctionListRowDate
{
	width: 25%;
	float: left;
}

.auctionListRowImage
{
	width: 15%;
	float: left;
}

.auctionListRowLink
{
	width: 15%;
	float: right;
	text-align: right;
}

/* AUCTION DETAIL */
#auctionDetail
{
	width: 520px;
}

.auctionDetailRow
{
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

.auctionDetailRow.header
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.auctionDetailRowCategory
{
	width: 85%;
	float: left;
}

.auctionDetailRowCount
{
	width: 14%;
	float: right;
	text-align: right;
}

#auctionDetailLotNumber
{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

/* LOT SEARCH DETAIL */
#lotSearchDetail
{
	width: 520px;
}

.lotSearchDetailRow
{
	clear: both;
	width: 520px;
	margin-bottom: 10px;
}

.lotSearchDetailRowHeaderAuction
{
	width: 510px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: 23px;
	vertical-align: middle;
}

.lotSearchDetailRowHeaderAuction .left
{
	width: 420px;
	float: left;
}

.lotSearchDetailRowHeaderAuction .right
{
	width: 80px;
	float: right;
}

.lotSearchDetailRowHeader
{
	width: 510px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: 23px;
	vertical-align: middle;
}

.lotSearchDetailRowHeader .left
{
	width: 80px;
	float: left;
}

.lotSearchDetailRowHeader .right
{
	width: 420px;
	float: right;
}

.lotSearchDetailRowBody
{
	width: 520px;
	min-height: 80px;
}

.lotSearchDetailRowBody .left
{
	width: 60px;
	float: left;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.lotSearchDetailRowBody .left img
{
	width: 60px;
	height: auto;
	padding-bottom: 10px;
}

.lotSearchDetailRowBody .right
{
	width: 440px;
	float: right;
}

.lotSearchDetailRowBody .right .description
{
	width: 420px;
	min-height: 30px;
	padding: 10px;
}

.lotSearchDetailRowBody .right .price
{
	width: 420px;
	height: 20px;
	text-align: right;
	padding: 0px 10px 0px 10px;
}

.lotSearchDetailRowFooter
{
	width: 510px;
	padding-left: 10px;
	padding-right: 10px;
	height: 23px;
	line-height: 21px;
	vertical-align: middle;
}

.lotSearchDetailRowFooter .left
{
	width: 420px;
	float: left;
}

.lotSearchDetailRowFooter .right
{
	width: 80px;
	float: right;
	text-align: right;
}

/* LOT DETAIL */
#lotDetail
{
	width: 520px;
}

#lotDetailImage
{
	width: 520px;
	text-align: center;
}

#lotDetailImageLargeLink
{
	width: 520px;
	text-align: center;
	margin-top: 10px;
}

.lotDetailRow
{
	width: 500px;
	margin-top: 5px;
}

.bidButton
{
	margin-left: 10px;
}

/* BID HISTORY GROUP */
#bidHistoryGroup
{
	width: 520px;
}

.bidHistoryGroupRow
{
	clear: both;
	width: 520px;
	margin-bottom: 10px;
}

.bidHistoryGroupRowHeader
{
	width: 510px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.bidHistoryGroupRowHeaderLeft
{
	width: 400px;
	float: left;
}

.bidHistoryGroupRowHeaderRight
{
	width: 100px;
	float: right;
	text-align: right;
}

.bidHistoryGroupRowBody
{
	clear: both;
	width: 510px;
	padding: 10px;
}

.bidHistoryGroupRowBodyLeft
{
	width: 250px;
	float: left;
}

.bidHistoryGroupRowBodyRight
{
	width: 250px;
	float: right;
	text-align: right;
}

/* BID HISTORY */
#bidHistory
{
	width: 520px;
}

.bidHistoryRow
{
	clear: both;
	width: 520px;
	margin-bottom: 10px;
}

.bidHistoryRowHeader
{
	width: 510px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.bidHistoryRowHeaderLeft
{
	width: 350px;
	float: left;
}

.bidHistoryRowHeaderRight
{
	width: 150px;
	float: right;
	text-align: right;
}

.bidHistoryRowBody
{
	clear: both;
	width: 510px;
	padding: 10px;
}

.bidHistoryRowBodyLeft
{
	width: 250px;
	float: left;
}

.bidHistoryRowBodyRight
{
	width: 250px;
	float: right;
	text-align: right;
}

/* EDIT PAYMENT DETAILS FORM */
#editPaymentDetails
{
	width: 520px;
}

#editPaymentDetailsForm
{
	width: 520px;
}

.editPaymentDetailsFormRow
{
	clear: both;
	width: 520px;
	margin-bottom: 5px;
}

.editPaymentDetailsFormRow.rightAlign
{
	margin-bottom: 15px;
	text-align: right;
}

.editPaymentDetailsFormRow .label
{
	width: 200px;
	float: left;
}

.editPaymentDetailsFormRow .field
{
	width: 320px;
	float: right;
}

.editPaymentDetailsFormRow .field p
{
	margin-bottom: 5px;
}

/* VIEW PAYMENT DETAILS */
#viewPaymentDetails
{
	width: 520px;
}

.viewPaymentDetailsRow
{
	clear: both;
	width: 520px;
	margin-bottom: 5px;
}

.viewPaymentDetailsRow .label
{
	width: 200px;
	float: left;
}

.viewPaymentDetailsRow .field
{
	width: 320px;
	float: right;
}

/* EDIT PERSONAL DETAILS FORM */
#editPersonalDetails
{
	width: 520px;
}

#editPersonalDetailsForm
{
	width: 520px;
}

.editPersonalDetailsFormRow
{
	clear: both;
	width: 520px;
	margin-bottom: 5px;
}

.editPersonalDetailsFormRow.rightAlign
{
	margin-bottom: 15px;
	text-align: right;
}

.editPersonalDetailsFormRow .label
{
	width: 200px;
	float: left;
}

.editPersonalDetailsFormRow .field
{
	width: 320px;
	float: right;
}

/* EDIT ADDRESS DETAILS FORM */
#editAddressDetails
{
	width: 520px;
}

#editAddressDetailsForm
{
	width: 520px;
}

.editAddressDetailsFormRow
{
	clear: both;
	width: 520px;
	margin-bottom: 5px;
}

.editAddressDetailsFormRow.rightAlign
{
	margin-bottom: 15px;
	text-align: right;
}

.editAddressDetailsFormRow .label
{
	width: 200px;
	float: left;
}

.editAddressDetailsFormRow .field
{
	width: 320px;
	float: right;
}

/* HEADER IMAGE SCROLL */
#imageRotator
{
	width: 350px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

#imageRotatorDiv
{
	width: 350px;
	height: 100px;
	overflow: auto;
}

.imageRotatorImage
{
	width: 350px;
	height: 100px;
}

.imageRotatorImage img
{
	width: 350px;
	height: 100px;
	text-align: left;
	vertical-align: top;
}

/* TEAM MEMBERS */
div#meetTheTeam {
	width: 520px;
	margin-bottom: 10px;
}
.row {
	width: 520px;
}
div#meetTheTeam .teamMem {
	float:left;
	width: 119px;
	margin-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #dedede;
}
div#meetTheTeam .teamMem img { 
	margin: 2px;
	width: 115px;
	height: 115px;
}
div#meetTheTeam .teamMem dd { 
	width: 119px;
	text-align: center;
	margin: 0px;
}
div#meetTheTeam dl { 
	margin-bottom: 10px;
}
div#meetTheTeam .gap {
	margin-left: 12px;
}

/* VIEW TEAM MEMBER */
div#teamMemberTitle
{
	width: 520px;
	margin-bottom: 10px;
}

div#teamMemberTitleLeft
{
	width: 260px;
	float: left;
}

div#teamMemberTitleRight
{
	width: 260px;
	float: right;
	text-align: right;
}

div#member {
	width: 520px;
	margin-bottom: 10px;
}
div#membersPhoto {
	float:right;
	height: 200px;
	width: 200px;
	padding: 2px;
	border: solid 1px #225992;
	margin: 0px 0px 10px 10px;
	text-align: center;
}

div#membersPhoto img {
	height: 200px;
	width: auto;
}

/* PRICES REALISED */
#pricesRealised
{
	width: 520px;
}

.pricesRealisedRow
{
	clear: both;
	width: 520px;
	margin-bottom: 10px;
}

.pricesRealisedRowHeader
{
	width: 510px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: 23px;
	vertical-align: middle;
}

.pricesRealisedRowBody
{
	width: 520px;
	min-height: 80px;
}

