/* CSS Document */
/* begin general styles for all themes */

form {
	margin: 0px;
}

a:link {
	color: <actinic:variable name="LinkColor" />;
	text-decoration: none;
}

a:visited {
	color: <actinic:variable name="VLinkColor" />;
	text-decoration: none;
}

a:hover {
	color: <actinic:variable name="HLinkColor" />;
	text-decoration: underline;
}

a:active {
	color: <actinic:variable name="ALinkColor" />;
	text-decoration: none;
}

ul {
	list-style-type: square;
}

.actCHECKOUTEM {
	background-color: <actinic:variable name="CheckoutEM" />;
}

.actCHECKOUTBG {
	background-color: <actinic:variable name="CheckoutBG" />;
}

.actlarger {
	font-size: <actinic:variable name="LargerFontSize" />;
	color: <actinic:variable name="TextColor" />;
}

.actsmaller{
	font-size: <actinic:variable name="SmallFontSize" />;
	color: <actinic:variable name="TextColor" />;
}

.actxxsmall {
	font-size: <actinic:variable name="SmallFontSize" />;
	color: <actinic:variable name="TextColor" />;
}

.actxsmall {
	font-size: <actinic:variable name="StandardFontSize" />;
	color: <actinic:variable name="TextColor" />;
}

.actsmall {
	font-size: <actinic:variable name="StandardFontSize" />;
	color: <actinic:variable name="TextColor" />;
}

.actregular {
	font-size: <actinic:variable name="LargerFontSize" />;
	color: <actinic:variable name="TextColor" />;
}

.actlarge{
	font-size: <actinic:variable name="LargeFontSize" />;
	color: <actinic:variable name="TextColor" />;
}

.actxlarge {
	font-size: <actinic:variable name="ExtraLargeFontSize" />;
	color: <actinic:variable name="TextColor" />;
}

.actxxlarge {
	font-size: <actinic:variable name="ExtraLargeFontSize" />;
	color: <actinic:variable name="TextColor" />;
}

.actwarningcolor {
	color: <actinic:variable name="RequiredColor" />;
}
	
.actrequiredcolor {
	color: <actinic:variable name="RequiredColor" />;
}

.actsearchhighlightcolor {
	color: <actinic:variable name="SearchHighlightColor" />;
}

.actrequired {
	color: <actinic:variable name="RequiredColor" />;
}

.actwarning {
	font-size: <actinic:variable name="StandardFontSize" />;
	color: <actinic:variable name="RequiredColor" />;
}

.actwelcome {
	font-size: <actinic:variable name="StandardFontSize" />;
	color: <actinic:variable name="TextColor" />;
}

.actlogotext {
	font-size: <actinic:variable name="StandardFontSize" />;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: <actinic:variable name="StandardFontSize" />;
	color: <actinic:variable name="LinkColor" />;
}


.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

table.checkout td {
	background-color: <actinic:variable name="CheckoutBG" />;
}

table.checkout th {
	background-color: <actinic:variable name="CheckoutEM" />;
}

.cart {
	background-color: <actinic:variable name="CheckoutBG" />;
}

.cartheading {
	background-color: <actinic:variable name="Palette3" />;
	font-weight: bold;
	color: <actinic:variable name="PaletteBG" />;
}

/* end of general styles for all themes */

/* CSS Specific to 'Executive' */


 
/* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS ----need this for left hand nav diveiders-- */
	/* lines ------------- */
	.dotted_line_blue	{
		height: 1px;
		background-color: <actinic:variable name="Palette2" />;
		background-image:url('theme_dotted_line.gif');
		clear:both;
		}
		
	.solid_line_light_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: <actinic:variable name="Palette2" />;
		clear:both;
		}
		
	.solid_line_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: <actinic:variable name="Palette1" />;
		clear:both;
		}
		
	.dotted_outline_blue	{
		border: 1px dotted <actinic:variable name="Palette2" />;
		padding: 8px;
		}		
	/* end lines ---------------------------------------------------------------------------- */
	
	.best_selling_items	{
	padding: 10px;
	background-color: <actinic:variable name="PaletteBG" />;
	}
	
	.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 0px 20px 0px;
		}	
