@charset "utf-8";
/* CSS Document */

    body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:990px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:80%;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
    }
	a {
	color:#F90;
	}
	a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #F90;
	}
    h1, h2, h3 {
	font-size: 12px;
	padding:0;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
    }
	h4 {
	font-size: 12px;
}
    p {
	padding:0;
	font-size: 90%;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
    }
	/* Header styles */
#header {
	float:left;
	width:100%;
	background-color: #666;
    }

#header-menu {
	width: 100%;
	background-color: #333;
}
#breadcrumbs {
	float: left;
	width: 60%;
}

	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}


	
	#tag-line {
	font-size: 95%;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	float: left;
	margin-left: 8%;
	margin-top: 35px;
}
#logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	height: 37px;
	width: 292px;
	margin-bottom: 20px;
}

#news {
	float: right;
	height: 30px;
	width: 80px;
	margin-top: 30px;
	margin-right: 3%;
}

	
	/* 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-color: #CCC;
	}
    .holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-220px; 	/* Width of right column */
	position:relative;
	right:100%;    	/* Centre column background colour */
	background-color: #CCC;
    }
    .holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:440px;    	/* Left column background colour */
	background-color: #CCC;
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:220px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
	position:relative;
	left:200%;
	overflow:hidden;
	margin-top: 0;
	margin-right: 225px;/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
	margin-bottom: 0;
	margin-left: 225px;
	}
    .holygrail .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:200px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:10px;         	/* Width of the left-had side padding on the left column */
	font-size:110%;
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:30px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	
	/* sidebar-left */
	
	#navigation {
	width: 200px;
	}

	#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	#navigation li a:link, #navigation li a:visited  {
	font-size: 80%;
	display: block;
	background-color: #666;
	color: #FFFFFF;
	text-decoration: underline;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333;
	font-weight: bold;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 0.6em;
	}

	* html #navigation li a {
	width: 100%;
	}

	#navigation li a:hover {
	background-color: #F90;
	color: #FFFFFF;
	}

	#navigation ul ul li {
	margin: 0;
	text-indent: 20px;
	font-size: 95%;
	}

	#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #999;
	color: #FFF;
	}

	#navigation ul ul a:hover {
	background-color: #F90;
	color: #FFFFFF;
	}
	
	#drop-down {
	width: 180px;
	background-image: url(../images/3d.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#666;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	#browse-brands {
	background-image: url(../images/sidebar09/browse-brands.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 200px;
	margin-top: 15px;
	}

	#browse-category {
	background-image: url(../images/sidebar09/browse-category.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 200px;
	margin-top: 15px;
	}
	
	.sidebar-bottom {
	background-image: url(../images/sidebar09/sidebar-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 200px;
	}


	/* Basket */
	
	#basket-top {
	background-image: url(../images/basket09/my-basket.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 200px;
	margin-top: 15px;
	}
	
	#basket-empty {
	background-image: url(../images/basket09/basket-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	#basket-full {
	background-image: url(../images/basket09/basket-bg-white.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

	#basket-bottom {
	background-image: url(../images/sidebar09/sidebar-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 200px;
	}

	#basket-text {
	font-weight: bold;
	color: #FFF;
	line-height: 1.7em;
	font-size: 90%;
	margin-right: 10px;
	margin-left: 20px;
	}
	#basket-text-full {
	color: #333;
	margin-right: 10px;
	margin-left: 20px;
	font-size: 85%;
	}

.basket-description {
	float: left;
	width: 150px;
}
.basket-quantity {
	float: right;
	width: 20px;
	font-weight: bold;
	text-align: center;
}
.basket-delivery {
	background-color: #CCC;
	padding: 5px;
	width: 95px;
	float: left;
}
.basket-deliverycharge {
	background-color: #CCC;
	width: 60px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
}

.basket-total {
	background-color: #F90;
	padding: 5px;
	width: 95px;
	float: left;
	font-weight: bold;
	font-size: 100%;
}

.basket-totalcharge {
	background-color: #F90;
	width: 60px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	font-weight: bold;
	font-size: 100%;
	padding-right: 5px;
}

#delivery {
	background-color: #CCC;
	float: left;
	width: 170px;
	height: 30px;
}
#total {
	background-color: #F90;
	float: left;
	width: 170px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

	
	/* Content */
	
	#content-main {
	background-color: #FFF;
	background-image: url(../images/content09/content-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content-topbar {
	background-color: #333;
	background-image: url(../images/content09/content-topbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 100%;
	margin-top: 15px;
	padding-top: 10px;
}
#content-bottombar {
	background-color: #333;
	background-image: url(../images/content09/content-bottombar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1%;
}

#content-text {
	margin-right: 20px;
	margin-left: 30px;		
}

#content-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F90;
	margin-left: 30px;
	padding-top: 8px;
}

	
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	background-color: #333;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F90;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
#footer-layout {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	background-color: #333;
}
.footer-text {
	font-size: 10px;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
.italic {
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
}
img.margin {
	margin-top: 10px;
}
.sub-category {
	margin-left: 140px;
	margin-top: 10px;
}
.category {
	margin-left: 140px;
	margin-top: 10px;
}
.sub-category-text {
	margin-left: 140px;
	min-height: 81px;
}
.sub-heading {
	font-weight: bold;
	color: #333;
	font-size: 11px;
}
.product-title {
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	line-height: 30px;
}
.overview {
	background-color: #FFF;
	padding: 10px;
	border: 5px outset #999;
	color: #333;
	margin-right: 5px;
}
.breadcrumbs {
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	line-height: 35px;
	padding-left: 20px;
	font-size: 80%;
	margin-top: 10px;
}
.news-heading {
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	line-height: 30px;
	padding-left: 10px;
	font-size: 90%;
	margin-top: 10px;
}
.news-heading2 {
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	padding-left: 10px;
	font-size: 90%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.heading-white {
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
}
#options-container {
	float: left;
	width: 99%;
	background-color: #FFF;
	border: 2px solid #999;
}
.options-product-title {
	color: #FFF;
	background-color: #999;
	float: left;
	width: 59%;
	line-height: 30px;
	font-weight: bold;
	padding-left: 1%;
}
.options-code-title {
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	text-align: center;
	float: left;
	width: 10%;
}
.options-product-description {
	float: left;
	width: 59%;
	padding-left: 1%;
	height: 20px;
	font-size: 90%;
}
.options-code-description {
	text-align: center;
	float: left;
	width: 10%;
	height: 20px;
	font-size: 90%;
}
#viewbasket-container {
	background-color: #FFF;
	float: left;
	width: 99%;
	min-width: 30%;
	border: 1px solid #666;
}
.viewbasket-product-title {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	float: left;
	width: 59%;
	padding-left: 1%;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.viewbasket-line {
	line-height: 20px;
	background-color: #666;
	float: left;
	width: 100%;
}

.viewbasket-title {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
	width: 10%;
	background-color: #666;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.viewbasket-product-description {
	float: left;
	width: 59%;
	padding-left: 1%;
}
.viewbasket-details {
	float: left;
	width: 10%;
	height: 22px;
	padding-top: 8px;
	text-align: center;
}
.viewbasket-price {
	float: left;
	width: 9%;
	height: 22px;
	padding-top: 8px;
	text-align: right;
	padding-right: 1%;
}
#viewbasket-total-container {
	background-color: #EBEBEB;
	float: left;
	width: 100%;
}
.viewbasket-totals {
	text-align: right;
	width: 80px;
	padding-right: 8px;
	padding-left: 5px;
	float: left;
}

