/* this should get moved to a tmi-main file? */
.errorlist {color: red;}

/*
Shop Home
__________________________________________________________________________*/
#storePage h3{margin-bottom:18px;}
#primary_content .prodGrid{padding:0;}
.prodGrid li{height:230px;width:248px;float:left;padding-right:5px;padding-left:5px;padding-bottom:10px;border-bottom:1px solid #eee;border-right:1px solid #eee;}
.prodGrid li.first{padding-left:0;}
.prodGrid li.end{padding-right:0;border-right:none;}
.prodGrid li.bottom{border-bottom:none;}
span.thumbHome{display:block;overflow:hidden;width:240px;height:185px;margin:10px auto 0 auto;}
span.thumbHome img{}
#primary_content .prodGrid li h4{border:none;text-align:center;}


/*
Category Nav

(breacrumb stuff moved to
moved to
style/products/breadcrumbs.ccss)
*/
#catTitle{
    height:34px;
    background:url(images/lightFade.gif) repeat-x;
    border:1px solid #CCC;
    clear:both;
    padding-right:9px;
}
#catTitle h3{
    float:left;
    font-size:14px;
    padding:9px 0 0 9px;
}
#catTitle select{
    margin-top:7px;
}
#catDrill{
    float:right;
    width:185px;
}

/*
(Products List ... plist)
__________________________________________________________________________*/
#primary_content .catalogueList{text-indent:0;padding:0;}
#primary_content .catalogueList p{margin-bottom:9px;}
.catalogueList li{
    border-bottom:1px solid #CCC;padding:9px 0 9px 0;min-height:125px;
    /*background-color: #c9c;*/
    overflow: hidden;
    width: 100%;
}

/* div or span ? */
span.smallpic,
div.smallpic{
    display:block;
    /* height:140px; */
    width:125px;
    float:left;
    margin:0 10px 0 0;
    /*background-color: #7cc;*/
    text-align: center;
}
span.smallpic img,
div.smallpic img{
    max-width:125px;
    max-height:125px;
}

div.prodInfo {
    float:right;
    width:630px;
}

#primary_content .catalogueList h3,
#primary_content h2.productName{font-size:13px;color:#F60;line-height:1.3em;}
#primary_content .catalogueList h3 span,
#primary_content h2.productName span{padding-left:10px;color:#999;}

.price{font-size:13px;font-weight:bold;}

.quickPurchase{height:27px;}
.quickPurchase p,
.quickPurchase fieldset{float:left;}
.quickPurchase fieldset{width:130px;}
input.qty{width:30px;}
#storePage button, #storePage input.submit_button {
    vertical-align:middle;
    padding:0 10px;
}
/* NOT USED ANYMOMRE (IMAGE SWAPPING POWELL JUNK)
button.addCart{background:url(images/addCart.gif) no-repeat 0 0;width:121px;height:22px;border:none;text-indent:-9999px;}
button.addCart:hover{background:url(images/addCart.gif) no-repeat 0 -22px;} */


