body {
	background-color: #FFF;
}
html, body, td, th {

	padding: 0;
	line-height: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0 5px 0 0;
}

.empty_search_message {
	margin: 10px 0;
	line-height: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#frame {
	width: 950px;
	margin: 0 auto;
}

tr.style_breaker {
	height: 35px;
}

tr.style_breaker td{
	background: url(/web/images/new/style_breaker.png) repeat-x;
}

input,
select {
	font-size: 10px;
}

#sitenav_left {
	width: 152px;
	float: left;
	margin-left: 4px;
	margin-top: 10px;
	padding: 0px;
	z-index: 200;
}

#sitenav_right {
/*	width: 200px; */
	float: right;
	margin-right: 4px;
	margin-top: 10px;
	padding: 0px;
	z-index: 200;

}
	
#content {
	padding: 5px;
	margin-left: 10px;
	float: left;
	width: 555px;
	min-height: 600px;
	overflow:hidden;	/* hiding parts of pages */
}

#enclose {
	float: left;
	width: 950px;
}

#header {
	background-color: #fff;
	color: #006;
	margin-bottom: 0px;
	}

.top_navigation {
	z-index: 100;
	text-align: left;
	width: 835;
	margin-left: 4px;
	background-color: #e2e2e2;
	border-left: solid gray 2px;
	border-right: solid gray 2px;
	border-bottom: solid gray 1px;
	border-top: solid gray 1px;

	}

#footer {
	background-color: #fff;
	text-align: center;
	color: #006;
	font-size: 11px;
	clear: both;
	padding: 2px 10px 5px 5px;
	}

.spacer {
	clear: both;
	}

/* Two Column Page */
#page_layout{
	width: 100%;
	float: left; }

.page_section {
     display: block;
     margin-left: 0px;
	 min-width: 600px; }

.col-A, .col-B {
     float: left; }

.col-A {
     display: block;
	 min-width: 250px;
     margin-right: -1px;
     padding-right: 5px; }

.col-B {
     display: block;
	 width: 300px;
	 text-align: left;
	 padding-left: 0px; }

.page_name{
	font-weight: bold;
	}
.page_description{
	text-align: left;
	width: 550px;
}

.section_header{
	border-bottom: solid black 1px;
	font-size: 1em;
	width: 600px;
	color: #009;
	text-align: left;
	font-weight: bold;
}

.warning_box {
	background-color: #ffffcc;
	font-size: 12pt;
	margin: 10px;
	padding: 10px;
}

.free_shipping{
	color: #900;
	font-weight: bold;
}


/* Checkout Layout */
.checkout_page {
     background-color: #fff;
	 width: auto;
	 margin-left: 75px;
	 margin-right: 50px;
	 margin-top: 10px; }
.checkout_section {
     margin: 0px;
     width: 100%;
	 min-height: 750px; }
.checkout_main {
     margin: 0px -3px 0px 10px;
	 z-index: 20;
     width: 100%;
	 min-width: 750px; }
.checkout_nav {
	z-index: 100;
	margin-left: 0 auto;
	}
.keep_shopping {
	margin-left: 600px;
	}

#deadline_info{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
	line-height: 2em;
}

/*** Nav bar styles ***/

ul#checkout_nav {
	padding: 0;
	margin: 0;
	background-color: #93C6E0;
	color: #fff;
	float: left;
	width: auto;
}

.checkout_step{
	font-size: 24px;
	font-color: #0000cc;
}

ul#checkout_nav li{
  display: inline;
  background-color: #93C6E0;
  padding: 10px;
  width: 50px;
  border: solid black 1px;
  color: #000;
  float: left;
}

ul#checkout_nav a {
	color: #fcc;
	}

ul#checkout_nav li a:hover {
	color: #cccccc;
}

ul#checkout_nav li.active{
	font-weight: bold;
	color: #fff;
}

/*----  Top Navigation/Content Pages ----*/

