﻿/* ---------------------------------------------
Screen Stylesheet for http://www.DomainName.com
Updated: 03/14/09 - Eddie Kasper
Version: 3.50
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Typography
	Template 
	Links
	Navigation
	Forms
	Global Classes
	Pages

::Opacity/Transparency CSS

.opaque1 {	// for all other browsers
	opacity: .5;
}

.opaque2 {	// for IE8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.opaque3 {	// for IE5-7
	filter: alpha(opacity=50);
}
*/
	

/*--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
table {
border-collapse:collapse;
border-spacing:0;
overflow:hidden;
word-wrap:break-word; /* will not validate IE only */
}
/*
caption, th, td {
text-align: left;
}*/

/*********** ---------- ::Defaults:: --------------------- ***********/
html { 
font-size:100.01%; 
min-height: 100%;
overflow-y:scroll; 
overflow: -moz-scrollbars-vertical; 
margin: 0 0 1px;
}  
 

body { 
height:101%;
font:12px/150% Arial,Tahoma,Geneva,Helvetica,sans-serif;
background:#000 url('../images/site-graphics/body-bg.png') repeat-x;
color:#fff;
margin: 20px 0;
}

/*********** ---------- ::Typography:: ------------------- ***********/
address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: 3px 10px;}
h1 {font-size:20px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
address, li, p {font-size:12px;}
pre {font-size: 12px;}
ul {margin-left: 25px;}

/*********** ---------- ::Template:: --------------------- ***********/
#wrap {
position: relative;
width: 975px;
margin:0 auto;
}
#masthead {
height: 171px;
position: relative;
}
#header-top {
	height: 85px;
}
#ht-left {
	width: 104px;
	height: 85px;
	float: left;
	background: transparent url('../images/site-graphics/header-top-left.png') no-repeat;
}
#ht-middle {
	width: 831px;
	height: 85px;
	float: left;
	background: transparent url('../images/site-graphics/header-top-bg-repeat-x.png') repeat-x;
}
#ht-right {
	width: 40px;
	height: 85px;
	float: left;
	background: transparent url('../images/site-graphics/header-top-right.png') no-repeat;
}
#top-menu {
	width: 745px;
	height: 44px;
	float: right;
	margin: 35px 0 0 0;
}

#logoblock { 
position: absolute;
top: 8px;
left: 14px;
width: 180px;
height: 115px;
background: transparent url('../images/site-graphics/logo.png') no-repeat;
}
#header-bottom {
	height: 86px;
}
#hb-left {
	width: 196px;
	height: 86px;
	float:left;
	background: transparent url('../images/site-graphics/header-bottom-left.png') no-repeat; 
}
#hb-right {
	width: 779px;
	height: 86px;
	float:left;
	background: transparent url('../images/site-graphics/header-bottom-right.png') no-repeat; 
}
#main-wrap {
	position: relative;
	width: 975px;
	background: transparent url('../images/site-graphics/bg-shade-middle.png') repeat-y;
	padding-bottom: 8px;
}
#main-wrap-bottom {
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 975px;
	background: transparent url('../images/site-graphics/bg-shade-bottom.png') no-repeat;
}
#content-wrap {
	width: 975px; position: relative;
}
#splash { z-index: 100;
	position: absolute;
	top: 87px;
	left: 196px;
	width: 768px;
	height: 308px;
	background: transparent;
}

#left-column {position: static;
	width: 187px;
	float: left;
	margin-left: 7px;
}

