html{
  height: 100%;
}

body {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif !important;
	line-height:17px;
	text-align:left;
	color:#555;
	margin:0px;
	padding:0px;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url("/img/back.jpg");
	background-repeat: repeat-x;
}
a:link, .link {
	margin:0px;
	padding: 0px;
	color:#006798;
	text-decoration: underline;
	cursor:pointer;
}
a:hover {
	margin:0px;
	padding: 0px;
	color:#719e00;
	text-decoration: none;
}

a:visited {
	margin:0px;
	padding: 0px;
	color:#006798;
}

input {
	color:#777;
	padding:0 3px;
}

hr {
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	margin:10px 4px;
	display:block;
	clear:both;
}

br {
	clear:both;
	display:block;
	float:none;
	margin:5px 0px;
}


/* -------------------------Paragraphs and Headings------------------ */

p {
padding:0px 2px;
margin:8px 0 12px 0;
}

small {
line-height:12px;
font-size:10px;
}


#event_title {
min-width:600px;
width:99%;
background-image:url("/img/hedline_back.gif");
margin:4px 0 15px 0;
padding:5px 2px 5px 4px;
border: 1px solid #85b60a;
vertical-align:middle;
}

#event_title img {
margin-right:2px;
vertical-align:middle;
padding:0 1px 1px 1px;
display:inline;
}

#event_title h1 {
letter-spacing:0px;
text-transform:uppercase;
line-height:30px;
font-size:24px;
color:#006798;
margin:0;
padding:0px;
text-shadow:1px 1px 2px #fff;
vertical-align:middle;
display:inline;
}

h1 {
font-size:21px;
color:#444;
margin:2px 0px 10px 0px;
padding:0;
line-height:23px;
display:block;
}


h2 {
font-size:19px;
color:#444;
margin:2px 0px 6px 0px;
padding:0;
line-height:21px;
display:block;
}

h3{
font-size:17px;
color:#444;
margin:1px 0px 6px 0px;
padding:0;
display:block;
text-shadow:1px 1px 0px #fff;
}

h4{
font-size:14px;
color:#555;
margin:1px 0px 2px 0px;
padding:0;
display:block;
text-shadow:1px 1px 0px #fff;
}

h5{
font-size:13px;
color:#555;
margin:2px 0px 4px 0px;
padding:0;
display:block;
text-shadow:1px 1px 0px #fff;
}

.button_roll { /* --Button Rollovers-- */
  display:inline-block;
  width: 85px;
  height: 24px;
  margin:0;
  padding:0;
  font-weight:500;
  text-align:center;
  font-size:12px;
  line-height:24px;
  color:#ffffff;
  text-decoration:none;
  background: url("/img/button.gif") no-repeat 0 0;
  cursor:pointer;
  vertical-align:middle;
}

a.button_roll { 
 color:#fff !important;
 text-decoration:none !important;
}

.button_roll:hover {    
  background-position: 0 -23px;
  text-decoration:none;
  cursor:pointer;
  color:#ffffff;
}

 /* --Cart Button Rollovers-- */
.cart_button_roll {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background-color:#338cf0;
	background-image:url("/img/addtocart.png");
	background-repeat:no-repeat;
	background-position:7px 7px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 16px 8px 34px;
	text-decoration:none;
	text-shadow:2px 2px 0px #1570cd;
	cursor:pointer;
}
.cart_button_roll:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background-color:#a5cc52;
	text-shadow:2px 2px 0px #86ae47;
	border:1px solid #83c41a;
}
.cart_button_roll:active {
	position:relative;
	top:1px;
}

div.paypal_button {cursor:pointer; margin:10px 0 3px 0;}
div.cc_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background-color:#338cf0;
	background-image:url("/img/creditcard.png");
	background-repeat:no-repeat;
	background-position:7px 7px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 10px 8px 36px;
	margin:3px 0;
	text-decoration:none;
	text-shadow:2px 2px 0px #1570cd;
	cursor:pointer;
}
div.cc_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background-color:#a5cc52;
	text-shadow:2px 2px 0px #86ae47;
	border:1px solid #83c41a;
}
div.cc_button:active {
	position:relative;
	top:1px;
}
div.phone_button {
	background-color:#bbb;
	background-image:url("/img/phone.png");
	background-repeat:no-repeat;
	background-position:7px 7px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #aaa;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 10px 8px 36px;
	margin:3px 0;
	text-decoration:none;
	cursor:pointer;
}
div.phone_button:hover {
	background-color:#ccc;
	border:1px solid #bbb;
}
div.phone_button:active {
	position:relative;
	top:1px;
}


#header { /* --Header Content-- */
	width:90%;
	min-width:998px;
	max-width:1000px;
	height:143px;
	margin:0 auto;
	display:block;
	background: url("/img/header_back.jpg") no-repeat 0 0;
	position:relative;
}

#logo {
	width:464px;
	height:103px;
	margin:0 0 2px 0;
	padding:0;
	float:left;
	display:block;
}

#logo a {
	width:454px;
	height:103px;
	margin:0 0 2px 0;
	padding:0;
	display:block;
}

#logo a:hover {
	width:454px;
	height:103px;
	margin:0 0 2px 0;
	padding:0;
	display:block;
}

#quick_links{
	width:464px;
	height:22px;
	/* margin:6px 0 4px 0;*/
	padding:6px 3px 6px 3px;
	float:right;
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:0px;
    margin-left:14px;
	top:7px;
	left: 50%;
	position:absolute;
}
#quick_links a{
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:1px;
	text-decoration:none;
	float:left;
	margin:0 18px 0 0;
}

#quick_links a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#news_box {
	width:360px;
	height:auto;
	margin:42px 170px 0 0;
	padding:1px 0 0 0;
	background:none;
	color:#fff;
	font-size:12px;
	text-align:left;
	font-style:italic;
	font-weight:bold;
	line-height:14px;
	float:right;
	border:0px solid #111;
}

#search { /* --Search Bar-- */
	width:320px;
	height:27px;
	margin-left:180px;
	top:112px;
	right:1px;
	position:absolute;


}

#search input{ /* --Search Bar Input-- */
	height:20px;
	width:220px;
	color:#888;
	line-height:17px;
	margin:0 8px 0 0;
	padding:1px 5px 0 5px;
	float:left;
}