#top_nav {
	padding: 0px;
	margin: 0px;
	background-color: #e2e2e2;
	color: #fff;
	float: left;
	width: auto;
}

#top_nav li{
  display: inline;
  background-color: #e2e2e2;
  padding: 2px;
  color: #cc6600;
  float: left;
  font-size:12px;
}

#top_nav a {
	color: #006;
}

#top_nav a:hover {
	color: #99c;
}

#top_nav .active{
	font-weight: bold;
	color: #333;
}

.active{
	font-weight: bold;
	color: #333;
}


.site_navigation{
  background-color: #e2e2e2;
  border: solid gray 2px;
}


ul#navigation {
	padding-left:0px;
}

ul#subnavigation {
	padding-left:20px;
}
ul#navigation, ul#subnavigation{
	margin-left:0px;
	text-decoration: none;
	overflow:visible;
	list-style: none;
}

ul#navigation li  {
  text-align: left;
  font-size: 9pt;
  font-family: arial, helvetica;
  padding: 2px;
  color: #5e5e5e;
  font-weight: bold;
}

ul#navigation li.selected  {
  color: #006;
  font-weight: bold;
}

ul#navigation li a{
  font-weight: bold;
	text-decoration: none;
}

ul#navigation li a:link,  ul#navigation li a:visited {
	color: #5e5e5e;
}
ul#navigation li a:hover, ul#navigation li a:active {
	color: #6699cc;
	font-weight: bold;
}

ul#subnavigation li a{
  font-weight: normal;
  text-decoration: none;
}


a:link, a:visited { color: #008EA8; text-decoration: underline; }
a:hover, a:active { color: #CE1126; text-decoration: underline; }

ul#navigation li.actionrequired {
  font-weight: bold;
  color: #ff0000;
  font-size: 120%;
  text-decoration: none;
}

.style_details {
	text-align:left;
	background-color: #e2e2e2;
	padding: 5px;
	border: solid black 2px;
	width:250px;
}

.sale_price {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #b8001e;
    line-height: 1em; }

.regular_price{
	font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #336699;
    line-height: 1em; }

.bullet_point {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 8pt;
	}
.product_name {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	font-size: 10pt;
}

a:hover .product_name{
	color: #999;
}

.view_measurements{
	font-weight: bold;
	font-style: italic;
	color: #006;
	font-size: 10pt;
}

a:hover .view_measurements{
	color: #333;
}

.debit {
	font-weight: bold;
	color: #ff0000;
	}

.discount {
	font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #0099CC;
	line-height: 1.6em; }

.product_price_small {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10pt;
		display: inline;
		font-weight: bold;
        color: #b8001e;
        line-height: 1.0em; }

.product_description {
	color: #000;
	font-weight: normal;
	line-height: 1.2em;
}

.product_recommendations{
	color: #000;
	width: 600px;
	font-weight: normal;
	line-height: 1.2em;
}

.color_name{
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	}

.checkoutinstructions{
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	padding: 5px; 
	line-height: 16px;
}

.shipping_message {
	font-family: Verdana, Arial, sans-serif;
    color: #900;
	font-weight: bold;
	font-size: 11pt;
	line-height: 1.6em; }

.sub_instructions{
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	padding: 3px;
}

.footnotes{
	font-size: 8pt;
	color: #000;
}


/* Style */
 .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    margin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    margin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    margin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    margin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #000000;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}

p {
	line-height: 14px;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0 5px 10px 0;
	color: #000000;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
	line-height: 15pt;
	}

h3 {
font-size: 12pt;
line-height: 15pt;
text-align: left;
font-family: arial, helvetica, sans-serif;
color: #b8001e;
}

h4 {
font-size: 10pt;
line-height: 15pt;
font-family: Arial, Verdana, san-serif;
color: #7B9F00;
}

h5 {
font-size: 12pt;
line-height: 15pt;
text-align: justify;
font-family: Arial, Verdana, san-serif;
color: #000000;
}

ul {
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	margin: 15px 0;
	font-size: 11px;
} 

li {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
} 

ol {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #7B9F00;
}

table.chart {
 line-height: 15pt;
 border: 1px solid #008EA8;
 margin: 10px;
 }
 
 table.chart td{
 padding-left: 2px;
 }
                                                
 td.right {
  line-height: 15pt;
  text-align: center;
 }
                                                
 td.head {
 font-size: 11pt;
 line-height: 15pt;
 font-family: arial, helvetica, sans-serif;
 text-align: center;
 color: #ffffff;
 font-weight: bold;
 }
                                                                                    
 tr.alt {
  background-color: #F9F0C3;
 }

/* Style spec's for tooltip  */
div#tipDiv {
  position:absolute; visibility:hidden; left:2; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336;
  width:auto; padding:6px;
  color:#000; font-size:11px; line-height:1.3;
}
div#tipDiv a:link { color:#33b }
div#tipDiv a:visited { color:#339 }

