﻿body
{
	margin: 0;
	padding: 0;
    line-height: 125%;
	font-family: Verdana, Helvetica, Tahoma, sans-serif, "Lucida Grande";
	color: #000;
	font-size: 10px;
}
img
{
    border:none;
}

a:link, a:visited {	text-decoration: none; 	color: #126bd9; }
a:hover { text-decoration: underline;  color: #126bd9; }

/* HEADINGS */
h1
{

}
h2
{
    font-family: Georgia, serif;
    font-size: 33px;
    font-style: italic;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.4em;
    color:#bcbcbc;
}
/* MAIN BODY */
#mainbody
{
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #9e9e9e;
	padding: 10px;
	background: #ededed;
}


/* TOOLBAR */
#toolbar {
	height: 31px;
	background: url(images/toolbar-bg.png) repeat-x;
	position: relative;
}

/* TEMPLATE LAYOUT STUFF */
#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
	background: #bfbfbf;
}

#mainbg {
	background: url(images/body-bg.png) repeat-x;
}

#mainbg-2 {
	background: #5b5f5f url(images/body-shadow-br.png) 100% 0 repeat-y;
}

#mainbg-3 {
	background: transparent url(images/body-shadow-bl.png) 0 0 repeat-y;
}

#mainbg-4 {
	background: transparent url(images/body-shadow-tr.png) 100% 0 no-repeat;
}

#mainbg-5 {
	background: transparent url(images/body-shadow-tl.png) 0 0 no-repeat;
	padding: 0 25px;
}

#mainft-2 {
	background: #bfbfbf url(images/footer-shadow-tr.png) 100% 0 no-repeat;
}

#mainft-3 {
	background: transparent url(images/footer-shadow-tl.png) 0 0 no-repeat;
	padding: 0 24px;
}
/* PAGE HEADER */
.page_header
{
     font-size:125%;
     font-weight:bold; 
}

/* SECTION HEADER */
.section_header
{
     background-color:#D0D0D0;
     color:#000;
     font-size:115%;
     font-weight:bold; 
     padding-top:5px;
     padding-bottom: 5px;
     text-align:center;
     margin:0px;
}
/*=====================================================
        Products Grid View Styles
======================================================*/
.szn
{
    color: #306A13;
    font-size: 10px;
}
.available_units
{
    color: #116bce;
    font-size: 9px;
    font-weight:bold;
}
.product_thumb
{
    /*background-image:url(images/no_photo.gif);*/
    background-repeat:no-repeat;
    border: solid, 1px, #000;
}
/*=====================================================
        Divisions
======================================================*/
.division
{
    padding:10px;
}
/* OTHER */
.hidden
{
    visibility:hidden;
}
.grid_select
{
     font-weight:bold;
     font-style:italic; 
}