BODY {
    m-argin: -10px 0px 0px -10px;
    p-adding: 0px;
    b-ackground-color: #000;
    f-ont-family: verdana, arial, helvetica, sans-serif;
    l-ine-height: 16px;
}

HTML BODY {
    margin: 0px;
    padding: 0px;
    line-height: 16px;
    background-color: #242424;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: #FFFFFF;
}

/* --- global styles ----------------------------------------------------------------------------------------*/
p {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #bbbbbb;
    text-decoration: none;
    font-weight: normal;
    margin: 5px 40px 15px 17px;
}

strong {
    color: #fff;
}

.nomargin {
    margin-bottom: 5px;
}

.imgborder {
    border: 1px solid #003366;
}

.caption {
    margin: 0px 7px 0px 0px;
    font-size: 9px;
    color: #002f66;
}

dl {
    margin: 10px 0px 20px 15px;
}

dt {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    color: #002f66;
    padding: 0px;
}

dd {
    margin: 3px 0px 5px 15px;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 10px;
}

td {
    font-size: 12px;
}

/* --- lists and etc ---------------------------------------------------------------------------------------*/
ul {
    margin: 5px 0px 0px 5px;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 9px;
    list-style: none;
    padding: 0px ;
}

ol li {
    margin: 5px 5% 5px 0px;
}

li {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 9px;
    line-height: 14px;
    color: #002f66;
    margin: 0px;
    padding: 0px;
}

packageListItem {
    background-color: lime;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 9px;
    line-height: 10px;
    color: #002f66;
    margin-left: 250px;
    padding: 0px;
}

/* ----- h1 thru h5 -------------------------------------------------------------------------- */
h1 {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 15px;
    font-weight: bolder;
    color: #ccc;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    height: 18px;
}

h1 span {
    float: right;
    font-weight: 0;
}

h2 {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    color: #000;
    margin: 0px 5px 3px -1px;
    padding: 0px;
    text-align: left;
}

h3 {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 13px;
    font-weight: bolder;
    color: #333;
    margin: 0px 5px 5px 0px;
    padding: 0px;
}

h4 {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 14px;
    color: #3C8042;
    margin: 0px;
}

h6 {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    color: #000;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    text-align: right;
    text-transform: lowercase;
}

<%
if  (InStr (agent, "compatible ") > 0 and InStr (agent, "IE ") > 0) or 
    (InStr (agent, "Gecko ") > 0) then  %> H1,H2,H3,H4,H5,H6 {
    width: 100%;
}

<%
end if  %> .underline {
    border-bottom: 1px solid #002f66;
}

/* ----- normal links --------------------------------------------------------------------------- */
.small {
    font-family: arial, manaco, helvetica, sans-serif;
    font-size: 10px;
}

input {
    background-color: #fff;
    border: 1px solid #cecece;
}

.button {
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    color: #000;
    line-height: 14px;
    padding: 0px;
    border: 1px solid #5c5c5c;
    background-color: #ccc;
    margin: 2px 3px 2px 0px;
    cursor: hand;
}

select,input,textarea {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 11px;
    color: #000;
    vertical-align: top;
    background-color: #f9f9f9;
}

/* ----- PAGE TABLE STYLES ---------------------------------------------------------------- */
    /* ----- contact form ---------------------------------------------------------------- */
TABLE.contact {
    background-color: #eee;
    border: #999 0px solid;
    border-width: 1px 1px 1px 1px;
    color: #000;
    font-size: 10px;
    margin: 8px 0px 0px 0px;
    width: 450px;
}

TABLE.contact TH {
    background-color: #336699;
    border: #000 0px solid;
    border-width: 0px 0px 2px 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    text-align: left;
}

TABLE.contact TH span {
    float: right;
    font-size: 10px;
}

TABLE.contact TD {
    font-size: 10px;
    padding-right: 5px;
}

TABLE.contact TD.end {
    background-color: #336699;
    border: #999 0px solid;
    border-width: 1px 0px 0px 0px;
    color: #fff;
    font-size: 11px;
    text-align: right;
}

