
/* RESET & GENERIC */


.list-reset,.list-reset li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.list-horizontal li{
	float: left;
}




/* ############## DETOUR!! ################## */
/* Apologies for any 'orrible css here - having to work hard to style the cybertill templates which mostly consists of nested tables down to about 6 deep!  I admit - I've built stuff like that in the past, but that was 13 years ago when nutscrape compatability was a concern..!  CT - please sort out your templates! */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	/*background: #e7e7e7;*/
	background: #fff;
}

div#container {
	width: 845px;
	margin: auto;
	background: #fff;
	padding: 8px;
}
	
div#header {
	
}

div#nav {
	height: 35px !important;
	float: left;
	/*background: #e7e7e7;*/
	background: #fff;
	border-top: #e7e7e7 1px solid;
	border-bottom: #e7e7e7 1px solid;
}

div#body {
	clear: both;
}

div#footer {
	border-top: #e7e7e7 1px solid;
}

div#post-footer {
	clear: both;
}




div#header h2.description {
	font-size: 10px;
	font-weight: normal;
	float: right;
	text-indent: -9999px;
	height: 2px;
	margin: 0px;
	padding: 0px;
	display: none;
}


div#header div.fb-badge,
div#header div.twitter-badge {
	float: right;
}

div#header div.twitter-badge {
	margin-right: 10px;	
}

/* =NAV */


div#site-links ul li {
	padding-right: 0px;
	padding-left: 10px;
	font-size: 10px;
}

div#site-links ul li {
	/*list-style-image:url(http://resources.monomatic.co.uk/sites/detour/images/li_bullet.gif) !important;
	list-style-type:square;*/
}



/* =TYPO */

a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}



/* =CT HACKS */

ul.makeMenu {
	display: none;
}



table#sectionborder_left table {
	padding: 0px;
	position: absolute;
}

div#nav table.sectionborder_left {
	width: auto;
	float: left;
	padding: 2px;
	/*border: #f00 1px solid;*/
	height: 30px;
	float: left;
}

div#nav table.sectionborder_left {
	height: 1px;
	float: left;
	/*border: #f0f 1px solid;*/
}



div#nav table.sectionborder_left td.column_left b {
	display: none !important;
	/*border: #0f0 1px solid;*/
}

div#nav table.column_left tr:first-child {
	display: none !important;
	border: #f0f 1px solid;
}

table.column_left tr:first-child {
	display: none !important;
	/*border: #ff0 1px solid;*/
}


a[href="http://www.cybertill.co.uk"] {
	display:none;
}


/* right column  */



div#footer table.sectionborder_right {
	/*border: #ccc 1px solid;*/
	float: left;
	width: 210px;
}



/* =PRODUCT PAGES */

td.small_main img {
	cursor: hand;
}