/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");

/* begin general styles for all themes */

{
padding: 0;
margin: 0;
border: 0;
}

html,body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	
	background-color:#f0f0ff;
	
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	height:100%
}

p, table, td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

form {
	margin: 0px;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #6699cc;
	text-decoration: none;
}

ul {
	list-style-type: square;
}

.actCHECKOUTEM {
	background-color: #ffff00;
}

.actCHECKOUTBG {
	background-color: #cccccc;
}

.actlarger {
	font-size: 18px;
	color: #000000;
}

.actsmaller{
	font-size: 10px;
	color: #000000;
}

.actxxsmall {
	font-size: 10px;
	color: #000000;
}

.actxsmall {
	font-size: 12px;
	color: #000000;
}

.actsmall {
	font-size: 12px;
	color: #000000;
}

.actregular {
	font-size: 18px;
	color: #000000;
}

.actlarge{
	font-size: 20px;
	color: #000000;
}

.actxlarge {
	font-size: 36px;
	color: #000000;
}

.actxxlarge {
	font-size: 36px;
	color: #000000;
}

.actwarningcolor {
	color: #ff0000;
}
	
.actrequiredcolor {
	color: #ff0000;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color: #ff0000;
}

.actwarning {
	font-size: 12px;
	color: #ff0000;
}

.actwelcome {
	font-size: 12px;
	color: #000000;
}

.actlogotext {
	font-size: 12px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 12px;
	color: #0000ff;
}

.thinborder1 {
	border: 1px solid #000000;
}

.thinborder2 {
	border: 1px solid #000066;
}

.thinred {
	border: solid 1px #000000;
	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: #f0f0ff;
}

a.boxlink:link{
	color: #f0f0ff;
	text-decoration:none;
}

a.boxlink:visited{
	color: #f0f0ff;
	text-decoration:none;
}

a.boxlink:hover{
	color: #f0f0ff;
	text-decoration:underline;
}

a.boxlink:active{
	color: #f0f0ff;
	text-decoration:none;
}

table.checkout td {
	background-color: #cccccc;
}

table.checkout th {
	background-color: #ffff00;
}

.cart {
	background-color: #cccccc;
}

.cartheading {
	background-color: #ffff00; 
	font-weight: bold;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
	line-height: 150%;
}

.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: #000000;
		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: #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:#0000ff; 
		border-top: 1px solid #000066;
		border-bottom: 1px solid #000066;
		}
	
	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		background-color:#0000ff;	
		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:#0000ff; 
		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: 762px;
		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;
		}
	.productheader {
		float: right;
		margin-top: -3em;
		}
		
	/* end page body fomatting elements ----------------------------------------------------- */


	/* page footer formatting elements ------------------------------------------------------- */
	.page_footer	{
	clear:both;
	margin-left:230px;
	}
	
	.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: #000000;
		clear:both;
		}
		
	.dotted_outline_blue	{
		border: 1px dotted #000066;
		padding: 8px;
		}		
	
	.no_outline	{
		border: 1px #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-left:10px;
		padding: 5px 5px 15px 5px;
		width:150px;
		height:140px;
		line-height: 150%;
		/*border: solid 1px #0024A8*/
}	
/* 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: left;
		float: left;
		}
/* END OF IMAGE FORMATTING ELEMENTS ----------------------------------------------------- */




