/* ------------------MoonLite Pro dynamic area stylesheet --------------------*/

/* ---------------------- Layout ------------------------------------------------ */

#pageContent {
	float:right;
	width:720px;
	padding:0px 10px 10px 0px;
	min-height:350px;
	z-index:1;
	}


/* ---------------------- Dynamic content area general styles -------------------*/

	
#pageContent h1 {
	font-family:Tahoma, Verdana, Sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0px 0px 15px 0px;
	}

#pageContent h1.category {	
	float:left;
	}
	
#pageContent h1.tab {  /* Used on tab style boxes for account, checkout etc  */
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	width:150px;
	margin-bottom:10px;
	} 
	
#pageContent h2 {
	font-size:14px;
	font-family:Verdana,Sans-serif;
	font-weight:normal;
	}
	

	
#pageContent .catDescription {
	line-height:1.4em;
	margin-bottom:15px;
	padding-left: 10px;
	}

#pageContent p {
	line-height:1.4em;
	margin-bottom:15px;
	}
	
#pageContent a{
	text-decoration:none;
	}	
	
	
#pageContent a.underline {
	text-decoration:underline;
	}
	
a.btn{
	display:block;
	width:110px;
	height:17px;
	padding:5px 5px;
	background:url(../templateimages/btnBG.jpg) no-repeat top left;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	text-decoration:none;
	}		
	
a.btnSmall, input.btnSmall{
	display:block;
	width:80px;
	height:17px;
	padding:5px 0px;
	background:url(../templateimages/smallBtnBG.jpg) no-repeat top center;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	}		
	
input.btnSmall{
	height:30px;
	}		
	
	
/*------------------------ Products page - products.asp ----------------------------------------------*/


#sortByDiv	{
	float:right;
	margin-top:10px;
	height:15px;
	}
	
#sortBy {
	float:right;
	margin:0px;
	padding:0px;
	}

#sortByDiv label {
	float:right;
	margin-right:5px;
	font-size:12px;
	padding-top:4px;
	}
	
#sortByDiv .showall {
	float:right;
	margin-right:40px;
	text-decoration:underline;
	font-size:12px;
	}
	
#sortByDiv .nextPrev {
	float:right;
	margin-right:30px;
	}
	
#featuredProduct {
	/*margin:10px 0px 2% 0px;*/
	margin:0px;
	width:35.7%;
	padding:1% 1% 1% 1%;
	border:1px dotted #ccc;
	clear:right;
	float:right;
	text-align:center;
	}
	
#featuredProduct .mainImage {
	margin:1px 0px;
	}

#featuredProduct a img{
	border:none;
	}

#featuredProduct p  {
	text-align:center;
	margin:0px;
	}
	
#featuredProduct p a {
	text-decoration:underline;
	}	


	
#productList {

	}	
	
#productList a img{
	border:none;
	}
	

#productList .productWrapper {
	width:105px;
	text-align:center;
	float:left;
	padding:15px 0 5px 0;
	margin:0 19px;
	}
	
#productList .productImgWrapper{
	
	/*width:70%; set now inline to allow for portrait and landscape */
	}
	
	
#productList .productWrapper img{
	}

#productList .productWrapper p {
	margin:0px;
	padding:0px;
	}	

#productList .productWrapper .productName {
	margin-bottom:0px;
	}
	
#productList .productWrapper .productTextWrapper {
	height:30px;
	}	

#productList .productWrapper p a {
	text-decoration:underline;
	}

#productList .paintPot {
background-image:url(../templateimages/pot.png);
}

/*------------------------ Product detail page - productDetail.asp ----------------------------------------------*/

#largePot {
	float:left;
	width:226px;
	height:219px;
	margin:0px 40px 0px 40px;
	background-image:url(../templateimages/potLarge.png);
	}	

#productDetailImages {
	width:255px;
	float:right;
	}
	
#productEnlargeImage {
	position:absolute;
	display:none;
	right:10px;
	top:390px;
	border:1px solid #ccc;
	background-color:#fff;
	z-index:1;
	width:400px;
	text-align:center;
	padding:15px;
	}
	
#productEnlargeImage .enlargeClose{
	position:absolute;	
	right:5px;
	top:2px;
	color:#999;
	}

