.{
	font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #060407;
}

a{
	font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #060407;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

td.pageheader{
	height: 133px;
	width: 1000px;
	background: url('images/casa_head.jpg') no-repeat;
}

td.menu{
	height: 600px;
	width: 165px;
	background: #F1ECF3;
	padding-left: 10px;
}

td.menucell{
	border-top: solid 1px white;
	padding: 5px;
}

td.menucell a{
	padding-left: 10px;
	background: url('images/bullet1.gif') no-repeat 0px 5px;
}

td.menucell a:hover{
	padding-left: 10px;
	background: url('images/bullet2.gif') no-repeat 0px 5px;
}

td.content{
	width: 835px;
	padding: 20px 360px 10px 20px;
	background: url('images/casa_bg.jpg') 100% 100% no-repeat #F1ECF3;
}


.searchbox{
	width:130px;
	background: white;
	border-style: outset;
	border-left-color: #C0C0C0;
	border-top-color: #C0C0C0;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-width: 2px;
	padding-left: 5px;
	margin-top: 3px;
}

img.catimage{
	border: solid 1px white;
	width: 100px;
}

img.itemsmall{
	width: 120px;
	margin-top: 2px;
}

img.itemlarge{
	width: 300px;
}

td.catimage{
	border: solid 1px black;
	width: 100px;
}

td.catdetail{
	border-bottom: solid 1px white;
	padding-top: 3px;
	font-size: 12px;
}

td.cart{
	border-bottom: solid 1px black;
}

td.footer{
	height: 20px;
	background: #B7A47F;
}

td.footer a{
	margin-right: 20px;
	font-size: 11px;
}

h2{
	color: #B7A57F;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

.cartdiv{
	padding-left: 20px;
	margin-top: 10px; 
	background: white;
}