/* $Id: skin1.css,v 1.24.2.7 2006/12/08 13:37:04 max Exp $ */
/*
	General styles
*/
A:ACTIVE  {
	COLOR: #330000;
	TEXT-DECORATION: none;
}
A:HOVER {
	COLOR: #550000;
	TEXT-DECORATION: underline;
}
A:LINK {
	COLOR: #330000;
	TEXT-DECORATION: none;
}
A:VISITED {
	COLOR: #330000;
	TEXT-DECORATION: none;
}
BODY,DIV,HTML,INPUT,P,SELECT,TD,TEXTAREA,TH,TT {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	FONT-SIZE: 10px;
}
BODY,HTML {
	BACKGROUND-IMAGE: url(images/bkgnd_body.gif);
	HEIGHT: 100%;
	MARGIN: 0px;
	PADDING: 0px;
	background-repeat: repeat-x;
}
FORM {
	MARGIN: 0px;
}
H1 {
	FONT-SIZE: 15px;
}
H2 {
	FONT-SIZE: 13px;	
}
H3 {
	FONT-SIZE: 12px;
}
HR {
	COLOR: #DDDDDD;
	HEIGHT: 1px;
}
IMG,TABLE {
	BORDER: 0px;
}


/*
	Content enviroment styles
*/
TABLE.container {
	BACKGROUND-COLOR: #FFFFFF;
	HEIGHT: 100%;
}
TD.container {
	VERTICAL-ALIGN: top;
}

/*
  Button styles
*/
TABLE.button_table {
	cursor: pointer;
	direction: ltr;
	vertical-align: middle;
}
TD.button_black {								 
	background: url(images/btn_black_bkgnd.gif);
	background-color: #000000;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	white-space: nowrap;
}
IMG.button_black_plus {
	height: 18px;
	width: 18px;
}
FONT.button_black {								 
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
A.button_black:link, A.button_black:visited, A.button_black:hover, A.button_black:active {
	color: #330000;
	font-WEIGHT: bold;
}
IMG.button_black_side {
	height: 18px;
	width: 7px;
}

IMG.button_add_to_cart_side {
	background-color: #FFFFFF;
	height: 18px;
	width: 7px;
}
IMG.button_add_to_cart_plus {
	background-color: #FFFFFF;
	height: 18px;
	width: 18px;
}
TD.button_add_to_cart {								 
	background: url(images/btn_add_to_cart_bkgnd.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	white-space: nowrap;
}
FONT.button_add_to_cart {								 
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
A.button_add_to_cart:link, A.button_add_to_cart:visited, A.button_add_to_cart:hover, A.button_add_to_cart:active {
	color: #330000;
	font-weight: bold;
}





/*
  Custom tags
*/



.category {
	background-image: url(images/bkgnd_category1.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 1em;
}
.category_on {
	background-image: url(images/bkgnd_category_on1.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 1em;
}
.subcategory {
	background-image: url(images/bkgnd_subcategory1.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 4em;
}
.cart_welcome {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	padding-left: 1em;
	padding-right: 1em;
}
.crumb_trail {
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
}
.crumb_trail_disabled {
  color: #666666;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
}
.dialog {
	background-image: url(images/bkgnd_dialog.jpg);
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;	
}
.dialog_featured {
	background-image: url(images/bkgnd_featured.gif);
	background-repeat: no-repeat;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-left: 50px;
}
.form {
	background-image: url(images/bkgnd_form.gif);
	background-position:center top;
	background-repeat: no-repeat;
	color: #666666;
	font-size: 12px;
	padding: 1em;
}
.go {
	border: 0px;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}
.mini_cart {
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
}
.password_forgot {
  color:#FF0000;
	font-size: 12px;
}
.product_price {
  color:#FF0000;
	padding-bottom: 1em;
}
.product_title {
	padding-top: 1em;
}
.product_detail {
	background-image: url(images/bkgnd_product_detail.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: bold;
	height: 250px;
	width: 250px;
	padding: 1em;
}
.product_detail_desc {
}
.product_detail_image {
  vertical-align: middle;
	text-align: center;
}
.product_detail_label {
	font-size: 12px;
	text-align: left;
}
.product_detail_list_price {
	color: #000000;
	font-size: 9px;
	font-weight:normal;
	text-align: left;
	white-space: nowrap;
}
.product_detail_price {
	color: #FF0000;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}
.product_detail_title {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.product_detail_thumbnail {
	background-color: #FFFFFF;
	border: thin solid #999999;
	text-align:center;
}
.search_bar{
	background-image: url(images/bkgnd_searchbar.gif);
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 1em;
	padding-right: 1em;
}
.search_bar A {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
}
.search_bar_sm {
	background-image: url(images/bkgnd_searchbar.gif);
	color: #FFFFFF;
	padding-left: 1em;
	padding-right: 1em;
}
.search_bar_sm A {
	color: #FFFFFF;
	padding-left: 1em;
	padding-right: 1em;
}
.sort_title {
	font-weight: bold;
	padding-right: 20px;
}
.sort_link:link, .sort_link:visited, .sort_link:hover, .sort_link:active {
	text-decoration: none;
}
.sort_img {
	height: 9px;
	margin-right: 3px;
	width: 9px;
}
.sort_cell {
	padding-right: 20px;
}
.speed_bar {
	padding-right: 2em;
}






.add_to_wishlist {
	font-size: 9px;
	color: #666666;
}



.details {
	background-image: url(images/details.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
}
.newBack {
	background-repeat: no-repeat;
	background-position: center;
}
.red {color: #FF0000}
.productTitleDetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/prodDetailBack.jpg);
	background-position: center;
	padding: 1em;
	background-repeat: no-repeat;
}
.productTitleDetail .redsml {
	font-size: 12px;
	color: #FF0000;
}
.productTitleDetail .blksml {
	font-size: 12px;
	color: #000000;
}
.productTitleDetail .grey {
	color: #666666;
	font-size: 16px;
}
.productThbDetailBorder {
	background-color: #FFFFFF;
	border: thin solid #999999;
	padding: 2px;
}
.productTitleDetailxSML {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
.productDescrpDetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-position: center;
	padding: 1em;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
}
.productDescrpDetail .pddsml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #000000;
}
.signIn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-position: center;
	padding: 1em;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	background-image: url(images/prodDescripBack.jpg);
}
.signIn .blk {
	color: #000000;
}
.yourList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.addToCart {
	background-image: url(images/toCart.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #CC0000;
}



.techtip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/techTips_02.gif);
	font-weight: normal;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
}