#shoppingcart {
	width: 187px;
	height: 132px;
	float: left;
	background: #333 url('../images/site-graphics/left-col-shopcart-bottom.png') no-repeat;
}
#shoppingcart p {
	font-size: 11px;
	padding: 3px 5px 2px 22px;
	line-height: 12px;
}
#shoppingcart a {
	margin: 0 5px;
	color: #fff;
}
#shoppingcart a.nomarginleft {
	margin-left: 0;
}
#shoppingcart .icon1 {
	background: transparent url('../images/site-graphics/icon-account.gif') 5px 16px no-repeat;
}
#shoppingcart .icon2 {
	background: transparent url('../images/site-graphics/icon-shopping-cart.gif') left center no-repeat;
}
#accountbox {
	margin: 5px 15px;
	height: 40px;
}
#accountbox .login-info p{
	padding: 14px 0 0px 22px;
}
#accountbox .logout-info p{
	padding: 0px 0 0px 22px;
}
#pcShowCart {
	padding: 15px;
}
#productsearch {
	width: 172px;
	height: 61px;
	padding: 15px 0 15px 15px;
	float: left;
	background: #fff url('../images/site-graphics/left-col-search-bg.png') no-repeat;
}
#productsearch #headersearch {
	width: 120px;
	background: transparent url('../images/site-graphics/search-input.png') no-repeat;
	float: left;
	padding: 5px 4px 0px 7px;
	margin: 1px 0 0 0;
	border: 0;
	height: 18px;
	color: #999;
	font-size: 11px;
}
#productsearch #headersearch-bt {
	width: 30px;
	height: 22px;
	border: 0;
	margin: 1px 0 0 0;
	padding:0;
	float: left;
}
#productsearch a {
	line-height: 23px;
	margin-left: 0px;
	color: #666;
}
#productsearch a:hover {
	text-decoration:none;
}
#productsearch p {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#leftmenu {
	float: left;
	width: 187px;
	padding-top: 31px;
	background: #333 url('../images/site-graphics/left-col-menu-top.png') no-repeat;
}
#lm-bottom {
	background: transparent url('../images/site-graphics/left-col-menu-bottom.png') no-repeat;
	height: 6px;
	width: 187px;
	float: left;
}
#bannerbox-1, #bannerbox-2, #bannerbox-3, #bannerbox-4, #bannerbox-5, #bannerbox-6 {
	
}
#bannerbox-1 {
	width: 187px;
	height: 82px;
	padding-top: 25px;
	float: left;
	background: #333 url('../images/site-graphics/banner-box-1a.jpg') no-repeat;
}
#bannerbox-2 {
	width: 187px;
	height: 82px;
	padding-top: 25px;
	float: left;
	background: #333 url('../images/site-graphics/banner-box-2a.jpg') no-repeat;
}
#bannerbox-3 {
	width: 187px;
	height: 82px;
	padding-top: 25px;
	float: left;
	background: #333 url('../images/site-graphics/banner-box-bt.jpg') no-repeat;
}
#bannerbox-4 {
	width: 187px;
	height: 82px;
	padding-top: 25px;
	float: left;
	background: #333 url('../images/site-graphics/banner-box-4a.jpg') no-repeat;
}
#bannerbox-4 a {
	display: block;
	width: 170px;
	height:75px;
	margin-left: 10px;
}
#bannerbox-5 {
	width: 187px;
	height: 82px;
	padding-top: 25px;
	float: left;
	background: #333 url('../images/site-graphics/banner-box-bm.jpg') no-repeat;
}
#bannerbox-6 {
	width: 187px;
	height: 82px;
	padding-top: 25px;
	float: left;
	background: #333 url('../images/site-graphics/banner-box-bb.jpg') no-repeat;
}
#bannerbox-1 img, #bannerbox-2 img, #bannerbox-3 img,
#bannerbox-4 img, #bannerbox-5 img, #bannerbox-6 img {
	margin: 13px 0 0 20px;
}
#bannerbox-1 p, #bannerbox-2 p, #bannerbox-3 p,
#bannerbox-4 p, #bannerbox-5 p, #bannerbox-6 p {
	margin: 3px 0 0 10px;
	font-size: 11px;
	font-family: Tahoma;
}
#bannerbox-1 p a, #bannerbox-2 p a, #bannerbox-3 p a,
#bannerbox-4 p a, #bannerbox-5 p a, #bannerbox-6 p a {
	font-weight: bold;
}

#bannerbox-1 #newsletter-signup {
	width: 110px;
	background: transparent url('../images/site-graphics/search-input.png') no-repeat;
	float: left;
	padding: 5px 4px 0px 7px;
	margin: 1px 0 0 18px;
	border: 0;
	height: 18px;
	color: #999;
	font-size: 11px;
}
#bannerbox-1 #newsletter-bt {
	width: 30px;
	height: 22px;
	border: 0;
	margin: 1px 0 0 0;
	padding:0;
	float: left;
}


#contents-home-wrap {
position: relative;
float: right;
width: 764px;
padding: 0px 14px 10px 2px;	
margin-top: 226px;
}
#contents-home-arrivals {
	position: relative;
	margin-top: 2px;
}
#contents-home-featured {
	position: relative;
	margin-top: 0px;
}

