/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");

/* begin general styles for all themes */
html,body {
	margin: 0px;
	padding: 0px;
/*	background-color:#002855;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

.black{
	color: #000000;
}

p, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

form {
	margin: 0px;
}

a:link {
	color: #0099ff;
	text-decoration: none;
}

a:visited {
	color: #00aaff;
	text-decoration: none;
}

a:hover {
	color: #007700;
	text-decoration: underline;
}

a:active {
	color: #ff3300;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

.actCHECKOUTEM {
	background-color: #999966;
}

.actCHECKOUTBG {
	background-color: #9b8e7d;
}

.actlarger {
	font-size: 13px;
	color: #5d5d5d;
}

.actsmaller{
	font-size: 10px;
	color: #5d5d5d;
}

.actxxsmall {
	font-size: 10px;
	color: #5d5d5d;
}

.actxsmall {
	font-size: 11px;
	color: #5d5d5d;
}

.actsmall {
	font-size: 11px;
	color: #5d5d5d;
}

.actregular {
	font-size: 13px;
	color: #5d5d5d;
}

.actlarge{
	font-size: 16px;
	color: #5d5d5d;
}

.actxlarge {
	font-size: 20px;
	color: #5d5d5d;
}

.actxxlarge {
	font-size: 20px;
	color: #5d5d5d;
}

.actwarningcolor {
	color: #999966;
}
	
.actrequiredcolor {
	color: #999966;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color:#000000;
	font-weight: bold;
}

.actwarning {
	font-size: 11px;
	color: #999966;
}

.actwelcome {
	font-size: 11px;
	color: #5d5d5d;
}

.actlogotext {
	font-size: 11px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 11px;
	color: #cccc99;
}

.thinborder1 {
	border: 1px solid #777777;
}

.thinborder2 {
	border: 1px solid #9b8e7d;
}

.thinred {
	border: solid 1px #999999;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #9b8e7d;
	border-top: 0px;
} 

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

a.boxlink:link{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:visited{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:hover{
	color: #ffffff;
	text-decoration:underline;
}

a.boxlink:active{
	color: #ffffff;
	text-decoration:none;
}

table.checkout td {
	background-color: #cccccc;
}

table.checkout th {
	background-color: #ff0000;
}

.cart {
	background-color: #cccccc;
}

.cartheading {
	background-color: #999999;
	font-weight: bold;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

/* end of general styles for all themes */

/* CSS Specific to 'Executive' */

/* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */

	/* page header fomatting elements ----------------------------------------------------- */
	.page_header	{
		background-color: #999999;
		margin: 0px 0px 0px 0px;
		}
		
	.page_header_content	{
		width: 1000px;
		text-align: left;
		height: 63px;
		}
		
	.page_header_home_search_box	{
		padding: 1px;
		margin: 0px;
		background-image:url('theme_dotted_line_2.gif');
		background-color: #9b8e7d;
		}
	
	.page_header_logo_container	{
		float: left;
		}
	
	.page_header_menu_cart_login_spacing	{
		padding-left: 2px;
		}
	
	.page_header_terms_cart_login_container	{
		float: right;
		text-align: right;
		}
	
	.page_header_terms_container	{
		height: 38px;
		}
		
	.page_header_menu_cart	{
		padding: 3px 5px 4px 19px;
		background-image:url('theme_icon_cart.gif');
		background-color:#cccc99; 
		border-top: 1px solid #9b8e7d;
		border-bottom: 1px solid #9b8e7d;
		}
	
	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		background-color:#cccc99;	
		border-left: 1px solid #9b8e7d;
		border-top: 1px solid #9b8e7d;
		border-bottom: 1px solid #9b8e7d;
		}
	
	.page_header_menu_login	{
		padding: 3px 5px 4px 17px;
		background-image:url('theme_icon_login.gif');
		background-color:#cccc99; 
		border-top: 1px solid #9b8e7d;
		border-bottom: 1px solid #9b8e7d;
		}
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu fomatting elements ------------------------------------------------------- */
	.page_menu	{
		background-color: #9b8e7d;
		margin: 0px 0px 0px 0px;
		}
		
	.page_menu_content	{
		width: 1000px;
		height: 21px;
		}
		
	.page_menu_items	{
		background-color: #9b8e7d;
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: left;
		width: 65%;
		}
	
	.page_menu_items_search	{
		background-color: #9b8e7d;
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: right;
		width: 30%;
		}
	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.page_body	{
		padding: 10px 0px 0px 0px;
		}

	.page_body_content	{
		width: 762px;
		text-align: left;
		}
	
	.page_body_content_left_column	{
		float: left; 
		width: 170px;
		}
	
	.page_body_content_right_column	{
		float: right; 
		width: 552px;
		}
	/* end page body fomatting elements ----------------------------------------------------- */


	/* page footer fomatting elements ------------------------------------------------------- */
	.page_footer	{
	padding: 30px 0px 30px 0px;
	clear:both;
	}
	
	.page_footer_content	{
		width: 762px;
		text-align: left;
		}
	/* end of page footer fomatting elements ------------------------------------------------ */

	/* page left column fomatting elements -------------------------------------------------- */
	.left_column_product_image_description	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		}
	/* end page left column fomatting elements ---------------------------------------------- */

/* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */




/* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS --------------------------------------------------- */
	/* lines -------------------------------------------------------------------------------- */
	.dotted_line_blue	{
		height: 1px;
		background-color: #9b8e7d;
		background-image:url('theme_dotted_line.gif');
		clear:both;
		}
		
	.solid_line_light_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #9b8e7d;
		clear:both;
		}
		
	.solid_line_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #999999;
		clear:both;
		}
		
	.dotted_outline_blue	{
		border: 1px dotted #9b8e7d;
		padding: 8px;
		}		
	/* end lines ---------------------------------------------------------------------------- */
	
	.best_selling_items	{
	padding: 10px;
	background-color: #ffffff;
	}
	
	.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}
	
	.product_image_cost	{
		margin: 0px 12px 8px 0px;
		text-align: center;
		float: left;
		}
		
	.product_list	{
		margin: 20px 20px 20px 20px;
				}	
/* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */



/* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */
	.image_float_right	{
		float: right;
		margin: 16px 0px 15px 20px;
		}
	
	.image_product	{
		margin: 0px 18px 10px 0px;
		text-align: center;
		float: left;
		}
/* END OF IMAGE FORMATTING ELEMENTS ----------------------------------------------------- */




/* TEXT FORMATTING ELEMENTS ------------------------------------------------------------- */

	/* headings ----------------------------------------------------------------------------- */
	h1	{
		font-size: 20px;
		font-weight: 900;
		margin: 0px;		
		padding: 16px 0px 4px 4px;
		color: #999999;
		}
		
	h1.subheading	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 14px 0px;
		color: #9b8e7d;
		}
		
	h2	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #9b8e7d;
		}
		
	h2.clearall	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #9b8e7d;
		clear:both;
		}
		
	h3.product	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		color: #9b8e7d;
		}
		
	h3.product_price	{
		font-size: 11px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		}
		
	.text_heading_left_column	{
		margin: 0px;
		padding: 19px 0px 4px 0px;
		line-height:normal;
		color: #999999;
		font-weight: 900;
		font-size: 13px;
		}
	/* end headings ------------------------------------------------------------------------- */
	
	/* list fomatting ----------------------------------------------------------------------- */
	ul	{
		line-height: 150%;
		padding: 0px 0px 0px 1px;
		margin: 0px 0px 18px 15px;
		font-size: 11px;
		}
	
	ul.products	{
		line-height: normal;
		padding: 0px 0px 0px 1px;
		margin: 3px 0px 4px 15px;
		font-size: 11px;
		color: #999966;
		}
	/* end list fomatting ------------------------------------------------------------------- */
		
	/* menu text --------------------------------------------------------------------------- */
	.text_menu	{
		padding: 2px 0px 2px 0px;
		font-size : 11px;
		margin: 0px;
		color : #ffffff;
		}
	
	.text_menu_no_space	{
		word-spacing: normal;
		}
		
	.text_menu_cart	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		}
		
	.text_menu_cart_items	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		font-weight: 900;
		}	
	/* end menu text ----------------------------------------------------------------------- */

	/* product text ------------------------------------------------------------------------ */
	.text_product_small_info	{
		font-size: 10px;
		line-height: normal;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		}
	
	.text_product_small_info_heading	{
		margin: 0px;
		padding: 10px 0px 12px 0px;
		line-height:normal;
		color: #9b8e7d;
		font-weight: 900;
		font-size: 11px;}
		
	.text_product_small_info_price	{
		margin: 0px;
		padding: 8px 0px 0px 0px;
		line-height:normal;
		font-weight: 900;
		font-size: 11px;
		}
		
	/* end product text -------------------------------------------------------------------- */

	.text_breadcrumbs	{

		font-size: 12px;
		color: #005588;
		margin: 0px;
		line-height:normal;
		padding: 6px 0px 2px 6px;
		}	
	
	.text_footer	{
		color: #9b8e7d;
		font-size: 10px;
		padding:0px;
		margin:4px 0px 0px 0px;
		}

	.text_options	{
		font-weight: 900;
		}

	.text_word_spacing_8px	{
		word-spacing: 8px;
		}
	
	.text_terms_conditions	{
		color: #9b8e7d;
		font-size: 11px;
		border: 0;
		margin: 0;
		padding: 0;
		}