/* TEXT FORMATTING ELEMENTS ------------------------------------------------------------- */

	/* headings ----------------------------------------------------------------------------- */
	h1	{
		font-size: 36px;
		font-weight: 200;
		margin: 0px;		
		padding: 16px 0px 4px 0px;
		color: #000000;
		}
		
	h1.subheading	{
		font-size: 18px;
		font-weight: 200;
		margin: 0px;
		padding: 0px 0px 14px 0px;
		color: #000066;
		}
		
	h2	{
		font-size: 20px;
		font-weight: 200;
		margin: 0px;
		padding: 15px 0px 0px 0px;
		color: #B70FDB;

		}
		
	h3	{
		font-size: 8pt;
		padding: 0px 0px 0px 0px;
		color: blue;

		}
	h2.clearall	{
		font-size: 20px;
		font-weight: 200;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #000066;
		clear:both;
		}
		
	h3.product	{
		font-size: 12px;
		font-weight: 100;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		line-height: 120%;
		color: navy;
		}
		
	h3.product_price	{
		font-size: 12px;
		font-weight: 200;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		}
		
	h4.product	{
		font-size: 12px;
		font-weight: 500;
		white-space:nowrap;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		color: navy;
		}
		
	.text_heading_left_column	{
		margin: 0px;
		padding: 19px 0px 4px 0px;
		line-height:normal;
		color: #000000;
		font-weight: 900;
		font-size: 18px;
		}
	/* end headings ------------------------------------------------------------------------- */
	
	/* list fomatting ----------------------------------------------------------------------- */
	ul	{
		line-height: 150%;
		padding: 0px 0px 0px 1px;
		margin: 0px 0px 18px 15px;
		font-size: 12px;
		}
	
	ul.products	{
		line-height: normal;
		padding: 0px 0px 0px 1px;
		margin: 3px 0px 4px 15px;
		font-size: 12px;
		color: #ff0000;
		}
	/* end list fomatting ------------------------------------------------------------------- */
		
	/* menu text --------------------------------------------------------------------------- */
	.text_menu	{
		padding: 2px 0px 2px 0px;
		font-size : 12px;
		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: 150%;
		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: 12px;}
		
	.text_product_small_info_price	{
		margin: 0px;
		padding: 8px 0px 0px 0px;
		line-height:normal;
		font-weight: 900;
		font-size: 12px;
		}
		
	/* end product text -------------------------------------------------------------------- */

	.text_breadcrumbs	{
		font-size: 10px;
		color: #000000;
		margin: 0px;
		line-height:normal;
		padding: 2px 0px 10px 0px;
		}	
	
	.text_footer	{
		color: #000000;
		font-size: 10px;
		padding:0px;
		margin:4px 0px 0px 0px;
		}

	.text_options	{
		font-weight: 900;
		}

	.text_options_right	{
		font-weight: 900; float:right
		}
	.text_word_spacing_8px	{
		word-spacing: 8px;
		}
	
	.text_terms_conditions	{
		color: #000066;
		font-size: 12px;
		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 : 12px;
		background-color: #000066;
		border: 1px solid #000000;
		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 : 12px;
		background-color: #000066;
		border: 1px solid #000000;
		color: #ffffff;
		background-image: url('theme_icon_search.gif');
		word-spacing: normal;
		}
	
	.form_button_add_to_cart	{
		line-height: 13px;
		height: 20px;
		width: 76px;
		margin: 0px 1px 0px 0px;
		padding: 1px 0px 1px 14px;
		font-size : 12px;
		background-color: #000066;
		border: 1px solid #000000;
		color: #ffffff;
		background-image: url('theme_icon_add_to_cart.gif');
		word-spacing: normal;
		}	
	/* end buttons ------------------------------------------------------------------------- */

.form_input_general	{
	line-height: normal;
	font-size : 12px;
	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 : 12px;
	background-color: #cccccc;
	border: 1px solid #cccccc;
	color: #000000;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #000066
}

/* END OF FORM FORMATTING ELEMENTS ------------------------------------------------------ */




/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */

a.product_section:visited  {
	color : #666666;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #0000ff;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #6699cc;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #000000;
	text-decoration : none;
	}

a.product_section_bold:link  {
	color : #0000ff;
	text-decoration : none;
	}
	
/* ------------------------ */
	
a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
}

a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	}
	
	
/* ------------------------ */

a.link_footer:visited  {
	color : #000000;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #000000;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #000000;
	background-color: #369;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #000000;
	background-color: #369;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_breadcrumbs:visited	{	
	color : #000000;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #000000;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #000000;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #000000;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_cart:visited	{	
	color : #000000;
	text-decoration : underline;
	}

a.link_cart:link  {
	color : #000000;
	text-decoration : underline;
	}
	
a.link_cart:active  {
	color : #000000;
	text-decoration : underline;
	}
	
a.link_cart:hover  {
	color : #000000;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_terms_conditions:visited	{	
	color : #0000ff;
	text-decoration : underline;
	}

a.link_terms_conditions:link  {
	color : #0000ff;
	text-decoration : underline;
	}
	
a.link_terms_conditions:active  {
	color : #0000ff;
	text-decoration : underline;
	}
	
