html, body{
	padding:0;
	margin:0;
	font:normal 13px Arial, Helvetica, sans-serif;
	}
	
a:active{outline:none;}
:focus{	outline:none;	}

a:link, a:visited, a:active{ color: #7db123;  }
a:hover{ color: #006600; }	
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}

.cleardiv{
	clear:both;
	font-size:0; /*ie6 hack*/
	}


/**** LAYOUT  ****************************************************************************************************/
	
#container{
	padding:0;
	margin:0 auto 0 auto;
	width:775px;
	}
	
	#bodyarea{
		background: #fff url(../images/bodyarea_top.jpg) no-repeat top left;
		padding-top: 20px;
	}
		
	#bodyarea_middle{
		background:url(../images/bodyarea_bottom.jpg) no-repeat bottom left;
		padding-bottom: 10px;
	}
	
	#content{
		padding: 15px 40px 22px 40px;
	}
	
	.page-intro{
		text-align: center;
	}
	
	#shop-intro{
		text-align: left;
		padding: 15px 0 0 0;
	}
	
/**** TOP NAVIGATION ****************************************************************************************************/	
	
#header{
}
	
#topmenu{
	padding:0;
	}	

	#topmenu_right{
		float:right;
		width:250px;
		text-align: right;
		margin: 0 40px 0 0;
		}
		
		#topmenu_right ul{
			padding:0;
			margin:0;
			list-style:none;
			}
			
		#topmenu_right ul li{
			margin:0;
			display:inline;
			padding-right:22px;
			}

			.link-cart{
				background:url(../images/cart.jpg) no-repeat left;
				font-weight:bold;
				padding:0 0 0 20px;
				}


	#inner_logo{
		float:left;
		width:336px;
		height:84px;
		}	
	
	#search{
		float:right;
		width:247px;
		padding:28px 0 0 0;
		}
	
		.searchtxt{
			border:none;
			background:url(../images/search_bg.jpg) no-repeat 0 0;
			width:155px;
			height:21px;
			float:left;
			margin:0 6px 0 0;
			font:normal 12px Arial, Helvetica, sans-serif;
			color:#666;
			padding:6px 0 0 15px;
			}
			
		.button-go{
			background: url(../images/go.jpg) no-repeat left top;
			width: 31px;
			height: 27px;
			cursor: pointer;
			border: 0;
			font-size: 0;
			}

	#breadcrumbs{
		color: #fff;
		float:left;
		width:400px;
		padding:0 0 0 40px;
		}
		
		#breadcrumbs a:link,
		#breadcrumbs a:visited,
		#breadcrumbs a:active,
		#breadcrumbs a:hover{
			background: url(../images/bullet.gif) no-repeat right 3px;
			padding: 0 18px 0 0;
		}



/**** FOOTER ****************************************************************************************************/	


#footer{
	padding:17px 0 20px 0;
	text-align:center;
	}
	
	#footer ul{
		padding:0 0 25px 0;
		margin:0;
		list-style:none;
		}
		
		#footer ul li{
			padding:0 15px;
			margin:0;
			display:inline;
			font-size: 15px;
			font-weight: bold;
			}
	
			#footer ul li a:link, #footer ul li a:visited{
				text-decoration:none;
				color:#fff;
				}
				
			#footer ul li a:hover{color:#888;	}




/**** PRODUCT LISTS AND CATEGORIES PAGE STYLES ****************************************************************************************************/

ul.catalogueList{
	list-style: none;
	padding: 0;
	margin: 0;
}

	ul.catalogueList li{
		padding: 0;
		margin: 15px 0 0 0;
		float: left;
		position: relative;
		width: 170px;
		height: 200px;
		text-align: center;
		font-size: 13px;
		border: 0;
	}
	
	ul.catalogueList  li.catalogueItemNotFound{
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		height: 1px;
		width: 1px;
	}
	
		ul.catalogueList li .image{
			padding: 0 0 10px 0;
			margin: 0;
		}
		
			.catalogueList h4{
				font-size: 15px;
				font-weight: normal;
				margin: 0;
				padding: 0;
			}


