/*
//
// +----------------------------------------------------------------------+
// |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 $
*/
/* ||||||||||||||||||||||||||||||||||||||||||||| */
/* |CSS Stylesheet (C) Copyright 2005 Zen Webs | */
/* ||||||||||||||||||||||||||||||||||||||||||||| */

/* | Main Layout Styles | */
body {
 	margin: 5px 0;
 	padding: 5px 0;
	text-align: center;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height: 1.5;
	color: #333;
	background-color: #FFF;
}
div#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
   width: 720px;
}
div#logo {
	text-align: left;
	height: 50px;
	clear: both;
}
div#logoName {
	float: left;
	height: 50px;
	width: 300px;
}
div#address {
	float: right;
	height: 50px;
	vertical-align: bottom;
	text-align: right;
	clear: right;
}
a:link, a:visited, a:active {
	color: #19AADF;
	text-decoration: none;
	font-weight: bold
}
a:hover {
	text-decoration: none;
	color: #E0C452;
	font-weight: bold
}
.smallText {
 	font-size: 11px;
}

div#header {
	padding: 5px;
	border: solid 1px #75848A;
	text-align: center;
}
div#contentWrapper {
	margin: 5px 0;
	padding: 5px;
	border: solid 1px #75848A;
	text-align: left;
	background-color: #FFF;
}
div#leftColumn {
	float: left;
	border: solid 1px #75848A;
	width: 200px;
	margin-bottom: 5px;
	clear: none;
}
div#leftMenu {
	background-color: #F1F3F3;
}

div#content {
	float: right;
	padding: 5px;
	clear: right;
	width: 480px;
}
div#footer {
	clear: both;
	margin-top: 5px;
	padding: 5px;
	border: solid 1px #75848A;
	background-color: #C8CED0;
	text-align: center;
	color: #333;
}

div#leftText {
	padding: 5px 10px;
	color: #333;
	font-size: 11px;
}

IMG {
	text-decoration: none;
	border: none;
}

div#leftMenu a {
	text-decoration: none;
	display: block;
	border-bottom: 2px groove #CCC;	
	padding: 3px 5px 3px 25px;

}
.firstLink {
	border-top: 2px groove #CCC;
}
div#leftMenu a:link, div#leftMenu a:visited, div#leftMenu a:active {
	text-align: left;
	color: #333;
}
div#leftMenu a:hover {
	text-align: right;
	padding: 3px 25px 3px 3px;
	background-color:#E0C452;
	color: #FFF;
}

div#content a:link {
	font-weight: bold;
	text-decoration: none;
	color: #19AADF;
}
div#content a:hover {
	color: #E0C452;
}
div#footer a {
	padding-right: 3px;
}
div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #333;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* | Heading Colors | */

h1 {
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #19AADF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #E0C452;
}
h3, h4, h5, h6 {
	font-size: 13px;
	color: #666666;
}
div#leftMenu h1 {
	margin: 0;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color:#333;
	background-color: #E0C452;
	border-bottom: 2px groove #CCC;
}
TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #E0C452;
  padding: 3px;
}

/* | Miscellaneous Styles | */

.copy {
	font-size: 10px;
	margin: 0 15px 0 5px;
}


.imgBorder {
	border: solid 1px #999;
	padding: 5px;
}

FORM {
	display: inline;
}

.imgPadding {
	padding: 5px;
	border: 0;
}

li {
	list-style-position: outside;
	list-style-image: url(../images/list1.gif);
	line-height: 150%;
}
li li  {
	list-style-position: outside;
	list-style-image: url(../images/list2.gif);
}
li li li{
	list-style-position: outside;
	list-style-image: url(../images/list3.gif);
}
.purpleText {
	color: #6633CC;
	font-weight: bold;
}
.blueText {
	color: #3366CC;
}
.pullquote {
	background-color: #FFCC99;
	width: 300px;
	border: 1px dashed #999999;
	padding: 8px;
	color: #000000;
	line-height: 130%;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.productBlock {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 450px;
}


.productDetail {
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	border-bottom: dashed 1px #CCCCCC;
	padding-bottom: 10px;
	width: 325px;
}

.pageHeading, .centerboxheading {
	font-size: 15px;
	font-weight: bold;
	color: #19AADF;
	text-align: left;
	margin: 10px 0;
	border-bottom: solid 1px #19AADF;
}

.centerboxcontent {
	padding: 10px 0
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

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

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

.plainBox, .plainbox-description {
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  background-color: #F1F3F3;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 3px;
  height: 20px;
}
TD.productlisting {
  border:none
}

TD.productListing-data {
	font-size: 10px;
	padding: 5px;
	border-bottom: 1px solid #D9D9D9;
	margin: 15px 0;
}

