.cart form{
	display:inline;
}
.cart table.noedit { border:1px solid #666666; background-color: #F3F3F3; padding:10px; -moz-border-radius: 10px; margin-bottom:10px }
.cart thead { font-weight:bold; width:100%; }
td.cartName {	width:370px;  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.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: #333; font-weight:bold; font-style:italic;
	background-color:#f5d4e6; border-top:1px solid #d6559b; border-bottom:2px solid #d6559b;
	padding:3px 7px; margin-right:20px;
}

/* category formatting */
.catDesc {
	
}
#subcategories { margin:0 0 15px 0; }
.subcategory {
	width: 170px; height:200px;
	text-align:center;
	float:left; margin:0 20px 15px 0; padding:1px 1px 3px 1px;
	background-color:#d7559b;
}
.subcategory span {
	width:174px; display:block; 
	text-align:center; margin-bottom:4px; 
	font-size:13px; font-weight:bold; color:#fff;
}
.subcategory a img { 	border:0; margin-bottom:5px }
.subcategory a:hover img { 	border:0 }
.subcategory a { text-decoration:none; }


/* product formatting */
#productWrapper { margin:0 -25px 0 0}
.product {
	width: 190px;	height:280px; display:inline;
	float:left; margin:5px 25px 0 15px; padding:0 0 10px 0;
	text-align:center; position:relative;
}
.product img {	border:1px solid #bf9db1; }
.product img.tagnew, .product img.taglove, .product img.tagsale { border:0; margin:0; position:absolute; top: 38px; right:1px }
.product a { text-decoration:none; } 
.product span { 
	width:190px; display:block; height:40px; margin-bottom:5px; 
	text-align:center; font-weight:normal; line-height:1.2;
}
.product span a { display:block; width:180px; height:32px; padding:8px 5px 0 5px;  }
.productPrice { width:190px; font-size:12px; }
.productPrice form { display:inline;  }
.productPrice form input { vertical-align:middle}
.productPrice img {  border:0; vertical-align:middle; margin-left:5px; }

.productDetailImage {
	float:right; width:260px;
	text-align:right; margin:0 10px 10px 10px; position:relative;
}
.productDetailImage .productImg {
	margin:0 0 10px 0; padding:6px; background-color:#efefef;	border:1px dotted #ccc;
}
.productImgMini {
	margin: 0 5px 5px 0;
	border:1px solid #ccc !important;
}
.productDetailContent { margin-right:280px; }
.productDetailContent h2 { padding-bottom:5px; }
#addBasketBox { margin:25px 0 10px 0; }
#addBasketBox span.giftwrap { width: 180px; height:19px; margin:0 10px 0 0; padding:10px 12px 10px 7px; background:#FFF url(images/giftwrap_selectbg.gif) top left no-repeat; display:block; float:left }
#addBasketBox span.giftwrap select { width:180px; background-color:#e2f0f6; border:1px solid #e2f0f6; color:#906a57 }
#addBasketBox input.giftmsg { width:340px; border:#fff 1px solid; background-color:#e9e3e0; color:#705446; padding:5px 10px; margin:5px 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
/**.productDetailContent h3 { width:120px; padding:5px 15px 2px 15px; margin:15px 0 0 0; color:#fff; background-color:#bf9db1; font-weight:normal }
.productDetailContent #summary { padding:10px 15px 5px 15px; margin:0 30px 15px 0; border:1px solid #bf9db1; background-color:#edeced; font-size:12px; } **/
.productDetailContent h3 { margin:15px 30px 0 0; padding:0 0 3px 3px; background:url(images/bg_details.jpg) bottom left repeat-x; border-bottom:1px dotted #bf9db1;  }
.productDetailContent #summary { padding: 10px 3px; margin:0 30px 15px 0;   font-size:12px; }
.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;
}
#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;
}


/*********************************** Other styles ******************************************/
table#orderLog, #itemsOrdered , #orderAddresses { border:1px solid #666666; background-color: #F3F3F3; padding:10px 15px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; margin-bottom:10px } 
table#orderLog thead td, #itemsOrdered thead td { border-bottom: 1px solid #999; padding-bottom:3px; font-weight:bold }

#itemsOrdered { margin-bottom:20px }
#itemsOrdered tbody td { padding: 5px 0 }
#itemsOrdered tbody td img { margin-top:-3px }
#itemsOrdered tfoot td { border-top:1px dotted #999 }
