/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3215 2006-03-20 06:05:55Z birdbrain $
 */

/* -------------------from brian the brain--------------- */
html
{
	font-size: 100%;
	/* IE hack */
}

body
{
	margin: 0px 10px;
	/*	font-family: verdana, helvetica, arial, sans-serif; */
	font-size: 75%;
	color: #000000;
	/* background-color: #e5edf5; */
	background-color: #C0C0C0;
	/* silver */
	background-image: url(../images/bark.jpg);
}

h1
{
	font-size: 2.25em;
}

/* transparent stuff */
#navColumnOne
{
	background-color: transparent;
}

#navColumnTwo
{
	background-color: transparent;
}

#mainWrapper
{
	background-color: transparent;
	text-align: left;
	width: 100%;
	vertical-align: top;
}

.sideBoxContent
{
	background-color: transparent;
	padding: 0.4em;
	font-size: 1.2em;
	color: #000;
}

#indexDefaultMainContent
{
	background-color: transparent;
	width: 80%;
}

.leftBoxHeading, .centerBoxHeading
{
	margin: 0em;
	background-color: #000;
	padding: 0.5em 0.2em;
	color: white;
}

/* ----------------navigation--------------------- */
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper
{
	background-color: #000000;
	font-weight: bold;
	color: #ffffff;
	/* height: 2em; */
	width: 100%;
	font-size: 1.25em;
	margin-bottom: 1em;
}

.productListing-data
{
	padding-bottom: 1em;
}

/* link format */
a:link
{
	color: #0000FF;
	/* blue */
}

a:visited
{
	color: #6600CC;
	/* rgb(102, 0, 204) */
	text-decoration: none;
}

a:hover
{
	color: red;
	/* rgb(51, 255, 51) */
	text-decoration: none;
}

a:active
{
	color: #99CC66;
	/* rgb(153, 204, 102) */
	text-decoration: none;
}

/* start text format */
p
{
	padding: 0em;
	margin: .5em;
	font-family: georgia, serif;
	font-size: 1.2em;
}

/* sidebox stuff */
.leftBoxContainer
{
	border: 1px solid #ffffff;
	/* margin-top: 1.5em; */
}

/* turn off display */
#logoWrapper
{
	width: 100%;
}

#logo
{
	/* position: absolute; left: 2em; */
	width: 100%;
	height: 8em;
	text-align: center;
}

.attribImg
{
	width: 45%;
	margin: 0.3em 0em;
	/*	text-align: bottom; */
	font-size: 1.5em;
	float: left;
}

/* blank out attribute option names and please choose */
.optionName
{
	display: none;
}

#attribsOptionsText
{
	display: none;
}

/**************************/
/* backward compatibility, to be removed in 1.4: */
.navMainSearch
{
	float: right;
	margin: 0.5em;
}

/**************************/
#freeShippingIcon
{
	float: right;
	/* text-align: center; */
	margin: 1em;
	/* border: 1px solid #000000; */
	padding: 2em;
}

.navNextPrevCounter
{
	padding-bottom: .5em;
	font-size: 1em;
	margin-top: -2em;
}

.navNextPrevList
{
	display: inline;
	white-space: nowrap;
	margin-bottom: 1.5em;
	padding: 0.5em 0em;
	list-style-type: none;
}

/*sideboxes*/
.elevator
{
	margin: 0;
	line-height: 1.1;
	text-align: center;
	position: fixed;
	left: 1em;
	width: 8.5em;
	right: 2em;
}

.sup
{
	line-height: 0;
	vertical-align: super;
	font-size: .5em;
}

.categoryListBoxContents
{
	font-size: 2em;
}

.information
{
	font-size: 1.5em;
	font-weight: bold;
}

.productAllBlurb
{
	margin-left: 1em;
	font-size: 1.5em;
}

.listingDescription
{
	margin-left: 1em;
	font-size: 1.5em;
	clear: both;
	text-align: left;
}

#indexProductListCatDescription
{
	font-size: 1.25em;
}

.login_information
{
	font-size: 1.25em;
}

.loginPageBoxLeft
{
	/* height: 24em; */
	width: 40%;
	float: left;
}

.loginPageBoxRight
{
	/* height: 24em; */
	width: 40%;
	float: right;
}

fieldset
{
	border: black solid 3px;
}

/*legend {
margin-left: -0.5em;
width: 101%;
text-align: center;
background: #9cf;
font-weight : bold;
font-size: 1.25em;
background-color: transparent;
border: 2px solid black;
border: 1px solid #090;
}*/

.myTextBox
{
	border-bottom: 2px solid black;
	padding: .5em;
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	/* margin-top: -0.5em; */
	margin-left: -0.5em;
	width: 100%;
}

.middle
{
	text-align: center;
	margin: auto;
}

.navNextPrevCounter
{
	margin: .5em;
	font-size: 1.3em;
}

.categoryIcon
{
	display: none;
}
