@charset "utf-8";
/* CSS Document */
.ProdName {
	font-size: .8em;
	font-weight: bold;
	margin-left:5px;
}
.SpecialOrder {
	font-size: .7em;
	font-weight: bold;
}
.ProdColor {
	font-size: .7em;
	font-weight: normal;
	margin-left:5px;
}
.ProdColor a {
	color: #0033FF;
	text-decoration: none;
}
.ProdColor a:hover {
	color: #0033FF;
	text-decoration: underline;
}
.ProdDesc {
	font-size: .7em;
	font-weight: normal;
	margin-left:5px;
}

.ProdDesc ul {
	position:relative;
	left: -20px;
}
.ProdDesc li{
	font-size: 1.3em;
	font-weight: normal;
}

.BasketSelect table{
	width:800px;
	text-align:left;
	
}

.BrowseHeading{
	font-size:.9em; 
	font-weight:bold;
}

.StyleDisclaim{
	font-size:.7em; 
}

.ResultsPerPage {
	font-size: .7em;
	font-weight: normal;
	text-align:right;
	float:right;
}


.Pagenavtext{
	font-size:1.1em;	
}

.MiniBasket{
	font-size:.7em;
	background-color: #FAFAD2;
	border: 2px outset #006600;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
	vertical-align: middle;
}

.StyleTable{
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
}

.StyleTable tr{
}

.StyleTable #thumbcell{
	width:150px;
	text-align:left;
}
.StyleTable #linkcell{
	width:100px;
	padding:10px;
}
.required {
	font-size: .9em;
	color: #FF3333;
}


.StyleLink a {
	text-align:center;
	font-size:1em;
	color: #0033FF;
	text-decoration: none;
}
.StyleLink a:hover {
	text-align:center;
	font-size:1em;
	color: #0033FF;
	text-decoration: underline;
}

.BrowseTable {
	padding: 5px;
	text-align: center;
	margin: 2px;
	vertical-align: middle;
}

.BrowseCell {
	padding: 5px;
	text-align: center;
	margin: 2px;
	font-size: 0.9em;
	width: 175px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: baseline;
}

.FeaturedTable {
	padding: 5px;
	text-align: center;
	margin: 2px;
	vertical-align: middle;
}

.FeaturedCell {
	padding: 5px;
	text-align: center;
	margin: 2px;
	width:150px;
	font-size: 0.9em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: baseline;
}


.CheckoutLabelCell{
	font-size:12px;
	width:170px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}
.CheckoutLabelCellShade{
	font-size:12px;
	width:170px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background-color:#FFFFCC;
}

.CartCell {
	margin: 2px;
	font-size: .9em;
	vertical-align: baseline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.PriceText {
	font-size: .8em;
}

.SalePriceText {
	font-size: .9em;
	color:#FF3300;	
}

#DisplayContactList b{
	font-size:1em;
}
#DisplayContactList td{
	text-align:left;
	font-size:.7em;
	padding:.2em;	
}
	


.BrandCell {
	padding: 0px;
	border: 1px solid #DADAB2;
	text-align: center;
	margin: 0px;
	vertical-align: text-bottom;
}



select {
	background-color: #FFFFFF;
	border: 2px inset #999999;
}

.RecentList {
	font-size:11px; 
	list-style:none;
	padding-left:3px;
	margin-left:1em; 
	text-indent:-1em;
	line-height:13px;	
}

.RecentDiv{
	vertical-align:top; 
	width:140px;
	height:100px;
	font-size:13px; 
	overflow:hidden;
	border: 2px outset #228B22;
	line-height:15px;
}	