a.link_terms_conditions:hover  {
	color : #0000ff;
	text-decoration : underline;
	}
	
/* ------------------------ */
	

/* END OF LINK FORMATTING ELEMENTS ------------------------------------------------------ */

/* Elements Specific to the Technical Theme */

/* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */

.tech_page_background {
	height: 100%;
	width: 762px;
	border-left: 1px:
	border-right: 1px;
	background-color: #FFFFFF;
	}

	/* page header fomatting elements ----------------------------------------------------- */
	.tech_page_header_content	{
		width: 762px;
		text-align: center;
		height: 65px;
		border-bottom: 4px solid #000000;
      }
		
	.tech_page_header_logo_container	{
		float: left;
		padding: 0px 0px 0px 15px;
      }
		
	.tech_page_header_menu	{
		background-color: #000000;
		border-bottom: 1px solid #0000ff;
		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 #0000ff;
		height: 21px;
      }
	
	.tech_page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		border-left: 1px solid #0000ff;
		border-top: 1px solid #0000ff;
		border-bottom: 1px solid #0000ff;
      }
	
	.tech_page_header_menu_search	{
		padding: 3px 3px 2px 1px;
      }
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu formatting elements ------------------------------------------------------- */
	.tech_main_menu	{
		background-image:url('left_menu_background.png');
		padding: 10px 10px 40px 10px;
		}
		
	.tech_menu_bottom	{
		height: 4px;
		background-color: none;
      }
		
	.tech_menu_button_border	{
		width: 140px;
		padding: 20px 0px 20px 0px;
		}
	
	div.tech_menu_button {
		width: 140px; 
		top: 0px;
		left: 0px; 
		/*border: 1px #000000 solid;*/
      }
		
	div.tech_menu_button_product {
		width: 138px; 
		top: 0px;
		left: 0px; 
		/*border: 1px #000000 solid;*/
      }
		
	.tech_menu_button_title	{
		width: 138px;
		border-top: 1px #ffffff solid;
		/*background-color: #000000;*/
      }
	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.tech_page_body_content	{
		width: 760px;
		text-align: center;
  		}
	
	.tech_page_body_content_left_column	{
		float: left; 
		width: 150px;
      }
	
	.tech_page_body_content_right_column	{
		float: right;
		width: 570px;
		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: #000000;
		clear:both;
      }
	
	.tech_solid_line_light_blue	{
		height: 1px;
		background-color: #0000ff;
		clear:both;
      }
		
	.tech_outline_blue	{
		border: 1px solid #0000ff;
		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: #0000ff;
		margin: 0px;
		padding: 0px;
      }
		
	.tech_product_mini_padding	{
		margin: 8px 8px 0px 8px;
      }
		
/* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS -------------------------------------------- */
	
	/* menu text --------------------------------------------------------------------------- */

.section_text {
		padding: 3px 3px 3px 5px;
		margin: 0px;
		color : #000000;
		font-size : 12px;
		font-weight: 200;
		line-height: 150%
      }

.tech_text_product_section	{
		padding: 3px 3px 3px 5px;
		margin: 0px;
		color : #ffffff;
		font-size : 20px;
		font-weight: 100;
		line-height: 200%;
      }
	
	.tech_text_menu_cart	{
		padding: 2px 0px 2px 0px;
		font-size : 12px;
		margin: 0px;
		color : #ffffff;
		background-color: #000000;}
	
	
	.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: 18px;
		}
		
	.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: #0000ff;
	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: #0000ff;
	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: #0000ff;
	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: #0000ff;
	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: #0000ff;
   }
	
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: #0000ff;
   }

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: 12px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #000000;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #000000;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #000000;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #0000ff;
	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: #000000;
	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 */



/* ONLINE MANUAL FORMATTING ELEMENTS ----------------------------------------------------- */
h1.header
{
	color:white;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:24pt;
	font-weight:bold;
	margin:.5em 1em 0em 1em
}

h1.header_shadow
{
	color:blue;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:24pt;
	font-weight:bold;
	margin:.5em 1em 0em 1em
}
h2.header
{
	color:yellow;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	margin:0em 0em 0em 1em
}

h3.header
{
	color:yellow;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	margin:0em 0em 0em 1em
}

