/*The styles below are automatically filled in.*/
body {background: #000000;}
#header {background: #000000;}
#menu {background: #990000;}
#menu ul.mainmenu a {color: #FFFFFF;}
#wrapper, #rightcolumn {background: #000000;}
#rightcolumn, #leftcolumn {color: #f6f6f6;}
#rightcolumn a, #leftcolumn ul a {color: #FF0033;}
#rightcolumn h1, #leftcolumn form {background: #000000;}


#footer {background: #990000;}
#wrapper {border: 2px solid black; background: black;} /*the wrapper goes around all the content*/
/*The text, background and border (completes the page border) for the booter*/
#footer {color: black; background: #; padding-top: 2px; border: 2px #;}

#footer a {color: #ffffff;}
#bottom a {color:#AC8994;}

/*Products in the listing pages should have a grey background*/
#rightcolumn div.product {background: none;}
/*#rightcolumn {background-image:url("../images/bg.gif");}*/

#wrapper {background-image:url("../images/lbgd.jpg");}
#leftcolumn ul {padding :0;}
#leftcolumn ul li {padding: 2px 20px;}
#leftcolumn ul li{border-bottom :1px solid white;}
#leftcolumn ul li.selected a{color:#AC8994; text-indent: 3px; font-weight: bold;}

#leftcolumn a {color:#AC8994;}

*The background for the header and the border between the search box and header*/
#rightcolumn h1 {background: #; border-left: 1px solid white;}

/*The body tag control the background colour of the site, and default font and size*/
body {background: black; font-family: verdana; font-size: 80%;}
body h4{color:#AC8994;}
/*The text, background and border (completes the page border) for the booter*/
#footer {color: black; border-top: none; border: 2px solid black;}
div.help {color: black;}

/*strikethrough price tags*/
#rightcolumn h6 {font-size: 80%;color: red;line-height:1;padding: 0px 0 0 0px}
#rightcolumn div.product h6 {font-size: 80%;color: red;line-height:1;padding: 0px 0 0 0px}

/*Requested by Sarah to move to top right*/
#rightcolumn div.productviewimage a img.image-enlarger {position: absolute; bottom: auto; top: 0; right: 0;}

/*These lines enable the Suckerfish menu.*/
#menu {height: 2em;} /*It has a height so that it will appear correctly even if ul is floated for Suckerfish*/
#menu ul.mainmenu li ul {display: block; width: 250px;} /*Display the sub menus*/
#menu ul.mainmenu li ul li {width: 240px;} /*Display the sub menus*/
#menu ul.mainmenu li {float: left;} /*They must be floated left*/
#menu ul.mainmenu li a {display:block;} /*Needed for Suckerfish submenus on IE*/
#menu ul.mainmenu li {background: #990000; border-left: none; border-right: 1px solid white;} /*Put the separator lines on the right*/

/*For alternating background rows on ordercontentsedit.php*/
tr.alternate1 td {background: #333333;} tr.alternate2 td {}

/*Don't display new flag on product pages - requested by Sarah 2/6/2009*/
#rightcolumn div.productviewimage img.image-flag {display: none;}