/*****************
 GLOBAL
*****************/

* {margin:0; padding:0;}

p {margin: 0.5em 0 1.0em 0;}

img {border-width: 0;}

h1, h2, h3, h4, h5, h6 {margin:0.5em 0 0.2em 0;}

body {
	margin:0;
	padding:0;
	color: #000;
	background: #f6f6f6;
}

body, table {
	font-family:  'Century Gothic', 'Trebuchet MS', 'lucida sans unicode', 'lucida grande',  verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  'Century Gothic', 'Trebuchet MS', 'lucida sans unicode', 'lucida grande', verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/**********
 HEADERS
**********/

h1 { font-size: 2.1em; color: #f50; line-height: 1.2em; font-weight: normal; font-family:  georgia, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;}
h2 { font-size: 1.7em; color: #f60; line-height: 1.2em; font-weight: normal; font-family:  georgia, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;}
h3 { font-size: 1.4em; color: #f70; line-height: 1.2em; font-weight: normal; font-family:  georgia, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;}
h4 { font-size: 1.2em; color: #777; line-height: 1.5em; font-weight: normal; letter-spacing: -1px;}


/**********************
 OVERALL LAYOUT
***********************/

#skiptomain {
	display: none;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
	font-size: 0.85em;
	background: url(/images/wrapperback.png) repeat-y center top;

}

	#pagecontainer {
		width: 980px;
		padding: 0 20px;
	}
	

		#header {
			width: 940px;
			padding: 0px 10px;
			margin: 0px 10px;
			background: #211 url(images/header-back.gif) right top;
			}


			#toplogo {
				padding: 10px 0px 15px 0px;
				width: 280px;
				float: left;
				font-size: 0.9em;
				color: #fff;
			}


			#topright {
				padding: 10px 10px 0px 0px;
				width: 400px;
				float: right;
				text-align: right;
				font-size: 0.9em;
				color: #fff;
			}

			#topright a:link, #topright a:visited { color: #f90; text-decoration: none; }
			#topright a:hover { color: #f90; text-decoration: underline; }

				#topcart {
					margin: 0px 0px 0px 0px;
					padding: 0px;
					width: 200px;
					float: right;
				    font-size: 1.0em;  
					text-align: right;
				}
				
				#topsignin {
				    font-size: 1.0em;   
				}

		#topnav {
			width: 950px;
			height: 42px;
			background: #f90;
			font-size: 0.95em;
			margin: 0 10px;
			padding: 0 10px 0 0;
		}

			/*
			#navbar is now controlled by suckerfish.css
			*/

			#searchbar {
				width: 210px;
				line-height: 42px;
				color: #333;
				float: right;
				text-align: right;
			}

				input.search {
					width: 150px;
					font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
					font-size: 0.9em;
					padding: 1px 0px;
				}

				input.searchsubmit {
					width: 50px;
					height: 18px;
					margin-left: 2px;
					background: #000;
					color: #fff;
					font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
					font-size: 0.9em;
					border: #333;
				}


		#topbar {
			width: 940px;
			padding: 0px 10px;
			margin: 0px 10px;
			background: #eee;
			color: #000;
		}

			#breadcrumb {
				width: 700px;
				float: left;
				padding: 7px 0px 5px 0px;
				font-size: 0.9em;
			}

			#breadcrumb a:link, #breadcrumb a:visited { color: #000; text-decoration: none; }
			#breadcrumb a:hover { color: #000; text-decoration: underline; }

			#topdate {
				width: 200px;
				float: right;
				text-align: right;
				padding: 7px 0px 5px 0px;
				font-size: 0.8em;
				color: #333;
			}

		#maincontent {
			clear: both;
			width: 940px;
			padding: 5px 10px 10px 10px;
			margin: 0px 10px;
			color: #000;
			line-height: 1.5em;
			font-size: 0.95em;
			background: #fff;
		}
		
		#maincontent.default {
		    padding: 5px 0px 10px 0px;  
			width: 960px; 
		}
		
		#maincontent.rhs {
		    float: left;
		    width: 792px;	
		    clear: none;	
			margin: 0px 0px 0px 0px;
			padding: 5px 0px 10px 8px;
		}
						
		    .contenthalf {
		        float: left;
		        width: 460px;
		        margin: 0px 20px 0px 0px;      
		    }
		    
		    .contenthalfend {
		        margin: 0px 0px 0px 0px;    
		    }

			#maincontent a:link, #maincontent a:visited { color: #f80; text-decoration: none; }
			#maincontent a:hover { color: #fa0; text-decoration: underline; }

        .contenthalf label {
            display: block;
            float: left;
            width: 120px;
            margin-right: 10px;
        }

        .contenthalf input.text {
            margin-bottom: 3px;
            width: 170px;
        }

        .contenthalf textarea.text {
            margin-bottom: 3px;
            overflow: auto;
            width: 172px;
            height: 58px;
            font-family:  arial, helvetica, helve, sans-serif;
	
        }

        .contenthalf .btn {
            background: #000;
            color: #fff; 
            border: 0px;
            padding: 2px 5px;
        }
        
        #maincontent-lhs {
		    float: left;
  	        width: 150px;
  	        padding: 5px 5px 5px 5px;
  	        margin: 0px 5px 20px 5px;
 	        color: #000;
 	        font-size: 0.85em;
		}
		
		    #maincontent-lhs h1 {
		        color: #000;
		        font-size: 1.4em;
		        margin: 10px 0px 10px 8px;
		    }
		    
		    #maincontent-lhs ul {
		        background: #F90;   
		        padding: 5px 5px 10px 10px;
		        
		    }
		    
		    #maincontent-lhs li {
		        list-style: none;  
		        padding: 4px 0px; 
		        border-bottom: 1px dotted #000;
		    }
		    
		    #maincontent-lhs li a {
		        color: #000;
		        text-decoration: none;   
		    }
		    
		    #maincontent-lhs li a:hover {
		        text-decoration: underline;   
		    }

		#pagefooter {
			clear: both;
			width: 940px;
			padding: 10px;
			margin: 0px 10px 0px 10px;
			font-size: 0.95em;
			background: #fff url(images/pagefooterback.gif) repeat-x center top;
			color: #333;
			border-top: 1px solid #999;
		}

		#pagefooter a:link, #pagefooter a:visited { color: #000; text-decoration: underline; }
		#pagefooter a:hover { color: #f90; text-decoration: underline; }


		.pagefooter5 {
			margin: 0px 10px 0px 0px;
			float: left;
			width: 170px;
			font-size: 0.9em;
			color: #000;
			padding: 10px 10px 0px 0px;
		}
		
		.pagefooterend {
			padding: 10px 0px 0px 0px;
		}
		
		    .pagefooterlist {
		        list-style-type: none;   
		    }
			
			
           		 input.newsletter {
				width: 120px;
				font-family: 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
				font-size: 1em;
				padding: 2px 5px;
			}

			input.newslettersubmit {
				background: #f90;
				margin-top: 2px;
				border: 1px solid #f78;
				color: #fff;
				font-family: 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
				font-size: 1em;
				height: 21px;
				cursor: pointer;
				width: 80px;
			}

		#footer {
			width: 940px;
			padding: 20px 10px;
			margin: 10px 10px 0px 10px;
			font-size: 0.9em;
			color: #fff;
			background: #211;
		}

		#footer a:link, #footer a:visited { color: #f90; text-decoration: none; }
		#footer a:hover { color: #f90; text-decoration: underline; }


		#belowfooter {
			clear: both;
			margin: 0px 10px;
			width: 890px;
			padding: 10px 10px 10px 60px;
			font-size: 0.9em;
			color: #000;
			background: #fff url(images/footerlogo.gif) no-repeat 3px 10px;
		}


		#belowfooter img {
			float: right;
			margin: 0 0 0 10px;
		}

		#belowfooter a:link, #belowfooter a:visited { color: #f60; text-decoration: none; }
		#belowfooter a:hover { color: #f60; text-decoration: underline; }






