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

*,div,td,p {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

h1,h2,h3 {
	color:#42424d;
	text-transform: lowercase;	
}

h1 {
	font-size:20px;
	font-weight:normal;
}

h2 {
	font-size:16px;
	font-weight:normal;
}

.boxText { 
	font-size: 10px; 
}

.errorBox { 
	font-size : 10px; 
	background: #ffb3b5; 
	font-weight: bold; 
}

.stockWarning { 
	font-size : 10px; 
	color: #cc0033; 
}

.productsNotifications { 
	background: #f2fff7; 
}

.orderEdit { 
	font-size : 10px; 
	color: #70d250; 
	text-decoration: underline; 
}

body {
  background: #ffffff;
  margin: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

form {
	display: inline;
}

tr.header {
  background: #ffffff;
}

tr.headerNavigation {
  background: #bbc3d3;
}

td.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

a.headerNavigation { 
  color: #FFFFFF; 
}

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

tr.headerError {
  background: #ff0000;
}

td.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

tr.headerInfo {
  background: #00ff00;
}

td.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

tr.footer {
  background: #bbc3d3;
}

td.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
 
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

td.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

td.infoBox, SPAN.infoBox {
  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 {
  font-size: 10px;
  background: #EEEEEE;
  color: #292a37;
  font-weight: bold;
  text-transform:uppercase;
}

td.productListing-data {
  font-size: 10px;

}

table.productListing {
	width: 750px;
	margin-left: -25px;
}

td.productListing-col,
td.productListing-col a {
  	font-size: 12px;
	padding-bottom:15px;
	color:#666666;
}

td.productListing-col img {
	padding:1px;
	background: #B0B7E3;
}

a.pageResults {
  
}

a.pageResults:hover {
 
}

td.pageHeading, 
div.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

tr.subBar {
  background: #f4f7fd;
}

td.subBar {
  font-size: 10px;
  color: #000000;
}

td.main, 
p.main {
  font-size: 11px;
  line-height: 1.5;
}

td.smallText, 
span.smallText, 
p.smallText {
  font-size: 11px;
  color:#666666;
}

td.smallText a {
	text-decoration:underline;
	color:#292a37;
}



td.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

td.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

td.fieldValue {
  font-size: 12px;
}

td.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

span.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

checkbox, 
input, 
radio, 
select {
  font-size: 11px;
}

textarea {
  width: 100%;
  font-size: 11px;
}

span.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

td.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

span.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice {
  color: #ff0000;
}

span.errorText {
  color: #ff0000;
}

.moduleRow { 

}

.moduleRowOver { 
	background-color: #D7E9F7; 
	cursor: pointer; 
	cursor: hand; 
}

.moduleRowSelected { 
	background-color: #E9F4FC; 
}

.checkoutBarFrom, 
.checkoutBarTo { 
	font-size: 10px; 
	color: #8c8c8c; 
}
.checkoutBarCurrent { 
	font-size: 10px; 
	color: #000000; 
}

/* message box */

.messageBox { 
	font-size: 10px; 
}

.messageStackError, 
.messageStackWarning { 
	font-size: 10px; 
	background-color: #ffb3b5; 
}

.messageStackSuccess { 
	font-size: 10px; 
	background-color: #99ff00; 
}

/* input requirement */
.inputRequirement { 
	font-size: 10px; 
	color: #ff0000; 
}


/* dalia styles */

.clear {
	clear:both;
}

/* search */
.dalia_input {
	border:1px solid #333333;
}

.dalia_button {
	border:1px solid #333333;
	background-color: #292a37;
	color:#FFFFFF;
	font-weight:bold;
}

.dalia_maintable {
	height:400px;
	/*margin-left: 20px;*/
	padding-left: 25px;
	padding-right: 10px;
}

.dalia_productdetailright {
	padding-left:15px;
	padding-right:15px;
}

.dalia_productdetailleft {
	padding-left:25px;
}

/* header */
.dalia_header {
	background-color: #292a37;
	height: 71px;
	width: 755px;
	margin:0 auto;
	text-align:center;
}
.dalia_logo {
	height: 71px;
	width: 227px;
	float:left;
	text-align:left;
	background: transparent url(tplfiles/DALIA-2006-2_01.gif) no-repeat left top;
	cursor: hand;
}
.dalia_headernav {
	width: 227px;
	float:right;
	text-align:right;
	margin-top:5px;
	padding-right:10px;
}

/* navigation */
.dalia_nav {
	height: 33px;
	width: 755px;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
	margin-top: 0px;
}
.dalia_navcat {
	float:left;
	text-align:left;
	padding-left:25px;
	margin-top: -2px;
	display:inline;
}

.dalia_navcat li a{
	font-size:13px !important;
}

.dalia_navcat_new, .dalia_navcat_new a {
	line-height:33px;
	font-size:13px;
	text-transform:lowercase;
	text-decoration: none !important;
	color:#292a37;
	display:inline;
	float:left;
	margin-top: -1px!important;
	margin-top: -2px;
}

.dalia_navcat_new a:hover {
	background: transparent url(tplfiles/btn_mouseover.jpg) no-repeat center 2px !important;
	background: transparent url(tplfiles/btn_mouseover.jpg) no-repeat center 4px;
}

.dalia_navsearch {
	margin-top: 2px !important;
	margin-top: 0px;
	margin-left: 20px;
	height: 33px;
	width: 210px;
	float:left;
	text-align:right;
	padding-top:5px;
	color:#292a37;
	padding-right:10px;
	text-transform: lowercase;
	font-size: 13px;
}

.dalia_currency {
	margin-top: 2px !important;
	margin-top: 0px;
	height: 33px;
	width: 175px;
	float:right;
	text-align:right;
	padding-top:5px;
	color:#292a37;
	text-transform: lowercase;
	font-size: 13px;
}

ul#topnav {
	margin:0;
	padding:0;
	list-style-type: none;
}

ul#topnav li {
	font: bold 8px/14px Geneva, Arial, Helvetica, sans-serif !important;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing: 0.01em;
	text-transform: lowercase;
}

ul#topnav li a {
	color:#FFFFFF;
}

