/* CSS cart formatting */
.cart form{
	display:inline;
}
.cart thead {
	font-weight:bold;
	width:100%;
}
.cart td.cartName {
	width:300px;
	height:auto;
}
.cart td.cartCost {
	width:80px;
	height:auto;
}
.cart td.cartQuantity {
	width:180px;
	height:auto;
}
.message {
	color:#000066;
	font-weight:bold;
	font-style:italic;
}

/* category formatting */
.catDesc {
	
}
.categoryItem {
	width:125px; 
	margin-right:10px; 
	float:left; 
	text-align:center;
}
.categoryItem a {
	text-decoration:none;
}

/* product formatting */
.product {
	width: 550px;
	height:auto;
	padding:10px 0 10px 0;
	border-bottom:1px solid #999999;
	float:left;
	text-align:left;
}
.productInfo {
	width: 290px;
	margin-left:135px;
}
.product a {
	text-decoration:none;
}
.productPrice {
	width:120px;
	float:right;
	margin-left:10px;
}
.productDetailImage {
	float:left; 
	width:210px;
	text-align:left;
	margin-bottom:10px;
}
.productDetailImage .productImg {
	margin:0 10px 10px 0; 
	border:0;
}
.productDetailContent {
	margin-left:210px;
}
.productImages {
	width:100px;
	margin-right:20px;
	float:left;
	text-align:center;
}
.productImages img {
	border:1px solid #777777;
}
.productImages a {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}


/* other pages */
.left {
	float: left;
	margin-right:10px;
	width:200px;
	font-size:x-small;
}
.left img {
	border: 1px solid #666666;
}
.pageContent {
	margin-left:212px;
}

h1 span.note {
	font-size:small;
	font-weight:normal;
	font-style:italic;
	color:#666666;
}