/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


body {
  	background: #ffffff;
    color: #444;
	font: 11px/150% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
/**************************************************************************************************/
#wrapper {
	margin: 0 auto;
	width: 955px;
}
#header {
    background: url(images/header-right.jpg) no-repeat top right;
    height: 149px;
}
#header img.heading {
	display: block;
	float: left;
}
/* Header -  links
------------------- */
#header-links {
   width: 250px;
   float: right;
   text-align: right;
   margin: 28px 30px 0 0;
   padding: 0;
   z-index: 100;
}
#header-links ul {padding: 0; margin: 0; list-style: none;}
#header-links li {
    height: 30px;
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px 0;;
}
#header-links a{
}
#header-links a.account{
   background:url(images/btn_account.gif) no-repeat center right;
   padding:  15px 35px 15px 0;
   line-height: 30px;
}
#header-links a.cart{
   background:url(images/btn_cart.gif) no-repeat center right;
    padding:  15px 35px 15px 0;
     line-height: 30px;
}
#header-links a.register{
   background:url(images/btn_register.gif) no-repeat center right;
    padding:  15px 35px 15px 0;
     line-height: 30px;
}
/*-----------------*/

#main-content-outer {
  width: 881px;
  margin: 0 0 0 38px;
}
#left-column {
  width: 210px;
  padding: 0 33px 0 0;
  float: left;
}
#main-content {
   width: 638px;
   float: left
}
.feature {
     width: 210px;
	 margin: 10px 0;
}	
a img {	border: none; }

.clear:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clear { display: inline-block; }
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */


/* Product-Info
-------------------------------------------------------------------------------------- */
#product-info {
   background: url(images/prod-slice-bgd.gif) repeat-y;   
   width: 637px;   
   /*
    background: #23368c;
    width: 636px;
    border: 1px solid #fecb3c;
    height: 450px;
   */   
   color: #fff;
}
.product-info-left {
  /* width: 166px; */
  float: left;
  text-align: center;
  padding: 0 0 0 4px;
}
.product-info-right {
   width: 480px;
   float: left;
}
.bigtext {
    font-size: 13px;
    color: #fff; 
    padding: 4px 0px 3px 0px;
    font-weight: bold;
}
.enquire {
    padding: 4px 0px 3px 4px;
}
.spacer {
    line-height: 6px;
}
.product-info-right p {
   padding: 4px 7px 0 14px;
   color: #ffffff;
}
.product-main-image {
   border: 3px solid #fff;
}
#product-info a {
   color: #fecb3c;
   font-weight: bold;
   text-decoration: none;
}
#product-info a:hover {
   color: #fff;
   text-decoration: none;
}
.options {
   padding: 15px 0 0 7px;
   width: 166px;
}
.options label{ 
	width: 100px; 
	text-align: left; 
	float:left;
    padding:0 0 0 20px;
    margin:0px;
	}
 .options .select {
     margin: 3px;
     height: 20px;
     width: 120px;
}
.extra-images {
     clear: both;
     width: 100%;
     margin: 0 0 0 0;
     /* margin: 0 0 8px 0; */
}
.extra-image {    
    float:left;
    padding:0 7px 0 4px;
}
.extra-images img {
    border: 3px solid #fff;
}
.extra-images p {
    font-size: 14px;
    font-weight: bold;
    color: #fecb3c;
    padding: 15px 0 4px 16px;
}

.cat-images {
   float: left;
   padding: 2px 2px 2px 0px;
}
.cat-images a, .cat-images a:hover {
	color: #fff;
	text-align: center;
}
.product-listing {
    width: 638px;
	overflow:hidden;
	margin: 0;
}
.product-listing img {
	float: left;
	margin: 7px;
}
.product-listing-divider {
    background:url(images/prod-list-divider.gif) no-repeat;
	width: 638px;
	height: 7px;
}

.featured-product {
    background: url(images/home-feature-bgd.gif) no-repeat;
    width: 477px;
    height:183px;
    margin: 0px 3px 15px 0px;
    padding: 0px;
    float: left;
}

.special-product {
    background: url(images/home-specials-bgd.gif) no-repeat;
    width: 158px;
    height:183px;
    margin: 0px 0px 15px 0px;
    float: left;
    text-align: center;
}

.product-image {
    border: 3px solid #ffffff;
    width: 114px;
    margin: 7px auto 5px auto;
}

.special-product-image {
    border: 3px solid #ffffff;
    width: 114px;
    margin: 43px auto 3px auto;
}

