#main_cell{
	width: 175px;
	height: 100%;
	padding: 10px;
	border: solid #871d1f 1px;
	text-align: center;
	background: #1F1F1F;
	}
#cell-link{
	width: 100%;
	color: #7f7f7f;
	text-decoration: none;
	text-align: center;
	}
#cell-link A{
	color: #7f7f7f;
	text-decoration: none;
	font: 90% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
#cell-link A:Hover{
	color: #871d1f;
	text-decoration: none;
	font: 90% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
#cell-price{
	font: bold  90% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #B40000;
	text-align: right;
	width: 100%;
	}
#cell-desc{
	font: 90% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
	}
#specs{
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
	}
/*******************************************************
**************Heading**********************************/
#cat-heading{
	width: 790px;
	text-align: center;
	font: bold 200% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #D6D6D6;
	border-bottom: solid 2px #B40000;
	padding: 2px;
	}
#sub-headings{
	width: 790px;
	text-align: center;
	padding: 4px;
	border-bottom: 2px solid #B40000;
	}
#sub-headings span{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	}
/*
Stack page
*/
#stackform{
	height: 350px;
	width: 800px;
	}
#submitform{
	width: 100%;
	text-align: right;
	}
#stacktable{
	width: 500px;
	height: 200px;
	}
#stacktable div{
	width: 100%;
	text-align: center;
	}

