h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
em{font-style:italic;}
blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
dl dd{margin-left:1em;}
caption {margin-bottom:.5em;text-align:center;}
p,fieldset,table {margin-bottom:1em;}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #6683af;
	border: 0px;
	padding: 0px;
	margin: 0px;
	min-width: 1000px;
}

/***************/
/* ID elements */
/***************/

/* Main Page */
#page {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 1.0em;
}

#htop {
	height: 75px;
	margin: 0px;
	padding: 0px;
}

#hbot {
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#headerouter {
	height: 75px;
	width: 100%;
	background-image: url('images/newtitlebg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#header {
	height: 35px;
	width: 100%;
	background-image: url('images/navbar.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#headerinner {
	height: 75px;
	width: 100%;
	background-image: url('images/newtitletext.png');
	background-position: top right;
	background-repeat: no-repeat;
}
#ironmongery {
	height: 180px;
	width: 100%;
	background-image: url('images/Ironmongery.gif');
	background-position: center;
	background-repeat: no-repeat;
}
#metalwork {
	height: 180px;
	width: 100%;
	background-image: url('images/Metalwork.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	top: 10px;
}

#navbar ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#navbar li {
	display: inline;
	margin: 0px 25px;
	padding: 0px;
}

#navbar a,
#navbar a:link,
#navbar a:active,
#navbar a:visited {
	text-decoration: none;
	color: #2c4593;
}
#navbar a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #2c4593;
}


#pagetitle {
	padding-top: 0px;
	margin: 0px;
}

#ediv1 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 360px;
	background-image: url('images/newlogo.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #e7edf7;
}

#ediv2 {
	position: absolute;
	top: 35px;
	left: 10px;
	height: 40px;
	width: 475px;
}

#contenttable {
	width: 100%;
}
#tdcontent {
	width: 100%;
	vertical-align: top;
	height: 100%;
	margin: 0px;
	padding: 0px 4px;
	background: #edf1fc;
}
#content {
	margin: 2px 0px;
	padding: 5px;
}

#tdsidebarleft {
	vertical-align: top;
	height: 100%;
	width: 190px;
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	background: #edf1fc;
}

#sidebarleft {
	border: 0px;
	margin: 2px 0px;
	padding: 0px;
}

#categories {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}

#account {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

/*****************************************/
#categorieslist {
	width: 200px;
	padding: 0px;
	margin: 0px;
}

#categorieslist, #categorieslist ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#categorieslist li {
	background-image: url('images/catlist_grey1.gif');
	background-repeat: no-repeat;
	background-position: left;
	width: 200px;
	margin: 0px;
	padding: 0;
	border: 0;
	display: block;
	position: relative;
	font-size: 0px;
	z-index: 5;
	height: 22px;
	line-height: 22px;
}

#categorieslist li:hover {
	z-index: 10000;	/* makes sure active item is always on top */
	white-space: normal;/* IE7 :hover bug (z-index ignored if not) */
}

#categorieslist ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}

#categorieslist ul ul {
	display: none;
}

#categorieslist li:hover ul {
	visibility: visible;
	left: 100%;
	width: 200px;
}

#categorieslist:after, #categorieslist ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#categorieslist, #categorieslist ul {	/* IE7 float clear: */
	min-height: 0;
}

/* empty gif image makes submenu stay active */
#categorieslist ul {
	background-image: url(empty.gif);
	padding: 4px 2px 4px 2px;
	margin: -4px 0px 0px -2px;
}

#categorieslist a {
	font-size: 11px;
	padding: 0px 0px 0px 7px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	height: 22px;
}

#categorieslist a:hover {
	font-weight: bold;
	background-color: #fff;
	color: #6683af;
	text-decoration: none;
}

#categorieslist a.level1current {
	font-size: 11px;
	padding: 0px 0px 0px 7px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	height: 22px;
}

#categorieslist a.level1current {
	font-weight: bold;
	background-color: #fff;
	color: #6683af;
	text-decoration: none;
}

