/* theme.css contains styles that support different sizes of theme images @import url("theme.css");*/

@import url("kj.css");

/* begin general styles for all themes */
html,body {
	margin: 0; padding: 0;	
	
	background-color:#ffffff;
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .9em;
}
img	{ border: 0 }
p, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
}

form {
	margin: 0px;
}

a:link {
	color: #ff6600;
	text-decoration: none;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

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

a:active,a:focus {
	color: #ffcf00;
	text-decoration: none;
}

ul {
	list-style-type: square;
}

.actCHECKOUTEM {
	background-color: #b2b2b2;
}

.actCHECKOUTBG {
	background-color: #fff3b2;
}

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

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

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

.actxsmall {
	font-size: .9em;
	color: #000000;
}

.actsmall {
	font-size: .9em;
	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: #cc0000;
}
	
.actrequiredcolor {
	color: #cc0000;
}

.actsearchhighlightcolor {
	color: #cc0000;
}

.actrequired {
	color: #cc0000;
}

.actwarning {
	font-size: .9em;
	color: #cc0000;
}

.actwelcome {
	font-size: .9em;
	color: #000000;
}

.actlogotext {
	font-size: .9em;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: .9em;
	color: #ff6600;
}

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

.thinborder2 {
	border: 1px solid #666666;
}

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

.thinred2 {
	border: solid 1px #666666;
	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: #fff3b2;
}

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

.cart {
	background-color: #fff3b2;
}

.cartheading {
	background-color: #b2b2b2;
	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: #fff3b2; 
	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: #333333;
		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: #666666;
		}
	
	.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:#f4b643; 
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
		}
	
	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		background-color:#f4b643;	
		border-left: 1px solid #666666;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
		}
	
	.page_header_menu_login	{
		padding: 3px 5px 4px 17px;
		background-image:url('../theme_icon_login.gif');
		background-color:#f4b643; 
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
		}
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu fomatting elements ------------------------------------------------------- */
	.page_menu	{
		background-color: #666666;
		margin: 0px 0px 0px 0px;
		}
		
	.page_menu_content	{
		width: 762px;
		height: 21px;
		}
		
	.page_menu_items	{
		background-color: #666666;
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: left;
		width: 65%;
		}
	
	.page_menu_items_search	{
		background-color: #666666;
		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: #666666;
		background-image:url('../theme_dotted_line.gif');
		clear:both;
		}
		
	.solid_line_light_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #666666;
		clear:both;
		}
		
	.solid_line_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #333333;
		clear:both;
		}
		
	.dotted_outline_blue	{
		border: 1px dotted #666666;
		padding: 8px;
		}		
	/* end lines ---------------------------------------------------------------------------- */
	
	.best_selling_items	{
	padding: 10px;
	background-color: #fff3b2;
	}
	
	.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}
	
	.product_image_cost	{
		margin:0 .2em 2em 0;
		vertical-align: top;
		float: left;
		}
		
	.product_list	{
		margin: 2em 0 0 0;
		}	