#productEnlargeImage a {
	color:#999;
	}
	
#productEnlargeImage a img{
	border:none;
	}
	
#productDetailImages .highlight {
	color:#CC0000;
	font-weight:bold;
	text-align:right;
	font-size:14px;
	padding-bottom:3px;
	background:#fff url(../templateimages/highlightBG.jpg) no-repeat right bottom;
	margin-bottom:10px;
	}
	
#productDetailImages .enlarge {
	text-align:right;
	font-style:italic;
	color:#999999;
	}
	
#productDetailImages .mainImage {
	border:none;
	}
	
#productDetailImages .thumbs {
	}
	
#productDetailImages .thumb {
	float:right;
	margin-left:15px;
	}
	
#productDetailInfo {
	float:left;
	width:650px;
	height:250px;
	}
	
#productDetailInfo h2{
	color:#666;
	font-family:Tahoma, Verdana, Sans-serif;
	font-size:14px;
	margin-bottom:15px;
	}
	
#productDetailInfo .deliveryOffer {
	text-align:center;
	background-color:#FBF8F3;
	border:1px solid #E0C99F;
	margin:10px 3%;
	padding:2%;
	}
	
#productDetailInfo .rrp {
	float:left;
	}
	
#productDetailInfo .price {
	float:right;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	}
	
#productDetailInfo .priceDesc { 
	clear:right;
	float:right;
	}
	
#productDetailInfo .status {
	font-weight:bold;
	clear:right;
	float:right;	
	}

#productDetailInfo .optionsDropdown {
	margin:15px 0px;
	clear:right;
	float:right;	
	}	

	
#productDetailInfo .addbasket {
	clear:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	float:right;	
	width:120px;
	height:28px;
	color:#fff;
	border:none;
	cursor: pointer;
	background:url(../templateimages/addBasketBtn.jpg) no-repeat left center;
	text-align:center;
	}

#productDetailInfo .qty {
	float:right;	
	width:50px;
	margin-right:25px;
	margin-top:7px;
	}
	
#productDetailInfo label {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:right;	
	font-size:12px;
	margin-right:10px;
	margin-top:10px;
	}	
	
#productDetailInfo .qtyDiscMessage {
	clear:both;
	float:right;
	margin:20px 0px 0px 0px;
	font-style:italic;
	}
	
#productDetailInfo .description {
	clear:both;
	margin:20px 0px 30px 0px;
	}
	
#filterChoice label, #sizeChoice label {
	float:left;
	display:inline;	
	width:120px;
	font-size:14px;
	font-weight:bold;
	margin:3px 10px 0px 0px;
	}	
	
#moreDetailsBoxes {
	width:100%;
	clear:both;
	padding:25px 0px;
	margin:0px;
	}

#moreDetailsBoxes ul{
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}

#moreDetailsBoxes ul li {
	display:inline;
	position:relative;
	float:left;
	text-align:center;
	list-style:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	}

#moreDetailsBoxes ul li.firstTab {
	margin-left:0px;
	}	


#moreDetailsBoxes ul li a {
	position:relative;
	top:2px;
	color:#006970;	
	text-decoration: none;
	width:139px;
	height:18px;
	padding-top:7px;
	text-align:center;
	float:left;
	display:block;
	border:1px solid #ccc;
	margin:0px;
}

#moreDetailsBoxes ul li a.current {	
	position:relative;
	top:2px;
	border-bottom:1px solid #fff;
	}

	
#moreDetailsBoxes .tabBox {
	width:96%;
	min-height:100px;
	padding:2%;
	border:1px solid #ccc;
	margin:0px;
	}
	
#relatedProducts {
	display:block;
	}

#relatedProducts a {
	text-decoration:underline;
	}
	
#relatedProducts .relRight {
	float:right;
	width:45%;
	margin-top:15px;
	}
	
#relatedProducts .relLeft {
	float:left;
	width:45%;
	margin-top:15px;
	}

#relatedProducts .relRight img, #relatedProducts .relLeft img {
	float:left;
	margin:0px 20px 0px 20px;
	}

#keyFeatures {
	display:none;
	}

