/* Globals
-------------------------------------------------------------- */

body {
    margin-top: 0;	
}

table th {
    background: none;	
}

.errorlist {
    list-style: none;
    margin: 0;
    padding: 0;
    color: red;	
}

.required {
    color: red;	
}

a {
    color: #76787a;	
}

table {
    cellpadding: 0;
    cellspacing: 0;	
}


/* Header
-------------------------------------------------------------- */

#header {
    margin-bottom: 17px;	
}

#header h1 {
	width: 347px;
	height: 120px;
	background: url(../images/logo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: 35px;
}

#header h1 a {
	float: left;
    width: 347px;
    height: 120px;
}

#header h1 a span {
    display: none;	
}

#header #info {
    	
}

#header #info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header #info ul li {
    display: inline;
    float: left;
    width: 88px;
    height: 34px;
    margin-right: 5px;	
}

#header #info ul li a {
	float: left;
	margin-top: 7px;
    color: #fff;
    text-decoration: none;	
}

#header #info ul li a:hover {
    text-decoration: underline;
}

#header #info ul li#home {
    background: url('../images/home.gif') top left no-repeat;	
}

#header #info ul li#home a {
    margin-left: 14px;
}

#header #info ul li#about a {
    margin-left: 13px;	
}

#header #info ul li#contact a {
    margin-left: 6px;  
}

#header #info ul li#about {
    background: url('../images/about.gif') top left no-repeat;   
}

#header #info ul li#contact {
    background: url('../images/contact.gif') top left no-repeat;   
}

#header #info #phone {
	margin-top: 35px;
	padding-left: 35px;
    font-size: 2.8em;
    background: url(../images/phone.gif) 0 4px no-repeat;	
}

#header #info #email {
	padding-left: 35px;
    font-size: 1.083em;
    background: url(../images/email.gif) 0 2px no-repeat;
}

#header #info #email a {
    color: #898b8d;
    text-decoration: none;
    font-weight: bold;
}

#header #info #email a:hover {
    text-decoration: underline;
}


/* Menu
-------------------------------------------------------------- */
/* Child lists and links */
#cssdropdown li { position: relative; z-index:1000; }
#cssdropdown li ul { z-index: 100; position: absolute; top: 32px; left: -10px; display: none; text-align: left; height: auto; width: 200px; background-color: #76787a; padding-bottom: 5px; }
#cssdropdown li:hover ul { display: block; }
#cssdropdown li ul li a { padding: 5px; height: 17px; font-size: 0.917em; }
#cssdropdown li ul li a:hover { text-decoration: underline; }
#cssdropdown li ul li { display: block; width: 180px; height: auto; padding-top: 3px; padding-bottom: 3px; }

#menu {
    background-color: #c1272d;
}

#menu ul {
    float: left;
    height: 32px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    list-style: none;
    background-color: #c1272d;
}

#menu ul li {
    float: left;
    display: inline;
    color: #fff;
    height: 26px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 6px;
}

#menu ul li:hover {
    background-color: #76787a;	
}

#menu ul li.selected {
    background-color: #76787a;
}

#menu ul li.inactive {
    background: none;
}

#menu ul li a {
    color: #fff;
    text-decoration: none;
}

#menu ul li a:hover {
    
}

#basket {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	font-size: 0.833em;
	padding-left: 20px;
	background: url(../images/basket.gif) top left no-repeat; 
}

#basket a {
	float: left;
	margin-top: 2px;
    color: #fff;
    text-decoration: none;	
}

#basket a:hover {
    text-decoration: underline;
}

#basket-items {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    color: #fff;
}


/* Main
-------------------------------------------------------------- */

#main {
    margin-left: 10px;	
}

#main > div {
    margin-top: 9px;	
    
}

#submain {
    background: url(../images/submenu-bg.gif) top left repeat-y;    
}

#submenu-header {
	width: 180px;
	height: 29px;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 0 5px; 
    background: url(../images/submenu-header.gif) top left no-repeat;	
}

#submenu-category ul, #submenu ul  {
    width: 175px;
    margin: 0;
    padding: 0;
    background-color: #bcbebf;
    list-style: none;	
}

#submenu ul {
    margin-top: 5px;	
}

#submenu ul li {
    width: 145px;
    line-height: 1;
    padding: 5px 0 2px 15px;
}

#submenu ul li a {
    display: block;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    padding: 4px 0 4px 2px;
}

#submenu-category ul li {
	width: 135px;
	line-height: 1;
    padding: 2px 0 2px 30px;
    background: url(../images/spanner-white.gif) 10px 5px no-repeat;
}

