/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

* { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

#global {
    position : absolute;
    margin-left : -500px;
    left : 50%;
    width : 1000px;
}

.content {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color : #000000;
  padding : 0px 7px 0px 7px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header td img {
  display:block;
}

TR.headerNavigation {
  margin-top : -2px; 
  height : 50px;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  background : url(images/menuBackground.png) repeat-x;
  color: #ffffff;
  vertical-align : top;
  padding : 0px 10px 10px 10px;
  margin : 0;
  text-align : center;
}

TD.headerNavigationSeparator {
  font-family: Verdana, Arial, sans-serif;
  background : url(images/menuBackground.png) repeat-x;
  color: #ffffff;
  vertical-align : top;
  padding : 0;
  margin : 0;
  text-align : right;
}

A.headerNavigation {
  color: #FFFFFF;
  margin : 0;
  padding : 0;
  font-size : 140%;
  font-weight : bold;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  border : 1px solid #4173b8;
  margin-bottom : 15px;
  background: #C0FFFF;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F8F8F8;
  padding : 7px 0 7px 0;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeadingLeft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #4173b8 url(images/boxBackground.png) repeat-x;
  color: #ffffff;
  height : 19px;
  border-top : 1px solid #4173b8;
  border-left : 1px solid #4173b8;
  padding : 0 2px 0 2px;
}

TD.infoBoxHeadingCenter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #4173b8 url(images/boxBackground.png) repeat-x;
  color: #ffffff;
  height : 19px;
  border-top : 1px solid #4173b8;
  padding : 0 2px 0 2px;
}

TD.infoBoxHeadingRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #4173b8 url(images/boxBackground.png) repeat-x;
  color: #ffffff;
  height : 19px;
  border-top : 1px solid #4173b8;
  border-right : 1px solid #4173b8;
  padding : 0 2px 0 2px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #ffffff;
}

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: #ffffff;
}

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

TABLE.productBoxes {
  border-top : 1px solid #4173b8;
  border-left : 1px solid #4173b8;
}

.productBox {
	border-bottom : 1px solid #4173b8;
	border-right : 1px solid #4173b8;
    /*padding : 5px;*/
    width : 33%;
}

.productBox .productBoxBorderTop {
	display : none;
}
.productBox .productBoxBorderBottom {
	display : none;
}

.productBoxContent {
}

.productBoxContent:hover {
}

.productBox .products_image {
	margin-bottom : 5px;
}

.productBox .products_model {
	font-size : 90%;
	margin-top : 5px;
}

.productBox .products_name {
	margin-top : 7px;
	margin-bottom : 2px;
	color:#444444;
	height : 30px;
	overflow : hidden;
}

.productBox .products_name a {
	color:#444444;
	font-size : 120%;
}

.productBox .manufacturers_name {
	margin-bottom : 7px;
	font-weight : bold;
	color:#B00000;
}

.productBox .manufacturers_name a {
	color:#B00000;
	font-size : 110%;
}

.productBox .products_description {
    text-align : left;
	margin : 0px 5px 5px 5px;
	height : 72px;
	overflow : hidden;
	font-weight : normal;
	color : #000000;
        text-align : justify; 
}

.productBox .product_note {
}

.productBox .products_price {
	margin : 2px 0 0 0;
	padding : 0 0 5px 0;
	height : 22px;
	font-weight : bold;
    border-top : 1px solid #CCCCCC;
   background: #F8F8F8;
}

.productBox .products_price .normal_price {
	padding-top : 5px;
	color : #000000;
	font-size : 140%;
	font-weight : bold;
	display : block;
}

.productBox .products_price .old_price {
	padding : 3px;
	color : #666666;
	font-size : 140%;
	font-weight : bold;
	text-decoration : line-through;
}

.productBox .products_price .special_price {
	padding : 3px;
	color : #B00000;
	font-size : 200%;
	font-weight : bold;
}

.productBox .products_price .specials_rate {
  display: none;
/*
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -5px -5px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
  color : #000000;
  */
}

.productBox .products_quantity {
}

.productBox .products_weight {
}

