/**
 * shop_style.css
 * for Homes and Bargain shop layout
 * can be extend to use throughout the whole site
 * Joel Chu <joel@studioetc.co.uk>
 * 8 Nav 2006 
 * Edited by Ian Garstang APR 26 2007
 */  
 
/* menu style */

@import 'menu.css';


/* lightbox style */

@import 'lightbox.css';

/* main style */

body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	
	margin: 10px 0 0 0;
	padding: 0;
	/* background-color: #FFFFFF; */
/* Scroll bar style 
	scrollbar-3d-light-color:    #ff8000;
	scrollbar-arrow-color:       #5D6F49;
	scrollbar-base-color:        #19646F;
	scrollbar-dark-shadow-color: #19646F;
	scrollbar-face-color:        #A7C881;
	scrollbar-highlight-color:   #DBF2F5;
	scrollbar-shadow-color:      #C6E4E8;
*/
	text-align: center;
}

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

img {
border: 0; border: 0; margin: 0;
}

select {
    font-size: 90%;
}
/* ALL THE ID FOR LAYOUT */



    /* top part */
#headerNavigation {
    width: 100%; 
    text-align: right;
}
#headerNavigation table {
    font-size:93%;
    float: right;
    margin: 0;
    padding: 0;
}

            
    /* middle part */
    
#main {
    width: 798px;
    margin: 0px auto;
    text-align: left;
    
    border: 1px solid #80898E;

    /*
    background: #FFFFFF url('/shop/common/img/line_bg.png') repeat-x top center;
    */
    
} 
    #sideMenu {
        width: 120px;
        float: left;
        
    } body > #sideMenu {
        margin-left: 5px;
    }
    #extraSideMenu {
        width: 120px;
        float: left;   
        /* margin-left: 10px; */  
    } 
    #contentWrapper {
        width: 660px;
        float: right;
    } 
    
    #content {
        /* border: 1px solid #FF0000; */
        width: 520px;
        float: left;
        margin-top: 5px;
        margin-left: 5px;
    } 
	
	
	#content table {
        font-size: 11px;
    }
    
	/* NEW RULE TO STYLE H1 TAG */
	#content h1 {
		font-size: 13px;
	}
    .boxes {  /* replace the silly table style container */
        font-family: Arial;
		color: #000000;
        font-size: 11px;
		width: 120px;
        margin: 5px;
        background: transparent url('/shop/common/img/green_bg_bottom.png') no-repeat bottom center;       
    }
    .boxes h3 {
		color: #333333;
		padding-top: 5px;
        width: 120px;
        margin: 0px;
        text-align: center;
        text-decoration: normal;
        background: transparent url('/shop/common/img/green_bg_top.png') no-repeat top center;
        font-size: 14px;
    }
    .boxes table {
		font-family: Arial;
		color: #000000;
        font-size: 11px;
    }
    .boxes a {
        color: #0066ff;
    } 
    .boxes a:hover {
        color: #000000;
    }
    /* bottom part */


    #categoryMenu table {
        font-size: 95%;
    }
#footer {
    clear: both;
    width: 800px;
    text-align: left;
    margin: 10px auto;
}
    table#footerNav {
        width: 100%;
    }
    table#footerNav a {
        font-size: 12px;
        color: #666666;
        text-decoration: none;
    }
	table#footerNav p {
        line-height: 17px;
    }
    table#footerNav a:hover {
    background-color: #80898E;
    color: #000000;
    }
    table#footerNav a:visited {
        color: #666666;
    }
table#footerNav a.blackLink  {
    color: #000000;
}

.break {
    clear: both;
}
.small {
    font-size: 9px;
}
/* UTIL CLASS */

    /* EasyClean tm */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

a.breadcrumb
{
	color: #333333;
	text-decoration: none;
}

a.breadcrumb:hover
{
	color: #333333;
	text-decoration: underline;
}

a.categories
{
	font-family: Arial;
	font-size: 11px;
	color: #4B573C;
	text-decoration: none;
}

a.categories:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #4B573C;
	text-decoration: underline;
}