#search button{ /* --Search Bar Button-- */
	color:#fff;
	font-size:16px;
	line-height:22px;
	background:none;
	border:none;
	margin:0;
	padding:0;
	cursor: pointer;

}
#search button:hover{ 
	color:#ddd;
	font-size:16px;
	background:none;
	border:none;
	margin: 0;
	padding:0;
	cursor: pointer;

}


#main_container { /* --Contains Main Width-- */
	width:90%;
	min-width:998px;
	max-width:1000px;
	margin:0 auto;
	padding:10px 0 0 0;
	overflow:hidden;
	display:block;
	clear:both;
}

#breadcrumbs {
	width:600px;
	margin:0;
	padding:1px 5px 8px 0px;
	font-size:9px;
	line-height:8px;
}

/* ------------------------------------------Left Side Bar--------------------------------------- */

#left_bar {  
	width:20%;
	max-width:170px;
	margin:0;
	padding:0;
	display:block;
	float:left;	
}

/* --------------------------------------------Center Content----------------------------------- */
#center{  
	width:63%;
	margin:0 0px 10px 14px;
	padding:0;
	display:block;
	float:left;
}

/* ----------------------------------------Right Side Bar Content-------------------------------- */
#right_bar {  
	width:20%;
	max-width:170px;
	margin:0 0 0 10px;
	padding:0;
	display:block;
	float:left;
}

#cart-mobile { display:none;}

#cart_box {
	width:170px;
	margin:0 0 10px 0;
	padding:0px;
	background:#FFFFFF;
	float:right;
}

#cart_box h2 {
    width:168px;
	font-size:16px;
	text-align:left;
	font-weight:400;
	letter-spacing:1px;
	margin: 0;
	padding:6px 0px 5px 0px;
	color:#a6e30c;
	background-image:url("/img/tab_back.png");
	background-repeat:repeat-x;
	background-color:#2b5183;
	border: 1px solid #2a5495;
	text-shadow: 1px 1px 0px #333;
	-moz-border-radius:  3px 3px 0 0 ;
	-khtml-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}	

#cart_items {
	width:158px;
	margin:0;
	padding:5px;
	color:#719e00;
	font-size:11px;
	background:#FFFFFF;
	border:1px solid #bbb;
}

#cart_items li {
	margin:0;
	padding:1px 2px;
	border-bottom:1px solid #ddd;
}

#cart_items li:last-child {border-bottom: none;}

#cart_items ul {
	margin:0;
	padding:0;
	list-style:none;
}

.summary_quantity { text-align:left; color:#719e00; margin-right:10px; display:inline;}
.summary_sku { text-align:right; color:#006798; display:inline;}

#cart_subtotal {
	width:158px;
	height:100%;
	float:left;
	margin:0;
	padding:5px;
	color:#555;
	background:#eee;
	border-top:1px solid #eee;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

#cart_subtotal .subtotal_display {float:right; width:82px; height:17px; background-color:#FFFFFF; border:1px solid #b4b4b4; text-align:center; color:#888; padding-top:1px; margin:0 0 2px 0; vertical-align:middle;}

#cart_button {
  display: block;
  float:right;
  width: 85px;
  height: 20px;
  margin:0px;
  padding-top:3px;
  font-weight:500;
  text-align:center;
  vertical-align:middle;
  font-size:12px;
  color:#FFFFFF;
  text-decoration:none;
  background: url("/img/button.gif") no-repeat 0 0;
  background-position: 0 -23px;

}

#cart_button:hover { 
  background-position: 0 -23px;
  text-decoration:none;
}

.shipping_countdown_display {color:red; font-weight:bold; font-size:12px; text-align:center; line-height:13px; border:0px solid #999; padding:2px 10px 2px 10px; margin:1px;}

#shipping_box {
	width:169px;
	margin:0 0 10px 0;
	padding:0px;
	background:#FFFFFF;
	border:1px solid #bbb;
	float:left;
}

#email_box {
	width:158px;
	margin:10px 0 10px 0;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #bbb;
	display:block;
	
}

#info_box {
	width:158px;
	margin:0 0 10px 0;
	line-height:13px;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #bbb;
	float:right;
}

.dynamic_side {
	width:170px;
	background-color:#f1f1f1;
	padding:0px;
	margin:0 0 10px 0;
	float:right;
	
}
.dynamic_side h2 {
	font-size:16px;
	text-align:center;
	font-weight:400;
	letter-spacing:1px;
	margin: 0;
	padding:6px 0px 5px 0px;
	color:#fff;
	background-image:url("/img/tab_back.png");
	background-repeat:repeat-x;
	background-color:#2b5183;
	border: 1px solid #2a5495;
	text-shadow: 1px 1px 0px #333;
	-moz-border-radius:  3px 3px 0 0 ;
	-khtml-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}	
.dynamic_side ul{
	margin: 0px;
	padding: 2px;
	list-style: none;
	border: 1px solid #bbb;
			/* Rounded corners */
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;

}
.dynamic_side ul li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

.dynamic_side li {
	margin:0;
	padding:0;
	font-size:11px;
	display:block;
	clear:both;
}

.dynamic_side ul li:first-child {border-top: none;}
.dynamic_side ul li:last-child {border-bottom: none;}
.dynamic_side ul li a.blocks {
	margin:0;
	padding:4px;
	display: block;
	background: #f1f1f1;
	text-decoration: none;
	text-shadow:1px 1px 0px #fff;
}
.dynamic_side ul li a.blocks:hover {
	margin:0;
	padding:4px;
	display: block;
	background: #e6e6e6;
	text-decoration: none;
	text-shadow:1px 1px 0px #fff;
}

.dynamic_side img{
	margin:0 6px 0 0;
	border:1px solid #ccc;
	clear:left;
	float:left;
	vertical-align:middle;
	padding:2px;
	
}

.dynamic_side .sku{
	margin:0;
	font-size: 12px;
	font-weight:bold;
}

.dynamic_side .price{
	margin:0;
	font-size: 11px;
	text-decoration:line-through;
	color:#719e00;
}

.dynamic_side .special_price { 
	color:#DC2005;
	font-size: 11px;
	margin-left:6px;
	display:block;
	clear:right;
}

.dynamic_side .product_name{
	display:block;
	clear:right;
	padding:0;
	margin:0;
	color:#006798;
}

.dynamic_side p{
	font-size:11px;
	line-height:12px;
	padding:3px;
	margin:0;
	font-weight:bold;
}

