/* 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;
	 

	background-image: url("Dobbies_Winter2.jpg");
	background-repeat: no-repeat;
	background-position: top center;

	font-family: Arial, Helvetica, sans-serif;
	color: #9f0720;
	font-size: 11px;
}

.info_container {
	width: 480px;
}

.logoimage{
	float: left;
	margin-top: 10px;
}

.info_bar {
	padding: 5px;
	font-family: arial;
	color: #fff;
	background-color: #9f0720;
	font-size: 13;
}

.info_list {
	background-color: #faeeee;
	color: #c51130;
	font-family: arial;
	font-size: 13;
	padding: 5px 7px 5px 7px;
}

p, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #9f0720;
	margin-top: 0px;
}

form {
	margin: 0px;
}

a:link {
	color: #9f0720;
	text-decoration: none;
}

a:visited {
	color: #9f0720;
	text-decoration: none;
}

a:hover {
	color: #9f0720;
	text-decoration: underline;
}

a:active {
	color: #9f0720;
	text-decoration: none;
}

ul {
	list-style-type: square;
}

.actCHECKOUTEM {
	background-color: #faeeee;
}

.actCHECKOUTBG {
	background-color: #ffffff;
}

.actlarger {
	font-size: 13px;
	color: #9f0720;
}

.actsmaller{
	font-size: 10px;
	color: #9f0720;
}

.actxxsmall {
	font-size: 10px;
	color: #9f0720;
}

.actxsmall {
	font-size: 11px;
	color: #9f0720;
}

.actsmall {
	font-size: 11px;
	color: #9f0720;
}

.actregular {
	font-size: 13px;
	color: #9f0720;
}

.actlarge{
	font-size: 16px;
	color: #9f0720;
}

.actxlarge {
	font-size: 20px;
	color: #9f0720;
}

.actxxlarge {
	font-size: 20px;
	color: #9f0720;
}

.actwarningcolor {
	color: #ff0000;
}
	
.actrequiredcolor {
	color: #ff0000;
}

.actsearchhighlightcolor {
	color: #666600;
}

.actrequired {
	color: #9f0720;
}

.actwarning {
	font-size: 11px;
	color: #ff0000;
}

.actwelcome {
	font-size: 11px;
	color: #9f0720;
}

.actlogotext {
	font-size: 11px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 11px;
	color: #9f0720;
}

.thinborder1 {
	border: 1px solid #c51130;
}

.thinborder2 {
	border: 1px solid #faeeee;
}

.thinred {
	border: solid 1px #c51130;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #faeeee;
	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: #ffffff;
}

table.checkout th {
	background-color: #faeeee;
}

.cart {
	background-color: #ffffff;
}

.cartheading {
	background-color: #faeeee;
	font-weight: bold;
}

.recieptbackground {
	background-color: #ffffff;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

/* end of general styles for all themes */

/* CSS Specific to 'Executive' */

/* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */

	/* page header fomatting elements ----------------------------------------------------- */
	.page_header	{
		background-color: #ffffff;
		}
		
	.page_header_content	{
		width: 762px;
		text-align: left;
		height: 100px;
		}
		
	.page_header_home_search_box	{
		padding: 1px;
		margin: 0px;
		background-image:url('theme_dotted_line_2.gif');
		background-color: #faeeee;
		}
	
	.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:#9f0720; 
		border-top: 1px solid #faeeee;
		border-bottom: 1px solid #faeeee;
		}
	
	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		background-color:#9f0720;	
		border-left: 1px solid #faeeee;
		border-top: 1px solid #faeeee;
		border-bottom: 1px solid #faeeee;
		}
	
	.page_header_menu_login	{
		padding: 3px 5px 4px 17px;
		background-image:url('theme_icon_login.gif');
		background-color:#9f0720; 
		border-top: 1px solid #faeeee;
		border-bottom: 1px solid #faeeee;
		}
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu fomatting elements ------------------------------------------------------- */
	.page_menu	{
		background-color: #c51130;
		margin: 0px 0px 0px 0px;
		}

	.page_menu_1	{
		background-color: transparent;
		margin: 0px 0px 0px 0px;
		}
		
	.page_menu_header	{
		background-color: transparent;
		margin: 5px 0px 5px 0px;
		}
		
	.page_menu_content	{
		width: 762px;
		}
		
	.page_menu_items	{
		background-color: #c51130;
		padding: 0px 0px 0px 1px;
		height: 31px;
		float: left;
		width: 759px;
		}
		
	.page_menu_items_send_mail	{
		background-color: #faeeee;
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: left;
		width: 762px;
		}
		
	.page_cart_location {
		float: right;
		text-align: right;
		padding-right: 5px;
		}
	
	.page_menu_categories {
		background-color: #c51130;
		padding: 0px 0px 0px 5px;
		height: 21px;
		width: 762px;
		}
	
	.page_menu_items_search	{
		background-color: #c51130;
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: right;
		width: 30%;
		}

	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.page_body	{
		padding: 0px 0px 0px 0px;
		}

	.page_body_content	{
		width: 762px;
		text-align: left;
		}
	
	.page_body_content_left_column	{
	   background-color: #faeeee;
		float: left; 
		width: 175px;
		padding: 0px 4px 0px 4px;
		}
	
	.page_body_content_right_column	{
	   background-color: #ffffff;
		float: left; 
		width: 578px;
		}
	/* end page body fomatting elements ----------------------------------------------------- */


	/* page footer fomatting elements ------------------------------------------------------- */
	.page_footer	{
	padding: 0px;
	clear:both;
	}
	
	.page_footer_new_content {
	background-color:#9f0720;
	height: 200px;
	text-align:left;
	width:762px;
	color: white;
	font: Arial;
	}
	
	.page_footer_container {
	padding: 7px;
	}
	
	.footer_col1 {
	float:left; 
	width: 39%;
	}
	
	.footer_col2 {
	float:left; 
	width: 39%;
	}

	.footer_col3 {
	float:left; 
	width: 20%;
	}
	
	.page_footer_content	{
		width: 762px;
		height: 100px;
		text-align: left;
		background-color: #9f0720;
		}
	/* 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: #9f0720;
		background-image:url('theme_dotted_line.gif');
		clear:both;
		}
		
	.solid_line_light_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #faeeee;
		clear:both;
		}
		
	.solid_line_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #c51130;
		clear:both;
		}
		
	.solid_line_white	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #ffffff;
		clear:both;
		}	
		
	.dotted_outline_blue	{
		border: 1px dotted #faeeee;
		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 3px 10px 3px;
		position: relative;
		}	
	.product_list_new {
		margin: 5px;
		border: 1px solid #9f0720; 
		background-color: white;
		padding: 0px;
		}
	
	.product_list_text {
		float: right;
		width: 185px;
		height: 126px;
		}
		
	.product_list_no_image {
		margin: 0px 0px 5px 3px;
		border: 1px solid #9f0720;
		background-color: white;
		padding: 0px;
		min-height: 166px;
		width: 570px;
		}
		
	.product_list_furniture	{
		width: 180px;
		margin-bottom: 20px;
		}
/* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */



/* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */
	.image_float_right	{
		float: right;
		margin: 16px 0px 15px 20px;
		}
	
	.image_product	{
		margin: 0px 18px 20px 0px;
		text-align: center;
		float: left;
		}
		
	.image_product_new {
		margin: 0px 0px 0px 0px;
		text-align: center;
		float: left;
		background-color: white;
		min-height: 125px
			}
			
	.image_section_center	{
		margin: 0px 0px 0px 0px;
		text-align: center;
		float: center;
		}
/* END OF IMAGE FORMATTING ELEMENTS ----------------------------------------------------- */




