/********************
ShopStorm catalog-specific styles

Initial 6.1.2006
Version 9.15.2006

Built by RainStorm Consulting
jason@rainstorminc.com

Please request permission prior to use.
********************/

/**********
1.0 PRODUCTS elements
**********/

/*****
1.1 Products homepage elements
*****/

.category-display {
}

.category-display ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-display li {
	float: left;
	display: inline;
	list-style-type: none; /* repeated for IE/5 PC */
	width: 180px;
	height: 230px;
	margin: 0 10px 10px 0;
	padding: 5px auto;
	border: 1px solid #001949;
	text-align: center;
	vertical-align: bottom;
}

.category-display h3 {
	margin: 0;
	padding: 0;
	border-bottom: 0px none;
}

.category-display img {
	margin: 5px 0 5px 0;
	padding: 5px;
}

.category-display-image {
	margin: 5px 10px 5px 0;
	padding: 5px;
	border: 1px solid #001949;
	background: #eee;
}

#productsortform {
	font-family: verdana;
	font-size: 80%;
	float: right;
	font-weight: bold;
	margin: 0 10px 0 10px;
}

#productsortform select {
	font-size: 105%;
	padding: 0;
}

/*****
1.2 Products category display page elements
*****/

/***
Subcategory display
***/

.subcat-display {
	margin-top: -900px;
	float: right;
	width: 180px;
	padding: 0 10px 0 20px;
	background: #eee;
	text-align: center;
}

.subcat-display ul {
	display: inline;
	list-style: none;
	margin: 0 100000px 0 10px;
	padding: 0;
}

.subcat-display li {
	float: left;
	display: inline;
	list-style-type: none; /* repeated for IE/5 PC */
	width: 160px;
	height: 220px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #001949;
	background: #fff;
	text-align: center;
}

.subcat-display h3 {
	padding: 0;
	border-bottom: 0px none; margin-left:0; margin-right:0; margin-top:30px; margin-bottom:10px;
}

.subcat-display h4 {
	margin: 0;
	padding: 0;
}

.subcat-display img {
	margin: 0;
	padding: 0;
}

/*****
Category page product image styles
*****/

/*.catdetail-product-display {
	margin: 0 20px 0 0;
	_margin: 0 0 0 0;
	float:left;
}

.catdetail-product-display ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 560px;
	_width: 600px;
}

.catdetail-product-display li {
	clear: both;
	list-style-type: none; 
	margin: 0 0 10px 0;
	padding: 5px;
	border-bottom: 1px solid #001949;
}


.prod-info h4 {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	text-transform: uppercase;
	font-size: 130%;
}

.catdetail-product-display img {
	float: left;
	padding: 0 0 5px 0;
}*/

.catdetail-product-display p {
}

.product-image {
	height: 145px;
}

.category-order-container {
	margin: 0;
}

#category-order-form {
	width: 115px;
	float: left;
}

.prod-image {
	padding: 0 0 15px 0;
}

.prod-info {
	padding: 0 0 15px 15px;
}

.prod-info h4 {
	padding: 0;
	text-transform: uppercase;
	font-size: 130%;
}

.prod-custom {
	padding: 0 0 15px 15px;
	text-align: center;
}

.prod-description {
	font-size: 90%;
	padding-left: 0 0 0 15px;
	/*width:270px;
	margin:4px 0 0 125px;
	_margin:4px 0 0 10px;*/
}

.customfield1-category {
	width: 90px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00296d;
	font-size: 85%;
	vertical-align: middle;
}

/*.category-details-container {
	width: 270px;
}

.category-order-container img {
	margin: 5px 0 0 0;
}



.customfield1-category p {
	margin: 0;
}

.customfield1-category img {
	margin: 10px 0 0 0;
	_margin: 0;
	padding: 0;
}

.customfield2-category {
	width: 146px;
	margin: 10px 0 10px 0;
	_margin: 0 0 -30px -40px;
	float:right;
	text-align: center;
}*/

/************
Search
*************/

.prod-description-search {
	font-size: 90%;
	padding-left: 0;
	width:575px;
	margin:4px 0 0 0;
	_margin:4px 0 0 10px;
}


.search-details{
	width: 575px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

.search-product-display {
	margin: 10px 20px 0 0;
	_margin: 0 0 0 0;
	float:left;
}

.search-product-display h4 {
	display: inline;
	margin: 10px 0 0 0;
	padding: 50px 0 0 0;
	text-transform:uppercase;
	font-size:130%;
}

/*****
1.3 Products product display page elements
*****/

#product-display {
}