.contents-home {
width: 768px;
margin-right: 10px;
background: transparent url('../images/site-graphics/content-box-middle.jpg') repeat-y;
}
.contents-home-bottom {
position: absolute;
bottom: 0;
width: 768px;
height:12px;
background: transparent url('../images/site-graphics/content-box-bottom.png') no-repeat;	
}
#contents-wrap { border: 0px solid red;
float: right;
width: 768px;
padding: 0px 11px 0px 0px;
margin-left: 1px;
background: transparent url('../images/site-graphics/header-bottom-right-2.png') no-repeat;	
}
#topsplash {
	height: 54px;
	width: 768px;
}

}

#footers {
width: 975px;
}
#footer-left { border: 0px solid red;
	float: left;
	width: 290px;
	min-height: 150px;
	padding: 0 10px 0 10px;
}
#footer-center {border: 0px solid blue;
	float: left;
	width: 439px;
	min-height: 150px;
	padding: 0 10px 0 10px;
	background: transparent url('../images/site-graphics/footer-divider.png') no-repeat;
}
#footer-right {border: 0px solid yellow;
	float: left;
	width: 170px;
	min-height: 150px;
	padding: 0 10px 0 10px;
	background: transparent url('../images/site-graphics/footer-divider.png') no-repeat;
}

/*********** ---------- ::Links:: ------------------------ ***********/
a {text-decoration:underline; color: #fff;}
a:visited {text-decoration:underline; color: #fff;}
a:active, a:focus, a:hover {
text-decoration:none;
outline:none;
 color: #fff;
}
a img {border:none;}

/*********** ----------  ::Navigation:: ------------------ ***********/
/*********** Top Menu Navigation ***********/
#top-menu ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 745px;
	text-align: left;
}
#top-menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	line-height: 44px;
	height: 44px;
}
#top-menu ul li a,
#top-menu ul li a:link,
#top-menu ul li a:active,
#top-menu ul li a:visited {
	font: normal 0px/0px Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	height: 44px;
	color: #333;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#top-menu ul li a.home,
#top-menu ul li a.home:link, 
#top-menu ul li a.home:active, 
#top-menu ul li a.home:visited {
	background: transparent url('../images/site-graphics/menu-home-set.png') no-repeat;
	width: 98px;
	display: block;
}
#top-menu ul li a.home:hover {
	background: transparent url('../images/site-graphics/menu-home-set.png') bottom no-repeat;
}
#top-menu ul li a.products,
#top-menu ul li a.products:link, 
#top-menu ul li a.products:active, 
#top-menu ul li a.products:visited {
	background: transparent url('../images/site-graphics/menu-products-set.png') no-repeat;
	width: 111px;
	display: block;
}
#top-menu ul li a.products:hover {
	background: transparent url('../images/site-graphics/menu-products-set.png') bottom no-repeat;
}
#top-menu ul li a.arrivals,
#top-menu ul li a.arrivals:link, 
#top-menu ul li a.arrivals:active, 
#top-menu ul li a.arrivals:visited {
	background: transparent url('../images/site-graphics/menu-arrivals-set.png') no-repeat;
	width: 130px;
	display: block;
}
#top-menu ul li a.arrivals:hover {
	background: transparent url('../images/site-graphics/menu-arrivals-set.png') bottom no-repeat;
}
#top-menu ul li a.shipping,
#top-menu ul li a.shipping:link, 
#top-menu ul li a.shipping:active, 
#top-menu ul li a.shipping:visited {
	background: transparent url('../images/site-graphics/menu-shipping-set.png') no-repeat;
	width: 170px;
	display: block;
}
#top-menu ul li a.shipping:hover {
	background: transparent url('../images/site-graphics/menu-shipping-set.png') bottom no-repeat;
}
#top-menu ul li a.about,
#top-menu ul li a.about:link, 
#top-menu ul li a.about:active, 
#top-menu ul li a.about:visited {
	background: transparent url('../images/site-graphics/menu-about-set.png') no-repeat;
	width: 111px;
	display: block;
}
#top-menu ul li a.about:hover {
	background: transparent url('../images/site-graphics/menu-about-set.png') bottom no-repeat;
}
#top-menu ul li a.contact,
#top-menu ul li a.contact:link, 
#top-menu ul li a.contact:active, 
#top-menu ul li a.contact:visited {
	background: transparent url('../images/site-graphics/menu-contact-set.png') no-repeat;
	width: 123px;
	display: block;
}
#top-menu ul li a.contact:hover {
	background: transparent url('../images/site-graphics/menu-contact-set.png') bottom no-repeat;
}