.dynamic_side a{
	margin:0px;
	padding:0px;
	color:#006798;
	text-decoration: underline;
	cursor:pointer;
}
.dynamic_side a:hover {
	margin:0px;
	padding:0px;
	display:inline;
	color:#719e00;
	background:none;
	text-decoration: none;
}

.dynamic_side a:visited {
	margin:0px;
	padding: 0px;
	color:#006798;
}


/* --------------------------------------------Footer Content------------------------------------------------- */
#footer {  
	width:100%;
	height:352px;
	margin:10px 0 0 0;
	padding:0;
	background-image:url("/img/footer_back.jpg");
	display:block;
	clear:both;
	overflow:none;

}

#footer_container {
	display:block;
	width:90%;
	min-width:998px;
	max-width:1000px;
	height:346px;
	margin:0 auto;
	padding:5px 0 0 0 ;
}

#footer_col1 {
	width:18%;
	min-width:175px;
	height:270px;
	margin:30px 0 0 0;
	padding:0;
	float:left;
}

#footer_col2 {
	width:20%;
	min-width:240px;
	height:270px;
	margin:30px 35px 0 35px;
	padding:0;
	float:left;
}
#footer_col3 {
	width:20%;
	min-width:200px;
	height:270px;
	margin:30px 10px 0 15px;
	padding:0;
	float:left;
}

#footer_col4 {
	width:20%;
	min-width:250px;
	height:270px;
	margin:30px 0px 0 15px;
	padding:0;
	float:right;
}

#footer h3 {
	font-size:18px;
	color:#444;
	margin:1px 0px 5px 0px;
	padding:0;
	display:block;
	text-shadow:1px 1px 0px #fff;
}

#copyright{
	width:90%;
	max-width:1000px;
	height:15px;
	margin:26px 0 0 0;
	padding:0;
	font-size: 10px;
	color:#FFFFFF;
	float:left;
	clear:both;
}


/*-----------------------------------------------Top Menu-----------------------------------------------*/

#nav {
	float:left;
	width:99.1%;
	margin:0px auto;
	height:36px;
	background-image:url("/img/menu_back.jpg");
	z-index:1000;

	/* Rounded Corners */	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	/* Borders */
	border: 1px solid #18283f;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#menu {
	list-style:none;
	float:left;
	width:99%;
	margin:0px auto;
	height:36px;
	padding:0px 5px 0px 5px;
}


#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 2px 8px 3px 8px;
	margin-right:10px;
	margin-top:7px;
	border:none;

}


#menu  li:first-child {border-left: none; }
#menu  li:last-child {border-right: none;}


#menu li:hover {
	
	padding: 2px 8px 3px 8px;
	z-index:1001;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #f8f8f8, #f4f4f4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#f4f4f4));
	
	/* Rounded corners */
	
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #eee;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #222;
}


#menu li:hover a {
	color:#85b60a;
	text-shadow: 1px 1px 1px #fff;
}
#menu li .drop {
	padding-right:20px;
	padding-bottom:1px;
	background:url("/img/drop.png") no-repeat 98% 50%;
}
#menu li:hover .drop {
	background:url("/img/drop2.png") no-repeat 98% 55%;
}


.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:2px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:6px 5px 6px 6px;
	border:1px solid #999;
	border-top:none;
	z-index:99999;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #f4f4f4, #e2e2e2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#e2e2e2));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	
		/* Shadow */
	 -moz-box-shadow: 1px 1px 1px #999;
   	 -webkit-box-shadow: 1px 1px 1px #999;
  	  box-shadow: 1px 1px 1px #999;
}

.dropdown_1column {width: 142px;}
.dropdown_2columns {width: 290px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 570px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;

}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;

}

.col_1 {width:132px;}
.col_2 {width:276px;}
.col_3 {width:410px;}
.col_4 {width:560px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;

}
#menu h2 {
	font-size:20px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 10px 0;
	padding-bottom:12px;
	border-bottom:1px solid #999;
	color:#444;
}
#menu h3 {
	font-size:14px;
	margin:6px 0 14px 0;
	padding-bottom:6px;
	border-bottom:1px solid #999;
	color:#333;
}
#menu p {
	line-height:13px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#006798;

}
#menu li:hover div a:hover {
	color:#0099e4;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:0px;
	border:1px solid #777777;
	margin-top:2px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:4px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 4px 0;
}
#menu li ul li {
	font-size:11px;
	line-height:18px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/*---------------------------------------------------Left Nav Menu------------------------------------------------------*/
.left_nav {
	width:170px;
	background-color:#f1f1f1;
	padding:0px;
	margin:0 0 10px 0;
}
.left_nav h2 {
	font-size:16px;
	text-align:center;
	font-weight:400;
	letter-spacing:1px;
	margin: 0;
	padding:6px 0px 5px 0px;
	color:#fff;
	background-image:url("/img/tab_back.png");
	background-repeat:repeat-x;
	background-color:#2b5183;
	border: 1px solid #2a5495;
	text-shadow: 1px 1px 0px #333;
	-moz-border-radius:  3px 3px 0 0 ;
	-khtml-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}	
.left_nav ul{
	margin: 0px 0;
	padding: 1px;
	list-style: none;
	border: 1px solid #bbb;
	
			/* Rounded corners */
	
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;

}
.left_nav ul li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
.left_nav ul li:first-child {border-top: none;}
.left_nav ul li:last-child {border-bottom: none;}
.left_nav ul li a {
	padding: 5px;
	display: block;
	color:#006798;
	text-decoration: none;
	text-shadow:1px 1px 0px #fff;
}
.left_nav ul li a:hover {
	background: #e6e6e6;
	color:#0099e4;
	text-shadow:1px 1px 0px #fff;

}

/*-----------------------------------------------------Image slider--------------------------------------------------------*/
.main_view {
	float: left;
	position: relative;
	margin: 0 auto;
	padding:0;
	border: 1px solid #aaa;
	
}
/*--Window/Masking Styles--*/
.window {
	height:216px;	width: 610px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: -1px;
}
.image_reel img {float: left;}
/*--Following for DIVs in image_reel--FTR*/
.image_reel div	{
		 float: left;
		 display:inline;
		 text-align:center;
		 width:610px;
		 height:217px;
		}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 3px; left: 5px;
	width: 86px; height:32px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url("/img/paging_bg2.png") repeat-x;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 3px 4px;
	text-decoration: none;
	color: #fff;
	text-shadow:none;
}
.paging a.active {
	font-weight: bold;
	background: #003;
	border: 1px solid #15305e;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow:none;
}
.paging a:hover {font-weight: bold;}