.productList{
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

	.productList li{
		padding: 0;
		margin: 0;
		float: left;
		position: relative;
		width: 170px;
		height: 200px;
		text-align: center;
	}
	
		.productList li .image, td.productItem .image{
			padding: 0 0 5px 0;
		}

		.productList li h5, td.productItem h5{
			margin: 0;
			padding: 0;
			font-size: 13px;
			font-weight: bold;
		}
		
		.productList li .product-price, td.productItem .product-price{
			display: block;
			margin: 3px 0 0 0;
			padding: 2;
			color: #666666;
			font-weight: bold;
		}

		
		.productLarge li.productItem{
			display: block;
			width: 690px;
			text-align: left;
			clear: both;
			height: auto;
		}
 
 	.productList li.productItemNotFound{
		padding: 0;
		margin: 0;
		height: 10px;
		width: 10px;
	}


/**** PAGER STYLES ****************************************************************************************************/

.pager{
	text-align: center;
	margin: 40px 0 10px 0;
}

	.pager .pagination{
		font-size: 15px;
		font-weight: bold;
		padding: 0 10px;
	}
	
		.pager .pagination a{
			padding: 0 8px;
		}
	



/**** PRODUCT SEARCH PAGE STYLES ****************************************************************************************************/

.productTable
{
}

	td.productItem{		
		width: 170px;
		height: 180px;
		text-align: center;
	}

	.productTable td.productItemNotFound{
		padding-bottom: 50px;
	}



/**** PRODUCT  ****************************************************************************************************/	


#product_details{
	padding: 0 0 0 15px;
	}
	
	#product_left{
		float:left;
		width:370px;
		padding:0;
		}
	
		#product_left h1{
			padding:0 0 12px 0;
			margin:0;
			font:bold 32px "Trebuchet MS";
			letter-spacing:-0.5px;
			}
	
		#product_left p{
			padding:0 0 15px 0;
			margin:0;
			line-height:160%;
			}
	
	
		#addbox{
			background: #f4f4f4 url(../images/addcart_top.jpg) no-repeat top left;
			padding: 15px 0 0 0;
			width:360px;
		}
	
			#addbox-body{
				background:url(../images/addcart_bottom.jpg) no-repeat bottom left;
				padding: 0 0 15px 0;
			}
	
			#addbox-price{
				text-align:center;
				font:normal 16px Arial, Helvetica, sans-serif;
				color:#666;
				}
	
				#addbox-price span{
					padding: 0 15px 0 0;
					}
	
				#addbox-price span strong{
					font:bold 20px Verdana, Arial, Helvetica, sans-serif;
					color:#000;
					}
				
				#addbox-price img{
					cursor: pointer;
					}
	

	
	#product_right{
		float:right;
		width:250px;
		}
	
		#product_right p{
			text-align: center;
			}
	
		.link-zoom{
			background:url(../images/plus.jpg) no-repeat left;
			padding-left: 20px;
			color:#666;
			font-size: 13px;
			}

	
	
/**** HOMEPAGE ****************************************************************************************************/	
	
#text{
	padding:0 0 17px 52px;
	}
	
#icons_wrapper{
	padding:0;
	}
	
	#icons_wrapper p{
		padding:8px 0 0 0;
		margin:0;
		}
	
		#icon_1st{
			float:left;
			width:121px;
			margin:0 37px 0 0;
			text-align:center;
			}
			
			#icon_2nd{
				float:left;
				width:154px;
				margin:0 34px 0 0;
				text-align:center;
				}
				
			#icon_3rd{
				float:left;
				width:161px;
				margin:0 32px 0 0;
				text-align:center;
				}
				
			#icon_4th{
				float:left;
				width:139px;
				text-align:center;
				}
	

	
/**** SHOPPING CART  PAGE STYLES ****************************************************************************************************/


.cart{
	border-collapse: collapse;
	width: 100%;
}

	.cart tr.var th{
		background-color:#fcfcfc;
		border-top:3px solid #f0f0f0;
		border-bottom:1px solid #eee;
		padding:10px 15px;
		font:bold 14px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color:#aaa;
		text-align: left;
	}
	
	.cart tr.val td{
		font:normal 15px Arial, Helvetica, sans-serif;
	}
	
		.productitemcell{
			border-bottom:1px solid #d8d8d8;
			height: 80px;
			padding:10px 15px;
		}
	
		.cart tr.val td.cart-image{
			width: 80px;
			text-align: center;
		}
			
			.cart tr.val td.cart-image img{
				height: 80px;
			}
		
		.cart tr.val td.cart-name{
			font-weight: bold;
		}
					
		.cart tr.val td.cart-price{
			width: 90px;
		}
				
		.cart tr.val td.cart-quantity{
			width: 90px;
		}
			
			.cart tr.val td.cart-quantity .cartInputText{
				border-bottom:1px solid #d8d8d8;
				border-right:1px solid #d8d8d8;
				border-top:1px solid #5e5e5e;
				border-left:1px solid #5e5e5e;
				width:30px;
				text-align:center;
				font:bold 15px Arial, Helvetica, sans-serif;
				color:#666;
				padding: 1px 5px;
			}
		
		.cart tr.val td.cart-total{
			width: 90px;
		}
	
		.cart tr.val td.cart-remove{
			width: 50px;
		}
	
	.cart tr.sub-total td, .cart tr.shipping td, .cart tr.total td{
		padding:10px 15px;
		font:bold 14px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}

	.cart tr.discount{
		display: none;
	}
	
	.cart tr.shipping td{
		padding:15px 15px;
		font:bold 14px Arial, Helvetica, sans-serif;
		border-top:1px solid #eee;
		vertical-align: top;
	}
	
		.cart tr.shipping td.shipping-options{
			font-size: 12px;
			font-weight: bold;
			text-transform: none;
		}	
		
			 td.shipping-options input{
			 	border: 1px solid #ccc;
				margin: 2px 0 5px 0;
				width: 200px;
			 }
			 
			  td.shipping-options select{
			  	border: 1px solid #ccc;
				margin: 2px 0 5px 0;
				width: 300px;
			}
			
			.shipping-options .shippingCountryDiv{
				margin:  2px 0 5px 0;
			}
			
			.shipping-options .shippingStateDiv{
				margin:  2px 0 5px 0;
			}
			
			.shipping-options .shippingDiv{
				margin:  2px 0 5px 0;
			}
			
			.shipping-options .shippingPostcodeDiv{
				margin: 2px 0 5px 0;			
				}
				
				
				
			.shipping-options .shippingCalc{
				margin:  2px 0 5px 0;			
				}
					
					.shipping-options .shippingCalc input{
						width: 30px;
						}
		
	.cart tr.taxes td{
		padding:15px 15px;
		font:bold 14px Arial, Helvetica, sans-serif;
		border-top:1px solid #eee;
		vertical-align: top;
		text-transform: uppercase;
	}
			
	
		
	
	.cart tr.total td{
		padding:10px 15px;
		font:bold 14px Arial, Helvetica, sans-serif;
		border-bottom:3px solid #f0f0f0;
		border-top:1px solid #eee;
		background-color:#fcfcfc;
	}
	
		.remove-link a:link, .remove-link a:visited{
			font:normal 11px Arial, Helvetica, sans-serif;
			color:#ccc;
			text-decoration:underline;
			padding:0 0 0 3px;
			}
			
		.remove-link a:hover{
			text-decoration:none;
			}
		
	.link-back{
		background: url(../images/back-bullet.jpg) no-repeat left;
		padding: 0 0 0 15px;
		font-weight: normal;
	}
	
	.cartLink{
		background: url(../images/back-bullet.jpg) no-repeat left;
		padding: 0 0 0 15px;
		margin-bottom: 100px;
		display: block;
	}



	.cart tr.action td{
		padding:20px 15px;
		font:bold 14px Arial, Helvetica, sans-serif;
	}

		.cart tr.action td.cart-checkout{
			text-align: right;
		}


	.cartSummaryTable{
		display: inline;
	}
		
		.cartSummaryTable td{
			padding: 0 0 0 20px;
			margin: 0;
		}
	
		.cartSummaryTable .cartSummaryItem{
			color: #999;
			background:url(../images/cart.jpg) no-repeat 13px 3px;
			padding-left: 35px;
		}
	
		.cartSummaryTable .cartSummaryLink{
			margin-left: 8px;
		}
	
	
	
	
