/* $Id: skin1.css,v 1.24.2.2 2006/06/28 06:26:01 max Exp $ */
/*
	General styles
*/

image {
	border: none;
}

.error_txt {
	font-weight: bold;
	color:#990000;
}

.box1 {
	width: 350px;
	height: 210px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	border: 2px solid #336699;
	margin: 10px;
}

.SearchSortTitle  {
	font-weight: bold;
	padding-right: 6px;
}

.SearchSortCell {
	padding-left: 3px;
	padding-right: 6px;
}

/*** Cateogry Product List Styles ****/
.CategoryTitle {}
.ProductTitle {
	text-decoration: none;
}
.PListCell {
	vertical-align: top;
}
.ProductPrice {
	font-weight: bold;
}

.ProductSlashPrice {
	color:#666666;
	text-decoration: line-through;
}

.ProductDiscountPrice {
	font-weight: bold;
}

/*** Product Page Styles ******/
TABLE.product TD {
	padding-bottom: 4px;
	padding-right: 10px;
	font-size: 1.05em;
	font-weight: bold;

}
.product_title {
	font-size: 1.25em;
	padding-bottom: 15px;
}
.product_thumbnail  IMG {
	padding-right: 20px;
}

.product_sku {}
.product_sku_lbl {}
.product_weight {}
.product_weight_lbl {}

.product_price {
	text-decoration: line-through;
}
.product_price_lbl {
	text-decoration: line-through;
}

.product_discount_price {
	font-size: 1.20em;
	color: #336699;
	padding-top: 15px;
}

.product_discount_price_lbl {
	font-size: 1.20em;
	color: #336699;
	padding-top: 15px;
}

.product_quantity_lbl {}

a.more_link:link, a.more_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	background-image:url(/images2/arrow_yellow_2.jpg);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 25px;
	padding-top: 0px;
	color: #FFFFFF;
	margin-top: 5px;
	height: 20px;
	}


a.more_link:hover, a.more_link:active {
text-decoration:underline;
}
h2 {
	font-size:17px;
	color:#FFFFFF;
	line-height:18px;
	margin-bottom:10px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
