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


/*My Account, Create Accounts, Checkoout*/

/* background header */
#header{
background-color:#FFFFFF;
}

/* background header */
#logoheader{
width: 800px;
background-image:url(images/header/logoheader.png);
background-repeat:no-repeat;
margin: auto auto auto auto;
}

#imagetop{
width: 300px;
height: 300px;
background-image:url(images/image.png);
background-repeat:no-repeat;
margin: auto auto auto auto;
}

/* centering header */
#centerpage{
	width: 800px;
	margin: auto auto auto auto;

	text-align: left;
}
/* slogan header */
#slogan{
	width: 800px;
	margin: auto auto 10px auto;
	text-align: left;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#FFFFFF;
}

/* language height */
TD.topheader {
  height: 30px;
}


/*My Account, Create Accounts, Checkoout*/
TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  height:20px;
  color: #000000;
}

A.headerNavigation { 
  color: #555555; 
}

A.headerNavigation:hover {
  color: #8560a8;
}

/* image of header */
TR.header {
  background-image:url(images/header/tophover.png);
  background-repeat: no-repeat;
  height: 40px;
  font-family:"Times New Roman", Times, serif;
  font-size:24px;
  color:#FFFFFF;
  font-style:italic;
}

/* image of star */
TR.start {
  background-image:url(images/header/headernavigation.png);
  background-repeat: no-repeat;
  height: 35px;
 font-family: Verdana, Arial, sans-serif;
  font-size:14px;
  color:#c1acd8;
}

TD.start {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  height:20px;
  color: #fff;
}

A.start { 
  color: #c1acd8;
  font-style:normal;
}

A.start:hover {
  color: #ccc;
  font-style:normal;
}

/* image of topheader */
TR.topheader {
  background-image:url(images/header/topheader.png);
  background-repeat: no-repeat;
  height: 270px;
  font-family:"Times New Roman", Times, serif;
  font-size:24px;
  color:#FFFFFF;
  font-style:italic;
}

/* breadcrumbs */
TR.headerBread {

}

TD.headerBread {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  height:16px;
  color: #000000;
}

A.headerBread { 
  color: #000000; 
}

A.headerBread:hover {
  color: #666666;
}

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


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




BODY {
  margin: 0px;
  background-image:url(images/header/bckgd.jpg);
  background-repeat:repeat-y;
}

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

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

FORM {
	display: inline;
}


.infoBox 					{background:#fff;
border-collapse:collapse;}