/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/**********************
 FLASH ANIMBLOCK
***********************/

#gallery { position: relative; }

	#flashanim {
		background: #fff;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
		z-index: 1;
		width: 960px;
		height: 302px;
	}


	#underimagebar {
		background: #fc9;
		margin: 5px 0px 0px 0px;
		padding: 10px 10px;
		width: 940px;
		text-align: center;
		font-size: 1.1em;
	}
/*****************
 IMAGES
*****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}


/*****************
 UL
*****************/

 ul.normal {padding: 5px 0 5px 25px;}

/*****************
 OL
*****************/

 ol {padding: 5px 0 5px 25px;}


/*****************
 PRODUCTS
*****************/

.product {
  	float: left;
  	width: 140px;
  	height: 240px;
  	padding: 5px;
  	margin: 5px 8px 20px 0px;
 	background: #fff url(images/productback.gif) no-repeat center bottom;
 	color: #000;
 	position: relative;
}

.productdefault {
  	margin: 5px 12px 20px 0px;
}


.productend {
   	margin: 5px 0px 20px 0px;
}


.product p {
   	margin: 0px;
   	padding: 5px 10px 5px 10px;
}

.product strong {
   	font-size: 0.95em;
}

.productprice {
   	position: absolute;
   	bottom: 10px;
   	left: 15px;
}

#product-info {
    float: left;
    width: 462px;
    padding: 5px 10px 5px 0px;
}

#product-info .btn {
    background: #000;
    color: #fff; 
    border: 0px;
    padding: 2px 5px;
    margin: 0px 0px 5px 0px;
}

#product-info .floatright {
    float: right; 
    display: block;  
}

#product-info h1 {
    margin-top: 0px;   
}

#product-info p, #product-info h3 {
    margin-left: 5px; 
}


#product-info .product-option {
    display: block;
    float: left;
    width: 100px;
    font-weight: bold;
    line-height: 18px;
}

#product-info select {
    margin-bottom: 5px;   
}

#subtotal {
    margin: 0px 0px 10px 0px;
    padding: 0px;
       
}

 /*****************
  FEATURES
 *****************/

.pagefeature1 {
	width: 950px;
	padding: 5px;
}

.pagefeature2 {
	width: 464px;
	float: left;
	padding: 5px;
	margin: 0px 12px 0px 0px;
}

.pagefeature3 {
	width: 302px;
	float: left;
	padding: 5px;
	margin: 0px 12px 10px 0px;
	background: #fff url(images/pagefeature3back.gif) no-repeat center bottom;
}

.pagefeatureend {
	margin: 0px 0px 0px 0;
}

.productfeature2 {
    position: relative;
	width: 464px;
	padding: 5px 5px 5px 5px;
	margin: 0px 12px 0px 0px;
    background: #fff url(images/pagefeature2back.gif) no-repeat center bottom;
}

/**********************
PARAGRAPHS
 ***********************/

.bigtext {
   	font-size: 1.2em;
   	line-height: 1.6em;
}


/*****************
 ICON LINK
*****************/

a.iconlink {
	padding-left:10px;
	background: url(/images/icon.gif) no-repeat top left;
}


#lblError {
    background: #FCC;
    color: #600;
    border: 2px solid #600;
    padding: 5px;
    margin: 72x 0px 10px 0px;
}

#lblError.success {
    background: #CFC;
    color: #060;
    border: 2px solid #060;
}


/*****************
 SHOP CART
*****************/

#shopcart-container {
	padding:0px;
	border:0px solid #f90;
	float:left;
	width:788px;
	margin-top: 3px;
}

