/*  
Theme Name: E-Commerce Site Template v 1.5
Example Theme URI: http://www.realgoodtoys.com
Description: 
Version: 1.0
Author: Morgan Newcomb & Evan Borden
Author URI: http://www.unionstreetmedia.com/
*/

/*
----------------------------
[0] GENERAL
----------------------------
*/
.storenavon {
	color: #fff;
	background-color: #C0C0C0;
}

ul.ezerror li { 
	color: #c00; 
}

.required { 
	color: #f00; 
}

.bglight{
	background:#fff;
}

.bgdark{
	background:#efefef;
}

.okbutton, .stdbutton, .tinybutton { 
	color: #333;
	background-color: #efefef;
}


.ezlogin {
	background-color: #efefef;
}

/* 
----------------------------
[1] PRODUCT LIST VIEW
----------------------------
*/

/* product list page
------------------------
*/
.ezprodlistitem {
	margin: 10px 3% 10px 0;
	padding: 0;
	width: 30%;
	height: auto;
	float: left;
}

.ezprodlistitem h2 {
	line-height: normal;
	font-weight: normal;
	margin: 0 0 6px 0;
	font-size: 1em;
}

.backtosearch { 
	display: block;
	width: 20%;
	background: #4463b2;
	padding: 2px;
	text-align: center;
	float: right;
}

.backtosearch a { 
	color: #fff;
	display: block;
}

button.addtocart { 
	margin: 8px 0;
}
.button.viewmore {
	display:block;
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-ms-box-shadow: inset 0 1px 0 0 #96ca6d;
	-o-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 7px 0 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	width: 120px;
	margin: 3px 0;
}
.button.viewmore:hover {
	background-color: #76b347;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76b347), to(#5e9e2e));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
	background-image: linear-gradient(top, #76b347, #5e9e2e);
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	-ms-box-shadow: inset 0 1px 0 0 #8dbf67;
	-o-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer;
	text-decoration: none;
}
.button.viewmore:active {
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}


.ezprodnew{
	margin-bottom:-50px;
	color:#ff0000;
	background:transparent url('/data/i/ecommerce/new.png') no-repeat;
	width:50px;
	height:50px;
	text-indent:-999em;
}

#ezprodviewtable td {
	vertical-align: top;
	padding: 8px;
}

#ezprodviewtable td.col1 {
	width: 200px;
	margin: 0;
	padding: 0;
}
#ezprodviewtable td.col1 p { 
	padding: 10px; 
}
#ezprodviewtable a img { 
	display: inline; 
}
#ezprodviewtable a:hover { 
	text-decoration: none; 
}
.ezprodlistleadin{
	margin:0px 0px 5px 0px;
}
.ezprodnumber {
	margin:0px 0px 5px 0px;
}

#ezprodviewtable td.col2 { }
#ezprodviewtable td.col2 p { 
	margin: 20px; 
}
#ezprodviewtable td.col3 { 
	width: 200px; 
}

.ezprodviewimagenone { 
	display: none; 
}
.ezprodviewimage { }

.ezprodviewlinknone { 
	display: none; 
}
.ezprodviewlink { }

/* 
----------------------------
[2] DETAIL VIEW
----------------------------
*/

/* Breadcrumbs
------------------
*/
.ezbreadcrumbs {
	color:#58595b;
	font-style:italic;
	font-size: 90%;
}

.ezbreadcrumbs a {
	color:#58595b;
}


/* Tabs
------------------
*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url("/data/i/ecommerce/tab.png") no-repeat;
}
.tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #c4c5a6;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.tabs-nav .ui-tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active,ul.tabs-nav a {
	background-position: 100% -150px;
}
.tabs-nav a, .tabs-nav .ui-tabs-disabled a:hover, .tabs-nav .ui-tabs-disabled a:focus, .tabs-nav .ui-tabs-disabled a:active {
	background-position: 100% -100px;
}
.tabs-nav .ui-tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .ui-tabs-disabled a:hover span, .tabs-nav .ui-tabs-disabled a:focus span, .tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0; /* background images not aligning properly, fix below */
	background-position: 0 -50px; /* fix background images -  mn 3.31.2010 */
}
.tabs-nav .ui-tabs-selected a:link, .tabs-nav .ui-tabs-selected a:visited, .tabs-nav .ui-tabs-disabled a:link, .tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active,
.tabs-nav .ui-tabs-deselectable a:hover, .tabs-nav .ui-tabs-deselectable a:focus, .tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .9;
    filter: alpha(opacity=90);
}
.ui-tabs-panel {
    border-top: 1px solid #c4c5a6;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url("/data/i/loadingAnimation.gif") no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.tabs-container {
	clear: both;
}

/* Additional Images
-----------------------
*/

.addlimage { }

.addlimagecaption { font-size: .9em; width: 100px; }




/* Associated Products
------------------------
*/

#ezassociated a {
	display: block;
	width: 30%;
	min-height: 240px;
 	float: left;
	margin: 10px 1% 10px 0;
	border: 1px solid #ccc;
	padding: 4px;
}

#ezassociated a {
  height: auto !important;
  height: 240px;
 }

#ezassociated a img {
	display: block;
	margin: 0 auto;
	border: 0;
}

