﻿body
{
	background: #FFF;
}

#contactSeller
{
	color: #333;
	padding: 5px;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 20px auto 10px auto;
	width: 500px;
}

.emailSeller
{
	width: 72px;
	text-align: center;
	padding-left: 10px;
}

#emailSellerForm span label
{
	font-size: 12px;
}
#emailSellerForm span span
{
	float: left;
	font-weight: bold;
}
#emailSellerForm p, #resaleLogin p
{
	padding: 10px 0px;
}

#resaleContainer
{
	padding: 0;
}
#resaleSubContainer
{
	background-color: #E8E8E8;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#browseList
{
	padding: 20px 10px 30px 10px;
}
#browseList ul
{
	margin: 0;
}
#browseList ul li
{
	float: left;
	padding-right: 5px;
	margin-left: 0;
}
#browseList ul li a
{
	font-size: 15px;
	color: #00436E;
}
#browseList ul li a:hover
{
	font-size: 15px;
	color: #FF0000;
}


/*****************************  Tabs ******************************/
#tabContainer
{
	margin: 0 auto;
	position: relative;
	height: 41px;
	padding: 13px 0 0 0;
	border-bottom: 9px solid #00466E;
}
#tabContainer ul
{
	float: left;
	margin: 0 -3px 0 0;
}
#tabContainer li
{
	float: left;
}
#tabContainer li a
{
	background: url('resale-menu-bg.png' ) no-repeat;
	height: 41px;
	display: block;
	text-indent: -9999em;
}
#tabContainer #resaleBrowse a
{
	background-position: 0 0;
	width: 70px;
}
#tabContainer #resaleAddEdit a
{
	background-position: -70px 0;
	width: 132px;
}
#tabContainer #resaleHelp a
{
	background-position: -202px 0;
	width: 55px;
}

#tabContainer #resaleBrowse a:hover, #tabContainer #resaleBrowse.selected a
{
	background-position: 0 bottom;
}
#tabContainer #resaleAddEdit a:hover, #tabContainer #resaleAddEdit.selected a
{
	background-position: -70px bottom;
}
#tabContainer #resaleHelp a:hover, #tabContainer #resaleHelp.selected a
{
	background-position: -202px bottom;
}

.firstMenuItem
{
	padding-left: 10px;
}

/*********************** Browse Table & Member's Listings ************************************/
#browseView
{
	padding: 10px;
	background-color: #FFFFFF;
}

.browseTable, #listingsTable
{
	border-collapse: inherit;
	border-spacing: 0px;
	width: 100%;
}

.browseTable tr
{
    border-bottom: thin solid #666666;
    height: 90px;
}

.browseTable tr td
{
	height: 70px;
}

#listingsTable th
{
	font-size: 12px;
	border-bottom: thin solid #999999;
}
.alternateRow
{
	background-color: #EEEEEE;
}

.browseTable tr td .overflow
{
    overflow: hidden;
    display: block;
    height: 45px;
}
 
.resalePlateImage
{
	width: 166px;
}
.resalePlateDescription
{
	width: 313px;
	text-transform: capitalize;
}
.resalePlatePrice
{
	width: 72px;
	text-align: right;
}
.emailSeller
{
	width: 72px;
	text-align: center;
	padding-left: 10px;
}

/**************************** Member Listings ****************************************/
#memberListings table th
{
	font-size: 13px;
	color: #00466E;
	width: 30%;
}
#memberListings table tr
{
	line-height: 30px;
}

.gridHeader
{
	border-bottom: solid 1px gray;
}

.NormalTextBox label
{
	font-size: 12px;
}

.Normal td
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.Error
{
	color: Red;
}

#selfManage a,#selfManage a:link, #selfManage a:hover,#selfManage a:visited,#selfManage a:active
{
	color: #003366 !important;
	text-decoration: underline !important;
}

#selfManage th
{
	font-size:12px;
	color: #003366;
	font-weight: bold;
}

.combo
{
	text-transform:uppercase;
}
