﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #DFDFFF;
    font-size: 0.80em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a, a:visited
{
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    /*font-weight: 200;*/
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.1em;
    font-weight: bold;
    /*font-weight: 600;*/
}

h3
{
    font-size: 0.9em;
    font-weight: bold;
    clear: both; /* sides on which floating object will not be allowed  */
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 990px;
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.main
{
    padding: 4px;
}

.form_style
{
	padding:4px;
	border:1px solid #999;
	margin: 0;
}

.link
{
    color: #0044CC;
}

.footer
{
    color: #4e5766;
    padding: 35px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: 0.80em;
    clear: both;
}


/* HEADER
----------------------------------------------------------*/

.header
{
    position: relative;
    width: 100%;
}

.header_left
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.header_right
{
    display: block;
    text-align: right;
    padding: 10px;
}

.logo
{
    padding: 0;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    border: 0px;
}


/* TAB MENU  
----------------------------------------------------------*/

.tab_menu_container
{
	clear: both;
	float: right;
	margin-right: 40px;
}

.tab_menu 
{
    font-size: 0.85em;
}

.tab_menu ul 
{
	margin:0px;
	padding:0;
}

.tab_menu li 
{
	background: url(/images/search_bar_tab_bg_right.jpg) no-repeat right top;
	float:left;
	list-style: none;
	margin-right:1px;
	padding:0;
}

.tab_menu li a {
	float: left;
	background: url(/images/search_bar_tab_bg_left.jpg) no-repeat left top;
	color:#262B2F;
	display:block;
	height:20px;
	padding:6px 10px 0;
	text-align:center;
	text-decoration:none;
}

.tab_menu li:hover 
{
	background: url(/images/search_bar_tab_bg_highlighted_right.jpg) no-repeat right top;
}

.tab_menu li a:hover 
{
	background: url(/images/search_bar_tab_bg_highlighted_left.jpg) no-repeat left top;
}

/* SEARCH  
----------------------------------------------------------*/

.search
{
    float: right;
    color: #434343;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}


/* CATEGORY BAR  
----------------------------------------------------------*/

.category_bar_container
{    
    width: 99%;
    margin: 0px auto 0px auto;
    clear: both; /* sides on which floating object will not be allowed  */
}
.category_bar_left
{
    width: 10px;
    height: 37px;
    float: left;
    background: url(/images/search_bar_bg_left.jpg) no-repeat;
}

.category_bar_middle
{       
    width: 100%;
    height: 37px;    
    background: url(/images/search_bar_bg_middle.jpg) repeat-x;
}
.category_bar_right
{    
    float: right;
    height: 37px;    
    width: 10px;
    float: right;
    background: url(/images/search_bar_bg_right.jpg) no-repeat;
}

.category_bar_inner
{   
   margin-left: 140px;
}

/* CATEGORY BAR MENU  
----------------------------------------------------------*/

.category_bar_menu 
{    
    font-size: 0.90em;
    font-weight: bold;    
    position: relative;
    z-index: 20;
}

.category_bar_menu ul 
{
	padding: 0;
}

.category_bar_menu li 
{
	float:left;
	list-style: none;
	display: block;
	height:37px;
	line-height: 35px;
	padding: 0px 20px 0;
	text-align:center;
	border-right: 1px solid #ccc;
	width: 100px;
}

.category_bar_menu_left 
{
	border-left: 1px solid #ccc;
}

.category_bar_menu_active
{
    color: White;
    font-weight: bold;
    background: #0066FF;
}

.category_bar_menu li a
{
    color: #ffffff;
    text-decoration: none;
}

.category_bar_menu li:hover 
{
    color: White;
    font-weight: bold;
	background: #333;
}

.category_bar_menu li:hover > a  /* ensure the text stays white */
{
	color: White;
}

.category_bar_menu li a:hover 
{
    color: White;
    font-weight: bold;
	text-decoration: underline;
}

.category_bar_menu_level2
{ 
    display: none;
}
.category_bar_menu_level2 ul 
{ 

}
.category_bar_menu_level2 li
{ 
    left: -21px;
    position: relative;
    line-height: 20px;
    height: 20px;
    width: 300px;
    background: #434343;
    text-align: left;
    color: White;   
    border-left: 4px solid #333;	 
    border-right: 4px solid #333;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

.category_bar_menu_level2 li:hover
{
    background: #AE0000; 
}

.category_bar_menu_level2 li a
{ 
    font-weight: normal;
    color: White;
}

.category_bar_menu_level2 li a:hover
{ 
    font-weight: normal;
    color: White;
}

.category_bar_menu li:hover > .category_bar_menu_level2 /* show level 2 when hovering over li */
{ 
    display: block;
}



/* LINK BAR  
----------------------------------------------------------*/

.link_bar_container
{    
    width: 99%;
    margin: 0px auto 0px auto;
    clear: both; /* sides on which floating object will not be allowed  */
}
.link_bar_left
{
    width: 10px;
    height: 37px;
    float: left;
    background: url(/images/link_bar_bg_left.jpg) no-repeat;
}

.link_bar_middle
{       
    width: 100%;
    height: 37px;    
    background: url(/images/link_bar_bg_middle.jpg) repeat-x;
}
.link_bar_right
{    
    float: right;
    height: 37px;    
    width: 10px;
    float: right;
    background: url(/images/link_bar_bg_right.jpg) no-repeat;
}

.link_bar_inner
{
    /*margin-left: 0px auto 0px auto;
    width: 700px;*/
   margin-left: 100px;
}

/* LINK BAR MENU  
----------------------------------------------------------*/

.link_bar_menu 
{
    font-size: 0.90em;
    font-weight: bold;
    z-index: 10;
    position:relative;    
}

.link_bar_menu ul 
{
	margin: 0;
	padding: 0;
	border-left: 1px solid #ccc;
}

.link_bar_menu li 
{
	float:left;
	list-style: none;
	display:block;
	height:31px;
	line-height: 31px;
	padding:0 20px 0;
	text-align:center;
	border-right: 1px solid #ccc;
	width: 70px;
}

.link_bar_menu_left 
{
	border-left: 1px solid #ccc;
}

.link_bar_menu li a
{
    color: #AE0000;
    text-decoration: none;
}

.link_bar_menu li:hover 
{
    color: White;
    font-weight: bold;
	background: #333;
}

.link_bar_menu li:hover > a  /* ensure the text stays white */
{
	color: White;
}

.link_bar_menu li a:hover 
{
    color: White;
    font-weight: bold;
	text-decoration: underline;
}

.link_bar_menu_level2 
{ 
    display: none;
}
.link_bar_menu_level2 ul 
{ 

}
.link_bar_menu_level2 li
{ 
    left: -21px;
    position: relative;
    width: 300px;
    background: #434343;
    text-align: left;
    color: White;   
    border-left: 4px solid #333;	 
    border-right: 4px solid #333;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

.link_bar_menu_level2 li:hover
{
    background: #AE0000; 
}

.link_bar_menu_level2 li a
{ 
    font-weight: normal;
    color: White;
}

.link_bar_menu_level2 li a:hover
{ 
    font-weight: normal;
    color: White;
}

.link_bar_menu li:hover > .link_bar_menu_level2 /* show level 2 when hovering over li */
{ 
    display: block;
}

/* List Options
----------------------------------------------------------*/

.list
{
  width: 500px;
  overflow: hidden;
  /*border-top: 1px solid #ccc;*/
}

.list li
{
  line-height: 1.5em;
  border-bottom: 1px solid #ccc;
  float: left;
  display: inline;
}

.list_single li  { width:100%;} /* 1 col */
.list_double li  { width:50%;} /* 2 col */
.list_triple li  { width:33.333%; } /* 3 col */
.list_quad li    { width:25%; } /* 4 col */
.list_six li     { width:16.666%; } /* 6 col */


/* CONTENT
----------------------------------------------------------*/

.content_left
{
    width:190px;
    float:left;
}

.content_center
{
    width:592px;
    float:left;
    padding: 0px 5px 0px 5px;
}

.content_right
{
    width:190px;
    float:left;
    padding: 0px;
}

/* SIDE BAR 
----------------------------------------------------------*/

.sidebar_box_title_container
{    
    width: 100%;
    height: 26px;
    clear: both; /* sides on which floating object will not be allowed  */
}
.sidebar_box_title_left
{
    width: 5px;
    height: 26px;
    float: left;
    background: url(/images/menu_title_bg_left.jpg) no-repeat;
}

.sidebar_box_title_middle
{       
    height: 26px;
    width: 100%;
    font-size: 13px;
    color: #fff;
    line-height: 26px;   
    text-indent: 10px;
    background: url(/images/menu_title_bg_middle.jpg) repeat-x;
}
.sidebar_box_title_right
{    
    float: right;
    width: 5px;
    height: 26px;
    float: right;
    background: url(/images/menu_title_bg_right.jpg) no-repeat;
}

.sidebar_container
{
    width: 100%;
    padding:0px;
    margin: 0px;
    background: #dad0d0;
}

.sidebar_box_border
{
    width: auto;
    text-align: center;
    border: 1px #F7B401 solid;      
}

.sidebar_table
{
    width: 90%;
    margin: 0px auto 0px auto;   
    padding: 5px 0px 0px 0px;   
}

.sidebar_table_title
{
    color: #000000;
    font-weight: bold; 
}

ul.sidebar_menu
{
    width: 90%;
    margin: 0px auto 0px auto;
    padding:0px;
    list-style:none;
}
ul.sidebar_menu li
{
    margin:0px;
    list-style: none;
    min-height: 25px;
    display: block;
    border-bottom: 1px #FFFFFF dashed;
    line-height: 25px;    
}
ul.sidebar_menu li span
{
    display: block;
    padding-left: 8px;
}
ul.sidebar_menu li a
{
    display: block;
    text-decoration:none;
    color:#000000;
    
}
ul.sidebar_menu li a:hover
{
    background: #eee6e6;
    color:#000000;
}

.sidebar_box_bottom_container
{    
    width: 100%;
    height: 26px; 
    clear: both; /* sides on which floating object will not be allowed  */
}
.sidebar_box_bottom_left
{
    width: 5px;
    height: 14px;
    float: left;
    background: url(/images/menu_bottom_bg_left.jpg) no-repeat;
}

.sidebar_box_bottom_middle
{       
    height: 14px;
    width: 100%;
    background: url(/images/menu_bottom_bg_middle.jpg) repeat-x;
}
.sidebar_box_bottom_right
{    
    float: right;
    width: 5px;
    height: 14px;
    background: url(/images/menu_bottom_bg_right.jpg) no-repeat;
}

/* TWITTER LINK
----------------------------------------------------------*/

.twitter_image
{
    border: none;
    display: block; 
    margin-left: auto; 
    margin-right: auto
}

/* SIDEBAR SHOPPING BASKET
----------------------------------------------------------*/

.sidebar_shopping_basket
{
    width: 95%;
    margin: 0px auto 0px auto;
    padding:0px;
    list-style:none;
}

.sidebar_shopping_basket_product
{
    color: #000000;
    text-decoration: none;  
}

.sidebar_shopping_basket_product:hover
{
    color:#000000;
    text-decoration: underline;
}


/* SHOPPING BASKET
----------------------------------------------------------*/

.shopping_basket_heading
{
    clear: both;
    width: 580px;
    vertical-align: middle;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2A2A2A;
    font-weight: bold;
}

.shopping_basket_table
{
    width: 100%;
    padding: 0px;    
    border-spacing: 0px;
}

.shopping_basket_table_header_tr
{
    font-weight: bold;
}

.shopping_basket_table_header_td
{
    padding: 5px;
    border-bottom: 1px solid #CC0000;
}

.shopping_basket_table_body_tr
{
    vertical-align: top;
}

.shopping_basket_table_body_tr:hover
{
    background-color: #E6E6E6;
}

.shopping_basket_table_body_td
{
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
}








/* BUTTON
----------------------------------------------------------*/
    
/* now adapted, original from: 
http://stopdesign.com/eg/buttons/3.0/code.html
http://stopdesign.com/archive/2009/02/04/recreating-the-button.html
*/
.btn 
{
    display:inline-block;
    background:none;
    margin:0;
    padding:3px 0;
    border-width:0;
    overflow:visible;
    font:100%/1.2 Arial,Sans-serif;
    text-decoration:none;
    color:#333;
}
* html button.btn 
{
    padding-bottom:1px;
}
/* Immediately below is a temporary hack to serve the 
    following margin values only to Gecko browsers
    Gecko browsers add an extra 3px of left/right 
    padding to button elements which can't be overriden.
    Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn 
{
    margin:0 -3px;
}
.btn span 
{
      background:#ddd url(/images/button-background.gif) repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #bbb;
      border-right:1px solid #aaa;
}
* html .btn span 
{
    padding-top:0;
}
.btn span span 
{
    position:relative;
    padding:3px .4em;
    border-width:0;
    border-top:1px solid #bbb;
    border-bottom:1px solid #aaa;
}     
    
/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span 
{
    border-right-width:0;
}
button.pill-l span span 
{
    border-right:1px solid #bbb;
}
button.pill-c span 
{
    border-right-style:none;
    border-left-color:#fff;
}
button.pill-c span span {
    border-right:1px solid #bbb;
    }
button.pill-r span 
{
    border-left-color:#fff;
}
    
/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, 
.btn:hover span span, 
.btn:focus span, 
.btn:focus span span
{
    cursor: pointer; /* important for any clickable/pressable element */
    border-color: #8D8D8D;
    color: #000;
}
.btn:active span 
{
    background-position:0 -400px;
    outline:none;
}
.btn:focus, .btn:active 
{
    outline:none; /* doesn't seem to be respected for <button>, only <a> */
}
 
/* use if one button should be the 'primary' button */
.primary 
{
    font-weight:bold;
    color:#000;
}










/*###########################################################################
                                  SHOP PAGE
###########################################################################*/

/* SHOP PAGE - CATEGORY
----------------------------------------------------------*/

.shop_category_div
{
    margin: 0px auto 0px auto; 
    width: 520px;
}

.shop_category_box
{
    background : url(/images/rounded_box_170x170.gif) top left no-repeat;
    padding: 2px;
    height: 170px;
    width: 170px;
    padding-top: 20px;
    text-align: center;
}

.shop_category_box:hover
{
    background : url(/images/rounded_box_170x170_hover.gif) top left no-repeat;
    color: #ae0000;
}

.shop_category_box_div_image
{
    margin: -10px auto 0px auto;
    height: 125px;
    width: 125px;
    padding-bottom: 5px;
}

.shop_category_box_div_image_inner
{
    height: 125px;
    width: 125px;
    display: table-cell;
    vertical-align: middle;   
}

.shop_category_box_image
{
    border: 0px;
}

.shop_category_box_text
{
    text-decoration: none;
    color: #0044CC;
}


/* SHOP PAGE - PRODUCT  
----------------------------------------------------------*/

.shop_product_div
{
    padding-left: 17px;
    width: 575px;
    background-color: #DFDFFF;
}

.shop_product_box
{
    background : url(/images/rounded_box_560x110.gif) top left no-repeat;
    padding: 5px;
    width: 560px;
    height: 110px;    
}
.shop_product_box:hover
{
    background : url(/images/rounded_box_560x110_hover.gif) top left no-repeat;
}

.shop_product_featured_div
{
    padding-left: 17px;
    width: 575px;
}

.shop_product_box_featured
{
    background : url(/images/rounded_box_560x110_featured.gif) top left no-repeat;
    padding: 5px;
    width: 560px;
    height: 110px;    
}
.shop_product_box_featured:hover
{
    background : url(/images/rounded_box_560x110_featured_hover.gif) top left no-repeat;
}

.shop_product_box_outer_left
{
    float: left;
    width: 115px;  
}

.shop_product_box_outer_right
{
    float: right;
    width: 435px;
    border: 2px black;
}

.shop_product_box_inner_left
{
    float: left;
    padding-top: 5px;
    vertical-align: top;
    width: 300px;
}

.shop_product_box_inner_right
{
    float: left;
    padding-top: 5px;
    vertical-align: top;
    width: 115px;
}

.shop_product_box_inner_bottom_left
{
    padding-top: 5px;
    float: left;
}

.shop_product_box_inner_bottom_right
{
    padding-top: 5px;
    float: right;
}

.shop_product_box_image
{
    border: 0px;
}

.shop_product_text_strong
{
    font-weight: bold;
    color: #333333;
}

.shop_product_box_title
{
    color: #0044CC;
    text-decoration: none;
}

.shop_product_box_title:hover
{
    text-decoration: underline;
}

.shop_product_box_quantity_textbox
{
    padding:4px;
	border:1px solid #999;
	width: 20px;
}

.shop_product_box_price_table
{
    float: right;
}

.shop_product_box_price_table_column1
{
    padding-right: 10px;
    text-align: right;
}

.shop_product_box_price_table_column2
{
    text-align: right;    
}








    
    
/*###########################################################################
                              PRODUCT PAGE
###########################################################################*/    

.product_name
{
    padding-bottom: 10px;
    text-align: center;
}

.product_top_container
{

}
.product_top_left
{
    float: left;
    width: 250px;
    padding-bottom: 20px;
}

.product_top_right
{
    float: right;
    width: 330px;
}

.product_top_image
{
    display: block;
    margin: 0px auto 0px auto;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 10px;    
}

.product_information_header
{
    clear: both;
    background: #2A2A2A; 
    color: White; 
    width: 580px;
    vertical-align: middle;
    padding: 5px;
    text-indent: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product_information
{
    clear: both;
}

.product_price_table_column_price
{
    width: 100px;
    text-decoration: underline;
}

.product_price_table_column_quantity
{
    width: 100px;
    text-decoration: underline;
}

.product_price_table_column_date
{
    width: 100px;
    text-decoration: underline;
}

.product_quantity_textbox
{
    padding:4px;
	border:1px solid #999;
	width: 20px;
}

.product_gallery_image
{
	background: url(/images/rounded_box_54x54.gif) top left no-repeat;
	padding: 2px;
	height: 50px;
	width: 50px;
	margin-top: 5px;
	margin-right: 5px;
}

.product_gallery_image:hover
{
	background: url(/images/rounded_box_54x54_hover.gif) top left no-repeat;
}

.product_related_product_image
{
	background: url(/images/rounded_box_54x54.gif) top left no-repeat;
	padding: 2px;
	height: 50px;
	width: 50px;
}

.product_related_product_image:hover
{
	background: url(/images/rounded_box_54x54_hover.gif) top left no-repeat;
}
