	/* Welcome to possibly the biggest CSS file ever
	
	Remember to 'find' all classes and id's just to make sure they are needed.
	
	If not - Obliterate them */
	
	body {
		text-align:center;
		background:#000000;
	}
	
	.containertable {
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}
	
	.controls {
		position: relative;
		left : 2%;
		top	: 2%;
		width : 98%;
	}

	.debug {
		text-align: left;
		font: normal 10px Verdana, Arial, Sans-serif; 
		color: white; 
		background: black;
		position : relative;
		width : 100%;
		height : 300px;
		overflow : auto;
		/* Change this to "block" if you want to see debugging*/
		display:none;
		display:block;
		margin:0 auto 0 auto;
	}

	/*
	.shopmenu {
		text-align:right;
		padding:0;
		margin:0;
		border-collapse:collapse;
		border:0;
	}
	*/
	.menuitem {
		padding-left:0;
		text-align: right;
		font-size: 0.7em;
		font-weight: normal;
	}

     .menuitem a { color: black; text-decoration: none; }
     .menuitem a:hover { color: #0066cc; text-decoration: none; }

	.current {
		text-align: right;
		font-size: 0.7em;
		color: #99cccc;
		font-weight:bold;
		font-weight: normal;
	}
	.current a {
		display: block;
		color: #0066cc;
		text-decoration: none;
		cursor: pointer;
	}
	.current a:link {
		color: #0066cc; 
		text-decoration: none;
	}
	.current a:visited {
		color: #0066cc; 
		text-decoration: none;
	}
	.current a:hover {
		color: #99cccc; 
		text-decoration: none;	
	}
	
	.desc {
		/*width: 500px;*/width:100%;
		font-size: 12px;
	}
	
	.catlist {
		background: #C1E3FF;
		font-size: 12px;
		width: 100%;
		text-align: left;
		background-image: url(http://webwork/beachbeat_surf_shop/html/images/corner.jpg);
		background-repeat: no-repeat;
		}

	.catlist td {
		height: 20px;
	}
	
	.catlist a:link {
		color: #000000; 
		text-decoration: none;
	}
	
	.catlist a:visited {
		color: #000000; 
		text-decoration: none;
	}
	.catlist a:hover {
		color: #0066CC; 
		text-decoration: none;	
	}
	.productlist {
		/*padding: 0px 5px 5px 0px;*/
	}
	
	ul#pagelinks {
		padding:5px 0 5px 0;
		clear: both;
		text-align:center;
		margin:0 0 0 8px;
		width: 564px;
		color:#000000;
		font-size:0.8em;
		list-style:none;
		border:1px solid #cccccc;
		border-bottom-width:3px;
	}
	* html ul#pagelinks {
		margin-left:10px;
		width:558px;
	}
	
	#pagelinks li {
		display:inline;
		width:12px;
		padding:0 5px 0 5px;
		vertical-align:top; /* IE5.0's Benefit */
	}
	#pagelinks .current {
		font-weight:bold;
		font-size:1em;
		color:black;
	}
		
	#pagelinks a {
		text-decoration: none;
		cursor: pointer;
		cursor:hand;
	}
	#pagelinks a {text-decoration: none;}
	#pagelinks a:hover {color: #0066cc;}
	
	.productsummary {
		display:block;
		float: left;
		/*width:266px;*/
		width:167px;
		width: 100px;
		font-size: 11px;
		text-align: left;
		background-color: #C1E3FF;
		background-image: url(http://webwork/beachbeat_surf_shop/html/images/corner.jpg);
		background-repeat: no-repeat;
		margin:9px;
		padding:10px;
		height: 285px;
	}
	
	* html .productsummary {
		width:100px;
		w\idth: 100px;
		margin: 9px;
		ma\rgin: 4px;
	}
	
	.productsummary p {
		margin: 0;
		padding: 0;
	}
	
	.thumb {
		max-width:100px;
		margin-right:5px;
		margin-bottom: 5px;
		margin-left: 5px;
		/*float:left;*/
	}

	.productsummary table{
		width:150px;
		margin: auto;
	}
	
	.productsummary .buy {
		font-size: 10px;	
		/*margin:auto;*/
	}
	.productsummary .buy form {
		padding:0px;
		margin:0px;
		display:inline;
	}
	.productsummary .buy hidden {
		width:0px;
		height:0px;
		margin:0px;
		padding:0px;
		display:inline;
	}

	.productsummary .buy input {
		font-size: 10px;	
		border: 1px solid #000000;
		padding:1px;
		margin:0px;
	}
	
	#headsummary {
		/*clear: both;*/
		display: block;
		width: 98px;
		font-size: 1em;
		color: white;
		padding: 3px;
		background-image: url(http://webwork/beachbeat_surf_shop/html/images/head_bg.jpg);
		background-repeat: no-repeat;
		vertical-align: middle;
		text-align: right;
		/*margin: 5px 10px 0 10px;*/
		margin: 5px 1px 0 5px;
	}
	
	#singledescsummary {
		font-size: 1.2em;
		margin-left: 5px;
	}

	.singleproduct {
		/*margin: 1em auto;*/
		font-size: 12px;
		/*max-width: 500px;*/width: 99%;
		width:593px;
		background: #D2E3F4;
		border:1px solid #D2E3F4;
	}
	/*	
		This fixes the problem that the size of the singleproduct div is only as big as
		the text - the image would hang below the bottom of the div otherwise.
		you can use "<div style="clear:both">&nbsp;</div>", but this makes the div extend
	*/
	.singleproduct:after {
		content: "."; 
    	display: block; 
   		height: 0; 
    	clear: both; 
    	visibility: hidden;
	}
	
	/*id's and classes for single product view layout - Richard*/
	#singleproductimg {
	float: left;
	height: 320px;
	width: 320px;
	text-align: center;
	vertical-align: middle;
	background-color: #C1E3FF;
	background-image: url(http://webwork/beachbeat_surf_shop/html/images/corner.jpg);
	background-repeat: no-repeat;
	}
	
	#singleproductimg img {
		max-width:300px;
		max-height:300px;
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	#singleproductdesc {
		float: left;
		width: 273px;
	}
	
	#headtitle {
		font-size: 0.8em;
		color: white;
		padding: 3px;
		font-weight: bold;
		background-image: url(http://webwork/beachbeat_surf_shop/html/images/head_bg.jpg);
		background-repeat: no-repeat;
		vertical-align: middle;
		text-align: right;
		margin: 10px 10px 0 10px;
	}
	
	.subhead {
		font-size: 1em;
		color: white;
		padding: 3px;
		font-weight: bold;
		background-image: url(http://webwork/beachbeat_surf_shop/html/images/head_bg.jpg);
		background-repeat: no-repeat;
		vertical-align: middle;
		text-align: left;
	}
	
	#clear {
		clear: both;
		background-color:C1E3FF;
		background-image: url(http://webwork/beachbeat_surf_shop/html/images/bottom_corner.jpg);
	    background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	#singledesc {
		margin: 10px;
	}
	
	
	
	#productprice {
		clear: both;
		margin: 0;
	}
	
	#tableprice {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	
	/*end of single product view layout - Richard*/
	
	.bigimage {
		/*border: 1px solid red;*/
		max-width:300px;
		max-height:300px;
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
		margin-bottom:10px;
		float:right;
	}
	
	.singledesc {
		/*border: 1px solid red;*/
		font-size: 1.1em;
		width:251px;
		float:right;
		margin:10px;
		margin-right:10px;
	}
	*html div .singledesc {
		margin-right:5px;
		m\argin-right:10px;

	}
	.singledesc /*.head*/ {/*width:200px;*/margin-bottom:5px;}
	.singledesc p {padding:5px;text-align:justify;}
	/*
	.singleusps {
		font-size: 12px;
		max-width: 550px;
		width:550px;
		background: #96BADC;
		border:1px solid #96BADC;
	}
	*/
	
	.head {
	font-size: 0.8em;
	height: 31px;
	width: 150px;
	font-weight: bold;
	background-image: url(http://webwork/beachbeat_surf_shop/html/images/lhs_menu_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: right;
}

.content .head {
	width: 563px;
	margin: 10px;
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: middle;
	min-height: 28px;
	color: white;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
}

*html .content .head { w\idth: 591px; }
	
	.singleuspshead {
		/*width:500px;*/
		margin:10px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 2px 5px 2px 5px;
		background-image: url(images/head_bg.jpg);
	    background-repeat: no-repeat;
	}
	/*
	* html div .singleuspshead {
		width:510px;
		w\idth:530px;
	}
	*/
	.productprice {
		/*border: 1px solid red;*/
		background: #00295D;
		width: 595px;
		color:#ffffff;
	}
	
	.productprice table {
		/*width: 500px;*/width: 100%;
		margin:10px;
	}
	
	.productprice form {
		display:inline;
		margin:0;
	}

	.productprice .buy {
		font-size:12px;
		border: 0px solid #000000;
		padding:0px;
	}

	/*input {
		font-size: inherit;
		border: 1px solid #000000;
	}*/
	
	textarea {
		font-size: inherit;
		border: 1px solid #31598C;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	/*select {
		font-size: inherit;
		border: 1px solid #31598C;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}*/
	.radio {
		border: 0px solid white;
		color: #31598C;
	}
	
	.head {
		font-weight: bold;
		background: #000032;
		color: #FFFFFF;
		padding: 2px 5px 2px 5px;
		margin:0;
	}
	
	.head a {
		color: #FFFF00;
		text-decoration: none;
		cursor: pointer;
	}
	.head a:link {
		color: #FFFF00; 
		text-decoration: none;
	}
	
	.head a:visited {
		color: #FFFF00;
		text-decoration: none;
	}
	
	.head a:hover {
		color: #FFFFFF; 
		text-decoration: none;	
	}
	
	.trolley {
		font-size: 12px;
		width: 100%;
		text-align:right;
		border-collapse: collapse;
	}
	
	.trolley td { 
		padding: 1px 2px 4px 2px; 
		/*border:1px solid black; */
	}
	
	.field {
		padding-bottom: 4px;
		border-bottom: 2px solid #cccccc;
	}
	#paymenthelp {
		font-size: 12px;
		
	}
	#paymentform {
		font-size: 12px;
		width: 100%;
		text-align:right;
		border-collapse: collapse;
	}
	
	#paymentform td { padding: 1px 2px 4px 2px; }
	
	#paymentform input,#paymentform textarea,#paymentform select {
		width: 190px;
		border: 1px solid #cccccc;
		border-bottom: 3px solid #cccccc;
	}

	#paymentform .button {
		width: 130px;
		cursor: pointer;
		color: white;
		margin: 2px 0 2px 0;
		padding: 0 10px 0 10px;
		border: 2px solid #102A3B;
		background-color: #102A3B;
		background-image: url(images/button_bg.gif);
		background-repeat: no-repeat;
		background-position: 100% 50%;
	}
	
	* html #paymentform .button {
		padding: 0 10px 0 10px;
		padd\ing: 0;
	}
	
	/*
	.rightjust {
		text-align:right;
		font-size:13px;
	}

	.leftjust {
		text-align:left;
	}
	*/
	.minitrolley {
		margin-left: 10px;
		font-size: 11px;
		margin-left: 5px;
		margin-right: 5px;
		background: #00295D;
		text-align:left;
	}

	.minitrolley a {
		color: #FFFFFF;
		text-decoration: none;
		cursor: pointer;
	}
	.minitrolley a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	.minitrolley a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	.minitrolley a:hover {
		color: #CCCC00;
		text-decoration: none;
	}
	
	.productdetail a {
		color:#ffffff;
	}
	.productdetail a:link {
		color:#ffffff;
	}
	.productdetail a:hover {
		color:#ffff00;
	}
	.productdetail a:visited {
		color:#ffffff;
	}		

	.shopfooter {
		float:left;
		/*width:500px;*/width:100%;
		margin:10px;
	}
	/*	Internet Explorer hack: a comment before the hack with a magic backslash \*/
	* html .shopfooter {
		margin:10px 5px 10px 5px;
	}
	/* A comment to close the hack */

	.printedorder {
		text-align:left;
		vertical-align:top;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		color:#000000;
		border:1px solid #999999;
		/*width: 760px;*/width: 100%;
	}
	.printedorder td {
		vertical-align:top;
		padding:3px;
	}
	
	.printedordersummary {
		/*width: 760px;*/ width: 100%;
		border-collapse:collapse;
		background-color:#000000;
	}
	
	.printedordersummary td {
		margin:1px;
		border:1px solid black;
		background-color:#FFFFFF;
	}
	
	/* Styles below here are for the category lists and the detailed pages.
	
	Need to find styles at the top that are now irrelevant! - Richard */
	
	#catbox {
		display:block;
		float: left;
		/*width:167px;*/
		width: 50px;
		font-size: 11px;
		text-align: left;
		border: 1px solid #cccccc;
		border-bottom: 3px solid #cccccc;
		margin:6px;
		padding:10px;
		height: 200px;
	}
	
	* html #catbox {
		width:50px;
		w\idth: 50px;
		margin: 7px;
		ma\rgin: 6px;
		he\ight: 223px;
	}
	
	#catheadsummary {
		display: block;
		height: 27px;
		width: 50px;
		font-size: 1em;
		padding-top: 6px;
		text-align: center;
	}
	
	* html #catheadsummary {
		height: 27px;
		he\ight: 32px;
	}
	
	#catmore p {
		font-size: 1.1em;
		margin: 0;
		padding: 0;
		display: block;
		text-align: center;
		width: 50px;
	}
	
	#catsingledescsummary {
		font-size: 1.2em;
		margin-left: 5px;
	}

	.catsingleproduct {
		font-size: 12px;
		width: 99%;
		width:593px;
		background: #D2E3F4;
		border:1px solid #D2E3F4;
	}
	/*	
		This fixes the problem that the size of the singleproduct div is only as big as
		the text - the image would hang below the bottom of the div otherwise.
		you can use "<div style="clear:both">&nbsp;</div>", but this makes the div extend
	*/
	.catsingleproduct:after {
		content: "."; 
    	display: block; 
   		height: 0; 
    	clear: both; 
    	visibility: hidden;
	}
	
	#catsingleproductimg {
	float: left;
	height: 320px;
	width: 320px;
	text-align: center;
	vertical-align: middle;
	background-color: #C1E3FF;
	background-image: url(http://webwork/beachbeat_surf_shop/html/images/corner.jpg);
	background-repeat: no-repeat;
	}
	
	#catsingleproductimg img {
		max-width:300px;
		max-height:300px;
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	#catsingleproductdesc {
		float: left;
		width: 273px;
	}
	
	#cathead {
		display: block;
		width: 110px;
		height: 27px;
		font-size: 1em;
		padding-top: 6px;
		text-align: center;
	}
	
	* html #cathead {
		height: 27px;
		he\ight: 32px;
	}
	
	#subcatmore p {
		font-size: 1.1em;
		margin: 0;
		padding: 0;
		display: block;
		text-align: center;
		width: 110px;
	}
	
	.maincat {
		display:block;
		float: left;
		width: 110px;
		font-size: 11px;
		text-align: left;
		border: 1px solid #cccccc;
		border-bottom: 3px solid #cccccc;
		margin:7px;
		padding:10px;
		height: 155px;
	}
	
	* html .maincat {
		width:110px;
		w\idth: 110px;
		margin: 9px;
		ma\rgin: 4px;
		he\ight: 180px;
	}
	
	.maincat img {
		border: 0;
	}
	
	/* End (single product view and category listing) */
	
	/* Detailed page styles for the surfboards */
	
	#boarddetails {
		width: 593px;
		margin-top:5px;
		/*background-color: #99CC00;*/
	}
	
	#boardleft {
		float: left;
		width: 413px;
		/*background-color:#CCFF66;*/
	}
	
	#boardleft p {
		width:400px;
		text-align:justify;
	}
	
	#boardright {
		float: left;
		width: 180px;
		text-align: center;
		/*background-color: #00CC99;*/
	}
	
	#boardbottom {
		clear: both;
	}
	
	.spec {
		float: left;
		list-style: none;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 0.8em;
	}
	
	.techimg {
		margin: 20px 0 20px 0;
		width:400px;
		height:275px;
	}
	
	.boardswatch {
		float: left;
		margin: 0 11px 11px 0;
		font-size:10px;
		width:180px;
		/*border:1px solid black;*/
	}
	.boardswatch img {
		width: 55px;
		height: 55px;
		border: 1px solid #cccccc;
		border-bottom: 3px solid #cccccc;
	}
	
	#boardbuy {
		clear: both;
		padding-top: 8px;
	}
	
	.purchasetable {
		width: 400px;
		font-size: 0.8em;
		margin: 4px 0 4px 0;
		padding: 0;
		/*background-image: url(images/buytable_bg.gif);
		background-repeat: repeat-x;
		background-position: bottom;*/
	}
	
	.purchasetable input {
		display: inline;
	}
	
	/* end */
	
	/* Detailed page styles for the other products */
	
	#proddetails {
		width: 593px;
		margin-top:5px;
	}
	
	#prodleft {
		float: left;
		width: 323px;
	}
	
	#prodleft p {
		margin-right:10px;
		width:313px;
		text-align:justify;
	}

	#prodright {
		float: left;
		width: 270px;
		text-align: center;
	}
	
	.prodimg {
		margin-bottom: 20px;
	}
	
	#swatchbox {
		margin-left: 5px;
		text-align: left;
	}
	
	.prodswatch {
		float: left;
		margin: 0 9px 9px 0;
		font-size:10px;
		width:55px;
		/*border:1px solid black;*/
	}
	.prodswatch img {
		/*float: left;*/
		/*margin: 0 8px 9px 0;*/
		width: 55px;
		height: 55px;
		border: 1px solid #cccccc;
		border-bottom: 3px solid #cccccc;
	}
	.features {
		list-style-type: square;
		font-size: 0.8em;
	}
	
	/* End */
	
	/* Sub Cat display Styles */
	
	#subhead {
		display: block;
		width: 110px;
		height: 27px;
		font-size: 1em;
		padding-top: 6px;
		text-align: center;
	}
	
	* html #subhead {
		height: 27px;
		he\ight: 32px;
	}
	
	#submore p {
		font-size: 1.1em;
		margin: 0;
		padding: 0;
		display: block;
		text-align: center;
		width: 110px;
	}
	
	.subcat {
		display:block;
		float: left;
		width: 110px;
		font-size: 11px;
		text-align: left;
		border: 1px solid #cccccc;
		border-bottom: 3px solid #cccccc;
		margin:7px;
		padding:10px;
		height: 155px;
	}
	
	* html .subcat {
		width:110px;
		w\idth: 110px;
		margin: 9px;
		ma\rgin: 4px;
		he\ight: 180px;
	}
	
	.subcat img {
		border: 0;
	}
	
	/* End */
	
	/* Product lists styles - listing t-shirts, jumpers etc... */
	
	#prodbox {
		display:block;
		float: left;
		/*width:167px;*/
		width: 110px;
		font-size: 11px;
		text-align: left;
		border: 1px solid #cccccc;
		border-bottom: 3px solid #cccccc;
		margin:8px;
		padding:10px;
		height: 268px;
	}
	
	* html #prodbox {
		width:110px;
		w\idth: 110px;
		margin: 8px;
		ma\rgin: 5px;
		he\ight: 291px;
	}
	
	#prodbox img {
		border: 0;
		width: 110px;
		height: 110px;
	}
	
	#prodhead {
		display: block;
		width: 110px;
		height: 35px;
		font-size: 1em;
		padding-top: 6px;
		text-align: center;
	}
	
	* html #prodhead {
		height: 27px;
		he\ight: 45px;
	}
	
	#prodsummary {
		width: 110px;
		font-size: 1.2em;
		padding-top: 6px;
	}
	
	#prodmore p {
		font-size: 1.1em;
		margin: 0;
		padding: 0;
		display: block;
		text-align: center;
		width: 110px;
	}
	
	/* End */
	
	/* Other Shop styles */
	
	.button {
		cursor: pointer;
		color: white;
		margin: 2px 0 2px 0;
		padding: 0 10px 0 10px;
		border: 2px solid #102A3B;
		background-color: #102A3B;
		background-image: url(images/button_bg.gif);
		background-repeat: no-repeat;
		background-position: 100% 50%;
	}
	
	* html .button {
		padding: 0 10px 0 10px;
		padd\ing: 0;
	}
	
	#footer {
		text-align: center;
		vertical-align: text-bottom;
		clear: both;
		font-size: 0.7em;
		font-weight: normal;
	}
	
	#footer a {
		font-size: 0.8em;
		text-decoration: none;
		color: #0099D5;
		font-weight: normal;
	}
	
	#footer a:hover {
		color: black;
	}
	
	/* End */
	
	/* Pagelinks styles */
	
	#pagelinks {
		clear: both;
		width: 588px;
		text-align: center;
		font-size: 0.8em;
	}
	
	.pagelinkstitle {
		margin-right: 60px;
		font-size: 0.9em;
	}
	
	#pagelinks a {
		text-decoration: none;
		color: #0099D5;
	}
	
	#pagelinks a:hover {
		text-decoration: underline;
		color: black;
	}
	
	.currentpage {
		color: #cccccc;
		font-weight: bold;
	}
	
	/* End */
	.clear {clear:both;}
	
	#wrapper {
	margin:0 auto 0 auto;
	width:920px;
}

#main-left,#main-right {display:inline;}

#main-left {
	float:left;
	width:780px;
}

#main-right {
	float:right;
	margin-top:270px;
	width:140px;
}

#rnd {width:130px;}

#rnd h2 {
	margin:0 0 10px 0;
	text-align:center;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
}

#rnd .random-product {
	clear:both;
	display:block;
	float:left;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	border:1px solid #cccccc;
	border-bottom:3px solid #cccccc;
	padding:5px;
	margin-left:4px;
	margin-bottom:10px;
}
	
#rnd .random-product img {
	border: 0;
}

#rnd a {
	color:#ffffff;
	text-decoration:underline;
}
#rnd a:hover {color:#0066FF;}
