/* CSS Document */
/* Title: Fellows & Sons - Auction Management Custom styles for Web */

/* *** TABLE-LESS FORM LAYOUT *** */
/* MAIN CONTAINER DIV */
div.panel
{
	float:left; 
	width:710px; 
	border:0px solid #fff; 
	padding-left:5px;
	margin:0px auto;
}

/* ROW */
div.row 
{
	clear: both;
	padding-top: 7px;
	
}

/* ROW LABEL */
div.row label
{
	padding-bottom:5px;
	float: left;
	width: 165px;
	text-align: left;
	font-weight:bold;
}

/* ROW INPUT */
div.row input
{
	float: left;
	text-align: left;
	font-weight:normal;
	margin-right:15px;
}

/* ROW SELECT & TEXTAREA */
div.row select, div.row textarea
{
	float: left;
	text-align: left;
	margin-right:50px;
	font-weight:normal;
}

.row_register {
	height: 38px;
	padding-top: 12px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(http://www.fellows.co.uk/web/templates/home_template_rev2_files/bg4.gif);
}

/* CHECKBOX INPUT */
div.checkbox input
{
	float: left;
	width: 30px;
	text-align: left;
	margin-left: 0px;
	padding-left:0px;	
	border:1px solid white;
}

/* RADIO BUTTONS LABEL */
div.checkbox label
{
	float: left;
	width: 200px;
	text-align: left;
	margin-right:10px;
	font-weight:normal;
	padding-top:1px;
	padding-bottom:5px !important;
	border:1px solid white;
}


div.checkbox #tandclabel
{
	width:350px;
}

/* PUSHES THESE ELEMENTS INTO LINE */
div.panel p 
{
	padding:0px;
	margin-left:0px;
}

div.panel span.error {
	color:#FF0000;
}

div.row img {
	border:0px;
}

/* DATE ROW SELECT & INPUT */
div.daterow select, div.daterow input
{
	font-weight:normal;
	float: left;
	text-align: left;
	margin-right: 10px;
}

/* DATE ROW LABEL */
div.daterow label
{ 	
	padding-left:0px;
	float: left;
	text-align: left;
	margin-right:10px;
	border: 0px solid #000;
	width:40px;
}

div.row .submitButton
{
	text-align:center;
}

#newAuctionUploadForm h2
{
	clear:left;
	padding-top:20px;
	_padding-top:0px;
}


div.leftColumnForRegistrationFormLayout
{
	float:left;
	width:370px;
	margin-left:5px !important;	
}

div.rightColumnForRegistrationFormLayout
{
	float:right;
	width:330px;
}

div.spacerRow
{
	width:200px;
	height:35px;
}

div#areasOfInterest
{
	float:left;
	width:165px;
	font-weight:bold;
	margin-left:5px !important;
}

div#mailingLists
{
	float:left;
	width:500px;	
}


div#leftColumnForConditionReportLayout
{
	float:left;
	width:420px;
}

div#rightColumnForConditionReportLayout
{
	float:left;
	width:330px;
}

.redText
{
    color: #ff0000;
}


/* *** STYLES FOR SHOWLOT PAGE *** */
div#lotPanel
{
	width:650px; 
	border:1px solid black;
	margin:0px;
	padding:0px;
}

div#leftColumn
{
	float:left;
	width:455px;
}


div#rightColumn
{
	float:right;
	width:290px;
	
}

div#lotImage
{
	width:451px;
	height:451px;
}


div.row 
{
	clear:both;
	padding-top:10px !important;
}

div.row h3
{
	float: left;
	width: 130px;
	margin-right:0px;
	font-size:14px;
}

div.row p
{
	float: left;
	width: 150px;
	margin-right:0px;
	font-size:14px;
	margin-left:10px;
}

div#previousPageLink
{
	clear:left;
}
/* *** STYLES FOR SHOWLOT PAGE *** */

div.row2 {
	padding-top:10px !important;
	width: 450px;
	float: left;
	overflow: visible;
}
div.row2 h3 {
	width: 130px;
	margin:0px;
	font-size:14px;
}
.noTBMargin
{
        margin-top: 0px;
        margin-bottom: 0px;
}