﻿
.product
{
	width: 130px;
	/*height: 255px;*/
	height: 234px;
	border: solid 1px #E5E5E5;
	margin: 5px 5px;
	padding: 4px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	position: relative;
}

.product-table
{
  padding: 0px;
}

.product .actions
{
	float: right;
	margin-right: 2px;
}

.product .actions a.add
{
	padding-bottom: 2px;
	line-height: 18px;
	white-space: nowrap; /* stop text wrapping when you click button in IE for 1st time */
}

.product .actions a.add
/*,.product-detail .actions a.add*/
{
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image: url(../Images/cart_add.png);
}

.product .img-link
{
	color: #fff;
}

.sidebar .product
{	
	background-color: #fff;	
	border: 0px;
}

.sidebar .price
{
	margin-bottom : 0px;
}

.product .title
{
	font-size:1.1em;
	line-height:1.25;
	margin-bottom:0.5em;
	margin-left:5px;
	margin-top:5px;
	text-decoration:none;
	height: 45px;
}

.product blockquote
{
	margin: 0px;
}

.product button span
{
	float: left;
}

.product.over
{
	
	background-color: #ffffcc;
}

/**********************************************/

.product .img
{	
	display: block; 
	width: 120px;
	height: 120px;
	background-color: #fff;
	margin-top: 2px;
	margin: 0pt auto;
}

.product.vertical-stack .img
{
	float: none;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 5px;
}

