/* 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:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background-image: url('CC_Colour_Wrap.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

p, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

form {
	margin: 0px;
}

a:link {
	color: #24408e;
	text-decoration: underline;
}

a:visited {
	color: #24408e;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

ul {
	list-style-type: square;
}

.actCHECKOUTEM {
	background-color: #24408e;
}

.actCHECKOUTBG {
	background-color: #eeeeee;
}

.actlarger {
	font-size: 13px;
	color: #000000;
}

.actsmaller{
	font-size: 10px;
	color: #000000;
}

.actxxsmall {
	font-size: 10px;
	color: #000000;
}

.actxsmall {
	font-size: 11px;
	color: #000000;
}

.actsmall {
	font-size: 11px;
	color: #000000;
}

.actregular {
	font-size: 13px;
	color: #000000;
}

.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 20px;
	color: #000000;
}

.actxxlarge {
	font-size: 20px;
	color: #000000;
}

.actwarningcolor {
	color: #006600;
}
	
.actrequiredcolor {
	color: #006600;
}

.actsearchhighlightcolor {
	color: #006600;
}

.actrequired {
	color: #24408e;
}

.actwarning {
	font-size: 11px;
	color: #006600;
}

.actwelcome {
	font-size: 11px;
	color: #000000;
}

.actlogotext {
	font-size: 11px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 11px;
	color: #8dc63f;
}

.thinborder1 {
	border: 1px solid #003366;
}

.thinborder2 {
	border: 1px solid #24408e;
}

.thinred {
	border: solid 1px #003366;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #24408e;
	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: #eeeeee;
}

table.checkout th {
	background-color: #24408e;
}

.cart {
	background-color: #eeeeee;
}

.cartheading {
	background-color: #c4e19f;
	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	{
	margin: 0px 0px 0px 0px;
	background-color: #c4e19f;
		}
		
	.page_header_content	{
	width: 760px;
	text-align: left;
	height: 157px;
	background-image: url('CC_Top_Green_Animated.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #c4e19f;
		}
		
	.page_header_home_search_box	{
		padding: 1px;
		margin: 0px;
		background-image:url('theme_dotted_line_2.gif');
		background-color: #24408e;
		}
	
	.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:#FFF200;
	border-top-color: #FFF200;
	border-bottom-color: #FFF200;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
		}
	
	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		background-color:#FFF200;	
		border-left: 1px solid #24408e;
		border-right: 1px solid #24408e;
		border-top: 1px solid #FFF200;
		border-bottom: 1px solid #FFF200;
		}
	
	.page_header_menu_login	{
		padding: 3px 5px 4px 17px;
		background-image:url('theme_icon_login.gif');
		background-color:#FFF200; 
		border-top: 1px solid #FFF200;
		border-bottom: 1px solid #FFF200;
		}
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu fomatting elements ------------------------------------------------------- */
	.page_menu	{
	margin: 0px 0px 0px 0px;
	background-color: #8a88b9;
	background-image: url('CC_Purple_Bar.gif');
	background-repeat: repeat-x;
	background-position: top;
		}
		
	.page_menu_content	{
	width: 760px;
	height: 81px;
	background-color: #8a88b9;
	background-image: url('CC_SeekOut_Bar.gif');
	background-repeat: no-repeat;
	background-position: center top;
		}
		
	.page_menu_items	{
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: left;
		width: 95%;
		}
	
	.page_menu_items_search	{
	height: 21px;
	float: left;
	width: 30%;
	margin-left: 183px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-top: 10px;
	display: inline;
		}
	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.page_body	{
	padding: 10px 0px 0px 0px;
		}

	.page_body_content	{
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
		}
	
	.page_body_content_left_column	{
	float: left;
	width: 160px;
	background-color: #FFFFFF;
		}
	
	.page_body_content_right_column	{
		float: right; 
		width: 580px;
		}
	/* end page body fomatting elements ----------------------------------------------------- */


	/* page footer fomatting elements ------------------------------------------------------- */
	.page_footer	{
	padding: 30px 0px 30px 0px;
	clear:both;
	}
	
	.page_footer_content	{
		width: 760px;
		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: #24408e;
		clear:both;
		}
		
	.solid_line_light_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #24408e;
		clear:both;
		}
		
	.solid_line_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		clear:both;
		}
		
	.dotted_outline_blue	{
		border: 1px dotted #24408e;
		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: 10px 0px 10px 0px;
		}	
/* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */



/* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */
	.image_float_right	{
		float: right;
		margin: 16px 0px 15px 20px;
		}
	
	.image_product	{
	margin: 0px 0px 10px 0px;
	text-align: center;
	float: none;
		}
/* END OF IMAGE FORMATTING ELEMENTS ----------------------------------------------------- */




/* TEXT FORMATTING ELEMENTS ------------------------------------------------------------- */

	/* headings ----------------------------------------------------------------------------- */
	h1	{
		font-size: 20px;
		font-weight: 900;
		margin: 0px;		
		padding: 16px 0px 4px 0px;
		color: #003366;
		}
		
	h1.subheading	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 14px 0px;
		color: #24408e;
		}
		
	h2	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #24408e;
		}
		
	h2.clearall	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #24408e;
		clear:both;
		}
		
	h3.product	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		color: #24408e;
		height: 24em;
		}
		
	h3.product_price	{
		font-size: 11px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 20px 0px;
		}
		
	.text_heading_left_column	{
	margin: 0px;
	padding: 19px 0px 4px 0px;
	line-height:normal;
	color: #FFFF00;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
		}
	/* 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: 12px;
	color: #FFFFFF;
	list-style-type: none;
		}
	/* 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: #24408e;
		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: 10px;
		color: #24408e;
		margin: 0px;
		line-height:normal;
		padding: 2px 0px 10px 0px;
		}	
	
	.text_footer	{
		color: #24408e;
		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: #24408e;
		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: #24408e;
		border: 1px solid #003366;
		color: #ffffff;
		word-spacing: normal;
		}	
	
	.form_button_quick_search	{
		line-height: 13px;
		height: 44px;
		width: 202px;
		margin: 1px 1px 1px 1px;
		padding: 0px 0px 0px 12px;
		font-size : 11px;
		text-align: left;
		background-color: transparent;
		border: 0px;
		color: #ffffff;
		background-image: url('CC_Search_POW.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 : 11px;
		background-color: #24408e;
		border: 1px solid #003366;
		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: 166px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 11px;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	color: #000000;
	vertical-align: top;
	}

.form_main_search_box_td	{
}

/* END OF FORM FORMATTING ELEMENTS ------------------------------------------------------ */




/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */

a.product_section:visited  {
	color : #8dc63f;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #8dc63f;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #8dc63f;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #000000;
	text-decoration : none;
	}
	
/* ------------------------ */
	
a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #24408e; 
	border: 1px solid #24408e;
}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #24408e;
	border: 1px solid #24408e;
}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #24408e;
	border: 1px solid #24408e;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #fbee2b;
	text-decoration : none;
	background-color: #24408e;
	border: 1px solid #24408e;
	}
	
	
/* ------------------------ */

a.link_footer:visited  {
	color : #24408e;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #24408e;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #8dc63f;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #8dc63f;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_breadcrumbs:visited	{	
	color : #003366;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #003366;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #003366;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #003366;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_cart:visited	{	
	color : #003366;
	text-decoration : underline;
	}

a.link_cart:link  {
	color : #003366;
	text-decoration : underline;
	}
	
a.link_cart:active  {
	color : #003366;
	text-decoration : underline;
	}
	
a.link_cart:hover  {
	color : #003366;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_terms_conditions:visited	{	
	color : #ccccff;
	text-decoration : underline;
	}

a.link_terms_conditions:link  {
	color : #ccccff;
	text-decoration : underline;
	}
	
a.link_terms_conditions:active  {
	color : #ccccff;
	text-decoration : underline;
	}
	
