html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: gray;
	width: 100%;
	font-weight: normal;
}

div {
	padding: 0;
	margin: 0;
}
	
img {
    border : 0px;
}

form {
    margin: 0px;
}

checkbox, input, radio, select {
    font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight : normal;
}

.Links {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    font-family: Geneva, Arial, Helvetica, san-serif;
    color: #EE2E02;
    font-weight: bold;
    font-size: 11px
}
.loginForm {
    font-family: Verdana;
    font-size: 8pt
}
.text {
    margin-left: 10;
    margin-right: 15;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}
.Links2 {
    font-family: Geneva, Arial, Helvetica, san-serif;
    color: #EE2E02;
    font-weight: bold;
    font-size: 14px;
    text-decoration:none
}

#page {
}

#custom_searchfield {
    float: left;
    width: 110px;
	padding: 0px;
	margin: 0px;
}
#custom_searchbutton {
    margin-left: 110px;
	padding: 0px;
	margin: 0px;
}

/* header content ---------- */

#header {
	color: #000;
	background-color: #C80000;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid gray;
	}

#header a:link {
	color: white;
	text-decoration: none;
	}
#header a:visited {
	color: white;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header a:active {
	text-decoration: underline;
	color: white;
}
	
#header2 {
	color: #000;
        background-color: #DCDCDC;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #C80000;
	}
#header2 a:link    { background-color: #DCDCDC; color: #C80000; text-decoration: none; }
#header2 a:visited { background-color: #DCDCDC; color: #C80000; text-decoration: none; }
#header2 a:hover   { background-color: #fff; color: gray; text-decoration: none; }


/* content ---------- */

#content-wrap {
	padding: 5px 10px 0px 0px;
	margin-bottom: 0px;
	
	background-image: url('images/page.gif');
	background-position: left;
	background-repeat: repeat-y;
	}
	
#content-header-wrap {
	color: #000;
	background-color: #fff;
	padding: 0px;
	text-align: center;
	}

#content-sub-1 { background-color: #fff; color: #2321C8; }

#content-sub-1 a.content-sub-main:link    { background-color: #fff; display: block; color: #2321C8; text-transform: uppercase; padding-left: 8px; font: 12px Tahoma, Verdana, Arial, sans-serif; font-weight: bold; line-height: 1.2; }
#content-sub-1 a.content-sub-main:visited { background-color: #fff; display: block; color: #2321C8; text-transform: uppercase; padding-left: 8px; font: 12px Tahoma, Verdana, Arial, sans-serif; font-weight: bold; line-height: 1.2; }
#content-sub-1 a.content-sub-main:hover   { background-color: #9DC8F2; display: block; color: #000; text-transform: uppercase; padding-left: 8px; font: 12px Tahoma, Verdana, Arial, sans-serif; font-weight: bold; line-height: 1.2; }

#content-sub-1 a.content-sub-sub:link    { background-color: #fff; display: block; color: #2321C8; text-transform: capitalize; padding-left: 14px; font: 11px Tahoma, Verdana, Arial, sans-serif; font-weight: bold; line-height: 1.2; }
#content-sub-1 a.content-sub-sub:visited { background-color: #fff; display: block; color: #2321C8; text-transform: capitalize; padding-left: 14px; font: 11px Tahoma, Verdana, Arial, sans-serif; font-weight: bold; line-height: 1.2; }
#content-sub-1 a.content-sub-sub:hover   { background-color: #9DC8F2; display: block; color: #000; text-transform: capitalize; padding-left: 14px; font: 11px Tahoma, Verdana, Arial, sans-serif; font-weight: bold; line-height: 1.2; }


/* footer content ---------- */

#footer2 {
	color: #000;
	border-top: 1px solid gray;
	background-color: #fff;
	text-align: center;
	padding: 5px 0px 5px 0px;
	}

#footer2 a:link {
	color: white;
	text-decoration: none;
	}
#footer2 a:visited {
	color: white;
	text-decoration: none;
}
#footer2 a:hover {
	text-decoration: underline;
}
#footer2 a:active {
	text-decoration: underline;
	color: white;
}
	