/*#categorieslist a.level2current {
	font-size: 11px;
	padding: 0px 0px 0px 7px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	height: 22px;
}

#categorieslist a.level2current {
	font-weight: bold;
	background-color: #fff;
	color: #6683af;
	text-decoration: none;
}

#categorieslist a.level3current {
	font-size: 11px;
	padding: 0px 0px 0px 7px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	height: 22px;
}

#categorieslist a.level3current {
	font-weight: bold;
	background-color: #fff;
	color: #6683af;
	text-decoration: none;
}*/

#categorieslist li ul a {
	font-size: 11px;
	padding: 0px 0px 0px 7px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	height: 22px;
}

#categorieslist li ul a:hover {
	text-decoration: none;
	color: #6683af;
	height: 22px;
}

#categorieslist li ul li.level2:hover ul  {
        visibility: visible;
        left: 100%;
        width: 160px;
        display: block;
}

/*****************************************/
/*#categorieslist {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	margin-left: 2px;
	padding: 5px 0px 15px 0px;
	font-size: 10pt;
}

#categorieslist ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px 0px 5px 6px;
	font-size: 8pt;
}

#categorieslist li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#categorieslist ul li {
	border-top: 1px dotted #999;
}

#categorieslist a,
#categorieslist a:link,
#categorieslist a:active,
#categorieslist a:visited {
	display: block;
	color: #000;
        background-image: none;
	background-repeat: repeat;
	margin-top: 2px;
}
#categorieslist a:hover {
	font-weight: normal;
	background-color: #7b95cb;
        background-image: none;
}

#categorieslist a.currentcat,
#categorieslist a.currentcat:link,
#categorieslist a.currentcat:active,
#categorieslist a.currentcat:visited {
	background-color: #ccc;
	color: #444;
}
#categorieslist a.currentcat:hover {
	background-color: #ddd;
	color: #000;
}
*/

#otherlinks {
        background-image: none;
	width: 200px;
	margin: 10px 0px;
}

#otherlinkslist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#otherlinkslist ul {
	width: 200px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#otherlinkslist li {
	background-image: url('images/catlist_grey1.gif');
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding: 0;
	border: 0;
	display: block;
	position: relative;
	font-size: 0px;
	z-index: 5;
	height: 22px;
	line-height: 22px;
}

#otherlinkslist a,
#otherlinkslist a:link,
#otherlinkslist a:active,
#otherlinkslist a:visited {
	font-size: 11px;
	padding: 0px 0px 0px 7px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 22px;
}
#otherlinkslist a:hover {
	font-weight: bold;
	background-color: #fff;
	color: #6683af;
	text-decoration: none;
}

#tdsidebarright {
	vertical-align: top;
	height: 100%;
	width: 190px;
	margin: 0px;
	padding: 0px;
	background: #edf1fc;
}
#sidebarright {
	border: 0px;
	margin: 2px 0px;
	padding: 0px;
}

#vatswitch {
	text-align: center;
}

#recent {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: 1px solid #6683af;
}

#popular {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#footerouter {
        background-image: url('images/footer.gif');
        background-repeat: repeat;
        background-position: top left;
	height: 32px;
	width: 100%;
}

#footerinner {
}

#footer {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#footer .driven a {
	color: #000;
	font-size: 10px;
	float: right;
	margin: 8px 10px 0px 0px;
}

#topcategory {
	margin-top: 5px;
	border: 3px solid #6683af;
	background: #edf1fc;
}

/* Breadcrumb trail */
#breadcrumb {
	background-color: #edf1fc;
	font-size: 1.0em;
	border: 1px solid #6683af;
}
#breadcrumb ul {
	margin: 0px;
	padding: 3px 1px;
}
#breadcrumb ul li {
	display: inline;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:active,
#breadcrumb a:visited {
	color: #2c4592;
}
#breadcrumb a:hover {
	background-color: #fff;
	color: #888;
}

#loginform fieldset {
	padding: 0px 5px 0px 0px;
	border: 0px;
	margin: 0px;
}

#loginform legend {
	color: #2c4592;
	padding: 8px 0px 5px 20px;
}

#loginform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #2c4592;
	width: 170px;
	height: 125px;
}

#loginform label {
	display: block;
	float: left; 
	width: 98px; 
	padding: 0px 0 0 10px; 
	margin: 5px 0 0 0;
}

#loginuserinput, #loginpassinput {
	width: 170px;
}