#keyFeatures .featureTitle{
	clear:both;
	float:left;
	margin:0px 0px 20px 20px;
	font-weight:bold;
	}
	
#keyFeatures .featureDesc{
	float:right;
	margin:0px 350px 20px 0px;
	}

#quantityDiscounts{
	display:none;
	}

.review {
	display:block;
	background-color:#F6FAFB;
	border:1px solid #ccc;
	padding:10px;
	margin:10px 0;
}

.review .reviewLabel {
	display:block;
	}

.review .reviewField {
	width:350px;
	margin:0px 0px 10px 0px;
	}
	
.review textarea{
	height:150px;
	}
	
.review .reviewStar{
	margin:0px 20px 0px 5px;
	}
	
#reviewLink {
	margin-top:10px;
	}
	
#newreview {
	display:none;
	}
	
.formWarning {
	position:relative;
	top:-10px;
	left:15px;
	color:red;
	}
	
	
/*------------------------ Category page ------------------------------------------------*/

.mainCatImage {
	float:right;
	margin-left:15px;
	}

.catLink {
	}

.subcat {
	width:133px;
	height:200px;
	float:left;
	margin:0px 45px 50px 0px;
	border:1px solid #888;
	padding:0px;
	}

.subcat:hover {
	cursor:pointer;
	}
	
.subcat p {
	text-align:center;
	color:#fff;
	background:transparent url(../templateimages/catBoxTitleBG.png) left center repeat-x;
	font-family:Arial,Verdana,Sans-serif;
	font-size:12px;
	height:23px;
	padding:7px 0px 0px 0px;
	margin:170px 0px 0px 0px;
	}
	
.subcat p a {
	font-weight:bold;
	color:#fff;
	}
	
.subcat p a:hover {
	text-decoration:underline;
	}
	

	
/* -----------------------  Search results page search.asp ---------------------------------------*/

#resultsList {
	margin:40px 0px 0px 0px;
	min-height:400px;
	}

#resultsList .productImgWrapper{
	clear:both;
	margin-top:10px;
	width:150px;
	float:right;
	margin-right:0px;
	/*width:70%; set now inline to allow for portrait and landscape */
	}	
	
#resultsList .productImgWrapper img{
	margin:0 auto;
	border:none;
	float:right;
	}

#resultsList .productImgWrapper p {
	margin:0px;
	padding:0px;
	}	

#resultsList .productImgWrapper .productName {
	margin-bottom:0px;
	}

#resultsList .productImgWrapper p a {
	text-decoration:underline;
	}	
	
.searchWord {
	font-style:normal;
	background-color:#BED8C5;
	}
	
.resultLine {
	height:110px;
	margin:0px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	width:480px;
	border-top:1px dashed #ddd;
	}
	
.resultLine .paintPot {
	background-image:url(../templateimages/pot.png);
	width:60px;
}

	
#searchForm {
	margin:0px;
	padding:0px;	
	}
	
#searchForm  label {
	float:left;
	width:80px;
	height:19px;
	padding:8px;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#searchForm .searchBox {
	width:275px;
	height:29px;
	padding:3px 0px 1px 3px;
	border:1px solid #ccc;
	font-size:22px;
}
	
#searchForm  .submit {
	margin-left:5px;
	width:40px;
	height:35px;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:none;
	color:#fff;
	background-color:#00959C;
	cursor:pointer;
	}
	
#searchForm  .searchPrice {
	width:60px;
	}
	
#searchForm  p {
	clear:both;
	padding-bottom:20px;
	}


	
/*------------------------ Basket page - basket.asp ----------------------------------------------*/
	

.basketTable {
	width:100%;
	padding:0;
	margin-bottom:20px;
	border-collapse: collapse; 	
	border:1px solid #ddd;
	}
	