.smred {
    color: #c00;
    font-size: 0.8em;   
}

    .cola { width: 75px; }
    
    .colb { width: 48px; }
    
    .colc {  width: 410px; }
    
    .cold {  width: 88px; }
    
    .cole { width: 88px; }
    
    .colfull { width: 747px; }
    
    ul li.border {  border-right: 1px solid #ACC; }

#shopcart-headers {
	margin:0px 0px 0px 0px;
	float:left;
	clear:both;
	width:100%;
}

	#shopcart-headers ul {
		border:1px solid #CCC;
		background:#EEE;
		padding:2px 0px 2px 0px;
		margin:0px;
		float:left;
	    width:100%;
	}

	#shopcart-headers ul li {
		display:inline;
		float:left;
	    padding:2px 5px 2px 5px;
		margin:0px;
		text-align:center;
	}
	
.shopcart-row {
	margin:0px 0px 0px 0px;
	float:left;
	clear:both;
	width:100%;
}

	.shopcart-row ul {
	    background:#FFF;
		padding: 2px 0px 2px 0px;
		margin: 0px 0px 0px 0px;
		float: left;
		border-bottom: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		line-height: 1.1em;
	    width:100%;
	}
	
    .shopcart-row ul.offer {
        background: #FFC;   
    }

	.shopcart-row ul li {
		display:inline;
		float:left;
		padding:2px 5px 2px 5px;
		margin:0px;
		text-align:center;
		height:75px;
	}
	
	.shopcart-row .productcell {
	    text-align: left;
	}
	
.shopcart-extras {
    clear: both;
    text-align: right;
    padding: 0px 0px 0px 0px;
}
	
.shopcart-extras input {
    margin: 10px 10px 0px 0px;
}

.shopcart-extras p {
    margin: -4px 0px 0px 0px;
    padding: 0px;
    font-size: 0.85em;
}

#shopcart-discount .discount-error {
    color: #600;
    font-weight: normal;
    float: left;
    display: block;   
}
	
#shopcart-delivery {
	margin:10px 0px 0px 0px;
	float:left;
	clear:both;
	width:100%;
}

	#shopcart-delivery ul {
	    background:#EEE;
		border:1px solid #CCC;
		padding:2px 0px 2px 0px;
		margin:0px;
		float:left;
	    width:100%;
	}

	#shopcart-delivery ul li {
		display:inline;
		float:left;
	    padding:2px 5px 2px 5px;
		margin:0px;
		text-align:right;
	}
	
#shopcart-discount {
	margin:10px 0px 0px 0px;
	float:left;
	clear:both;
	width:100%;
}

	#shopcart-discount ul {
	    background:#FC6;
		border:1px solid #C93;
		padding:2px 0px 2px 0px;
		margin:0px;
		float:left;
	    width:100%;
	}

	#shopcart-discount ul li {
		display:inline;
		float:left;
	    padding:2px 5px 2px 5px;
		margin:0px;
		text-align:right;
	}

#shopcart-totals {
	margin:10px 0px 0px 0px;
	float:left;
	clear:both;
	width:100%;
}

	#shopcart-totals ul {
		border-bottom:1px solid #BDD;
		background:#fff;
		padding:2px 0px 2px 0px;
		margin:0px;
		float:left;
	}

	#shopcart-totals ul li {
		display:inline;
		float:left;
		padding:2px 5px 2px 5px;
		margin:0px;
		text-align:right;
	}
	
.shopcart-btn {
    clear: right;
    float: right;
    border: 0px;
    padding: 2px 5px;
    background: #000;
    color: #FFF;
}

.shopcart-status {
    display: block;
    float: right;
    margin: 5px 0px;
}

.news-div {
    width: 540px;
    float: left;
    margin-right: 40px;
}

.news-archive {
    width: 360px;
    float: left;
}

.news-date {
    font-size: 1.2em;   
    float: left;
    margin: 5px 5px 0px 10px;
    width: 50px;
}

.news-title {
    display: block;
    float: left;
    margin: 9px 0px 0px 0px;  
    line-height: 1.4em;
    width: 280px;
}