/* TEXT FORMATTING ELEMENTS ------------------------------------------------------------- */

	/* headings ----------------------------------------------------------------------------- */
	h1	{
		font-size: 20px;
		font-weight: 900;
		margin: 0px;		
		padding: 4px 0px 4px 0px;
		color: #c51130;
		}
		
	h1.eco {
		padding: 18px 0px 0px 0px
		}
		
	h1.subheading	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 14px 0px;
		color: #9f0720;
		}
		
	h2	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #9f0720;
		}
		
	h2.clearall	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #9f0720;
		clear:both;
		}
		
	h3.product	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		color: #9f0720;
		}
		
	h3.product_eco	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px;
		color: #9f0720;
		}
		
	h3.product_price	{
		font-size: 16px;
		font-weight: bold;
		margin: 0px;
		padding: 0px 0px 20px 0px;
		}
		
	.text_heading_left_column	{
		margin: 0px;
		padding: 19px 0px 4px 0px;
		line-height:normal;
		color: #c51130;
		font-weight: 900;
		font-size: 13px;
		}
	/* end headings ------------------------------------------------------------------------- */
	
	/* list fomatting ----------------------------------------------------------------------- */
	ul	{
		line-height: 150%;
		padding: 0px 0px 0px 1px;
		margin: 0px 0px 18px 15px;
		font-size: 11px;
		}
	
	ul.products	{
		line-height: normal;
		padding: 0px 0px 0px 1px;
		margin: 3px 0px 4px 15px;
		font-size: 11px;
		color: #ff0000;
		}
	/* end list fomatting ------------------------------------------------------------------- */
		
	/* menu text --------------------------------------------------------------------------- */
	.text_menu	{
		padding: 2px 0px 2px 0px;
		font-size : 11px;
		margin: 0px;
		color : #ffffff;
		float: left;
		}
		
	.text_menu_2	{
		padding: 7px 0px 7px 0px;
		font-weight: bold;
		font-size : 11px;
		color : #ffffff;
		float: center;
		}
		
	.text_menu_3	{
		padding: 2px 0px 2px 0px;
		font-weight: bold;
		font-size : 13px;
		margin: 0px;
		color : #9f0720;
		float: center;
		}
		
	.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: #9f0720;
		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: #c51130;
		margin: 0px;
		line-height:normal;
		padding: 2px 0px 10px 0px;
		}	
	
	.text_breadcrumbs1	{
		font-size: 10px;
		color: #ffffff;
		margin: 0px;
		line-height:normal;
		padding: 2px 0px 1px 0px;
		}
	
	.text_footer	{
		color: #faeeee;
		font-size: 13px;
		padding:0px;
		margin:4px 0px 0px 0px;
		}

	.text_options	{
		font-weight: 900;
		}

	.text_word_spacing_8px	{
		word-spacing: 8px;
		}
	
	.text_terms_conditions	{
		color: #faeeee;
		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: #faeeee;
		border: 1px solid #c51130;
		color: #ffffff;
		word-spacing: normal;
		}	
	
	.form_button_quick_search	{
		height: 19px;
		width: 35px;
		margin: 0px;
		padding: 0px 1px 4px 2px;
		font-size : 11px;
		border: 0px;
		color: #fff;
		background-image: url('go-button.png');
		word-spacing: normal;
		font-weight: bold;
		cursor: hand;
		}

	
		.form_button_quick_search_rhs	{
		cursor: hand;
		height: 19px;
		width: 100px;
		margin:0px 0px 0px 10px;
		border: 0px solid #70bc1e;
		color: #fff;
		background-image: url('info-buy-now.png');
		}
		
		.text_quick_search_rhs {
		font-size : 11px;
		font-weight: bold;
		}
	
	.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: #9f0720;
		border: 1px solid #9f0720;
		color: #ffffff;
		float: right;
		background-image: url('theme_icon_add_to_cart.gif');
		word-spacing: normal;
		}	
		
		.form_button_add_to_cart_2	{
		line-height: 13px;
		height: 20px;
		width: 76px;
		margin: 0px 1px 0px 0px;
		padding: 1px 0px 1px 14px;
		font-size : 11px;
		background-color: #9f0720;
		border: 1px solid #9f0720;
		color: #ffffff;
		float: right;
		background-image: url('theme_icon_add_to_cart.gif');
		word-spacing: normal;
		}	
		
		.form_button_add_to_cart_3	{
		cursor:hand;
		height: 25px;
		width: 100px;  
		border: 0px;
		background-image: url('Style-Button-Cart2.png');
		}
		
		.add_to_cart_text {
		font-family: arial;
		color: #ffffff;
		font-size : 14px;
		font-weight: bold;
		line-height: 13px;
		margin:0px 0px 2px 11px;
		}
	/* end buttons ------------------------------------------------------------------------- */

