/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
*/
BODY {
	background-color: #FFFFFF;
/*	background-image: url(../images/home_background.jpg);*/
	color: #000000;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
   font: 13px Verdana, Arial, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 12px auto;
	position: relative;
	text-align: left;
	width: 750px !important;
}

TD.main, P.main {
  font-size: 13px;
  line-height: 1.5;
}

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

A:hover {
  color: #ECD000;
  text-decoration: bold;
}



.style1 {
	color: #999999;
	font-weight: bold;
}

.style9 {
     color: #333300; 
	 padding: 3px; 
	 height: 20px; 
	 padding-left: 0px; 
	 font-size: 10px;
}

.style10 {
     font-weight: bold
}

.style11 {
	color: #333300; 
	padding: 3px; 
	height: 20px; 
	padding-left: 0px; 
	font-size: 10px; 
	font-weight: bold; 
}

FORM {
	display: inline;
}


/*HEADER CSS*/


TABLE.header {
  background-image: url(../images/header.jpg);
  background-repeat: repeat-x;
  background-color: transparent;
  border-right: 0px solid #9a9a9a;
  border-left: 10px solid #FFFFFF;
  border-bottom: 0px solid #9a9a9a;
}


TABLE.headerNavigation {
 /* background-image: url(../images/tile_back_bl.gif);*/
  background-color: transparent;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 1px #333300;
  width: 100% !important;
}





.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  /*background-color: #abbbd3;*/
  font-size: 120%;
  font-weight: bold;
  color: #333300;
  padding: 3px;
  height: 20px;
  padding-left: 0px;
}

.centerboxheading2 {
  /* background-color: #abbbd3; */      
  font-size: 11px;
  padding: 3px;
  height: 20px;
  padding-left: 0px;
}

.byabhi {
    font-size: 12px;
    color: #333300;
    
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #333300;
}

td.leftboxheading a:hover {
  color: #ECD000;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 140%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}


H1 {
  color: #000000;
  font: bold 120% Arial,sans-serif;
  text-decoration: bold;
}


.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 0px 20px 20px 20px;
}




TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #FFFFFF;
/*  background-image: url(../images/tile_back_bl.gif); */
}


/*center main section
-----------------------------------*/

.main_page{
  width: 100% !important;
  background-color: transparent;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 1px solid #333300;
  padding: 0px;
}

/* footer
--------------*/


CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 14px;
}

.rightborder { 
border-right: 1px solid #EAE6E3; 
} 

.leftborder { 
border-left: 1px solid #999999; 
border-style: dashed; 
} 

.topborder { 
border-top: 1px solid #EAE6E3; 
} 