/*
"One main layout Table" stylesheet for osC created by Paul Mathot
2003/11/12

- these stylesheet settings apply to all media
- for printing styles edit templates/print.css
- modified 2004/03/18 PaulM forums.eeweb.nl
- To optimize the stylesheet for small filesize (=>maximum speed) you can remove most comments, and group the styles.
*/

/* begin imported some styles  from original osC stylesheet */
.smallText {
font-family: Verdana, Arial, sans-serif;
font-size: .9em;
}
.messageStackError, .messageStackWarning {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background-color: #ffb3b5;
color: #000;
}

.messageStackError td { border: 1px solid #000; padding: 3px}

textarea {
width: 100%;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}
/* end import from original stylesheet */

body, html {
margin: 0;
margin-left: 5px;
margin-right: 5px;
padding: 0;
text-align: center; /* needed for IE center bug */;
	color: #111;
	background-color: #FFFFFF;
	
}
/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper {
position: relative;
margin: 0px auto;
border-top: 25px solid #000000;
width: 780px; /* set total pagewidth */
}
form {
display: inline;
}
td {
vertical-align: top;
}
td.productListing-data {
vertical-align: middle;
}
table#mainLayoutLT {
margin: 0px auto;
width: 100%;
text-align: right;
}
td.columnLT {
width: 155px;
padding: 0;
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
width: 155px;
}
table.infoBoxLT td table {
width: 100%;
}

.infoBoxLT {
margin-top: 8px;

}
td#contentLT {
min-height: 320px;
overflow: visible;

}

td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 4px;

}

.infoBoxHeadingLT {
background-color: #000000;
color: #FFFFFF
}
td.boxTextLT {
padding: 6px 5px 15px 5px;
background-color: #FFFFFF;
}

div#imageNavLT{
font-family: arial;
font-size: 11px;
float: right;
width: 140px;
}
.navRightLT {
float: right;
}
.boxTextLT select {
width: 90%;
}

#navBarTopLT {
height: 18px
}

td#navBarTopLT div, td#navBarBottomLT div {
margin: 1px 5px;
	font-family: Futura, Helvetica, Arial, sans-serif;
}

#navBarTopLT { background-color: #000000; color: #FFFFFF}

td#navBarTopLT a { color: #FFFFFF}
.logoLT, .navLeftLT {
padding-bottom: 4px;
padding-left: 3px;
}

.navLeftLT {
float: left;
clear:both;
margin-top:15px;
}



.footerLT {
text-align: center;
}
.footerLT div {
margin: 5px auto;
}
.infoBoxHeadingLT div {
float: left;
font-weight:bold;
font-family: Arial, helvetica, sans-serif;
}
#languagesBoxLT, #specialsBoxLT, #currenciesBoxLT, #whats_newBoxLT, #manufacturersBoxLT, #searchBoxLT, #tell_a_friendBoxLT {
text-align: center;
}
/* begin colors and borders (for link colors: see the link styles section below) */
table.infoBox, table.productListing {

}

tr.productListing-even td {

}
tr.productListing-odd td.productListing-data {

padding-bottom: 10px;
}
.errorText {
color: red;
}
/* .cBoxE higlighting for categories box enhancement contrib */
.cBoxE {
color: red;
}
td.infoBoxHeading {
border: 0px black solid;
}
td#navBarTopLT, td#navBarBottomLT {

text-transform: uppercase;

}
table#mainLayoutLT {
}
.infoBoxLT td {

}
#contentLT table td.pageHeading, h1 {
color: #333333;
}
.infoBoxLT td table td {
border-width: 0px;
}
.inputRequirement, .greetUser {
color: red;
}
/* example how to assign styles to one individual small infobox (delete if you don't like) */
table#shopping_cartBoxLT {
font-weight: bold;
color: #e00;
}

td.infoBoxHeadingLT, .infoBoxHeading, .productListing-heading {
font-weight: bold;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
}
/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT {
font-size: 11px;
}
td.infoBoxHeading {
font-size: 15px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.infoBoxLT td, .infoboxLT td.boxTextLT form select {
font-size: 11px;
font-family: arial, sans-serif;
}


#navBarTopLT, #navBarBottomLT {
font-size: .85em;
font-weight: bold;
}

#navBarBottomLT {
border-top: 8px solid #e3e2e2;
}

/* font size for content in and outside tables */
#contentLT table td, #contentLT {
font-size: 11px;
font-family: arial, sans-serif;
}

#contentLT table td.pageHeading, h1, .infoBoxHeadingTitle div {
font-size: 18px;
font-weight: bold;
	font-family: Futura, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
padding-top: 5px;
color: #000000;
}


/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: none;
color: #555555;
}
a:active {
text-decoration: underline;
color: #333333;
}
a:hover {
text-decoration: underline;
color: #333333;
}
a:visited {
text-decoration: none;
color: #333333;
}
/* end link styles */

#footer a { color: #FFFFFF}

#footer {
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	font-family: Futura, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #000000;
	height: 22px;
	
}

