/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");

body {
	background-image: url('RPGM_body_back.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-size: 11pt;
	letter-spacing: 0px;
	line-height: normal;
}

.main_block {
	background-color: #ffffff;
	background-image: url('RPGM_DivMainBG960x230.png');
	background-repeat:repeat-x;
	height:1%;
}


.footer {
	margin: 0 auto;
	top:0px;
	height:100px;
	width:960px;
	text-align: center;
	background-image:url('RPGM_footer_bg.png');
}

.last_updated {
	position:absolute;
	top:40px;
	right:100px;
	color:#fff;
}

p, table, td, th {
	color: #1c2731;
	margin-top: 0px;
	font: normal normal 14px/16px Arial, Helvetica, sans-serif;
}


.black{
	color: #000000;
}

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: #ffffff;
}

.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: #ff0000;
}
	
.actrequiredcolor {
	color: #ff0000;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color:#000000;
	font-weight: bold;
}

.actwarning {
	font-size: 11px;
	color: #ff0000;
}

.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 #000066;
}

.thinred {
	border: solid 1px #6b1618;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #000066;
	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: #6b1618;
		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: #000066;
		}
	
	.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 #000066;
		border-bottom: 1px solid #000066;
		}
	
	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		background-color:#cccc99;	
		border-left: 1px solid #000066;
		border-top: 1px solid #000066;
		border-bottom: 1px solid #000066;
		}
	
	.page_header_menu_login	{
		padding: 3px 5px 4px 17px;
		background-image:url('theme_icon_login.gif');
		background-color:#cccc99; 
		border-top: 1px solid #000066;
		border-bottom: 1px solid #000066;
		}
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu fomatting elements ------------------------------------------------------- */
	.page_menu	{
		background-color: #000066;
		margin: 0px 0px 0px 0px;
		}
		
	.page_menu_content	{
		width: 1000px;
		height: 21px;
		}
		
	.page_menu_items	{
		background-color: #000066;
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: left;
		width: 65%;
		}
	
	.page_menu_items_search	{
		background-color: #000066;
		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: #000066;
		background-image:url('theme_dotted_line.gif');
		clear:both;
		}
		
	.solid_line_light_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #000066;
		clear:both;
		}
		
	.solid_line_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #6b1618;
		clear:both;
		}
		
	.dotted_outline_blue	{
		border: 1px dotted #000066;
		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 6px 0px;
		color: #6b1618;
		}
		
	h1.subheading	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 14px 0px;
		color: #000066;
		}
		
	h2	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #000066;
		}
		
	h2.clearall	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #000066;
		clear:both;
		}
		
	h3.product	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		color: #000066;
		}
		
	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: #6b1618;
		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: #ff0000;
		}
	/* 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: #000066;
		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: #000066;
		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: #000066;
		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: #000066;
		border: 1px solid #6b1618;
		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: #000066;
		border: 1px solid #6b1618;
		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: #000066;
		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: #ffffff;
	border: 1px solid #ffffff;
	color: #5d5d5d;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #000066
}

/* 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: #000066; 
	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: #000066;
	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: #000066;
	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: #6b1618;
	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 : #6b1618;
	text-decoration : underline;
	}

a.link_cart:link  {
	color : #6b1618;
	text-decoration : underline;
	}
	
a.link_cart:active  {
	color : #6b1618;
	text-decoration : underline;
	}
	
a.link_cart:hover  {
	color : #6b1618;
	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 #6b1618;
	border-left: 1px solid #6b1618;
	padding: 0px 1px 0px 1px;
	}

	/* page header fomatting elements ----------------------------------------------------- */
	.tech_page_header_content	{
		width: 762px;
		text-align: left;
		height: 65px;
		border-bottom: 4px solid #6b1618;
      }
		
	.tech_page_header_logo_container	{
		float: left;
		padding: 0px 0px 0px 15px;
      }
		
	.tech_page_header_menu	{
		background-color: #6b1618;
		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: #6b1618
      }
		
	.tech_menu_bottom	{
		height: 4px;
		background-color: #6b1618;
      }
		
	.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 #6b1618 solid;
      }
		
	div.tech_menu_button_product {
		width: 119px; 
		top: 0px;
		left: 0px; 
		border: 1px #6b1618 solid;
      }
		
	.tech_menu_button_title	{
		width: 122px;
		border-top: 1px #ffffff solid;
		background-color: #6b1618;
      }
	/* 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: #6b1618;
		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: #6b1618;}
	
	.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: #000066;
		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: #000066; 
	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: #000066;
	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: #000066; 
	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: #000066;
	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: #000066;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #000066;
   }
	
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: #000066;}

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: #000066;
	font-size: 11px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #6b1618;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #6b1618;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #6b1618;
	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: #6b1618;
	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 */