#submenu-category ul li.selected {
    background: url(../images/spanner-red.gif) 10px 5px no-repeat;
}

#submenu-category ul li a {
	display: block;
	font-size: 0.917em;
	color: #fff;
	text-decoration: none;
	padding: 4px 0 4px 2px;
}

#submenu-category ul li.selected a {
    background-color: #c1272d;	
}

#submenu-category ul li a:hover {
    text-decoration: underline;
}

#main #content {
    margin-left: 6px;	
}

#main #content h2 {
    color: #76787a;
    font-size: 1.25em;	
}

#main #content h3 {
    color: #76787a;
    font-size: 1em;
}
	
#main #content p {
    color: #76787a;
    font-size: 0.917em;
}

#sidebar {
    margin-top: 9px;	
}

#sidebar img {
    margin-top: 10px;	
}

#search {
	width: 272px;
	height: 34px;
    background: url(../images/search.gif) top left no-repeat;
}

#search .search-text {
	width: 170px;
	height: 16px;
    margin-left: 3px;
    margin-top: 3px;
    border: none;
    font-size: 1em;
    padding: 4px 5px 0 5px;	
}

#search .search-btn {
    color: #fff;
    border: none;
    background: none;
    font-weight: bold;
    margin-top: 8px;
    font-size: 1em;	
}

#login-box {
    width: 269px;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
}

#login-box h3 {
	color: #fff;
	font-size: 1em;
	margin: 10px 0 10px 15px;
}

#login-box label {
    font-weight: normal;	
}

#login-box form {
    padding: 0 15px 0px 15px;	
}

#login-box input {
    border: 1px solid #bcbebf;
    padding: 2px;
    width: 150px;
    margin: 0;
}

#login-box #logged-in {
    padding: 5px 15px 10px 15px;
}

#login-box a {
    color: #bcbebf;
}

#login-box a:hover {
    color: #c1272d;
}

#login-box #register-link {
	float: left;
    margin-left: 5px;
    margin-top: 1px;	
}

#alt-menu {
    width: 272px;
    height: 30px;
    margin-top: 10px;
    padding-top: 5px;
    background: url(../images/grey-box.gif) top left no-repeat;
}

#alt-menu #customer-service, #alt-menu #faqs {
    color: #fff;
    text-decoration: none;
    font-size: 0.833em;
}

#alt-menu #customer-service:hover, #alt-menu #faqs:hover {
    text-decoration: underline; 
}

#alt-menu #customer-service {
    margin-left: 48px;
}

#alt-menu #faqs {
    margin-left: 37px;
}

#secure {
    text-align: center;	
}


/* Basket
-------------------------------------------------------------- */

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.head-row {
	color: #fff;
    background-color: #c1272d; 
}

.head-row th {
	background-color: #c1272d;
}

.odd {
    background-color: #f1f1f1;
}

.odd td table {
    margin: 0;	
}


/* Checkout
-------------------------------------------------------------- */
.button a, .button button{
    display:block;
    margin:0 0 0 0;
    background-color:#c1272d;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border: none;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.button .right {
    float: right;   
}

.button .left {
    float: left;    
}

.button button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.button button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

.button button img, .button a img{
    margin:0 3px -1px 0 !important;
    padding:0;
    border:none;
    width:15px;
    height:11px;
}

.button button:hover, .button a:hover {
    //background-color: #76787a;  
}

.link img {
    margin-bottom: -1px;
}


/* Catalogue
-------------------------------------------------------------- */

.category-box-red, .category-box-grey {
    width: 160px;
    height: 167px;
    background: url(../images/category-box-red.gif) top left no-repeat;
    	
    margin-bottom: 10px;
    padding-right: 5px;
}

.category-box-red h3, .category-box-grey h3 {
	height: 27px;
    padding: 4px 25px 0 10px;
    margin: 0;
    text-align: left;
}

.category-box-grey {
    background: url(../images/category-box-grey.gif) top left no-repeat; 
}

.category-box-red h3 a, .category-box-grey h3 a {
    color: #fff;
    text-decoration: none;
}

.category-box-red h3 a:hover, .category-box-grey h3 a:hover {
    text-decoration: underline;	
}

.category-box-red img, .category-box-grey img {
    margin-left: 3px;
}
.category-box-red img.not-available, .category-box-grey img.not-available {
    margin-left: 10px;
}


#product-control table {
    margin: 0;            
}

#product-control table td {
    padding: 0;
}

#product-control a.active {
    color: #000;
}