/* END OF TEXT FORMATTING ELEMENTS ----------------------------------------------------- */




/* FORM FORMATTING ELEMENTS ------------------------------------------------------------ */
	/* buttons ----------------------------------------------------------------------------- */
	.form_button	{
		line-height: normal;
		width: 76px;
		margin: 0px;
		padding: 0px 0px 0px 12px;
		font-size : 11px;
		background-color: #9b8e7d;
		border: 1px solid #999999;
		color: #ffffff;
		word-spacing: normal;
		}	
	
	.form_button_quick_search	{
		line-height: 13px;
		height: 18px;
		width: 85px;
		margin: 1px 1px 1px 1px;
		padding: 0px 0px 0px 12px;
		font-size : 11px;
		background-color: #9b8e7d;
		border: 1px solid #999999;
		color: #ffffff;
		background-image: url('theme_icon_search.gif');
		word-spacing: normal;
		}
	
	.form_button_add_to_cart	{
		line-height: 13px;
		height: 22px;
		width: 100px;
		margin: 0px 1px 0px 0px;
		padding: 2px 0px 1px 20px;
		font-size : 11px;
		background-color: #9b8e7d;
		top-border: 2px solid #cccc99;
		color: #ffffff;
		background-image: url('theme_icon_add_to_cart.gif');
		word-spacing: normal;
		}	
	/* end buttons ------------------------------------------------------------------------- */

.form_input_general	{
	line-height: normal;
	font-size : 11px;
	word-spacing: normal;
	}

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 11px;
	background-color: #9b8e7d;
	border: 1px solid #9b8e7d;
	color: #5d5d5d;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #9b8e7d
}

/* END OF FORM FORMATTING ELEMENTS ------------------------------------------------------ */




/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */

a.product_section:visited  {
	color : #bd9f59;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #cccc99;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #cccc99;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #c75a3f;
	text-decoration : none;
	}
	
/* ------------------------ */
	
a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #9b8e7d; 
	border: 1px solid #cccc99;
}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #9b8e7d;
	border: 1px solid #cccc99;
}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #9b8e7d;
	border: 1px solid #cccc99;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #999999;
	border: 1px solid #cccc99;
	}
	
	
/* ------------------------ */

a.link_footer:visited  {
	color : #cccc99;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #cccc99;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #cccc99;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #cccc99;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_breadcrumbs:visited	{	
	color : #551188;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #771100;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #00ff77;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #ff8811;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_cart:visited	{	
	color : #999999;
	text-decoration : underline;
	}

a.link_cart:link  {
	color : #999999;
	text-decoration : underline;
	}
	