#loginform input {
	font-size: 1.0em;
	margin: 0px 0px 0px 10px;
}

#loginsubmitinput {
	font-size: 1.0em;
	padding: 10px 0px 0px 7px;
}

#loginmessage {
	text-align: right;
}

#logoutlink {
	font-weight: bold;
	text-align: right;
}

#fgpasswordlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 0px 0px 0px 20px;
}

#fgpasswordlink a {
	color: #154c84;
}

#fgpasswordlink a:hover {
	color: #154c84;
}

#search fieldset {
	margin-right: 2px;
	border: 1px solid #bbb;
}

#search legend {
	color: #2c4592;
}

#searchform {
	font-size: 1.0em;
	margin: 0px;
	padding: 1px;
	background-color: #d8d8d9;
	border: 1px solid #6683af;
}

#searchform fieldset {
	margin-top: 1px;
	margin-right: 2px;
	border: 0px solid #2a5bac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 2px;
}

#searchterm {
	font-size: 1.0em;
	width: 140px;
	margin: 4px 0px 5px 5px;
}

#searchsubmitinput {
	font-size: 1.0em;
	margin: 1px 1px 6px 50px;
}

#searchresults {
	border: 1px solid #999;
	padding: 3px;
	padding-bottom: 100px;
	margin: 9px 0px;
	background-color: #ffffff;
}

#quicklookupform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	width: 188px;
}

#quicklookup fieldset {
	padding: 0px 2px;
	border: 1px solid #bbb;
}

#quicklookup legend {
	color: #333;
	margin: 0px;
}

#quicklookupcode {
	font-size: 1.0em;
	width: 140px;
	margin: 4px 0px 5px 5px;
}

#quicklookupsubmitinput {
	font-size: 1.0em;
	margin: 4px 1px 5px 60px;
}

/* Category Breadcrumb trail */
#categorybreadcrumb {
	font-size: 0.9em;
}
#categorybreadcrumb ul {
	margin: 0px;
	padding: 0px 1px;
}
#categorybreadcrumb ul li {
	display: inline;
}

#productdetails {
	border: 3px solid #6683af;
	padding: 3px;
	padding-bottom: 50px;
	margin: 9px 0px;
	background: #EDF1FC none repeat scroll 0 0;
	color: #6683af;
}

#productimagediv {
	position: relative; /* Position is declared "relative" to stop images disappearing in IE. */
	margin: 10px 5px;
	padding: 0px;
	background-color: #edf1fc;
	width: 150px;
	float: left;
	vertical-align: top;
	clear: both;
}

.productimagealt {
	border: 1px solid #444;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#productfulldesc {
	margin: 20px 2px;
}

#productexit {
	margin-top: 50px;
	margin-left: 165px;
	text-decoration: none;
}

#productexit a,
#productexit a:link,
#productexit a:active,
#productexit a:visited {
	color: #5380a4;
}

#productexit a:hover {
	color: #000;
}

#productexitimage {
	vertical-align: middle;
	border: 0px;
}

#quantitybreakdiv {
	border: 1px solid #bbb;
	margin-top: 20px;
	margin-left: 165px;
}

#splitpackdiv {
	border: 1px solid #bbb;
	margin-top: 20px;
	margin-left: 165px;
}

#specs {
	margin-top: 20px;
	margin-left: 165px;
}

#basketform {
	margin-top: 15px;
	padding: 5px 0px;
	border: 1px solid #6683af;
	margin-left: 165px;
	text-align: center;
}

#groupedbasketform {
	margin-top: 15px;
	padding: 5px 0px;
	border: 1px solid #bbb;
	text-align: center;
}

#basketqty {
	margin-left: 10px;
}

#basketpartqty {
	margin-left: 10px;
}

#basketsubmit {
	margin-left: 10px;
}

#basketsubmitinput {
	vertical-align: top;
}

#baskettocheckout {
	text-align: right;
	width: 100%;
}

#baskettocheckout a {
	color: #a00;
}

.mandatoryfield {
	color: #ff0000;
}

#checkoutstages {
	margin: 5px 0px 10px 0px;
	padding: 0px 5px;
	text-align: center;
}

