@import url('style.css');

#productList .listing-item {
	float: left;
	width: 32%;
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	margin-bottom: 2em;
}

#productList .listing-item div {
	clear: both;
}

#productList .listing-item-img {
	width: 160px;
	height: 155px;
	margin: 0 auto;
	padding: 5px;
}

#productList .listing-item-img-wrapper a {
	border: 1px solid #53617d;
	background-color: #ffffff;
}

#productList .listing-item-name {
	height: 2em;
	overflow: hidden;
}

#productList .listing-item-name a {
	display: inline;
	vertical-align: middle;
}

#productList .listing-item-name, #productList .listing-item-price, #productList .listing-item-buynow {
	padding: .5em 0;
}

#productList .listing-item-name {
	font-weight: bold;
}

#productList .listResultStats {
	clear: both;
}

/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/
#productList .listing-item-img-wrapper {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(/assets/img/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body #productList  .listing-item-img-wrapper {
	margin: 10px -10px -10px 10px;
	background: url(/assets/img/shadow.png) right bottom no-repeat;
}

/* shadow corners */
#productList .listing-item-img-wrapper:before,
#productList .listing-item-img-wrapper:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;
}

#productList .listing-item-img-wrapper:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

#productList .listing-item-img-wrapper:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

#productList .listing-item-img-wrapper a {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body #productList .listing-item-img-wrapper a {
	left: -10px;
	top: -10px;
	margin: 0;
}

#productList .listing-item-img-wrapper {
	float: left;
	display: inline;  /* fixes ie double margin-left bug */
}

/*.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}*/

/*#productList .listing-item-img {
	width: 150px;
	margin: 0 auto;
}*/

/*#productList table {
    width: 100%;
    border: 1px solid #b6b7cb;
    border-spacing: 1px;
}

#productList table tbody td {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
}

#productList table th {
    padding: 2px;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    background-color: #b6b7cb;
}

#productList table th,
#productList table th a:link, #productList table th a:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#productList table td a:link, #productList table td a:visited {
    color: #000000;
    text-decoration: none;
}

#productList table td a:hover {
    color: #aabbdd;
    text-decoration: underline;
}

#productList .productList-head-price,
#productList .productList-price {
	text-align: right;
}

#productList .productList-head-img,
#productList .productList-img,
#productList .productList-head-buynow,
#productList .productList-buynow,
#productList .productList-custom {
	text-align: center;
}

#productList .productList-head-img,
#productList .productList-img {
	width: 140px;
}

#productList .productList-price-reg {
    display: block;
    text-decoration: line-through;
}

#productList .productList-price-sale {
    font-weight: bold;
    color: #ff0000;
}*/


