/* CSS cart formatting */
.cart form{
	display:inline;
}
.cart table.noedit {
	border:1px solid #999999;
	background-color:#CCCCCC;
	padding:5px;
}
.cart thead {
	font-weight:bold;
	width:100%;
}
.cart td.cartName {
	width:400px;
	height:auto;
}
.cart td.cartCost {
	width:80px;
	height:auto;
}
.cart td.cartQuantity {
	width:180px;
	height:auto;
}
.cart table.noedit td.cartQuantity {
	width: auto;
}
.cart td.carttotals {
	padding-top:8px; text-align:right; padding-right:10px;
}
#itemsOrdered td.cartName {
	min-width:350px
}

#itemsOrdered td.carttotals {
	padding-top:8px;
	text-align:right;
	line-height:1.4;
}
#itemsOrdered td.cartQuantity {
	width:80px;
}
#itemsOrdered td.cartCost {
	width:70px;
	position:relative
}
#itemsOrdered td.cartitemcost {
	text-align:right
}
#itemsOrdered td.carttotals span, #itemsOrdered td.cartitemcost span {
	display:block;
	float:left;
	padding-left:3px
}


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

/* category formatting */
.catDesc {
	
}

/* product formatting */
.product {
	width: 800px;
	height:auto;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #cccccc;
	float:left;
	text-align:left;
}
.product p {
	width: 500px; margin-left:140px
}
.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;
}
.productImgMini {
	margin: 0 5px 5px 0;
	border:1px solid #ccc !important;
}
.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;
}

/* form styles */
select.setWidth, input.setWidth {
	width: 250px;
}
#delivery, #payment {
	margin-bottom:10px;
	padding-bottom:8px;
	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;
	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;
}


/* contactform */
form#contactform {
	width: 550px;
}
form#contactform select, form#contactform input, form#contactform textarea {
	width: 250px;
	float: left;
	margin-bottom: 7px;
	height:18px;
	border: 1px solid #999999;
}
form#contactform select {
	height:22px;
}
form#contactform textarea {
	height:80px;
}
form#contactform select.required, form#contactform input.required, form#contactform textarea.required {
	background-color:#f1f9fd;
	border: 1px solid #888888;
}
form#contactform label {
	text-align: left;
	width: 150px;
	font-weight:bold;
	margin-right: 5px;
	margin-bottom: 7px;
	float:left;
	height:18px;
}
form#contactform input.nopad  {
	width: 20px;
}
form#contactform a.submitform {
	margin-left:160px;
}