/******************************/

h1.section_title {
margin: 0px 0px 0px 08px;
font-family: georgia, serif;
font-size:24px;
}

.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 {
	margin: auto;
	text-align:center;
}

.DIV_header {
	position:absolute;
	top:-20px;
	height: 253px;
	width: 960px;
}

.header_logo {
	position:relative;
	top:-20px;
	width:960px;
	height: 253px;
	background-image: url('RPGM_header_logo.png');
	background-repeat: no-repeat;
	background-position: top-left;
}


.HeaderSearch {
	position:absolute;
	width: 200px;
	height:44px;
	top:209px;
	font-size:9px;
	background-image:url('TopNavBarSearch200x44.png');
	font-weight:bold;
	z-index:20;
}
.search_label {
color:#000;
font-size:12px;
}

.search_box {
	background: #fff;
	height: 16px;
	width:152px;
	border: 1px solid #000000;
	margin:12px 0px 0px 8px;
}

.search_button {
	float:right;
	height:38px;
	width:38px;
	border: 0px;
	margin:-32px 4px 0px 0px;
	background-image: url('RPGM_Trans_38x38.png');
	background: repeat;
	cursor:pointer;
}

.div_bulk {
	position:absolute;
	top:253px;
	width:960px;
	height:100%;
	background:#ffffff;
	background-image:url('RPGM_DivMainBG960x230.png');
	background-repeat:no-repeat;
}

.div_rightcolumn {
	width: 200px;
	background-color:#8699bc;
}

.paypal_Logo{
	text-align:center;
	padding: 6px;
}
.div_brochure_bulkarea {
	position:relative;
	width:760px;
	height:100%
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.div_bulkarea {
	position:absolute;
	top:0px;
   width:730px;
   padding: 0px 10px 0px 10px;
   z-index:5;
}

.div_bulkarea h1{
padding: 6px 0px 2px 7px;
}

.checkout_bulk {
width: 700px;
padding: 12px;
color: #000000;
}

.DIV_product_page_section_description {
padding:0px 40px 6px 8px;
color: #000000;
}

.DIV_product_wrapper {
width:740px;
}

.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-top: 1px solid #000000;
	background-color: #475b75;
	color: #ffffff;
	width: 194px;
}

.navcontainerment li li {
	padding-left:18px;
	margin-left:-6px;
	width: 182px;
	list-style-type:none;
	border-bottom: 0px solid #777777;
	border-top: 0px solid #eeeeee;
	background-color: #7185a7;
	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-top: 0px solid #eeeeee;
	background-color: #8699bc;
	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: #6b1618;
}
.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);
}

/*******************************************************************
*******************************************************************/
/* css for 960 12/16 column grid */
.container_12,.container_16 {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:100%;
}

.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16 {
	display:inline;
	float:left;
	position:relative;
	margin-left:10px;
	margin-right:10px;
}

.grid_6_nomargin, .grid_4nomargin {
	display:inline;
	float:left;
	position:relative;
}

.full {
	height:100%;
}

