/*
"Vinyl Website Stylesheet
2006Feb10
TechHouse 
www.techhouse.biz

- these stylesheet settings apply to all media
- for printing styles edit templates/print.css

- To optimize the stylesheet for small filesize (=>maximum speed) you can remove most comments, and group the styles.
*/
table {padding: 0; margin: 0;}

/* begin imported some styles  from original osC stylesheet */
.smallText {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
.messageStackError, .messageStackWarning {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background-color: #ffb3b5;
}
textarea {
width: 100%;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}
/* end import from original stylesheet */

body, html {
margin: 0;
padding: 0;
margin-top: 0;
margin-left: 0;
font-family: Arial, Helvetica, sans-serif;
text-align: left; /* needed for IE center bug */
background-image: url(images/BG.gif);
}
address {
font-family: Verdana, Arial, sans-serif;
color: #000;
font-size: .6em;
float: left; padding: 6px 18px 6px 0;
}
input, select {
	background-color: #FAF7F1;
}
img {
	border: 0;
}	
/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper {
/* position: relative; */
/* margin: 10px auto; */
width: 100%; /* set total pagewidth */
}
form {
display: inline;
}
td {
vertical-align: top;
}
td.productListing-data {
vertical-align: middle;
}
table#mainLayoutLT {
margin: 0px auto;
width: 100%;
}
td.columnLT {
width: 180px;
padding: 0;
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
width: 155px;
}
table.infoBoxLT td table {
width: 100%;
}
td#contentLT {

}
.infoBoxLT {
margin: 5px;
}
td#contentLT {
padding: 10px 12px;
}
td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 4px;
}
td.boxTextLT {
padding: 6px 5px;
}

div#imageNavLT{
margin: 12px 7px 0 0;
float: right;
}
.navRightLT {
float: right;
}
.boxTextLT select {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
td#navBarTopLT div, td#navBarBottomLT div {
margin: 1px 5px;
height: 17px;
}
.logoLT, .navLeftLT {
float: left;
}
.footerLT {
text-align: center;
}
.footerLT div {
margin: 5px auto;
}
.infoBoxHeadingLT div {
float: left;
}
#languagesBoxLT, #specialsBoxLT, #currenciesBoxLT, #whats_newBoxLT, #manufacturersBoxLT, #searchBoxLT, #tell_a_friendBoxLT {
	font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
#searchBoxLT a {
	font-family: Arial, Helvetica, sans-serif;
text-align: center;
	color: White;
	font-size: x-small;
}
#searchBoxLT a:Link {
	font-family: Arial, Helvetica, sans-serif;
text-align: center;
	color: #F0E68C;
}
#searchBoxLT a:hover {
	font-family: Arial, Helvetica, sans-serif;
text-align: center;
	color: Red;
}

/* begin colors and borders (for link colors: see the link styles section below) */
table.infoBox, table.productListing {
border: #DAC090 solid 1px;
background-color: #EDE3CF;
}
.productListing-heading {
background-color: #fee662;
}
tr.productListing-even td {
background-color: #ffe;
}
tr.productListing-odd td.productListing-data {
background-color: #fff;
}
.errorText {
color: red;
}
/* .cBoxE higlighting for categories box enhancement contrib */
.cBoxE {
color: red;
}
td.infoBoxHeading {
border: 0px black solid;
}
td#navBarTopLT, td#navBarBottomLT {
border: 1px #DAC090 solid;
border-width: 1px 0;
}
table#mainLayoutLT {
	border: 2px #DAC090 solid;
	background-color: #D0B175;
}
.infoBoxLT td {
border: 1px black solid;
}
#contentLT table td.pageHeading, h1 {
color: #d00;
}
.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 {
/* background: #fee662 url(images/background.jpg) repeat-x; */
background: #ffb21c;
}
/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT {
font-size: 11px;
}
td.infoBoxHeading {
font-weight: bold;
}
.infoBoxLT td, .infoboxLT td.boxTextLT form select {
font-size: 11px;
font-family: arial, sans-serif;
}
#navBarTopLT, #navBarBottomLT {
font-family: arial, sans-serif;
font-size: 12px;
font-weight: bold;
}
#navBarTopLT a {
	font-family: Arial, Helvetica, sans-serif;
text-align: center;
	color: Blue;
}
#navBarTopLT a:Link {
	font-family: Arial, Helvetica, sans-serif;
text-align: center;
	color: Blue;
}
#navBarTopLT a:hover {
	font-family: Arial, Helvetica, sans-serif;
text-align: center;
	color: Red;
}
/* 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 {
font-size: 22px;
font-weight: normal;
font-family: times, serif;
text-indent: 15px;
padding-top: 5px;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: none;
color: Blue;
}
a:hover {
text-decoration: underline;
color: red;
background-color: White;
}
/* end link styles */
.BoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.ProductImageFrame {
border: 1px dashed White;
}.PhoneNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	position: absolute;
	top: 111px;
	left: 250px;
}
#NavHeader {
padding: 0; margin: 0; list-style-type: none; width: 191px; font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}
#NavHeader li { margin: 0; }

#NavHeader a
{
display: block; padding: 0; width: 191px; height: 20px;
/* background-image: url(images/l1_down.gif); */
}
#NavHeader #ContactUs a
{
display: block; padding: 0; width: 191px; height: 23px;
background-image: url(/templates/Vinyl2006/images/ContactUs.gif);
}
#NavHeader #ContactUs a:hover
{
background-image: url(/templates/Vinyl2006/images/ContactUs_f2.gif);
}
#NavHeader #PrivacyNotice a
{
display: block; padding: 0; width: 191px; height: 24px;
background-image: url(/templates/Vinyl2006/images/PrivacyNotice.gif);
}
#NavHeader #PrivacyNotice a:hover
{
background-image: url(/templates/Vinyl2006/images/PrivacyNotice_f2.gif);
}
#NavHeader #AboutUs a
{
display: block; padding: 0; width: 191px; height: 20px;
background-image: url(/templates/Vinyl2006/images/AboutUs.gif);
}
#NavHeader #AboutUs a:hover
{
background-image: url(/templates/Vinyl2006/images/AboutUs_f2.gif);
}
#NavHeader #Conditions a
{
display: block; padding: 0; width: 191px; height: 27px;
background-image: url(/templates/Vinyl2006/images/ConditionsOfUse.gif);
}
#NavHeader #Conditions a:hover
{
background-image: url(/templates/Vinyl2006/images/ConditionsOfUse_f2.gif);
}#NavHeader #Shipping a
{
display: block; padding: 0; width: 191px; height: 29px;
background-image: url(/templates/Vinyl2006/images/ShippingNReturns.gif);
}
#NavHeader #Shipping a:hover
{
background-image: url(/templates/Vinyl2006/images/ShippingNReturns_f2.gif);
}
#about_us_gallery img
{
	padding: 5px;
	background: #EEE;
	margin: 5px;
	border: 1px solid #AAA;
}
