/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/************************************************************************************
 * Style: IndexBanners
 ************************************************************************************/
#indexbanners {
    position:relative;
    width:580px; /* Change this to your images width */
    height:220px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
#indexbanners img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#indexbanners a {
    border:0;
    display:block;
}

/************************************************************************************
 * Style: Menu
 ************************************************************************************/
TD.menu {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align:middle;
	height:39px;
	background-image:url(../images/menu_bg.gif);
}
.menu A{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66666;
	text-decoration:none;
}
.menu A:visited {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.menu A:hover, .menu A:visited:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.menu A:active {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

/************************************************************************************
 * Style: MenuOver
 ************************************************************************************/
TD.menuover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	vertical-align:middle;
	height:39px;
	background-image:url(../images/menu_bg_over.gif);
	text-decoration: none; 
}
.menuover A:link {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menuover A:visited {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menuover A:hover, .menuover A:visited:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menuover A:active {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/********************************************************************
 * Style: Menu Extra
 ********************************************************************/

TD.menuHeader {
	padding-left: 10px; 
	color: #ffffff; 
}
.menuHeader A:link {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menuHeader A:visited {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menuHeader A:hover, .menuHeader A:visited:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menuHeader A:active {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

td.menuItemSeparator {
	height: 10px;
}

td.menuSubHeader {
	padding-left: 10px;
}

div.menuItem {
	text-align: center;
	height: 39px; 
	line-height: 39px;
}

div.menuItem a{ 
	text-decoration:none;
}
/********************************************************************
 * Style: CssDropDown
 ********************************************************************/
.cssdropdown {
	position: absolute;
	width: 310px;
	display: none; 
	z-index: 100;
	display: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.submenu {
	border: 1px solid #000000;
	background-color: #323232;
/**	opacity:0.9;
	filter:alpha(opacity=90);**/
}

/********************************************************************
 * Style: Specials Box
 ********************************************************************/
.specials-box {
	position: relative;
	overflow: hidden;
	width: 280px;
	height: 340px;
	margin:auto;
}

.specials-box .specials-box-container {
	position: absolute;
	width: 280px;
	left: 0;
	top: 0;
}

.specials-box .specials-box-panel {
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 280px;
}

/********************************************************************
 * Style: What's New Box
 ********************************************************************/
.whats-new-box {
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 280px;
}

.whats-new-box .whats-new-box-container {
	position: absolute;
	left: 0;
	top: 0;
}

.whats-new-box .whats-new-box-panel {
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 160px;
}

/********************************************************************
 * Style: Product Info Tabs
 ********************************************************************/
.product-info-page-tabs {
	position: relative;
	overflow: hidden;
	width: 550px;
	height: 350px;
}

.product-info-page-tabs .product-info-page-tabs-container {
	position: absolute;
	left: 0;
	top: 0;
}

.product-info-page-tabs .product-info-page-tabs-panel {
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 550px;
}

div.product-info-tab-separator {
	position: relative; 
	top: 0px;
}

td.product-info-tab-active {
	text-align: center;
	height: 25px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

td.product-info-tab-inactive {
	text-align: center;
	height: 25px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
/********************************************************************
 * Style: Autocomplete
 ********************************************************************/
.autocomplete{ 
	vertical-align:middle;
}
.autocomplete_thumb{ 
	vertical-align:middle; 
	padding-right:4px;
}
.autocomplete_title_div{ 
	width:65%; 
	display:inline-block; 
	vertical-align:middle;
}