/*
  $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
*/

/* TerraNetwork Design Notes 
rgb(77,77,77); # grey for left column & header subnav 
rgb(231,10,3); # red used in buttons
rgb(255,0,0); # red used in text
rgb(153,0,0); # headings
*/

/* Pixels
Left: 180px
Middle: 604px
Right: 210px
--------------- Total = 994px



*/

/* Generic Styles */

* {font-size: 100%;}
 
html { overflow: -moz-scrollbars-vertical; } /* fixes scroll bar in Firefox */

Body {font-size: small; font-family: Verdana, Arial, sans-serif; text-align: center; margin: 0; padding: 0; background: rgb(0,0,0); color: rgb(255,255,255); }

p, ul, ol, th, td {font-size: 90%;}

td td, td td td, td td td td, td td td td td, td td td td td td,  td td td td td td td, td td td td td td td td, td td td td td td td td td {font-size: 100%;}

td ul, td ol, td p {font-size: 100%;}

a { color: rgb(255,255,255); text-decoration: none;} /* colour of links */
a:hover {color: rgb(218,33,39); } /* colour of links at mouse-over */

img {border: none;}

table {width: 100%; border-collapse: collapse; }
td {margin: 0; padding: 0; vertical-align: top;}

form table {border-collapse: separate; } /* tables within forms need a bit more spacing */

.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: rgb(255,0,0); }
.productsNotifications { background: rgb(153,0,0); }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: rgb(255,0,0);  text-decoration: underline; }
.important {font-weight: bold; font-size: 120%; color: rgb(255,0,0);}
.important a {color: rgb(255,0,0);}

hr.clear {visibility: visible; clear: both; margin: 0; padding: 0; }

/* CONTAINERS */
#container_site {width: 994px; margin: 5px auto 20px auto; text-align: left;}
td#column_left { width: 160px; background: rgb(77,77,77); padding: 0 0 20px 0; }
td#column_left_spacer {padding-right: 20px; } 
td#column_right {width: 195px; padding: 20px 0 0 15px; text-align: center; }


/* HEADER */
div#header {padding: 0; margin: 0; background: url(images/design/header_right.jpg) top right no-repeat; }

div#subnav {margin: 0; padding: 12px 5px 6px 5px; background: rgb(77,77,77) url(images/design/bg_subnav.jpg) top left repeat-x; height: 101%; overflow: auto;   }
#subnav form {float: right; width: 30em; text-align: right; margin:0 ; }
#subnav input.keywords, #subnav input.submit {display: inline;  }
#subnav input.button {background: rgb(231,10,3); color: rgb(255,255,255); }

#subnav #breadcrumb {float: left; margin: 0; padding: 0; }
#box_search {}

 
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;  }
  
/* Footer */
div#footer {padding: 0; margin: 60px 0 10px 0; background: url(images/design/bg_scroll_large.jpg) 50% 0% no-repeat; padding-top: 80px; text-align: center; font-size: 85%;  }  
  
/* COLUMN LEFT */
#box_manufacturers {width: 160px;  }
#box_manufacturers td.heading {font-weight: bold; padding: 2px 4px; text-align: center;   }

/* Category Menu */
table#box_categories {width: 160px; font-size: 95%; border-collapse: collapse; margin-bottom: 40px; }
#box_categories td.heading {font-weight: bold; padding: 10px 0 4px 5px; }
#box_categories td {padding: 2px 5px 2px 10px; border-bottom: 3px solid rgb(0,0,0); }
#box_categories td.sub1,#box_categories td.sub2, #box_categories td.sub3, #box_categories td.sub4 {}
#box_categories td.sub1 {padding-left: 23px; background: url(images/bg_sub0.gif) top left no-repeat; }
#box_categories td.sub2 {padding-left: 33px; background: url(images/bg_sub1.gif) top left no-repeat; }
#box_categories td.sub3 {padding-left: 43px;}
#box_categories td.sub4 {padding-left: 53px;}
#box_categories .cat_sel {font-weight: bold; }
#box_categories a {text-decoration: none; }


/* COLUMN RIGHT */
td#column_right a {text-decoration: none; }
td#column_right a:hover {text-decoration: none; }

/* My Account button */
div#col_account  {text-align: center; width: 100%; margin: 0 0 20px 0; }
div#col_account a {display: block; width: 180px; height: 10px; padding: 60px 0 0 0; background: url(images/design/col_account.gif) 0 0 no-repeat; margin: 0 auto; }
div#col_account a:hover {background: url(images/design/col_account.gif) -180px 0px no-repeat;}
div#col_account a:active {background: url(images/design/col_account.gif) -360px 0px no-repeat;}

/* View Basket button */
div#col_basket  {text-align: center; width: 100%; margin: 0 0 20px 0; }
div#col_basket a {display: block; width: 180px; height: 10px; padding: 60px 0 0 0; background: url(images/design/col_basket.gif) 0 0 no-repeat; margin: 0 auto; }
div#col_basket a:hover {background: url(images/design/col_basket.gif) -180px 0px no-repeat;}
div#col_basket a:active {background: url(images/design/col_basket.gif) -360px 0px no-repeat;}

/* Go to Checkout button */
div#col_checkout  {text-align: center; width: 100%; margin: 0 0 20px 0; }
div#col_checkout a {display: block; width: 180px; height: 10px; padding: 60px 0 0 0; background: url(images/design/col_checkout.gif) 0 0 no-repeat; margin: 0 auto; }
div#col_checkout a:hover {background: url(images/design/col_checkout.gif) -180px 0px no-repeat;}
div#col_checkout a:active {background: url(images/design/col_checkout.gif) -360px 0px no-repeat;}




#box_shopping_cart, #box_manufacturer_info, #box_order_history, #box_best_sellers, #box_product_notifications, #box_specials, #box_tell_a_friend, #box_reviews, #box_whats_new, #box_information, #box_currencies, #box_languages, #box_account {width: 180px; margin: 0 0 0 0;  }

#box_shopping_cart .infoBoxHeading, #box_manufacturer_info .infoBoxHeading, #box_order_history .infoBoxHeading, #box_best_sellers .infoBoxHeading, #box_product_notifications .infoBoxHeading, #box_specials .infoBoxHeading, #box_tell_a_friend .infoBoxHeading, #box_reviews .infoBoxHeading, #box_whats_new .infoBoxHeading, #box_information .infoBoxHeading, #box_currencies .infoBoxHeading, #box_languages .infoBoxHeading, #box_account .infoBoxHeading {font-weight: bold; font-size: 100%; padding: 10px 5px 2px 5px; color: black;  background: none; text-align: center; border: none;  color: rgb(153,0,0); }

#box_shopping_cart .infoBox, #box_manufacturer_info .infoBox, #box_order_history .infoBox, #box_best_sellers .infoBox, #box_product_notifications .infoBox, #box_specials .infoBox, #box_tell_a_friend .infoBox, #box_reviews .infoBox, #box_whats_new .infoBox, #box_information .infoBox, #box_currencies .infoBox, #box_languages .infoBox, #box_account .infoBox {margin: 0 5px 0 5px;  text-align: center;   }

#box_shopping_cart td, #box_manufacturer_info td, #box_order_history td, #box_best_sellers td, #box_product_notifications td, #box_specials td, #box_tell_a_friend td, #box_reviews td, #box_whats_new td, #box_information td, #box_currencies td, #box_languages td, #box_account td {text-align: center;  }

#box_shopping_cart  .infoBoxContents td, #box_manufacturer_info  .infoBoxContents td, #box_order_history  .infoBoxContents td, #box_best_sellers  .infoBoxContents td, #box_product_notifications  .infoBoxContents td, #box_specials  .infoBoxContents td, #box_tell_a_friend  .infoBoxContents td, #box_reviews  .infoBoxContents td, #box_whats_new  .infoBoxContents td, #box_information  .infoBoxContents td, #box_currencies  .infoBoxContents td, #box_languages  .infoBoxContents td, #box_account .infoBoxContents td {padding-bottom: 0;  }

#box_information .infoBoxContents td {padding-bottom: 10px; }
#box_information .infoBox {margin-bottom: 8px;}


FORM {
	display: inline;
}

#box_currencies select {width: 120px; }


/* Category Listing */
span.prod_list_img  {display: block; margin-top: 5px; }

/* CHECKOUT */
table.infoBoxBorder {border-top: 1px solid rgb(153,0,0); padding: 3px 0; }
table.infoBoxBorder, table.infoBoxBorder table {border-collapse: separate;}
table.infoBoxBorder td {padding: 2px;}





.infoBox {
/*  background: #13a0ff; changed for ISM - optional */
  background: transparent;
}

.infoBoxContents {
/*  background: #f13a0ff; changed for ISM - optional */
  background : transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

table.infoBoxContents td {padding-bottom: 15px; }

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  text-align: center; 
  font-size: 150%;
  font-weight: bold;
  padding: 5px 10px 15px 10px; 
  color: rgb(255,0,0); 
}

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 {
  
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  
}

TABLE.productListing {

}

.productListing-heading {border-bottom: 1px solid rgb(153,0,0); 	font-weight: bold; padding-bottom: 5px; }

TD.productListing-data {font-size: 95%; padding: 5px 0 0 0; border-bottom: 1px solid rgb(153,0,0); }

TD.productListing-data td {border: none;}

A.pageResults {
  color: rgb(153,0,0);
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: rgb(153,0,0);
  padding-top: 10px; 
}

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

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

.greetUser {
  color: rgb(255,0,0);
  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: rgb(255,0,0);
  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: rgb(153,0,0); cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: rgb(153,0,0); }

.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: rgb(255,0,0); color: white;  }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: rgb(153,0,0); color: white;  }

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

/* neco css categories box contribution Start */

TABLE.categ {
	border: 0px;
	border-spacing: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	vertical-align: middle;
}

TD.categ {
	vertical-align: middle;
	padding: 0px;

}


/* Mini Gallery Styling */
td#gallery { text-align: center; padding: 0 0 30px 0; }
ul#minigallery {list-style: none;  margin: 0; padding: 0; min-height: 220px;  }
#minigallery li {display: none;}
#minigallery li a img {  border: 0; margin: 5px 0; }
img#placeholder {margin: 5px 0 5px 0; }
span.imgLink {display: none; }

div#galleryNav {float: right; text-align: center; padding: 15px 0 0 0; }
#galleryNav button {padding: 0; border: none; background: black;  }
#galleryNav img  {vertical-align: middle; }


div#audioButtons {clear: left; margin-right: 75px; float: left; margin-left: 150px;   }
#audioButtons div {float: left; margin-right: 20px; }

/* back button */
#audioButtons div#audio_previous a {float: left; display: block; width: 40px; height: 32px; padding: 0; background: url(images/icon_back_buttons.gif) 0 0 no-repeat; margin: 0 auto; }
#audioButtons div#audio_previous a:hover {background: url(images/icon_back_buttons.gif) -40px 0px no-repeat;}
#audioButtons div#audio_previous a:active {background: url(images/icon_back_buttons.gif) -80px 0px no-repeat;}

/* back button */
#audioButtons div#audio_stop a {float: left; display: block; width: 40px; height: 32px; padding: 0; background: url(images/icon_stop_buttons.gif) 0 0 no-repeat; margin: 0 auto; }
#audioButtons div#audio_stop a:hover {background: url(images/icon_stop_buttons.gif) -40px 0px no-repeat;}
#audioButtons div#audio_stop a:active {background: url(images/icon_stop_buttons.gif) -80px 0px no-repeat;}

/* play button */
#audioButtons div#audio_play a {float: left; display: block; width: 40px; height: 32px; padding: 0; background: url(images/icon_play_buttons.gif) 0 0 no-repeat; margin: 0 auto; }
#audioButtons div#audio_play a:hover {background: url(images/icon_play_buttons.gif) -40px 0px no-repeat;}
#audioButtons div#audio_play a:active {background: url(images/icon_play_buttons.gif) -80px 0px no-repeat;}

/* forward button */
#audioButtons div#audio_forward a {float: left; display: block; width: 40px; height: 32px; padding: 0; background: url(images/icon_forward_buttons.gif) 0 0 no-repeat; margin: 0 auto; }
#audioButtons div#audio_forward a:hover {background: url(images/icon_forward_buttons.gif) -40px 0px no-repeat;}
#audioButtons div#audio_forward a:active {background: url(images/icon_forward_buttons.gif) -80px 0px no-repeat;}


p#galleryContent {margin-right: 75px; min-height: 260px; padding: 0; background: url(images/design/minigallery_background.jpg) 50% 0% no-repeat;  }

/* Category text */
td#cat_desc { padding: 1em 1em 1em 0; }

/* Warehouse */
div#warehouse_location {text-align: center; margin: 40px 0; }
#warehouse_location p {font-weight: bold; font-size: 100%; }


