/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #DADADA; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #647082; text-decoration: underline; }

BODY {
	background-image:url(images/01_files/background.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #FF9900;
  text-decoration: NONE;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #DADADA;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #DADADA;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #DADADA;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #647082;
  
}

TD.pageHeading, DIV.pageHeading {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #A4D11F;
  
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #CCCCCC; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #B5BBC3; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.border_textbox{
border:1px solid #CED1D8;
}


/*///////////////////////////////*/
.sitewidth{
	width:960px;
	
}

.sitewidth1{
	width:900px;
}
.innerwidth{
	width:10px;
	background:#FFFFFF;
	
}
.header_bg{
    background: url(images/01_files/header_bg.jpg) top left repeat-x;}
.navi_bg{
    background: url(images/01_files/navi_bg.jpg) top left repeat-x;}
.dotted_bg{
    background: url(images/01_files/dotted_line.jpg) top left repeat-x;}
.box_bg{
    background: url(images/01_files/box_bg_new.jpg) top left repeat-x;}
.inner_search_bg{
    background: url(images/01_files/inner_search_bg.jpg) top left repeat-x;}
.inner_dots_bg{
    background: url(images/01_files/inner_dots.jpg) top left repeat-x;}
.items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666c73;
}
.number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666c73;
	text-decoration: underline;
}
.number1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.text_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border: thin solid #c3c4c6;
}
.navi_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666c73;
}
.shopping_cart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff9900;
	text-decoration:none;
}
.shopping_cart1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff9900;
	text-decoration:none;
}
.shopping_cart1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666C73;
	text-decoration:none;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #647082;
	line-height:20px;
}
.price1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.price12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	padding-right:6px;
}
.popular_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #647082;
	text-align: justify;
}
.popular_textHV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #647082;
	text-align: justify;
}
.popular_textHV:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A4D020;
	text-align: justify;
}
.popular_desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: regular;
	color: #647082;
	text-align: justify;
}

.popular_hd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666c73;
}
.popular_hd1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666c73;
}
.popular_hd1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99CC00;
}
.para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}.para_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #99cc00;
	text-align: justify;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666c73;
}a.link1:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666c73;
	text-decoration:none;
}a.link1:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666c73;
	text-decoration:none;
		
}
a.link1:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666c73;
	text-decoration:none;
}a.link1:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}.inner_next {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}.inner_number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}.popular_hd_hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #666c73;
}
.featuretxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666C73;
	text-decoration: none;
}
.featuretxtHV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666C73;
	text-decoration: none;
}
.featuretxtHV:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A4D020;
	text-decoration: none;
}
.brd{
	border:1px solid #666C73;
	padding:2px;
}
.news_bg{
	background-image:url(images/01_files/new_bg.jpg);
	background-repeat:no-repeat;
	width:205px;
	height:35px;
}
.popular_news{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:10px;
	
}
.popular_newsHV{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
}
.popular_newsHV:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #647082;
}

.bannertxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	
}
.bannertxt:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8D8E92;
}

.popular_text_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #647082;
	text-align: justify;
}
.popular_text_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #647082;
	text-align: justify;
}
.popular_text_12:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #99CC00;
	text-align: justify;
}
.specialbox{
	background-image:url(images/01_files/specials_img.jpg);
	background-repeat:no-repeat;
	width:616px;
	height:250px;
}

.roundbox{
	background-image:url(images/01_files/roundbox.jpg);
	background-repeat:no-repeat;
	width:565px;
	height:24px;
}

.round_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#96979B;
}

.round_text_selected{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#999999;
	background-image:url(images/01_files/manufacture_bg.gif);
	background-repeat:no-repeat;
	width:100px;
	height:20px;
}

.round_text:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#FF9900;
}

.catname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.catname1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.catname1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration:none;
}
.photo_pro
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#A4D11F;
	font-weight:bold;
	
}

