/**
 * 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 $
 */

/* -------------------------------------------------------------------------------------
	CSS STYLE FOR CREATE WITH CURTIS
	Created:  4/29/08
	By: Ryan F
		Web Developer
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 62.5%;
	background: #fff;
	color: #3A3A3A;
	padding: 0;
	font-family: Trebuchet, Helvetica;
}

div, p, ul, ol, li, dl, h1, h2, h3, h4, h5, h6, table, pre {
	float: left;
	clear: both;
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	color: #548be5;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p, li {
	font-size: 1.2em;
	color: #3A3A3A;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.5;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #f2c950;
	color: #f2c950;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h3 a {
	color: #2B2B2B;
}

ul {
	list-style: none;
}

.middle_align {
	text-align: center;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.wrapper {
	text-align: left;
	float: none;
	width: 900px;
	margin: 0 auto;
}

.container {
	position: relative;
	padding: 0 0 30px 0;
}


/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> HEADER AREA -->
------------------------------------------------------------------------------------- */

#header {
	position: relative;
	height: 90px;
	margin: 0 0 8px;
	border-bottom: 2px solid #edc352;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 90px;
	display: block;
	text-indent: -10000px;
	background: #fff url(../images/logo.jpg) top left no-repeat;
}

#nav, #sub_nav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
}

#sub_nav {
	top: 10px;
	right: 15px;
}

#nav li, #sub_nav li {
	float: left;
	clear: none;
	width: auto;
	font-size: 1em;
}

#nav li a {
	font-size: 1.6em;
	font-weight: bold;
	float: left;
	display: block;
	color: #000;
	padding: 5px 15px;
}

#nav li a:hover, #nav li a.active, #sub_nav li a:hover {
	color: #edc352;
	text-decoration: none;
}

#sub_nav li {
	font-size: 1.2em;
	color: #737071;
}

#sub_nav li a {
	float: left;
	color: #737071;
}


#banner a {
	float: left;
	clear: none;
}

#bread_crumb {
	margin: 8px 0;
	color: #aaa8a8;
	font-style: italic;
	padding: 0 0 4px;
	border-bottom: 2px solid #aaa8a8;
}

#bread_crumb a {
	color: #aaa8a8;
}

#bread_crumb a:hover {
	color: #edc352;
	text-decoration: none;
}


/* -------------------------------------------------------------------------------------
<-- END HEADER AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> SIDEBAR AREA -->
------------------------------------------------------------------------------------- */

#side_bar {
	width: 214px;
}

.leftBoxContainer {
	margin: 0 0 15px;
}

#categoriesHeading {
	color: #696868;
	padding: 0 0 5px;
	border-bottom: 1px solid #696868;
}

#categoriesContent a {
	color: black;
}

.leftBoxContainer li {
	font-size: 1em;
	border-bottom: 1px solid #696868;
}

.leftBoxContainer li a {
	float: left;
	display: block;
	width: 100%;
	padding: 6px 0;
	margin: 2px 0;
	color: #959494;
	text-transform: uppercase;
	font-size: .9em;
}

.leftBoxContainer li a:hover, .leftBoxContainer li a.active {
	color: #666666;
	background: #fbf2e0;
	text-decoration: none;
}

#shoppingcartHeading {
	 margin: 0 0 2px;
}

#shoppingcartHeading a {
	display: block;
	width: 175px;
	padding: 6px 0 3px 39px;
	background: #666666 url(../images/shopping_cart_white.jpg) center left no-repeat;
	height: 23px;
	min-height: 23px !important;
	height: auto;
	color: #fff;
	font-weight: normal;
}

#shoppingcartContent {
	width: 204px;
	padding: 5px;
	background: #666666;
}

#shoppingcartWrapper {
	width: 202px;
	border: 1px solid #fff;
}

#shoppingcartContent h2 {
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

#cartBoxListWrapper {
	width: 198px;
	padding: 2px;
	color: #7d7b7b;
}

.edit_contents {
	width: 188px;
	padding: 5px 5px 3px 5px;
	background: #fff;
	color: #666666;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 4px;
}

#cartBoxListWrapper .edit_contents:hover {
	background: #edc352;
	color: #fff;
}

.leftBoxContainer #cartBoxListWrapper ul {
	border-top: 1px solid #fff;
}

