/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	background: #FFF url(../images/bg.png) top left fixed repeat-x; /* #21AEF4 */
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #777;
	margin: 0px;
	padding: 0px;
}

a:link img, a:visited img, a:hover img, a:active {
	border: 0;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 12px 0;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

h4 {
	background-color: #EEE;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 5px 10px;
	margin-bottom: 1px;
}

h4.blue {
	background-color: #21AEF4;
	color: #FFF;
}

h5 {
	font-size: 12px;
	font-weight: normal;
}

h6, h6 a:link, h6 a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #21AEF4;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border:  #CCC 1px solid;
	padding: 3px 4px 3px 4px;
	width: 290px;
}

textarea {
	height: 100px;
}

table input {
	width: 40px;
	text-align: center;
}

select {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border:  #CCC 1px solid;
	padding: 3px 4px 3px 4px;
	width: 300px;
}

label {
	display: block;
	padding-bottom: 4px;
}

fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}

legend {
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #555;
	padding: 5px 10px;
	min-width: 379px;
	width: auto !important;
	width: 379px;
	margin-left: -11px;
	font-weight: bold;
}

fieldset fieldset legend {
	min-width: 290px;
	width: auto !important;
	width: 290px;
}

button, .button:link, .button:visited {
	background-color: #21AEF4;
	padding: 4px 20px 5px 20px;
	color: #FFFFFF;
	border: 0;
}

button:hover, .button:hover {
	text-decoration: underline;
	cursor: pointer;
}

.button {
	float: left;
}

.clear, .spacer_5, .spacer_10, .spacer_15, .spacer_20 {
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	height: 1px;
}

.spacer_5 {
	height: 5px;
}

.spacer_10 {
	height: 10px;
}

.spacer_15 {
	height: 15px;
}

.spacer_20 {
	height: 20px;
}

/* Header*/

#wrapper {
	width: 980px;
	padding: 0 10px;
	background-color: #FFF;
	margin: 0 auto;
}

#header {
	border-bottom: #21AEF4 1px solid;
	padding: 15px 0 2px 0;
	width: 980px;
	margin: 0 auto;
}

#logo {
	height: 100px;
}

.crossfade {
	background: left top no-repeat;
	float: left;
}

#manage_my_account {
	float: right;
	margin-left: 20px;
	height: 80px;
	padding: 15px 10px 0 0;
}

#shopping_bag {
/* 	background: url(../images/shopping-bag.jpg) top left no-repeat; */
	padding: 15px 20px 0 0;
	height: 85px;
	width: 200px;
	float: right;
}

#shopping_bag span {
	float: left;
	margin: -15px 5px 0 0;
	background: url(/images/shopping-bag-d.jpg) left top no-repeat;
}

#header h6, #header p {
	margin: 0;
	line-height: 135%;
}

.slideshow {
	height: 300px;
	overflow: hidden;
}

/* Navigation */

#search_form {
	border: #21AEF4 1px solid;
	padding: 3px 5px;
}

#search_form a {
	float: right;
	padding: 4px 3px 0 0;
}

#search {
	border: 0;
	color: #21AEF4;
	padding: 0 5px 0 0;
	border-right: #21AEF4 1px solid;
	width: 155px;
	outline: none;
}

.navigation {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.navigation li a:link, .navigation li a:visited {
	background: url(../images/bg-b.jpg) top repeat-x;
	color: #333;
	padding: 5px 10px;
	display: block;
	height: auto !important;
	height: 1%;
}

.navigation li a:hover, .navigation li a:active, .navigation li.special a:link, .navigation li.special a:visited  {
	background: url(../images/bg-bbl.jpg) top repeat-x;
	font-weight: bold;
	color: #333;
	display: block;
}

.navigation .category-products {
	margin-left: 10px;
}

.category-subs-parent, .category-subs-selected {
	font-weight: bold;
}

/* Body */

#body {
	width: 980px;
	padding: 10px 0;
	margin: 0 auto;
}

#menu, #menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	font-size: 18px;
	padding: 0 20px 0 0;
}

#menu li a:link, #menu li a:visited {
	color: #21AEF4;
}

#menu li a:hover, #menu li a:active {
	color: #000000;
}

#sidebar {
	float: left;
	width: 188px;
}

#mainbar {
	float: right;
	width: 782px;
}

#banner {
	background: url(../images/bg-b.jpg) 0 bottom repeat-x;
	padding-bottom: 20px;
}

.title {
	background-color: #21AEF4;
	padding: 2px;
}

.title h1 {
	background: url(../images/bg-bb.jpg) bottom repeat-x;
	font-weight: normal;
	color: #FFFFFF;
}

.title h1 span {
	display: block;
	background: url(../images/bg-bt.jpg) top repeat-x;
	text-align: center;
	padding: 20px;
}

.filters {
	border-top: #CCC 1px solid;
	padding-top: 10px;
}

.filters select {
	width: 188px;
}

.column_one, .column_two, .column_three {
	float: left;
	margin-right: 10px;
}

.column_one {
	width: 188px;
}

.column_two {
	width: 386px;
}