.featured-image {
    border: 3px solid #ffffff;
    float: right;
    margin: 20px 6px 0 0;
}

.featured-details {    
    color: #fccb3e;
    width: 265px;
    text-align: right;
    float: left;
    margin: 67px 9px 0 0;
}

.new-product-details {    
    color: #fccb3e;
    float: left;
    margin: 0px 7px 0px 7px;
    width: 120px;
}

.other-links {
   color: #fccb3e;
   font-weight: bold;
}

.new-products {
    background: url(images/home-new-products-bgd.gif) no-repeat;
    width: 157px;
    height:198px;
    margin: 0px 2px 15px 0px;
    float: left;    
}

.product-name {
   color: #fccb3e;
   font-weight: bold;   
}

div.center {
   text-align: center;
   width: 157px;
}
.tell-friend {
   margin: 50px;
}
/* Search
-------------------------------------------------------------------------------------- */
#search {   
   width: 240px;
   margin: 0;
   /* margin: 0px 0px 15px 19px; */
   float: left;
   padding: 5px 0 0 38px;
}

#search div.search-box {
   width: 170px;  
   height: 20px;   
   /*margin: 10px 0px 10px 19px; */
   /* margin: 0px 0px 0px 0px; */
   float: left;
}

#search input.box {  
    border: 1px solid #e4e4e4;
	width: 150px;
	height: 20px; 
   margin: 0;
   padding: 5px 0 0 0;
}
#search div.search-button {
   float: left;   
   margin: 0;
   width: 29px;
}


/* Button classes
-------------------------------------------------------------------------------------- */
.buttons-images a{
    height: 20px;
	width: 104px;
	display: block;
	background-position: 0px 0px;
}
.buttons-images a:hover {
     background-position: -20px 0px;
}

/* Typography
-------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0 0 12px;
}
h1, h2, h3, h4, h5, h6 {
	color: #273b8e;
	font-weight: bold;
}
h1 {
	background: url(images/title-bgd.gif) no-repeat;
	height: 33px;
	font-size: 13px;
	color: #fff;
	padding: 9px 0 0 9px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
p {
   padding: 0;
   margin: 0;
}
a {
   color: #273b8e;
   text-decoration:none;
}
a:hover{
   color: #f7a300;
}
.float-right {
   float: right;
}
/* Breadcrumbs
-------------------------------------------------------------------------------------- */
#breadcrumbs {
	margin: 0;	
	/* margin: 0 0 10px 281px;*/	
	float: left;
	padding: 5px 0 0 0;
}
#breadcrumbs ul{
	color: #777;
	list-style: none;
	padding: 5px 0 0 0;
	font-size: 90%;
}
#breadcrumbs ul li { display: inline;  }
#breadcrumbs ul li a { color: #777; text-decoration: none; }
#breadcrumbs ul li a:hover { color: #23368c; }

/* Nav Top Menu
-------------------------------------------------------------------------------------- */
#nav-top {
	background: url(images/nav_bg.jpg) no-repeat;
	height: 80px;
	margin: 0 ;
	padding: 0 33px 0px 39px;
	width: 955px;
}
#nav-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav-top ul li {
	float: left;
}
#nav-top ul li a {
	background-image: url(images/navmenu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	overflow: hidden;
	width: 126px;
	text-indent: 9000px;
}

#nav-top ul li a.link1 { background-position: 0px 0px; }
#nav-top ul li a.link2 { background-position: -126px 0px; }
#nav-top ul li a.link3 { background-position: -252px 0px; }
#nav-top ul li a.link4 { background-position: -378px 0px; }
#nav-top ul li a.link5 { background-position: -504px 0px; }
#nav-top ul li a.link6 { background-position: -630px 0px; }
#nav-top ul li a.link7 { background-position: -756px 0px; }
#nav-top ul li.active a.link1, #nav-top ul li a.link1:hover { background-position: 0px -80px; }
#nav-top ul li.active a.link2, #nav-top ul li a.link2:hover { background-position: -126px -80px; }
#nav-top ul li.active a.link3, #nav-top ul li a.link3:hover { background-position: -252px -80px; }
#nav-top ul li.active a.link4, #nav-top ul li a.link4:hover { background-position: -378px -80px; }
#nav-top ul li.active a.link5, #nav-top ul li a.link5:hover { background-position: -504px -80px; }
#nav-top ul li.active a.link6, #nav-top ul li a.link6:hover { background-position: -630px -80px; }
#nav-top ul li.active a.link7, #nav-top ul li a.link7:hover { background-position: -756px -80px; }