/*********** Left Navigation ***********/
#leftmenu { position: relative; z-index:10000;
	
}
/*#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0;
	text-align: left;
}
#leftmenu ul li {
	margin: 0;
	padding: 0 0 0px 0;
    float: left;
    display: block;
    width: 187px;	
	line-height: 33px;
	height: 33px;
	background: transparent url('../images/site-graphics/left-col-menu-bt-bg.png') repeat-x;
}
#leftmenu ul li a, #leftmenu ul li a:link, #leftmenu ul li a:active, #leftmenu ul li a:visited {
	display: block;
	font: normal 10px/10px Tahoma,Geneva,sans-serif;
	background: transparent url('../images/site-graphics/left-col-menu-icon.png') no-repeat;
	color: #fff;
	padding: 0px 0 0px 10px;
	margin: 10px 0 0 15px;
	text-decoration: none;
	border: 0px solid #fff;
}

#leftmenu ul li a:hover {
	line-height: 10px;
	text-decoration:underline;
}
#leftmenu ul ul {
	display: none;
}*/

/*********** Footer Navigation ***********/
#footers ul {
	list-style: none;
	float: left;
	width: 135px;
	margin: 0;
	padding: 5px 10px 0 11px;
	text-align: left;
}
#footers ul li {
	margin: 0;
	padding: 0 0 3px 0;
	display: block;
	font: normal 11px/12px Verdana,Tahoma,Geneva,Helvetica,sans-serif;
	color: #fff;
}
#footers ul li a, #footers ul li a:link, #footers ul li a:active, #footers ul li a:visited {
	font: normal 11px/11px Verdana,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #fff;
	padding: 0;
	margin: 0;
	display: inline;
	text-decoration: none;
	
}
#footers ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
#footers ul ul {
	padding: 2px 10px 0 8px;
}
#footers ul.lastcol {
	width: 100px;
}
	
/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
input,label,select,textarea {
font-size:inherit;
font-family:inherit;
}
input, textarea {padding:2px;}
textarea {overflow:auto;}

/*********** ---------- ::Global Classes:: --------------- ***********/
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {
font-size:20px;
font-weight:bold;
}
.light {color:#999;}
.small {
font-size:10px;
font-weight:normal;
}
.bold {
	font-weight: bold;
}
/*********** ---------- ::Pages:: ------------------------ ***********/

/*********** /// place specific page rules here if needed /// ***********/

#logolink {
	margin: 0;
	padding: 0;
	width:180px;
	height: 115px;
	display: block;
}

.products-rowwrap {
	margin: 2px 5px 0 6px;
	border-top: 1px solid #919191;
}
.products-rowwrap.end {
	margin: 0px 5px 0px 6px;
	border-top: 0;
}
.product { display: inline;
	float: left;
	width: 188px;
	height: 260px;
	margin: 0px 0px 0 0;
	border-left: 1px solid #919191;
}
.product.last {
	margin: 0px 0 0 0;
	border-right: 1px solid #919191;
}
.product img {
	border: 0px solid #ccc;
	margin-top: 5px; width: 178px;
}
.end .product img {
	border: 0px solid #ccc;
	margin-top: 0px; width: 178px;
}
.product-image {
	width: 188px;
	height: 188px;
	background: #333 url('../images/site-graphics/product-placeholder-bg.jpg') no-repeat;
	text-align: center;
}
.end .product-image {
	height: 183px;
}

.product-details { 
	border-top: 1px solid #919191;

}
.product-details a, .product-details a:link, .product-details a:visited {
	text-decoration: none;
	color: #fff;
}
.product-details a:hover {
	text-decoration: underline;
	color: #fff;
}

.product-details h3 {
	color: #fff;
	padding: 5px 8px;
	margin: 0;
	font-size: 11px;
	font-weight:normal;
}
.product-details p {
	padding: 1px 8px 5px 8px;
	margin: 0;
	font-weight:bold;
	font-size: 11px;
}
.product-details p span {
	text-decoration:line-through;
}
.product-details p span.floatright {
	text-decoration:none;
	color: #00ff00;
}

