/* -------------------------------------------------------------- 
 =forms
-------------------------------------------------------------- */

.filter {
	float: left;
	width: 100%;
	margin-bottom: 23px;
	margin-top: -3px;
}

.filter legend {
	/*font-weight: normal;*/
}

.filter fieldset {
	float: left;
	margin-bottom: 0;
}

.filter .select {
	width: 164px;
	margin-right: 14px;
	float: none;
}

.filter .sortby {
	margin-top: -1px;
	margin-left: 5px;
}

.filter .sortby .select {
	width: 180px;
	margin-right: 0;
}

/* -------------------------------------------------------------- 
 =table
-------------------------------------------------------------- */


.products td {
	padding: 0 14px 14px 0;
	color: #4c4c4c;
}

.products img {
	margin-bottom: 6px;
}



.products h3{
	margin-bottom: 0;
	font-size: 1.2em;
}

.products p{
	font-size: 1.1em;
	line-height: 1.1;	
}

.alert {
	position: relative;
	z-index: 0;
}

.alert span {
	position: absolute;
	left: 0;
	bottom: 10px;
	_top: 89px;
	_bottom: auto;
	z-index: 2;
	width: 96px;
	height: 98px;
}

.almostgone {
	background: url(../images/almost-gone-banner.png) left bottom no-repeat;
	_background: url(../images/almost-gone-banner.gif) left bottom no-repeat;
}
.morecolors {
	background: url(../images/more-colors-banner.png) left bottom no-repeat;
	_background: url(../images/more-colors-banner.gif) left bottom no-repeat;
}
.soldout {
	background: url(../images/sold-out-banner.png) left bottom no-repeat;
	_background: url(../images/sold-out-banner.gif) left bottom no-repeat;
}
.soon {
	background: url(../images/coming-soon-banner.png) left bottom no-repeat;
	_background: url(../images/coming-soon-banner.gif) left bottom no-repeat;
}
.out {
	background: url(../images/out-of-stock-banner.png) left bottom no-repeat;
	_background: url(../images/out-of-stock-banner.gif) left bottom no-repeat;
}
.sale {
	background: url(../images/sale-banner.png) left bottom no-repeat;
}
.sale2 {
	background: url(../images/sale-banner_two.png) left bottom no-repeat;
}

table.gallery  p {
	font-size: 1.3em;
}

table.gallery  td {
	padding-right: 24px;
}

table.gallery  h3 {
	font-size: 1.3em;
}

.gallery .alert span {
	width: 155px;
	height: 158px;
}
	
.gallery .almostgone {
	background: url(../images/almost-gone-banner2.png) left bottom no-repeat;
	_background: url(../images/almost-gone-banner2.gif) left bottom no-repeat;
}
.gallery .morecolors {
	background: url(../images/more-colors-banner2.png) left bottom no-repeat;
	_background: url(../images/more-colors-banner2.gif) left bottom no-repeat;
}
.gallery .soldout {
	background: url(../images/sold-out-banner2.png) left bottom no-repeat;
	_background: url(../images/sold-out-banner2.gif) left bottom no-repeat;
}
.gallery .soon {
	background: url(../images/coming-soon-banner2.png) left bottom no-repeat;
	_background: url(../images/coming-soon-banner2.gif) left bottom no-repeat;
}
.gallery .out {
	background: url(../images/out-of-stock-banner2.png) left bottom no-repeat;
	_background: url(../images/out-of-stock-banner2.gif) left bottom no-repeat;
}

/*no results */
.noresults {
	font-size: 1.3em;
	color: #bababa;
	padding-left: 70px;
	background: url(../images/no-results.gif) no-repeat;
	min-height: 50px;
	_height: 50px;
}


