	body {	
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:800px;		/* Minimum width of layout - remove line if not required */
	        text-decoration:none;	        /* The min-width property does not work in old versions of Internet Explorer */
		font-size:95%;
		font-family: sans-serif;
			
	}
	
	a { color: #c0c0c0; text-decoration: none; }
	
	UL {
		padding:0;
		margin:0;
	}
	UL LI {
		padding:0;
		margin:0;
	}		
	
	
	a {
		font-weight:bold;
		color:yellow;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family:Verdana;
		font-size:140%;
		font-weight:bold;
		text-align:left;
		color:#06C;
	}
	h2 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family:Verdana;
		font-size:150%;
		font-weight:bold;
		text-align:center;
		color:#06C;
		
	}
	

	h5 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family:Verdana;
		font-size:100%;
		font-weight:bold;
		text-align:left;
		color:#000;
		
	}
	h5 a {font-size:90%;
		color:#39F;

	}
	
	h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family:Verdana;
		font-size:140%;
		font-weight:bold;
		text-align:left;
		color:#39F;
			
	}
	
	h4 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-size:100%;
		font-weight:bold;
		text-align:left;
		color:#298530;
				
	}
	
	aln {		
		vertical-align:middle;
	}
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;

	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		/*background:green;*/
		padding-left:20px;
	}

	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* Adrian 3 Column settings */
	.threecol {
		background:#E4E5EA;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#E4E5EA;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

.whitebasket{
	/*color:white;*/
	color:#000;
	font-size:80%;
};
.fullbasket table{
	border: 0.075em solid #000;
	border-collapse: collapse;

	border-color: red;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	width: 100%;
}

.fullbasket td {
	/*color:red;	*/
	border-color: #000;
	/*border-style: solid;*/
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-top: 0px solid #000;
	border-left: 0px solid #000;
	padding: 10px 10px 10px 10px;
	    /*border: 0.025em solid #000;*/
	    border-collapse: collapse;
	    padding: 0.3em 0.5em;
	    margin: 0%;

};


.tandc ,.tandc a,.tandc a:visited{
	color:#000;
}

.ilink {
	color:#000;
}


/* 
	Blue Dream
	Written by Teylor Feliz  http://www.admixweb.com
*/


#divtable table { 
 /*Adrian note: main product/basket table*/
 background:#FFF;
 /*border:1px solid gray;*/
 /*border-collapse:collapse;*/
 color:#fff;
 font:normal 12px verdana, arial, helvetica, sans-serif;
}
#divtable caption { border:1px solid #5C443A;
 color:#5C443A;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}
#divtable td, th { color:#363636;
 padding:.4em;
}
#divtable tr { border:1px dotted gray;
}
#divtable thead th, tfoot th { background:#5C443A;
 color:#FFFFFF;
 padding:3px 10px 3px 10px;
 text-align:left;
 text-transform:uppercase;
}
#divtable tbody td a { color:#363636;
 text-decoration:none;
}
#divtable tbody td a:visited { color:gray;
 text-decoration:line-through;
}
#divtable tbody td a:hover { text-decoration:underline;
}
#divtable tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
#divtable tbody th a:hover { color:#363636;
}
#divtable tbody td+td+td+td a { background-image:url('bullet_blue.png');
 background-position:left center;
 background-repeat:no-repeat;
 color:#03476F;
 padding-left:15px;
}
#divtable tbody td+td+td+td a:visited { background-image:url('bullet_white.png');
 background-position:left center;
 background-repeat:no-repeat;
}
#divtable tbody th, tbody td { text-align:left;
 vertical-align:top;
}
#divtable tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
#divtable .odd { background:#fff;
}
#divtable tbody tr:hover { background:#99BCBF;
 border:1px solid #03476F;
 color:#000000;
}

#gap{
	width:75px;
	margin-right:2px;
	border-right:1px solid#000;
	float:right;
	color:red;
	/*overflow:hide;*/
	/*position:relative;*/
}

