#main_nav .link-products a {
	background-position: center -40px;
}

#section_nav a, h2 {
	color: rgb(0,120,174);
}

#header {
	z-index: 4000;
}

#content {
	position: relative;
}

h4 {
	margin:0;
}

.sp_graphic_img {
    float:right;
    margin:-86px 0 0;
}

#catalog_intro {
	overflow:hidden;
}

#back_to_top {
	position: fixed;
	margin-left:142px;
	top: 47%;
	width: 188px;
	z-index: 5000;
	visibility: hidden;
}		

#back_to_top a {
	background: #fff url("../images/main/bg-back_to_top.png") no-repeat .75em center;
	margin: 0 10px;
	padding: 7px 10px 7px 28px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #645236;
}

a[name] {
	display: block;
}

#copy_body h3 {
	margin: 2.26em 0 -0.7em;
	clear: both;
}

#copy_body h4 span {
	display:block;
	font-size:80%;
	font-family:arial, sans-serif;
}

#copy_body #product_categories {
	list-style: none;
	overflow: auto;
	margin-left: 0;
}

#product_categories li {
	width: 46%;
	float: left;	
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 2%;	
}

ul.products h4 {
	margin: 0;
	font-size:1em;
}

#product_categories li.link_last {	
}

#copy_body p.product_photo {
	float: left;
	margin: 0 1.5em 0 0;
	display: inline;
}

#copy_body ul.products {
	margin-left: 0;
	list-style: none;
	overflow: hidden;
	border-bottom: 3px dotted #ccc;	
	clear:both;		
}

#copy_body ul.products > li {
/*	padding: 1px 0 1px 0;*/
	padding:1em 0;
	border-top: 3px dotted #ccc;	
	clear: both;
	overflow: auto;
}

#copy_body ul.products > li:first-child {
	border-top:none;
	padding-top:0;
}

#copy_body ul.products li .product_details {
	overflow:hidden;
}

#copy_body ul.products li li {
	border: none;
	padding: 0;
}	 

#copy_body ul.products div.product_details p {
	font-size: 0.857em;
	line-height:1.47em;
	margin:0;
}

#copy_body ul.products div.product_details p.product_details {
	/*text-align: right;*/
	color: #666;
	font-size:0.77em;
	margin:0.5em 0;
}	 

#copy_body ul.products p.buy {
	text-align: right;
	line-height: 27px;
}

.add_to_cart {
	font-size:0.857em;
	float:right;
}

.add_to_cart button {
	font-size:11px;
}

#page_nav {
	clear: both;
}

a.back_to_top {
	float:right;
	margin-top:-0.55em;
}
		
#cart_summary {
	position: fixed;
	left: 50%;
	margin-left: -452px;
	top: 420px;
	background-color: #fff;
	border: 3px solid #ccc;
	padding: 0.5em 2em;
	width: 140px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}

#cart_summary a {
	display: block;
}

.add_to_cart input.quantity {
	width: 30px;
}

.add_to_cart .status {
	font-weight: bold;
	color: #0a0;
/*	padding-left: 1em;*/
	display:block;
	text-align:right;
	font-size:0.857em;
	line-height:16px;
	margin-top:0.34em;
}

#cart_summary_text {
	position: relative;
	z-index: 10000;
}

.cart_remove {
	text-indent: -500px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('/taglib/images/silk/delete.png');
	vertical-align: middle;
	text-align:left;
}