.basketTable th {
	height:20px;
	padding:5px 10px;
	background-color:#fff;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	}
	
.basketTable td {
	height:20px;
	padding:5px 10px;
	background-color:#fff;
	padding-top:5px;
	}	
	
.basketItem {
	}
	
.basketItem .itemName {
	font-weight:bold;
	color:#555;
	}
	
.basketPrice {
	width:100px;
	text-align:center;
	}
	
.basketQty {
	text-align:center;
	width:40px;
	}
	
.basketTable .basketQty .smallUpdate {
	text-decoration:underline;
	color:#666666;
	margin-top:5px;
	display:block;
	}	
	
.basketTable  .fieldQty {
	width:30px;
	}


	
.totalsTable {
	width:183px;
	float:right;
	padding:0;
	border-collapse: collapse; 
	}
	
.totalsTable td {	
	height:20px;
	padding:5px 10px;
	background-color:#fff;
	border:1px solid #ddd;
	}
	

	
.checkout {
	clear:right;
	float:right;
	}
	
#deliveryMessage {
	display:none;	
	width:200px;
	height:72px;
	float:right;
	background-color:#fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px;
	}
	
	
#carryOnShopping {
	
	}		
	
#carryOnShopping a {
	text-decoration:underline;
	}	
	
#alsoLike {
	clear:both;
	}		
	
/*--------------------- Checkout -----------------------------------------------*/


#topDeliveryMessage {
	display:none;
	height:50px;
	}

#orderDetails {
	display:none;
	}
	
#viewHideDetails {
	float:right;
	}

.checkoutTable {
	width:95%;
	padding:0;
	margin-bottom:20px;
	border-collapse: collapse; 

	}
	
.checkoutTable th {
	height:20px;
	padding:5px 10px;
	background-color:#E0C99F;
	border: 1px solid #fff;
	}
	
.checkoutTable td {
	height:20px;
	padding:5px 10px;
	background-color:#FBF8F3;
	border: 1px solid #fff;
	}	
	
.checkoutItem {
	width:325px;
	}
	
.checkoutPrice {
	text-align:center;
	}
	
.checkoutQty {
	text-align:center;
	width:40px;
	}
	
.fieldQty {
	width:30px;
	}
	

		
.loginBox {

	}
	
.loginBox h2 {
	margin:0px 0px 10px 0px;
	}	
	
.loginBox label {
	display:block;
	margin-top:10px;
	}

.loginBox .checkoutSubmit {
	width:80px;
	display:block;
	height:27px;
	background:url(../templateimages/smallBtnBG.jpg) no-repeat top left;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	margin:5px 0px 0px 63px;
	}

.loginBox #customerNotFound, .loginBox #emailNotFound, .loginBox #emailInUse, .loginBox #emailSent {
	color:red;
	margin:5px 0px 5px 0px;
	}
	
#whyPostcode {
	display:none;
	height:50px;
	margin:0px;
	padding:0px;
	}
	
	
.detailsWarning {
	border:1px dotted red;
	background-color:#FDE8DF;
	padding:15px;
	margin-top:10px;
	}

.detailsTable {
	width:100%;
	margin:0%;
	padding:0px;
	border-collapse:collapse;
	
	}

.detailsTable td {
	border:none;
	}
	
#shippingAddress {
	hweight:200px;
	display:none;
	}

.detailsTable .labels {
	text-align:right;
	width:50%;
	padding:3px 10px 2px 0px;
	/*background-color:#E0C99F;*/
	color:#333;
		}
	
.detailsTable .inputs {
	width:50%;
	padding:5px;
	/*background-color:#FBF8F3;*/
	color:#333;
	}

	
.customerDetails {	
	width:100%;
	margin:20px 0px 0px 0px;
	padding:0px;
	}
	
.customerDetails h2 {
	margin-bottom:10px;
	}


.customerDetails label {
	}
	
.customerDetails textarea, .customerDetails .wide {
	width:200px;
	}

.customerDetails .narrow {
	width:80px;
	}

.customerDetails .submit {
	width:80px;
	float:right;
	height:27px;
	background:url(../templateimages/smallBtnBG.jpg) no-repeat top left;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	margin:0px 30px 20px 0px;
	}
	
#formExistng {
	clear:both;
	height:40px;
	padding:10px 20px 10px 0px;
	}
	
.customerShippingDetails {
	float:right;
	margin-right:3%;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;
	padding:10px;
	width:40%;
	border:1px solid #ccc;
	height:180px;
	}

.customerShippingDetails p, .customerShippingDetails h3 {
	margin:0px;
	padding:0px;
	}
	