.product-divider {
	height: 11px;
	width: 759px;
	background: #333 url('../images/site-graphics/products-divider.jpg') no-repeat;
	margin: 0 0 0px 5px;
	padding: 0 0 0px 0;
}
.product-divider-end {
	height: 7px;
	width: 759px;
	background: #333 url('../images/site-graphics/products-divider-end.jpg') no-repeat;
	margin: 0 0 0px 5px;
	padding: 0 0 5px 0;
}

#pcMain.viewPrd {
	background: #000 url('../images/site-graphics/pcmain-top.jpg') no-repeat;
	padding-top: 10px;
}
#pcMain-bottom {
	background: #000 url('../images/site-graphics/pcmain-bottom.jpg') no-repeat;
	height: 10px;
}
#pcMain-middle {
	background: transparent url('../images/site-graphics/pcmain-middle-bg.jpg') repeat-y;
	margin-top: 0px;
	padding: 0 0 0 10px;
	min-height: 1255px;
}

.right-image {
	background: transparent;
	width: 372px;
	position: relative;
}
#mainimage-wrap { border: 0px solid red;
	margin-right: -1px;
	margin-top: 0px;
	border-left: 0px solid #000;
	background: transparent url('../images/site-graphics/right-image-bg.png') 2px 0 no-repeat;
	width: 372px;
	padding: 20px 0 0 0px;
	height: 430px;
	float: right;
}
#mainimage-top {
	float:left;
	height: 0px;
	width: 372px;
	background: transparent url('../images/site-graphics/mainimage-top.pn') right no-repeat;
}
#mainimage-bottom {
	float:left;
	height: 0px;
	width: 372px;
	background: transparent url('../images/site-graphics/mainimage-bottom.pn') right no-repeat;
}
#pcMain #mainimage img {
	padding: 0;
}
pcMain #mainimage-wrap .pcShowMainImage {
	background: #fff;
	margin: 0;
}

#contents-wrap .error-page h1,
#contents-wrap .error-page h3,
#contents-wrap .error-page a:link,
#contents-wrap .error-page a:visited {
	color: #333;
}
.pcForms span.qty-wrap {
	background: transparent url('../images/site-graphics/input-bg-end.png') right no-repeat;
	height: 20px;
	width: 40px;
	display: block;
	margin: 4px 4px 2px 0;
	text-align: center;

	
}
.pcForms .iform-qty {
	width: 26px;
	background: transparent url('../images/site-graphics/input-bg.png') no-repeat;
	float: left;
	padding: 3px 4px 0px 4px;
	margin: 0px 14px 0 0px;
	border: 0;
	height: 17px;
	color: #666;
	font-size: 11px;
	text-align: center;
}
.pcForms .iform-qty:focus {
	background: transparent url('../images/site-graphics/input-bg.png') no-repeat;
	border: 0;
}
#pcMain .qty-area img {
	margin: 0 0 0 4px;
}
#pcMain .qty-area a, #pcMain .qty-area #submit {
	float: left;
}

.vertical-divider {
display:block;
float: left;
height:24px;
line-height:24px;
padding: 0 0 2px 0;
vertical-align:middle;
width:2px;	
}
.checkout-bar  {
	padding: 5px 0 0 10px;
}
.checkout-bar img {
	float: left;
}

.copyright{
	font-size: 10px;
	padding-left: 20px;
	color: #999;
}
.copyright a:link, .copyright a:visited, .copyright a:hover {
	color: #999;
}

.thumbnailwrap {
	min-height:30px;
}
.qty-area {
	width: 163px;
	float: left;
}
.qty-area p	{
	float: right;
}
#viewPrdC-t1r2 img {
	margin: 1px 5px 0 0;
}

.flash  {
	z-index:-1;
}

#footer-left a {
	margin: 0 15px 5px 5px;
}
#footer-left a.google, a.google:link, a.google:visited {
	float:left;
	width: 64px;
	height: 30px;
	line-height: 30px;
	margin-left: 22px;
	background: transparent url('../images/site-graphics/logo_googleCheckout_dual.jpg') no-repeat;
}
#footer-left a.google:hover {
	background: transparent url('../images/site-graphics/logo_googleCheckout_dual.jpg') no-repeat 0 -30px;
}