.faqsection{
	display: block;
	border-bottom: 1pt solid #7B9F00;
	font-weight: bold;
	color: #7B9F00;
	font-size: 12px;
}

h4 a:link,
h4 a:visited,
h4 a:active {
	display: block;
	color: #008EA8;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 25px;
}

h4 a:hover {
	color: #008EA8;
}

.search_query{
	line-height: 15pt;
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	color: #000066;
}
.customer_information{
	margin: 10px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.program_details{
	margin: 10px 25px 10px 10px;
	padding: 2px 5px 5px 2px;
	background-color: #fff;
	border: solid #008EA8 1px;
}

.program_description{
	margin: 3px	0 3px 3px;
	padding: 3px 6px 3px 3px;
	border-right: 1px solid #E9C412;
}

.program_description_wide{
	margin: 3px;
	padding: 3px;
	width: 98%;
}

.program_form{
	padding: 3px;
	margin-left: 10px;
	
}

.program_name{
	line-height: 24px;
	margin: 5px 0 10px 5px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 20px;
	color: #008EA8;
	font-weight: bold;
}

.messagebox {
	border: dotted black 2px;
	background-color: #eef;
	text-align:center;
	color: #000;
	padding: 8px;
	margin-top: 6px;
}

.shippingbox {
	border: solid black 1px;
	background-color: #eee;
	color: #000;
	padding: 2px;
	width: 200px;
}

.problembox{
	padding: 5px;
	text-align:center;
	width: 45%;
	height: 200px;
	margin: 3px;
	float: left;
}

.problemmessage{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.approvebox {
	text-align:center;
	padding: 5px;
	margin: 3px;
	width: 45%;
	height: 200px;
	float: left;
}

.approvemessage {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

ul.address{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.address li {
	color: #000;
	text-indent: 10px;
}

table.orderdetails {
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  position: relative;
  top: -4px;
  left: -4px;
  }

table.orderdetails th, table.orderdetails td {
  margin: 0;
  padding: 8px 20px;
  text-align: center;
  border-bottom: 1px solid #b5b5b5;
  }

table.orderdetails .left {
  text-align: left;
  }

table.orderdetails td.right{
  	margin: 0;
	font-size: 10pt;
	padding: 2px 20px;
	text-align: right;
	font-weight: bold;
  }

table.orderdetails tr {
  background: #e6e6e6;
  }

table.orderdetails tr.alt {
  background: #f1f1f1;
  }

table.orderdetails tr.summary{
  padding: 1px;
  }

table.orderdetails td.summarylabel{
	border-bottom: none;
	margin: 0;
	padding: 2px 20px;
	text-align: right;
	font-weight: bold;
  }

table.orderdetails td.summaryvalue{
	border-bottom: none;
	margin: 0;
	padding: 2px 20px;
	text-align: right;
	font-weight: bold;
}

table.orderdetails td a {
  font-weight: bold;
}

table.orderdetails caption {
  margin: 0;
  padding: 8px 20px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #000;
  border-bottom: none;
  background: #fff;
}

.orderframe {
  background: #919191;
  clear: both;
}

.logo{
  width: 100px;
  height: 100px;
}

.logodetails{
  font-size: 8pt;
  font-weight: bold;
}

.box {
  width: 200px;
  float: left;
  margin: 8px 5px 15px 5px;
  background: url(/web/images/css/div-bottom.gif) no-repeat bottom left;
}

.box h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(/web/images/css/h3-bg.gif) no-repeat top left;
}

.box ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
}

.box ul li {
  margin: 0 0 6px;
  text-align: center;
  font-size: 10pt;
  padding: 0;
}

.box ul li.left{
  margin: 0 0 6px;
  text-align: left;
  padding: 0;
}

.alert_note {
	font-size: 150%;
	font-style: italic;
	color: #CE1126;
	margin: 0 10px;
	line-height: 125%;
}

.fullbox {
  width: 95%;
  margin: 10px auto;
  border: 1px solid #008EA8;
}

.fullbox p,
.fullbox_alert p {
	padding: 5px 10px 5px 10px}

.fullbox_alert {
  width: 100%;
  margin: 10px auto;
  border: 2px solid #CE1126;
}
.fullbox h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #FFFFFF;
  border-bottom: 1px solid #E0CFAB;
  background: #008EA8;
  }
  
.fullbox_alert h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #FFFFFF;
  background: #CE1126;
  }
