img { border: 0px; }

.titleBlue {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7891AB;
}
.linkWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.linkWhiteMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
td.link_bar a, td.link_bar img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6B84A0;
}

div.productThumb {
	width: 150px;
	height: 250px;
	margin: 4px;
	float: left;
	text-align: center;
	padding-top: 1px;
}
.productThumb .imageLink {
	display: block;
	height: 130px;
}


div.productThumb img{
   border: 0px;
   cursor: pointer;
}

td.label {
   text-align: center;
}

ul.categories {
padding-left: 30px;
}
ul.categories li {
	list-style-image: url(images/dash.jpg);
	margin: 0px;
	padding: 0px;
/*	height: 18px;*/
}
ul.categories a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


div#ajax_cart {
   position: absolute;
   top: 10px;
   right: 10px;
   width: 200px;
   text-align: center;
   border: 1px dashed blue;
   padding: 5px;
}

div#ajax_cart .trash {
   border: 1px dashed blue;
   font-size: smaller;
   margin: 0px;
   clear:both;
}

div.productThumb_cart {
   text-align: left;
   vertical-align: middle;
   width: auto;
   float:left;
   clear:both;
   height: 32px;
   padding: 0px;
   margin: 0px;
   margin-bottom: 3px;
}
/*
div.productThumb_cart a{
   display: block;
   width: 32px;
   height: 32px;
   margin: 0px;
   padding: 0px;
}*/

div.cart_active {
   background-color: #bbccee;
}

div.trash_active {
   background-color: #ffee88;
}

div.productThumb_cart .mainText {
   font-size: smaller;
   font-weight: bold;
}

div#horizontal_ruler {
   width: 100%;
   height: 37px;
   background-image: url('images/inch_horizontal.gif');
   background-repeat: repeat-x;
}

.vertical_ruler {

   background-image: url('images/milli_vertical.gif');
   background-repeat: repeat-y;
}

div#image_container_vertical {

   background-image: url('images/inch_horizontal.gif');
   background-repeat: repeat-x;
   background-position: 64px 0%;
   margin-left: auto;
   margin-right: auto;
}

div#image_container_vertical div#vertical {

   width: 100%;
   height: auto;
/*    padding-left: 37px; */
   padding-bottom: 0px;
   background-image: url('images/milli_vertical.jpg');
   background-repeat: repeat-y;
   background-position: top left;
   text-align: right;
margin: 0px;
   padding: 0px;

   clear:both;
}
div#image_container_vertical div#vertical img{
   margin: 0px;
   padding: 0px;
   padding-left: 64px;
}

div#image_container_vertical div#corner_block{
   display: block;
   z-index: 1000;
   height: 37px;
   width: 64px;
   background: #1C4A86;
   text-align: left;
   float: left;
   clear:both;
}
table#shoppingCart {
	border: 1px solid #BEC6CF;
}
.input_full_width {
	width: 100%;
}
input {
	border: 1px solid #CCCCCC;
}
div#address_text {
	padding: 10px;
}

.input_city {
	width: 105px;
}
.input_state {
	width: 25px;
}
.input_postal_code {
	width: 69px;
}
.input_half_width {
	width: 100px;
}
.input_card_exp {
	width: 50px;
}



table#shoppingCart td.header {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #7B95AE;
	margin-bottom: 20px;
	text-align: center;
}



h1 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 24px;
            font-weight: bold;
            color: #000000;
            text-decoration: none;
}

.docText {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: normal;
            color: #000000;
}

.docTextLg {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: normal;
            color: #000000;
}

.docTextSm {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight: bold;
            color: #000000;
}
.fms_nav_bar a{
color: white;
}