﻿
    /* <!-- */
    /* General styles */
    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:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:100%;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #6a6a6a;

    }
	a {
    	color:#AF0A0A;
	text-decoration: underline;

	}
	a:hover {
		background: #FFBDBD; 
		text-decoration:none;
	}
    h1, h2 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    h3 { padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	border-bottom: dotted 1px #cacaca;
	font-size:1.1em;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
    h4 {
        margin:.4em 0 .8em 0;
        padding:0;
        font-size:0.8em;
    }

	img {
		margin:10px 0 5px;
	}
.colleft ul { list-style:none;
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
	font-size:1.1em;
	}

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
       	background: #AF0A0A;
  		height: 3em;
		border-bottom:2px solid #fff;
	}
	#header p,
	#header h1 {
	position: relative;
	left:10px;
	font-size: 1.5em;
	text-align:left;
	letter-spacing: -0.05em;
	margin-top:10px;
	color:#fff;
	}
	#header h1 a, h2 a
{
	color: #fff;
	text-decoration: none;
}


	#header h2 {
/*	    padding:.4em 15px 0 15px;
        margin:0;
*/
	font-size: 1.0em;
	text-align:right;
	right:10px;
	margin-top:10px;
        color:#fff;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:/*#CDEAFF*/#fff url('images/a3.gif') top left repeat-x;    	/* Right column background colour */
	   
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-12em; 		/* Width of right column */
        position:relative;
        right:100%;
        background:#fff url('images/a3.gif') top left repeat-x;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:24em;         		/* Left column width + right column width */
        background:/*#cfc*/#fff url('images/a3.gif') top left repeat-x;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:12em;        		/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 13em;     		/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:10em;        		/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:1em;         		/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:10em;        		/* Width of right column content (right column width minus left and right padding) */
        margin-right:3em;  		/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
/*		border-top:1px solid #000;*/
	border-top: dotted 1px #cacaca;
	font-size: 0.9em;
	text-align: left;

    }
    #footer p {
        padding:10px;
        margin:0;
        
    }
    /* --> */
    
table
{
	 /*border: dotted 1px #cacaca;*/
	padding: 0.5em;
	margin-bottom: 1.5em;
}

table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

table td
{
	padding: 0.5em;
}

table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}
    
    
    

/* Orig */
SMALL {
	FONT-SIZE: 8pt
}
BIG {
	FONT-SIZE: 12pt
}
/* CustomTeaser CSS */

.customTeaser {
	BACKGROUND-COLOR: #c0c0c0; PADDING-RIGHT: 3pt; PADDING-LEFT: 3pt; FONT-SIZE: 8pt; PADDING-BOTTOM: 3pt; PADDING-TOP: 3pt
}
/* Left Navigation Links */

.categoriesList ul
{
	margin-left: 0;
	padding: 0;
	margin: 0 0 10px 0;
}
.categoriesList li
{
	list-style-type: none;
}
/* Product Formatting */

.productsList
{
	margin: 0;
	padding: 0.5em;
}

.productsList li
{
	list-style-type: none;
}

.productImageItem
{
	float: right;
}

.ourPrice
{
	color: red;
	font-weight: bold;
}
.leftPanel
{
	height: 100%;

}