/* PRODUCT HEADING ELEMENTS */

.product-heading {
}

.product-title {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 170%;
	text-transform: uppercase;
}

.product-glance {
	float: left;
	width: 200px;
	margin: 0 20px 150px 0;
	padding: 5px;
	text-align: center;
}

.product-image-main {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
}

.product-price {
	color: #b51b23;
}

.product-price-modifier {
	font-size: 90%;
	vertical-align: middle;
}

.product-tagline {
}

.product-description {
}

#product-recurring-notice {
	padding: 3px;
	background-color: #FFFF99;
}

.customfield1 {
	width: 90px;
	margin: 10px auto; 
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	color: #00296d;
}

.customfield1 img {
	margin: 10px 0 0 0;
}
.customfield2 {
	margin: 10px auto;
}

.product-moreinfolist h3 {	
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: center;
}

/* PRODUCT ORDER INFO ELEMENTS */

.product-order-area {
	margin: 0 0 5px 225px;
	padding: 5px 10px 5px 5px;
}

#product_order_form label {
	font-weight: bold;
	/*text-transform: uppercase;*/
}

/* PRODUCT MORE INFO ELEMENTS */

.product-moreinfo-area {
	margin: 0 0 0 225px;
}

.product-moreinfo-area h3 {
	border-bottom: 1px solid #00296d;
}

.product-details {
}

.product-details ul {
	padding: 0;
}

.product-details li {
	margin: 0 0 0 20px;
}

.product-moreimages {
}

.proddetail-starbox {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	color: #00196d;
	text-transform: uppercase;
}

.proddetail-starbox li {
	list-style-type: none; /* Repeated for IE/5 PC */
	margin: 0 0 5px 0;
	padding: 4px 4px 4px 17px;
	border: 1px solid #acc9dc;
	background: url('../images/content/star.gif') 5px 50% no-repeat;

}

.proddetail-starbox a {
	text-decoration: none;
}

.adjustment-container {
	margin: 0 5px 5px 0;
	text-align: left;
}

/*****
1.4 Products cart elements
*****/

.cart-options {
}

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

.cart-options-list {
	list-style-type: none; /* Repeated for IE/5 PC */
	margin: 0;
	padding: 5px 0 5px 0;
}

.recurring-billing-row {
	background: url('../images/graphics/side-fade.gif') left no-repeat;
	font-size: 90%;
	vertical-align: middle;
}

/*****
1.5 Checkout process elements
*****/

.checkout-login {
	width: 45%;
	padding: 0 20px 0 0;
	border-right: 2px solid #999;
}

.checkout-create {
	padding: 0 0 0 20px;
}

.checkout-tableright {
	padding: 0 0 0 30px;
	text-align:left;
}

.checkout-tableleft {
	text-align:left;
}

.checkout-sideitem {
	float: left;
	text-align:left;
	padding: 0 15px 0 0;
}

.checkout-table-wide {
	width: 30%;
}

.checkout-expand {
	cursor: pointer;
}

.checkout-nav {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.checkout-nav li {
	list-style-type: none; /* repeated for IE/5 PC */
	display: inline;
	margin: 5px 0 10px 0;
	padding: 0 5px 0 0;
	color: #999;
}

.checkout-nav ul .active {
	font-size: 110%;
	color: #001949;
	font-weight: bold;
}

#pagetitle-checkout {
	margin: 0;
	padding: 35px 0 0 0;
	width: 175px;
	height: 30px;
	background: url('../images/pagetitles/pagetitle-checkout.gif') left no-repeat;
}

#pagetitle-checkout span { 
	display: none;
}
/*****
1.6 Products search elements
*****/

.product-search-item {
	clear: both;
	height: 190px;
	margin: 5px 0 5px 0;
	border-bottom: 1px dotted #333;
}

.product-search-image {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px;
	border: 1px solid #333;
	background: #eee;
}

.product-search-item h3 {
	border-bottom: 0px none;
}

/**********
2.0 ACCOUNT elements 
**********/

/****
2.1 Account common nav elements
*****/

#account-navcontainer {
}

#account-content-container h3 {
	border-bottom: 1px solid #014c92;
}

#account-nav {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #555;
	font: bold 12px Arial, sans-serif;
}

#account-nav li {
	list-style: none;
	margin: 0;
	display: inline;
}

#account-nav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #555;
	border-bottom: none;
	background: #005da3;
	text-decoration: none;
}

#account-nav li a:link { color: #eee; }
#account-nav li a:visited { color: #eee; }