.fullbox ul {
  margin: 0;
  padding: 10px 10px 14px 10px;
  list-style: none;
  }
.fullbox ul li {
  margin: 0 6px 10px 6px;
  text-align: center;
  font-size: 10pt;
  padding: 0;
  }

.fullbox ul li.left{
  margin: 0 0 15px 0;
  text-align: left;
  padding: 0;
}
  
.fullbox ul li.left_prob{
  margin: 10px 0 15px 0;
  text-align: left;
  padding: 0;
  color: #008EA8;
  weight: bold;
}

.fullbox ul li.left_prob textarea {
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
}

.orderlist{
 clear: both;
}


table.orderlist {
  width: 100%;
  border: 1px solid #008EA8;
  background: #fff;
  position: relative;
  top: -4px;
  left: -4px;
  }

table.orderlist th, table.orderlist td {
  margin: 0;
  padding: 8px 20px;
  text-align: center;
  border-bottom: 1px solid #008EA8;
  }

table.orderlist .left {
  text-align: left;
  }

table.orderlist td.right{
  	margin: 0;
	font-size: 10pt;
	padding: 2px 20px;
	text-align: right;
	font-weight: bold;
  }

table.orderlist tr {
  background: #FFFFFF;
  }

table.orderlist tr.alt {
  background: #f1f1f1;
  }

table.orderlist td a {
  font-weight: bold;
}

table.orderlist caption {
  margin: 10px 0 -10px 0;
  padding: 8px 20px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #008EA8;
  background: #008EA8;
}
#submit_box form {
	color:#1C407A;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	margin:0px 10px;
	padding:0px 3px 0px 0px;
}
#submit_box p{
	text-align:right;
}
#submit_box {
	background-image:url(/web/images/box_background.gif);
	font-size:8pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:right;
	width:335px;
}
#submit_box_head {
	background:#000066 url(/web/images/box_header.gif) no-repeat;
	height:51px;
	margin:0px;
	padding:0px;
	text-align:center;
	width:335px;
}
#submit_box_footer {
	background-image:url(/web/images/box_footer.gif);
	height:23px;
	margin:0px;
	padding:0px;
	width:335px;
}
#main-content {
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:11pt;
	background-color:#FFFFFF;
	padding:5px;
	width:685px;
}
#rightcolumn {
	background-image:url(/web/images/dottedline.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
	float:right;
	margin:0px 0px 10px 10px;
	padding:0px;
	width:335px;
}
#submit_box .smalltext {
	color:#1C407A;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:8pt;
	font-weight:normal;
	line-height:9pt;
	padding:0px 10px;
	text-align:left;
}
#submit_box form p {
	color:#1C407A;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:11px;
	line-height:1.6em;
	margin:2px 0px;
	padding:0px;
}
#examples {
	margin:15px 0px 0px 25px;
	padding:0px;
	text-align:center;
	width:280px;
}
#submit_box_head h2 {
	background-image:url(/web/images/free_eval_head.gif);
	background-position:24px 8px;
	background-repeat:no-repeat;
	height:51px;
	margin:0px;
	padding:0px;
	text-align:center;
	width:335px;
	color:#000066;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:11pt;
	font-weight:bold;
}
#submit_box_head h2 span {
	display:none;
}

