/*
  $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: #98989A;
  margin: 5px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}
body, th, td, p, textarea {
  font-size: 11px;
}
A {
  color: #98989A;
  text-decoration: none;
}

A:hover {
  color: #333;
  text-decoration: underline;
}
FORM {
	display: inline;
}
pre {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #8F8B60;
}
h2 {
  font-size: 15px;
  font-weight: bold;
  color: #C3D268;
}
div.separator, p.separator {
	padding-top: 20px;
	border-bottom: 1px dashed #666;
	width: 100%;
	overflow: hidden;
	height: 1px;
}
h2 {
	border-top: 1px dashed #666;
	padding-top: 5px; 
}
ul, ol, li {
	font-size: 11px;
}
table.header {
/*  background: url(images/header-bar-gradient-bg.jpg) left 46px no-repeat;*/
  margin-top: 50px;
  width: 99%;
}
.header td {
}
TR.headerNavigation {
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666;
  font-weight : bold;
  padding: 0;
  margin: 0;
}

A.headerNavigation { 
  color: #666; 
}

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

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;
}
td.footer {
	height: 20px;
	padding-right: 20px;
}
td.footer {
  font-size: 10px;
  background: url(images/header-gradient-2.gif);
  color: #333;
}
td.footer a {
  color: #333;
}
td.footer a:hover {
	text-decoration: none;
	color: #000;
}

.infoBox {
}

.infoBoxContents {
  width: 150px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  margin-left: 5px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: url(images/dashing-infobox.gif) no-repeat 5px 13px;
  color: #757575;
}

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

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

TABLE.productListing {
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #fff;
  color: #757575;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
  font-weight: bold;
  color: #757575;
}

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

SPAN.greetUser {
  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: 10px;
  color: #c76170;
  font-weight: normal;
  padding-left: 5px;
}
TD.productsPrice {
  font-size: 18px;
  font-weight: bold;
  color: #757575;
}	
SPAN.productSpecialPrice {
  color: #990000;
}

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

.moduleRow { }
.moduleRowOver { background-color: #F2F5E4; 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; color: #FF0000; padding: 3px; margin-bottom: 2px; font-weight: bold; border: 1px dotted #FF0000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #C3D268; color: #fff;}

/* input requirement */

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

.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; }
.generalWarning  { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #aa0033; }
a.generalWarning  { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #0000cc; text-decoration: underline;}


.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }



/* buy two module */
h2.buybothHeading, .buybothPrice {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #757575;
}
.buybothText {
	font-size: 12px;
}

table.prices td {
	font-size: 12px;
}
p.nopadding {
	padding: 0;
	margin: 0;
}
#sitemap li {
	list-style: decimal;
}
#sitemap li a {
	font-size: 12px;
	color: #11658F;
	font-weight: normal;
}
#sitemap li li {
	list-style: lower-latin;
}
#sitemap td {
	vertical-align: top;
}
ul#video, ul#mp3 {
	border: 1px dotted #CECECE;
	font-size: 11px;
	margin: 5px 0 0 10px;
	padding: 8px 3px 0 3px;
}
ul#video {
	width: 375px;
	height: 46px;
	/*background: #F2F2F2 url(images/filmroll-small.gif) 270px 5px no-repeat;	*/
	background: url(includes/languages/english/images/buttons/button_videoclip.gif) 295px 10px no-repeat;
}
ul#mp3 {
	width: 155px;
	background: #F2F2F2 url(images/loud-speaker.gif) 120px 2px no-repeat;	
}
ul#video li, ul#mp3 li {
	list-style: none;
	font-size: 11px; 
}
ul@video li a, ul#mp3 li a {
	text-decoration: underline;
}
p.product_description {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 12px;
}
p.product_description a {
	font-size: 12px;
}
ul.info_attributes, ul.additional_info_attributes {
	padding-left: 10px;
	margin-left: 10px;
}
ul.info_attributes li, ul.additional_info_attributes li {
	list-style: none;
	line-height: 20px;
	font-size: 11px;
}
ul.info_attributes li .label, ul.additional_info_attributes li .label {
	font-weight: bold;
}
ul.additional_info_attributes li a {
	text-decoration: underline;
	color: blue;
}
.product_details_indent {
	padding-left: 10px;
	margin-left: 10px;
}
a.elink, a.infoLink {
	text-decoration: underline;
	color: blue;
}
a.infoLink {
	cursor: help;
}
a.slink {
	text-decoration: underline;
}
.yousave {
	/*color: #81AB00;*/
	color: #cc0000;
	font-weight: normal;
}
.webprice {
	color: #CC0000;
	font-weight: normal;
}
td.wlink a {
	color: #fff;
}
td.wlink a:hover {
	color: #000;
}
form.quick_find input, form.quick_find select {
	background-color: #ccc;
}
td.gradient1 {
	background: #8F8B60 url(images/header-gradient-1.gif) repeat-y;
}
td.gradient2 {
	background: url(images/header-gradient-2.gif);
}
img.logo {
	position: absolute;
	left: 15px;
}
.headerbottom, .headerbottom a {
	color: #555;
}
.leftcoltop {
	height: 12px;
	background: url(images/column-left-top.gif) no-repeat;
}
.leftcolbody {
	background: url(images/column-left-body.gif) repeat-y;
}
.product_quantity {
	width: 60px;
}

TD.tys_descriptions {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
a.tys_descriptions {
   font-weight: bold;
}
.discount{
   color: #FF4500;
   font-weight: bold;
   font-size: 12px;
}
.security {
	position: absolute;
	right:10px;
	top: 5px;
	display:none;
}