.productBox .products_availability {
	text-align : center;
	height : 22px;
}

.productBox .products_availability .products_lbl_stock_available {
	padding-right : 5px;
}

.productBox .products_availability .products_img_stock_available {
	vertical-align: middle;
}

.productBox .products_availability .products_text_stock_available {
	display : none;
}

.productBox .products_availability .products_lbl_stock_waiting {
	padding-right : 5px;
}

.productBox .products_availability .products_img_stock_waiting {
	vertical-align: middle;
}

.productBox .products_availability .products_text_stock_waiting {
	display : none;
}

.productBox .products_availability .products_lbl_stock_on_store {
	padding-right : 5px;
}

.productBox .products_availability .products_img_stock_on_store {
	vertical-align: middle;
}

.productBox .products_availability .products_text_stock_on_store {
	display : none;
}

.productBox .products_availability .products_lbl_stock_unavailable {
	padding-right : 5px;
}

.productBox .products_availability .products_img_stock_unavailable {
	vertical-align: middle;
}

.productBox .products_availability .products_text_stock_unavailable {
	display : none;
}

.productBox .products_score {
	text-align : center;
	height : 22px;
}

.productBox .products_score .products_score_lbl {
	padding-right : 5px;
}

.productBox .products_score .products_score_txt {
	display : none;
}

.productBox .products_buy_now {
	height : 30px;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #4173b8;
  height: 50px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F0F0F0;
  color: #000000;
  font-weight: bold;
  padding : 3px 0 3px 0;
}

.productListing-heading img {
  border : 0;
  margin-left : 5px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-top : 1px solid #4173b8;
  height : 27px;
}

.productListing-data .products_image {
	margin-top : 10px;
	height : 100px;
}

.productListing-data .products_model {
	font-size : 90%;
	margin-top : 5px;
}

.productListing-data .products_name a {
	margin-top : 7px;
	margin-bottom : 2px;
	color:#444444;
}

.productListing-data .manufacturers_name {
	margin-bottom : 7px;
	font-weight : bold;
	color:#B00000;
}

.productListing-data .products_description {
}

.productListing-data .products_note {
	text-align : left;
}

.productListing-data .products_normal_price {
	color : #000000;
	font-size : 100%;
}

.productListing-data .products_old_price {
	padding : 0 2px 0 2px;
        color: #9a9a9a;
	font-weight : bold;
	font-size : 100%;
	text-decoration : line-through;
}

.productListing-data .products_special_price {
  color : #B00000;
  padding : 0 2px 0 2px;
  font-weight : bold;
  font-size : 140%;
}

.productListing-data  .special_rate {
  display: none;
/*
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -9px -9px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
  color : #000000;
  float : right;
  display : none;
*/
}

.productListing-data .products_quantity {
}

.productListing-data .products_weight {
}

.productListing-data .products_availability {
}

.productListing-data .products_availability .products_lbl_stock_available {
	display : none;
}

.productListing-data .products_availability .products_img_stock_available {
	margin-top : 9px;
	vertical-align: middle;
	margin-bottom: 9px;
}

.productListing-data .products_availability .products_text_stock_available {
	display : none;
}

.productListing-data .products_availability .products_lbl_stock_waiting {
	display : none;
}

.productListing-data .products_availability .products_img_stock_waiting {
	margin-top : 9px;
	vertical-align: middle;
	margin-bottom: 9px;
}

.productListing-data .products_availability .products_text_stock_waiting {
	display : none;
}

.productListing-data .products_availability .products_lbl_stock_on_store {
	display : none;
}

.productListing-data .products_availability .products_img_stock_on_store {
	margin-top : 9px;
	vertical-align: middle;
	margin-bottom: 9px;
}

.productListing-data .products_availability .products_text_stock_on_store {
	display : none;
}

.productListing-data .products_availability .products_lbl_stock_unavailable {
	display : none;
}

.productListing-data .products_availability .products_img_stock_unavailable {
	margin-top : 9px;
	vertical-align: middle;
	margin-bottom: 9px;
}

.productListing-data .products_availability .products_text_stock_unavailable {
	display : none;
}