.news-month {
    font-weight: bold;   
    font-size: 1.2em;
    margin: 6px 0px;
}

.sectionimage {
    float: right;
    margin: 0px 0px 10px 5px;   
}

/*****************
 CHECKOUT
*****************/

.lblSuccess {
    border: 1px solid #9FC;
    background-color: #DFD;
    padding: 10px;
    margin-bottom: 10px;
    color: #060;
    font-size: 0.9em;
    line-height: 1.6em;
    display: none;
	width:737px;
}

.lblSummary {
    border: 1px solid #F9C;
    background-color: #FDD;
    padding: 10px;
    margin-bottom: 10px;
    color: #600;
    font-size: 0.9em;
    line-height: 1.6em;
	width:737px;
}

.lblSummary ul {
    list-style-type: none;
    color: #600;
    margin: 0px 0px 0px 0px
}

.checkout-full {
	padding:10px;
	border:1px solid #ACC;
	float:left;
	width:757px;
	margin-top: 15px;
}

.checkout-left {
    width: 360px;
    margin-right: 15px;
    padding:10px;
	border:1px solid #ACC;
	float:left;
	margin-top: 15px;
}

.checkout-right {
    width: 360px;
    padding:10px;
	border:1px solid #ACC;
	float:left;
	margin-top: 15px;
}

.checkout-address {
    height: 260px;
}

.checkout-address h2 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.checkout-text {
    width: 250px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.checkout-label {
    width: 90px;
    float:left;
    display: block;    
}

.checkout-btn {
    height: 25px;
    padding: 0px 6px;
    font-size: 1em;
}

.checkout-boxed {
    border: 1px solid #f90;
    background: #fea;
    font-size: 0.9em;
    padding: 5px;
    margin: 10px 0px;
}

.checkout-half {
    width: 380px;
    float: left;
}

    .checkout-half label {
        width: 160px;
        display: block;
        float: left;
    }
    
    .checkout-half input {
       vertical-align: bottom;
       width: 180px;
       margin-top: 5px;
    }
    
    .checkout-half select {
       vertical-align: bottom;
        margin-top: 5px;
    }
    
    .checkout-half #chkUseBilling {
        width: 20px;
        margin: 0px;
    }
    

    
.checkout-btns {
    float: left;
    margin-top: 10px;
}

.checkout-table {
    float: right;  
    border-collapse:collapse; 
    margin-bottom: 20px;
}

.checkout-full h2 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

    .hfrt {
        width: 50%;
        margin-top: 20px;
        float: right;
    }

    .checkout-table .allt {
        text-align: left;
    }

    .checkout-table .alrt {
        text-align: right;
    }
    
    .checkout-table .tlli {
        padding: 0px 0px 3px 0px;
        border-bottom: 1px dotted #ccc;
    }
    
    .checkout-table .tlbg {
        font-size: 1.0em;
    }  

    .checkout-table th {
        font-weight: bold;
        text-align: left;
        font-size: 0.8em;
        border-bottom: 1px dotted #ccc;
    }

    .checkout-table td {
        text-align: left;
        font-size: 0.8em;
    }

#gmap {
    width: 400px;
    height: 500px;
    float: right;   
}


/******* CHECKOUT ********/
.std-btn {
    border: 0px;
    padding: 2px 5px;
    background: #000;
    color: #FFF;
}


/******* ACCOUNT ********/

.ordertbl {
    font-size: 0.9em;   
    width: 100%;
    border: 2px solid #f90;
    border-collapse: collapse;
}

.ordertbl th {
    text-align: left;
    background: #f90;
    padding: 0px 3px;
}

.ordertbl td {
    border: 1px solid #ccc;
    padding: 0px 3px;
}

.warning {
    clear: both;
    padding-top: 10px;
    font-size: 0.9em;
    color: #600;   
}

#outsideUK {
    padding: 5px;
    color: #933;
    border: 2px solid #933;
    background: #FCC;
    margin: 0px 0px 10px 0px;   
}