/* 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: <actinic:variable name="ExtraLargeFontSize" />;
		font-weight: 900;
		margin: 0px;		
		padding: 16px 0px 4px 0px;
		color: <actinic:variable name="Palette1" />;
		}
		
	h1.subheading	{
		font-size: <actinic:variable name="LargerFontSize" />;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 14px 0px;
		color: <actinic:variable name="Palette2" />;
		}
		
	h2	{
		font-size: <actinic:variable name="LargeFontSize" />;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: <actinic:variable name="Palette2" />;
		}
		
	h2.clearall	{
		font-size: <actinic:variable name="LargeFontSize" />;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: <actinic:variable name="Palette2" />;
		clear:both;
		}
		
	h3.product	{
		font-size: <actinic:variable name="LargerFontSize" />;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		color: <actinic:variable name="Palette2" />;
		}
		
	h3.product_price	{
		font-size: <actinic:variable name="StandardFontSize" />;
		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: <actinic:variable name="Palette1" />;
		font-weight: 900;
		font-size: <actinic:variable name="LargerFontSize" />;
		}
	/* end headings ------------------------------------------------------------------------- */
	
	/* list fomatting ----------------------------------------------------------------------- */
	ul	{
		line-height: 150%;
		padding: 0px 0px 0px 1px;
		margin: 0px 0px 18px 15px;
		font-size: <actinic:variable name="StandardFontSize" />;
		}
	
	ul.products	{
		line-height: normal;
		padding: 0px 0px 0px 1px;
		margin: 3px 0px 4px 15px;
		font-size: <actinic:variable name="StandardFontSize" />;
		color: <actinic:variable name="RequiredColor" />;
		}
	/* end list fomatting ------------------------------------------------------------------- */
		
	/* menu text --------------------------------------------------------------------------- */
	.text_menu	{
		padding: 2px 0px 2px 0px;
		font-size : <actinic:variable name="StandardFontSize" />;
		margin: 0px;
		color : <actinic:variable name="PaletteBG" />;
		}
	
	.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: <actinic:variable name="SmallFontSize" />;
		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: <actinic:variable name="Palette2" />;
		font-weight: 900;
		font-size: <actinic:variable name="StandardFontSize" />;}
		
	.text_product_small_info_price	{
		margin: 0px;
		padding: 8px 0px 0px 0px;
		line-height:normal;
		font-weight: 900;
		font-size: <actinic:variable name="StandardFontSize" />;
		}
		
	/* end product text -------------------------------------------------------------------- */

	.text_breadcrumbs	{
		font-size: <actinic:variable name="SmallFontSize" />;
		color: <actinic:variable name="Palette1" />;
		margin: 0px;
		line-height:normal;
		padding: 2px 0px 10px 0px;
		}	
	
	.text_footer	{
		color: <actinic:variable name="Palette2" />;
		font-size: <actinic:variable name="SmallFontSize" />;
		padding:0px;
		margin:4px 0px 0px 0px;
		}

	.text_options	{
		font-weight: 900;
		}

	.text_word_spacing_8px	{
		word-spacing: 8px;
		}
	
	.text_terms_conditions	{
		color: <actinic:variable name="Palette2" />;
		font-size: <actinic:variable name="StandardFontSize" />;
		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 : <actinic:variable name="StandardFontSize" />;
		background-color: <actinic:variable name="Palette2" />;
		border: 1px solid <actinic:variable name="Palette1" />;
		color: <actinic:variable name="PaletteBG" />;
		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 : <actinic:variable name="StandardFontSize" />;
		background-color: <actinic:variable name="Palette2" />;
		border: 1px solid <actinic:variable name="Palette1" />;
		color: <actinic:variable name="PaletteBG" />;
		background-image: url('theme_icon_search.gif');
		word-spacing: normal;
		}
	
	.form_button_add_to_cart	{
		line-height: 13px;
		height: 20px;
		width: 100px;
		margin: 0px 1px 0px 0px;
		padding: 1px 0px 1px 14px;
		font-size : <actinic:variable name="StandardFontSize" />;
		background-color: <actinic:variable name="Palette2" />;
		border: 1px solid <actinic:variable name="Palette1" />;
		color: <actinic:variable name="PaletteBG" />;
		float: right;
		background-image: url('pb_icon_add_to_cart.gif');
		word-spacing: normal;
		}	
	/* end buttons ------------------------------------------------------------------------- */

.form_input_general	{
	line-height: normal;
	font-size : <actinic:variable name="StandardFontSize" />;
	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 : <actinic:variable name="StandardFontSize" />;
	background-color: <actinic:variable name="CheckoutBG" />;
	border: 1px solid <actinic:variable name="CheckoutBG" />;
	color: <actinic:variable name="TextColor" />;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: <actinic:variable name="Palette2" />
}

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




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

a.product_section:visited  {
	color : <actinic:variable name="VLinkColor" />;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : <actinic:variable name="LinkColor" />;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : <actinic:variable name="ALinkColor" />;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : <actinic:variable name="HLinkColor" />;
	text-decoration : none;
	}
	
/* ------------------------ */
	
a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : <actinic:variable name="PaletteBG" />;
	text-decoration : none;
	background-color: <actinic:variable name="Palette2" />; 
	border: 1px solid <actinic:variable name="Palette3" />;
}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : <actinic:variable name="PaletteBG" />;
	text-decoration : none;
	background-color: <actinic:variable name="Palette2" />;
	border: 1px solid <actinic:variable name="Palette3" />;
}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : <actinic:variable name="PaletteBG" />;
	text-decoration : none;
	background-color: <actinic:variable name="Palette2" />;
	border: 1px solid <actinic:variable name="Palette3" />;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : <actinic:variable name="PaletteBG" />;
	text-decoration : none;
	background-color: <actinic:variable name="Palette1" />;
	border: 1px solid <actinic:variable name="Palette3" />;
	}
	
	
/* ------------------------ */