/*--------------------------------------------------Tabs Box Homepage------------------------------------------------------------*/
ul.tabs {
	margin: 6px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #b9b9b9;
	border-left: 0px solid #bbb;
	width: 99%;
	position:relative;
	background-color:none;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;


}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #2f4a6f;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	margin-right:4px;
	overflow: hidden;
	position: relative;
	background: url("/img/tab_back.png") 0 0;
	background-repeat:repeat-x;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	
}

ul.tabs li a {
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 0px #333;
	display: block;
	font-size: 14px;
	padding: 0 16px;
	outline: none;
	
}
ul.tabs li.active a {
	text-decoration: none;
	color: #555;
	text-shadow: 0px 0px 0px #fff;
	display: block;
	font-weight:bold;
	font-size: 15px;
	padding: 0 14px;
	border-bottom: 0px solid #ccc; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	border: 0px solid #2f4a6f;
	background: url("/img/tab_back.png") 0 -32px;
	text-shadow: 0px 0px 0px #fff;
	
}
html ul.tabs li.active, html ul.tabs li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #f2f2f2;
	border: 1px solid #aaa;
	border-bottom: 1px solid #f2f2f2; /*--Makes the active tab look like it's connected with its content--*/
}
	
.tab_container {
	border: 1px solid #bbb;
	border-top: none;
	overflow: hidden;
	float: left;
	width: 99%;
	background: #f2f2f2;
	margin:0 0 15px 0;
	padding:0 0 4px 0;
	
		/* Rounded corners */
	
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	
}
.tab_content {
	padding: 5px 15px 4px 15px ;
	font-size: 11px;	
}

.center_nav {
	width:25%;
	padding:2px 0px;
	display:inline;
	float: left;
	margin: 0px;
	font-size:11px;
}

.center_nav ul{
	margin: 1px 0;
	padding: 2px 6px;
	list-style: none;

}
.center_nav li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	margin:0px 0px;
	padding:1px 0px 2px 9px;
	background-image:url("/img/bullet_blueArrow.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
}
.center_nav ul li:first-child {border-top: none;}
.center_nav ul li:last-child {border-bottom: none;}
.center_nav ul li a {
	padding: 1px;
	display: block;
	color:#006798;
	text-decoration: none;
	text-shadow:1px 1px 0px #fff;
}
.center_nav ul li a:hover {
	background: #e3e3e3;
	color:#0099e4;
	text-shadow:1px 1px 0px #fff;
}

.airflyte  { margin:0px auto; margin-top:50px; padding:2px;}
.airflyte h2  { 	font-size:16px;
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	margin: 5px auto;
	padding:6px 0px 6px 0px;
	width:135px;
	background-image:url("/img/tab_back.png");
	background-repeat:repeat-x;
	background-color:#2b5183;
	border: 1px solid #2a5495;
	text-shadow: 1px 1px 0px #333;
	display:block;
	overflow:auto;
}
.airflyte h2:hover { background-image:none; background-color:#2b5183;}
.airflyte h2  a{ color:#fff !important; text-decoration:none !important; margin: 0 auto; padding:4px 5px 6px 5px; clear:both; display:block;}
.airflyte.center_nav  { margin:6px 0 5px 0; padding:0;}
.airflyte.center_nav  ul { margin:0; padding:0;}
.airflyte.center_nav  ul li{ margin:0; padding:2px;}
.airflyte.center_nav ul li a { text-indent:5px; text-decoration:none; max-width:130px; padding:4px 2px; margin:0 0 0 5px;}

/*----------------------------------------------------Bottom Nav-------------------------------------------------------------*/
.bottom_nav {
	width:165px;
	padding:2px 0px;
	display:inline;
	margin: 0 0 15px 0;
	font-size:11px;
	float:left;

}

.bottom_nav ul{
	margin: 0px 0;
	padding: 1px 6px;
	list-style: none;

}
.bottom_nav ul li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	margin:0px 0px;
	padding:1px 0px 1px 9px;
	background-image:url("/img/bullet_blueArrow.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
}
.bottom_nav ul li:first-child {border-top: none;}
.bottom_nav ul li:last-child {border-bottom: none;}
.bottom_nav ul li a {
	padding: 1px;
	display: block;
	color:#006798;
	text-decoration: none;
	text-shadow:1px 1px 0px #fff;
}
.bottom_nav ul li a:hover {
	background: #e3e3e3;
	color:#0099e4;
	text-shadow:1px 1px 0px #fff;
}


/*-------------------------------------------------Tabs For Products-------------------------------------------------------------*/
ul.tabs_products {

	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 0px solid #999;
	width: 610px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;

}
ul.tabs_products li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #2f4a6f;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	margin-right:2px;
	position: relative;
	background: url("/img/tab_back.png") 0 0;
	background-repeat:repeat-x;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	white-space:nowrap;
}

ul.tabs_products li a {
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 0px #333;
	display: block;
	font-size: 14px;
	padding: 0 12px;
	outline: none;
}
ul.tabs_products li.active a {
	text-decoration: none;
	color: #555;
	text-shadow: 0px 0px 0px #fff;
	display: block;
	font-weight:bold;
	font-size: 14px;
	padding: 0 10px;
	border-bottom:1px solid #f3f4f8;
	outline: none;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
}
ul.tabs_products li a:hover {
	background: url("/img/tab_back.png") 0 -32px;
	text-shadow: 0px 0px 0px #fff;
}
html ul.tabs_products li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #f6f6f6;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_products_container {

	border-top: none;
	overflow: hidden;
	float: left;
	width: 610px;
	background: none;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	
	/* Rounded corners */
	
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius:0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}


.tab_products_content {
	margin: 2px 0 0 0;
	padding:5px 0px 4px 0px ;
	font-size: 11px;
	line-height:14px;
	color:#888;
	clear:both;
}

.tab_products_content h2 {
	float:left;
	font-size:17px;
	margin:5px 0 5px 5px;
	text-transform: uppercase;
}


ul.tabs_products li.specials_tab_class { /*--New specials Tab--*/
	background-color:#ea0000;
	background-image:url("/img/special_tab_back.png");
	background-repeat:repeat-x;
	border: 1px solid #8a0009;
}