#checkoutstages div {
	display: inline;
	float: left;
	margin: 0px 5px;
	padding: 1px 5px;
	width: 93px;
	height: 35px;
}

#attachedfiles {
	margin: 10px 50px 10px 150px;
	padding: 0px 5px;
}

#attachedfileslandscape {
	margin: 10px 50px 10px 0px;
	padding: 0px ;
}

#attachedfileslandscape #attachedfileslist {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#attachedfileslandscape #attachedfileslist a {
	padding-left: 15px;
}

#attachedfileslandscape .download {
	font-weight: bold;
}

div.currentstage {
	background-color: #6683af;
	border: solid 1px #555;
	color: #fff;
}

div.stagenotreached {
	background-color: #d8d8d9;
	border: solid 1px #555;
}

div.stagereached {
	background-color: #eee;
	border: 1px solid #6683af;
}

#editbaskettable td {
	padding: 0px 6px;
}

/*******************/
/* Normal Elements */
/*******************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}

h1 { font-size: 1.8em; text-align: center; color: #6683af;}

h2 { font-size: 1.6em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1.2em; }

h6 { font-size: 1.1em; }

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #6683af;
}

a:hover {
	text-decoration: none;
	color: #0086da;
}

img {
	border: 0px;
}

/*******************/
/* Class Elements */
/*******************/

/* Search Navigation List */
.searchnavlist {
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #ddd;
}
.searchnavlist ul
{
	border: 0px;
	padding: 0px;
	margin: 2px;
	display: inline;
}

.searchnavlist ul li {
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.searchnavlist ul li a,
.searchnavlist ul li a:active,
.searchnavlist ul li a:link,
.searchnavlist ul li a:visited {
	padding: 0 2px;
	margin: 0px;
	color: #333;
	text-decoration: none;
}

.searchnavlist ul li a:hover {
	background-color:#5380a4;
}

.searchnavlist ul li a.searchpagelinkcurrent,
.searchnavlist ul li a.searchpagelinkcurrent:active,
.searchnavlist ul li a.searchpagelinkcurrent:link,
.searchnavlist ul li a.searchpagelinkcurrent:visited {
	color: #f43;
}

.searchnavlist ul li a.searchpagelinkcurrent:hover {
	background-color: #fff;
}

.categoryproductheader {
	background-color: #ddd;
}

.oddrow {
	background-color: #fff;
}
.evenrow {
	background-color: #eee;
}

.subcategory td,
.categoryproduct td,
.tableproduct td {
	margin: 0px;
	padding: 2px 0px 0px 2px;
}

#subcategoryheader {
	width: 99%;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #EDF1FC;
	color: #000000;
	padding: 1px 5px;
}

.subcategory {
	width: 132px;
	border: 0px solid #cc0;
	margin: 3px 3px 6px 3px;
	float: left;
}

.subcategoryimage {
	display: block;
	text-align: center;
}

.subcategorytitle {
	display: block;
	text-align: center;
	font-size: 8pt;
	line-height: 10pt;
	margin: -50px 4px 0px 4px;
	padding: 0px;
}

.subcategorytitle a {
	color: #FFF;
}

a.subcategorytitle:hover {
	color: #0c5295;
}

.subcategorytopinner {
        background-image: url('images/plainhdrleft.gif');
        background-repeat: no-repeat;
        background-position: bottom left;
	margin: 0px; 
	padding: 0px;
	height: 12px;
}

.subcategorytop {
        background-image: url('images/plainhdrright.gif');
        background-repeat: no-repeat;
        background-position: bottom right;
	margin: 0px; 
	padding: 0px;
	height: 12px;
}

.subcategorybotinner {
        background-image: url('images/plainftrleft.gif');
        background-repeat: no-repeat;
        background-position: top left;
	margin: 0px; 
	padding: 0px;
	height: 12px;
}

.subcategorybot {
        background-image: url('images/plainftrright.gif');
        background-repeat: no-repeat;
        background-position: top right;
	margin: 0px; 
	padding: 0px;
	height: 12px;
}

.subcategorymid {
        background-image: url('images/plainside.gif');
        background-repeat: repeat-y;
        background-position: top left;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	border: 0px solid #333;
}

