﻿/* product listing */

.product-listing 
{
    margin: 20px 0 20px 0;
    min-height:500px;
}

.sort-options
{
	font-size: 0.97em;
	color: #aaa;
}
.sort-options li {
	display: inline;
	margin-left: 1.3em;
}

.product-listing li {
display:inline;
float:left;
height:185px;
position:relative;
width:243px;

}

.item-image
{ 
    width:110px; 
    float:left;  
    margin-right:3px;    
}

.item-image img 
{
    width:110px;
    height:110px;    
}

.item-image .rating
{
    margin-left:14px;
}

.item-desc
{ 

}

.item-desc a.title
{
    color: #111111;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .9em;
	font-weight: bold;
}
.price
{
    margin-top:5px;
    font-weight: bold;
    color: #8C0000;
    height:20px;
    text-align:center;
    font-size:1.1em;
}
.compare
{
    
	text-align: left;
}
.compare label{
	font-weight: normal;
}
.item-desc div
{
    margin-top:0.5em;
}

.item-offer
{
     width:100px;
     float:right;
     font-size:1.7em;
     font-weight:bold;
     text-align:center;
     
}

.item-offer span
{
     font-size:0.6em;    
     color:#bf0000;
     font-weight:normal;
}

.item-offer img 
{
    margin-top:20px;
}

.product-listing h3
{
    font-size:1.4em;
    font-weight:bold;
    margin-bottom: 0.5em;
   
}

div.hidden
{
	display: none;
}

.up_arrow, .down_arrow
{
	margin-left:3px;
	padding-left:17px;
	background: url(/images/template/filter-arrow.gif) no-repeat;
}
.up_arrow
{
	background-position:0 -28px;
}
.down_arrow
{
	background-position:0 5px;
}
#listing-image
{
    float:right;
    width: 40%;
    text-align: right;
}
#listing-header
{
    width: 60%;
}
#loading
{
    position: relative;
    float: left;
    left: 50%;
    top: 10px;
    width: 100px;
    background: #0ff;
}
.pop_cont 
{
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.pager .cur
{
    font-weight: bold;    
}
.pager a
{
    text-decoration: underline;
}