/*
Product Detail
__________________________________________________________________________*/
/* Pics */
#pics{width:250px;float:left;}
#primary_content #pics p{color:#999;font-size:10px;margin-bottom:8px;text-align:center;}
#primary_content #pics h4,
#primary_content #features h4{margin-bottom:18px;text-transform:capitalize;border-top:1px solid #999;color:#333;padding:3px 0 2px 0;}
/* Picture Viewer */
#detailPics{margin-bottom:6px;text-align:center;}
#primary_content .thumbs{text-indent:0;padding:0;}
.thumbs li{float:left;margin:0 10px 0 0;}
.thumbs li a{display:block;width:54px;height:54px;overflow:hidden;border:1px solid #FFF;}
.thumbs li a:hover{border:1px solid #999;}
.thumbs li .activeSlide{border:1px solid #333;}
.thumbs li a.activeSlide:hover{border:1px solid #333;}
.thumbs li img{width:54px;}
/* Product Info */
#prodInfo{float:right;width:510px;padding-bottom:18px;}
/* Availibility */
.availibility{font-weight:bold;}
#prodInfo .availibility{clear:both;}
.availibility .status{padding-left:10px;}
.inStock{color:green;}
.outStock{color:red;}
/* Price List */
#primary_content .priceList{clear:both;margin:0 0 18px 0;width:50%;font-size:90%;}
#primary_content .priceList td{padding:4px 12px;}
#primary_content .priceList td.price{font-weight:bold;color:#333;font-size:10px;}
#primary_content .priceList th{padding:4px 10px;}
/* Form Fields (Qty, etc.) */
#primary_content table.form_table{width:0;}
#primary_content table.form_table td{padding:4px 0; border:none; width:200px;}
#primary_content table.form_table th{padding:0 10px;}
#primary_content table.form_table td.td_cart_button{text-align:center;}
#primary_content ul.errorlist{
    padding:0;
    margin:0;
}
/* Configuration */
#prodConfig{margin-bottom:18px;}
#prodConfig select{width:250px;}
/* Quick Purchase */
#prodInfo .quickPurchase{display:block;margin-bottom:27px;}

/* --- Feature List --- */
#primary_content .featList {
    width:100%;
    /* font-size:90%; */
}
/*
#primary_content .featList dt {
    float:left;
    width:110px;
    padding-bottom:4px;
    white-space:nowrap;
}
#primary_content .featList dd {
    border-bottom:1px solid #CCC;
    padding:0 0 4px 130px;
    margin-bottom:5px;
    width:auto;
}
*/
table.featList {
    margin: 0;
    padding: 0;
}
table.featList tr {
    margin: 0;
    padding: 0;
}
table.featList td {
    margin: 0;
    padding: 5px;
    text-align: left;
}
table.featList td.name {
    font-weight: bold;
    white-space:nowrap;
}
table.featList td.value {
    width: 100%;
}

/* Tabs */
/* .tBox{padding:18px 10px 18px 10px;font-size:11px;border:1px solid #999;background:url(images/lightFade.gif) repeat-x 0 100%;}
.tabs{width:510px;clear:both;}
ul.tabNav li{display:inline;}
#primary_content ul.tabNav{list-style:none;margin:0;padding:0;}
ul.tabNav li a{padding:3px 10px 2px 10px;background-color:#EEE;color:#666;text-decoration:none;font-size:10px;border-top:1px solid #CCC;border-left:1px solid #CCC;border-right:1px solid #CCC;}
ul.tabNav li a:hover{color:#333;}
ul.tabNav li a.selected{background-color:#FFF;color:#333;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #999;border-bottom:2px solid #FFF;}
*/

/* cartProducts
-------- the carts main table ---------------- */
#primary_content .cartProducts {
    clear:both;
    margin:0 0 18px 0;
    /* width:50%; */
    font-size:90%;
}
#primary_content .cartProducts td {
    padding:4px 12px;
    /* white-space: nowrap; */ /* CS - removed to keep the table from extending beyond the div if there's a lot of text */
}
#primary_content .cartProducts td.price {
    font-weight:bold;
    color:#333;
    font-size:10px;
    text-align: right;
}
#primary_content .cartProducts th {
    padding:4px 10px;
    font-weight: bold;
    white-space: nowrap;
}

/* the buttons in the cart table */
.cartProducts td.button {
    text-align: center;
    vertical-align: middle;
}

.cartProducts td.sm_cart_img {
    margin: 0;
    padding: 0;
    /*width: 20px;*/
/*
        <td class="sm_cart_img">
          <img src="{{ i.product.primary_image.url }}" alt="" />
        </td>
*/

}
.cartProducts img.sm_cart {
    height: 20px;
}


/* for the subtotal box */
.cartProducts tfoot td.left_subtotal {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.cartProducts tfoot td.right_subtotal {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
/* #666 #eee #999 #ccc */
}

/* <div id="calc_ship_box"> */
td.calc_ship_box_top {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight:bold;
    color: #000;
    font-size:10px;
}
td.calc_ship_box_mid {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
td.calc_ship_box_bottom {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* --- for the landing page -------- */
#primary_content #popularProd  { padding:0;}
#popularProd li {
	height:230px;
	width:248px;
	float:left;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
#popularProd li.first{
	padding-left:0;
}
#popularProd li.end {
	padding-right:0;
	border-right:none;
}
#popularProd li.bottom {
	border-bottom:none;
}
span.thumbHome {
	display:block;
	overflow:hidden;
	width:240px;
	height:185px;
	margin:10px auto 0 auto;
}
span.thumbHome img {
}
#popularProd li h4 {
	border:none;
	text-align:center;
}

/* --- sku text --- */
.sku {
    font-weight:bold;
    font-size:75%;
}


/* ------- sign stuff ---------------- */
/*  $("ul.sign_chart li").bind("mouseenter",function(){ */
ul.sign_chart li {
    display: inline;
    float: left;
    border: 1px solid white;
}
ul.sign_chart li:hover {
    border-color: #f60;
}
ul.sign_chart a {
    display: block;
    width: 100px;
    height:125px;
    text-align:center;
    padding:4px 2px;
    margin:0;
    /*border:1px solid white;*/
}
/*ul.sign_chart a:hover {
    border-color:orange;
}*/
ul.sign_chart p {
    margin:2px 0;
    padding:0;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
    line-height:1.1em;
}
ul.sign_chart h5 {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:2px;
	font-size:9px;
	border-bottom:none;
    line-height:1.1em;
}
ul.sign_chart img {
    /*vertical-align:middle;*/
}
h2.sign_usage {
	clear:both;
	font-size:1em;
}