#account-nav li a:hover {
	color: #005da3;
	background: #fff;
	border-color: #555;
}

#account-nav li a#current {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #005da3;
}



.account-original-order-text {
	font-size: 80%;
	font-family: verdana;
}

.account-cancel-payment {
	display: block;
	float: right;
	padding-right: 5px;
	font-weight: bold;
}

.account-recurring-status {
	font-weight: bold;
}

.recurring-active {
	color: #1d9f2f;
}

.recurring-inactive {
	color: #9f1d2f;
}

.recurring-reactivate {
	font-weight: normal;
}

.recurring-item-summary {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 0px;
}
/*****
2.1 Account order history elements
*****/

/****
2.2 Account common nav elements
*****/

#member-changepassword-form {
	width: 40%;
}

#member-changepassword-suggestions {
	float: right;
	width: 60%;
	margin-top: 0; 
	font-size: 80%;
	font-family: verdana;
}

#member-changepassword-suggestions-list {
	font-size: 80%;
	font-family: verdana;
	width: 55%;
	float: right;
	margin-right: 0 10px 0 0;
	padding: 0;
}

/**********
3.0 FONT elements Products etc. elements
**********/

/*****
3.1 Heading elements
*****/

body.catalog h1 {
	text-transform: none;
}

/**********
4.0 ETC. elements
**********/

/*****
4.1 Action/display table elements
*****/

#display-table, #cart-table {
	width: 99%;
}

#display-table td, #cart-table td {
	padding: 0 5px 4px 5px;
	border-bottom: 1px dotted #00296d;
}

#display-table p, #cart-table p {
	margin: 0;
	padding: 3px 0 3px 0;
}

.display-heading, .cart-heading {
	background: #acc9dc;
	border-top: 1px dotted #00296d;
	font-weight: bold;
	font-size: 90%;
	text-align:left;
	padding: 0 3px 0 3px;
}

.display-desc, .cart-desc {
	width: 40%;
	text-align:left;
}

.display-options, .cart-options {
	width: 15%;
}

.display-price, .cart-price {
	font-weight: bold;
	color: #b51b23;
}

#display-table .info-row {
	padding: 0 5px 4px 5px;
}

#display-table .command-row {
	border-bottom: 1px dotted #000;
}

.command-row p {
	font-size: 80%;
	font-family: verdana;
	padding: 2px 5px 4px 5px;
	margin: 0;
	border-bottom: 1px dotted #000;
	background-color: #EFF7FF;
}

/*****
4.2 Polling elements
*****/

#pollinfo-container {
	border: 12px #E0E9EF solid;
	padding: 5px 15px 5px 15px;
	width: 500px;
	margin-left: auto;
	margin-right: auto; 
}

/*****
Other etc. elements
*****/

.right {
	text-align:right;
}

.breadcrumbs {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumbs li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

/* Fixes clearing difference between IE and Gecko */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.nostyle {
	border: 0 !important;
}

.fixed-width {
	width: 200px;
}

.block {
	display: block;
}

/**********
5.0 FORM elements 
**********/

#category_order_button form, #category_order_button input {
	margin:0;
	padding:0;
}

/*****
5.1 ALL form elements
*****/

legend {
	padding: 3px 5px 3px 5px;
	color: #00296d;
	background:#acc9dc;
	border: 1px solid #00296d;
}

#checkbox {
	border: 0 !important;
	background: 0 !important;
}

#submit_button {
	padding: 0.2em 0.3em 0.1em;
	background: #469bec url(/images/submit_bg.gif);
	border: 1px solid #0d2f4b;
	border-bottom-width: 2px;
	color: #fff;
	cursor: hand;
	font-weight: bold;
	vertical-align: middle;
}

.submit_button {
	padding: 0.2em 0.3em 0.1em;
	background: #469bec url(/images/submit_bg.gif);
	border: 1px solid #0d2f4b;
	border-bottom-width: 2px;
	color: #fff;
	cursor: hand;
	font-weight: bold;
	vertical-align: middle;
}

/*****
5.2 Cart elements
*****/

#cart fieldset {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 0px none !important;
}

#orderbutton {
	border: 0 !important;
}

#cart_update {
	border: 0 !important;
}

#cart form {
}

/*****
5.3 Checkout form elements
*****/

#checkout form {
}

/*****
5.4 Account creation form elements
*****/

#account_creation label {
	font-weight: bold;
}

/*****
5.5 Account login form elements
*****/

#account_login label, #account_forgotpwd label {
	font-weight: bold;
}