/*
 * Page Styles
 */
#navBody {
	width: 740px;
	height: 460px;
	padding: 0px 130px 0px 110px;
	background-color: rgb(255,255,255);
}
.cartLinks {
	color: rgb(83,83,83);
	position: absolute;
	top: 108px;
	margin-left: 600px;
}
.dataGrid .pagination {
	text-align: left;
}
.dataGrid {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: rgb(211,152,93);
}
.dataGrid a, .cartLinks a {
	color: rgb(83,83,83);
	text-decoration: none;
}
.dataGrid a:hover, .cartLinks a:hover {
	color: rgb(211,152,93);
	text-decoration: none;
}
.dataList {
	margin: 10px 0px 20px 0px;
}
.product {
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.product .prodImage {
	margin: 0px 0px 0px 15px;
}
.product .prodName {
	color: rgb(0,0,0);
	padding: 10px 15px 10px 15px;
}
.product .prodName a {
	color: rgb(0,0,0);
	text-decoration: underline;
}
.product .prodName a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
}
.product .prodName .name {
	width: 115px;
	float: left;
}
.product .prodName .price {
	width: 35px;
	float: left;
	text-align: right;
}
.product .options {
	color: rgb(0,0,0);
	padding: 0px 15px 0px 15px;
}
.product .options .size {
	width: 120px;
	float: left;
}
.product .options .size select {
	width: 110px;
}
.product .options .btnAddToCart {
	width: 30px;
	float: left;
	text-align: right;
}

.Instructions {
	margin-top: 150px;
	margin-right: 300px;
	line-height: 1.5em;
}