#sign_chart_detail #sign_img {
	float:left;
	padding:0 20px 10px 0;
}
#sign_chart_detail h3 {clear:both;}

a.show_all_signs {
    display:block;
    font-size:9px;
    font-weight:normal;
    text-decoration:underline;
    margin-left:25px;
    padding-bottom:10px;
}

table.sign_prices {
    border:1px solid gray;
    font-size:.9em;
    border-collapse:collapse;
}
.sign_prices td, .sign_prices th {
    padding:4px 6px;
}
td.sign_material {
    padding-left:25px;
    text-align:left;
}
.sign_size th {
    background-color:#DDDDDD;
    padding:2px;
}
table.sign_prices a {
    text-decoration:underline;
    font-weight:normal;
}
table.sign_prices tbody tr:hover td {
    background-color:#CCCCCC;
    cursor:pointer;
}

#sign_data table {
	width: 450px;
}
#sign_data td.detail ul {
	padding:0;
	margin:0;
}
#sign_data td.title {
	font-weight:bold;
	width:33%
}
#form_filter {
	font-size:11px;
	padding-bottom:10px;
}
#form_filter select, #form_filter input.text1 {
	font-size:11px;
	padding:1px;
}
#form_filter ul {
    padding-bottom:15px;
    padding-left:0;
    clear:both;
}
#form_filter li {
	display:inline;
	float:left;
	margin:2px 1em 2px 1em;
	padding:0;
}
#form_filter fieldset {
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	padding:5px;
    margin-top:6px;
}
#form_filter legend {
	margin-left:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:9px;
	letter-spacing:2px;
}
#form_filter .submit_button {float:right;padding:0 10px;}

.sign_detail h4 { clear:both;}
.sign_detail fieldset {
    font-size:.90em;
    clear:both;
    width:100%;
    padding:5px 0;
}
.sign_detail form li {
    display:inline;
    float:left;
    margin-left:4px;
}
.sign_detail form ul  {}
.sign_detail label {
    margin:0 2px 0 2px;
}
.sign_detail input {margin: 0 10px 4px 0;}
.sign_detail form select, .sign_detail form input {
    padding:1px;
    font-size:.95em;
}
div.signchart_footnote {
    border-top:1px dotted gray;
    clear:both;
    padding-top:10px;
}
.signchart_footnote p {
    font-size:.8em;
    line-height:1em;
}


/* ---------- CS Prod Nav  2---------- */
/*  Style for Drop Down Menu  */

.dropmenudiv_e{
    position:absolute;
    top: 0;
    border: 1px solid #657f27; /*THEME CHANGE HERE*/
    border-width: 0 1px;
    font-weight:normal;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
    font-size:83%;
}


.dropmenudiv_e a{
    width: auto;
    display: block;
    text-indent: 5px;
    border: 0 solid #657f27; /*THEME CHANGE HERE*/
    border-bottom-width: 1px;
    padding: 2px 0;
    text-decoration: none;
    color: black;
    font-weight:normal;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	/*background-color: #c8e181;*/
	color:red;
}
=======
/* ----- cat-list stuff ----- */
ul.catlist li.col1, ul.catlist li.col2 {
    display: inline;
    float: left;
}
ul.catlist li.col3 {


    clear: right;
}
ul.catlist div {
    width: 100px;
    height:125px;
    text-align:center;
    line-height:1em;
    padding:2px;
    margin:0;
}

/* where is this used? */
.catlist td {
    border: 1px solid #fff;
    text-align:center;
}
.catlist td:hover {
    border: 1px solid #red;
}

/* cart_info_box */
#cart_info_box {
    padding: 10px;
    margin-top: 40px;
    border: 1px solid #f2b335;
    /*height: 120px;*/
    width: 750px;
    overflow: hidden;
}

#cart_info_box .left {
    padding: 10px;
    float: left;
    width: 70px;
}

#cart_info_box .right {
    width: 600px;
    float: left;
}


#primary_content form.checkout_form {
    /*
    background-color: yellow;
    padding: 30px;
    margin: 40px;
    */
}

#primary_content form.checkout_form p,
#primary_content form.checkout_form div {
    padding-top: 5px;
    margin-top: 5px;
}