.form_input_general	{
	line-height: normal;
	font-size : 11px;
	word-spacing: normal;
	}

.form_main_search_box	{
	width: 135px;
	height: 17px;
	margin: 1px;
	padding: 0px;
	font-size : 12px;
	border: 1px solid #9f0720;
	color: #9f0720;
	}
	
.top_bar_boxes	{
	line-height: 13px;
	width: 100px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 11px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #9f0720;
	vertical-align: center;
	}

.form_main_search_box_td	{
	background-color: #9f0720
}

/* END OF FORM FORMATTING ELEMENTS ------------------------------------------------------ */




/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */

a.product_section:visited  {
	color : #9f0720;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #9f0720;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #9f0720;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #9f0720;
	text-decoration : none;
	}
	
/* ------------------------ */
	
a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #c51130; 
	border: 1px solid #9f0720;
}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #c51130;
	border: 1px solid #9f0720;
}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #c51130;
	border: 1px solid #9f0720;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #9f0720;
	border: 1px solid #9f0720;
	}
	
	a.link_menu_2:visited  {
	padding: 2px 4px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	font-size : 12px;
	background-color: #c51130; 
	}
	
   a.link_menu_2:link  {
	padding: 2px 4px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	font-size : 12px;
	background-color: #c51130;
	}
	
	a.link_menu_2:active  {
	padding: 2px 4px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	font-size : 12px;
	background-color: #c51130;
	}
	
	a.link_menu_2:hover  {
	padding: 2px 4px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	font-size : 12px;
	background-color: #9f0720;
	}
	
		a.link_menu_3:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	width: 85px;
	color : #9f0720;
	text-decoration : none;
	background-color: #faeeee;
	border: 1px solid #9f0720;
	}
	
   a.link_menu_3:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	width: 85px;
	color : #9f0720;
	text-decoration : none;
	background-color: #faeeee;
	border: 1px solid #9f0720;
	}
	
	a.link_menu_3:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	width: 85px;	
	color : #9f0720;
	text-decoration : none;
	background-color: #faeeee;
	border: 1px solid #9f0720;
	}
	
	a.link_menu_3:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	width: 85px;
	color : #9f0720;
	text-decoration : none;
	background-color: #c51130;
	border: 1px solid #9f0720;
	}
/* ------------------------ */

a.link_footer:visited  {
	color : #faeeee;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #faeeee;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #faeeee;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #c51130;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_breadcrumbs:visited	{	
	color : #c51130;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #c51130;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #c51130;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #c51130;
	text-decoration : underline;
	}
	
a.link_breadcrumbs1:visited	{	
	color : #ffffff;
	text-decoration : underline;
	}

a.link_breadcrumbs1:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs1:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs1:hover  {
	color : #ffffff;
	text-decoration : underline;
	}	
	
/* ------------------------ */

a.link_cart:visited	{	
	color : #c51130;
	text-decoration : none;
	}

a.link_cart:link  {
	color : #c51130;
	text-decoration : none;
	}
	
a.link_cart:active  {
	color : #c51130;
	text-decoration : none;
	}
	
a.link_cart:hover  {
	color : #c51130;
	text-decoration : none;
	}
	
/* ------------------------ */

a.link_terms_conditions:visited	{	
	color : #9f0720;
	text-decoration : underline;
	}

a.link_terms_conditions:link  {
	color : #9f0720;
	text-decoration : underline;
	}
	
a.link_terms_conditions:active  {
	color : #9f0720;
	text-decoration : underline;
	}
	