ul#nav {
	margin:0;
	padding:0;
	list-style-type: none;
}

ul#nav li {
	/*float:left;
	display:block;
	line-height:40px;
	padding-right:20px;
	margin-top:-5px;
	font-size:14px;
	text-transform:lowercase;
	vertical-align:bottom;*/
	
	height:33px;
	font-size:16px;
	text-transform:lowercase;
	text-decoration: none !important;
	color:#292a37;
	float:left;
	padding-right:20px;
	vertical-align:bottom;
	list-style: none;
}

ul#nav a {
	color:#292a37;
	height:33px;
	text-decoration:none;
	font-size:14px;
	display:table;
	margin-top: 2px;
	padding-top: 5px;
}

ul#nav a:hover {
	background: transparent url(tplfiles/btn_mouseover.jpg) no-repeat center top;
}

/* footer */
#dalia_footer {
	width: 755px;
	display:table;
	margin:0 !important;
	text-align:center !important;
	background-color: #292a37;
	
}

.dalia_footerspacer {
	float:left;
	display:block;
	margin-right:125px;
}

.dalia_address {
	font-size: 11px;
	height: 33px;
	width: 755px;
	margin:0 auto;
	text-align:center;
	color:#292a37;
	line-height:33px;
}


#dalia_footer a {
	font: 13px/30px Helvetica, Arial, Helvetica, sans-serif;!important;
	color:#FFFFFF;
	letter-spacing: 0.04em;
	text-decoration:none;
	text-transform: lowercase;
	padding:10px;
	display: inline;
}

#dalia_footer a:hover {
	background: transparent url(tplfiles/btn_mouseover_white.gif) no-repeat center 3px;
}

/** dalia login */
.dalia_loginbox {
	border:1px solid #292a37;
	height:210px;
}

.dalia_loginboxinner {
	position:relative;
	padding:10px;
	height:140px!important;
	height:155px;
}

.dalia_loginboxbutton {
	position:relative;
	bottom:0;
	margin:0 5px 0 0;
	text-align:right;
}

.dalia_logintitle {
	margin:0;
	padding:0;
	padding-left:10px;
	background-color:#292a37;
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

/* dalia registration page */

.dalia_requirednote {
	float:right;
	text-align:right;
	color:#FF0000;
	display:block;
	margin-top:-12px;
	margin-bottom:12px;
}

.dalia_registerpartbox {
	border:1px solid #292a37;
	margin-bottom:10px;
	float:left;
	width:100%;
}

.dalia_registerboxbutton {
	display:block;
	width:100%;
	height:20px;
	background-color:#292a37;
	text-align:right;
	clear:both;
	margin-bottom:25px;
	padding-top:0px;
}



.dalia_blueline {
	background-color:#7972C1;
	width:100%;
	height:1px;
	line-height:1px;
	display:block;
	margin-top:20px;
	margin-bottom:10px;
}

.dalia_sort, .dalia_catname, .dalia_detailitem {
	/*padding-left:28px;*/
}

.dalia_paging {
	padding-right:28px;
}

.dalia_productlistnav {
	margin-bottom:15px;
}

.dalia_detailitem {
	font-weight:normal;
}

/* dalia address book page */
.dalia_buttonsmall {
	border:1px solid #292a37;
	font-size:9px;
	background-color:#FFFFFF;
	margin-left:10px;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

.dalia_textblock {
	background-color:#292a37;
	color:#FFFFFF;
	padding:3px;
	font-size:12px;
	margin-top:20px;
}