/* Nav Menu
-------------------------------------------------------------------------------------- */
#navleftbox {
width: 210px;
background: url(images/nav-title.gif) no-repeat 0px 0px;
margin: 0;
padding: 0;
}
#nav {
margin: 0;
padding: 40px 0 0 4px;
}
#nav ul {
list-style: none;
}
#nav li {
list-style-type: none;
}
#nav li a {
background: url(images/nav-border.gif) no-repeat bottom left;
font-size: 100%;
display: block;
padding: 3px 0 3px 6px;
font-weight: bold;
color: #273b8e;
text-decoration: none;
}
#nav li a:hover {
color: #f7a300;
}
#nav li ul {
margin: 0;
padding: 0;
}
#nav li ul li a {
font-weight: normal;
padding: 3px 0 3px 18px;
}
/*#nav ul ul a:hover {
color: #f7a300;
}*/
/* Selected items */	
/*#nav li.selected {
    color:#f7a300;
}
/*#nav ul ul li.cat_lev_1 {
    font-weight: normal;
}*/
/* Footer
-------------------------------------------------------------------------------------- */
.tableBox {
    float: left;
	padding: 0 32px 0 38px;
}

/* Footer
-------------------------------------------------------------------------------------- */
#footer {
	background: url(images/footer.gif) no-repeat top center;
	clear: both;
	height: 82px;
	padding: 30px 0 0 238px;
	text-align: left;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 6px 0 0;
}
#footer ul li {
	display: inline;
	margin: 0 3px;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
}
#footer ul li a:hover {
	color: #fecb3c;
}
#footer ul li {
	color:#f7a300;
}
/* Tables
-------------------------------------------------------------------------------------- */
.mytable, .mytable-account {
	width: 636px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}
.mytable-account {
    margin: 0 0 15px 0;
}
.mytable-account  th.blue {
    background: #273b8e;
	color: #fff;
}
th {
   font-weight: normal;
}
caption {
	padding: 0;
	width: 636px;	 
	color: #273b8e;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}
th.tabletitle{
     background: #273b8e;
	 color: #fff;
}
th.tabletitle-right {
     background: #273b8e;
	 color: #fff;
	 text-align: right;
}
td {
	padding: 0;
	margin: 0;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}

.mytable th.checkoutBarFrom { 
	color: #3e52a4; 
	width: 25%;
	background: #273b8e;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #3e52a4;
	border-top: 1px solid #3e52a4;
	padding: 6px;
	text-align: left;
	}
.mytable th.checkoutBarCurrent { 
	color: #f7a300; 
	background: #273b8e url(includes/languages/english/images/buttons/btn-progress.gif) no-repeat right 5px;
	width: 25%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #3e52a4;
	border-top: 1px solid #3e52a4;
	padding: 6px;
	text-align: left;
	}
	.mytable th.checkoutBarTo{ 
	color: #fff; 
	width: 25%;
	background: #273b8e;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #3e52a4;
	border-top: 1px solid #3e52a4;
	padding: 6px;
	text-align: left;
	}
/* Form
-------------------------------------------------------------------------------------- */
fieldset{
	width: 590px;
	border: none;
	}	
	.fieldset label{ 
	width: 100px; 
	text-align: left; 
    padding:0px;
    margin:0px;
	}
.border-class {border: 1px solid #ccc; background: #f8f8f9; }
/*.fieldset .nobr {
     display:none;
}  */

.fieldset .textfield {
     margin:3px;
     height:17px;
     width:200px;
}	
.fieldset .textarea {
     margin: 3px;
     height: 60px;
     width: 200px;
}
.fieldset .select {
     margin: 3px;
     height: 17px;
     width: 200px;
}
legend{
	font-size: 95%;
	color: #1c2972;
	font-weight: bold;
	padding: 20px 0 0 0;
	width: 590px;

}
.address{
	margin: 0 0 15px 0;
}
.submitbutton {
  background-color: #1c2972;
  font-weight: bold;
  width: 110px;
  font-size: 12px;
  border: 1px solid #000;
  margin: 0 0 0 5px;;
  color: #fff;
  display: block;
}
.submitbutton:hover{
  background-color:#FFCC00;
  color:#fff;
  font-weight: bold;
  font-size: 12px;
  width: 110px;
  border: 1px solid #000;
}
.submitbutton:active{
  color:#fff;
  font-weight: bold;
  font-size: 12px;
  width: 110px;
  border: 1px solid #000;
}
.required {
   color: #FF0000;
}


/* _______________________form___________________________*/

.fieldset1 label{ 
	width: 150px; 
	text-align: right; 
	float:left;
    padding:0px;
    margin:0px;
	}
/*.fieldset .nobr {
     display:none;
}  */

.fieldset1 .textfield {
     margin:3px;
     height:20px;
     width:160px;
}	
.fieldset1 .textarea {
     margin: 3px;
     height: 60px;
     width: 160px;
}
.fieldset1 .select {
     margin: 3px;
     height: 20px;
     width: 160px;
}
.fieldset1 legend {
	font-size: 95%;
	color: #234095;
	font-weight: bold;
}
/* _______________________end form___________________________*/




.boxText { 
	font-size: 90%; 
	}

.errorBox { 
	font-size : 90%; 
	background: #ffb3b5; 
	font-weight: bold; 
	}
	
.stockWarning { 
	font-size : 90%; 
	color: #cc0033; 
	}
	
.productsNotifications { 
	background: #f2fff7; 
	}
	
.orderEdit { 
	font-size : 90%; 
	color: #70d250; 
	text-decoration: underline; 
	}
form {
	display: inline;
	}

.infoBox {
  	background: #b6b7cb;
	width: 100%;
	}

.infoBoxContents {
  	background: #f8f8f9;
	padding: 5px;
}
.infoBoxContents-login {
    float: left;
  	background: #f8f8f9;
	padding: 5px;
	width: 280px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}
.infoBoxContents-login img { padding: 5px 0;}
.infoBoxNotice {
  	background: #FF8E90;
	}

.infoBoxNoticeContents {
  	background: #FFE6E6;
  	font-size: 90%;
	}

TD.infoBoxHeading {
  	font-size: 85%;
  	font-weight: bold;
  	background: #bbc3d3;
  	color: #ffffff;
	}

TD.infoBox, SPAN.infoBox {
  	font-size: 90%;
	}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  	background: #f8f8f9;
	}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  	background: #f8f8f9;
	}

