@import url("./standards.css");

@import url("sellers.css");

/*
    #main is the content container for split content
    #content is the content container in a single column content layout
*/
#main h1,#content h1 {
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 20px;
}

/*
 * SUB MENU
 */

#submenu {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin: 0 auto 20px auto;
	text-align: center;
	overflow: hidden;
}

#submenu a {
	color: #a50d00;
}

#submenu a:hover {
	color: black;
}

.submenu_sep {
	margin-right: 7px;
}

.submenu_item {
	margin: 0px 7px;
	text-align: center;
	font-weight: bold;
	float: left;
	font-family: Arial;
	font-size: 9pt;
}

.submenu_item a {
	text-decoration: none;
}

/*
 * LISTING
 */

.listingdesc {
	font-size: 10pt;
	vertical-align: top;
	padding-top: 20px;
}

.addressPrice {
	font-weight: bold;
}

.listingimage {
	padding: 10px 15px 5px 0px;
}

.listingimage a {
	border: 0px;
}

.listingimage img {
	margin-left: 15px;
	border: 0px;
	text-align: center;
}

/*
 * MISC 
 */

.pageTitle {
	font-family: Helvetica;
	font-size: medium;
	margin-bottom: 20px;
	color: #a50d00;
	text-transform: uppercase;
	font-weight: bold;
}

.viewDetailsButton {
	border: 1px solid black;
	padding: 0px;
	margin-left: 55px;
	background: #760605;
	color: #FFFFFF;
	font-size: 10px;
}