#table_box {
	margin:17px 0px 0px;
	padding:0px;
	text-align:left;
	width:335px;
	border: 1px solid #008EA8;
}
#table_box_head {
	background:#008EA8;
	height:35px;
	margin:0px;
	padding:16px 0px 0px;
	width:335px;
}
#datatable {
	margin:0px 2px;
	padding:0px;
	text-align:center;
	width:331px;
}
#table_box_footer {
	background-image:url(/web/images/box_footer.gif);
	height:23px;
	margin:0px;
	padding:0px;
	width:335px;
}
#datatable td {
	border-bottom:1px dotted #008EA8;
}
.rightborder {
	border-right:1px dotted #008EA8;
}
.greyback {
	background-color:#F9F0C3;
	border-bottom:1px dotted #008EA8;
}
#table_box_footer span {
	visibility:hidden;
}
#table_box p {
	margin:5px 5px 0px;
}
#table_box_head table td{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 17px;
	padding:0px;
}
.border span {
	visibility:hidden;
}
.border {
	background-image:url(/web/images/bottom_border.gif);
	background-position:right top;
	height:1px;
	margin:0px;
	overflow:hidden;
	padding:0px;
	width:280px;
}
h2.h1fix {
	color:#B8001E;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12pt;
	font-weight:bold;
	line-height:18pt;
	text-align:center;
}
.free-shirt {
	margin:auto;
}
#leftcolumn {
	float:left;
	margin:0px;
	padding:0px;
}
#polo-shirt {
	border-bottom:1px dotted #000066;
	margin:0px;
	padding:10px;
	width:320px;
}
#embroidered-hats {
	margin:0px;
	padding:10px;
	width:320px;
}
#tshirt {
	border-bottom:1px dotted #000066;
	margin:0px;
	padding:10px;
	width:320px;
}
#embroidered-promotional-items {
	margin:0px;
	padding:10px;
	width:320px;
}
#clear {
	clear:both;
	height:1px;
	margin:0px;
	overflow:hidden;
	padding:0px;
}
#container {
	border:1px dotted #000066;
	margin:0px auto;
	padding:0px;
	position:relative;
	text-align:left;
	width:690px;
}

.news_container{
}

.news_title, .news_title a:link, .news_title a:visited, .news_title a:hover, .news_title a:active {
	margin:0px;
	font-weight: bold;
}
.news_main_title {
	margin:0;
	font-weight: bold;
	font-size:20px;
}
.news_teaser {
	margin-bottom:15px;	
}
.news_date {
 	text-align:left; 
	font-size:9px;
	font:normal;
	text-decoration:none;
	margin:10px;
	padding:0px;
	font-weight:lighter;
}
.news_more, .news_more a:link, .news_more a:visited, .news_more a:hover, .news_more a:active {
	color: #6699CC;
	font-weight: normal;
}

.icons_legend_container {
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-align:left;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border-left:2px outset gray;
	border-right:2px outset gray;
	border-bottom:2px outset gray;
	margin: -10px -7px 0px;
	padding:3px;
	overflow:visible;
	background-color:#E2E2E2;
	width:100%;
}
.icons_legend_container a:link,
	.icons_legend_container a:visited,
	.icons_legend_container a:hover,
	.icons_legend_container a:active {
	font-size:16px;
	color:#2d2d2d;
	font-weight:bold;
	text-decoration:none;
}
.icons_legend_container a:hover{
	color:#000000;
	text-decoration:underline;
}