/**** CHECKOUT STYLES ****************************************************************************************************/

.checkout-form{
	width: 100%;

}

	.title-note{
		float: right;
		margin: -35px 10px 0 0;
		}
	
	.checkout-form td{
		padding: 10px 15px 3px 15px;
	}

	.checkout-form .subtitle{
		background-image: none;
		margin: 0;		
		background-color:#fcfcfc;
		border-top:3px solid #f0f0f0;
		border-bottom:1px solid #eee;
		padding:10px 15px;
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#aaa;
		text-align: left;
	}
	
	
		.checkout-form label{
			font-size: 14px;
			margin: 0 0 3px 0;
			display: block;
			font-weight: normal;
			color: #666;
		}
	
		.checkout-form .cat_textbox{
			padding: 4px 7px;
			width: 290px;
			font-size: 15px;
			border:1px solid #b1b1b1;
		}
		
		.checkout-form .cat_textbox_big{
			padding: 4px 7px;
			width: 640px;
			font-size: 15px;
			border:1px solid #b1b1b1;
		}
		
		.checkout-form .cat_dropdown{		
			padding: 4px 7px;
			width: 305px;
			font-size: 15px;
			border:1px solid #b1b1b1;
		}	
		
		.checkout-form .cat_listbox{
			padding: 4px 7px;
			width: 250px;
			font-size: 15px;
			border:1px solid #b1b1b1;
		}
		
			.required{
				color: #CC0000;
				font-weight: bold;
			}
			
		
		.checkout-form .payment-methods{
			font-size: 14px;
			display: block;
			padding: 5px 0 10px 5px;
		}	
		
			.checkout-form .payment-methods label{
				display: inline;
				padding: 0;
				margin: 0;
				color: #333;
			}
			
		
	.checkout-form-submit{
		margin: 15px 0;
		padding: 15px 30px;
		background-color:#fcfcfc;
		border-top:3px solid #f0f0f0;
		border-bottom:1px solid #eee;
		text-align: right;
	}	
	
		.checkout-button{
			background: url(../images/button-submit-order.gif) no-repeat top left;
			width: 195px;
			height: 40px;
			font-size: 0;
			border: 0;
			cursor: pointer;
			float: right;
		}
		
		.checkout-form-submit p{
			float: left;
			}	






h1{
	padding:0 0 12px 0;
	margin:0;
	font-size: 30px;
	font-weight: bold;
	letter-spacing:-0.5px;
	}
	
h2{
	padding:0;
	margin:0;
	font:bold 22px "Trebuchet MS";
	color:#fff;
	}	
	
	
	
/**** FAQS STYLES ****************************************************************************************************/

h3{
	padding: 15px 0 5px 0;
	}

p.faq-question{
	font-weight: bold;
}

.faq-answer{
	background-color: #FFFFCC;
	padding: 10px 15px 5px 15px;
	margin-bottom: 10px;
}
	
	