ul.tabs_products li.specials_tab_class a {
	background-image:url("/img/special_sale_icon.gif");
	background-repeat:no-repeat;
	background-position:0 1px;
	font-weight:bold;
	text-indent:4px;
}

ul.tabs_products li.specials_tab_class.active a {
	background-image:none;
	color:#FF0000;
	font-weight:bold;
}

ul.tabs_products li.specials_tab_class a:hover {
	color: #ccc;
}

/*-----------------------------------------------Products Event Page Display -----------------------------------------------------*/
ul.display {
	float: left;
	width:608px;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #bbb;
	border-right: 1px solid #fff;
	border-left: 1px solid #bbb;
	background: #f6f6f6;
}
ul.display li {
	float: left;
	width: 606px;
	padding: 6px 0;
	margin:0;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #fff;
	border-right: 1px solid #bbb;
}
ul.display li a {
	color: #006798;
	font-size:12px;
	line-height:13px;
	text-decoration: underline;
	vertical-align:middle;
}
ul.display li .content_block {
	padding: 0 6px;
}
ul.display li .content_block h2 {
	margin: 0 0 0px 0;
	padding: 6px 0 2px 0;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	float:left;
	color:#006798;
	text-transform: none;
	max-width:390px;
}
ul.display li .price {
	margin: 0 4px 8px 0;
	padding: 6px 0 2px 0;
	font-weight: bold;
	font-size: 12px;
	color:#719e00;
	text-align:right;
	float:right;
	min-height: 8px;
}
ul.display li .content_block p {
	margin: 5px 0 0 5px;
	padding: 4px 4px 5px 0;
	font-size:12px;
	color:#555;
	clear:right;
	text-align:left;
}
ul.display li .content_block p img { /*----Controls sale and text row Image------*/
	margin:0 6px 0 0;
	display:inline;
	vertical-align:middle;
}
ul.display li .content_block img{ /*----Controls Product Image------*/
	padding:2px;
	margin:0 auto;
	display: block;
	text-align:center;
	border:none;
	vertical-align:middle;
	height: auto;

}

.product_image {
	width:128px;
	min-height:115px;
	border: 1px solid #ccc;
	background: #fff;
	padding:3px;
	float:left;
	margin: 0 15px 2px 0;
	vertical-align:middle;
}
/*--------------Products Event Page Display Thumb View Turned off for now---------------*/
ul.thumb_view li{
	width: 149px;
	min-height:215px;
	list-style:none;
	line-height:12px;
}
	
ul.thumb_view li a{
	color: #006798;
	font-size:11px;
	text-decoration:none!important;
}

ul.thumb_view li h2 a{
	color: #006798;
	font-size:11px;
	text-decoration:underline!important;
}


ul.thumb_view li .content_block h2 {
	margin: 2px 0 0 0 ;
	width:100%;
	display:block;
	padding: 0px;
	font-weight: normal;
	text-align:left;
	font-size: 11px;
	line-height:13px;
	float:left;
	clear:both;
}

ul.thumb_view li .price {
	margin: 4px 0 0 0 ;
	display:block;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	color:#719e00;
	text-align:left;
	float:left;

}
ul.thumb_view li p{
	display: none;
}

ul.thumb_view li .content_block a img {
 display:block;
 padding:3px;
 margin:0 auto;
 text-align:center;
 float:none;
 clear:both;

}
ul.thumb_view li .content_block {
	height:auto;
	min-height:182px;
	margin:0;
}

a.switch_thumb {
	width: 122px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 5px 0 10px 0;
	display: block;
	background: url(/img/switch.gif) no-repeat;
	outline: none;
	float:right;
	text-indent: -9999px;
	vertical-align:middle;
}
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap { background-position: left bottom; }


.inventory_qty {display:block; clear:both; max-width:99%; max-height:22px; border:2px solid red; text-align:center; color:red; font-weight:bold; padding:4px 2px; margin:3px 0px; background:#f9f9f9; text-decoration: none!important; border-radius:1px;}

.product_image a {text-decoration: none!important; }

.instock {display:block; clear:both; max-width:99%; max-height:22px; border:1px solid #006798; text-align:center; color:#006798; font-weight:bold; padding:4px 2px; margin:3px 0px; background:#f2f2f2; text-decoration: none!important; border-radius:1px;}

/*---------------------------------------------------Product Page--------------------------------------------------------------*/

#ruler{
	width:252px;
	height:15px;
	margin:0 0 10px 5px;
	padding:10px 5px 5px 5px;
	background:url(/img/ruler.gif) repeat-x;
	border:1px solid #999;
	color:#CC0000;
	float:left;
	display:none;
}

#product_left {
	width:270px;
	margin:6px 5px 15px 0;
	padding:0;
	font-size:10px;
	text-align:center;
	color:#777;
	float:left;
	display:block;
}

#product_left img{
    display:block;
	margin:0 auto;
	padding:4px;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:center;
	clear:both;

}

#product_left p{
	font-size:10px;
	text-align:left;
	margin:0;
	padding:0;
	color:#CC0000;
	line-height:12px;

}

#product_left p img{
	border:none;
	background:none;
	margin:0 10px 0 15px;
	padding:0;
	float:left;
}

#product_left .sku {
	font-size:13px;
	font-weight:bold;
	color:#006798;
	text-align:center;
	margin:6px 0 2px 0px;

}

#product_left h5{
	margin:2px 0 2px 10px;
	padding:0;
	text-align:left;
}

#product_left ul{
	margin:0 0 6px 15px;
	padding:0;
}

#product_left li{
	margin:0 0 0 15px;
	padding:0;
	font-size:11px;
	text-align:left;
	line-height:14px;
}

#product_right{
	width:325px;
	margin:6px 0 15px 0;
	padding:0;
	float:right;
	display:block;
	clear:right;
	overflow:auto;
}

#product_right h4{
	margin:0;
	padding:0;
}

#product_right .series_choice{
	margin:10px 0;
	padding:12px 8px 5px 8px;
	background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;
	border:1px solid #ccc;
}

#product_right .series_choice h5{
	margin:0 5px 0 0;
	display:block;
}

#product_right .series_price{
	margin:0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	color:#719e00;
	display:inline;
}

#product_right .series_choice a{
	margin:0 0 10px 0;
	clear:both;
	display:block;
}


#product_right .description{
	margin:0;
	padding:5px 8px 5px 8px;
	background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;
	border:1px solid #ccc;
}

