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

@charset "utf-8";

* { 
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
     
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #ebebeb;
	font-family: "Lucida Grande", Lucida, sans-serif;

}

html {
	padding: 0;
	margin: 0;
	
}

#border {
	
  margin: 0 auto auto;
  width: 900px;
  
}


#container {
  
  text-align: left;	
}




/* NAVIGATION */

#navlist {

	font-family: "Lucida Grande", Lucida, sans-serif;
	margin: auto;
	text-align: center;
	border-top: 1pt solid silver;
	border-bottom: 1pt solid silver;
}

#navlist li {
	list-style: none;
	display: inline;
}

#navlist li a {
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	padding: 1px 0.5em;
	color: black;
}

#navlist li a:link {
	color: #000;
	text-decoration: none;
}

#navlist li a:visited {
	color: black;
}

#navlist li a:hover {
	color: #fff;
	background: #c5d2d2;
	text-decoration: none;
}

p {
	margin-top: 20px;
}

.boxText {  font-size: 12px;
	padding: 10px;
	text-transform: capitalize;
	background: url(images/bullet.gif) fixed;
}
.errorBox {  font-size : 10px; background: #f42418; font-weight: bold; }
.stockWarning {  font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  font-size : 10px; color: #70d250; text-decoration: underline; }


A {
  color: #191919;
  text-decoration: none;
	font-size: 12px;
}

A:hover {
  color: #000;
  text-decoration: none;
}

.productImage {
	margin: 2px;
	padding: 2px;
	
}

FORM {
	display: inline;
}


/* additions */

.main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}


.header {
	height: 57px;
	background: #212121;
}

.block_header {
	margin: 0 auto;
	width: 950px;
	padding: 0;
	border: none;
}

.logo {
	float: left;
	padding: 0;
	margin: 0;
	width: 357px;
}

/* menu */

.menu {
	padding: 0;
	margin: 0;
	
	float: right;
}

.menu ul {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	border: 0;
	
}

.menu ul li {
	
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	
}

.menu ul li a {
		
	padding: 0px 17px;
	color: #fff;
	font: normal 12px  Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	
}

.menu ul li a:hover {
	color: #cabfa1;
}

.menu ul li a.active {
	color: #cabfa1;
}



.slider2 {
	background: #fff url(/assets/images/slider_bg2.gif) top repeat-x;
	margin: 0 auto;
	padding: 0;
	height: 25px;
}

.slider2_resize {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	
}



.capriola_resize2 {
	background: url(/assets/images/bg_body_top2.gif) top repeat-x;
	height: 46px;
}

.capriola_resizee {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0;
}



.footer {
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #fff;
	background: #e1e1e1;
}

.footer_resize {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

.footer p {
	font: normal 11px  Arial, Helvetica, sans-serif;
	color: #5f5f5f;
}

.footer a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #5f5f5f;
	padding: 5px 5px;
	margin: 0;
	text-decoration: none;
}

.footer img {
	margin: 2px 5px;
	padding: 0;
}

.footer p.leftt {
	text-align: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	float: left;
}

.footer p.rightt {
	text-align: right;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	float: right;
}

p.clr, .clr {
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

li.bg, .bg {
	clear: both;
	border-top: 1px solid #dcdcdc;
	padding: 0;
	margin: 20px 0;
	background: none;
	line-height: 0;
}

/* end -additions */


TR.header {
  background: #d3cfcd;
}

TR.headerNavigation {
}

TD.headerNavigation {
  color: #ffffff;
 
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer1 {
}

TD.footer1 {
	text-indent: 5px;
	font-size: 12px;
}

.infoBox {
  background: gray;
  
}

.infoBoxContents {
  background: #f8f8f9;
  
  font-size: 13px;
	color: #000;
}

.infoBoxNotice {
  background: red;
}


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

TD.infoBoxHeading {
  
  font-size: 13px;
  font-weight: bold;
  background: #ab9e8e;
  color: #ffffff;
  text-indent: 4px;
	border-top: thin solid white;
	border-bottom: thin solid white;
	text-transform: uppercase;
}

TD.infoBoxHeading img {
	border: thin solid silver;
	margin: 5px;
}

TD.infoBox, SPAN.infoBox {
  
  font-size: 13px;
}

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-size: 13px;
  background: #ac5700;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  
  font-size: 13px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  
  font-size: 20px;
  font-weight: bold;
  color: maroon;
	letter-spacing: -1px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 13px;
  color: #000000;
}

TD.main, P.main  {
  
    font-size: 15px;
	margin: 10px;
	padding: 10px;
	color: #000;
	text-align: justify;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 13px;
}

TD.sloganText, SPAN.sloganText, P.sloganText {
	  font-size: 8px;
	  letter-spacing: 8px;
	text-transform: uppercase;
	color: silver;
}


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

TD.fieldKey {
  
  font-size: 13px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 13px;
}

TD.tableHeading {
  
  font-size: 13px;
  font-weight: bold;
}

SPAN.newItemInCart {
  
  font-size: 13px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  
  font-size: 11px;
}

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

SPAN.greetUser {
  font-size: 14px;
  color: navy;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 13px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 13px;
  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: #f2e0b2; }

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

/* message box */

.messageBox {  font-size: 13px; }
.messageStackError, .messageStackWarning {  font-size: 13px; background-color: #f42418;
	color: white;
}
.messageStackSuccess {  font-size: 13px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 13px; color: #ff0000; }