.leftBoxContainer #cartBoxListWrapper li {
	border-bottom: 1px solid #fff;
}

#cartBoxListWrapper li .left {
	width: 135px;
	padding: 0 0 0 5px
}

#cartBoxListWrapper li .right {
	width: 53px;
	padding: 0 5px 0 0;
	text-align: right;
}

.leftBoxContainer #cartBoxListWrapper li a {
	color: #666666;
}

.leftBoxContainer #cartBoxListWrapper li a:hover {
	color: #303030;
}

h3.check_out a {
	color: #7d7b7b;
	width: 163px;
	float: left;
	display: block;
	padding: 6px 35px 0 0;
	height: 21px;
	min-height: 21px !important;
	height: auto;
	font-weight: normal;
	text-align: right;
	background: transparent url(../images/cart_sidebox_checkout.jpg) center right no-repeat;
}

h3.check_out a:hover {
	color: #303030;
}

.cartBoxTotal {
	text-align: right;
	padding: 0 5px 0 0;
	width: 193px;
	margin: 5px 0;
	font-size: 1.3em;
}

/* -------------------------------------------------------------------------------------
--> END SIDEBAR AREA -->
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
<-- CONTENT AREA <--
------------------------------------------------------------------------------------- */

#content {
	float: right;
	width: 672px;
	clear: none;
}

#content .left {
	width: 390px;
}

#featuredProduct {
	width: 390px;
	margin: 0 0 6px;
}

#featuredProduct h2 {
	color: #f1ce76;
	font-size: 1.4em;
	margin: 0 0 5px;
	font-weight: 600;
}

#featuredProduct a {
	float: left;
	border: 1px solid #ababab;
}

#featuredProduct img {
	float: left;
}

.top_seller {
	float: right;
	clear: none;
	width: 266px;
}

#bestSellers h2 {
	color: #f1ce76;
	font-size: 1.4em;
	margin: 0 0 5px;
	font-weight: 600;
}

.product_listing {
	width: 116px;
	clear: none;
	display: inline;
	margin: 0 15px 20px 0;
}

.product_listing a {
	float: left;
}

.product_listing img {
	border: 1px solid #ababab;
	float: left;
}

.product_listing p {
	margin: 0;
	font-size: 1em;
	line-height: 1;
	color: #696868;
}

.product_listing p a {
	display: block;
	width: 100%;
	padding: 3px 0;
	color: #696868;
}

#productName {
	margin: 0 0 10px;
}

.product_info {
	width: 370px;
	color: #696868;
}

.product_info li {
	width: 350px;
	padding: 0 0 0 15px;
	margin: 0 0 5px;
	line-height: 1.5;
	background: transparent url(../images/bullet.jpg) 3px 4px no-repeat;
}

.product_image {
	float: right;
	clear: none;
	width: 265px;
}

#product_view {
	float: left;
	border: 1px solid #ababab;
	margin: 0 0 15px;
}

.product_image .mail, .product_image .specs {
	width: 225px;
	height: 20px;
	float: left;
	display: block;
	color: #666666;
	min-height: 20px !important;
	height: auto;
	padding: 3px 0 0 40px;
	background: transparent url(../images/icon_mail.jpg) center left no-repeat;
}

.product_image .specs {
	background: transparent url(../images/icon_pdf.jpg) center left no-repeat;
}

#copy_content h2, #copy_content h3, .centerColumn h3 {
	margin: 0 0 15px;
}

#copy_content ul {
	margin: 0 0 10px;
}

#copy_content p {
	margin: 0 0 15px;
}

#copy_content p, #copy_content li {
	line-height: 1.5;
}

#copy_content li {
	width: 650px;
	padding: 0 0 0 15px;
	margin: 0 0 5px;
	background: transparent url(../images/bullet.jpg) 3px 4px no-repeat;
}

#product_options label {
	float: left;
	width: 100px;
	color: #666666;
	font-weight: bold;
}

#product_options input {
	padding: 2px;
	border: 1px solid #666666;
	float: left;
	clear: none;
	width: 75px;
}

#product_options select {
	float: left;
	clear: none;
	width: 75px;
}

#product_options select option {
	padding: 0 2px;
	float: left;
	clear: both;
}