.container_12 .grid_3,.container_16 .grid_4 {width:220px}
.container_12 .grid_6,.container_16 .grid_8 {width:460px}
.container_12 .grid_9,.container_16 .grid_12{width:700px}
.container_12 .grid_12,.container_16 .grid_16{width:940px}
.alpha{margin-left:0}
.omega{margin-right:0}
.container_12 .grid_1{width:60px}
.container_12 .grid_2{width:140px}
.container_12 .grid_4{width:300px}
.container_12 .grid_5{width:380px}
.container_12 .grid_7{width:540px}
.container_12 .grid_8{width:620px}
.container_12 .grid_10{width:780px}
.container_12 .grid_11{width:860px}
.container_16 .grid_1{width:40px}
.container_16 .grid_2{width:100px}
.container_16 .grid_3{width:160px}
.container_16 .grid_5{width:280px}
.container_16 .grid_6{width:340px}
.container_16 .grid_7{width:400px}
.container_16 .grid_9{width:520px}
.container_16 .grid_10{width:580px}
.container_16 .grid_11{width:640px}
.container_16 .grid_13{width:760px}
.container_16 .grid_14{width:820px}
.container_16 .grid_15{width:880px}
.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}
.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}
.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}
.container_12 .prefix_1{padding-left:80px}
.container_12 .prefix_2{padding-left:160px}
.container_12 .prefix_4{padding-left:320px}
.container_12 .prefix_5{padding-left:400px}
.container_12 .prefix_7{padding-left:560px}
.container_12 .prefix_8{padding-left:640px}
.container_12 .prefix_10{padding-left:800px}
.container_12 .prefix_11{padding-left:880px}
.container_16 .prefix_1{padding-left:60px}
.container_16 .prefix_2{padding-left:120px}
.container_16 .prefix_3{padding-left:180px}
.container_16 .prefix_5{padding-left:300px}
.container_16 .prefix_6{padding-left:360px}
.container_16 .prefix_7{padding-left:420px}
.container_16 .prefix_9{padding-left:540px}
.container_16 .prefix_10{padding-left:600px}
.container_16 .prefix_11{padding-left:660px}
.container_16 .prefix_13{padding-left:780px}
.container_16 .prefix_14{padding-left:840px}
.container_16 .prefix_15{padding-left:900px}
.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}
.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}
.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}
.container_12 .suffix_1{padding-right:80px}
.container_12 .suffix_2{padding-right:160px}
.container_12 .suffix_4{padding-right:320px}
.container_12 .suffix_5{padding-right:400px}
.container_12 .suffix_7{padding-right:560px}
.container_12 .suffix_8{padding-right:640px}
.container_12 .suffix_10{padding-right:800px}
.container_12 .suffix_11{padding-right:880px}
.container_16 .suffix_1{padding-right:60px}
.container_16 .suffix_2{padding-right:120px}
.container_16 .suffix_3{padding-right:180px}
.container_16 .suffix_5{padding-right:300px}
.container_16 .suffix_6{padding-right:360px}
.container_16 .suffix_7{padding-right:420px}
.container_16 .suffix_9{padding-right:540px}
.container_16 .suffix_10{padding-right:600px}
.container_16 .suffix_11{padding-right:660px}
.container_16 .suffix_13{padding-right:780px}
.container_16 .suffix_14{padding-right:840px}
.container_16 .suffix_15{padding-right:900px}
.container_12 .push_3,.container_16 .push_4{left:240px}
.container_12 .push_6,.container_16 .push_8{left:480px}
.container_12 .push_9,.container_16 .push_12{left:720px}
.container_12 .push_1{left:80px}
.container_12 .push_2{left:160px}
.container_12 .push_4{left:320px}
.container_12 .push_5{left:400px}
.container_12 .push_7{left:560px}
.container_12 .push_8{left:640px}
.container_12 .push_10{left:800px}
.container_12 .push_11{left:880px}
.container_16 .push_1{left:60px}
.container_16 .push_2{left:120px}
.container_16 .push_3{left:180px}
.container_16 .push_5{left:300px}
.container_16 .push_6{left:360px}
.container_16 .push_7{left:420px}
.container_16 .push_9{left:540px}
.container_16 .push_10{left:600px}
.container_16 .push_11{left:660px}
.container_16 .push_13{left:780px}
.container_16 .push_14{left:840px}
.container_16 .push_15{left:900px}
.container_12 .pull_3,.container_16 .pull_4{left:-240px}
.container_12 .pull_6,.container_16 .pull_8{left:-480px}
.container_12 .pull_9,.container_16 .pull_12{left:-720px}
.container_12 .pull_1{left:-80px}
.container_12 .pull_2{left:-160px}
.container_12 .pull_4{left:-320px}
.container_12 .pull_5{left:-400px}
.container_12 .pull_7{left:-560px}
.container_12 .pull_8{left:-640px}
.container_12 .pull_10{left:-800px}
.container_12 .pull_11{left:-880px}
.container_16 .pull_1{left:-60px}
.container_16 .pull_2{left:-120px}
.container_16 .pull_3{left:-180px}
.container_16 .pull_5{left:-300px}
.container_16 .pull_6{left:-360px}
.container_16 .pull_7{left:-420px}
.container_16 .pull_9{left:-540px}
.container_16 .pull_10{left:-600px}
.container_16 .pull_11{left:-660px}
.container_16 .pull_13{left:-780px}
.container_16 .pull_14{left:-840px}
.container_16 .pull_15{left:-900px}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html 
.clearfix{height:1%}
/****************************************************************
****************************************************************/