#product_right .description p{
	margin:0;
	padding:5px 0;
	font-size:12px;
	line-height:14px;
	color:#555;
}

#product_right .description hr{
	margin:6px 0;
	padding:0;
	width:99% !important;
	border-top:1px solid #d4d4d4 !important;
	border-bottom:1px solid #ffffff !important;
}

#product_right .price {
	margin: 0 5px 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	color:#719e00;
	vertical-align:middle;
}

#product_right .add_cart{
	margin:10px 0;
	padding:5px 8px 5px 8px;
	background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;
	border:1px solid #ccc;
	clear:both;
	display:block;
}
#product_right .add_cart h5{
	margin:0;
	padding:5px 0;
	font-size:13px;
	color: #006798;
}
#product_right .qty {
	margin: 0;
	padding: 0 2px 2px 2px;
	vertical-align:middle;
}

#product_right .qty select{
	margin: 0 2px;
	padding: 1px;
	vertical-align:middle;
}

#product_options{
	margin: 10px 0 0 0;
	padding:4px 5px 2px 5px;
	border-top: 1px solid #bbb;
	background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;
	clear:both;
	display:block;
	text-transform:uppercase;
}
ul.product_options {
	float:right;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #bbb;
	border-right: 1px solid #ccc;
	background: #f9f9f9;
	clear:both;
	display:block;
}
ul.product_options  li {
	float:right;
	display:block;
	width: 322px;
	padding: 8px 0;
	margin:0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;
}

ul.product_options  li .content_block {
	padding: 0 8px;
}
ul.product_options  li .content_block img {
	display:block;
	padding: 4px;
	margin:5px auto;
	background-color:#fff;
	border:1px solid #ccc;
	float:none;
	clear:both;
}

ul.product_options  li .content_block .attribute_thumbnail {
	background:none;
}

ul.product_options  li .content_block h5 {
	float:left;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: normal;
	font-size: 12px;
	text-align:left;
	color: #006798;
}

ul.product_options  li .content_block p {
	margin: 0;
	padding: 5px 5px 5px 5px;
	font-size:12px;
	color:#777;
	clear:both;
}
ul.product_options select{
	font-size:11px;
	color:#444;
	padding: 0;
	margin:1px 6px;
	clear:right;
}
ul.product_options input{
	font-size:12px;
	color:#444;
	float:none;
	padding:1px 2px;
	margin:0 0 0 5px;
	clear:both;
}

.note_item { width:100%; padding:5px; background-color:#fafafa; border:1px solid #ddd;}



/*--------------------------------------------------- WKU Page --------------------------------------------------------------*/

.regular_price { 
	text-decoration:line-through;
}

.special_price,
.wku_price { 
	color:#DC2005;
	margin-left:5px;
	white-space:nowrap;
}

.wku_login .button_roll {
	margin-top:5px;
	margin-right:20px;
	line-height:22px; 
	height:22px;
	background: url("/img/wku_button.gif") no-repeat 0 0;
}

.wku_login .button_roll:hover { 
  background-position: 0 -23px;
  text-decoration:none;
  cursor:pointer;
}

.wku_login {
	font-size:11px;
	line-height:13px;
}


/*---------------------------------------------------Quantity Table------------------------------------------------------------*/
.quantity_table	{
	display:none;
	background:white;
	position:absolute;
	z-index:5000;
	margin:auto;
	cursor:default;
	height:auto;
	width:250px;
	border:solid 1px #999;
}
table.quantity_price {
	width:99%;
    font-size:8pt;
    text-align:center;
    background:#cfdee6;
    border-bottom:solid white 2px;
    padding-bottom:1px;
	margin:0 auto;
	color:#333;
}
caption.quantity_price {
	background:#cfdee6;
    font-size:8pt;
    padding:2px;
	text-align:center;
	}

.quantity_price th {
	border-bottom:solid 1px #222;
    background-color:#00588B;
    color:white;
    font-size: 8pt;
    font-weight:bold;
}
.quantity_price td {
	border: none;
}


.option_illustrations {
	margin:10px 0 0 0;
	clear:both;	
}


/*---------------------------------------------------Plastic Page Styles--------------------------------------------------------------*/

#plastic .description{
	margin:15px 0 0 0;
	padding:5px 8px 5px 8px;
	background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;
	border:1px solid #ccc;
}

#plastic .description p{
	margin:0;
	padding:5px 0;
	font-size:12px;
	line-height:13px;
	color:#555;
}

#plastic p{
	font-size:10px;
	text-align:left;
	margin:5px 0 5px 40px;
	padding:8px 0 0 0;
	color:#CC0000;
	line-height:11px;
}

#plastic_options {background-color: #eee;border:solid #aaa 1px; margin:0px; padding:10px; width:610px;}
			
#plastic_options select	{ font-size:12px; float:left; height:20px; padding-bottom:1px;}
#plastic_attributes	{border:solid #bbb 1px; margin:0 0 5px 0; padding:0px; width:100%; height:65px; background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;}
#plastic_attributes td	{padding:0px; border:solid #ccc 0px; padding-right:3px;}
#plastic_attributes th	{ padding-right:3px;}
#plastic_engraving input {text-align:center; margin:3px; color:#006798; width:360px;}

.summary td { font-size:14px; color:#719e00;}
.summary th { font-size:14px;}

/*---------------------------------------------------Engraving Table--------------------------------------------------------------*/
.engraving_plate_thumbnail	{ margin-left:8px;
				 margin-top:8px;
				 position:absolute;
				 background:#ddd;
				 padding:1px;
				}

#engraving_container {
	width:100%;
	
	padding:0px;
	margin:15px 0;
	background-color:#f8f8f8;
	border:1px solid #aaa;
	clear:both;
	display:block;
	overflow:hidden;
}

.engraving_header {
	width:100%;
	height:70px;
	padding:0px;
	border-bottom:1px solid #aaa;
	background:url(/img/engraving_header_bg.jpg) #3b7b9f no-repeat;
}
.engraving_options {
	padding:0px;
	margin:10px;
	color:#333;
	float:right;
	clear:both;
}

.engraving_options select{
	padding:0px;
	font-size:11px;
	color:#444;
	margin:2px;
}

#engraving_table {
	width:100%;
	padding:1px;
}

#engraving_table>tbody>tr>td  {
	padding:0;
	text-align:center;
	border-bottom:1px solid #e1e1e1;	
}

