﻿


     A {text-decoration:none;}
     A:hover {text-decoration:underline;}	



    .cm-bold-lblue-9 {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 10px; color: #003399;}
    .cm-bold-brgy-11 {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 11px; color: #993300;}
    .cm-bold-oliv-13 {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 13px; color: #666633; font-weight: bold;}
    .cm-org-12 {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 12px; color: #FF6600;}
    .cm-bold-lblue-10 {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 10px; color: #003399;}
    .cm-standard-blk-sl {font-family: Verdana, Arial, Helvetica; font-size: 8px; color: black; }
    .cm-standard-blk {font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; }
    .cm-standard-grey {font-family: Verdana, Arial, Helvetica; font-size: 9px; color: #666666; }
    .cm-standard-blk-11 {font-family: Verdana, Arial, Helvetica; font-size: 11.5px; color: black; }
    .cm-bold-blk-10 {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 10px; color: black; font-weight: bold;}
    .cm-bold-nvy-10 {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 10px; color: navy; font-weight: bold;}
    .cm-bold-nvy-9 {font-family: Verdana, Arial, Helvetica; font-size: 9px; color: navy; font-weight: bold;}
    .cm-bold-red-10 {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 10px; color: red; font-weight: bold;}
    .cm-bold-grn-10 {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 10px; color: green; font-weight: bold;}
    .cm-grn-10 {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 10px; color: green;}
    .cm-bold-blk {font-family: Verdana, Arial, Helvetica; font-size: 11px; color: black; font-weight: bold;}
    .cm-bold-dtan {font-family: Verdana, Arial, Helvetica; font-size: 10px; color: navy; font-weight: bold;}
    .cm-standard-wht {font-family: Verdana, Arial, Helvetica; font-size: 10px; color: white; }
    .cm-bold-wht-12 {font-family: Verdana, Arial, Helvetica; font-size: 11px; color: white; font-weight: bold;}
    .cm-bold-lblue {font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #336BC2; font-weight: bold;}
    .cm-bold-red {font-family: Verdana, Arial, Helvetica; font-size: 11px; color: red; font-weight: bold;}
    .cm-red {font-family: Verdana, Arial, Helvetica; font-size: 10px; color: red;}
    .cm-bold-red-sm {font-family: Verdana, Arial, Helvetica; font-size: 10px; color: red; font-weight: bold;}
    .cm-bold-nblue {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 12px; color: navy; font-weight: bold;}
    .cm-standard-nblue-sl {font-family: Verdana, Arial, Helvetica; font-size: 9px; color: navy;}
    .cm-standard-nblue {font-family: Verdana, Arial, Helvetica; font-size: 11px; color: navy;}
    .cm-standard-nRed {font-family: Verdana, Arial, Helvetica; font-size: 11px; color: red;}
    .cm-standard-nblue-2 {font-family: Arial, Verdana, Helvetica; font-size: 11px; color: navy; font-weight: bold;}
    .cm-standard-nblue-lg {font-family: Verdana, Verdana, Arial, Helvetica; font-size: 13px; color: navy; font-weight: bold;}
    .cm-standard-lblue {font-family: Verdana, Arial, Helvetica; font-size: 9px; color: #336BC2; font-weight:bold}
    
        .SKU {font-family: Verdana, Arial, Helvetica; font-size: 10px; background:background-color:whitesmoke; color: black;  }
        
        .SKUDescription{font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; }
        .ShoppingCartItemPrice{font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; }
        .ShoppingCartLineTotal{font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; }
        .ShoppingCartQuantity{font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; }
        .ShoppingCharges{font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; font-weight:bold; }
        .ShoppingLineTotal{font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; font-weight:bold; }
    
    .thProductImage
    {
		
	
	 border:0;
    }
    
    .hide
    {
		visibility:hidden;
		display:none;
		
		
    }
    
    
    #rightcontent {
		position: absolute;
		right:5px;
		top:140px;
		width:180px;
		background:#fff;
		margin-right:10px;
			z-index:100;

		}
    
    .enlarge-picture
{
    font-size:.9em;
    text-align:center;
}
.smalltext
{
    font-size: 8pt;
    color: #666666;
    font-family: verdana;
}

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("maskBG.png") !important; /* For browsers Moz, Opera, etc.*/
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}


	
.tenpixspacer
{
    height:10px;
}
.twentypixspacer
{
    height:20px;
}

h1
{
	color: #5b626c;
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
	
}

h2
{
	color: #3366ff;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	border-bottom: silver thin dashed;
}

h3 {
	color: #5b626c;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
}

.coreboxbody
{
    background-image:url(/images/core_box_bg.gif);
    width:140px;
    padding-left:20px;
    padding-right:20px;
}
.coreboxtop
{
   background-image:url(/images/core_box_top.gif);
   height:22px;
   width:180px;

}
.coreboxbottom
{
    width:180px;
    background-image:url(/images/core_box_bottom.gif);
    height:22px;

}
.coreboxheader
{
    width:180px;
    background-image:url(/images/core_box_bg.gif);
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}

.logincell
 {
    background-color:#ffffff;
    vertical-align:middle;
    text-align:center;
    width:50%;
 }
 
 
 loginheader
{ 
	
    height:30px;
    font-weight: bold; 
    font-size: 10pt; 
    color: #666666; 
    font-family: verdana; 
    background-color: #f5f5f5; 
    text-align:center;
 }
 .logtable
{
    border:1px solid #cccccc;
    width:800px;
    background-color:#cccccc;
    
}
.ButtonStyle
{
	background: "#FFFBFF";
	border: BorderStyle= "Solid" BorderWidth= "1px" Font-Names= "Verdana" Font-Size= "0.8em" ForeColor= "#284775";
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 0.8em;
	border-left: #cccccc 1px solid;
	color: #284775;
	border-bottom: #cccccc 1px solid;
	font-family: Verdana;
}

.SiteSeal
{
 
}