a.link_terms_conditions:hover  {
	color : #ccccff;
	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: 760px;
	text-align: left;
	height: 100%;
	bottom: 0px;
	background-color: #ffffff;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
	padding: 0px 1px 0px 1px;
	}

	/* page header fomatting elements ----------------------------------------------------- */
	.tech_page_header_content	{
		width: 760px;
		text-align: left;
		height: 65px;
		border-bottom: 4px solid #003366;
      }
		
	.tech_page_header_logo_container	{
		float: left;
		padding: 0px 0px 0px 15px;
      }
		
	.tech_page_header_menu	{
		background-color: #003366;
		border-bottom: 1px solid #ccccff;
		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 #ccccff;
		height: 21px;
      }
	
	.tech_page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		border-left: 1px solid #ccccff;
		border-top: 1px solid #ccccff;
		border-bottom: 1px solid #ccccff;
      }
	
	.tech_page_header_menu_search	{
		padding: 3px 3px 2px 1px;
      }
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu formatting elements ------------------------------------------------------- */
	.tech_main_menu	{
		background-color: #003366
      }
		
	.tech_menu_bottom	{
		height: 4px;
		background-color: #003366;
      }
		
	.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 #003366 solid;
      }
		
	div.tech_menu_button_product {
		width: 119px; 
		top: 0px;
		left: 0px; 
		border: 1px #003366 solid;
      }
		
	.tech_menu_button_title	{
		width: 122px;
		border-top: 1px #ffffff solid;
		background-color: #003366;
      }
	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.tech_page_body_content	{
		width: 760px;
		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: #003366;
		clear:both;
      }
	
	.tech_solid_line_light_blue	{
		height: 1px;
		background-color: #ccccff;
		clear:both;
      }
		
	.tech_outline_blue	{
		border: 1px solid #ccccff;
		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: #ccccff;
		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: #003366;}
	
	.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: #24408e;
		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: #24408e; 
	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: #24408e;
	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: #ccccff;
	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: #ccccff;
	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: #24408e; 
	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: #24408e;
	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: #ccccff;
	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: #ccccff;
	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: #24408e;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #24408e;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ccccff;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #24408e;}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #ccccff;
   }

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: #24408e;
	font-size: 11px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #003366;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #003366;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #003366;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ccccff;
	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: 760px;
}

html>div#maincontent {
	width: 776px;
}

#contemporary_top_bar {
	width: auto;
	background-color: #003366;
	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: 760px;
	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 */


/* Styles for Captain Costume Theme */

.clearcc	{
	clear: both;
	color: #FFFFFF;
}
.page_body_content_left_column ul.products {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
		}
.page_body_content_left_column ul.products li {
	color: #FFFFFF;
	text-align: center;
		}