a.link_terms_conditions:hover  {
	color : #9f0720;
	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: 762px;
	text-align: left;
	height: 100%;
	bottom: 0px;
	background-color: #ffffff;
	border-right: 1px solid #c51130;
	border-left: 1px solid #c51130;
	padding: 0px 1px 0px 1px;
	}

	/* page header fomatting elements ----------------------------------------------------- */
	.tech_page_header_content	{
		width: 762px;
		text-align: left;
		height: 65px;
		border-bottom: 4px solid #c51130;
      }
		
	.tech_page_header_logo_container	{
		float: left;
		padding: 0px 0px 0px 15px;
      }
		
	.tech_page_header_menu	{
		background-color: #c51130;
		border-bottom: 1px solid #9f0720;
		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 #9f0720;
		height: 21px;
      }
	
	.tech_page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		border-left: 1px solid #9f0720;
		border-top: 1px solid #9f0720;
		border-bottom: 1px solid #9f0720;
      }
	
	.tech_page_header_menu_search	{
		padding: 3px 3px 2px 1px;
      }
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu formatting elements ------------------------------------------------------- */
	.tech_main_menu	{
		background-color: #c51130
		}
		
	.tech_menu_bottom	{
		height: 4px;
		background-color: #c51130;
      }
		
	.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 #c51130 solid;
      }
		
	div.tech_menu_button_product {
		width: 119px; 
		top: 0px;
		left: 0px; 
		border: 1px #c51130 solid;
      }
		
	.tech_menu_button_title	{
		width: 122px;
		border-top: 1px #ffffff solid;
		background-color: #c51130;
      }
	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.tech_page_body_content	{
		width: 762px;
		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: #c51130;
		clear:both;
      }
	
	.tech_solid_line_light_blue	{
		height: 1px;
		background-color: #9f0720;
		clear:both;
      }
		
	.tech_outline_blue	{
		border: 1px solid #9f0720;
		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: #9f0720;
		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: #c51130;}
	
	.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: #9f0720;
		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: #faeeee; 
	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: #faeeee;
	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: #9f0720;
	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: #9f0720;
	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: #faeeee; 
	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: #faeeee;
	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: #9f0720;
	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: #9f0720;
	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: #faeeee;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #faeeee;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #9f0720;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #faeeee;}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #9f0720;
   }

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: #faeeee;
	font-size: 11px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #c51130;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #c51130;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #c51130;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #9f0720;
	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: #c51130;
	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 */

/* Fido's Clearance Section CSS */
.clearance_section {
	width: 544px;
	background-color: #e22882;
	color: white; 
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin-left: 2px;
	}

.clearance_container	{
	border: 1px solid #9f0720; 
	width: 180px;
	float: left;
	margin: 0px 2px 10px 2px;
	font-size: 12px;
	cursor: hand;
	text-decoration: none;
	}

.container_top_strip	{
		background: #faeeee;
		width: 100%;
		height: 32px;
		cursor: hand;
		margin-bottom: 1px solid #9f0720;
		}

.container_header	{
	font-weight: bold;
	font-size: 12px;
	color: #9f0720;
	text-decoration:none;
	}

.container_catchline	{
	font-weight: bold;
	font-size: 17px;
	color: #e22882;
	text-decoration:none;
	}

.Was	{
	float: left;
	padding-left: 3px;
	font-size: 12px;
	text-decoration: line-through;
	}
.Now	{
	font-weight: bold;
	float: right;
	padding-right: 2px;
	font-size: 12px;
	color: #e22882;
	}

/* End of Fido's Clearance Section CSS */

