/* 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:300px;
	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;
}
.cart td { vertical-align:top; border-top:1px solid #CCCCCC; padding: 3px 0; }
.cart thead td { border:0 }

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

/* category formatting */
#catDesc {
	padding:0 0 15px 0;
}
#subcategories {
	margin:0 0 15px 0;
}
.subcategory {
	width: 120px;
	text-align:center;
}
.subcategory a img {
	border:2px solid #E80000;
}
.subcategory a:hover img {
	border:2px solid #666666;
}
.subcategory a {
	text-decoration:none;
}

/* product formatting */
.product {
	width: 700px;
	height:auto;
	padding:10px 25px 10px 10px;
	border-top:1px solid #dfcaec;
	float:left;
	text-align:left;
}
.productDetails {

	margin-left:150px;
}
.product h2 {
	padding:10px 0 5px 0;
	margin-left:150px;
}
.product h2 a {
	font-size:14px;
	color:#4d005f;
	text-decoration:none;
}
.product h2 a:hover {
	border-bottom:1px dotted #ad84c6;
}
.product p {
}
.product a {
	text-decoration:none;
}
.productPrice {
	width:120px;
	float:right;
	margin: 11px 0 0 10px;
	font-weight:bold;
}
.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;
}
.productDetailContent { height:250px }
.productDetailContent form input {
	vertical-align:middle;
}


/* 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;
}
#payment p {
margin:5px 0 0 25px;
}
#login p {
	margin-bottom:5px;
}
#login {
	padding-top:1px;
	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;
}