TABLE.contact TD.note {
    background-color: #ccc;
    border: 0px #000 solid;
    border-width: 1px 0px 0px 0px;
    color: #000;
    font-size: 11px;
}

/* ----- normal links --------------------------------------------------------------------------- */
a {
    color: white;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: x-small;
    text-decoration: underline;
}

a:visited {
    color: white;
    font-family: verdana, geneva, arial, sans-serif;
    text-decoration: underline;
}

a:hover {
    color: #ffcc33;
    font-family: verdana, geneva, arial, sans-serif;
    text-decoration: underline;
}

.imgBorder {
    border: 1px solid #003366;
}

/* ----- header ---------------------------------------------------------------- */
DIV#header {
    m-argin-top: 15px;
}

/* ----- template ---------------------------------------------------------------- */
#mainContent {
    margin-top: 10px;
    font-size: 12px;
    width: 750px;
    background-color: #666;
}

TD#content {
    padding-top: 5px;
    padding-bottom: 15px;
}

/* contentLeft and contentRight should add up to 720px */

DIV#contentLeft {
    background-color: #4c4c4c;
    background-image: url('../images/template/leftbox_right_bg.gif');
    background-repeat: repeat-y;
    background-position: 100%;
    margin-bottom: 15px;
}

DIV#contentLeftTop {
    text-align: right;
    background-image: url('../images/template/leftbox_top_bg.gif');
    background-repeat: repeat-x;
    position: relative;
    top: 0px;
    left: 0px;
    width:  100%;
    height: 10px;
}

DIV#contentLeftMiddle {
    background-image: url('../images/template/leftbox_content_bg.gif');
    background-repeat: no-repeat;
    background-position: 210px;
    Zpadding: 0px 5px 5px 5px;
    font-size: 12px;
    width: 186px;
}
html>body DIV#contentLeftMiddle {
    width: 185px;
}
    
DIV#contentLeftBottom {
    text-align: right;
    background-image: url('../images/template/leftbox_bot_bg.gif');
    background-repeat: repeat-x;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
}

DIV#contentLeft h1 {
    color: #ccc;
}

DIV#contentLeft .underline {
    border-bottom: 1px solid #ccc;
}

#contentLeftMiddle a {
    color: #ccc;
}

#contentLeftMiddle a:hover {
    color: #FFF;
}

#contentRightTitle a {
    color: #ccc;
}

#contentRightTitle a:hover {
    color: #000;
}

/*
	DIV#rightColumn {
		width: 500px;
		float: right;
	}
        */
DIV#contentRight {
    background-color: #734c4c;
    background-image: url('../images/template/rightbox_left_bg.gif');
    background-repeat: repeat-y;
    margin-bottom: 15px;
    /* padding-right: 5px; Added 6/22 CbC */
}

DIV#contentRightTop {
    text-align: left;
    background-image: url('../images/template/rightbox_top_bg.gif');
    background-repeat: repeat-x;
    position: relative;
    left: 0px;
    top: 0px;
    height: 10px;
}

DIV#contentRightTitle {
    background-image: url('../images/template/rightbox_content_bg.gif');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 0px 5px 5px 5px;
    font-size: 12px;
}

DIV#contentRightBody {
    padding: 0px 5px 5px 5px;
}

DIV#contentRightBottom {
    text-align: left;
    background-image: url('../images/template/rightbox_bot_bg.gif');
    background-repeat: repeat-x;
    position: relative;
    left: 0px;
    top: 0px;
    height: 10px;
}

DIV#contentRight h1 {
    color: #FFCC33;
    z-indez: 150;
}

DIV#contentRight h3 {
    color: #FFCC33;
}

DIV#contentRight .underline {
    border-bottom: 1px solid #FFCC33;
}

DIV#contentLeftBorder {
    position: absolute;
    top: 0px;
    left: -10px;
    Zbottom: 0px;
    height: 100%;
    width: 6px;
    background-color: lime;
    Zbackground-image: url('../images/template/content_sideleft.gif');
    Zbackground-repeat: repeat-y;
}