.engraving_item{
	background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;
	border-right:1px solid #e1e1e1;
	padding:10px;
	font-size:13px;
	color:#555;
	font-weight:bold;
	text-align:center;
}

.engraving_input {
	float:left;
	margin:5px;
	font-size:11px;
}

.engraving_input td {
	padding:3px;
}

.engraving_input input{
	height:16px;
	padding:3px 5px;
	font-size:13px;
	vertical-align:middle;
}

.engraving_input .line{
	background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;
	padding:4px 8px;
	font-size:13px;
	color:#555;
	font-weight:normal;
	text-align:center;
}

.engraving_odd_row {
	background-color:#fff;
}


.engraving_plate_spacer {
	height:8px;
	background:url(/img/engraving_divider.png) no-repeat;
}

/*-------------------------------------------------Event Page Magnify Popup Styles-------------------------------------------------------*/
.box_container	{display:none;
			 position:absolute;
			 top:0;
			 left:0;
			 text-align:center;
			 margin:auto;
			 cursor:default;
			 height:100%;
			 width:100%;
			 padding:0;
			}
.overlay		{position:absolute;
			 top:0;
			 left:0;
			 width:100%;
			 height:100%;
			 min-height:1580px;
			 background-color:black;
			 filter:alpha(opacity=60); /* IE's opacity*/
			 opacity: 0.60;
			}
.box_contents	{position:relative;
			 display:none;
			 top:10%;
			 z-index:150;
			}
.box_contents table	{margin:auto;}
.box_contents_overlay	{border:white solid 12px;
				 background-color:white;
				 text-align:center;
				}
.box_contents_closer	{background-color:#004D7A;
				 color:white;
				 text-align:center;
				 font-weight:bold;
				 cursor:pointer;
				 white-space:nowrap;
				}					
					
.overlay_item_title	{
				 vertical-align: middle;
				 font-size: 10pt;
				 text-align:center;
				 padding:10px;
				}
img.prod_image	{cursor:pointer;}


/*---------------------------------------------------Help Box------------------------------------------------------------*/
#help_box_container	{width:250px;}
.help_box	{border:solid #999 1px;
			 font-size:10pt;
			 width:100%;
			 margin:auto;
			}
.help_box TD {padding-left:10px;
			 padding-right:10px;
			}
.help_box_top	{height:70px;
			}
.help_box_top_left {background: url('/graphics/frame/help_box/ul.gif') no-repeat;
			       background-position: top left;
			       width:50px;
				}
.help_box_title	{background: url('/graphics/frame/help_box/ul.gif') repeat-x bottom;
			 background-position: top left;
			 text-align:center;
			 vertical-align:middle;
			 padding-top:10px;
			}
.help_box_subtitle	{background: url('/graphics/frame/help_box/ustgrad.gif') repeat-x bottom;
			 background-position: top left;
			 text-align:center;
			 vertical-align:top;
			 white-space:nowrap;
			 height:23px;
			}
.help_box_mid,
.help_box_mid TD {background: url('/graphics/frame/help_box/ml.gif') repeat-x bottom;
			 background-color: #f8f8f8;
			 background-position: top left;
			 padding-top:18px;
			 vertical-align:top;
			 height:135px;
			}
.help_box_bottom {background: url('/graphics/frame/help_box/bl.gif') repeat-x bottom;
			 background-position: top left;
			 background-color: rgb(238,238,238);
			 height:27px;
			}
.help_box LI	{margin-left:-25px;}


/*--------------------------------------------------- Scoreboard --------------------------------------------------------------*/

ul.scoreboard  {
	margin:0;
	padding:0px 10px;
	
}

ul.scoreboard li {
	list-style:none;
	margin:2px 5px 10px 15px;
	padding:8px 10px;
	width:34px;
	background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;
	border: 1px solid #afbac4;
}

ul.scoreboard li  a{
	font-size:15px;
	text-align:center;
}

ul.scoreboard li a:hover{
	font-size:15px;
	text-align:center;
	color:#719e00;
	text-decoration: none;
}

/*--------------------------------------------------- Trophy Options - Figures - Inserts Page--------------------------------------------------------------*/
ul#tablist {
	margin:0;
	padding:0;
	
}

ul#tab_list li {
	list-style:none;
	margin:2px 12px 10px 0px;
	padding:8px 10px;
	width:140px;
	background:url(/img/product_option_back.jpg) repeat-x #f9f9f9;
	border: 1px solid #afbac4;
	color:#006798;
	font-size:12px;
}


/*--------------------------------------------------- Window Shades NOT IN USE--------------------------------------------------------------*/

h2.trigger {
	padding: 0 0 0 40px;
	margin: 0 0 5px 0;
	background: url(/img/h2_trigger_a2.gif) no-repeat;
	height: 32px;
	line-height: 32px;
	width: 560px;
	font-size: 17px;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border: 1px solid #d6d6d6;
	background: #f0f0f0;
	overflow: hidden;
	font-size: 1.2em;
	width: 595px;
	clear: both;
}
.toggle_container .block {
	padding: 5px; /*--Padding of Container--*/
}



