/* CSS cart formatting */
.cart form{
	display:inline;
}
.cart table {
	padding: 8px;
	border: 1px solid #aaaaaa;
	margin:0 0 5px 0;
}
.cart table tbody td {
	border-top:1px dashed #E9E9E9;
}
.cart table.noedit {
	border:1px solid #999999;
	background-color: #E9E9E9;
	padding:5px;
}
.cart thead {
	font-weight:bold;
	width:100%;
}
.cart table.noedit thead {
	background-color: #666666;
	color:#FFFFFF;
}
.cart table.noedit thead td {
	padding:2px;
}
.cart td.cartName {
	width:300px;
	height:auto;
}
.cart td.cartCost {
	width:80px;
	height:auto;
}
.cart td.cartQuantity {
	width:auto;
	height:auto;
}
.cart table.noedit td.cartQuantity {
	width: auto;
}
.cart td.carttotals {
	padding-top:8px; text-align:right; padding-right:10px;
}

.message {
	color:#a01211;
	font-weight:bold;
	font-style:italic;
}

/* category formatting */
.catDesc {
	
}

/* product formatting */
.product {
	width: 708px;
	height:auto;
	padding:5px 10px;
	border-bottom:1px dotted #999999;
	float:left;
	text-align:left;
}
.product h2 {
	margin:2px 0 5px 0 !important;
}
.product p {
	width: 485px;
	margin-left:95px;
}
.product a {
	text-decoration:none;
}
.productPrice {
	width:120px;
	float:right;
	margin-left:10px;
	text-align:right;
}
.productDetailImage {
	float:right; 
	width:210px;
	text-align:right;
	margin-bottom:10px;
}
.productDetailImage .productImg {
	margin:0 0 10px 10px; 
	border:0;
}
.productDetailContent {
	margin-left:10px;
	margin-bottom:150px;
}
.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;
}

/* form styles */
select.setWidth, input.setWidth {
	width: 250px;
}
#delivery, #payment {
	margin-bottom:10px;
	padding-bottom:8px;
	width:600px;
	border-bottom: 1px dashed gray;
}
#delivery select, #payment select{
	margin-top:5px;
	margin-left:25px;
}
#delivery input, #payment input, #login input {
	margin-left:25px;
	margin-right:10px;
}
#login p {
	margin-bottom:5px;
}
#login {
	padding-bottom:5px;
	margin-bottom:8px;
	width:600px;
	border-bottom:1px dashed gray;
}
form#newAccount label, form#checkoutAddress label, form#checkoutPayment label {
	font-weight: bold;
	font-stretch:condensed;
	width:150px;
	float:left;
}
form#newAccount input, form#checkoutAddress input, form#checkoutAddress select {
	width:250px;
}
form#newAccount input.submit, form#checkoutAddress input.submit {
	width:auto;
	margin-left:150px;
}
form#checkoutAddress h1, form#checkoutPayment h1, div#checkoutComplete h1 {
	margin-top:20px;
}
form#checkoutAddress p {
	margin: 0 0 4px 0;
}