/*Default Footer*/
#arc-footer {
	background: url(/images/master/footer-bg.gif) repeat transparent scroll;
	float: left;
	clear: both;
	margin: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
/*Left Column*/
#arc-footer .footer-left-col {
	float: left;
	width: 70%;
}
#arc-footer .footer-left-col ul {
	float: left;
	margin: 5px 55px 0 0;
}
#arc-footer .footer-left-col .shop-row .shop-col ul.last {
	margin: 5px 0 0 0;	
}
#arc-footer .footer-left-col ul li a {
	color: #464e57;
}
#arc-footer h2.footer-caption {
	color: #414040;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: left;
	margin-bottom: 3px;
	font-weight:bold;
}
/*Shop By Type and Shop Columns*/
#arc-footer .footer-left-col .shop-row {
	background: url(/images/master/cat-type-box.png) no-repeat scroll 5px 10px transparent;
	float: left;
	height: 140px;
	padding: 20px 0 0 30px;
}
#arc-footer .footer-left-col .shop-row .shop-col {
	float: left;
}
.shop-col.margin {
	margin-left: 70px;
}
/*Customer Service, Payment Options, Socialize, Lighting Info Columns*/
#arc-footer .footer-left-col .shop-row.options-row {
	background: none;
	padding: 20px 0 10px 22px;
	height: auto;
}
#arc-footer .footer-left-col .options-col {
	float: left;
	padding: 0 35px;
	border-right: 1px solid #afb3a5;
	border-left: 1px solid #e0e2d2;
	height: 150px;
}
#arc-footer .footer-left-col .options-col.first {
	padding: 0 35px 0 0;
	border-left: 0;
}
#arc-footer .footer-left-col .options-col.last {
	padding: 0 0 0 35px;
	border-right: 0;
}
#arc-footer .footer-left-col .options-col ul {
	margin: 5px 0 0 0;
}
#arc-footer .footer-left-col .options-col ul.payment-options-col {
	width: 110px;
}
#arc-footer .footer-left-col .options-col ul.payment-options-col li {
	display: inline-block;
	float: left;
	margin: 0 1px 0 1px;
	width: 51px;
	height:32px;
}
#arc-footer .footer-left-col .options-col ul.payment-options-col li.bottomargin {
	margin-bottom:2px;
}
#arc-footer .footer-left-col .options-col ul.social li.title {
	font-weight: bold;
	color: #464e57;
	margin: 6px 0;
}
#arc-footer .footer-left-col .options-col ul.social li a.social-link {
	display: block;
	padding: 1px 0 0 25px;
	margin: 3px 0;
	height: 20px;
}
#arc-footer .footer-left-col .options-col ul.social li a.social-link.rss {
	background: url(/images/master/rss-icn.png) no-repeat 0 0 transparent;
}
#arc-footer .footer-left-col .options-col ul.social li a.social-link.tw {
	background: url(/images/master/subnav-tweeter.png) no-repeat 0 0 transparent;
}
#arc-footer .footer-left-col .options-col ul.social li a.social-link.fb {
	background: url(/images/master/subnav-fb.png) no-repeat 0 0 transparent;
}
/*Right Column*/
.footer-right-col {
	float: right;
	width: 30%;
	height: 400px;
	background: url(/images/master/reviews-bg.png) no-repeat 18px 10px transparent;
}
/*Customer Reviews*/
.reviews-box {
	overflow: hidden;
	margin: 15px 18px 0 25px;
}
.reviews-box h2.footer-caption {
	padding: 10px 0 0 15px;
}
.reviews-box ul li {
	float: left;
	margin: 10px 0 10px 11px;
}
.reviews-box ul li.pricegrabber.first {
	margin: 8px 0 8px 11px;
}
.reviews-box ul li.pricegrabber.first span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #464e57;
	margin: 0 5px;
	float: left;
}
.reviews-box ul li.pricegrabber.first img {
	float: left;
}
.reviews-box ul li.last {
	margin: 15px 0 15px 18px;
}
/*Bottom Row*/
.footer-bottom-row {
	clear: both;
	display: block;
	text-align: center;
	color: #414040;
	padding: 0 10px 10px;
}