/* Top Elements */
body {
	font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	padding: 0;
	margin: 0;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #0560a6;
	background: inherit;
}
a:hover {
	color: #0560a6;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #cc0001;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

.ImageList {
	list-style: none;
	background: url(../images/arrowbullet.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;  /* space for the image */
}

blockquote {
	margin: 5px;
 	padding: 0 0 0 10px;  
}

/*  table */
tr {
	vertical-align: top;
}

/* form elements */
form {
	margin:10px; 
	padding: 0 5px;	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

select {
	padding:2px;
	border:1px solid #eeef;
	font: normal 1em Verdana, sans-serif;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eeef;
	height:100px;
}

input.file {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eeef;
}

input.text {
	width:224px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eeef;
}

input.button {
	color: #050;
	font-size: 84%;
	font-weight: bold;
	background-color: #fed;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

#ButtonBox{
    float:right;
    padding-right:200px;
}

/* LAYOUT */ 
#wrap {
	text-align: left;
    min-width: 1024px;
}

#content-wrap {
	clear: both;
}

#header {
	width: 920px;
	position: relative;
	padding: 0;
}

#header p#bookmark {
	position: relative;
	margin: 0;
	left: 40px;
	padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
}

#header div#bottom {
	width: 860px;
	position:relative; 
	height: 20px;
	background: #E0D5BC;
	padding: 2px;
	padding-left: 20px;
	font-size: 13px;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 5px; right: -20px;	
	font-size: 10px;
	width: 517px;
}

/* Main Column */
#main {
	float: left;
	width: 80%;
    min-width: 800px;
	border-left: #bfbfbf 1px solid;   
}

#main div#crumbtrail {
	font: Bold 95% Arial,Helvetica,sans-serif;
	color: #555; 
	margin: 10px 0 0 15px;
	border-bottom: 1px solid #E0D5BC;
	text-transform: none;
}

#main h3#formheader {
	font-size: 120%;
	color: #666666; 
	border-bottom: #bfbfbf 1px solid;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 154px;	
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10px;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em Trebuchet MS, Tahoma, Sans-serif;
	color: #728D26;	
	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	font: 1em Lucida, Lucida Grande, Tahoma, sans-serif;
	padding: 4px 0 4px 5px;	
	background-color: #E0D5BC;
}
#sidebar a {	
	text-decoration: none;	
}

A.menulink {
	display: block;
	width: 145px;
	text-align: left;
	text-decoration: none;
	font-size:12px;
	border: solid 1px #E0D5BC;
}

A.menulink:hover {
	border: solid 1px #6100C1;
	background-color:#F0E1FF;
}

/* Footer */	
#footer {
	clear: both;
	width: 920px;
	text-align: center;	
	font-size: 92%;	
	border-top: #bfbfbf 1px solid;
}
#footer a { 
	text-decoration: none; 
}

#footer a:hover {
	color: #0560a6;
	background: inherit;
	text-decoration: underline;
}

/* Create Listing */
.FormError {
	color: red;
	font-weight: normal;
	font-size: 10px;	
}

/* View Listing */
.ViewListingPhotos {
	margin-left: 10px;
	border: 0;
}

.ViewListingPhotos td {
	text-align: center;
}

.ViewListingDescription {
	margin-left: 10px;
	width: 700px;
}

.ViewListingSellerInformation {
	margin-left: 10px;
	width: 700px;
}

.ViewListingSellerInformation span {
	font-weight: bold;
	white-space : nowrap;
}

.ViewListingGeneralInformation {
	margin-left: 10px;
	width: 700px;
}

.ViewListingGeneralInformation span {
	font-weight: bold;
	white-space : nowrap;
}

.ViewListingFeatures {
	margin-left: 10px;
	width: 700px;
}

.ViewListingFeaturesTitle {
	margin-left: -25px;
	font-weight: bold;
}

.ViewListingFeatures ul {
	margin-left: 0px;
	padding: 10px;
	padding-left: 30px;
	border-top: #bfbfbf 1px solid;
	border-left: #bfbfbf 1px solid;
}

.ViewListingHighlights {
	margin-left: 10px;
	width: 700px;
}

.ViewListingHighlightsTitle {
	margin-left: -5px;
	font-weight: bold;
}

.ViewListingHighlights ul {
	margin-left: 0px;
	padding-left: 10px;
	border-top: #bfbfbf 1px solid;
	border-left: #bfbfbf 1px solid;
}

.ViewListingHighlights pre { 	
	font-family: Verdana, Tahoma, arial, sans-serif;
	width: 299px; 
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	overflow: auto;
} 

/* Edit Photos */
.EditPhotoThumbnail
{	
	float:left;
	text-align:center;
	padding: 10px;
}

.Remove
{	
	float:right;
}


ul.ViewListingPhotos {
    margin: 0 auto;
    padding: 0;
}

/* The wider the #list_wrapper is, the more columns will fit in it */
#contentLeft{
    margin: 0 auto;
    padding: 0;
}

/* The wider this li is, the fewer columns there will be */
ul.ViewListingPhotos li{
    text-align: left;
    float: left;
    list-style: none;
    height: 100px;
    width: 150px;
}

/* Round Corners Div */
.rounded {background: transparent; margin-top: 1em; margin-bottom: 1em; width: 700px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ffffff; border-left:1px solid #E0D5BC; border-right:1px solid #E0D5BC;}
.xb1 {margin:0 5px; background:#E0D5BC;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#ffffff; border:0 solid #E0D5BC; border-width:0 1px; text-align: center;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }