body, #siteContentContainer, #floatingContentDivContainer {
	margin: 0px;
	padding: 0px;
}
form { float: left; }

#itemListContainer {
	margin-top: 15px;	
}

#sortBar,
#viewBar {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	background: #F0F0F0;
	color: #666;
	font-size: 12px;
	height: 30px;

}
.bar a.button {
	padding: 3px;
	margin: 2px 3px 0 2px;
	border: 1px solid #CCC;	
}
.bar a.button:hover,
.bar a.button.perPageSelected {
	border: 1px solid #CCC;	
	background: white;
	color: #CC1E1D;
}
.bar .title {
	color: black;
	font-weight: bold;
	float: left;
	padding: 8px;
	width: 78px;
}
.bar .sortOptions div {
	float: left;
	padding: 6px;
	margin-top: 2px;
	font-weight: bold;
}

.bar .sortGroup {
	border-left: 1px solid #CCC;
	margin-left: 2px;
}
.bar .sortGroup span,
.bar .sortGroup a {
	display: block;
	float: left;
	height: 14px;
}
.bar .sortGroup span {
	margin: 0 2px 0 4px;
}


.bar .sortGroup a.asc {
	margin-left: 2px;
	background: url(../images/sort_asc.gif) no-repeat scroll left 2px;
	width: 13px;
}
.bar .sortGroup a.desc {
	background: url(../images/sort_desc.gif) no-repeat scroll left 2px;
	width: 13px;
}
.bar .sortGroup a.asc:hover,
.bar .sortGroup a.ascArrowSelected {
	background: url(../images/sort_asc_over.gif) no-repeat scroll left 2px;
	width: 13px;
}
.bar .sortGroup a.desc:hover,
.bar .sortGroup a.descArrowSelected {
	background: url(../images/sort_desc_over.gif) no-repeat scroll left 2px;
	width: 13px;
}






.bar .sortOptions .sortGroup.inputArea {
	padding: 0 6px;
	height: 26px;
}
.bar .sortOptions .sortGroup.inputArea span {
	padding-top: 6px;
	margin-right: 5px;
}
.bar input[type="submit"],
.bar input[type="button"] {
	height: 18px;
	padding: 1px;
	font-size: 11px;
	background: #CC1E1D;
	color: white;
	border: 1px solid transparent;
	cursor: pointer;
}
.bar input[type="text"],
.bar select {
	font-size: 11px;
	margin-top: 4px;
	margin-right: 4px;
	padding: 2px;
	border: 1px solid #CCC;
}
.bar input[type="text"].zip {
	width: 50px;
	height: 19px;
}
.bar select {
	margin-top: 2px;
	padding
}

.itemSpecs b {
	display: block;
	float: left;
	width: 60px;
	clear: left;
}

.itemSpecs span {
	float: left;
}





.itemListItem .itemSpecs {
	float: left;
	width: 135px;
	text-align: left;
	padding: 5px 5px 0 5px;
}
.itemListItem .itemPrice {
	float: right;
	text-align: right;
	width: auto;
	padding: 5px 5px 0 5px;
}
.itemListItem .itemPrice h1 {
	text-align: right;
}

.itemListItem {
	clear: left;
	float: left;
	width: 100%;
	border-top: 2px solid #CCC;
}
.itemListItem * {
	cursor: pointer;
}

.itemListItem a {
	padding: 10px;
	text-decoration: none;
	display: block;
	float: left;
	width: 740px;
	_width: 740px;
}

.itemListItem a:hover {
	background-color: #F0F0F0;
}


#itemList .itemListItem .itemPrice {
	float: left;
	width: auto;
}
#itemList .itemListItem {
	width: 550px;
}
#itemList .itemListItem a {
	width: 530px;
}
#itemList .itemListContent {
	width: 300px;
}


.crumbs {
	float: left;
	margin-bottom: 0;
}	






.itemListImage {
	min-width: 130px;
	float: left;
}
.itemListImage img {
	border: 0px solid white;	
	padding: 5px;
}

.itemListContent {
	float: left;
	width: 300px;
	padding: 5px 15px 0 5px;
}


div.itemListContent h1 {
	text-align: left;
	font-size: 13px;
}
.itemPrice.itemListContent h1 {
	text-align: right;
}


a .itemListContent {
	color: black;
}
a:hover .itemListContent h1 {
	color: #CC1E1D;
}

a:hover .itemListContent {
	color: black;
}
a:hover .itemListImage img {
	border: 0px solid white;
}

.pagination {
	font-size: 12px;
	float: right;
	margin: 10px 0;
	font-weight: bold;
	clear: both;
}

#itemList .pagination {
	float: left;
}

.pagination span.pageNumberSelected,
.pagination a {
	display: block;
	float: left;
	padding: 6px;
	margin-right: 4px;
	border: 1px solid #CCC;
}

.pagination a:hover,
.pagination span.pageNumberSelected {
	background: #F0F0F0;
}
.pagination span.pageNumberSelected {
	font-weight: bold;
}
.pagination .numberSep {
	display: none;
}