.desc_box{
	padding:5px;
	/*border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;*/
	/*background-color:#F0F1F3;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.desc_box1{
	padding:5px;
	/*border:1px solid #999999;
	background-color:#F0F1F3;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.drumkit_bg{
	background-image:url(images/01_files/drumbg.jpg);
	background-repeat:no-repeat;
	height:350px;
	width:450px;
	padding-left:0px;
}

.product_name_bg{
	background-image:url(images/01_files/product_name_bg.jpg);
	background-repeat:no-repeat;
	height:49px;
	width:928px;
	background-position:center;
}

.product_desc_bg{
	background-image:url(images/01_files/product_desc_bg.jpg);
	background-repeat:repeat-y;
	height:4px;
	background-position:center;
}

.product_end_bg{
	background-image:url(images/01_files/product_end_bg.jpg);
	background-repeat:no-repeat;
	height:13px;
	width:928px;
	background-position:top;
}

.desc_tab{
	padding:20px;
	color:#000000;
	background-image:url(images/01_files/desc_bg.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

.desc_bg_accessory{
	padding:20px;
	color:#000000;
	background-image:url(images/01_files/desc_bg.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	filter:alpha(opacity=60);-moz-opacity:.65;opacity:.65;

}

.desc_tab_accessory{
	background-image:url(images/01_files/desc_tab.jpg);
	background-repeat:no-repeat;
	filter:alpha(opacity=60);-moz-opacity:.65;opacity:.65;
	width:421px;
	height:49px;
}


.desc_end_accessory{
	background-image:url(images/01_files/desc_end.jpg);
	background-repeat:no-repeat;
	filter:alpha(opacity=60);-moz-opacity:.65;opacity:.65;
	width:421px;
	height:22px;
}


.product_name{
	padding-left:60px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}


.available_opt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.related_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.related_text:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F27201;
}


.tabs_top{
	background-image:url(images/01_files/tabs_top.jpg);
	background-repeat:no-repeat;
	height:11px;
	width:928px;
	background-position:bottom;
}

.tabs_bottom{
	background-image:url(images/01_files/tabs_bottom.jpg);
	background-repeat:no-repeat;
	height:11px;
	width:928px;
	background-position:top;
}

.related_bg{
	background-image:url(images/01_files/related_bg.jpg);
	background-repeat:repeat-y;
	height:4px;
	background-position:center;
}

.finance_bg{
	background-image:url(images/01_files/finance_bg.gif);
	background-repeat:no-repeat;
	width:300px;
	height:477px;
}

.finance_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#CD0000;
	text-decoration:underline;
}

.finance_text:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}


.cash_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}

.price_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#E10000;
}

.min_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#DF0000;
}


.info_bg{
	background-image:url(images/01_files/info_bg.jpg);
	background-repeat:repeat-x;
	height:1675px;
	background-color:#9ACB01;
}

.img_border{
	border:2px solid #99CC01;
}

.bespoke_product_name{
	color:#E29015;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}

.bespoke_desc{
	color:#9E9D9D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}

.bespoke_available_opt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#99CC01;
}

.bespoke_option_value{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#7B7979;
}

.tab_bg{
	background-image:url(images/01_files/tab_bg.jpg);
	background-repeat:repeat-y;
	width:871px;
}

.bespoke_finance_bg{
	background-image:url(images/01_files/bespoke_finance_bg.gif);
	background-repeat:no-repeat;
	width:300px;
	height:477px;
}

.bespoke_product_bg{
	background-image:url(images/01_files/bespoke_product_bg.jpg);
	background-repeat:repeat-y;
	width:872px;
}

.bespoke_gallery_bg{
	background-image:url(images/01_files/bespoke_gallery_bg.jpg);
	background-repeat:repeat-y;
	width:872px;
}

.info_acc_tab{
	background-image:url(images/01_files/info_acc_tab.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:450px;
	height:39px;
}

.info_acc_bg{
	background-image:url(images/01_files/info_acc_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:450px;
}

.info_acc_end{
	background-image:url(images/01_files/info_acc_end.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:450px;
	height:39px;
}

.related_acc_tab{
	background-image:url(images/01_files/related_tab_acc.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:450px;
	height:43px;
}

.bg_cat_top{
	background-image:url(images/01_files/bg_cat_top.jpg);
	background-repeat:no-repeat;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:25px;
	font-weight:bold;
	padding-left:20px;
}

.bg_cat_end{
	background-image:url(images/01_files/bg_cat_end.jpg);
	background-repeat:no-repeat;
	height:9px;
}

.bg_cat{
	background-image:url(images/01_files/bg_cat.jpg);
	background-repeat:repeat-y;
}

.set_top{
	background-image:url(images/01_files/set_top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:9px;
}

.set_end{
	background-image:url(images/01_files/set_end.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:9px;
}

.set_bg{
	background-image:url(images/01_files/set_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:596px;
}

.set_product_name{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#7CA800;
}

.set_product_price{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#C74E00;
}

div.scroll_css{
	overflow:auto; 
	height:350px; 
	width:100%;
	vertical-align:top;
}

.column_left_bg{
	background-image:url(images/01_files/column_left_logo.gif);
	background-repeat:repeat-y;
}

.keybox{
	border:1px solid #6fa100;
}

.keybox_bespoke{
	border:1px solid #666666;
}

.bannertxt{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#828887;
}

.bannertxt:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}


.bannerprice{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FF9900;
}
.clear {
    clear:both
}

#gallery {
    position:relative;
    padding-left: 5px;
    height: 78px;
    width:418px;
}
#gallery img {width:418px;
        height:78px;}
    #gallery a {
        float:left;
        position:absolute;
    }
    
    #gallery a img {
        border:none;
        width:418px;
        height:78px;
    }
    
    #gallery a.show {
        z-index:500
    }