/* Fido's Top bar Navigation CSS */

	h1.section_banner {
	color: #ffffff;
	padding: 2px 7px 3px 0px;
	margin: 0px;
	}
	
	.section_banner {
	background-color: #9f0720; 
	color: #ffffff;
	margin: 5px;
	padding: 2px 7px 7px 7px;
	}

	.topbar	{
		width: 742px;
		background-color: #faeeee;
		font-size: 16px;
		margin: 0px;
		padding: 2px 10px 0px 10px;
		color: #c51130;
		}
	
	.mainpagetopbar {
		width: 579px;
		background-color: #faeeee;
		font-size: 16px;
		margin: 0px;
		padding: 4px 0px 4px 0px;
		color: #c51130;
		}

	.toptextentry {
		width: 130px;
		height: 19px;
		margin:0px 0px 5px;
		padding: 0px 0px 0px 3px;
		font-size : 11px;
		background-color: #ffffff;
		border: 1px solid #9f0720;
		color: #c51130;
		vertical-align: middle;
		display: inline;
		}
		
	.email_address_box {
		width: 130px;
		height: 19px;
		margin: 0px 0px 2px 0px;
		font-size : 11px;
		background-color: #ffffff;
		border: 1px solid #9f0720;
		color: #c51130;
		padding:0px 0px 0px 3px;
	}

	.topimage {
		font-size: 2px;
		vertical-align: middle;
		display: inline;
		}

	.sendbutton {
	   cursor: hand;
		height: 19px;
		width: 100px;
		border: 0px;
		background-repeat: no-repeat;
		background: url('info-buy-now.png');
		display: inline;
		margin:0px 0px 0px 10px;
		}
		
		.sendbutton_text {
		color: #fff;
		font-size : 11px;
		font-weight: bold;
		}
		
/* End of Fido's Top bar Navigation CSS */
	.button_info_buy_now {
	position: relative; 
	float: right; 
	background-image: url(info-buy-now.png); 
	height: 19px; 
	width: 100px; 
	}
	
	.price {
	float: left;
	width: 120px;
	font-size: 14px;
	font-weight:bold;
	color: #e22882;
	position: relative;
	}
	
	.wasprice {
	float: left;
	font-size: 16px;
	padding-top: 3px;
	position: relative;
	}
	
	.text_info_buy_now {
	margin: 1px 0px 0px 6px;
	font-weight: bold;
	color: white;
	text-decoration: none; 
	}
	
	.lower_container {
		padding: 5px; 
		background-color: #faeeee;
		position: relative;
		}
		
	.value {
		font-weight: bold;
		color: #E22882;
		}
	
	.extvalue {
		font-weight: bold;
		color: #E22882;
		}

.sale-text {
color: #E22882;
font-size: 30px;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
}

/* Get the Look CSS */

	.gtl-container {
	border: 1px solid #D8E8C4; 
	height: 180px; 
	width: 184px; 
	float: left; 
	margin-left: 6px; 
	margin-top: 10px;
	}
	
	.gtl-more-info {
	background-color: #316502; 
	color: rgb(255, 255, 255); 
	height: 21px; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: center; 
	padding-top: 3px;
	cursor: pointer;
	}

	.gtl-title {
	background-color: #D8E8C4;
	color: rgb(49, 101, 2); 
	height: 30px; 
	font-size: 20px; 
	font-weight: bold; 
	text-align: center; 
	padding-top: 5px;
	text-decoration: none;
	cursor: pointer;
	line-height: 110%;
	}
	
/* Checkout Special Offers CSS */
	
	.checkoutoffer {
	background-color: #ffffff; 
	width: 165px; 
	height: 130px; 
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin-left: 11px;
	margin-bottom: 10px;
	padding: 5px;
}
.non-value {
	color: #9f0720
}
.offertext {
	color: #e22882;
	height: 90px; 
	line-height: 1.5em;
	margin-bottom: 3px;
}
.offertitle {
	border-top: 2px solid #9f0720;
	font-weight: normal;
	font-size: 16px;
	padding-top: 2px;
}

/* GC Points bar CSS */

.advantage-bar {
	background-image: url('GC-Members-Points-bg.jpg');
	background-repeat: no-repeat;
	height: 53px;
	color: #e22882;
	font-size: 15px;
	padding: 9px 0px 0px 5px;
}

.advantage-value {
	font-weight: bold;
}

/* Header CSS */
.contact_header {
	text-align: right;
	font-weight: bold; 
	margin-top: 20px; 
	font-size: 11px;
}
