.listingDetailHeading {
	text-align: right;
	vertical-align: top;
	width: 40%;
	white-space: nowrap;
}
.listingDetail ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
fieldset.customFieldGroup {
	margin-top: 10px;
}
fieldset.customFieldGroup table {
	width: 100%;
}

.reproPageBrowsing{
	font-size:11px;
	padding:5px 0px 15px 0px;
	text-align:right
}

.reproPageBrowsing a{
	font-size:11px;
}

.browseStatus{
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
.browsePic{
	width:255px;
	height:170px;
}

.listingStatus{
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
#ReproSignupForm{
	white-space:nowrap;
}

#ReproSignupForm > div{
	display:inline-block;
	vertical-align:top;
	white-space:normal;
}
#ReproSignupForm > div > div{
	height:35px;
}
#ReproSignupForm > div:first-child > div{
	text-align:right;
}
.ReproProfileTabs{
	border-bottom:1px solid #003399;
	margin-bottom:8px;
	position:relative;
	z-index:10;
}
.ReproProfileTabs a{
	display:inline-block;
	height:20px;
	padding:5px;
	margin:2px 2px 0px 2px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	border-top:1px solid #003399;
	border-left:1px solid #003399;
	border-right:1px solid #003399;
	background-color:#FFF;
}
.ReproProfileTabs a.CurrentPage{
	position:relative;
	top:1px;
	z-index:100;
}

.ErrorMessage{
	background-color:#FFC;
	border:1px solid #F00;
	color:#F00;
	font-weight:bold;
	text-align:center;
	padding:5px;
	margin:5px;
}
.SuccessMessage{
	background-color:#FFC;
	border:1px solid #0A0;
	color:#0A0;
	font-weight:bold;
	text-align:center;
	padding:5px;
	margin:5px;
}
.accountListings{
	margin-top:10px;
}
.accountListings > div{
	padding:10px 5px;
}
.accountListings > div:nth-child(2n){
	
}
.accountListings > div:nth-child(2n+1){
	background-color:#DDD;
}
.accountListings > div > div{
	display:inline-block;
}
.profileResults tr:nth-child(2n+1) td{
	background-color:#DDD;
}
.profileResults tr:nth-child(2n) td{
	background-color:#EEE;
}

#PurchaseForm #TotalAmount{
	font-weight:bold;
}
#PurchaseForm .totalRow{
	padding:15px 0px;
}
