body {
	background: #fff url("bg.gif") repeat-x;
	margin: 15px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

a { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

.menu {
	color: #ffffff;
	background-color: #8C8E8C;
	height: 34px;
}

.search {
	background-color: #fff;
}

.cart {
	padding: 0px 0px 2px 0px;
}

.footer {
	padding: 14px 0px 0px 0px;
	color: #999999;
}


.LoginFormUser {
	font-size: 10px;
	height: 12px;	
}
.LoginFormPasswd {
	font-size: 10px;
	height: 12px;
}

.ProductSearchParameter {
	font-size: 10px; height: 11px;
}

.menuitem {
	padding: 9px 16px 10px 16px;	
	color: #fff;
} .menuitem a { color: #fff; text-decoration: none; }
  .menuitem a:visited { color: #fff; text-decoration: none; }
  .menuitem a:hover { color: #fff; text-decoration: none; background-color: #000; }

.boxtitle {
	font-size: 11px;
	font-weight: bold;
	width: 168px;
	padding: 5px 0px 5px 9px;
	background-color: #e9e9e9;
}

.prodtree ul {
	margin: 0;
	padding: 4px 0px 0px 0px;
}
.prodtree li {
	margin: 0px 0px 0px 5px;
	padding: 4px 5px;
	list-style-type: none;
	border-bottom: solid 1px #eee;
} .prodtree a { color: #000; font-weight: bold; text-decoration: none; }
  .prodtree a:visited { color: #000; font-weight: bold; text-decoration: none; }
  .prodtree a:hover { color: #000; font-weight: bold; text-decoration: underline; }

.topsellers {
	padding: 10px 0px 0px 10px;
} .topsellers a { color: #000; font-weight: bold; text-decoration: none; }
  .topsellers a:visited { color: #000; font-weight: bold; text-decoration: none; }
  .topsellers a:hover { color: #000; font-weight: bold; text-decoration: underline; }

.prodtitle {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 5px 9px;
	background-color: #e9e9e9;
} .prodtitle a { color: #000; text-decoration: none; }
  .prodtitle a:visited { color: #000; text-decoration: none; }
  .prodtitle a:hover { color: #000; text-decoration: underline; }

.price {
	background-color: #ededed;
	padding: 6px;
	font-weight: bold;
}

.prodinfo { padding: 0px 0px 0px 10px; }
.prodinfo a { color: #000; text-decoration: none; font-weight: bold;}
.prodinfo a:visited { color: #000; text-decoration: none; font-weight: bold;}
.prodinfo a:hover { color: #000; text-decoration: underline; font-weight: bold;}

form {
	margin: 0;
}

.prodlist {

	background-color: #b33c13;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin-bottom: 7px;
	

} .prodlist a { color: #fff; text-decoration: none; }
  .prodlist a:visited { color: #fff; text-decoration: none; }
  .prodlist a:hover { color: #fff; text-decoration: underline; }


.carttitle {

	background-color: #b33c13;
	color: #e1c0b5;
	padding: 10px;
	margin-bottom: 7px;
	

}