#footer {
	color: grey;
	background-color: #fff;
	text-align: center;
	}

#footer p {
	padding: 0;
	margin: 0;
	}

.clear {
	clear: both;
	}

#content-main .noindent {
	text-indent: 0;
	}


/* default content ---------- */

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #000;
}

.smalltext {
	font-size: x-small;
	}
.smalltext a:link {
	color: black;
	text-decoration: none;
}
.smalltext a:visited {
	color: black;
	text-decoration: none;
}
.smalltext a:hover {
	text-decoration: underline;
}
.bolden{
		font-weight: bold;
	}
.quotation{
	padding-left: 20px;
	font-style: italic;
}
.colour1{
	background-color: #C80000;
	color: white;
	font-size: x-small;
}
.borders{
	border-left: 1px dashed Silver;
}
.labels{
        background-color: #DCDCDC;
        border: 1px red solid;
        color: gray;
	font-size: x-small;
	padding: 1px;
	margin: 1px;
}

	
div.cataloguebox2 {
	width: 90%;
	margin: 0px 10px 0px 10px;
	background-color: #DCDCDC;
	color: gray;
	text-transform: capitalize;
	font-weight: normal;
	display: table;
}
div.cataloguebox2 div.cataloguelink { display : block; padding: 1px 5px 1px 10px; color : #gray; }
div.cataloguebox2 div.cataloguelink a { color: gray; text-decoration: none; font-weight : bold; }
div.cataloguebox2 div.cataloguelink a:visited { color: gray; text-decoration: none; font-weight : bold; }
div.cataloguebox2 div.cataloguelink a:hover { background-color : #fff; color: green; text-decoration: none; font-weight : bold;  }

	
/* ebuyer stolen content ---------- */

#ProductCornersTop {
	background-image: url(http://image.ebuyer.com/customer/images/product_top_left_corner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 11px;
}

#ProductCornersBot {
	background-image: url(http://image.ebuyer.com/customer/images/product_bottom_left_corner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px 0px 10px 0px;
}

#ProductWrap {
	float: left;
	clear: none;
}

#ProductBox {
	border: 0px solid #d6d6d6;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;;
	border-right: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
}

#ProductBox p {
	clear: both;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 90%;
}

.ProdImg {
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	border-right: 1px dotted #B5B5B5;
	float: left;
}

#ProductBox h3 {
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 75%;
}

#ProductBox h3 a {
	color: #000;
	font-weight: bold;
}

#ProductBox h3 a:hover {
	color: #FF9900;
}

#ProductTextWrap {
	margin: 0px 0px 0px 0px;
	background: Aqua;
	float: right;
}

#ProductBox a {
	color: #333;
}

#ProductBox a:hover {
	color: #FF9900;
}

#ProductDetails {
	margin-left: 170px;
	font-size: 90%;
}

#ProductDetails p {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #DDD;
}

#ProductDetailsWrap {
	float: left;
	width: 300px;
	margin-right: 10px;
}

#ProductInfo {

}

#ProductBox h1 {
	font-size: 145%;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: #333;
	font-family: tahoma, verdana, arial, sans-serif;
	letter-spacing: normal;
}

#ProductBox img {
	float: left;
	padding: 0px 20px 10px 0px;
}

#ProductInfo #Price {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	padding: 0px 20px 5px 0px;
	font-size: 150%;
}

#ProductBox #PriceSmall {
	font-size: 80%;
	font-weight: normal;
	color: #ff0000;
	display: inline;
}

#ProductBox .ProductForm {
	margin: 0px 0px 10px 0px;
	margin-left: 95px;
}

#ProductBox .Button {
	border: 1px solid #8F5B0D;
	background: #FF9900;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin-bottom: 3px;
	color: #FFF;
	vertical-align: middle;
	height: 19px;
}

#ProductBox #Stock {
	font-weight: normal;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 20px 5px 0px;
}

#ProductBox #Mfr {
	padding: 5px 0px 0px 0px;
	font-weight: normal;
	display: block;
}

