
/* body */
        #header, #header h3{
            background-color: #000000;
            color: #FFFFFF;
        }
        #header-left{
            float: left;
            width: 335px;
            margin-left: 25px;
            margin-top: 15px;
        }
        #header-mid{
            float: left;
            width: 250px;
            margin-left: 30px;
            margin-top: 10px;
        }
        #header-right{
            float: left;
            width: 260px;
            margin-left: 30px;
            margin-top: 0px;
            text-align: center;
        }
        #footer{
            padding: 15px;
            text-align: center;
            background-color: #000000;
            color: #FFFFFF;
            font-family: Arial, Helvetica,"Helvetica Neue", sans-serif;
            font-size: 12px;
        }
        #footer :link, #footer :visited{
            color: #FFFFFF;
            text-decoration: none;
        }
        #footer :hover, #footer :active{
            color: #FFFFFF;
            text-decoration: underline;
        }
        .sym {
            background-image: url(/images/white_dot.gif);
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }
        
        .contianer{
            /*background-color: #FF9933;*/
            background-color: #FFFFFF;
        }
        .content{
            padding: 10px;
        }
/* Content - changes look/feel of content */
#inNews { padding:0px 10px; color:#FFF; }
#header td { color:#FFF; }
#header { background-color:#000;}
#subheader { background-image:url("/images/subheader_spacer.gif"); background-repeat:repeat-x;}
.newsHeader { font-size:15px; }
.boldOrange { color:#ff9933; font-weight:bold; }
.newsTitle { font-size:15px; font-weight:bold; }
.navTitle { font-size:15px; font-weight:bold; }
.boldWhite { color:#FFF; font-weight:bold; }
#inProductHeader { font-size:12px; }
.productlist { padding:0px; margin-left:0px;list-style-image: url("/images/oBlock.gif"); margin-top:10px; }
.productlist li { margin-left:0px; font-size:11px; padding:0px;}
.productTitle, h1.productTitle { font-size:17px; font-weight:bold; margin-bottom: 0px; padding-bottom: 0px; }
.productTitleWhite { font-size:17px; font-weight:bold; color:#FFF; }
.navSubList { margin-left:50px; margin-bottom:10px; padding:0px; }
.navSubList li { margin:0px; padding:0px; }

.newsletter_small{
	background-image:url('/images/newsletter_submit_small.jpg');
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	height:141px;
	width:160px;
}
.newsletter_small div#newsbox_text {
	padding:5px 10px;
}
.input-txt{
    border: 1px solid #999999;
    background-color: white;
}
.input-txt:focus{
    border: 1px solid #000000;
    background-color: #FFC78F;
}
.clear{
    clear: both;
    
}

table.tight td{
    line-height: 1.3em;
    margin: 0px;
    padding: 3px;
}

.sub-header-notice{
    border: 1px solid #fae6d1;
    height: 25px;
    text-align: center;
    font-size: 15px;
    background-color: #ff9933;
    color: black;
}
.sub-header-product{
    height: 48px;
    font-size: 18px;
    line-height: 2.5em;
    font-weight: bold;
    background-color: black;
    background-image: url(/images/product_category_lrg_hdr_bg.gif);
    background-repeat: repeat-x;
    color: white;
    border-right: 1px solid #777777;
}
.factoid-green{
    background-image: url(/images/factoid-green.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 272px;
    height: 140px;
    float: right;
    
}
.factoid-green-inner{
    padding-top: 55px;
    padding-left: 70px;
    padding-right: 25px;
    
}


/* Admin */
.adminTable { border:1px solid #FFF; }
.adminHeader { border-bottom:1px solid #FFF; background-color:#000; color:#FFF; }
.adminRow0 { background-color:#FFF; }
.adminRow1 { background-color:#ff9933; }
.adminRow1 a:link, .adminRow1 a:visited { color:#FFFFFF; }
.adminRow1 a:hover { color:#A65B11; }
.adminRowHidden { background-color:#b26b24; }
/*#inProductAdminHeader { font-size:12px; padding:10px; background-image:url("/images/productsTopBG.gif"); background-repeat:repeat-y; }
#inProductAdminContent { font-size:12px; padding:10px; background-image:url("/images/productsBottomBG.gif"); background-repeat:repeat-y; color:#FFF; }*/
#inProductAdminHeader { font-size:12px; padding:10px;  }
#inProductAdminContent { font-size:12px; padding:10px;  }
#inProductAdminHeader a { color:#000; }
#inProductAdminContent a { color:#000; }

.link-white:link, .link-white:visited {
    color: white;
    text-decoration: none;
}
.link-white:hover, .link-white:active {
    color: white;
    text-decoration: underline;
}
.cartTable{
    width: 100%;
    border: 1px solid black;
}
.cartTable thead{
    background-color: #FF9933;color: #FFFFFF;
}
.cartTable thead td{
    text-align: center;
}
.th-border-right{
    float: right;
    border-right: 1px solid white;
}
.cartTable .row-0{
    background-color: #FFFFFF;color: #000000;
}
.cartTable .row-1{
    background-color: #FF9933;color: #FFFFFF;
}
.cartTable input[type=text]{
    text-align: right;
    width: 50px;
    border: 1px solid black;
}
.orange-button, input.orange-button, .orange-button:link, .orange-button:visited{
    background-color: #FF9933;
    background-image: url(/images/orange-button-bg.gif);
    background-position: top center;
    background-repeat: repeat-x;
    border: 1px solid black;
    color: black;
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; 
    -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
    cursor: default;
    text-decoration: none;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    margin: 0px;
}
.orange-button:hover, .orange-button:active{
    cursor: pointer;
    text-decoration: none;
    
}

.box-gray, .box-info, .box-error, .box-notice, .box-success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.box-gray{background:#EDEDED;color:#444444;border-color:#CCCCCC;}
.box-gray .img_panel{
	float:left;
	overflow:hidden;
	margin:5px;
	width:120px;
}
.box-info {background:#E0ECFF;color:#444444;border-color:#7799BB;}
.box-error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.box-notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.box-success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.box-error a {color:#8a1f11;}
.box-notice a {color:#514721;}
.box-success a {color:#264409;}
.required{
	color: red;
	font-weight: bold;
}


#header-nav, #left-col, #header, #footer{
    display: none;
}
#header-print, #footer-print{
    display: block;
}