a.link_footer:visited  {
	color : <actinic:variable name="Palette3" />;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : <actinic:variable name="Palette3" />;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : <actinic:variable name="Palette3" />;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : <actinic:variable name="Palette3" />;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_breadcrumbs:visited	{	
	color : <actinic:variable name="Palette1" />;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : <actinic:variable name="Palette1" />;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : <actinic:variable name="Palette1" />;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : <actinic:variable name="Palette1" />;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_cart:visited	{	
	color : <actinic:variable name="Palette1" />;
	text-decoration : underline;
	}

a.link_cart:link  {
	color : <actinic:variable name="Palette1" />;
	text-decoration : underline;
	}
	
a.link_cart:active  {
	color : <actinic:variable name="Palette1" />;
	text-decoration : underline;
	}
	
a.link_cart:hover  {
	color : <actinic:variable name="Palette1" />;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_terms_conditions:visited	{	
	color : <actinic:variable name="Palette3" />;
	text-decoration : underline;
	}

a.link_terms_conditions:link  {
	color : <actinic:variable name="Palette3" />;
	text-decoration : underline;
	}
	
a.link_terms_conditions:active  {
	color : <actinic:variable name="Palette3" />;
	text-decoration : underline;
	}
	
a.link_terms_conditions:hover  {
	color : <actinic:variable name="Palette3" />;
	text-decoration : underline;
	}
	
/* ------------------------ */
	

/* Black gold! Texas tea! */
/*
------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/
Edited by Pinbrook.net
------------------------------------------------------

*/

body {
margin: 0;
font-family: <actinic:variable name="ACTCSSFONTFAMILY" />;
color: <actinic:variable name="TextColor" />;
border-top: 1px <actinic:variable name="Palette2" /> solid;
font-size: 12px;
}

/* The brown stripes on the right hand side are attached to this. */

#texascontainer1 {
	background-image: url('container1_bg.gif');
	background-repeat: repeat;
     
}

/* Banner across top of page that says the name of the whole site */
#texasmain-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 17px;
padding-bottom: 17px;
padding-left: 25px;
padding-right: 0;
font-weight: bold;
font-size: 28px;
background-color: <actinic:variable name="Palette2" />;
color: <actinic:variable name="Palette1" />;
border-bottom: 4px <actinic:variable name="Palette3" /> solid;
background-image: url('sw-v8.png');
background-repeat: no-repeat;
background-position: right; 
}
/* Heading level 1 is not contained in main-text. */

#texashoriz-nav {
margin-top: 0;
margin-bottom: 0;
margin-left: 230px;
margin-right: 50px;
font-size: 11px;
font-weight: bold;
text-align: center;
padding-top: 2px;
padding-bottom: 5px;
background-color: <actinic:variable name="Palette1" />;
border-left: 2px <actinic:variable name="Palette1" /> solid;
border-right: 2px <actinic:variable name="Palette1" /> solid;
color: <actinic:variable name="PaletteBG" />;
}

#texashoriz-nav a:link, #texashoriz-nav a:visited {
text-decoration: underline;
font-weight: bold;
color: <actinic:variable name="PaletteBG" />;
}

#texashoriz-nav a:hover {
text-decoration: underline;
font-weight: bold;
color: <actinic:variable name="Palette3" />;
}
/* Styles for the main text on the page. */

#texasmain-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 230px;
margin-right: 50px;
background-color: <actinic:variable name="PaletteBG" />;
border-left: 2px <actinic:variable name="Palette1" /> solid;
padding: 10px;
border-right: 2px <actinic:variable name="Palette1" /> solid;
color: <actinic:variable name="Palette2" />;
}

p, ul, ol, table {
font-size: 12px;
line-height: 1.9em;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

ol, ul {
margin-left: 25px;
}

h1, h2 {
padding: 0;
font-size:13px;
color: <actinic:variable name="TextColor" />;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: <actinic:variable name="LinkColor" />;
}

a:hover {
text-decoration: underline;
font-weight: bold;
color: <actinic:variable name="HLinkColor" />;
}

/* Styles for the navbar on the left side. */

#texasleft-menu {
position: absolute;
top: 140px;
left: 0;
width: 230px;
text-align: left;
background-color: White;
border-top: 2px <actinic:variable name="Palette1" /> solid;
border-bottom: 2px <actinic:variable name="Palette1" /> solid;

}

#texasleft-menu p {
padding-right: 20px;
margin-bottom: 5px;
padding-bottom: 0;
padding-top: 0;
font-size: 12px;
}

#texasleft-menu a:link, #texasleft-menu a:visited {
color: <actinic:variable name="LinkColor" />;
border: none;
}

#texasleft-menu a:hover, #texasleft-menu a.current {
color: <actinic:variable name="HLinkColor" />;
}

/* Styles for the footer at the bottom of the page */

#texasfooter {
text-align: right;
padding-top: 9px;
padding-bottom: 9px;
font-size: 12px;
background-color: <actinic:variable name="Palette1" />;
color: <actinic:variable name="PaletteBG" />;
padding-right: 15px;
margin-top: 0;
font-weight: bold;
}

#texasfooter a:link, #texasfooter a:visited {
color: <actinic:variable name="PaletteBG" />;
}

#texasfooter a:hover {
text-decoration: underline;
color: <actinic:variable name="PaletteBG" />;
}
