/* tabs_left */

/* tabs_left_bottom: border on right hand side */
.tabs_left_bottom
{
    border-right: 1px solid #464646;
}


/* tabs_middle_top */

/* tabs_middle_top_left: image for top left of tab */
.tabs_middle_top_left
{
    width: 3px;
    height: 3px; 
    background-image: url(../All/tabs_middle_top_left.png);
}

.tabs_middle_top_left_selected
{
    width: 3px;
    height: 3px; 
    background-image: url(tabs_middle_top_left.png);
}

.tabs_middle_top_middle
{
    height: 3px; 
    background-image: url(../All/tabs_middle_top_middle.png);
}

.tabs_middle_top_middle_selected
{
    background-image: url(tabs_middle_top_middle.png);
}

.tabs_middle_top_right
{
    width: 3px;
    height: 3px; 
    background-image: url(../All/tabs_middle_top_right.png);
}

.tabs_middle_top_right_selected
{
    background-image: url(tabs_middle_top_right.png);
}

.tabs_middle_top_right_border
{
    width: 1px;
    height: 3px;
}

.tabs_middle_top_right_border_selected
{
    width: 1px;
    height: 3px;
}


/* tabs_middle_bottom */

.tabs_middle_bottom_left
{
    width: 3px; 
    background-image: url(../All/tabs_middle_bottom_bg.png);
}

.tabs_middle_bottom_left_selected
{
    background-image: url(tabs_middle_bottom_bg.png);
}

.tabs_middle_bottom_middle 
{
    height: 100%; 
    background-image: url(../All/tabs_middle_bottom_bg.png);
    text-align: center;
    vertical-align: middle;
    padding-left: 4px; 
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.tabs_middle_bottom_middle_selected
{
    height: 100%;
    background-image: url(tabs_middle_bottom_bg.png);
    text-align: center;
    vertical-align: middle;
    padding-left: 4px; 
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.tabs_middle_bottom_middle a:link, .tabs_middle_bottom_middle a:visited, .tabs_middle_bottom_middle a:active, .tabs_middle_bottom_middle a:hover
{
    color: #173382;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    /* font-weight: bold; */
    text-decoration: none;
    border-style: none;
}

.tabs_middle_bottom_middle a:hover
{
    color: #4e6ec7;
}

.tabs_middle_bottom_middle_selected a:link, .tabs_middle_bottom_middle_selected a:visited, .tabs_middle_bottom_middle_selected a:active, .tabs_middle_bottom_middle_selected a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    border-style: none;
}

.tabs_middle_bottom_right
{
    width: 3px; 
    background-image: url(../All/tabs_middle_bottom_bg.png);
}

.tabs_middle_bottom_right_selected
{
    width: 3px;
    background-image: url(tabs_middle_bottom_bg.png);
}

.tabs_middle_bottom_right_border
{
    width: 1px;
    background-color: #464646;
}

.tabs_middle_bottom_right_border_selected
{
    width: 1px;
    background-color: #464646;
}

.tabs_middle_bottom_border
{
    height: 1px;
    background-color: #464646;
}


/* breadcrumb */

/* Background from the breadcrumb trail */
.breadcrumb_bg
{
    background-image: url(breadcrumb_bg.png);
}

/* Font for text in the breadcrumb trail */
.breadcrumb_text
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

a.breadcrumb_text:link, a.breadcrumb_text:visited, a.breadcrumb_text:active, a.breadcrumb_text:hover
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
}


/* heading */

/* Font for text in headings */
.heading_text, .heading2_text
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;    
}

/* Background for headings */
.heading_bg
{
    background-image: url(heading_bg.png);   
}

.heading2_bg
{
    background-image: url(heading2_bg.png);
}


/* 
 * CATEGORY / PRODUCT PAGE COLOUR SCHEME
 */ 
   
/* DIY - DARK BLUE */

.tabs_middle_top_left_selected_diy
{
    width: 3px;
    height: 3px; 
    background-image: url(../1/tabs_middle_top_left.png);
}

.tabs_middle_top_left_selected_knk
{
    width: 3px;
    height: 3px; 
    background-image: url(../3/tabs_middle_top_left.png);
}

.tabs_middle_top_middle_selected_diy
{
    background-image: url(../1/tabs_middle_top_middle.png);
}