.productListing-data .products_score {
	text-align : center;
}

.productListing-data .products_score .products_score_lbl {
	display : none;
}

.productListing-data .products_buy_now {
}

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

TABLE.productCompleteBoxes {
  border-top : 1px solid #4173b8;
  border-left : 1px solid #4173b8;
}

.productCompleteBox {
  border-bottom : 1px solid #4173b8;
  border-right : 1px solid #4173b8;
}

.productCompleteBox .col1 {
	width : 150px;
}

.productCompleteBox .products_image {
	margin-top : 5px;
	text-align : center;
}

.productCompleteBox .products_model {
	font-size : 90%;
	text-align : center;
	margin-top : 5px;
}

.productCompleteBox .products_name {
	margin-top : 5px;
	color:#444444;
	float:left;
}

.productCompleteBox .products_name a {
	color:#444444;
	font-weight : bold;
	font-size : 120%;
}

.productCompleteBox .manufacturers_name {
	margin-top : 5px;
	margin-right : 10px;
	font-weight : bold;
	color:#B00000;
	float : left;
}

.productCompleteBox .manufacturers_name a {
	color:#B00000;
	font-size : 120%;
}

.productCompleteBox .products_description {
	margin-top : 10px;
	margin-bottom : 10px;
	text-align : justify;
	width : 100%;
}

.productCompleteBox .product_note {
	text-align : left;
	margin-right : 30px;
	margin-top : 10px;
	display : inline;
}

.productCompleteBox .products_price {
	text-align : right;
}

.productCompleteBox .products_price .normal_price {
	padding : 3px;
	color : #000000;
	font-size : 140%;
	font-weight : bold;
}

.productCompleteBox .products_price .old_price {
	padding : 3px;
	color : #666666;
	font-size : 140%;
	font-weight : bold;
	text-decoration : line-through;
}

.productCompleteBox .products_price .special_price {
	padding : 3px;
	color : #B00000;
	font-size : 180%;
	font-weight : bold;
}

.productCompleteBox .products_price .specials_rate {
  display: none;
/*
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -5px -5px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
  color : #000000;
  float : right;
*/
}

.productCompleteBox .products_quantity {
}

.productCompleteBox .products_weight {
}

.productCompleteBox .products_availability {
	text-align : left;
	display : inline;
}

.productCompleteBox .products_availability .products_lbl_stock_available {
	padding-right : 5px;
	font-weight : bold;
}

.productCompleteBox .products_availability .products_img_stock_available {
	vertical-align: middle;
}

.productCompleteBox .products_availability .products_text_stock_available {
}

.productCompleteBox .products_availability .products_lbl_stock_waiting {
	padding-right : 5px;
	font-weight : bold;
}

.productCompleteBox .products_availability .products_img_stock_waiting {
	vertical-align: middle;
}

.productCompleteBox .products_availability .products_text_stock_waiting {
	display : none;
}

.productCompleteBox .products_availability .products_lbl_stock_on_store {
	padding-right : 5px;
	font-weight : bold;
}

.productCompleteBox .products_availability .products_img_stock_on_store {
	vertical-align: middle;
}

.productCompleteBox .products_availability .products_text_stock_on_store {
	display : none;
}

.productCompleteBox .products_availability .products_lbl_stock_unavailable {
	padding-right : 5px;
	font-weight : bold;
}

.productCompleteBox .products_availability .products_img_stock_unavailable {
	vertical-align: middle;
}

.productCompleteBox .products_availability .products_text_stock_unavailable {
}

.productCompleteBox .products_score {
	display : inline;
	padding-left : 30px;
}

.productCompleteBox .products_score .products_score_lbl {
	padding-right : 5px;
	font-weight : bold;
}

.productCompleteBox .products_score .products_score_txt {
	display : none;
}

.productCompleteBox .products_buy_now {
	display : block;
	float : right;
	width : 30px;
	margin-right : 20px;
	margin-bottom : 10px;
}

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

.pageHeading .product_name {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #9a9a9a;
}