.viewbasket-totals-description {
	text-align: right;
	width: 90px;
	padding-right: 8px;
	padding-left: 5px;
	float: left;
}

#viewbasket-totals-container-small {
	background-color: #EBEBEB;
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
}
#viewbasket-continue-shopping {
	float: left;
	width: 550px;
	margin-left: 20px;
	margin-top: 50px;
}
#viewbasket-order-reference {
	float: left;
	width: 270px;
	margin-left: 20px;
	margin-top: 25px;
}

.viewbasket-description-title {
	float: left;
	width: 100%;
	height: 30px;
	background-color: #666;
}

.viewbasket-description-line {
	float: left;
	width: 100%;
	min-height: 40px;
}
.addresses {
	float: left;
	width: 40%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.la {
	TEXT-ALIGN: left! important;
}

.rtbl {
	WIDTH: 100%
}

.rtbl-tabs {
	WIDTH: 100%;
}


.rtbl {
	WIDTH: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.rtbl TR {
	WIDTH: 100%
}
.rtbl TH {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	TEXT-TRANSFORM: none;
	PADDING-TOP: 5px;
	background-color: #999;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.rtbl TD {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 4px;
	VERTICAL-ALIGN: middle;
	PADDING-TOP: 4px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.rtbl P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 45px; PADDING-TOP: 0px
}

.previous {
	COLOR: #f90;
}

.price {
	FONT-WEIGHT: bold;
	COLOR: #f60;
	text-align: right;
}

.qlinks {
	COLOR: #066! important
}

.sbcontentrp {
	MARGIN: 0px -10px 10px
}

.sbcontent {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.product-img {
	float: left;
	height: 81px;
	width: 135px;
}
#search {
	float: right;
	width: 185px;
	padding-top: 5px;
}
#splash {
    padding: 0px;
    height: 155px;
    background-image: url(../images/bg-splash.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    color: #333;
    margin-top: 10px;
    border: thin solid #CCC;
    text-align: center;
}
#product-adverts {
    width: 200px;
    margin-top: 15px;
}

#product-adverts img {
    margin-bottom: 10px;                    
}

/* EXPANDING COLUMNS */

.column-container {
	float: left;
	background-color: #FFF;
}

ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 153px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.block {
	height: 250px;
	font-size: 1em;
	margin-right: 12px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background-color: #F1F0EB;
	border: thin solid #CCC;
	margin-bottom: 2px;
}
.block h2 {
	font-size: 1.0em;
	margin-bottom: 10px;
}

.block h2 a {
	color: #F90;
}

.block h2 a:hover {
	color: #333;
	background-color: #F1F0EB;
}

.block img {
        /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

.block p {
	font-weight:bold;
}

.block p a {
	font-size: 1.0em;
	font-weight: bolder;
	color: #333;
	background-color: #F90;
	text-decoration: none;
	padding: 3px;
	margin-left: 3px;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #333;
}

.block p a:hover {
	color: #FFF;
	background-color: #666;
	padding: 3px;
}


/* Table */

.table-border {	border: thin solid #CCC; }

th {
	text-align: left;
	color: #FFF;
	background-color: #F90;
	padding-left: 10px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}

.info-cell {
	text-align: left;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 20px;
}

.table-heading {
	color: #FFF;
	background-color: #666;
	padding-left: 10px;
	height: 25px;
	font-weight: bold;
}