a.paypal, a.paypal:link, a.paypal:visited {
	float:left;
	width: 39px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/logo_paypal_dual.jpg') no-repeat;
}
a.paypal:hover {
	background: transparent url('../images/site-graphics/logo_paypal_dual.jpg') no-repeat 0 -30px;
}

a.visa, a.visa:link, a.visa:visited {
	float:left;
	width: 35px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/logo_visa_dual.jpg') no-repeat;
}
a.visa:hover {
	background: transparent url('../images/site-graphics/logo_visa_dual.jpg') no-repeat 0 -30px;
}

a.mast, a.mast:link, a.mast:visited {
	float:left;
	width: 35px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/logo_mc_dual.jpg') no-repeat;
}
a.mast:hover {
	background: transparent url('../images/site-graphics/logo_mc_dual.jpg') no-repeat 0 -30px;
}

a.amex, a.amex:link, a.amex:visited {
	float:left;
	width: 34px;
	height: 30px;
	line-height: 30px;
	background: url('../images/site-graphics/logo_amex_dual.jpg') no-repeat;
}
a.amex:hover {
	background: url('../images/site-graphics/logo_amex_dual.jpg') no-repeat 0 -30px;
}

a.disc, a.disc:link, a.disc:visited {
	float:left;
	width: 39px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/logo_discover_dual.jpg') no-repeat;
}
a.disc:hover {
	background: transparent url('../images/site-graphics/logo_discover_dual.jpg') no-repeat 0 -30px;
}

a.ssl, a.ssl:link, a.ssl:visited {
	float:left;
	width: 18px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/logo_ssl_dual.jpg') no-repeat;
}
a.ssl:hover {
	background: transparent url('../images/site-graphics/logo_ssl_dual.jpg') no-repeat 0 -30px;
}

a.ups, a.ups:link, a.ups:visited {
	float:left;
	width: 21px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/logo_ups_dual.jpg') no-repeat;
}
a.ups:hover {
	background: transparent url('../images/site-graphics/logo_ups_dual.jpg') no-repeat 0 -30px;
}

#footer-left a.usps, a.usps:link, a.usps:visited {
	float:left;
	width: 97px;
	height: 30px;
	line-height: 30px;
	margin-left: 22px;
	background: transparent url('../images/site-graphics/logo_usps_dual.jpg') no-repeat;
}
#footer-left a.usps:hover {
	background: transparent url('../images/site-graphics/logo_usps_dual.jpg') no-repeat 0 -30px;
}







.product3 { display: inline;
	float: left;
	width: 251px;
	height: 323px;
	margin: 0px 0px 0 0;
	border-left: 1px solid #919191;
}
.product3.last {
	margin: 0px 0 0 0;
	border-right: 1px solid #919191;
}
.product3 img {
	border: 0px solid #ccc;
	margin-top: 19px;
	width: 210px;
}
.product3-image {
	width: 251px;
	height: 251px;
	background: #333 url('../images/site-graphics/product3-placeholder-bg.jpg') no-repeat;
	text-align: center;
}
.product3-details { 
	border-top: 1px solid #919191;

}
.product3-details a, .product3-details a:link, .product3-details a:visited {
	text-decoration: none;
	color: #fff;
}
.product3-details a:hover {
	text-decoration: underline;
	color: #fff;
}

.product3-details h3 {
	color: #fff;
	padding: 5px 8px;
	margin: 0;
	font-size: 11px;
	font-weight:normal;
}
.product3-details p {
	padding: 1px 8px 5px 8px;
	margin: 0;
	font-weight:bold;
	font-size: 11px;
}
.product3-details p span {
	text-decoration:line-through;
}
.product3-details p span.floatright {
	text-decoration:none;
	color: #00ff00;
}

.product3-divider {
	height: 11px;
	width: 759px;
	background: #333 url('../images/site-graphics/products3-divider.jpg') no-repeat;
	margin: 0 0 0px 5px;
	padding: 0 0 0px 0;
}
.product3-divider-end {
	height: 7px;
	width: 759px;
	background: #333 url('../images/site-graphics/products3-divider-end.jpg') no-repeat;
	margin: 0 0 0px 5px;
	padding: 0 0 5px 0;
}

#viewPrdC-t1r2 .custom_images img {
	margin: 0;
}