.pageHeading .manufacturers_name {
  padding-left : 15px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #B00000;
  display : none;
}

.pageHeading .product_model {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #9a9a9a;
}

.pageHeading .normal_price {
	padding : 3px;
	color : #000000;
	font-size : 20px;
	font-size : 100%;
	font-weight : bold;
}

.pageHeading .old_price {
	padding : 0 2px 0 2px;
        color: #9a9a9a;
	font-size : 20px;
	font-weight : bold;
	text-decoration : line-through;
	margin : 0;
	font-size : 100%;
	display:inline;
}

.pageHeading .special_price {
	padding : 0 2px 0 2px;
	color : #B00000;
	font-size : 20px;
	font-weight : bold;
	margin : 0;
	width : 10px;
	font-size : 120%;
	display:inline;
}

.pageHeading .special_rate {
  display: none;
/*
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -5px -5px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
  color : #000000;
  float : right;
*/
}

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

.productInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.productInfo .products_manufacturer {
  margin : 5px 0 5px 20px;
}

.productInfo .products_manufacturer .products_lbl_manufacturer {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_manufacturer span.products_text_manufacturer {
}

.productInfo .products_manufacturer a.products_text_manufacturer {
  text-decoration : underline;
  color : AABBDD;
}

.productInfo .products_manufacturer a.products_text_manufacturer:hover {
  text-decoration : none;
}

.productInfo .products_availability {
  margin : 5px 0 5px 20px;
}

.productInfo .products_availability .products_lbl_stock_available {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_availability .products_img_stock_available {
	vertical-align: middle;
}

.productInfo .products_availability .products_text_stock_available {
}

.productInfo .products_availability .products_lbl_stock_waiting {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_availability .products_img_stock_waiting {
}

.productInfo .products_availability .products_text_stock_waiting {
	vertical-align: top;
}


.productInfo .products_availability .products_lbl_stock_on_store {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_availability .products_img_stock_on_store {
}

.productInfo .products_availability .products_text_stock_on_store {
	vertical-align: top;
}

.productInfo .products_availability .products_lbl_stock_unavailable {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_availability .products_img_stock_unavailable {
}

.productInfo .products_availability .products_text_stock_unavailable {
	vertical-align: top;
}

.productInfo .products_availability .products_lbl_stock_upcoming {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_availability .products_img_stock_upcoming {
	vertical-align: middle;
}

.productInfo .products_availability .products_text_stock_upcoming {
  vertical-align: top;
}

.productInfo .products_score {
  margin : 5px 0 5px 20px;
}

.productInfo .products_score .products_score_lbl {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_score .products_score_txt {
  font-style : italic;
  padding-left : 5px;
  display : none;
}

.productInfo .add_to_cart {
  margin : 20px 0 20px 20px;
}

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

.reviews_score_lbl {
  padding-right : 5px;
  font-weight : bold;
}

.reviews_score_txt {
  padding-left : 5px;
  font-style : italic;
  display : none;
}

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

.specials {
  margin : 0;
  padding : 0;
}

.specials .products_image {
  display : block;
}

.specials .products_name {
  display : block;
  padding-top : 2px;
}

.specials .products_price {
  margin : 7px 5px 0 5px;
  padding : 4px 0 0 0;
  border-top : 1px solid #CCCCCC;
  font-size : 120%;
}

.specials .products_old_price {
  color : #9a9a9a;
  font-weight : bold;
  text-decoration : line-through;
  padding : 2px 2px 0 0;
  font-size : 120%;
}

.specials .products_specials_price {
  font-weight : bold;
  color : #B00000;
  padding : 2px 0 0 2px;
  font-size : 180%;
}

.specials .specials_rate {
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -9px -4px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
}

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

.whats_new {
  margin : 0;
  padding : 0;
}

.whats_new .products_image {
  display : block;
}

.whats_new .products_name {
  display : block;
  padding-top : 2px;
}

.whats_new .products_price {
  margin : 7px 5px 0 5px;
  padding : 4px 0 0 0;
  color : #000000;
  font-weight : bold;
  border-top : 1px solid #CCCCCC;
  font-size : 120%;
}

.whats_new .products_old_price {
  color : #9a9a9a;
  font-weight : bold;
  text-decoration : line-through;
  padding : 2px 2px 0 0;
  font-size : 120%;
}

.whats_new .products_specials_price {
  font-weight : bold;
  color : #B00000;
  padding : 2px 0 0 2px;
  font-size : 140%;
}

.whats_new .specials_rate {
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -9px -4px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
}

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

.products_new {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.products_new .products_price {
  margin : 5px 0 0 0;
  padding : 0;
  color : #000000;
  font-weight : bold;
  font-size : 120%;
}

.products_new .products_old_price {
  color : #9a9a9a;
  font-weight : bold;
  text-decoration : line-through;
  padding : 2px 2px 0 10px;
  font-size : 120%;
}

.products_new .products_specials_price {
  font-weight : bold;
  color : #B00000;
  padding : 2px 0 0 2px;
  font-size : 140%;
}

.products_new .specials_rate {
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -5px -3px 50px;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.pageHeading2, DIV.pageHeading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.pageHeading a.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #9a9a9a;	
  text-decoration : underline;
}

.currentCategoryHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
}

.currentCategoryHeading a.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #9a9a9a;	
  text-decoration : underline;
}

.currentCategoryHeading a.headerNavigation:hover {
  text-decoration : none;
  color : #AABBDD;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

h1 {
  border-top : 1px solid #4173b8;
  border-left : 1px solid #4173b8;
  border-right : 1px solid #4173b8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin : 0;
  padding : 3px 0 3px 5px;
  background : url(images/h1Background.png) repeat-x;
  height : 24px;
}

.pageContent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  border : 1px solid #4173b8;
  padding : 10px;
  margin : 10px 0 20px 0;
}

.pageContent * {
  font-size : 13px;
  color : #444444;
}

.pageContent h2 {
  border-bottom : 1px solid #4173b8;
  font-weight : normal;
  color:#444444;
  font-weight : bold;
  margin-top : 20px;
}

.pageContent table tr td {
  text-align : center;
}

.pageContent table tr td img {
  margin-bottom : 10px;
  border-top : 2px solid #95b9db;
  border-left : 2px solid #95b9db;
  border-right : 2px solid #95b9db;
  border-bottom : 2px solid #95b9db;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.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; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }






#menu {
	padding : 0 0 0 5px;
	margin : 0 0 0 0;
	text-align : left;
	list-style : none;
}

.smenu {
	display :none;
	margin : 0;
	padding : 0 0 0 20px;
	list-style : none;
}

.boutonMenu {
	border : 0;
	margin-right : 3px;
	text-decoration : none;
	color : #999999;
	padding : 0;
}

.boutonMenu img {
	border : 0;
}

.categorie {
	text-decoration : none;
	color : #4173b8;
}

.categorie:hover {
	color : #4173b8;
}

.tabs {
	padding : 0 10px 0 10px;
}

.tabs div a {
  font-weight : bold;
  color : #4173b8;
}

.tabs div {
  margin : 0 5px -1px 5px;
  padding : 1px 4px 2px 4px;
  border-top : 1px solid #4173b8;
  border-right : 1px solid #4173b8;
  border-left : 1px solid #4173b8;
  font-weight : bold;
  border-bottom : 1px solid #FFFFFF;
  float:left;
  background : #eeeeee;
}


.tabs div.selected {
  background : #ffffff;
}

.tabs a:hover {
  text-decoration : none;
}

.tab {
  border : 1px solid #4173b8;
  padding : 15px;
  height : 350px;
  overflow : auto;
  vertical-align : top;
}





.info{
	margin-top: 3px;
	margin-left: 20px;
}

#img {
	border : 1px solid #999999;
	background : #FFFFFF;
}

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

.newsHeading {
  position : absolute; 
  top : 10px; 
  left : 360px;
  color : #000000;
}

.newsContent {
  position : absolute;
  top : 10px; 
  left : 400px;
  text-align : left;
}

.newsContent .news {
	margin : 0;
	padding :0;
}