/* Rounded Corners
--------------------------
*/

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#4564b3; margin:0 5px;}
.b2 {height:1px; background:#8095cb; border-right:2px solid #4564b3; border-left:2px solid #4564b3; margin:0 3px;}
.b3 {height:1px; background:#8095cb; border-right:1px solid #4564b3; border-left:1px solid #4564b3; margin:0 2px;}
.b4 {height:2px; background:#8095cb; border-right:1px solid #4564b3; border-left:1px solid #4564b3; margin:0 1px;}
.contentb {background: #fff; border-right:1px solid #4564b3; border-left:1px solid #4564b3;}
.contentpad {width: 90%; margin: 0 auto; padding: 10px 0;}


/* Thickbox
---------------------
*/

.hide {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url("/data/i/ecommerce/macFFBgHack.png") repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _e:1px;
}

/* free shipping and promos */

p.ezfreeshipblurb img {
	vertical-align: middle;
	padding: 0;
}
p.ezfreeshipblurb {
	font-weight: bold;
}

.previousprice,
.originalprice {
	font-size:1.1em;
	color: #333;
}

span.ezlistprice {
	color: #333;
}

.strikethrough {
	text-decoration: line-through;
}

#ezorderbar {
	width: 40%;
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
	border: 0;
	background-image: none;
}

#ezorderbar h2.bar {
	margin: 0;
	background: #8095cb;
	color: #fff;
	padding: 0 0 2px 10px;
}

.ezprice {
	font-size: 160%;
	color: green;
	margin: 0;
	padding: 0;
}

#producttabs { 
	margin: 20px 0 0 0;
}

.ezprodnumber { 
	font-weight: normal;
	font-size: .7em;
	display: block;
}

.ezprodinfo .ezprodnumber {
	display: inline;
}


/* Cart Page
--------------------
*/
#ezcartlist{
	border:1px solid #ccc;
}
#ezcartlist th{
	border:0px;
	border-bottom:1px solid #ccc;
	background: #fff url("/ezstatic/data/ecommerce.com/i/tablehead.png") left bottom repeat-x;
} 
#ezcartlist .cartsubtotal td{
	border:0px;
	border-top:1px #ccc solid;
	background:#fff;
} 
#ezcartlist .cartshipping td{
	border:0px;
	background:#fff;
} 
#ezcartlist .cartcoupon td{
	border:0px;
	background:#fff;
} 
#ezcarttable td.cartcol5,
#ezcarttable td.cartcol6 a img { 
	text-align: right; 
}
#ezcarttable td.bglight,
#ezcarttable td.bgdark { }

#ezcartfooter {
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
}

table.list {
	width: 100%;
	border-collapse: collapse;
	background: #eaeaea;
	border: 1px solid #d8ddc0;
	margin: 20px auto;
}

table.list th { 
	background: #d8ddc0;
	padding: 4px;
}
table.list td { 
	padding: 4px;
}

tr.subtotal { 
	border-top: 1px solid #d8ddc0;
}

td.lt { 
	text-align: right;
	font-weight: bold; 
}
td.rt {
	text-align: left;  
}


/* Checkout Page
--------------------
*/

/* customer login page */
div#ezcustomerlogin { 
	padding:10px;
	margin: 14px auto;
}

div#ezcustomerlogin h2 { 
	color:#35a335;
}



div.ezsecure {
	border-bottom: 1px solid #d8ddc0;
	border-top: 1px solid #d8ddc0;
	padding: 4px 130px;
	background: #eaeaea;
	text-align:center;
}

div.ezsecure img {
	width: 32px;
	height: 32px;
	margin: 0 auto;
	display:block;
	float: none;
}

div#ezcustomerlogin h3 {  
	color:#000;
	background-color:#d8ddc0;
	padding: 2px;
	margin: 20px 0;
}

div#ezcustomerlogin table#billingtable { 
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 20px 0;
}

div#ezcustomerlogin table#billingtable th { 
	background:#eaeaea;
	padding: 2px;
}
div#ezcustomerlogin table#billingtable td { 
	padding: 2px 0;
	border-bottom: 1px solid #d8ddc0;
}

div#ezcustomerlogin table#billingtable td.labelcell { 
	width:20%;
}


div#ezcustomerlogin table#shippingtable { 
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 20px 0;
}

div#ezcustomerlogin table#shippingtable th { 
	background:#eaeaea;
	padding: 2px;
}
div#ezcustomerlogin table#shippingtable td { 
	padding: 2px 0;
	border-bottom: 1px solid #d8ddc0;
}

div#ezcustomerlogin table#shippingtable td.labelcell { 
	width:20%;
}

div#ezcustomerlogin table#paymenttable { 
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 20px 0;
}

div#ezcustomerlogin table#paymenttable th { 
	background:#eaeaea;
	padding: 2px;
}
div#ezcustomerlogin table#paymenttable td { 
	padding: 2px 0;
	border-bottom: 1px solid #d8ddc0;
}

div#ezcustomerlogin table#paymenttable td.labelcell { 
	width:20%;
}


div#ezcustomerlogin table#emailtable { 
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 20px 0;
}

div#ezcustomerlogin table#emailtable th { 
	background:#eaeaea;
	padding: 2px;
}
div#ezcustomerlogin table#emailtable td { 
	padding: 2px 0;
	border-bottom: 1px solid #d8ddc0;
}

div#ezcustomerlogin table#emailtable td.labelcell { 
	width:20%;
}

.required {
	color: #996666;
	font-style: italic;
	font-size: 80%;
}

/* Receipt Page
--------------------
*/

table#receiptmain { 
	width: 100%;
}


/* 
----------------------------
[3] CATEGORY LIST VIEW
----------------------------
*/

.ezcatlistitem {
	float: left;
	width: 45%;
	margin: 0 2% 0;
	padding: 0;
}