.tabs_middle_top_middle_selected_knk
{
    background-image: url(../3/tabs_middle_top_middle.png);
}

.tabs_middle_top_right_selected_diy
{
    background-image: url(../1/tabs_middle_top_right.png);
}

.tabs_middle_top_right_selected_knk
{
    background-image: url(../3/tabs_middle_top_right.png);
}

.tabs_middle_top_right_border_selected_diy, .tabs_middle_top_right_border_selected_knk
{
    width: 1px;
    height: 3px;
}

.tabs_middle_bottom_left_selected_diy
{
    background-image: url(../1/tabs_middle_bottom_bg.png);
}

.tabs_middle_bottom_left_selected_knk
{
    background-image: url(../3/tabs_middle_bottom_bg.png);
}

.tabs_middle_bottom_middle_selected_diy
{
    height: 100%;
    background-image: url(../1/tabs_middle_bottom_bg.png);
    text-align: center;
    vertical-align: middle;
    padding-left: 4px; 
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.tabs_middle_bottom_middle_selected_knk
{
    height: 100%;
    background-image: url(../3/tabs_middle_bottom_bg.png);
    text-align: center;
    vertical-align: middle;
    padding-left: 4px; 
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.tabs_middle_bottom_middle_selected_diy a:link, .tabs_middle_bottom_middle_selected_diy a:visited, .tabs_middle_bottom_middle_selected_diy a:active, .tabs_middle_bottom_middle_selected_diy a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    border-style: none;
}

.tabs_middle_bottom_middle_selected_knk a:link, .tabs_middle_bottom_middle_selected_knk a:visited, .tabs_middle_bottom_middle_selected_knk a:active, .tabs_middle_bottom_middle_selected_knk a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    border-style: none;
}

.tabs_middle_bottom_right_selected_diy
{
    width: 3px;
    background-image: url(../1/tabs_middle_bottom_bg.png);
}

.tabs_middle_bottom_right_selected_knk
{
    width: 3px;
    background-image: url(../3/tabs_middle_bottom_bg.png);
}

.tabs_middle_bottom_right_border_selected_diy, .tabs_middle_bottom_right_border_selected_knk
{
    width: 1px;
    background-color: #464646;
}


/* Colour for tab text */ 
.tabs_middle_bottom_middle_selected_diy a:link, .tabs_middle_bottom_middle_selected_diy a:visited, .tabs_middle_bottom_middle_selected_diy a:active, .tabs_middle_bottom_middle_selected_diy a:hover
{
    /* color: #FFFFFF; */
    color: #000000;
}

/* Colour for bottom of selected tab */
.tabs_middle_bottom_border_selected_diy
{
    /* background-color: #4e79a0; */
    background-color: #d6e0e7;
}


/* KNK - ORANGE */

/* Colour for tab text */ 
.tabs_middle_bottom_middle_selected_knk a:link, .tabs_middle_bottom_middle_selected_knk a:visited, .tabs_middle_bottom_middle_selected_knk a:active, .tabs_middle_bottom_middle_selected_knk a:hover
{
    color: #000000;
}

/* Colour for bottom of selected tab */
.tabs_middle_bottom_border_selected_knk
{
    background-color: #eac286;
}


/* New Shop Chooser */

table.shoplink
{
    border-collapse: collapse;
}

td.shoplink
{
    padding: 0;
}

a.shoplink, a.shoplink_selected, a.shoplink_first, a.shoplink_first_selected
{
    display: block;
    padding: 0;
    text-decoration: none;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #173382;
    
    padding: 0 9px 0 9px;
    height: 25px;
    
    border-right: 1px solid #7e979e;
    cursor: pointer;
    line-height: 25px;
}

a.shoplink, a.shoplink_first
{
    background: url(../ColourSchemes/1/tabs_middle_bottom_bg.png);
}

a.shoplink:hover, a.shoplink_first:hover
{
    background: #f3f5f8;
}

a.shoplink_selected, a.shoplink_first_selected
{
    background: #4e79a0;
    color: #ffffff;
}

.page-top
{
    background-image: url(page-top.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 12px;
}

.page-bottom
{
    background-image: url(page-bottom.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 12px;
}

/* Override browser defaults for paragraph tags (generated by tinyMCE) */
p
{
    padding: 0;
    margin: 0;
}
