/* CSS Document */
#wideRightColumn {
	float:left;
	width:710px;
	position:relative;
	font-size:1.3em;
}

#resultsPanelNav {
	width:710px;
	height:20px;
	font-size:.9em;
	line-height:20px;
	color:#535353;
}

#itemCount {
	width:180px;
	float:left;
	height:20px;
}

#itemNumberSelectors, #alphabetSelectors {
	width:290px;
	float:left;
	color:#f3a344;
	height:20px;
}

#itemNumberSelectors .separator {
	padding:0 10px;
}

#itemNumberSelectors a:link, #itemNumberSelectors a:visited, #alphabetSelectors a:link, #alphabetSelectors a:visited {
	color:#f3a344;
}

#itemSortBox {
	width:150px;
	float:right;
	text-align:right;
	height:20px;
}

#itemSortBox select {
	font-size:.9em;
	padding:2px;
	width:100px;
}

.introParagraph {
	margin-top:10px;
}

#profileNoteWrapper {
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	background:#fff;
	padding:2px 0 2px 0;
	float:left;
	margin:10px 0 0 0;
	width:710px;
}

#profileNote {
	background:#efefef;
	float:left;
	padding:10px 0;
	font-size:.8em;
	font-style:italic;
	width:710px;
}

.alert 
{
	font-size:8pt;
	width:749px;
	border-bottom:1px solid #efefef;
	color:#666;
	padding:0px 0 0 0;
	float:left;
}

.noteLeft {
	float:left;
	margin-left:10px;
	width:36px;
}

.noteRight {
	width:592px;
	float:left;
	margin-left:10px;
}

.savedSearchListItem, .itemListDetail, .aboutBox {
	padding:15px 0 0 0;
	border-bottom:1px solid #efefef;
	float:left;
	width:710px;
	color:#666;
}

.savedSearchListItem {
	padding:15px 0;
}

.savedSearchListItem h4, .itemListDetail h4  {
	color:#030303;
	margin:0 0 5px 0;
}

.itemListDetail h4 {
	color:#030303;
	margin:0 0 10px 0;
}

.savedSearchListItem .left, .itemListDetail .left {
	float:left;
	width:500px;
}

.savedSearchListItem .right, .itemListDetail .right {
	float:right;
	margin-right:10px;
	text-align:right;
	width:165px;
	height:95px;
	font-size:.8em;
	position:relative;
}

.itemListDetail .right {
	text-align:left;
	margin-top:5px;
}

.itemListDetail .right a img {
	float:left;
	margin:0 4px 4px 0;
}

/*.itemListDetail .right .price {
	position:absolute;
	left:0;
	bottom:0;
	font-size:2em;
}*/

.alphabetContainer {
	position:relative;
	padding:15px 0 0 0;
	/*border-bottom:1px solid #efefef;*/
	float:left;
	width:250px;
	color:#666;
}

.alphabetContainer table {
	width:100%;
}

.alphabetContainer table td {
	/*width:250px;
	background-color:Green;*/ 
}

.alphabetContainer ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type:none;
  height:13em;
}
 
.alphabetContainer li {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}
 
.alphabetContainer ul li a:link, .alphabetContainer ul li a:visited {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.alphabetContainer ul li a:hover {
	color:#999;
}
 
.alphabetContainer .col1 {margin-left: 3em;}
 
.alphabetContainer .col2 {margin-left: 13em;}
 
.alphabetContainer .col3 {margin-left: 23em;}

.alphabetContainer .col4 {margin-left: 33em;}
 
.alphabetContainer .col5 {margin-left: 43em;}
 
.alphabetContainer .coltopper {margin-top: -13.0em;}

.alphabetContainer .backToTop {
	position:absolute;
	top:10px;
	right:0px;
}

.alphabetContainer .backToTop a {
	color:#333;
	text-decoration:none;
	font-size:.8em;
}
.aboutBox {
	color:#000;
	padding:15px 0 0 0;
}

p#about {
	margin:20px 0 0 0;
	padding-bottom:15px;
	border-bottom:1px solid #efefef;
}


.itemButtons {
	margin-top:35px;
}

.savedSearchListItem .right img {
	margin-top:5px;
}

#map_canvas {
	width:710px;
	height:400px;
}

#profileFormBox {
	float:left;
	padding-top:20px;
}

.profileFormRow {
	margin-bottom:10px;
	float:left;
	width:600px;
}

.profileFormLabel {
	float:left;
	width:135px;
	font-weight:bold;
}

.profileFormInput {
	float:right;
	width:465px;
}

h4.flags {
	padding:10px 0;
	border-bottom:1px solid #efefef;clear:both;
}

.flagListItem {
	padding:15px 0;
	border-bottom:1px solid #efefef;
	float:left;
	width:710px;
	color:#666;
	line-height:200%;
}

.flagListItem .left {
	width:206px;
	float:left;
}

.flagListItem .right {
	float:left;
	width:500px;
	color:#000;
}