#footer_l {
	padding-top: 5px;
	float: left; 
	padding-bottom: 4px;
	width: 400px;
	text-align: left;}


#footer_r {
	width: 370px;
	padding-top: 5px;
	text-align: right;
	float: right;
}
.infoBoxContents .maint {
	width: 200px;
	
	}
	
.infoBoxContents td.main {
	padding-top: 3px
	
	}	

#banner { height: 60px; float: right; margin-right: 10px}

#pageHeaderLT {

	height: 106px;
	margin-bottom: 8px;
}

.np img {
float: left;
margin: 4px;
margin-right: 20px;

}

.np td { padding-left: 2px;}

.np input {
border: 0px
}

#imgpop img, .imgpop img  {
text-align: center;
border: 1px solid #000000;
}

#imgpop  p { margin-top: 20px}

.npr {
float: left;
}

#imgpop { width: 354px; text-align: center; padding-top: 20px; text-transform: uppercase; font-size: 10px; font-family: futura, arial, sans-serif; padding-bottom: 80px; font-weight: bold }

.Tinfo { padding-top: 54px; padding-right: 10px;}

.Tman { height: 132px}

.details {
margin-top: 4px;
padding: 2px;
border: 2px solid #e3e2e2;
}

#upcoming td { padding-top: 2px; padding-bottom: 2px}

.home {
	background-image: url(https://secure.brightstorm.co.uk/letthemhang/images/lth_hbg.gif);
	background-repeat: no-repeat;
	background-position: left 27px;
	min-height: 480px;
	overflow: show;
}

.sub {
	background-image: url(https://secure.brightstorm.co.uk/letthemhang/images/lth_bg.gif);
	background-repeat: no-repeat;
	background-position: left 100px;
}

#static {
	background-image: url(https://secure.brightstorm.co.uk/letthemhang/images/lth_hbg3.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}

.iborder { border: 1px solid #000000;  }

.productListing-data img, .image img, .product_img .image img { border: 1px solid #000000}

.product_list { float: left; margin-left: 20px; height: 280px}
.product_list td{ }


.categories {
	text-transform: lowercase;
	text-align: right;
	padding-right: 10px;
	font: normal 18px/21px "American Typewriter", Courier, "Courier New", mono;
	padding-bottom: 20px;
	padding-top: 30px;
	letter-spacing: -.5px;
}

.categories a { text-decoration: none}
.categories a:link { font-weight: normal; text-decoration: none }
.categories a:hover { font-weight: bold; text-decoration: none}

.product_imger { height: 200px; vertical-align: middle}

.product_imger img { border: 1px solid #000000}

#h_title { float:right; padding-right: 10px; /*padding-top: 9px;*/ height: 140px;}
#h_biog { clear:right; float:right; padding-right: 10px; margin-top: 9px; width: 280px; height: 100px; overflow: auto}
#home_t { float: left; text-align: left;}
.main_text {border: 1px solid #000000; padding: 3px; font: normal 13px/15px "American Typewriter", Courier, "Courier New", mono;  width: 458px; margin-left: 20px; margin-top: 260px; margin-right: 20px; text-align: center; background-color: #FFFFFF;
	text-indent: .75em;
	margin-bottom: 20px; 
	
}

.maillist form {
	float: right;
}
.maillist, .maillist input { 
	font: 10px "American Typewriter", Courier, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	text-transform: none;
}
.maillist h3 {
	color: #ffffff;
}
.maillist input {
	width: 70px;
	float: left;
	margin-right: 20px;	
}
.maillist label {
	font: 10px "American Typewriter", Courier, "Trebuchet MS", Verdana, sans-serif;
	float: left;
	margin-right: 6px;
	color: #ffffff;
	text-transform: none;
}	
.maillist {
	width: 770px;
	padding-bottom: 4px;
	clear: both;
}
.maillist #submit {
	width: 60px;
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #000000;
}

.img img { border: 1px solid #000}

.attribute { margin-bottom: 5px}

.main input {border: 1px solid #000; padding: 2px;  }
.main  input.noborder {border: 0px solid #000 }
.infoBoxContents textarea {border: 1px solid #000; margin-right: 8px; padding: 2px; }
.infoBoxContents td { padding-right: 10px}

a:hover { text-decoration:  underline}

td.productListing-data input {
border: 1px solid #000
}

#sec { text-align: left; width: 100%; margin-top: 4px}

td.productListing-heading {
color: #000;
}
 .item { color: #FFF; font-size: 1em}
 
 .latest_news { clear: both; text-align: left; border: 1px solid #000; margin: 20px; margin-bottom: 0px}
 .latest_news h2 { display: none}
 .latest_news b { font-size: 15px}   

#latest_news { text-align:left; clear: both; margin-top:  10px; }

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

  
 .latest_news .ln {padding: 3px; padding-bottom: 0px; font: normal 13px/15px "American Typewriter", Courier, "Courier New", mono;}
  
 .search_box { float: right; margin-bottom: 10px; width: 200px; text-align: right;}