/* */

/* Re-define some standard HTML elements, just so we have things basically as we like them */
* {
	margin: 0;
}

:active, :focus
{
    outline:none;
}

body 
{
	font-family: tahoma;
	font-size: 12px;
	color: #4D4D4D;
}

h1
{
	font-size: 160%;	
	margin: 5px;
	padding: 5px 0px 5px 0px;
}

h2
{
	font-size: 140%;	
	margin: 5px;
	padding: 5px 0px 5px 0px;
}

h3
{
	font-size: 125%;	
	margin: 5px;
}

h4
{
	font-size: 110%;	
	margin: 5px;
}

p
{
	margin: 5px;
	padding: 5px 0px 5px 0px;
}

table
{
	font-size: 100%;
}

img 
{
	border: 0;	
}

a {
	color: #555555;
}

a:hover {
	color: #DD0000;
}

/* FormElements */

.inputbox {
	font-size: 100%;
	border: 1px solid #DDDDDD;
}

.buttons {
	font-size: 105%;
	color: Red;
	background-color: #DDDDDD;
	border: 1px solid #333333;
	padding: 1px;
}

.checky{
	border: none;
}

/* Layout classes and ids */

#wrap 
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto; 
}

#head 
{
	width: 1000px;
	height: 135px;
	margin-top: 10px;
	background-image: url(../images/top_line.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#panelmenu
{
    padding-left: 20px;
    width: 980px;
    height: 40px;
    background-color: #EFEFEF;
}

#leftwrap
{
	width: 200px;
	padding-top: 0;
	float: left;	
}

#lefttop
{
	width: 200px;
	height: 7px;
	background-image: url("../images/lhtop-200.gif");
	background-repeat: no-repeat
}

#left
{
	width: 200px;	
	background-image: url("../images/lhbg-200.gif");
	background-repeat: repeat-y;
	clear: right;
}

#leftbot
{
	width: 200px;
	height: 7px;
	background-image: url("../images/lhbot-200.gif");
	background-repeat: no-repeat
}

.greytop
{
	margin-top: 10px;
	width: 200px;
	height: 5px;
	background-image: url("../images/greytop-200.gif");
	background-repeat: no-repeat
}

.greymid
{
	width: 190px;	
	padding: 5px;
	background-image: url("../images/greyfill-200.gif");
	background-repeat: repeat-y;
	clear: right;
}

.greymid p{
	padding: 0px;
}

.greymid img
{
	border: none;
}

.greybot
{
	width: 200px;
	height: 5px;
	background-image: url("../images/greybottom-200.gif");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#content 
{
	width: 570px;	
	margin: 0 10px 10px 10px;
	float: left;
}

#right
{
	width: 200px;
	float: left;		
}

#contenthome 
{
	width: 730px;	
	margin: 10px;
	padding: 20px;
	float: left;
}

#contentshop 
{
	width: 970px;	
	margin: 10px;
	float: left;
}

#foot
{
	width: 1000px;
	height: 100px;
	margin-top: 10px;
	padding-top: 20px;
	background-image: url(../images/bottom_line-1.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/* Layout elements for each main layout class... */

/* Head elements */

#head .logo
{
	margin: 15px 15px 0 15px;
	float: left;
}

#head .contact
{
    float: left;
    padding: 10px 0 0 15px;
}

#head .contact h1, #head .contact h3, #head .contact p
{
    margin: 0;
    padding: 0 0 5px 0;
}

#head .headlinks
{
	float: right;
	padding-top: 15px;
}

#head .search{
	height: 40px;
	width: 1000px;
	background-image: url(../images/searchfill-1x39.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	margin-top: 5px;
	vertical-align: top;
	float: right;
}

#head .search .slug{
	float: left;
}

#head .search .searcher{
	float: right;
	padding-top: 8px;
	padding-right: 20px;
	text-align: right;
}
  
/* Left elements */

#left ul 
{
	margin: 0;
	padding: 0;	
}

#left ul li 
{
	margin-left: 10px;
	padding: 0;	
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	background-image: url("../images/lhlinksbg-150.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	list-style: none;
}

#left ul li a
{
	font-size: 120%;
	color: #666666;
	text-decoration: none;
}

/* Content elements */

.catalogue
{
	background-image: url(../images/productline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 120px;
	width: 580px;
}

.catalogue .ctext .clink a 
{
	font-size: 150%;
	color: #333333;
	text-decoration: none;
}

.catalogue .cimage
{
	width: 60px;
	height: 60px;
	padding: 5px;
	float: left;
}

.catalogue .ctext
{
	padding: 4px;
	float: left;
	width: 450px;
}

.catalogue .clink
{
	padding: 4px;
}

.catalogue .ccontent
{
	padding: 4px;
}

/* Foot Elements */

#footlinks
{
	font-size: 110%;
	color: #666666;
}

#footlinks ul
{
	margin: 0;
	padding: 0;
}

#footlinks li
{
	padding-top: 20px;
	padding-right: 5px;
	float: left;
	list-style: none;
}

#footlinks ul li a
{
	font-size: 105%;
	color: #666666;
	text-decoration: none;
}

#footimages
{
	padding: 20px; 
	vertical-align: middle;
}

#footimages img
{
	padding: 10px;
}

/* force inline element sizes */

.clear{
	clear: both;
}

/* Text styles */

.fauxtitle1
{
	font-size: 160%;
	padding: 5px;
}

.fauxtitle2
{
	font-size: 140%;
	padding: 5px;
}


.fauxtitle1
{
	font-size: 120%;
	padding: 5px;
}

.titler
{
	color: #ED1C24;
}

.titleg
{
	color: #333333;
}

/* Layout classes for Items */

.item
{
	width: 560px;
	/* height: 220px; */
	background-image: url(../images/top_line.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
}

.item p{
	padding: 0px;
}

.itemimage {
	width: 150px;
	/* height: 120px; */
	margin: 0px;
	float: left;
	text-align: center;
}

.iteminfo {
	width: 410px;
	/* height: 220px; */
	overflow: auto;
	float: left;
}

.litem
{
	width: 560px;
	/* height: 100px; */
	background-image: url(../images/top_line.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
}

.litem p{
	padding: 0px;
}

.litemimage {
	width: 100px;
	/* height: 100px; */
	margin: 0px;
	float: left;
	text-align: center;
}

.liteminfo {
	width: 410px;
	height: 125px;
	overflow: auto;
	float: left;
}

.floaty{
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
}

/* General stuff */

.errortext {
	color: Red;
	font-size: 115%;
	margin: 5px;
}

/* Faux Tables */

/* Fay Wray */
.fauxrow {
	width: 540px;
	margin: 2px;
	clear: both;
}

/* Faux cells (simulate a table) with borders */
.fauxcell100 {
	width: 100px;
	background-color: #CCCCCC;
	color: White;
	font-size: 105%; 
	padding: 4px;
	border: 1px solid #556B2F;
	float: left;
}

.fauxcell200 {
	width: 200px;
	padding: 4px;
	border:  1px solid #556B2F;
	float: left;
}

.fauxcell300 {
	width: 300px;
	padding: 4px;
	border:  1px solid #556B2F;
	float: left;
}

.fauxcell400 {
	width: 410px;
	padding: 4px;
	border:  1px solid #556B2F;
	float: left;
}

.fauxcell500 {
	width: 500px;
	padding: 4px;
	border:  1px solid #556B2F;
	float: left;
}

/* Faux cells (simulate tables) with minimal borders/colours */
.fauxcellx100 {
	width: 100px;
	color: #828282;
	font-size: 105%; 
	padding: 4px;
	float: left;
}

.fauxcellx200 {
	width: 200px;
	padding: 4px;
	float: left;
}

.fauxcellx300 {
	width: 300px;
	padding: 4px;
	float: left;
}

.fauxcellx400 {
	width: 410px;
	padding: 4px;
	float: left;
}

.fauxcellx500 {
	width: 500px;
	padding: 4px;
	float: left;
}

.feature 
{
	width: 223px; /*310px;*/
	height: 150px;
	padding: 10px;
	float: left;
	background-image: url(../images/productline_horizontal.gif);
	background-position: bottom center;
	background-repeat: no-repeat;  
}

.feature .image
{
	width: 60px; 
	height: 110px;
	overflow: hidden;
	padding: 5px;
	float: left; 
}

.feature .text
{
	width: 130px; 
	padding: 5px;
	float: left;
}

.feature .text h3
{
    font-size: 110%;
}

.feature .text h4
{
    font-size: 100%;
}

.feature .text p
{
    font-size: 90%;
}

.feature .text h3, .feature .text h4, .feature .text p
{
    margin: 0;
    padding: 0 0 4px 0;
}

.productimage
{
	width: 300px;
	float: left;
}

.productinfo
{
	width: 225px;	
	float: left; 
	padding-left: 10px;	
}

.productdetails
{
	width: 535px;	
}

.productinfo table tbody tr th
{
	border-bottom: 1px solid #555555;
}
.related
{
	width: 570px;
	padding: 5px 5px 5px 0;
}

.relateditem
{
	width: 160px;
	height: 160px;
	background-image: url(../images/footer_line.gif);
	background-position: right;
	background-repeat: no-repeat; 
	float: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.relateditem .image
{
	width: 60px;
	padding: 5px;
	float: left;
	overflow: hidden;
	margin-right: 3px;
}

.relateditem .text
{
	width: 50px;
	padding: 5px;
	float: left;
}

.rating
{
	width: 540px;
	padding: 5px 5px 5px 0;
}

.product{
	margin: 10px;
	padding: 5px;
}

#listheader{
	width: 560px;
	/* height: 60px; */
	background-image: url(../images/top_line.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
}

#listfooter{
	width: 560px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.listheadertext{
	padding: 0 0 15px;
}

.filter{
	padding: 5px 10px;	
	margin-bottom: 5px;
	background: transparent url(../images/filter-bg.gif) repeat-x;
	border: 1px solid #CDCDCD; 
}

.rate{
	padding: 5px;
}

.checkoutlink{
	padding: 12px 0px 12px 0px;
}

#suggest{
	width: 500px;
}

.stock
{
	font-size: 120%;
	color: red;
}

.bulk
{
	font-size: 105%;
	font-weight: bold;
	color: red;
}

.normalprice
{
	font-size: 105%;
	font-weight: bold;
}

.notify
{
	color: #828282;
	font-size: 105%;
}

.manufimages ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.manufimages li
{
	padding: 2px;
	float: left;	
}

.lefty
{
	float: left
}

.righty
{
	float: right;
	margin: 5px 0 5px 25px;
}

.blog h1, .blog h2, .blog h3, .blog h4, .blog p, .blog img
{
    margin: 0 15px 10px 0;
}

.blog img
{
    margin-bottom: 5px;
}

.blog .blogpanel
{
    margin: 5px 0 5px 45px;
    padding: 5px;
    border: 1px solid #CDCDCD;
}

.blogeditpanel
{
    margin: 5px 0 5px 45px;
    padding: 0;
}

.blog .blogfunc
{
    margin: 5px 0;
    padding: 5px 0 0 0;
}

.blogbg
{
    padding: 10px;
    background-color: #FAFAFA;
}

.blogbgg
{
    padding: 10px;
    background-color: #EFEFEF;
}

.overlayloader
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #1A1B1C;
    z-index: 20;
    top:0px;
    left:0px;
    position:absolute;
	-khtml-opacity:.90; 
	-moz-opacity:.90; 
	-ms-filter:"alpha(opacity=90)"; 
	filter:alpha(opacity=90); 
	opacity:.90; 
	/* display: none; */
	text-align: center;
	padding-top: 250px;
	color: White;
}

#accountpanel
{
    border: 20px solid #EFEFEF;
    width: 920px;
    padding: 20px;
    margin-top: 20px;
}

.infopanel
{
    border: 10px solid #CC0000;
    width: 390px;
    padding: 20px;
    float: left;
}

.lm20
{
    margin-left: 20px;
}

.deltable
{
    background: #dedede;
    border: 1px solid #ccc;
}

.tableitems
{
    margin-top: 20px;
    background: #efefef;
    border: 1px solid #ccc;
}

.tableitems th
{
    text-align: left;
}

.totals
{
    margin:20px 20px 0 0;
    float: right;
}

.delivery
{
    margin:20px 0 0 10px;
    border:1px solid #CCCCCC;
    float: left;
}

.w125
{
    width: 125px;
}

.w200
{
    width: 200px;
}

.p20tb
{
    padding: 20px 0;
}

/* AJAX stuff... */
.advancedsearch
{
    float:right;
    padding-left: 10px;
}

.advancedsearch:hover
{
    cursor: pointer;
}

.collapsesearch
{
    width: 200px;
    height: 0px;
    overflow: hidden;
    z-index:1000;
    margin-left: 50px;
    margin-top: 0;
    position:fixed;
}

.collapserating
{
    width: 500px;
    height: 0px;
    overflow: hidden;
    z-index:1000;
    margin-left: 0;
    margin-top: 0;
    position:fixed;
    background-color: #FFFFFF;
}

#rotatorpanel
{
    z-index: 0;
}

.pnav
{
    float: left;
    font-size: 110%;
    font-weight: bold;
}

.filt
{
    float: right;
    padding: 0 10px;
}

.paybutton
{
    border-top: 3px solid #999;
    border-bottom: 3px solid #999;
}

.paytable td
{
    font-size: 14px;
    padding: 4px 5px;
}

.fdr
{
    color: Red;
}

.totaltable
{
    font-size: 13px;
    font-weight: bold;
}

.totaltable td
{
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #999;
}

.ebuttons
{
    padding: 20px 0;
}

.cbuttons
{
    margin-top: 20px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_dtlProduct_ctl00_rptStock_ctl01_txtOrder,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_dtlProduct_ctl00_rptStock_ctl02_txtOrder,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_dtlProduct_ctl00_rptStock_ctl03_txtOrder,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_dtlProduct_ctl00_rptStock_ctl04_txtOrder,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_dtlProduct_ctl00_rptStock_ctl05_txtOrder,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_dtlProduct_ctl00_rptStock_ctl06_txtOrder,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_dtlProduct_ctl00_rptStock_ctl07_txtOrder,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_dtlProduct_ctl00_rptStock_ctl08_txtOrder,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_dtlProduct_ctl00_rptStock_ctl09_txtOrder,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_dtlProduct_ctl00_rptStock_ctl10_txtOrder
{
	border: 1px solid black;
	width: 100px!important;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_rptItems_ctl00_btnAddToBasket
{
	clear: both;
	display: block;
	margin-top: 5px;
}

.boxes 
{
	overflow: hidden;
}

.boxes .box
{
	width: 23%;
	border: 1px solid #CCC;
	padding-top: 10px;
	float: left;
	min-height: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