.subcategorymidinner {
        background-image: url('images/plainside.gif');
        background-repeat: repeat-y;
        background-position: top right;
	height: 152px;
}

.landsubcatmidinner {
        background-image: url('images/plainside.gif');
        background-repeat: repeat-y;
        background-position: top right;
	height: 85px;
}

/* Basket columns */
.basketproductimagecol {
	width: 50px;
}

.basketoddrow {
	background-color: #b9d3eB;
}

.basketqtycol {
	text-align: right;
}

.basketpricecol {
	text-align: right;
}

.basketvaluecol {
	text-align: right;
}

.basketvatcdcol {
	text-align: right;
	width: 20px;
}

.vatamount {
	text-align: right;
}

.basketremovecol {
	text-align: right;
}

td.basketremovecol a {
	color: #a00;
}

.viewbasket,
.checkout {
	margin: 0px 0px 0px 20px;
	display: inline;
}

.checkoutinputerror {
	color: #f00;
}

/* Titled round corner boxes */

.titledbox {
	margin-top: 10px;
	padding: 0px 0px 5px 0px;
}

.titledboxcontent {
	background-color: #edf1fc;
	
	color: #6683af;
	padding: 0px;
	margin: 0px;
	border: 0px solid #333;
}

#basket {
	border: 1px solid #6683af;
	margin-top: 10px;
}

#baskettitle {
	margin: 0px;
}

#basket .titledboxcontent {
	margin-bottom: 0px;
}

#login .titledboxcontent {
	background-image: none;
	background-color: #D8D8D9;
	width: 100%;
}

#search {
	border: 0px;
	margin-top: 7px;
}

#search .titledboxcontent {
        background-image: none;
}

#otherlinks .titledboxcontent,
#categories .titledboxcontent {
        background-image: none;
}

#contentinner {
	font-size: 10pt;
}

#contentinner h1 {
	margin: 5px 0px;
}

.titledboxcontentinner {
        background-image: url('images/plainside.gif');
        background-repeat: repeat-y;
        background-position: top right;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-left: 0px solid #777;
	border-right: 0px solid #777;
	border-bottom: 0px solid #777;
}

#search .titledboxcontentinner {
        background-image: none;
}

#login .titledboxcontentinner {
	background-image: none;
}

#otherlinks .titledboxcontentinner,
#categories .titledboxcontentinner {
        background-image: none;
}

.titledboxtitle {
	margin: 0px; 
	padding: 0px;
	height: 20px;
	background-image: url('images/boxtitle2.gif');
	background-position: left;
	background-repeat: repeat-x;
}

.titledboxtitleinner {
	margin: 0px; 
	padding: 0px;
	height: 20px;
}

#minordertext {
	font-weight: bold;
	color: red;
	text-align: center;
	font-size: 7pt;
}

.titledboxtitle h1 {
	margin: 0px; 
	font-size: 1.4em; 
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 10px; 
	color: #fff;
}

.tbtop, .tbtopin, .tbbot, .tbbotin {
	overflow:hidden;
	background:transparent;
	padding: 0px;
}

.tb1, .tb2, .tb3, .tb4 {
	padding: 0px;
}

.specialoffer {
	float: left;
	width:250px;
	height:150px;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #777;
}

.spotable {
	height:150px;
}

.spolink {
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
}

.spodisc {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: red;
}

