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

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

BODY {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 12px;
	color: #999;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: transparent;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: transparent;
  color: #999;
  font-weight : bold;
}

A.headerNavigation { 
  color: #999; 
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #999; 
  text-decoration: underline;
}

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: #f8f8f9;
  font-size: 10px;
}

.infoBoxContents a {
	padding: 5px;
	width: 100%;
	color: #999;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  /*font-family: Verdana, Arial, sans-serif;
  #font-size: 10px;
  #font-weight: bold;
  #background: #bbc3d3;
  #color: #ffffff;*/
  	color:#666666;
	font-family: Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	margin: 2px;
	border-bottom:1px dotted #ccc;
}

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: dotted;
  #border-color: #ccc;
  #border-spacing: 1px;
}

.productListing-heading {
  font-size: 12px;
  font-style: bold;
  #background: #b6b7cb;
  font-weight: bold;
  border-bottom:1px dotted #ccc;
}

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.pageHeadingeading {
 /* font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;*/
  	color:#666666;
	font-family: Georgia, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

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

/* Nobatik Layout - Box Set 10 */
/*   
Theme Name: Box Set
Theme URI: http://doingword.com/boxset/
Description: A simple clean and borderless layout by <a href="http://doingword.com">Paddy Ryan</a>
Author: Paddy Ryan
Author URI: http://doingword.com/
Version: 1.2
.
You may edit this theme in part or in full,
but please keep credits intact, particularly in
the footer, and re-direct rather than re-disribute.

Full support for this theme, and updates and hacks
can be found at the supplied THEME URI.

The head image used on default for this theme was obtained from:
	http://www.2desktop.com/
with an unknown artist.

Comment structure and icons originally designed by Sebastian Schmieg from:
	http://www.kingcosmonaut.de/
on his Wordpress theme, "Blixed".

THIS THEME IS NOT YET STABLE IN INTERNET EXPLORER
.
*/



body {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 12px;
	color: #999;
	background-image: url(./includes/box-set-10/images/bg.png);
}


/* MAIN BODIES
-------------------------*/
#container {
	margin: 0 auto;
	width: 650px;
	background-color: transparent;
	border: 20px solid transparent;
}

#headimg {
	width: 610px;
	border: 20px solid #fff;
	background-color: #fff;
}

#menu {
	width: 610px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-color: #fff;
	list-style: none;
	margin: 0;
}

#main {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 610px;
	background-color: #fff;
	padding: 20px;
}

#side {
	float: right;
	width: 200px;
	background-color: transparent;
}

#foot {
	clear: both;
	width: 610px;
	padding: 20px;
	background-color: #fff;
}


/* MAIN MENU
-----------------------------------*/

#menu li {
	float: left;
	vertical-align: middle;
	text-decoration:none;
}

#menu a.blog {
	margin-top:0px;
	display: block;
	color: #999;
	background-color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align: center;
}

#menu a.blog:hover, #menu a.blogA:hover {
	display: block;
	color:#ffffff;
	background-color:#359ACD;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align:middle;
}

#menu a.blogA {
	margin-top:0px;
	display: block;
	color:#359ACD;
	background-color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align: center;
}

#menu a.about {
	margin-top:0px;
	display: block;
	color: #999;
	background-color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align: center;
}

#menu a.about:hover, #menu a.aboutA:hover {
	display: block;
	color:#ffffff;
	background-color:#E0DB13;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align:middle;
}

#menu a.aboutA {
	margin-top:0px;
	display: block;
	color:#E0DB13;
	background-color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align: center;
}

#menu a.shop {
	margin-top:0px;
	display: block;
	color: #999;
	background-color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align: center;
}

#menu a.shop:hover {
	display: block;
	color:#ffffff;
	background-color:#F980B5;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align:middle;
}

#menu a.shop:hover, #menu a.shopA:hover {
	display: block;
	color:#ffffff;
	background-color:#F980B5;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align:middle;
}

#menu a.shopA {
	margin-top:0px;
	display: block;
	color: #F980B5;
	background-color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align: center;
}
#menu a.imp {
	font-size:9px;
	margin-top:0px;
	display: block;
	color: #999;
	background-color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align: center;
}