a.link_cart:active  {
	color : #999999;
	text-decoration : underline;
	}
	
a.link_cart:hover  {
	color : #999999;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_terms_conditions:visited	{	
	color : #cccc99;
	text-decoration : underline;
	}

a.link_terms_conditions:link  {
	color : #cccc99;
	text-decoration : underline;
	}
	
a.link_terms_conditions:active  {
	color : #cccc99;
	text-decoration : underline;
	}
	
a.link_terms_conditions:hover  {
	color : #cccc99;
	text-decoration : underline;
	}
	
/* ------------------------ */
	

/* END OF LINK FORMATTING ELEMENTS ------------------------------------------------------ */

/* Elements Specific to the Technical Theme */

/* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */

.tech_page_background	{
	height: 100%;
	}

.tech_page_content	{
	width: 1000px;
	text-align: left;
	height: 100%;
	bottom: 0px;
	background-color: #ffffff;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 0px 1px 0px 1px;
	}

	/* page header fomatting elements ----------------------------------------------------- */
	.tech_page_header_content	{
		width: 762px;
		text-align: left;
		height: 65px;
		border-bottom: 4px solid #999999;
      }
		
	.tech_page_header_logo_container	{
		float: left;
		padding: 0px 0px 0px 15px;
      }
		
	.tech_page_header_menu	{
		background-color: #999999;
		border-bottom: 1px solid #cccc99;
		height: 27px;
      }
	
	.tech_page_header_terms_cart_login_container	{
		float: right;
		text-align: right;
      }
	
	.tech_page_header_terms_container	{
		height: 38px;
      }
		
	.tech_page_header_menu_cart	{
		padding: 3px 3px 2px 3px;
		border-left: 1px solid #cccc99;
		height: 21px;
      }
	
	.tech_page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		border-left: 1px solid #cccc99;
		border-top: 1px solid #cccc99;
		border-bottom: 1px solid #cccc99;
      }
	
	.tech_page_header_menu_search	{
		padding: 3px 3px 2px 1px;
      }
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu formatting elements ------------------------------------------------------- */
	.tech_main_menu	{
		background-color: #999999
      }
		
	.tech_menu_bottom	{
		height: 4px;
		background-color: #999999;
      }
		
	.tech_menu_button_border	{
		width: 121px; 
		border-right: 1px #ffffff solid;
		border-top: 1px #ffffff solid;
      }
	
	div.tech_menu_button {
		width: 119px; 
		top: 0px;
		left: 0px; 
		border: 1px #999999 solid;
      }
		
	div.tech_menu_button_product {
		width: 119px; 
		top: 0px;
		left: 0px; 
		border: 1px #999999 solid;
      }
		
	.tech_menu_button_title	{
		width: 122px;
		border-top: 1px #ffffff solid;
		background-color: #999999;
      }
	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.tech_page_body_content	{
		width: 1000px;
		text-align: left;
      }
	
	.tech_page_body_content_left_column	{
		float: left; 
		width: 126px;
      }
	
	.tech_page_body_content_right_column	{
		float: right;
		width: 574px;
		padding: 6px 36px 0px 0px;
      }
	/* end page body fomatting elements ----------------------------------------------------- */


/* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */

/* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS --------------------------------------------------- */

	/* lines -------------------------------------------------------------------------------- */
	.tech_solid_line_blue	{
		height: 1px;
		background-color: #999999;
		clear:both;
      }
	
	.tech_solid_line_light_blue	{
		height: 1px;
		background-color: #cccc99;
		clear:both;
      }
		
	.tech_outline_blue	{
		border: 1px solid #cccc99;
		padding: 0px;
      }	
		
	/* end lines ---------------------------------------------------------------------------- */
	
	.tech_product_image_cost	{
		padding: 0px 12px 8px 0px;
		margin: 0px;
		text-align: center;
		float: left;
      }
		
	.tech_product_mini_title	{
		background-color: #cccc99;
		margin: 0px;
		padding: 0px;
      }
		
	.tech_product_mini_padding	{
		margin: 8px 8px 0px 8px;
      }
		
/* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS -------------------------------------------- */
	
	/* menu text --------------------------------------------------------------------------- */

	.tech_text_product_section	{
		padding: 3px 3px 3px 5px;
		margin: 0px;
		color : #ffffff;
		font-size : 11px;
		font-weight: 900;
      }
	
	.tech_text_menu_cart	{
		padding: 2px 0px 2px 0px;
		font-size : 11px;
		margin: 0px;
		color : #ffffff;
		background-color: #999999;}
	
	.tech_text_menu_cart_items	{
		color : #ffffff;
		padding: 0px 5px 0px 3px;
		margin: 0px;
		line-height: normal;
		font-weight: 900;
		}	
	/* end menu text ----------------------------------------------------------------------- */

	/* best seller and new product text ------------------------------------------------------------------------ */
	
	.tech_text_product_small_info	{
		font-size: 10px;
		line-height: normal;
		margin: 0px;
		padding: 0px 0px 8px 0px;
		}
	
	.text_product_small_info_price	{
		margin: 0px;
		padding: 8px 0px 0px 0px;
		line-height:normal;
		color: #9b8e7d;
		font-weight: 900;
		font-size: 13px;
		}
		
	.tech_text_product_mini_title	{
		color: #ffffff;
		font-weight: 900;
		padding: 3px 3px 3px 5px;
		margin: 0px;
		}
		
	/* end product text -------------------------------------------------------------------- */

/* END OF TEXT FORMATTING ELEMENTS ----------------------------------------------------- */

/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */

/* View Cart and Checkout In Top Bar */

a.tech_link_menu_cart_left:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #9b8e7d; 
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_left:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #9b8e7d;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_left:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #cccc99;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_left:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #cccc99;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_right:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #9b8e7d; 
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_right:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #9b8e7d;
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
	
a.tech_link_menu_cart_right:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #cccc99;
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;}
	
a.tech_link_menu_cart_right:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #cccc99;
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;}
	
/* ------------------------ */

/* Links in Sidebar Menus */

div.tech_menu_button a  {
	width: 113px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px;
	text-align:left;
	background-color: #9b8e7d;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #9b8e7d;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #cccc99;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #9b8e7d;}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #cccc99;
   }

div.tech_menu_button_product a   {
	width: 104px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 12px;
	text-align:left;
	background-color: #9b8e7d;
	font-size: 11px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #999999;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #999999;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #999999;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #cccc99;
	background-image:url('theme_arrow.gif');
   }
	
/* END OF LINK FORMATTING ELEMENTS ------------------------------------------------------ */

/* Styles for Contemporary Theme */

#maincontent {
	margin: 0 auto;
	background-color: #ffffff;
	height: 100%;
	padding: 7px;
	width: 776px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 762px;
}

html>div#maincontent {
	width: 776px;
}

#contemporary_top_bar {
	width: auto;
	background-color: #999999;
	height: 64px;
	background-image:url('theme_topbar_background.gif');
	background-position:right;
	background-repeat:no-repeat;
}

#contemporary_second_bar {
	width: auto;
	background-image: url('theme_secondbar_background.gif');
	background-repeat: repeat-x;
	padding: 12px 5px 5px 5px;
}

#contemporary_parent_section_list {
	width: auto;
	padding: 5px 5px 0 5px;
}

.contemporary_body_content	{
	width: 762px;
	text-align: left;
}
	
.contemporary_left_column	{
	float: left; 
	width: 120px;
}
	
.contemporary_right_column	{
	float: right;
	width: 574px;
	padding: 0px 36px 0px 0px;
}

/* End of Styles for Contemporary Theme */


/******************************/
/* RPGminiatures bespoke divs */
/******************************/
.div_brochure_main {
	position:relative;
	width:960px;
	height:auto;
	text-align:left;
}
.DIV_brochure_header {
	position:relative;
	height: 151px;
	background-color:#002855;
	background-image: url('RPGMiniaturesLogo240x110.png');
	background-repeat: no-repeat;
	background-position: bottom-left;
}

