/* 
 * Common typography
 *
 * Thanks go out to Owen Briggs for the originating inspiration of this part of sheet
 */

/* 
 * Colours
 *  Grey: #9C9D9F
 *  Red: #EE3224
 */

body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%; /* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #000;
	background: #fff;
}

/* the following 2 classes are to demonstrate better line heights for narrow columns */
.narrow1
{
	width: 50%;
	line-height: 1.3em;
}
.narrow2
{
	width: 50%;
	line-height: 1.5em;
}

.bold
{
	font-weight: bold;
}
		
a
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:link
{
}

a:visited
{
}

a:active
{
}

a:hover
{
	text-decoration: underline;
}

/* We only care about h1 and h2 in this project */
h1
{
	font-family: arial;
	font-size: 3.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2
{
	font-size: 1.125em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img
{
	border: 0; /* Who ever thought that borders was a nice idea?! */
}

ol, ul, li
{
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}

p
{
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0em 0em 1.2em 0em;
}

td p
{
	line-height: normal;
}

li > p
{
	margin-top: 0.2em;
}
strong, b
{
	font-weight: bold;
}

ol 
{
	margin-left: 2em;
}

ol li
{
	list-style: decimal outside;
}

/* We're getting more specific now */
.menu_side a
{
	color: #9C9D9F;	
}

.menu_side a.current
{
	color: #EE3224;
}

.menu_side ul.child a
{
	font-weight: normal;
}


.footer
{
	font-size: 0.8em;
}

.footer address, .footer .email
{
	color: #EE3224;
	font-style: normal;
}

.footer a
{
	font-weight: normal;
}

/* HomePage */
.widget
{
	font-size: 0.8em;
	overflow: none;
}

.widget strong
{
	display: block;
	color: #EE3224;
}

.widget p.readmore a
{
	color: #9C9D9F;
}

/* Product Ranges */
ul.range_products
{
	font-size: 0.9em;
}

ul.range_products a
{
	color: #9C9D9F;
	font-weight: normal;
}

.range_product_content p
{
	margin: 0;
	padding: 0;
}

/* Product */
.product_nfo td
{
	vertical-align: top;
}

.product_nfo td.name, .product_nfo td.name a
{
	text-align: right;
	color: #9C9D9F;
	font-weight: normal;
}

.product_nfo td.value a
{
	font-weight: normal;
}

.product_nfo td.value a.bold
{
	font-weight: bold;
}

a.popupwindow
{
	text-decoration: none;
}

.unlimited
{
	float: right;
	margin: 5px;
}

span.standard p
{
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 1em;
}

#product_accessories_title
{
	font-weight: bold;
}

/* Tree */
span.tree-header
{
	color: #EE3224;
	font-weight: bold;
}

/* Page */
.page ul 
{
	margin-left: 2em;
	padding-bottom: 1em;
}

.page ul li
{
	list-style: circle outside;
}

ul.tree
{
	margin-left: 0;
}

/* ProductMap */
span.product_new
{
	color: #EE3224;
	font-weight: bold;
}

.productmap_table a
{
	font-weight: normal;
}