DIV#contentRightBorder {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 6px;
    background-image: url('../images/template/content_sideright.gif');
    background-repeat: repeat-y;
}

#sideLeftBG {
    background-image: url('../images/template/content_sideleft.gif');
    background-repeat: repeat-y;
    background-position: right;
    height: 100%; 
    width: 6px; 
}
html>body #sideLeftBG {
    width: 6px; 
}

#sideRightBG {
    background-image: url('../images/template/content_sideright.gif');
    background-repeat: repeat-y;
    background-position: left;
    height: 100%; 
    width: 6px;
}
html>body #sideRightBG {
    width: 7px; 
}

#bottom {
    background-image: url('../images/template/bottom_bg.gif');
    background-repeat: no-repeat;
    height: 100%; /* Added 6/22 CbC */
}

#leftColumn {
    float: left;
    position: relative;
    top: 0px;
    width: 190px;
    /* background:#fff; */ /* border:1px solid #000; */
    left: 0px;
}

#rightColumn { /* background:#fff; */
    Zfloat: right;
    Zmargin-left: 240px;
    /* margin-right:299px; */ /* border:1px solid #000; */
    width: 507px;
    /*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 228px;
    /* margin-right:401px; */
}

html>body #rightColumn {
    margin-left: 231px;
    /* margin-right:401px; */
}

#rightcontent {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 200px;
    background: #fff;
    border: 1px solid #000;
}

.rightCorner {
    position: absolute;
    top: 0px;
    right: -1px;
}

div>img.rightCorner {
    right: 0px;
}

.leftCorner {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* ----- showProducts ---------------------------------------------------------------- */
TABLE.showProducts {
    background-color: #7c4c4c;
    width: 450px;
    border: 0px solid #ddd;
    border-width: 2px 2px 1px 1px;
    border-collapse: collapse;
    margin-bottom: 15px;
    color: #ddd;
}

TABLE.showProducts TD {
    border: 0px solid #ddd;
    border-width: 0px 0px 1px 1px;
    padding: 3px 5px 3px 3px;
}

TABLE.showProducts TH {
    border: 0px solid #ddd;
    border-width: 0px 0px 1px 1px;
    text-align: left;
    padding: 4px;
    color: #ffcc33;
    font-size: 12px;
}

TABLE.showProducts tfoot
{
    border: 0px solid #ddd;
    border-width: 0px 0px 1px 1px;
    text-align: left;
    padding: 4px;
    color: #ffcc33;
    font-size: 12px;
}

TABLE.showProducts TD.end {
    text-align: center;
}

TABLE.showProducts TD.end input {
    width: 105px;
}

.orange {
    color: #ffcc33;
    font-weight: bold;
}

DIV#toolbar {
    margin-bottom: 10px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
}

DIV#toolbar a {
    color: #ccc;
    text-decoration: none;
    font-size: small;
}

DIV#toolbar a:visited {
    color: #ccc;
    text-decoration: none;
}

DIV#toolbar a:hover {
    color: #FFCC33;
}

.printBR {
    display: none;
}

/*
 *
 */
.productNameColumn
{
    Zbackground-color: lime;
	width: 160px;
}

.cartProductNameColumn
{
    Zbackground-color: lime;
    margin: 0px;
    padding: 0px;
    border: 0px;
	width: 125px;
}

.productIdColumn
{
	width: 70px;
}

.productQtyColumn
{
    Zbackground-color: fuchsia ;
	width: 50px;
	text-align: right;
}

.productPriceColumn
{
    Zbackground-color: silver;
	width: 80px;
	text-align: right;
}

.productWeightColumn
{
    Zbackground-color: yellow;
    left: 25px ;
	width: 50px;
	text-align: right;
}

.productOtherColumn
{
	width: 55px;
}

.productPickupChargeColumn
{
    Zbackground-color: aqua;
    width: 55px;
    text-align: right;
}

.cartFooter
{
    Zbackground-color: white;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/*
   ------------------------------------------------------------
   Popup component
   ------------------------------------------------------------
*/

.popup {
    background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size:smaller;
    padding: 5px;
}

.popup table {
    font-size:smaller;
}