#menu a.imp:hover, #menu a.impA:hover {
	font-size:9px;
	display: block;
	color:#ffffff;
	background-color:#70C944;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align:middle;
}

#menu a.impA {
	font-size:9px;
	margin-top:0px;
	display: block;
	color:#70C944;
	background-color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	width:60px;
	height:30px;
	vertical-align: middle;
	text-align: center;
}

#amenu li a {
	height: 15px;
	color: #333;
	width: 80px;
	background-color: #fff;
	border-bottom: 1px solid #ff9900;
	vertical-align: middle;
}

#amenu li a:hover {
	height: 15px;
	color: #333;
	width: 80px;
	background-color: #fff;
	border-bottom: 1px solid #ff9900;
	vertical-align: middle;
}

#navigation {
	float: left;
}

#feed {
	float: right;
	padding-bottom: 10px;
	text-align:right;
}

#feed img {
	border: 0px;
}



/* HEADINGS 
-----------------------------------*/
h1, h1 a, h2, h2 a, h3 a, h4 a {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#333333;
	font-family: Georgia, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

#box {
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, "sans serif";
	color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 160px;
	background-color: #fff;
	padding: 20px;
	list-style: none;
}

#centered {
	margin: 0 auto;
	text-align: center;
}

#centered #s {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
}

#centered:hover {
	color: #666;
}

#centered a {
	color: #666;
	text-decoration: none;
}

#centered a:hover {
	color: #333;
	text-decoration: none;
}

#centered2 {
	color: #999;
	margin: 0 auto;
	text-align: center;
}

#centered2 a {
	color: #666;
	text-decoration: none;
}

#centered2 a:hover {
	color: #333;
	text-decoration: none;
}


#box h3 {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	margin: 2px;
}

#box li {
	padding: 5px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

#box li:hover {
	color: #666;
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
}

#box li a {
	color: #999;
}

#box li a:hover {
	color: #666;
}

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

#boxx {
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, "sans serif";
	color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 160px;
	background-color: #fff;
	padding: 20px;
	list-style: lower-roman;
}

#boxx h3 {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	margin: 2px;
}

#boxx li {
	padding: 5px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

#boxx li:hover {
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
}

#boxx li a {
	color: #666;
}

#boxx li a:hover {
	color: #333;
}

#boxx ul {
	list-style: lower-roman;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}




/* LINKS
-----------------------------------*/
a {
	text-decoration: none;
}

a img {
	border: 1px solid #eee;
	padding: 3px;
}

/* COMMENTS
-----------------------------------*/

#comments a {
	color: #666;
}

#comments a:hover {
	color: #ff9900;
}

#comments ul {
	margin: 0;
	padding: 0;
}

#comments li {
	list-style-type: none;
	background-color: #fafafa;
	border: 1px solid #f3f4f4;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

.header {
	padding: 4px;
	background: #f3f4f4;
}

#comments fieldset {
	border: 0px;
}



/* ENTRY
------------------------------------*/

.entry img {
	background-color: #fafafa;
	border: 1px solid #ff9900;
	padding: 5px;
}

.entry {
	padding-bottom: 40px;
	text-align: justify;
}

.entry a {
	color: #666;
}

.entry a:hover {
	color: #333;
}

.info {
	background-color: #eee;
}

.entry .info {
	padding: 5px;
	padding-left:15px;
	background: url("images/post.gif") center left no-repeat;
	background-color: #fafafa;
	border: 1px solid #f3f4f4;
}

.entry .info a {
	color: #949494;
}

.entry .info a:hover {
	color: #666;
}

.hidetxt {
	color: #fff;
}

.entry blockquote {
	padding: 3px;
	background-color: #fafafa;
}

.entry li {
	list-style-type: circle;
}

label {
	width: 60px;
	float: left;
}

#author, #email, #url, #comment, #comments #submit {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
}

/* SEARCH
-------------------------------------------*/

#search {
	border: 0px;
}

#searchbutton {
	background-color: #fff;
	border: 1px solid #999;
}