TABLE.productListing {
  	border: 1px;
  	border-style: solid;
  	border-color: #b6b7cb;
  	border-spacing: 1px;
	}

.productListing-heading {
  	background: #273b8e;
  	color: #FFFFFF;
  	font-weight: bold;
	}

TD.productListing-data {
  	font-size: 90%;
	width: 10%;
	}

A.pageResults {
  	color: #0000FF;
	}

A.pageResults:hover {
  	color: #0000FF;
  	background: #FFFF33;
	}
TR.subBar {
  	background: #f4f7fd;
	}

TD.subBar {
  	font-size: 90%;
  	color: #000000;
	}

TD.smallText, SPAN.smallText, P.smallText {
  	font-size: 90%;
	}
TD.accountCategory {
  	color: #aabbdd;
	}

TD.fieldKey {
  	font-weight: bold;
	}

TD.tableHeading {
  	font-weight: bold;
	}

SPAN.newItemInCart {
  	font-size: 90%;
  	color: #ff0000;
	}
CHECKBOX, INPUT, RADIO, SELECT {
  	font-size: 95%;
	}

TEXTAREA {
  	width: 100%;
  	font-size: 95%;
	}

SPAN.greetUser {
  	color: #f0a480;
  	font-weight: bold;
	}

TABLE.formArea {
  	background: #f1f9fe;
  	border-color: #7b9ebd;
  	border-style: solid;
  	border-width: 1px;
	}

TD.formAreaTitle {
	font-weight: bold;
	}

SPAN.markProductOutOfStock {
	color: #c76170;
  	font-weight: bold;
	}

SPAN.productSpecialPrice {
	color: #ff0000;
	}

SPAN.errorText {
  	color: #ff0000;
	}

.moduleRowOver { 
	background-color: #D7E9F7; /*cursor: pointer; cursor: hand; */
	}

.moduleRowSelected { 
	background-color: #E9F4FC; 
	}



/* message box */

.messageBox { 
	font-size: 90%; 
	}

.messageStackError, .messageStackWarning { 
	font-size: 90%; background-color: #ffb3b5; 
	}

.messageStackSuccess { 
	font-size: 90%; background-color: #99ff00; 
	}

/* input requirement */

.inputRequirement { 
	font-size: 90%; color: #ff0000; 
	}
	
