<!--

/*
  $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
*/
 
img
{
	border:none;
}
/*featured products start*/
.featured-products {
	color: #9b9b9b;
	/*padding: 0 0 0.667em;*/
	background:transparent;
}
.featured-products h2 img {
/*	width: 11.917em;
	height: 0.917em;*/
}
.featured-products p {
	/*margin: 0 0 0 1.667em;*/
	font-size: 0.833em;
}
.gallery {
	overflow: hidden;
	/*padding: 0.833em 0 0.25em;
	width: 100%;*/
}
#gallery1 {
	overflow: hidden;
	/*padding: 0.833em 0 0.25em;
	width: 100%;*/
}
.gallery a.prev,
.gallery a.next {
	float: left;
	width: 44px;
/*	background-repeat: no-repeat;*/
	text-indent: -9999px;
	overflow: hidden;
}
.gallery a.next { background-image: url(images/btn-gallery-next.png); }
.gallery a.prev { background-image: url(images/btn-gallery-prev.png); }
.gallery a.prev:hover,
.gallery a.next:hover { position: relative; }
.gallery a.prev:hover img,
.gallery a.next:hover img,
.gallery a.prev span,
.gallery a.next span { display: none; }
.gallery a.prev:hover span img,
.gallery a.next:hover span img,
.gallery a.prev:hover span,
.gallery a.next:hover span { display: block; }
.gallery a.prev img,
.gallery a.next img {
	display: block;
	width: 44px;
	height: 151px;
}
.gallery div {
	width: 32.667em;
	overflow: hidden;
	float: left;
}
.gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9999px;
}
.gallery ul li { float: left; }
.gallery ul img {
	display: block;
	width: 160px;
	height: 110px;
}
/*featured products end*/
 /*featured products end*/
 
 
 
 /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Arial;
width: 173px; /* Main Menu Item widths */
color:#737270;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #737270;
text-decoration: none;
padding: 6px;
background: url(images/right.gif) no-repeat 97% 50%;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #ffffff; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #737270;
}

.sidebarmenu ul li a:hover{
background-color: #ff0000;
color:#FFFFFF;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.innerleftbg
{
	background-image:url(images/innerLeftShadow.gif);

	background-repeat:repeat-y;
	padding-left:15px;
}

.righttext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-right:10px;
}

.donimg
{
background: url(images/dot.gif) no-repeat ;
background-position:left;
padding-left:10px;
}
input, textarea {
border:1px solid #666666;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
background:#fff;
}
 
input:focus, input:hover,textarea:focus, textarea:hover{
border: 1px solid #000;
background:url(images/contact_crazyleaf.gif) top right no-repeat;
}