.infoBoxContents 			{padding:0 0 0 0; background:#fff;}

.infoBoxNotice 				{background: #fff;}

.infoBoxNoticeContents 		{font-size: 10px;font-family: tahoma;background: #fff;}

TD.infoBoxHeading 			
{
color: #ffffff;
font-size: 16px;
font-family: tahoma;
background-color:#512961;
padding:2px 2px 2px 10px;
}

TD.infoBox, SPAN.infoBox 	{font-size: 10px;font-family: tahoma;
}


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

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.productListing {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {

width: 20%;

border:1px dotted #D5D5D5; 
text-align:center;
vertical-align:top; 
padding:10 10 10 10;



  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 13px;

  color: #512961;

}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

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

TD.tableHeading {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

TEXTAREA {
  width: 100%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
}

SPAN.greetUser {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000000;
  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;
}

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

.moduleRow { }
.moduleRowOver { background-color: #ebd2f3; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ebd2f3; }

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

/* For the new products listing.php */
.pagelisting {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #9a9a9a;
}

.price {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #662d91;
  font-weight: bold;
  line-height: 1.5;
}

.description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    font-weight: bold;
}

body, html {
background-image:url(images/header/bckgd.jpg);
background-repeat:repeat-x;
  color: #000000;
  margin: 0px;
  padding:0px;
  text-align: center;
}




#Tables{ 
  border-right-width:1pt;
  border-left-width:1pt;
  border-top-width:1pt;
  border-bottom-width:1pt;
  border-right-color:#FF40FF;
  border-left-color:#FF40FF;
  border-style:solid;
  border-top-color:#FF40FF;
  border-bottom-color:#FF40FF;
  
  }

/* Footer */
#footer{
background-image:url(images/header/footer.png);
background-repeat:repeat-x;
height:180px;
}

#centerfooterpage{
	width: 800px;
	margin: auto auto 10px auto;

	text-align: left;
}

TR.footer {
width: 800px;
height:30px;
}

TD.footer {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url('images/bar.png');
  background-repeat:repeat;
  height:30px;
   color: #c1acd8;
}

TD.smallFooter, SPAN.smallFooter, P.smallFooter {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#FFFFFF;
}

A.smallFooter {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
   color: #662d91;
  font-weight: bold;
}

A.smallFooter:hover{

font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
   color: #ccc;
  font-weight: bold;
  }
  
TABLE.tabline {

  background: none;

  border-bottom: 1px #aaa solid;

}

#prductInfo{
background-color:#CCCCCC;
}

TD.producttitle, DIV.producttitle {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight:bold;
  color: #000000;
}


/* ************************************************************************************* */
.infoBoxHeading2_table			{margin:0px 0px 0px 0px;background:url(images/infoBoxHeading_table.gif) 0px 0px repeat-x #f3f3f3; }
.infoBoxHeading2_td				{background:url(images/infoBoxHeading_td.gif) 5px 11px no-repeat;
								 width:100%; height:42px;padding:13px 10px 13px 25px;}
.infoBoxHeading2_tr				{border-bottom:1px solid #e8e8e8;}								 
/* ************************************************************************************* */
.popup .infoBoxHeading2_td		{color:#182334;font-size:12px;line-height:14px;font-weight:bold;font-family:tahoma;}
.infoBoxHeading2_td				{color:#182334;font-size:12px;line-height:14px;font-weight:bold;font-family:tahoma;}
.infoBoxHeading2_td a 			{color:#182334;font-size:12px;line-height:14px;font-weight:bold;font-family:tahoma;text-decoration:none}
.infoBoxHeading2_td a:hover  	{color:#182334; text-decoration:underline;}
/* ************************************************************************************* */
.boxText li							{padding:0px 0px 0px 0px; width:100%; vertical-align:top;}
.boxText li, .boxText li a			{font-family:arial;}
.boxText ul							{list-style:none;margin:0px 0px 0px 0px;padding:0;}
.boxText .categories				{margin:0px 0px 0px 0px;}
.boxText li a 						{display:block;}
.boxText ul li div 					{padding-left:10px;}


.boxText .bg_list 					{background:url(images/bg_list_hline.gif) 0px 0px repeat-x;}
.boxText .bg_list a					{color:#1a2638; font-size:12px; line-height:2px; font-weight:normal;
									 padding:10px 0px 11px 2px;background:url(images/bg_list.gif) 0px 7px no-repeat;text-decoration:none;}
.boxText .bg_list a:hover			{color:#f7941d;text-decoration:none;}
.boxText .bg_list a b				{color:#d17100; font-weight:normal; text-decoration:none;}

.boxText .bg_list_un 				{padding:0px 0px 0px 0px;}
.boxText .bg_list_un a				{color:#1a2638; font-size:12px; line-height:2px; font-weight:normal;
									 padding:10px 0px 11px 2px;background:url(images/bg_list.gif) 0px 7px no-repeat;text-decoration:none;}
.boxText .bg_list_un a:hover		{color:#f7941d;text-decoration:none;}
.boxText .bg_list_un a b			{color:#f7941d; font-weight:normal; text-decoration:none;}
/* ************************************************************************************* */

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

td.colorchart
{
   width:16px;
   height:12px;
}

table.product p
{
  margin: 0px;
}
.style14 {
	font-size: 18px;
	font-weight: bold;
}

.style1 {font-weight: bold}
.style2 {
	font-size: 16px;
	font-weight: bold;
	color: #662d91;
}