.icons_legend_print img,.icons_legend_emb img,.icons_legend_container img {
	float:left;
	margin:0 3px 0 3px;
	overflow:visible;
	z-index:0;
}
.icons_legend_print,.icons_legend_emb {
	text-align:center;
	-moz-border-radius:10px;
	padding:0 3px 0 3px;
	margin-top:4px;
}
.icons_legend_text {
	float:left;
	vertical-align:middle;
	margin-top:5px;
	margin-left:35px;
}
.icons_legend_print {
	float:left;
	border:2px outset #F8DF8B;
	background-color:#F8DF8B;
}
.icons_legend_emb {
	float:left;
	border:2px outset #97C6E2;
	background-color:#97C6E2;
}
.window-header {
	background-color: #008EA8;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px;
}
.window-header a{
	color:#FFFFFF;
	font-weight:bold;
	padding:0 2px 0 2px;
}
#main_image_box{
	height:310px;
	width:250px;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

.news_image{
	float:right;
}

.measurements .window-header,			
.measurements_alt .window-header {
	background-color: #FFF;
	line-height: 20px;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #008EA8;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: none;
	border: none;
}

.measurements,				
.measurements_alt {
/*	border:2px solid gray;	*/
	margin:5px 0 15px 0;
	width:610px;
	line-heaight: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.measurements table,				
.measurements_alt table {
	width: 530px;
}

.measurements .notes {
	display: block;
	clear: both;
}

.measurements .notes h4{
	display: block;
	margin-top: 0;
	float: left;
	clear: left;
	line-height: 22px;
	width: 100px;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #7B9F00;
	font-weight: bold;
}

.measurements .notes h5{
	line-height: 22px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #7B9F00;
	font-weight: bold;
	margin: 0;
}

.measurements .notes p{
	padding-left: 105px;
	padding-top: 3px;
	line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.measurements .notes p.l {
	padding-left: 0px;
}

.measurements_mens table,			
.measurements_womens  table {
	margin:5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 520px;
}
.measurements_mens table td
.measurements_alt td{
	border:1px solid #008EA8;
	padding: 3px 0;
}	
.measurements table th,
.measurements_alt th{
	border:1px solid #008EA8;
	background-color:#008EA8;
	color: #FFFFFF;
	width:100px;
}	
.measurements table tr:hover,
.measurements_alt tr:hover{
	background-color:#E2E2E2;
	font-weight:bold;
}	
.news_archive{
	font-weight:bold;
	float:right;
	background-color: #FFFFFF;
	border: solid #008EA8 2px;
	padding:2px;
	margin:10px 5px 20px 0;
}
.news_archive a{
	text-decoration:none;
	font-weight:normal;
}
.news_archive .newshead{
	font-weight: bold; 
	border-bottom: 1px solid #008EA8; 
	color: #000000; 
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.contactus{
	font-size:16px;
	text-align:right;
	padding-left:50px;
}

.phplive{
	top:-10px;
	left:40px;
	position:relative;
}
#box_left{
	text-align:right;
}

.loading_message{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #008EA8;
	font-style:italic;
	line-height:1.5;
}
.save_colors_button,
.confirm_button {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	margin:10px 2px;
	cursor:pointer;

	width:200px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#008EA8;
	border-top:2px solid #888888;
	border-bottom:2px solid #000000;
	border-left:2px solid #888888;
	border-right:2px solid #000000;
}

.save_colors_button:hover,
.confirm_button:hover {
	background-color:#E9C412;
	border-top:2px solid #FFFFCC;
	border-bottom:2px solid #FF9900;
	border-left:2px solid #FFFFCC;
	border-right:2px solid #FF9900;
}
.date_box {
	background-image: url(/web/images/new/calendar.png);
	background-repeat: no-repeat;
	width: 380px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 4px solid #CE1126;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 100px;
	background-position: 10px center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.date_box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: normal;
	font-weight: bold;
}

.date_box .red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	color: #CE1126;
	font-style: italic;
}

.date_box .redlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	color: #CE1126;
	font-style: italic;
}

