/*
  $Id: stylesheet.css,v 1.4 2009/02/26 07:13:06 harshad Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.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; }
img { border:0px;}

BODY {
  width: 100%;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #767677;
  background-color: #AF9ECB;
}

a {
 color: #FA6598;
 text-decoration: none;
 font-size: 12px;
}

a:visited {
 color: #FA6598;
 text-decoration: none;
 font-size: 12px;
}

a:active {
 color: #FA6598;
 text-decoration: none;
 font-size: 12px;
}

a:hover {
 color: #2EB0D0;
 text-decoration: none;
 font-size: 12px;
}

FORM {
	display: inline;
	font-size: 12px;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
  font-size: 12px;
}

TD.headerNavigation {
 line-height: 18px;
	font-weight: bold;
	color: #F995B7;
	font-size: 12px;
  padding-left: 16px;
}

A.headerNavigation { 
	line-height: 18px;
	font-weight: bold;
	color: #F995B7;
	font-size: 12px;
}

A.headerNavigation:hover {
  color:#C35B7E;
	text-decoration: none;
	font-size: 12px;
}

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 {
/*  background: #b6b7cb;*/
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	background-image:url(images/side_hd_bg.jpg);
	/*background-repeat: no-repeat;*/
	text-align: center;
	color: #AF9ECB;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	width: 162px;
}

TD.infoBoxHeading_mid {
	/*background-image:url(images/side_hd_bg_mid.jpg);*/
	padding-left: 5px;
	text-align: left;
	color: #AF9ECB;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	width: 162px;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #AF9ECB;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 15px;
}

.productListing-heading:link {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #AF9ECB;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 15px;
}

.productListing-heading:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #AF9ECB;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 15px;
}

.productListing-heading:active {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #AF9ECB;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 15px;
}

.productListing-heading:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #AF9ECB;
  color: #555555;
  font-weight: bold;
  line-height: 15px;
}

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

A.pageResults { 
  color: #2EB0D0;
  font-size: 12px;
}

A.pageResults:hover {
  color: #FA6598;
  background: #eeeeee;
  font-size: 12px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #AF9ECB;
  text-align: left;
  font-weight: bold;
  padding-top: 20px;
}

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

#wrapper {	
	width: 931px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.top_text {
	width: 628px;
	height: 93px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color:#FFFFFe;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;	
}

.toplink:link { 
	color:#fffffe;
	text-decoration:none;
	font-size: 12px;
}
.toplink:visited {
	color:#fffffe;
	text-decoration: none;
	font-size: 12px;
}
.toplink:active {
	color:#fffffe;
	text-decoration: none;
	font-size: 12px;
}
.toplink:hover {
	color:#FEF0F5;
	text-decoration: none;
	font-size: 12px;
}

.top_pattern {
	background-image:url(images/top_pattern.jpg);
	background-repeat: no-repeat;
	width: 931px;
	height: 34px;
}

.navigation {
	line-height: 18px;
	font-weight: bold;
	color: #F995B7;
	padding-left: 16px;
	font-size: 12px;
}

.navigation_link:link { 
	color:#F995B7;
	text-decoration:none;
	font-size: 12px;
}
.navigation_link:visited {
	color:#F995B7;
	text-decoration: none;
	font-size: 12px;
}
.navigation_link:active {
	color:#F995B7;
	text-decoration: none;
	font-size: 12px;
}
.navigation_link:hover {
	color:#C35B7E;
	text-decoration: none;
	font-size: 12px;
}

.bottom_pattern {
	width: 931px;
	height: 32px;
	background-image:url(images/footer_pattern.jpg);
	background-repeat: no-repeat;
}

.bottomLink_text {
	text-align: center;
	font-size: 12px;
	color: #AF9ECB;
	line-height: 30px;
}

.bottom_link:link {
	color: #AF9ECB;
	text-decoration: none;
	font-size: 12px;	 
}

.bottom_link:visited {
	color: #AF9ECB;
	text-decoration: none;	
	font-size: 12px; 
}

.bottom_link:active {
	color: #AF9ECB;
	text-decoration: none;	
	font-size: 12px; 
}

.bottom_link:hover {
	color: #3D2860;
	text-decoration: none;
	font-size: 12px;	 
}

.copyright {
	text-align: center;
	font-size: 10px;
	color: #F995B7;
	line-height: 16px;
}

.side_top {
	width: 162px;
	height: 36px;
	background-image:url(images/side_top.jpg);
	background-repeat: no-repeat;
}

.side_bg {
	width: 162px;
	background-image:url(images/side_bg.jpg);
	background-repeat:repeat-y;
}

.side_link:link { 
	color:#767677;
	text-decoration:none;
	font-size: 12px;
}
.side_link:visited {
	color:#767677;
	text-decoration: none;
	font-size: 12px;
}
.side_link:active {
	color:#767677;
	text-decoration: none;
	font-size: 12px;
}
.side_link:hover {
	color:#333333;
	text-decoration: none;
	font-size: 12px;
}

.textfield {
	border: 1px solid #AF9ECB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767677;
}

.bullet {
	background-image:url(images/bullet.jpg);
	background-position:center;
	line-height: 20px;
	background-repeat: no-repeat;
}

.side_bottom {
	width: 162px;
	height: 2px;
	background-image:url(images/side_bottom.jpg);
	background-repeat: no-repeat;
}

.pressHeading {
	text-align: left;
	color: #AF9ECB;
	font-size: 15px;
	font-weight: bold;
	vertical-align:top;
}