/* page header fomatting elements ----------------------------------------------------- */
	.page_header	{
		background-color: #64a7de;
		margin: 0px 0px 0px 0px;
		}
		
	.page_header_content	{
		width: 762px;
		text-align: left;
		height: 63px;
		}
		
	.page_header_home_search_box	{
		padding: 1px;
		margin: 0px;
		background-image:url('theme_dotted_line_2.gif');
		background-color: #336699;
		}
	
	.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	{
		position:absolute;
		height: 56px;
		width:220px;
		top: 90px;
		background-image:url('cart_background_220x56.png');
		}
		
	.page_header_menu_cart_text {
		color: #64a7de;
		font-size:12px;
		padding: 12px 0px 0px 60px;
	}
	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		background-color:#ccccff;	
		border-left: 1px solid #336699;
		border-top: 1px solid #336699;
		border-bottom: 1px solid #336699;
		}
	
	.page_header_menu_login	{
		padding: 3px 5px 4px 17px;
		background-image:url('theme_icon_login.gif');
		background-color:#ccccff; 
		border-top: 1px solid #336699;
		border-bottom: 1px solid #336699;
		}

	

.header_area {
	height: 238px;
	top-margin:-60px;
	width: 960px;
	background: url('RPGM_header_bg.png') ;
}

.header_logo {
	position: absolute;
	top:0px;
	height:238px;
	background: url('RPGM_header_logo.png');
}


.header_navigation {
	position:absolute;
	top: 209px;
	height: 44px;
	width: 960px;
}

.header_navigation_left {
	float: left;
	height: 44px;
	width: 200px;
	background-image: url('TopNavBarBG10x44.png');
}

.header_navigation_middle {
	position:absolute;
	height: 44px;
	width: 940px;
	margin-left:-10px;
	background-image: url('TopNavBarBG10x44.png');
}

.header_navigation_right {
	float: right;
	height: 44px;
	width: 10px;
	background-image: url('TopNavBarBG10x44.png');
}	

.header_navigation_items {
	font-size; 16px;
	color: #ffffff;
}



/* ================================================================ 
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.
=================================================================== */
.theMenuBar {
	absolute;
	width:960px;
	height:44px;
	border:0px solid #fff;;
	background-image:url('TopNavBarBG10x44.png');
	background-repeat:repeat-x;
}

/* hack to correct IE5.5 faulty box model */
/* html .theMenuBar {width:960px; w\idth:960px;}*/


.menu {
	position:absolute;
	width:760px;
	height:44px;
	left:200px;
	z-index:100;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* style the top level hover */
.menu a:hover, .menu ul a:hover {
	color:#fff;
	background-image:url('TopNavSelectedBG152x44.png');
}
.menu :hover > a, .menu ul :hover > a {
	color:#fff;
	background-image:url('TopNavSelectedBG152x44.png');
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:760px; w\idth:760px;}

/* 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 {
}

/* 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:152px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	line-height:44px;
	text-decoration:none;
	color:#fff;
	height:44px;
	font-weight:bold;
	background-image:url('TopNavBG152x44.png');
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:152px; w\idth:152px;}

/******************2nd level*****************/
/* background */
.menu ul ul a, .menu ul ul a:visited {
	background: #7185a7;
	line-height:24px;
	font-size:12px;
	height:24px;
}
/* hover */
.menu ul ul a:hover {
	background:#b2ab9b;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:152px;w\idth:152px;}

/******************3rd level*****************/
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#8699bc;
	font-size:12px;
	height:24px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}

/************ hiding and unhiding *************/
/* 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:44px;left:0; width:152px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:44px;t\op:45px;}

/* position the third level flyout menu */
.menu ul ul ul{left:152px; top:-1px; width:152px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-152px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}


/* 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;}

********************************************************************************************

.shipping_note {
}

.clearall {
clear:both;
}
.clear {
clear:both;
}