.brand-selector {
    float: left;
    text-align: center;
    font-size: 1.2em;
}

.brand-selector a {
    padding: 10px;	
}

.brand-selector img {
    vertical-align: middle;	
}

.product-header {
	height: 26px;
    padding: 0 0  0 10px;
    background-color: #c1272d;
}

#main #content .product-header h3 {
    font-size: 1.167em;
    color: #fff;
    margin: 0;
    padding: 0;
}

.product-header-even, .product-header-odd {
	height: 26px;
	padding: 0px 0  0 10px;
    background-color: #c1272d;
}

.product-header-odd {
    background-color: #000;
}

.product-header-even h3, .product-header-odd h3 {
    padding: 0;
    margin: 0;
}

.product-header-even h3 a, .product-header-odd h3 a {
	font-size: 1.167em;
}

.product-header-even a, .product-header-odd a {
    color: #fff;
    text-decoration: none;
}

.product-header-even a:hover, .product-header-odd a:hover {
    text-decoration: underline;
}

.product-grey {
    background-color: #e7e8e9;	
}

td.product-image {
    text-align: center;
    margin: 0;
    width: 111px;
    padding: 5px 10px 0 10px;
    vertical-align: top;
}

.product-description-odd, .product-description-even, .product-description {
    vertical-align: top;
}

.product-description-even h4, .product-description h4 {
	color: #c1272d;
	font-size: 1em;
}

.product-description-odd h4 {
    color: #000;
    font-size: 1em;
}

.product-footer {
	height: 30px;
	padding: 0;
    background: url(../images/product-footer-bg.gif) top left repeat-x;	
}

.product-footer table {
    height: 30px;
    margin: 0;
}

.product-footer-left, .product-footer-right {
    color: #fff;
    font-size: 0.917em;
    padding: 0;
    vertical-align: top;
}

.product-footer-stock, .product-footer-no-stock {
    font-size: 0.917em;
    padding: 0;
    padding-top: 4px;
    vertical-align: top;
}

.product-footer-no-stock {
    text-align: right;
    background: url(../images/product-footer-spanner.gif) top right no-repeat;
    padding-right: 40px;
}

.product-footer-left {
    padding-left: 10px;
    padding-top: 4px;
}

.product-footer-right {
    width: 190px;
    text-align: left;
    background: url(../images/product-footer-spanner.gif) top right no-repeat;
    padding: 2px 0 0 0;
}

.product-footer-right .qty {
    float: left;
    margin-right: 5px;
}

.link {
    font-size: 1.167em;
    color: #c1272d;
    text-decoration: none;	
}

.link:hover {
    text-decoration: underline;
    color: #c1272d;	
}

#breadcrumb {
    margin-bottom: 25px;	
}

#breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;	
}

#breadcrumb ul li {
    display: inline;
    color: #bcbebf;	
}

#breadcrumb ul li a {
    color: #bcbebf;
}

#also-bought td table td {
    text-align: center;	
}

.red-border {
    border: 3px solid #c1272d;
}  

#pagination {
    text-align: right;
    font-size: 1.167em;	
} 

#pagination a {
    color: #c1272d;
}   

.total-products {
    width: 310px;
    color: #c1272d;
    font-size: 1.167em;
}

.total-products a {
    font-size: 0.833em;
}

.sort-by {
    text-align: right;
    color: #c1272d;
    font-size: 1.167em;
}

.sort-by select {
    width: 125px;
}


/* Footer
-------------------------------------------------------------- */

#footer {
    text-align: center;
    margin-top: 25px;
    font-size: 0.917em;
    color: #bcbebf; 
}

#footer a {
    color: #898b8d;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/* Buttons
-------------------------------------------------------------- */

.button-small a, .button-small button {
    display:block;
    margin:0 0 0 0;
    background-color:#c1272d;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border: none;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.button-small .right {
    float: right;   
}

.button-small .left {
    float: left;    
}

.button-small button {
    width:auto;
    overflow:visible;
    padding:2px 3px 2px 3px; /* IE6 */
}

.button-small button[type]{
    padding:3px 3px 2px 3px; /* Firefox */
    line-height:17px; /* Safari */
}

.button-small *:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

.sign-in-button button {
    float: left;
    width: 55px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: url(../images/sign-in.gif) top left no-repeat;	
}

.add-to-basket-button-small button {
    float: left;
    width: 105px;
    height: 21px;
    margin: 0;
    padding: 0;
    border: 0;
    background: url(../images/add-to-basket-small.gif) top left no-repeat;	
}