.product .img img
{
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
	
/**********************************************/

.product .desc
{
	height: 13px;
	visibility: hidden;
	text-align: center;
}

.product .desc.special
{
	visibility: visible;
	font-weight: bold;
	color: #875A18;
}

.product.vertical-stack dl.price
{
	float: none;
	clear: left;
	margin-left: auto; 
	margin-right: auto;
}

dl.price
{
	float: left;
	width: 121px;
	padding: 4px 4px 1px 4px;
	/*background-color: #EDF1FF;*/
	/*margin-top: 8px;*/
	margin-bottom: 0;
}

.product-detail dl.price
{
	padding: 0;
}

dl.price dt.prf,
dl.price dt.ex-prf
{
	font-weight: normal;
}

.price dt.prf, .price dd.prf
{
	border-top: solid 1px #999;
}

.price .ex-prf
{
	margin-top: -3px;
}

.price .prf, .price .ex-prf
{
	font-size: 85%;
}

.price dd
{
	text-align: right;
}

/*
.price .original
{
	font-size: 11px;
}

.price dt.original.symbol,
.price dt.original.amount
{
	font-size: 100%;
}
*/

.price dt, .price dd
{
	float: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.product .price dt 
{
	width: 45%;
	font-size: 12px;
}
.product .price dd
{
	width: 55%;
}
.product-detail .price dt
{	
	width: 57px;	
}
.product-detail .price dd
{
	width: 77px;
}
.price dd.actual
{
	font-weight: bold;
}

.price dt.original .symbol,
.price dt.original .amount
{
	color: #888;
	padding-top: 1px;
}
.price .original .amount
{
	text-decoration: line-through;
}

/*text-align: center;*/

.product .price dd.actual
{
	font-size: 13px;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

/*
.price
{
  text-decoration: none;	
}

.price-box .actual-price,
.price-box .original-price
{
	font-size: 1.1em;
	font-weight: bold;
}

.price .actual-price
.price .original-price
{
	font-size: 1.1em;
	font-weight: bold;
}

.price .original-price
{
	margin-bottom: -2px;
	color: #BC4242;
}
*/
	
.product .buttons
{ 	
	float: right;
	margin-top: 7px;
}

.product .price-box
.product .buttons
{
	display: block;
	text-align: center;
}

/*----------------------------*/
/*
.product-detail .pricing
{ 	
	width: 340px;		
}*/

.product-detail .options,
.product-detail .actions
{	
	float: left;		
	clear: left;	
}

.product-detail label.optiontype
{
	float: left;
}

.product-detail .prod-model-no 
{
	text-align: right;
	color: #888;
}

select.options.listbox
{
	padding-right: 0.1em;
}

.product-detail .options select
{
	margin-top: 0.25em;
	height: 68px;	
}

.product-detail .price
{
	font-size: 1.2em;
	width: 200px;
}

.product-detail .detail-images,
.product-detail .product-view
{
	float: left;
	margin-top: 15px;	
}

.product-detail .product-view
{	
	width:340px;	
}

img.add-cart
{
	width:105px;
}

.product-detail .detail-images
{
	width: 250px;
	margin-top: 15px;
}


.product-detail .largeImg {	
	max-width: 230px;	
	max-height: 330px;	
	padding: 5px;
}

.product-detail .thumbs img {
	border: solid 1px #ccc;
	padding: 4px;
}
.product-detail .thumbs img:hover {
	border-color: #C40040;
}

.product-detail .description
{
	padding-top : 1em;
	padding-bottom: 30px;
}

.product-detail .description
{
	padding-top : 1em;
	padding-bottom: 30px;
}

.product-detail p.link
{
	padding-top : 0.7em;
}


.product-detail .manufacturer
{
	float:left;
	/*width:135px;*/
}

/* Manufacturers Filter Area */

#manufacturers-filter .manufacturer
{
	padding-right: 1em;
	display: inline;
}

/*
.product-detail .actions .add {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #B9B9B9;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px;
}

.product-detail .actions .add img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.actions .add:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
*/

.reviews
{
	clear: left;
	margin-top: 1em;
}

.review .information
{
	padding-top: 1em;
	clear: both;
	/*font-size: 90%;*/
}

#bannerTop
{
	clear: both;
}

#bannerTop .left
{
	float:left;
	padding-left: 10px;
}

#bannerTop .right
{
	float:right;
}

.listing
{
	clear: both;
}

/*** BEGIN: Thumb Links ***/
.thumb-links
{
	width: 100%;
}
.thumb-links .end
{
	clear: left;
}
.thumb-links .thumb-link
{
	float: left;
}
.thumb-links table
{
	border-collapse:collapse;
}
.thumb-links table td.img
{
	vertical-align: middle;
	text-align: center;
	padding:0;
}
.thumb-links table td.label
{
	text-align: center;
	padding:0;
	margin:0;
}

/* Manufacturer specific:*/
.thumb-links .manuf td.img
{
	width: 100px;
	height: 80px;
}
.thumb-links .manuf
{
	width: 104px;
	height: 115px;
	margin: 5px;
}
/* Subcategory specific:*/
.thumb-links .sub-cat td.img
{
	width: 120px;
	height: 120px;
}
.thumb-links .sub-cat
{
	width: 130px;
	height: 155px;
	margin: 5px;
}
/*** END: Thumb Links ***/

.product .special-img	
{
	position: absolute;
	top: 142px;
	left: 5px;
	width: 32px;
	height: 33px;
}

.product .special-img-default
{
	background-image: url(../Images/specials/default.png);
}

.product .special-img-sale
{
	background-image: url(../Images/specials/sale.png);
}

.product .special-img-realdeals
{
	background-image: url(../Images/specials/real-deals.gif);
}

.product .special-img-bestbuys
{
	background-image: url(../Images/specials/best-buys.png);
}

/*
.product .special-wrap.with-text
{
	width: 123px;
	height: 37px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
}
*/
/*
.product .special-wrap
{
	position: absolute;
	top: 144px;
	left: 6px;
}

.product .special-wrap .img
{
	float: left;
	margin-left: 2px;
	margin-top: 1px;
	width: 32px;
	height: 35px;
	background-image: url(../Images/specials/default.png);
	background-repeat: no-repeat;
}
.product .special-wrap h6
{
	display: block;
	float: left;
	margin-left: 5px;

	width: 80px;
	height: 33px;
	overflow: hidden;
}
*/

.product .special.description
{
	color: #bc4242;
	font-weight: bold;
	text-align:center;
}

.panel .header .sort
{
	text-align: right;
	margin-right: 6px;
}

.panel table.header td.title
{
	padding-left: 0;
}

.panel .header .sort a.selected
{
	font-weight: bold;
}

/* Causes probs on IE6
.panel p
{
	margin: 0 0 0 6px;
}
*/

