﻿.listWrapper
{
	clear:left;
    padding: 2px;
    overflow:hidden;   
}

.listItemRow
{
    overflow:hidden;
}

.listItem
{
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    position:relative;
    text-align: center;
    vertical-align:middle;
    width: 180px;
}

.listItem .newIcon
{
	background: url(../Images/new.png) no-repeat;
	cursor:pointer;
	display: block;
	height: 45px;
	position: absolute;
	width: 45px;
}

.listItem a:hover
{
    text-decoration: none;
    color: #9ab3cb;
}

.listItem img
{
    border-width: 0;
}

.oldPrice
{
    text-decoration:line-through;
}

.salePrice
{
    color:#9ab3cb;
}

.pagerRow
{
    float:left;
    clear:left;
}

.filterList
{
    margin-right:5px;
    display: block;
    float: left;
}

.filterNumberOnPage
{
    text-align:center;
}

.filterRow
{
    margin-left:15px;
}

.ListItemBackInStock
{
	color:#68E465;	
}