.customerBillingDetails {
	float:left;
	margin-left:3%;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;
	padding:10px;
	width:40%;
	border:1px solid #ccc;
	height:180px;
	}
	
.customerShippingOptions {
	clear:both;
	margin-left:3%;
	}	
	
.deliveryOptionTable {
	border-collapse:collapse;
	width:45%;
	margin-top:10px;
	float:left;
}
	
.chosenDelivery {
	}
	
.newShippingOption {
	margin:3%;
	clear:both;
	}	
	
.checkoutEdit {
	text-decoration:underline;
	padding:10px 0px;
	color: #669966;
	}
	
.rowHighlight {
	background-color:#efefef;
	}
	
.lowlight {
	background-color:transparent;
	}
	
	
.customerBillingDetailsEdit, .customerShippingDetailsEdit {
	float:left;
	margin-left:12%;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;
	padding:10px;
	width:70%;
	border:1px solid #ccc;
	}
	
.customerBillingDetailsEdit label, .customerShippingDetailsEdit label {
	float:left;
	width:200px;
	text-align:right;
	margin-right:10px;
	position:relative;
	top:-5px;
	}	
	
.customerBillingDetailsEdit input, .customerBillingDetailsEdit textarea, .customerShippingDetailsEdit input, .customerShippingDetailsEdit textarea {
	width:190px;
	}
	
/* Summary page - checkout3.asp */	

.summaryTable {
	width:100%;
	margin:10px 0px 20px 0px;
	background-color:#fff;
	border:1px solid #ccc;
	border-collapse:collapse;
	}

.summaryTable th {
	height:35px;
	border-bottom:1px solid #ccc;
	}	
	
.summaryTable tr {
	height:25px;
	}	
	
.summaryTable tr.summaryName {
	
	}	
	
.summaryTable .summaryCode {
	width:320px;
	}
	
.summaryVAT, .summaryTotalExVat, .summaryQty, .summaryExVAT {
	text-align:right;
	}
	
.summaryQty {
	width:60px;
	}
	
.summaryTable .summaryLineTotal {
	text-align:right;
	padding-right:10px;
	}
	
.summaryTotals td{
	height:35px;
	border-top:1px solid #ccc;
	}
	
.summaryVoucher td{
	height:25px;
	border-top:1px solid #ccc;
	}
	
#summaryForm .submit {
	float:right;
	width:80px;
	display:block;
	height:27px;
	background:url(../templateimages/smallBtnBG.jpg) no-repeat top left;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	margin:5px 10px 0px 0px;
	}
	
/* Loyalty points & Voucher Codes -------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
	
#loyaltyPointsSummary, #voucherCodeSummary {
	clear:both;
	margin:20px 0px;
	padding:5px 10px;
	background-color:#fff;
	border:1px solid #ccc;
}

#voucherCodeSummary {
	display:none;
	}

#loyaltyPointsSummary h3, #voucherCodeSummary h3 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	}
	
#loyaltyPointsSummary h4, #voucherCodeSummary h4 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:0px;
	}
	
#loyaltyPointsSummary p, #voucherCodeSummary p {
	margin:0px 0px 15px 0px;
	}
	
#voucherForm {	
	width:370px;
	float:right;
	clear:right;
	display:none;
	padding:10px 0px;
	}	
	
	
/* Terms */

#terms {
	clear:both;
	margin:10px 0px 0px 0px;
	height:200px;
	overflow:auto;
	display:none;
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	}	
	
/*--------------------- FAQs ---------------------------------------------------*/

.questions .faqQuestion {
	display:block;
	margin-bottom:10px;
	}

.fullAnswers {
	margin-top:30px;
	}
	
.fullAnswers .faqQuestion {
	margin-bottom:0px;
	}
	
.fullAnswers .faqAnswer {
	margin-bottom:10px;
	}
	
/*------------------------ Contact ---------------------------------------------*/

.contactForm {
	height:170px;
	width:465px;
	margin-bottom:20px;
	padding-bottom:20px;
	}
	
.contactForm label {
	width:120px;
	float:left;
	}
	
.contactForm textarea {
	width:330px;
	}