/*--------------------------------------------------- Tool Tips NOT IN USE--------------------------------------------------------------*/
.tip {
    color: #fff;
    background:#CCC;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.missing_required_option	{border:solid red 1px !important;}
.one_time_attribute		{text-align:left;}

/*--------------------------------------------------- MOBILE --------------------------------------------------------------*/


@media screen and (max-width: 780px) {
#header {width:99.6%; min-width:98%; padding:0; margin:0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
#quick_links {display:none;}
#news_box {width:35%; max-height:50px; padding:2px; margin:2px; position:absolute; right:2px; top:40px; border:0px solid #fff; font-size:11px;}
#search {width:240px; top:8px; right:2px;}
#search input{width:160px;}
#cart-mobile {background:url(/img/green_tab_back.png) repeat-x #fbfbfb; height:20px; width:68px; margin:0px; padding:1px; border: 1px solid #328300; position:absolute; display:block; top:112px; right:6px;}
#nav {width:99.9%; padding:0; margin:0;}
#menu {width:98%; z-index:8888; position:relative; height:auto; padding-bottom:6px;}
#menu li:hover .dropdown_4columns, .dropdown_1column{z-index:99999;}
#menu li:hover .dropdown_4columns .toggle-menu {display:none;}
#menu li:hover .dropdown_4columns {  left:-210px; top:auto;}
.col_4 h2 {display:none}
#main_container {width:99%; min-width:98%;}
#left_bar {width:18%; overflow:hidden;}
.left_nav {max-width:99%;}
.left_nav h2 {font-size:13px;}
#email_box {width:99%; font-size:10px; line-height:11px;}
#email_box h5 {font-size:11px; line-height:11px; margin:0; padding:0;}
#right_bar {display:none;}
#center {width:80%; min-width:76%; padding:0; margin:0 0px 10px 6px;}
.tab_products_container {width: 100%; padding:0; margin:0;}
ul.tabs_products {width: 99%; padding:0; margin:0;}
ul.display {width:99.5%;}
ul.display li {width: 99.5%;}
#product_left {width: 98%; clear:right;}
#product_right {width: 98%; clear:left;}
.product_options li {width: 98%; float:left; margin:0 auto; }
.content_block {width: 98%; float:left;}
#engraving_container {width: 100% !important;}
#engraving_table {width: 100% !important;}
#plastic_options { width: 99%;}
#plastic img {width: 99%;}
#footer_container {width:99%; min-width:98%;}
#footer_container  h3 {font-size:16px;}
#footer_col1 {display:none}
#footer_col2 {width:30%; min-width:18%; margin:30px 15px 0 10px;}
#footer_col3 {width:25%; min-width:18%; margin:30px 8px 0 8px;}
#footer_col4 {width:29%; min-width:18%; margin:30px 0px 0 5px; float:left;}
}

@media screen and (max-width: 680px) {
#search {position:absolute; left:-160px; top:112px;}
#cart-mobile {background:url(/img/green_tab_back.png) repeat-x #fbfbfb; height:20px; width:70px; margin:0px; padding:1px; border: 1px solid #328300; position:absolute; display:block; top:8px; right:6px;}
.toggle-menu {width:32px; height:30px; background: url("/img/menu-icon.png") #ddd no-repeat 49% 20%; position:absolute; top:109px; right:4px; cursor:pointer; z-index:9999;}
.toggle-menu:before {content: "MENU"; font-size:8px; font-weight:bold; color:#111; text-align:center; line-height:50px; padding:4px;}
#news_box {width:25%; max-height:50px; padding:0px; margin:2px; position:absolute; right:1px; top:40px; border:0px solid #fff; font-size:10px;}
#menu {background:#233a5c; display:none;}
#menu li {padding: 2px 4px 3px 4px; margin-right:6px;}
#menu li a {font-size:12px;}
#menu li:hover {padding: 2px 4px 3px 4px; margin-right:6px;}
#menu li:hover .dropdown_4columns { width:580px; left:-280px; top:auto;}
#menu li .drop {padding-right:16px;}
.col_1 {font-size:11px;}
.left_nav h2 {font-size:12px; letter-spacing:0px; line-height:12px; padding:2px; margin:0;}
.tab_content {padding:0; margin:0;}
ul.tabs li a {font-size: 12px !important; 	padding: 0 8px !important;}
.center_nav {font-size:11px; line-height:12px;}
#center h1 {font-size:16px; line-height:17px;}
.color-buttons  {width:28% !important;}
.color-buttons a {font-size:12px !important; line-height:13px;}
#footer_container  h3 {font-size:12px;}
#footer_col2 {width:40%; min-width:18%; margin:30px 5px 0 5px;}
#footer_col3 {display:none;}
#footer_col4 {width:40%; min-width:18%; margin:30px 0px 0 2px; float:left;}
}

@media screen and (max-width: 480px) {
#logo {width:454px;}
#logo a {width:454px;}
#logo a:hover {width:454px;}
#logo img {width:454px !important; height:auto;}
#cart-mobile {background:url(/img/green_tab_back.png) repeat-x #fbfbfb; height:20px; width:70px; margin:0px; padding:1px; border: 1px solid #328300; position:absolute; display:block; top:6px; right:4px;}
#news_box {display:none;}
#menu li:hover .dropdown_4columns {  left:0px; top:auto;}
#menu li .dropdown_4columns {width:440px !important;}
#menu li div a {font-size:11px !important;}
.clear-left {clear:left; display:block;}
.col_1 {width:20% !important; min-width:10%;}
.contact-img {width:99.8%;}
#main_container {padding-top:5px;}
#center {margin:0 0px 8px 4px;}
#left_bar {display:none;}
.left_nav li {padding:0; margin:0;}
.left_nav a {font-size:11px; line-height:12px; padding:0; margin:0;}
#center {width:99.5%; min-width:86%; padding:0; margin:0 0px 10px 4px;}
.home-text {display:none;}
.color-buttons  {width:28% !important;}
.color-buttons a {font-size:11px !important; line-height:12px;}
.content_block .price {clear:both !important; float:left !important;}
.content_block h2 {clear:both !important; float:left !important;}
#breadcrumbs {display:none;}
.engraving_item {font-size:11px;}
.engraving_input td {font-size:11px !important;}
.engraving_input input {padding:1px 3px; font-size:10px;}
.engraving_plate_thumbnail {max-width:120px;}
#footer_col2 {width:51%; min-width:18%; margin:25px 5px 0 5px;}
#footer_col4 {width:38%; min-width:18%; margin:20px 0px 0 2px; float:left; font-size:11px; line-height:13px;}
}

@media screen and (max-width: 380px) { 
#logo {width:346px;}
#logo a {width:346px;}
#logo a:hover {width:346px;}
#logo img {width:99% !important; height:auto; margin-top:18px; margin-left:4px;}
#menu li {font-size:10px !important; padding: 2px 3px 3px 3px; margin-right:4px;}
#menu li:hover {padding: 2px 3px 3px 3px; margin-right:4px;}
#menu li:hover .dropdown_4columns {  left:-5px; top:auto;}
#menu li:hover .dropdown_1column{  left:-10px; top:auto;}
#menu li .dropdown_4columns {width:330px !important;}
#menu li div a {font-size:10px !important;}
.left_nav a {font-size:10px; line-height:11px; padding:0; margin:0;}
.center_nav {font-size:10px; line-height:10px; width:50%;}
.center-2col{float:left; width:49%;}
.center_nav {font-size:11px; line-height:12px; width:98%; padding:0; margin:0;}
.main_view {width:100%; height:auto;}
#footer_col2 img{width:94%;}
.social img{width:28% !important; height:auto;}
#footer_col4 {width:36%;}
#footer_col4 h4 {font-size:11px; line-height:13px;}
}