.idxcatheader {
	display: block;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.idxcatheader p {
	display: block;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.idxtr {
	height: 200px;
}

.idxtd {
	padding: 15px 0px 0px 0px;
}

.idxtitle {
	padding: 5px 0px 0px 0px;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
}

.idxcontent p {
	font-size: 11pt;
	font-weight: normal;
}

.idxcontent ul {
	font-size: 11pt;
	font-weight: normal;
	list-style-image: url('images/listimage.gif');
}

#prodinner {
	margin-top: 15px;
	margin-left: 50px;
}

.catheading {
	font-size: 14pt;
	font-weight: bold;
	color: #6683AF;
}

.cattext {
	font-size: 10pt;
	color: #6683AF;
}

.cattext a {
	color: #162b62;
	text-decoration: underline;
}

.catbullet {
	margin: 0px;
	margin-left: 20px;
}

.catbullet li {
	font-size: 9pt;
	color: #2B4384;
	margin: 0px;
	margin-left: 0px;
}

.catbullet li span {
	color: #6683AF;
	font-weight: normal;
}

.untitledbox {
	background:transparent;
	margin: 0px 0px 5px 0px;
}

.utbcontent {
	padding: 0px 0px 0px 2px;
}

.utbtop, .utbtopin, .utbbot, .utbbotin {
	overflow:hidden;
	background:transparent;
}

.utbcontent {
	background-color: #8099CC;
	padding: 4px 0px;
}
.utb1, .utb2, .utb3, .utb4 {
	background-color: #8099CC;
	display: none;
}

.utb1 {
	height: 1px;
	margin: 0px 0px 0px 5px; 
	padding: 0px;
}
.utb2 {
	height: 1px;
	margin: 0px 0px 0px 3px;
}
.utb3 {
	height: 1px;
	margin: 0px 0px 0px 2px;
}
.utb4 {
	height:2px; 
	margin: 0px 0px 0px 1px;
}

#adbanner {
	border: solid #eeeeee;
	border-width: 1px;
	padding: 5px 0px 5px 3px;
	right: 0px;
	width: 190px;
}

#swlogo {
	border: solid #eeeeee;
	border-width: 1px;
	margin: 5px 0px 0px 3px;
	right: 0px;
	width: 190px;
	background: #fff;
}

#logintitle.titledboxtitle {
	background-image: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: 0px;
	height: 7px;
	width: 175px;
}

#logintitle.titledboxtitle h1 {
	margin: 0px; 
	font-size: 1.8em; 
	font-weight: bold;
	text-align: center;
	padding: 0px 1px 0px 0px; 
	color: #2c4592;
}

#login.titledbox {
	margin-top: 0px;
	padding: 0px 10px 0px 0px;
	border: 0px;
	background-color: #d8d8d9;
	border: 1px solid #6683af;
}

.loginbot {
	padding: 0px 0px 4px 0px;
	background-image: url('images/loginbot.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#logintitleinner.titledboxtitleinner {
	margin: 0px; 
	padding: 0px 0px 0px 2px;
	height: 10px;
	background-color: #d8d8d9;
	width: 171px;
}

#portalindex ul {
	margin-left: 0px;
}

.parahead {
	font-weight: bold;
}

#gallerymenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#gallerymenu li {
	height: 22px;
}

.gallerysubmit {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background: url('images/catlist_grey1.gif') no-repeat;
	height: 22px;
	width: 200px;
	border: none;
	color: #fff
}

.gallerysubmit:hover {
	background: #fff;
	color: #6683af;
}

#gallerydiv {
	margin-top: 7px;
}

#thecategorydiv {	
	margin: 10px 0px;
	border: 3px solid #6683af;
}

#thecategory {	
	padding-right: 10px;
	margin-bottom: 0px;
}

#relatedprods {
	background-color: #edf1fc;
	padding-left: 5px;
}

#relatedheader {
	background-image: url('images/RelatedProds.jpg');
	background-position: left;
	background-repeat: repeat-x;
	width: 98%;
	height: 25px;
	margin: 0px 5px;
	color: #fff;
}

#relatedheader span {
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	margin-top: 9px;
	font-size: 1.0em;
}

.relatedproduct {
	background-color: #edf1fc;
	margin: 2px 5px 0px 0px;
	border: 1px solid #6683af;
	padding: 1px;
	width: 135px;
	float: left;
	text-align: center;
}

a.relatedprod {
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
}

a:hover.relatedprod {
	text-decoration: underline;
}

.relprodprice {
	background-color: #6683af;
	border: 1px solid #d7d7d7;
	color: #fff;
	font-size: 8px;
	line-height: 20px;
	margin: 0 5px 0 5px;
}	

.relprodprice span {
	font-size: 11px;
	font-weight: bold;
}

#galmain {
	clear: both;
	color: #6683af;
	margin-bottom: 10px;
}

#imagelist {
	color: #6683af;
	font-weight: bold;
}

#imagelist input {
	font-size: 14px;
	font-weight: bold;
	border: 4px solid #edf1fc;
}

#imagelist input:hover {
	border: 4px solid #6683af;
}
	