/* 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: 0 0 .4em 0;		
		padding: 0;
		color: #333333;
		}
		
	h1.subheading	{
		font-size: 13px;
		font-weight: 900;
		margin: 0;
		padding: 0;
		color: #666666;
		}
		
	h2	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #666666;
		}
		
	h2.clearall	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #666666;
		clear:both;
		}
		
	h3.product	{
		font-size: 13px;
		font-weight: 900;
		margin: 0 0 .3em 0;
		padding: 0;
		color: #666666;
		}
		
	h3.product_price	{
		font-size: .9em;
		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: #333333;
		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: .9em;*/
		}
	
	ul.products	{
		line-height: normal;
		padding: 0px 0px 0px 1px;
		margin: 3px 0px 4px 15px;
		font-size: .9em;
		color: #cc0000;
		}
	/* end list fomatting ------------------------------------------------------------------- */
		
	/* menu text --------------------------------------------------------------------------- */
	.text_menu	{
		padding: 2px 0px 2px 0px;
		font-size : .9em;
		margin: 0px;
		color : #fff3b2;
		}
	
	.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: .9em/1.2em arial,sans-serif;
		margin: 0px;
		}
	
	.text_product_small_info_heading	{
		margin: 0px;
		padding: 10px 0px 12px 0px;
		line-height:normal;
		color: #666666;
		font-weight: 900;
		font-size: .9em;}
		
	.text_product_small_info_price	{
		margin: 0px;
		padding: 8px 0px 0px 0px;
		line-height:normal;
		font-weight: 900;
		font-size: .9em;
		}
		
	/* end product text -------------------------------------------------------------------- */

	.text_breadcrumbs	{
		font-size: 10px;
		color: #333333;
		margin: 0px;
		line-height:normal;
		padding: 2px 0px 10px 0px;
		}	
	
	.text_footer	{
		color: #666666;
		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: #666666;
		font-size: .9em;
		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 : .9em;
		background-color: #666666;
		border: 1px solid #333333;
		color: #fff3b2;
		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 : .9em;
		background-color: #666666;
		border: 1px solid #333333;
		color: #fff3b2;
		background-image: url('../theme_icon_search.gif');
		word-spacing: normal;
		}
	
	.form_button_add_to_cart	{ 
		}
	
	/*.form_button_add_to_cart	{
		line-height: 13px;
		height: 20px;
		width: 76px;
		margin: 0px 1px 0px 0px;
		padding: 1px 0px 1px 14px;
		font-size : .9em;
		background-color: #666666;
		border: 1px solid #333333;
		color: #fff3b2;
		background-image: url('../theme_icon_add_to_cart.gif');
		word-spacing: normal;
		}		*/
	
	/* end buttons ------------------------------------------------------------------------- */

.form_input_general	{
	line-height: normal;
	font-size : .9em;
	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 : .9em;
	background-color: #fff3b2;
	border: 1px solid #fff3b2;
	color: #000000;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #666666
}

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




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

a.product_section:visited  {
	color : #993300;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #ff6600;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #ffcf00;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #f4b643;
	text-decoration : none;
	}
	
/* ------------------------ */
	
a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #fff3b2;
	text-decoration : none;
	background-color: #666666; 
	border: 1px solid #f4b643;
}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #fff3b2;
	text-decoration : none;
	background-color: #666666;
	border: 1px solid #f4b643;
}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #fff3b2;
	text-decoration : none;
	background-color: #666666;
	border: 1px solid #f4b643;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #fff3b2;
	text-decoration : none;
	background-color: #333333;
	border: 1px solid #f4b643;
	}
	
	
/* ------------------------ */

a.link_footer:visited  {
	color : #f4b643;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #f4b643;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #f4b643;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #f4b643;
	text-decoration : underline;
	}
	
/* ------------------------ */

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

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

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

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

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

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



div#gallery{
	margin-top:2em;
}

div#gallery img {
	border: 1px solid #bbb;
	padding:.5em;
	vertical-align:top;
	margin:0 1em 1em 0;
	background: #464646;
}

div#gallery img:hover {
	background: #fff;
}
div#gallery{
	margin-top:2em;
}

div#gallery img {
	border: 1px solid #bbb;
	padding:.5em;
	vertical-align:top;
	margin:0 1em 1em 0;
	background: #464646;
}

div#gallery img:hover {
	background: #fff;
}
div#homepage-specials{
	border: 0;
	overflow:hidden;
	border-bottom:1px dotted #464646;
	margin-bottom:1em;
}
div#homepage-specials h4{
	padding:0;
	margin:.5em 0 0 0;
	font: 1.1em verdana,sans-serif;
}

.product_list{
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
.product_list img{
	float:left;
	margin:0 1em 0 0
}
.product_list h3.product{
	margin-top:1em
}
.product_list h3.product_price	{
	padding: 0;
}
div#tenpercent-off{
	padding:0 0 .3em 0;
	font:1.6em verdana,sans-serif;
}
div.prod-discount-info{
	color: #464646;
	background: #f7e621;
	padding:.2em;
	font-weight:normal;
	margin-top:1em;
}
div.prod-discount-info span{
	font-size:.9em;
}

div.product-details-header a{
	margin-right: 1em;
	font-size:1.1em;
}
div.product-details-header a:hover{
	color: #f60!important;
}