.last {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.select_page {
	margin: 0;
	padding: 0;
	text-align: center;
}

.select_page li {
	padding: 0;
	float: left;
	width: auto;
}

.select_page, .select_page li {
	list-style: none;
}

.select_page li a, .select_page li a:link, .select_page li a:visited, .select_page li .current, .select_page li .disabled {
	padding: 3px 5px;
	margin-right: 1px;
	float: left;
}

.select_page li a:hover {
	background-color: #EEE;
}

.select_page li .current, .select_page li a:active {
	background-color: #21AEF4;
	color: #FFFFFF;
}

#featured {
	height: 750px;
	overflow: hidden;
}

.products {
	padding: 0 0 10px 0;
	margin: 5px -5px;
	width: 792px;
	list-style: none;
	clear: both;
}

.products li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	float: left;
	width: 198px;
}

.products li div {
	padding: 5px;
}

.products a:link, .products a:visited {
	border: #CCCCCC 1px solid;
	border-bottom-width: 2px;
	padding-top: 5px;
	display: block;
	height: 220px;
}

.products a:hover, .products a:active {
	border-color: #21AEF4;
}

.products a:hover span.product_info, .products a:active span.product_info {
	background: url(../images/bg-bbl.jpg) top repeat-x;
}

.products li span.product_info {
	display: block;
	padding: 5px 5px 0 5px;
	margin-top: 5px;
	background: url(../images/bg-b.jpg) 0 top repeat-x;
}

.products li span.product_image {
	display: block;
	height: 150px;
}

.products li span.product_image img {
	
}

.orderAttribsList, .cartAttribsList, .orderAttribsList li, .cartAttribsList li {
	list-style: none;
	margin: 0;
	border: 0;
	display: block;
}

.orderAttribsList, .cartAttribsList {
	padding: 10px 0;
}

/* Tabs */

.ui-tabs-hide {
	display: none;
}

#featured ul.ui-tabs-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block; 
}

#featured .ui-tabs-container {
	border-top: #21AEF4 1px solid;
	padding: 0;
	clear: both;
}

#featured .ui-tabs-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#featured .ui-tabs-nav li a:link, #featured .ui-tabs-nav li a:visited {
	display: block;
	background-color: #EEE;
	padding: 5px 20px;
	margin-right: 1px;
}

#featured .ui-tabs-nav li a:hover, #featured .ui-tabs-nav li a:active, #featured .ui-tabs-nav li.ui-tabs-selected a:link, #featured .ui-tabs-nav li.ui-tabs-selected a:visited {
	background-color: #21AEF4;
	color: #FFFFFF;
	outline: none;
}

th {
	background-color: #EEE;
	border-bottom: #CCC 1px solid;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 10px;
	color: #333333;
}

td {
	padding: 5px 10px;
	border-bottom: #CCC 1px solid;
	color: #333;
	text-align: center;
	vertical-align: top;
}

td p {
	margin: 0 0 5px 0;
}

.three_col {
	padding: 10px 0;
	margin-top: 1px;
	background-color: #EEE;
}

.three_col p, .three_col h3, .three_col address {
	margin: 5px 10px;
	color: #999;
}

.three_col h3 {
	color: #333;
}

.three_col h5 {
	background: url(../images/bg-sc.gif) top repeat-x;
	color: #FFFFFF;
	padding: 4px 10px;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form-list li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.form-list label {
	display: block;
	padding-bottom: 2px;
	font-weight: bold;
}

.three_col ul.form-list {
	margin: 0 10px;
}

.three_col ul.form-list label {
	color: #777;
}

.box {
	background: url(../images/bg-b.jpg) top repeat-x;
	border: #EEE 1px solid;
	padding: 5px 10px;
}

.half_width {
	width: 375px;
	padding: 10px 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt, dd {
	margin: 0;
	padding: 5px 10px;
	color: #333333;
}

dt {
	font-weight: bold;
	background-color: #F5F5F5;
}

dd {
	background-color: #FFFFFF;
	margin-bottom: 12px;
}

.story {
	font-size: 14px;
	color: #333333;
	line-height: 145%;
}

#contact_us ul {
	width: 500px;
	margin: 0 auto;
}

#contact_us input, #contact_us textarea  {
	width: 490px;
}

#contact_us textarea {
	height: 100px;
}

#contact_us select {
	width: 500px;
}

#custom {
	background-color: #21AEF4;
	margin-top: 1px;
	color: #FFFFFF;
	padding: 20px;
}

#sticker {
	border:  #000000 2px solid;
	font-size: 48px;
	padding: 40px 20px;
	width: 698px;
	outline: none;
	text-align: center;
}

.bg_i {
	background: url(../images/bg_i.gif) top no-repeat;
	padding: 4px 30px;
	margin: 5px 0;
	color: #555;
	height: 16px;
}

.bg_i input {
	width: 50px;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	outline: none;
}

.white {
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 10px 0;
	text-align: center;
}

.jqLeft {
	float: left;
	width: 386px;
}

.jqRight {
	float: right;
	width: 386px;
}

.productInfo h1, .productInfo h2 {
	color: #21AEF4;
}

.padded {
	padding: 5px 10px;
}

#PPECbutton {
	text-align: center;
}

.reset {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
}

/* Footer */

#footer {
	border-top: #21AEF4 1px solid;
	padding: 10px 0;
	width: 980px;
	margin: 0 auto;
}

#footer p {
	margin: 0 0 12px 0;
}

#custom_stickers {
	position: absolute;
	z-index: 10;
	margin-left: 346px;
}
