/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* usefull hints
   . denotes a class ie for multiple instances of a style
   # denotes an id used for a singel instance of a style
*/


/*****************************************/
/* generic styles */

body{
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	color:#000000;
}

a:link, a:visited, a:hover {
	font-style:italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

table {
		margin:0px;
		padding:0px;
		/*border-collapse:collapse; /* note add border-collapse:collapse; to allow border 0px */
}

tr {
		margin:0px;
		padding:0px;
}

td {
		margin:0px;
		padding:0px 10px 0px 0px;
}

/*****************************************/
/************ index.php stuff ************/

#masthead{
	padding: 0px;
}

/* category list (the menu) */

#catlist {
	margin:0px;
	padding:0px;
}
	/******** catlist suboverrides *********/
	
	/* menu containing table */
	#catlist table{
		width:100%;
		margin:0px;
		padding:0px;
	}
	/* each menu cell row*/
	#catlist tr{
		padding:0px;
	}
	/* each menu cell */
	#catlist td{
		margin:0px;
		padding:0px;
		text-align:center;
		border:solid;
		border-width:thin;
		border-color:#000000;
	}
	
	/* each menu link */
	#catlist a:link{
		display:block;
		color:#000000;
		background-color:#FFFFFF;
		text-decoration: none;
		font-style:normal;
	}
	
	#catlist a:visited{
		display:block;
		color:#000000;
		background-color:#FFFFFF;
		text-decoration: none;
		font-style:normal;
	}
	
	#catlist a:hover{
		display:block;
		background-color:#000000;
		color:#FFFFFF;
		text-decoration: none;
		font-style:normal;
	}
	
	#onlineshopbtn {	/* used in dsb sites */
	}

	/* small menu items */
	.dsbmenufound{ /* menu item is in menu path  defined in dsb/lib/nav.php */
	color:#FF0000;
	}	
	.dsbmenutiny1 td{ /*defined in dsb/lib/nav.php */
		font-size:9px;
	}
	.dsbmenutiny2 td{/*defined in dsb/lib/nav.php */
		font-size:9px;
	}
	.dsbmenutiny3 td{/*defined in dsb/lib/nav.php */
		font-size:9px;
	}
	.dsbmenutiny4 td{/*defined in dsb/lib/nav.php */
		font-size:9px;
	}


/*****************************************/
/* main block */
.content{
	padding: 0px;
	margin-right:200px;
	background-color:#FFFFFF;
	color:#000000;
}

#siteInfo{ /* used for copywrite etc */
	clear: both;
	font-size: 60%;
	padding: 10px 10px 10px 10px;
}

#daisychain { /*used for diasy chain if needed */
	padding: 10px 10px;
	font-size: 80%;
}

#keywords { /* used to display keywords if needed*/
	font-size: 0px;
}


/* standard pages and stuff */


/* address page - there are 3 blocks on this page, the address, the telephones and the email */
.addressection {
	width:49%;
	float:left;
}
	.address { /* for the address page */
	}
	.mapsection {
	}
		.mapsection a:link{
			text-decoration:none;
			color:#000000;
		}
		.mapsection a:visited{
			text-decoration:none;
			color:#000000;
		}
		.mapsection a:hover{
			text-decoration:none;
			color:#000000;
		}
		
.phonesection {
	width:49%;
	float:right;
}
	.phone {
	}
.emailsection{
	width:50%;
	float:right;
}
	.email{
	}
	
/******* Autocreated front page ********/
.frontpage {
	text-align:center;
}
	.frontwelcome {
		font-weight:900;
		font-size:14px;
	}
	.frontdescr {
		font-size:12px;
	}
/*****************************************/
/* describes the right hand column if  ***/
/* used - normally for dsb sites *********/
#rightcolumn {
	float:right;
	width:180px;
	padding: 5px;
	border:thin #000000 groove;
	margin:5px;
	background-color:#FFFFFF;
}

/* search entry box */
	#searchcolumn {
		text-align:center;
	}
		#searchheader { /* heading for the search section */
			text-align:center;
			font-size:16px;
			font-weight:900;
			text-align:center;
		}
		
		#searchtext{ /* search text box */
			width:180px;
		}
		
		#searchbtn{ /*search submit button */
			text-align:center;
		}

	/* virtical spacer between column enteties graphics can be used if necesery by setting the bg*/
	#columnspacer {
		height:20px;
	}
	
/* describes the cart part of the right hand column if used - normally for dsb sites */
	#cartcolumn {
	}
	
		#cartheader { /* header for the cart section */
			text-align:center;
			font-size:16px;
			font-weight:900;
		}
		
		#cartcolumn th { /* headings for carts columns */
			font-size:12px;
			font-weight:bold;
			padding:0px;
			border-collapse:collapse;
		}

		#cartcolumn td { /* values for carts columns */
			font-size:10px;
			font-weight:normal;
			vertical-align:text-top;
		}
		
		/* gap before sum horizontal line */
		#cartspacerrow { /* row part */
			height:20px;
		}
		#cartspacer { /* cell part */
		}
		
		/* the actual bar of the sum */
		/* as in     10
		             10+
					 -- <-this bit
					 20
		*/
		#cartsumbarrow { /* row part */
			height:1px;
		}
		#cartsumbar { /* cell part */
		background-color:#000000;
		}
		.cartqtyfrm {
			display:inline;
			font-size:10px;
		}
		.cartqtyfld {
			display:inline;
			font-size:10px;
			border: none;
			width:35px;
		}

/*****************************************/
/*********** generic wam stuff ***********/
/* used in wam layouts (disttypes)*/
.itemhead {
	padding: 10px 0px;
	font-weight: bold;
}

.itemtag{
}

.itemcode {
}

.itemname {
}

.itemdescr {
}

.itemprice { /*also used by dsb item view */
	font-style: italic;
}

.hotpic {
}

/*****************************************/
/********** generic dsb stuff ************/

/* class for the table for each item to be displayed */
.dsbitem {
}
	
	/* specific DSB wam classes */
	/* used in dsb layouts (disptypes) */
	.itemmake { /* used by dsb sites */
	}
	
	.itemmodel { /* used by dsb sites */
	}
	
	.itemclass {/* used by dsb sites */
	}
	
	.price{ /*used inside dsb functions */
	}
	
	/* DSB small menu items */
	.dsbmenufound{ /* menu item is in menu path  defined in dsb/lib/nav.php */
	color:#FF0000;
	}	
	.dsbmenutiny1 td{ /*defined in dsb/lib/nav.php */
		font-size:9px;
	}
	.dsbmenutiny2 td{/*defined in dsb/lib/nav.php */
		font-size:9px;
	}
	.dsbmenutiny3 td{/*defined in dsb/lib/nav.php */
		font-size:9px;
	}


/*****************************************/
/********** Paypal Stuff *****************/

.paypalbtn {
	display:block;
	font-style:normal;
	text-decoration: none;
}

	.paypalbtn a:link {
		background-color:#FFFFFF;
	}
	
	.paypalbtn a:visited {
		background-color:#FFFFFF;
	}
	.paypalbtn a:hover{
		background-color:#000000;
	}


