/*
  $Id: stylesheet.css,v 1.1.1.1 2005/11/03 15:22:21 stepibou Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* ------- CSS OSC --------- */
@import url(css/general.css);
@import url(css/star_product.css);
@import url(css/boxes.css);
@import url(css/whatsnew_infobox.css);
@import url(css/products_listing.css);
@import url(css/menu_cat.css);
/*
@import url(css/menu.css);

@import url(css/categories_dropdown.css);
*/



/* - general - */
body {
   width: 100%;
   margin: 0; padding: 0;
   text-align: center;
   font-size: 62.5%;
   font: 0.8em Arial,Georgia,Tahoma,sans-serif;
   color: #000;
   background: #849470;
   border-color:
}

/* ----------------------------------------------------- */
/* ------------------------- template ------------------ */
/* ----------------------------------------------------- */

#page{
       

 position: relative;
        width : 99%;
        min-width: 800px;
        max-width: 997px;
        margin: 0 auto 0 auto;		
        text-align: left;
        background: #fff;

}

/* Header
********************************************/
#top{
        

}

#topLogo {
        float: none;
        height: 175px;
        width: 997px;
	 background:url(images/header_legui.png) center no-repeat;
}

#header {
		float: right;		
}	
#top_box {
		position: absolute;
		height: 100px;
		width:470px;
		top:25px;
		right:8px;	
              border: 0px solid #1596d2;
		background:transparent;
              padding: 1px;
              font-size: 0.9em;
	}
#top h1 {
        text-indent: -9999px;
}
.banner {
	padding-left:3px;
	padding-top:6px;
	text-align:center;
}
#tab_menu{
	float:right;
	margin-top:23px;
}	
#navi_bar {
       position: absolute;
       z-index: 100;
       top: 157px;
       left: 0px;
       padding: 0 40px 0 20px;
       margin: 0 0 0 0px;
       height:18px;
       background: transparent;
       color: #fff;
}

#navi_bar a {
	   color: #fff;
}

/*------------lightbox------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/media/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/media/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*------------lightbox------------*/
#breadCrumb{
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

}

#breadCrumb a{
text-decoration: none;
color: white;

}

#long_date {
       float: right;
}

.clear_both {
       clear: both;
}

/* Content
********************************************/
#sidebar_left {
        float: left;
        left : 0px;
        margin: 7px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
        width: 175px;
        border : 0;
}

#pageContent {
        overflow: auto;
        clear: none;
        width: auto;
        min-width:400px;
        margin: 0px 5px 0px 5px;
        padding: 0px 0px 0px 0px;
}

#pageContent_IE {
        float: left;
        width: 612px;
        min-width:400px;
        margin: 0px 5px 0px 5px;
        padding: 0px 0px 0px 0px;
}

#sidebar_right {
        float: right;
        right: 0px;
        width : 175px;
        border : 0;
        padding: 0px 2px 0px 0px;
        margin: 7px 0px 0px 7px;
}

/* Footer
********************************************/
#footer{
        clear: both;
        margin: 10px 0px 0px 0px;
        height: 54px;
        border: 0px solid #000;
        background:url(images/footer.png) center repeat-x;
        padding: 0px 0px 0px 0px;
	 color: #b42942;
        text-align:center;
}


#footer p.copyright {
		position: relative;
		top: 5px !important;
		margin-top: 0px !important;
		top: 0px;
		margin-top: -5px;
}

#footer .copyright a {
		color: #b42942;
		text-decoration: underline;
}

#footer .copyright a:hover {
		text-decoration: none;
}

/*-------------------------*/


/* ------- forms --------- */
input#search {
  width:130px;
  border: 1px solid #1596d2;
  padding: 1px;
  font-size: 0.9em;
}

/* ------- original --------- */
SPAN.newItemInCart {color: #f00; }
SPAN.greetUser { color: #f0a480; font-weight: bold;}
SPAN.markProductOutOfStock { color: #c76170; font-weight: bold; }
SPAN.errorText { color: #f00;}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }