﻿div#moreItems
{
	background-color: #FFF;
	margin-bottom: 10px;
}

div#moreItems h2
{
	margin: 5px 10px;
	font-size: 18px;	
}

div#moreItems .tblItem
{
	width: 100%;
	border-collapse:collapse;
}

div#moreItems .itemHeaderStyle th
{
	background-color: #98CE18;
	color: #FFF;
	padding: 5px;
	text-align: center;
}

div#moreItems .itemHeaderStyle th.last{
	background: #98CE18 url(../images/list_rt_corner.jpg) no-repeat right top;
}

div#moreItems .itemHeaderStyle th a
{
	color: #FFF;
}

div#moreItems .itemHeaderStyle th.sortascheaderstyle a, div#moreItems .itemHeaderStyle th.sortdescheaderstyle a
{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}

div#moreItems .itemHeaderStyle th.sortascheaderstyle a
{
	background-image: url(../images/listHeader_asc.gif);
}

div#moreItems .itemHeaderStyle th.sortdescheaderstyle a
{
	background-image: url(../images/listHeader_desc.gif);
}

div#moreItems .itemRowStyle, div#moreItems .itemAltRowStyle
{
}

div#moreItems .itemRowStyle td, div#moreItems .itemAltRowStyle td
{
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px dashed #98CE18;
}

div#moreItems .itemRowLast td
{
	border-bottom: 0;
}


div#moreItems .itemRowStyle td.last, div#moreItems .itemAltRowStyle td.last
{
	border-right: 1px solid #98CE18;
}

div#moreItems .itemRowStyle a.btnAddCart, div#moreItems .itemAltRowStyle a.btnAddCart,
div#moreItems .itemRowStyle a.btnAddCartGray, div#moreItems .itemAltRowStyle a.btnAddCartGray
{
	background-position: right center;
	background-repeat: no-repeat;
	color: #519109;
	padding-right: 25px;
	line-height: 25px;
	display: block;
	float: right;
	font-weight: bold;
	vertical-align: middle;
}

div#moreItems .imageThumbContainer a
{
	margin-left: 10px;
}


div#moreItems .itemRowStyle a.btnDetails, div#moreItems .itemAltRowStyle a.btnDetails
{
	display: block;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	vertical-align: middle;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
}

div#moreItems .itemRowStyle a.btnAddCart,
div#moreItems .itemAltRowStyle a.btnAddCart
{
	background-image: url(../images/btnAddCart.gif);
}

div#moreItems .itemRowStyle a.btnAddCartGray, 
div#moreItems .itemAltRowStyle a.btnAddCartGray
{
	color: #CCC;
	background-image: url(../images/btnAddCart_gray.gif);
}

div#moreItems .itemRowStyle .alignContainer, div#moreItems .itemAltRowStyle .alignContainer
{
	position: relative;
	margin-top: 100%;
}

div#moreItems .itemRowStyle .alignB, div#moreItems .itemAltRowStyle .alignB
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 600px;
    
}

div#moreItems .pagerStyle
{
	background: #98CE18 url(../images/list_rb_corner.jpg) no-repeat right bottom;
	
}

div#moreItems .pagerStyle td
{
	padding-right: 5px;
}

div#moreItems .pagerStyle table
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

div#moreItems .pagerStyle table td
{
	width: 33%;
	padding: 5px;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
}

div#moreItems .pagerStyle input.pagerTextBox
{
	width: 30px;
	line-height: 10px;
	font-size: 10px;
	height: 10px;
	border: 1px solid #FFF;
	padding: 2px;
}

div#moreItems .pagerStyle input
{
	vertical-align: middle;
}

div#moreItems .pagerStyle a
{
	color: #FFF;
	margin: 0 2px;
}

div#moreItems .pagerStyle a.current
{
	text-decoration: underline;
}