.date_page p{
	font-size: 16px;
	line-height: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

.date_page_c p{
	text-align: center;
	font-size: 16px;
	line-height: 110%;
}
.date_box_2 {
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}
.date_box_2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.date_box_2 .rush {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CE1126;
	text-transform: uppercase;
	text-align: center;
	line-height: 0px;
}
.gp {
	width: 720px;
}
.gp2 {
	width: 473px;
	border-right: 2px solid #DD1729;
}
.gp p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	width: 450px;
}
.gp p.terms{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	width: 450px;
}
.gp .quote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 450px;
	font-weight: normal;
	text-align: left;
}
.gp .who {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 450px;
	text-align: right;
}
.gp .why_mar {
	width: 225px;
	background-image: url(http://images.queensboro.com/KTH/GOOGLE/wel_queensboro.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	float: right;
	padding:90px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.gp .why_mar p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
	width: 220px;
}
.gp .welcome_m {
	width: 400px;
}
.gp .offer_m {
	width: 400px;
	height: 410px;
	margin: 0px;
}
.gp .offer_m h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	line-height: 30%;
}
.gp .offer_m p.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008EA8;
	font-size: 18px;
	font-weight: bolder;
	line-height: 85%;
}
.gp .desc_m {
	width: 446px;
	border: 2px solid #008EA8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	margin: 0px;
}
.gp .desc_m h1 {
	border-bottom: 2px solid #008EA8;
	padding: 3px 0 3px 10px;
	font-size: 13px;
	margin: 0 0 10px 0;
}
.gp .desc_m p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 110%;
	font-size: 90%;
}
.gp .promise{
	background-color: #FFFFFF;
	width: 446px;
	border: 2px solid #E9C412;
}
.gp .promise p{
	margin: 0;
	padding: 0;
	text-align: center;
}
.gp .promise h1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC00;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 19px;
	margin: 0px;
}
.gp .promise img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	padding: 5px 0px;
}
.gp .why_mar .fred {
	width: 100px;
	float: right;
}
p.terms{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	display: block;
	margin: 10px;
}

.instructions{
	margin:0px;
	padding:0px;
	border: 1px solid #000;
}
.instructions ul{
	margin:5px 0 5px 0px;
/*	padding:0px; */
}
.instructions a{
	float:right;
	background-color:#CE1126;
	color:#FFF;
	padding:12px;
	margin:5px;
	font-weight:bold;
	text-decoration:none;
	border:2px solid #000;
}
.logo_locker_logo{
	border: 2px inset #000000;
	height: 180px;
	margin: 1px 1px 1px 2px;
	overflow: hidden;
	width: 357px;
	float:left;
	padding: 5px;
}
.logo_locker_cell {
	width:240px;
	vertical-align:top;
}
.logo_locker_option_box {
	vertical-align:middle;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:3px;
	border: 1px solid transparent; 
}
.logo_locker_selected_box {
	border: 1px solid #808080;
}
.logo_locker_hover_box {
	border: 1px solid #ABABAB;
}
.logo_locker_logo table{
	margin:0 !important;
}
.logo_locker_logo table thead tr td{
	border-bottom: 1px solid #000000;
	height: 25px;
	overflow: hidden;
	vertical-align: top;
}
.logo_locker_logo table tbody tr td{
	padding-top:4px;
	padding-bottom:4px;
}
.logo_locker_label {
	display:block;
	float:left;
}
.logo_locker_rbtn {
	float:left;
	margin-top:2px;
}
.logo_locker_clustertype_header {
	background-color: #6699CC;
	color:#fff;
	border: solid black 1px;
	font-size:18px;
	line-height:22px;
}