#product_options input.button {
	padding: 0;
	margin: 5px 0 0;
	border: 0;
	width: auto;
}

#whats_kelvin_link {
	float: left;
	clear: none;
	color: #3862ae;
	font-style: italic;
	font-size: .9em;
	margin: 0 0 0 15px;
	display: inline;
}

#whats_kelvin {
	display: none;
}

.error {
	width: 628px;
	padding: 10px;
	background: #edd952;
	color: #2C2C2C;
	border: 1px solid #666666;
}

label {
	float: left;
	width: 150px;
}

input, textarea, select {
	float: left;
	clear: none;
	width: 200px;
	border: 1px solid #666666;
	padding: 2px;
}

input.button, input.image_button, input.check_button {
	width: auto;
	padding: 0;
	border: none;
}

input.image_button {
	border: none;
}

.req, .alert {
	float: left;
	padding: 0 0 0 4px;
	font-size: 1.3em;
}

/* -------------------------------------------------------------------------------------
<-- END CONTENT AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> SHOPPING CART/CHECKOUT AREA -->
------------------------------------------------------------------------------------- */

#shopping_cart {
	margin: 15px 0;
}

#shopping_cart span {
	float: left;
	clear: none;
}

#shopping_cart_header {
	border-bottom: 1px dashed #666666;
	padding: 0 0 5px;
	font-size: 1.6em;
	margin: 0 0 10px;
	font-weight: bold;
	color: #303030;
}

.sc_product_name {
	width: 426px;
}

.sc_unit {
	width: 70px;
	text-align: center;
}

.sc_quantity {
	width: 46px;
	text-align: center;
}

.sc_quantity input {
	width:40px;
	text-align: center;
	padding: 1px 2px;
}

.sc_total {
	width: 80px;
	text-align: center;
}

.sc_delete {
	width: 50px;
	text-align: center;
}

.sc_delete input {
	margin: 0 0 0 15px;
	width: auto;
	border: none;
}

.shopping_cart_product {
	margin: 0 0 10px;
	background: #f3f3f2;
}

.shopping_cart_product_header {
	background: #f3c94e;
	color: #3D3D3D;
	width: 672px;
	padding: 5px 0 3px;
	font-size: 1.4em;
}

.shopping_cart_product_header a {
	color: #3D3D3D;
}

.shopping_cart_product_header .sc_product_name {
	width: 416px;
	padding: 2px 0 0 10px;
}

.shopping_cart_product_header .sc_unit, .shopping_cart_product_header .sc_total {
	padding: 2px 0 0;
}

.shopping_cart_product_attributes {
	width: 652px;
	padding: 5px 10px 0 10px;
	color: #666666;
}

.cartAttribsList li {
	margin: 0 0 5px;
}

#shopping_cart_update {
	width: 300px;
}

#shopping_cart_checkout {
	float: right;
	clear: none;
	width: 300px;
}

#shopping_cart_checkout p {
	text-align: right;
	font-size: 1em;
	width: 300px;
}

#shopping_cart_checkout div {
	float: left;
	clear: both;
	margin: 0 0 15px;
}

#shopping_cart_checkout div * {
	float: right;
}

#shopping_cart_sub_total {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

#checkoutShipto, .address_block, .checkoutShipto {
	width: 300px;
	padding: 10px;
}

.button_row {
	float: left;
	clear: none;
	width: auto;
	padding: 0 10px 0 0;
}

.address {
	float: right;
	clear: none;
	width: 200px;
}

.order_comments {
	float: left;
	clear: none;
	width: 500px;
}

.shipping_notice, .instructions {
	width: 300px;
	clear: none;
	padding: 10px 0;
}

.shipping_option input {
	width: auto;
	border: none;
	margin: 4px 15px 0 10px;
}

.shipping_option label {
	width: auto;
}

.order_total {
	width: 652px;
	padding: 3px 10px;
	margin: 0;
}

.order_total_overview {
	text-align: right;
	float: right;
	padding: 3px 0;
	margin: 0;
	width: 500px;

}


.order_total_title {
	font-weight: bold;
	width: 100px;
	float: left;
}

.order_total_text {
	float: left;
	clear: none;
	width: 75px;
	text-align: right;
}

.order_total_overview .order_total_title {
	width: 400px;
	text-align: right;
}

