/*
 $Id: stylesheet.css,v 1.1.1.1 2005/05/03 15:22:21 Baphira 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/base.css);
@import url(css/general.css);

@import url(css/autocompleter.css);
@import url(css/mooquee.css);
@import url(css/scroller.css);
@import url(css/icon_menu.css);
@import url(lightbox.css);

@import url(css/menu.css);
@import url(css/boxes.css);
@import url(css/index.css);
@import url(css/product_info.css);
@import url(css/product_listing.css);
@import url(css/shopping_cart.css);
@import url(css/contact_us.css);
@import url(css/advanced_search.css);
@import url(css/account.css);
@import url(css/create_account.css);
@import url(css/account_history.css);
@import url(css/account_history_info.css);
@import url(css/account_edit.css);
@import url(css/account_password.css);
@import url(css/account_newsletters.css);
@import url(css/address_book.css);
@import url(css/address_book_process.css);
@import url(css/password_forgotten.css);
@import url(css/checkout_shipping.css);
@import url(css/checkout_payment.css);
@import url(css/checkout_confirmation.css);
@import url(css/checkout_success.css);
@import url(css/faq.css);

@import url(css/conditions.css);
@import url(css/whatsnew_infobox.css);
@import url(css/wishlist.css);

/* - general - */
body {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana;
	font-size: 14px;
    color: #606060;
    background: #fff url(images/bground-1px.png) repeat-x left top;
}

/* Points/Rewards Module V2.1rc2a BOF */
SPAN.pointWarning {
  color: #f00;
}

.pointFaq {
  background-color:#f8f8f9;
  border: 1px dashed #bbc3d3;
  display: none;
  position: relative;
  padding:4px;
  margin:2px;
  text-align:justify;
}
/* Points/Rewards Module V2.1rc2a EOF */

/* ----------------------------------------------------- */
/* ------------------------- template ------------------ */
/* ----------------------------------------------------- */
#page {
    position: relative;
    width: 1038px;
    margin: 0 auto;
    text-align: left;
    background: transparent url(images/fond.png) no-repeat left top;
	padding-top:25px;
}

#top {
    height: 220px;
    width: 780px;
    margin: 0 0 0 10px;
    background: #444 url(images/top.jpg) no-repeat;
}

#top h1 {
    text-indent: -9999px;
	margin: 0;
}

#pageContent {
    float: left;
    width: 700px;
	height:758px;
    padding: 0px 0 0 25px;
}

#sidebar {
	float:right;
	width:280px;
	padding-top:38px;
}

#sideline{
	float:left;
	width:5px;
	height:758px;
	background: transparent url(images/sep-menu.png) no-repeat;
	margin-top:7px;
}

#breadCrumb {
    position: absolute;
    top: 220px;
    left: 0px;
    padding: 2px;
    margin: 0 0 0 10px;
    width: 776px;
    height: 20px;
    background: #00183c;
    color: #fff;
}
#breadCrumb a {
 color:white;
}
/* Footer
 ********************************************/
#footer, #baseline {
    clear: both;
    margin: 0 10px 0 10px;
    color: #807061;
    text-align: center;
}

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

#footer .copyright a:hover {
    text-decoration: underline;
}
/*-------------------------*/
/* ------- forms --------- */
input#search {
    width: 130px;
    border: 1px solid #16495C;
    padding: 1px;
    font-size: 0.9em;
}
/* ------- original --------- */
span.newItemInCart {
    color: #ff0000;
}

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

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

span.errorText {
    color: #ff0000;
}

.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;
}

form .form-valid {
	border: 1px solid #008000;
}
form .form-invalid {
	border: 1px solid #FF0000;
}

#logopages{
	float:left;
	width: 131px;
	height:152px;
	padding-right:20px;
	padding-top:10px;
}

.conform {
	size:100px;
}