.brochure_headeradvert{
	text-align:center;
	font-size:16px;
	margin-left:200px;
	margin-top:12px;
	margin-right:12px;
	position:relative;

}
.brochure_header_search {
	position:relative;
	float:left;
	height:39px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	background:#0066cc;
	padding-left:14px;
	padding-top: 1px;
	line-height:39px;
	font-weight:bold;
	width:205px;
}
.div_main {
	width: 100%;
	background-color:#002855;
}
.DIV_header {
	height: 151px;
	width: 945px;
	background-color:#002855;
}
.header_logo {
	width: 200px;
	height: 151px;
	background-image: url('RPGMiniaturesLogo240x110.png');
	background-repeat: no-repeat;
	background-position: top-left;
}
.headeradvert {
	text-align: center;
	position: absolute;
	top: 14px;
	left: 200px;
	width:578px;
	font-size: 14px;
	background-color:#002855;
}

.HeaderSearch {
	width: 185px;
	height:39px;
	position: absolute;
	left:0px;
	top:110px;
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	border: solid #000;
	border-width:1px 1px 1px 1px;
	background:#0066cc;
	padding-left:14px;
	padding-top: 1px;
	line-height:40px;
	font-weight:bold;
}


.div_rightcolumn {
	position: absolute;
	left: 0px;
	top: 151px;
	width: 200px;
	border-right: 1px solid;
	border-color: #000;
	background-color:#ffffff;
	padding-left: 0px;
	padding-top: 0px;
}

.paypal_Logo{
	text-align:center;
	padding: 6px;
}
.div_brochure_bulkarea {
	position:relative;
	width:920px;
	padding:0px 20px 0px 20px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.div_bulkarea {
	position: absolute;
	left: 200px;
	top: 151px;
	width:744px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.div_bulkarea h1{
padding: 6px 0px 2px 7px;
}

.checkout_bulk {
width: 700px;
padding: 12px;
color: #000000;
}

.DIV_product_page_section_description {
padding:0px 140px 6px 8px;
color: #000000;
}

.DIV_product_wrapper {
	padding-left:4px;
	padding-right:4px;
}

.DIV_product {
	margin:0px; 
	height:380px;
	text-align:center; 
	vertical-align:bottom;
	color: #000000;
	border: 1px solid #bbbbbb;
}
.DIV_product_extended_height {
	margin:0px; 
	height:auto;
	text-align:center; 
	vertical-align:bottom;
	color: #000000;
	border: 1px solid #bbbbbb;
}


.DIV_product h1{
	text-align: center;
	vertical-align: baseline;
	height: 44px;
	color: #000000;
	font-size:12px;
	background: #cccccc;
	padding: 4px 6px 2px 6px;
}

.DIV_product h2{
	text-align: center;
	color: #000000;
	font-size:14px;
	padding: 4px 0px 2px 0px;
}

.DIV_product_paint {
	margin:0px; 
	height:250px;
	text-align:center; 
	vertical-align:bottom;
	color: #000000;
	border: 1px solid #bbbbbb;
}
.DIV_product_paint h1{
	text-align: center;
	vertical-align: baseline;
	height: 44px;
	color: #000000;
	font-size:12px;
	background: #cccccc;
	padding: 4px 6px 2px 6px;
}

.DIV_product_paint h2{
	text-align: center;
	color: #000000;
	font-size:14px;
	padding: 4px 0px 2px 0px;
}
.RandomItem {
	text-align:center;
	margin: 6px 6px 6px 6px;
	position: relative;
	width:184px;
	height: auto;
	line-height:16px;
	border: 1px solid #000000;
	color:#000000;
}


.navcontainerment ul {
	padding:0;
	margin:0;
	list-style-type:none;
}


.navcontainerment li  {
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	padding-left:6px;
	margin:0;
	list-style-type:none;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #0066cc;
	color: #ffffff;
	width: 193px;
}

.navcontainerment li li {
	padding-left:18px;
	margin-left:-6px;
	width: 180px;
	list-style-type:none;
	border-bottom: 0px solid #777777;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #eeeeee;
	background-color: #006666;
	background-image: url('arrow_r_white_12x12.gif');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

.navcontainerment li li li {
	line-height: 18px;
	font-weight:normal;
	padding-left:30px;
	margin-left:-18px;
	width: 168px;
	list-style-type:none;
	border-bottom: 1px solid #006767;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #eeeeee;
	background-color: #007766;
	background-image: url('transparent_12x12.gif');
	background-repeat: no-repeat;
	background-position: 4px 7px;
}

.navcontainerment a {
	color: #ffffff;
}

.link3_selected{
	font-size:14px;
	font-weight: 900;
}

.navcontainerment li li .li3_selected {
background-color: #00aa66;
}
.navcontainerment li .li2_selected {
	background-image: url('arrow_d_white_12x12.gif');
	background-repeat: no-repeat;
	background-position: 4px 7px;
}


.DIV_footer {
	position:absolute;
	width:100%;
}

.paypal_form_button {
background-image: url(images\paypal_bounce_1.png);
}
.paypal_form_button :hover{
background-image: url(images\paypal_bounce_2.png);
}
.paypal_form_button :active{
background-image: url(images\paypal_bounce_3.png);
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:745px;
	height:40px;
	position:absolute;
	top: 110px;
	left: 200px;
	z-index:100;
	border-right:1px solid #000;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:149px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:138px;
	height:40px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background:#0066cc;
	padding-left:10px;
	line-height:40px;
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-image: url('arrow_r_blue_12x12.gif');
}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url('arrow_r_blue_12x12.gif') no-repeat 100px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url('arrow_r_blue_12x12.gif') no-repeat 100px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:41px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:40px;t\op:41px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



.brochure_menu {
	position:relative;
	top:0px;
	width:960px;
	height:42px;
	background:#0066cc;
	z-index:100;
}

.brochure_menu_extinfo {
	position:relative;
	top:10px;
	width:960px;
	height:42px;
	background:#0066cc;
	z-index:100;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:959px;}

/* remove all the bullets, borders and padding from the default list styling */
.brochure_menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.brochure_menu ul ul {
	width:145px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.brochure_menu li {
	float:left;
	width:145px;
	position:relative;
}
/* style the links for the top level */
.brochure_menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:150px;
	height:40px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background:#0066cc;
	padding-left:10px;
	line-height:40px;
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .brochure_menu a, * html .menu a:visited {width:159px; w\idth:148px;}

/* style the second level background */
.brochure_menu ul ul a.drop, .brochure_menu ul ul a.drop:visited {
	background-image: url('arrow_r_blue_12x12.gif');
}

/* style the second level hover */
.brochure_menu ul ul a.drop:hover{background:#c9ba65 url('arrow_r_blue_12x12.gif') no-repeat 100px center;}
.brochure_menu ul ul :hover > a.drop {background:#c9ba65 url('arrow_r_blue_12x12.gif') no-repeat 100px center;}
/* style the third level background */
.brochure_menu ul ul ul a, .brochure_menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.brochure_menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.brochure_menu ul ul {visibility:hidden;position:absolute;height:0;top:41px;left:0; width:159px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .brochure_menu ul ul {top:40px;t\op:41px;}

/* position the third level flyout menu */
.brochure_menu ul ul ul{left:159px; top:-1px; width:159px;}

/* position the third level flyout menu for a left flyout */
.brochure_menu ul ul ul.left {left:-159px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.brochure_menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.brochure_menu ul ul a, .brochure_menu ul ul a:visited {
	background:#d4d8bd;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:138px;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .brochure_menu ul ul a, * html .brochure_menu ul ul a:visited {width:160px;w\idth:148px;}

/* style the top level hover */
.brochure_menu a:hover, .brochure_menu ul ul a:hover{color:#000; background:#b7d186;}
.brochure_menu :hover > a, .brochure_menu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.brochure_menu ul li:hover ul,
.brochure_menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.brochure_menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.brochure_menu ul :hover ul :hover ul{ visibility:visible;}

.shipping_note {
font-size: 16px;
font-weight: bold;
color: red;
}