
hr {
	height: 1px;
	border: 0px none;
	border-bottom: 1px solid #FF8204;
}

.shop #content_background {
	display: none;
}

.shop #content {
	color: black;
	top: 183px;
	width: 655px;
	height: 371px; 
	font-size: 12px;
	padding: 0px;
	background-image: none;
	overflow: hidden;
	text-align: left;
}

.shop #content h2 {
	color: #aaa;
	text-align: left;
	margin-bottom: 30px;
	font-weight: normal;
	text-transform: none;
}

.shop #content a {
	color: black;
}

#shop_nav {
	float: right;
	height: 18px;
}

#shop_nav li {
	display: inline;
	float: left;
	margin: 0px 14px;
}

#shop_subcats {
	width: 142px;
	height: 363px;
	background-color: #707070;
	float: left;
	padding: 4px;
	margin-right: 0px;
	overflow: auto;
}

#shop_subcats li {
	color: #ff8205;
	list-style: square;
	margin-left: 16px;
}

#shop_cats_hierarchy {
	padding: 4px;
	margin-bottom: 0;
	/*margin-left: 150px;*/
	height: 16px;
	background-color: #ddd;
	color: #696969;
}

.shop #content #shop_cats_hierarchy a {
	color: black;
	margin: 0 4px;
}

.shop #content #shop_cats_hierarchy a:hover {
	color: #cc3300;
}

.shop #content #shop_cats_hierarchy a.current_category {
	color: #cc3300;
}

.shop #content #shop_subcats a {
	color: white;
	font-size: 10px;
}

.shop #content #shop_subcats a:hover {
	color: #ffab57;
}

.shop #content #shop_subcats a.selected {
	color: #ff8205;
}

#shop_content {
	height: 339px;
	overflow: auto;
	padding: 4px;
}

.productListing-even {
	background-color: #eee;
	padding: 2px;
}

.productListing-odd {
	background-color: white;
	padding: 2px;
}

.productListing-image {
	float: left;
	margin-right: 4px;
	width: 100px;
	text-align: center;
}

.productListing-text {
	float: left;
}

.productListing-text a {
	text-decoration: underline;
}

.shop #content .productListing-text a:hover {
	color: #ff8205;
}

.productListing-price {
	float: right;
	width: 100px;
	font-weight: bold;
	text-align: right;
}

.productListing-price s {
	color: red;
	font-weight: normal;
	text-decoration: line-through;
}

.pagination_bottom {
	border-top: 1px solid #696969;
	padding-top: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
}

.pagination_top {
	margin-bottom: 4px;
	text-align: right;
}

#productinfo h4 {
	font-size: 14px;
}

#productinfo-images {
	float: right;
	width: 104px;
	text-align: center;
}

#productinfo-images img {
	margin-bottom: 4px;
}

#productinfo-price {
	font-weight: bold;
	margin-top: 16px;
}

#productinfo-addtocart {
	margin-top: 16px;
}

#productinfo-addtocart input[type="image"] {
	position: relative;
	top: 3px;
}

#productinfo-description {
	margin-top: 32px;
}

#productinfo-moreinfo {
	margin-top: 16px;
}

.productListing-heading {
	background-color: #ff8205;
	color: white;
}

.pageHeading {
	font-size: 14px;
	font-weight: bold;
}

#category_header {
	position: absolute;
	top: 2px;
	left: 296px;
	width: 258px;
	height: 172px;
}

.smallText {
	font-size: 10px;
}

.inputRequirement {
	color: #CC3300;
}

.messageStackError,
.headerError {
	background-color: #FFC4C4;
	border: 1px solid red;
}

.moduleRowOver {
	background-color: #FFD5AC;
}

.messageStackSuccess {
	background-color: #DFFFCF;
	border: 1px solid #53DF0D;
}

.infoBox {
	background-color: #f2f2f2;
}

.headerline {
	background-color: #cc3300;
}

.shop #content .headerline a {
	color: white;
}

.header_sort_left {
	float: left;
	margin-left: 4px;
}

.header_sort_right {
	float: right;
	margin-right: 4px;
}

.sort_asc,
.sort_desc {
	padding-right: 11px;
}

.sort_neutral {
	margin-right: 11px;
}

.sort_desc {
	background: transparent url(../shop/images/sort_desc.gif) no-repeat;
	background-position: right 6px;
}

.sort_asc {
	background: transparent url(../shop/images/sort_asc.gif) no-repeat;
	background-position: right 6px;
}

#shop_main_nav {
	width: 250px;
}

#shop_main_nav li {
	float: left;
}

.shipping_table {
	width: 300px;
}

.shipping_table td {
	border: 1px solid #ccc;
}