.sm_manual_section
{
	position: relative; top:-17px;
	float: right;
	width: 600px;
}

.cssnav	{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	width: 136px;
	height: 21px;
	overflow:hidden
}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	width: 136px;
	height: 21px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	overflow:hidden;
}
.cssnav a:hover {
	color: #0000ff;
	background: url('tab_over.gif') no-repeat;

}


.cssnav img {width: 136px; height: 21px; border: 0px none; }

.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	left: 0px;top: 4px;
	text-align: center;
	width: 136px;
	cursor: pointer;

}

.csslogo a:hover {
	background: url('Merchant2/graphics/pix/logos/showmakeup260_over.gif') no-repeat;

}

.csslogo img {width: 260px; height: 60px; border: 0px none; }

.csslogo a:hover img{visibility:hidden}

.manual_text
{
	left:0; top:0; width:512px;
	padding: 10px 10px 10px 10px;
	color: navy;
	border-style: outset;
}

.sectionpic img {width: 89px; height: 98px; border: 0px none; }

.rollbutton a:hover img{visibility:hidden}

#sm_page_wrapper {
	margin: 0em auto;
	width: 800px;
	background-color: #ffffff;
	text-align: left;
}

#navcontainer
{
	position:relative; top:-21px; left:300px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a {padding: 0px 10px; 0px; 0px;}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: none;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#topbar {
	width: 800px;
	position:relative;
}


#topbar img{width: 800px; height: 68px; border: 0px none; }

#topbar a:link a:visited a:hover {
text-decoration: none;
}

.address
{
	position:relative; top:-30px; left:0px;
	text-align: center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}

#bottomlinks
{
	position:relative; top:-40px; left:0px;
	text-align: right;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:#ffffff;
}

#sm_menu_container {
	position: absolute;
	top: 0px;
	left: 0px;

}

#sm_menu{
width: 180px;
background-color: #fff;
height: 250px;}

#sm_menu a:link {
color: #011da1;
text-decoration: none;}

#sm_menu a:visited {
text-decoration: none;
color: #011da1;
}

#sm_menu a:hover {
color: #FFF;
background-color: #1b1b53;
text-decoration: none;}

#sm_menu a:active {
background-color: #ffffff;
text-decoration: none;}

#sm_menu ul{
color: #011da1;
position: absolute;
top: 3em;
left: 2em;
line-height:2.3em;
height: 20px;
width:160px;
list-style:none;
}

#sm_menu ul li {
	font-size: 1.2em;
	font-weight:300;
	color: #011da1;
	border-bottom: solid 1px #011da1;
}

#sm_menu h2 {
	font-size: 1.2em;
	font-weight:900;
	color: #011da1;
	padding-top: 1em;
	padding-left: 1em;
	}

.sm_dept_container
{
	position: relative;
	float:right;
	width: 550px;
}

.sm_dept_head
{
	margin-left: auto;
	margin-right: auto;
	
}

#sm_list_container
{
width: 570px;
margin-left: 200px;
padding-top: 5px;
padding-left: 30px;
position: relative;
}

.sm_full_height_product
{
	position:relative;
	min-height:180px:
	width: 595px;
	border-bottom: 1px solid #000000;
}

.sm_product_image
{
	position:absolute; top:3px; left:3px;
}

.sm_product_desc
{
   line-height: 1.2em;
	height: 200px;
	margin-left: 210px;
}

.sm_product_pay
{
	float: right;
	text-align: right;
}

.sm_product_right
{
float:right;
position:relative; top:-1.7em;
margin-right:1em;
}

.sm_section_head
{
	position:relative;
	margin: 0px 0px 0px 8px;
	padding-bottom: 8px;
	clear: both;
}

.sm_section_desc_top
{
	clear:both
	width:200px;
	margin: 0px 5px 0px 5px;
}

.sm_section_desc_right
{
	float:right;
	width:200px;
	margin: 0px 5px 0px 5px;
}

#sm_page_body_content
{
	position: relative;
	width: 800px;
	background-color: #ffffff;
}

.sm_short_container
{
clear: both;
font-size: .8em;
font-weight: 700;
}

.sm_short_list li
{
	display: inline;
	list-style-type: none;
	padding-right: 7px;
}

.sm_right_block
{
	width: 600px;
	margin-left: 3px;
}