.order_total_overview .order_total_text {
	width: 100px;
}

.credit_card_info {
	width: 652px;
	padding: 3px 10px;
	margin: 0;
}

.credit_card_info label {
	width: 100px;
}

.credit_card_info select {
	width: auto;
	margin: 0 5px 0 0;
	clear: none;
	float: none;
	display: inline;
}

#whats_cvv_Link {
	color: #3862ae;
	font-style: italic;
	font-size: .9em;
}

#whats_cvv {
	display: none;
}

/* -------------------------------------------------------------------------------------
<-- END SHOPPING CART/CHECKOUT AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> MY ACCOUNT AREA -->
------------------------------------------------------------------------------------- */

.messageStackError {
	width: 652px;
	padding: 5px 10px 3px;
	color: #f25050;
	font-size: 1.4em;
}

.messageStackCaution {
	width: 652px;
	padding: 5px 10px 3px;
	color: #B6B12D;
	font-size: 1.4em;
}

.messageStackSuccess {
	width: 652px;
	padding: 5px 10px 3px;
	color: #41C441;
	font-size: 1.4em;
}

#login_form {
	margin: 0 0 15px;
}

#new_customer {
	margin: 20px 0 15px;
}

#login_form h1, #new_customer h1, .color_header {
	background: #f3c94e;
	color: #3D3D3D;
	width: 652px;
	padding: 5px 10px 3px;
	font-size: 1.4em;
	margin: 0;
}

#login_form p {
	background: #f3f3f2;
	margin: 0;
	padding: 10px 10px 5px;
	width: 652px;
}

#new_customer p {
	margin: 0;
	padding: 10px 10px 5px;
	width: 652px;
}

#new_customer div {
	padding: 0 0 10px;
}

#login_form label, #new_customer label {
	color: #242424;
	width: 261px;
	margin: 0 10px 0 0;
	text-align: right;
}

.forgot_password a {
	color: #242424;
}

#prevOrders, .order_information {
	margin: 5px 0;
	border-collapse: collapse;
}

#prevOrders th, .order_information th {
	font-size: 1.2em;
	padding: 3px 0;
	font-weight: bold;
	border-bottom: 1px dashed #414141;
}

#prevOrders td, .order_information td {
	font-size: 1.2em;
	padding: 3px 0;
	vertical-align: top;
}

.order_information li {
	font-size: 1em;
}

.accountQuantityDisplay { 
	width: 100px;
}

.accountProductDisplay {
	width: 472px;
}

.accountTotalDisplay {
	width: 100px;
	text-align: right;
}

#accountLinksWrapper ul {
	margin: 10px 0;
}

#accountLinksWrapper li {
	margin: 0 0 5px;
}

#accountLinksWrapper li a {
	color: #3A3A3A;
}

.buttonRow input, .buttonRow a {
	margin: 0 15px 0 0;
	float: left;
	clear: none;
}

/* -------------------------------------------------------------------------------------
<-- END MY ACCOUNT AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> FOOTER AREA -->
------------------------------------------------------------------------------------- */

#footer_nav {
	background: #bcbcbb;
	margin: 10px 0;
}

#footer_nav li {
	clear: none;
	width: auto;
}

#footer_nav a {
	color: #fff;
	padding: 5px 10px;
	float: left;
	display: block;
}

#footer_nav a:hover {
	text-decoration: none;
	color: #b89126;
}

#footer {
	border-top: 2px solid #d5a829;
	padding: 10px 0 0 70px;
	height: 90px;
	min-height: 90px !important;
	height: auto;	
	width: 830px;
	background: #fff url(../images/logo.jpg) center left no-repeat;
}

#footer .right {
	text-align: right;
}

/* -------------------------------------------------------------------------------------
<-- END FOOTER AREA <--
------------------------------------------------------------------------------------- */


html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	/*background: #000;*/
	background: #FFF;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

div#fancy_div h2, div#fancy_div p {
	width: 330px;
	padding: 0 10px;
	margin: 15px 0 0;
}

div#fancy_div h2 {
	font-size: 1.8em;
	color: #3862ae;
	/*color: #C35617;*/
}

div#fancy_div p {
	font-size: 1.4em;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy_title_right.png) repeat-x;
}