.page_body_content_left_column ul.products li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.page_body_content_left_column ul.products li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.page_body_content_left_column ul.products li a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.page_body_content_left_column ul.products li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.product_list div h3.product {
	color: #003366;
	text-align: center;
	width: 165px;
	background-color: #c4e19f;
	height: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.product_list div h3.product a:link {
	color: #003366;
	text-decoration: none;
}

.product_list div h3.product a:visited {
	color: #003366;
	text-decoration: none;
}

.product_list div h3.product a:hover {
	color: #8dc63f;
	text-decoration: underline;
}

.product_list div h3.product a:active {
	color: #003366;
	text-decoration: none;
}
p.ccmoreinfo {
	background-color: #FFFF00;
	display: block;
	font-weight: 900;
	font-size: 12px;
	padding: 6px 6px 6px 12px;
	margin-left: 140px;
}
p.ccmoreinfobutton {
	display: block;
	margin-left: 140px;
}
#cc_powersearch {
	background-color: #24408e;
	margin:0px;
	padding:0px;
}
#cc_captainsmenu {
	background-color: #24408e;
	margin:0px;
	padding:0px;
}
#cc_newsletter {
	background-color: #24408e;
}
#cc_partytime {
	background-color: #24408e;
}
#cc_bestsellers {
	background-image: url('cc_sidebar_full.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
#cc_newproducts {
	background-image: url('cc_sidebar_full.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
.product_accesories {
	margin-left: 140px;
}
.introtable {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.cc_diary_june {
	background-image: url('cc_diary_june.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_july {
	background-image: url('cc_diary_july.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_august {
	background-image: url('cc_diary_august.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_september {
	background-image: url('cc_diary_september.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_october {
	background-image: url('cc_diary_october.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_november {
	background-image: url('cc_diary_november.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_december {
	background-image: url('cc_diary_december.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_january {
	background-image: url('cc_diary_january.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_february {
	background-image: url('cc_diary_february.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_march {
	background-image: url('cc_diary_march.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_april {
	background-image: url('cc_diary_april.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.cc_diary_may {
	background-image: url('cc_diary_may.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 238px;
}
.diaryleft h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 50px;
	margin-right: 168px;
	margin-bottom: 14px;
	margin-left: 20px;
	padding:0px;
	line-height: 1;
}
.diaryleft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 168px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding:0px;
	line-height: 1.7;
}
.diaryright h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 168px;
	padding:0px;
	line-height: 1;
}
.diaryright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 168px;
	padding:0px;
	line-height: 1.7;
}
#BestSellerHomeRight {
	background-color: #FFFFFF;
	float:right;
	width:160px;
}
.image_product img {
	margin-left:0px;
}
.cc_product_info {
	margin-left:0px;
}
.outline_cc_products {
	border: 0px;
}
.outline_cc_products h3 {
	font-size: 16px;
	text-align: center;
	margin-top:2px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
}
.outline_cc_products h4 {
	font-size: 12px;
	text-align: center;
	margin-top:4px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
}
.outline_cc_products p {
	font-size: 10px;
	text-align: center;
	margin-top:2px;
	margin-right:2px;
	margin-bottom:2px;
	margin-left:2px;
}
.extended_info_page_copy {
	margin-left:10px;
}
.page_body_content_left_column #cc_bestsellers h5, #cc_newproducts .text_product_small_info, .page_body .page_body_content .page_body_content_right_column #BestSellerHomeRight #cc_bestsellers h5, .page_body .page_body_content .page_body_content_right_column #BestSellerHomeRight #cc_newproducts .text_product_small_info, .page_body .page_body_content .page_body_content_right_column #BestSellerHomeRight #cc_newproducts h5, .page_body .page_body_content .page_body_content_left_column #cc_newproducts h5	{
		font-size: 10px;
		line-height: normal;
		font-weight: normal;
		margin: 0px;
		padding: 0px 0px 6px 0px;
}
	
#cc_bestsellers .text_product_small_info_heading, #cc_newproducts .text_product_small_info_heading	{
		font-size: 14px;
		margin: 0px;
		padding: 10px 0px 12px 0px;
		line-height:normal;
		color: #24408e;
		font-weight: 900;
}
		
#cc_bestsellers .text_product_small_info_price, #cc_newproducts .text_product_small_info_price	{
		margin: 0px;
		padding: 8px 0px 0px 0px;
		line-height:normal;
		font-weight: 900;
		font-size: 14px;
}
.cc_home_headline_frag {
		margin:0px;
		padding:0px;
}
.cc_home_headline_frag h1 {
		font-size: 24px;
		line-height: 1.4;
		padding:0px;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:5px;
		margin-left:0px;
}
.cc_home_headline_frag h2 {
	padding:0px;
	margin-top:2px;
	margin-right:0px;
	margin-bottom:2px;
	margin-left:0px;
}
.cc_home_headline_frag p {
	font-size: 12px;
	line-height: 1.1;
	font-weight: 900;
	margin:0px;
	padding:0px;
}
.page_body .page_body_content .page_body_content_left_column #cc_powersearch .products .product_section {
	font-size: 14px;
	font-weight: 900;
}
h5.associatedproductstitle {
	color:#24408e;
	margin-top:40px;
}
.associatedproductstable h5 {
	font-size: 16px;
	color:#8dc63f;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.associatedproductstable h6 {
	font-size: 12px;
	color:#000000;
	margin:0px;
}
.extended_info_page_copy h4 {
	font-size: 24px;
	line-height: 1.2;
	color:#24408e;
	margin-top:40px;
}
.extended_info_page_img {
	margin-top:40px;
}
table.associatedproductstable {
	border: 1px dashed #8dc63f;
	padding-top:20px;
}
.matchingcostumes {
	border: none;
}
table.frag_table {
	margin-top:20px;
}
.emailafriend {
	margin-left:250px;
	padding-bottom:20px;
}
.emailafriend h6 {
	font-size: 12px;
	margin:0px;
	padding-top:20px;
	padding-bottom:0px;
}
.cc_bestsellers_inner {
	margin-right: 5px;
	margin-left: 5px;
}
.cc_newproducts_inner {
	margin-right: 5px;
	margin-left: 5px;
}
.page_header_logo_container a img  {
border:none;
}
.page_body .page_body_content .page_body_content_left_column #cc_powersearch ul.products {
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
.page_body .page_body_content .page_body_content_left_column #cc_powersearch .products li a {
	background-image: url('cc_mainmenu_but_db.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
	width: 160px;
	display: block;
	margin: 0px;
	padding: 14px 0px 0px 0px;
}
#cc_powersearch p {
	font-size: 4px;
	line-height: 1;
	margin:0px 0px 3px 0px;
	padding:0px;
}
.extended_info_page_copy a img {
	border: none;
}