.contactForm .submit {
	float:right;
	width:80px;
	display:block;
	height:27px;
	background:url(../templateimages/smallBtnBG.jpg) no-repeat top left;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	margin:5px 10px 0px 0px;
	}
	
/*---------------------My Account-----------------------------------------------*/

#subscribeLink {
	height:50px;
	}

.topBox {
	width:99%px;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0px;
	padding:5px 15px 10px 15px;
	}
	

	
.lowerBox {
	width:99%px;
	min-height:300px;
	background-color:#FAFAF8;
	border:1px solid #ccc;
	margin:0px;
	padding:5px 15px 10px 15px;
	}	
	
.lowerBox label {
	display:block;
	margin-top:10px;
	}
	
.lowerBox input {
	width:180px;
	}

.lowerBox .checkoutSubmit {
	width:80px;
	display:block;
	height:27px;
	background:url(../templateimages/smallBtnBG.jpg) no-repeat top left;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	margin:5px 0px 0px 103px;
	}

.lowerBox #customerNotFound, .lowerBox #emailNotFound, .lowerBox #emailInUse, .lowerBox #emailSent {
	color:red;
	margin:5px 0px 5px 0px;
	}
	
.lowerBox .lowerBoxLeft {
	width:200px;
	float:right;
	margin-right:20px;
	}
	
.lowerBox .lowerBoxRight {
	width:200px;
	float:left;
	margin-left:20px;
	}
	
.lowerBox p{
	margin-top:10px;
	}
	
.lowerBox .lowerBoxRight a{
	text-decoration:underline;
	}

.lowerBox .accountSubmit

#forgottenPassword {
	display:none;
	}

.accountOrdersWrapper {
    border:1px solid #ccc;
    background-color:#fff;
    margin:2px 0px 0px 0px;
}

.accountTable {
	width:90%;
	padding:0;
	margin-bottom:20px;
	border-collapse: collapse; 

	}
	
.accountTable th {
	height:20px;
	padding:5px 10px;
	}
	
.orderRow {
	height:20px;
	}
	
.accountOrder {
	width:60px;
	text-align:left;
	}	
	
.accountDate {
	width:120px;
	padding-left:15px;
	text-align:left;	
	}
	
.accountItems {
	width:80px;
	text-align:center;
	}	
		
.accountStatus {
	width:240px;
	text-align:left;
	}	
	
.accountDetails {
	width:120px;
	padding-right:15px;
	text-align:right;
}
	
.accountTable td {
	height:20px;
	padding:5px 10px;
	}	

.details {
	display:block;
	}
	
.checkoutQty {
	text-align:center;
	width:40px;
	}

.orderDetailsTable {
	width:600px;
	margin:10px 0px 10px 0px;
	padding:0px;
	border:1px solid #ccc;
	}
	
.orderDetailsTable tr {
	height:20px;
	vertical-align:bottom;
	}
	
.orderDetailsTable tr.code {
	height:10px;
	vertical-align:top;
	}
	
.orderDetailsTable caption 
    {
    font-size:13px;
    font-weight:bold;
    text-align:left;
	padding:5px 0px;
	}
  

.orderDetailsTable th,.orderDetailsTable td {
	}
	
.orderDetailsTable .orderDetailsCode 
{
    padding-left:10px;
	width:400px;
	}
	
.orderDetailsTable .orderDetailsItemPrice {
	width:90px;
	text-align:right;
	}
	
.orderDetailsTable .orderDetailsQty {
	width:40px;
	text-align:right;
	}
	
.orderDetailsTable .orderDetailsLineTotal {
	width:60px;
	text-align:right;
	padding-right:10px;
	}

	
	
/*-------------------- Miscellaneous ------------------------------------------*/

.clear {
	clear:both;
	height:1px;
	}

.clearLeft {
	clear:left;
	height:1px;
	}
	
.warning {
	border:1px dotted #990000;
	background-color:#FDD0C6;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	}
	
form {
	margin:0px;
	padding:0px;
	}

.hidden {
	display:none;
	}
	
.noborder {
	border:none;
	}
	
.collectionLink {
	background:#fff url(../../images/arrow.jpg) left center no-repeat;
	padding:5px 30px;
	font-size:14px;
	font-family:Georgia, Verdana, sans-serif
	}

