/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
*/




BODY {
  background-color: #505050;
  /* background-color: #97B101; mar+07 */
  /* background-color: #A5AF00; */
  background-image: url(/includes/templates/vitaoptical/images/background.jpg);
  background-repeat: repeat-x;
  color: #333333;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 0px;
  font: 11px tahoma, Verdana, Arial, sans-serif;
}

img {
  border:0px;
}

h1 {
  font-size:24px;
  margin-top:0.3em; 
  margin-bottom:0.3em; 
}

h3 {
  margin-bottom:0em;
}

h4 {
  font-size:11px;
}

.leftBoxContainer h3 {
  margin-top:0em;
  margin-bottom:0em;
}

h2 {
  font-size:18px;
}

p {
  margin-top:0em;
  margin-bottom:1em;
}

#mainWrapper {
  background-color: #ffffff;
  color: #333333;
  width:746px;
  margin: auto;
}

#contentMainWrapper {
  margin-left:0px;
  margin-top:0px;
}

#logoWrapper {
  margin-left:15px;
  margin-bottom:0px;
  width:225px;
  position:relative;
  top:7px;
}

#navMainWrapper {
  float:right;
  margin:0px;
}

#navMain {
  margin-right:28px;
  margin-top:0px;
  font-size:9px;
}

#navMain a {
  margin:0px;
}

a {
  color:#667700;
  text-decoration:none;
}

a:hover {
  color:#445500;
  text-decoration:underline;
}

td {
  font: 11px tahoma, Verdana, Arial, sans-serif;
}

#navColumnOne {
  vertical-align:top;
  padding-left:28px;
  padding-top:20px;
  
}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.clearBoth {
  clear:both;
}

fieldset {
  margin-bottom:0.6em;
}

#popupImage {
  background:#ffffff;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#popupImage table {
  height: 100%;
  width: 100%;
}

#popupImage td {
  text-align: center;
}


.normalprice {
  font-size:60%;
}

.productPriceDiscount {
  font-size:70%;
  color:#555500;
}

.tabTable {
  position:relative;
  top:-2em;
}

.tabTable .productListingImageContainer {
  height:55px;
  width:100%;
  text-align:left;
  margin-bottom:0px;
}

.productListingImageContainer img {
  position:relative;
  top:15px;
}

.tabTable .normalprice {
  font-size:90%;
  font-weight:bold;
  color:#333333;
}

.tabTable .productSpecialPrice {
  font-weight:bold;
  font-size:150%;
}

.tabTable .productPriceDiscount {
  font-size:110%;
  font-weight:bold;
  color:#555500;
}
  
.tabTable td {
  padding-top:0px;
  padding-bottom:0px;
  width:47%;
}

.tabTable .listingDescription {
  width:90%;
}


td.productListing-data .normalprice {
  font-size:80%;
}

td.productListing-data .productSpecialPrice {
  font-weight:bold;
}

td.productListing-data .productPriceDiscount {
  font-size:90%;
  color:#555500;
}

#productDescription {
  /*width:250px;*/
  margin-bottom:0em;
}

#productMainImage {
  position:relative;
  /*top:-4px;*/
}

#productMainImage a {
  border:none;
  text-decoration:none;
}

#productMainImage .imgLink {
  visibility:hidden;
}

#productTellFriendLink {
  margin-left:8px;
  margin-right:24px;
  position:relative;
  margin-top:-6px;
  margin-bottom:-18px;
}

/*HEADER CSS*/

TABLE.header {
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TABLE.headerNavigation {
  background-image: url(../images/tile_back.jpg);
  background-color: #abbbd3;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-size: 11px;
  font-family: tahoma;
  color: #2D2D2D;
  padding: 2px;
  padding-top: 10px;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #333333;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #a8cfff;
}

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

#productImage {
  width:280px;
}

.productDesc th {
  text-align:left;
  vertical-align:top;
  padding-bottom:0.6em;
  padding-right:0.6em;
}

.productDesc td {
  text-align:left;
  vertical-align:top;
  padding-bottom:0.6em;
}

#navColumnOne {
  padding-right:20px;
}

.centerColumn {
  width:536px;
}

#navBreadCrumb {
  padding-top:20px;
  max-width:530px;
}

.navNextPrevList {
  float:left;
}

/*ATTRIBUTES*/

#productAttributes {
/*  padding-top:0px; 
  position:relative;*/
  clear:both;
}

#productAttributes h3 {
  margin-top:0em;
  margin-bottom:0.8em;
  position:absolute;
  visibility:hidden;
}

.wrapperAttribsOptions {
  clear:both;
  margin-bottom:0.6em;
  margin-top:0px;
}

#attrib-1-0-wrapper, #attrib-2-0-wrapper, #attrib-3-0-wrapper, #attrib-4-0-wrapper, #attrib-5-0-wrapper, #attrib-6-0-wrapper, #attrib-7-0-wrapper, #attrib-8-0-wrapper, #attrib-9-0-wrapper, #attrib-10-0-wrapper, #attrib-11-0-wrapper { 
  position:absolute; 
  visibility:hidden; 
  clear:both;
}


.attribImg {
  float:left;
  width:100px;
  height:60px;
  cursor:hand; cursor:pointer;
  text-align:center;
  margin-top:0px;
  margin-bottom:8px;
  margin-right:6px;
  color:#333333;
  font-size:80%;
  font-weight:bold;
}

.attribImg .container {
  width:100px;
  height:41px;
  text-align:center;
  margin-top:0px;
}

.attribImg img {
  cursor:hand;
}


#attribSpace {
  color:#ffffff;
  font-family:tahoma, Verdana, Arial, sans-serif;
  width:100%; 
  font-size:11px;
}

#attribSpace h1 {
  margin-top:0em; 
  margin-bottom:-0.2em;
}

#attribSpace b {
  color:#ffffff;
}

#attribSpace a {
  color:#ffffff;
  text-decoration:underline;
}

#attribSpace h4 {
  margin:0px;
  margin-bottom:0.3em;
  font-size:12px;
}

#attribSpace select {
  width:180px;
}

#cartAdd {
  border:1px outset #cccc99;
  background-color: #888800;
  width:95%;
  text-align:center;
  padding-top:6px;
  padding-bottom:6px;
}

/*PRESCRIPTION*/

#lensHelp { 
	margin-top:8px;
	margin-left:3px;
	font-family:tahoma, arial, helvetica, sans-serif; 
	background-color:#999900; 
	color:#ffffff; 
	font-size:9px; 
	}


.presSpace {
  color:#ffffff;
  font-family:tahoma, Verdana, Arial, sans-serif;
  font-size:11px;
  visibility:hidden;
  position:absolute;
}

.presSpace h1 {
  margin-top:0em;
  margin-bottom:0.2em;
}

.presSpace b {
  color:#ffffff;
}

.presSpace a {
  color:#ffffff;
  text-decoration:underline;
}

.heading {
  padding-right:8px;
  text-alignment:right;
}

#prescriptionWrapper {
  visibility:inherit;
}

#prescriptionWrapper td {
  color:#ffffff;
  font-family:tahoma, Verdana, Arial, sans-serif;
  font-size:11px;
}

#prescriptionWrapper .presDesc {
  color:#ffffff;
  font-family:tahoma, Verdana, Arial, sans-serif;
  font-size:90%;
}

#prescriptionWrapper th {
  color:#ffffff;
  font-family:tahoma, Verdana, Arial, sans-serif;
  font-size:11px;
  text-align:right;
  padding-right:0.5em;
}

.presSpace legend, #prescriptionWrapper h1, #prescriptionWrapper h2, #prescriptionWrapper h3, #prescriptionWrapper h4, #prescriptionWrapper h5, #prescriptionWrapper h6, #prescriptionWrapper h7, b {
  color:#555500;
  font-weight:bold;
}

#prescriptionWrapper p {
  margin-top:0em;
  margin-bottom:1em;
}


.presOpt {
  visibility:hidden;  
  position:absolute;  
  padding:8px;  
  border:1px solid #ffffff;  
  margin-top:6px;  
  margin-bottom:12px;  
  top:0px;
  width:480px;
}

.presOptShow {
  position:relative;  
  visibility:inherit;  
  padding:8px;  
  border:1px solid #ffffff;  
  margin-top:6px; 
  margin-bottom:12px;
  top:0px;
  width:480px;
}


.centerColumn #attribSpace fieldset, .centerColumn #attribSpace legend, .centerColumn #attribSpace .inputLabel, .centerColumn #attribSpace legend input {
  margin:0em;
  border:none;
  text-align:left;
}

/* shopping cart */


#cartContentsDisplay tr {
  background-image:url('/includes/templates/vitaoptical/images/dotline.gif');
  background-repeat:repeat-x;
}


#cartContentsDisplay td {
  vertical-align:top;
  padding-top:1em;
  padding-bottom:0.4em;
}

#cartContentsDisplay th {
  text-align:left;
  padding-top:0.4em;
  padding-bottom:0.4em;
}

.cartAttribsList ul {
  margin-left:0em;
  margin-top:0em;
  padding-left:0em;
  padding-top:0em;
}

.cartAttribsList li {
  margin-left:0em;
  margin-top:0em;
  padding-left:0em;
  padding-top:0em;
}

.cartImage {
  padding-right:10px;
  padding-bottom:10px;
}

#cartProdTitle {
  font-size:120%;
  font-weight:bold;
}

#cartSubTotal {
  font-size:120%;
  font-weight:bold;
  padding-top:0.6em;
  background-image:url('/includes/templates/vitaoptical/images/dotline.gif');
  background-repeat:repeat-x;
}


/* forms */

#passwordForgotten fieldset, #timeoutDefault fieldset, #checkoutPayment fieldset, #checkoutShipping fieldset, #checkoutNewAddress fieldset, #checkoutShipAddressDefault fieldset, #createAcctDefault fieldset, #tellAFriendDefault fieldset, #accountEditDefault fieldset, #loginDefault fieldset, #contactUsDefault fieldset {
  border-width:1px;
  border-style:solid;
  /*border-color:#666600; */
  border-color:#cccccc;
  background-color:#f6f6f6;
  margin-top:1em;
  margin-bottom:1em;
  padding:10px;
}

#returncus fieldset {
  border-color:#cccccc;
  background-color:#eff6c6;
}

#passwordForgotten legend, #timeoutDefault legend, #checkoutPayment legend, #checkoutShipping legend, #checkoutNewAddress legend, #checkoutShipAddressDefault legend, #createAcctDefault legend, #tellAFriendDefault legend, #accountEditDefault legend, #loginDefault legend, #contactUsDefault legend {
  font-size:120%;
  color:#666600;
}

#passwordForgotten .inputLabel, #timeoutDefault .inputLabel, #checkoutPayment .inputLabel, #checkoutShipping .inputLabel, #checkoutNewAddress .inputLabel, #checkoutShipAddressDefault .inputLabel, #createAcctDefault .inputLabel, #tellAFriendDefault .inputLabel, #accountEditDefault .inputLabel, #loginDefault .inputLabel, #contactUsDefault .inputLabel {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  position:relative;
  top:0.4em;
}

#passwordForgotten legend input, #timeoutDefault legend input, #checkoutPayment legend input, #checkoutShipping legend input, #checkoutNewAddress legend input, #checkoutShipAddressDefault legend input, #createAcctDefault legend input, #tellAFriendDefault legend input, #accountEditDefault legend input, #loginDefault legend input, #contactUsDefault legend input {
  margin-left: 4.5em;
}

#passwordForgotten .alert, #timeoutDefault .alert, #checkoutPayment .alert, #checkoutShipping .alert, #checkoutNewAddress .alert, #checkoutShipAddressDefault .alert, #createAcctDefault .alert, #tellAFriendDefault .alert, #accountEditDefault .alert, #loginDefault .alert, #contactUsDefault .alert {
  margin-top:1em;
}

#passwordForgotten legend, #timeoutDefault legend, #checkoutPayment legend, #checkoutShipping legend, #checkoutNewAddress legend, #checkoutShipAddressDefault legend, #accountEditDefault legend {
  font-weight:bold;
}




#bannerbox2 {
  margin-top:14px;
}

#bannerbox2Heading {
  visibility:hidden;
  position:absolute;
}

.messageStackError {
  border:1px solid red;
  padding:0.4em;
  margin-bottom:1em;
}

#currenciesHeading {
	margin-top:1.2em;
	margin-bottom:0.4em;
	font-size:12px;
}

#categories {
	font-weight:bold;
}



/* SHIPPING RATES TABLE */

#shippingRates {
	width:100%;
	font-family:tahoma,verdana,arial,helvetica,san-serif;
	margin-top:0.5em;
	}

#shippingRates th +th {
	font-size:10px;
	font-weight:bold;
	background-color:#99cc00;
	padding:4px;
	}

#shippingRates th {
	font-size:10px;
	font-weight:bold;
	background-color:#ddee99;
	padding:4px;
	width:25%;
	}

#shippingRates td {
	font-size:10px;
	font-weight:normal;
	background-color:#eeeeee;
	padding:4px;
	text-align:center;
	}
	

/* PRODUCT DETAILS TABLE */

#productDetails {
	font-family:tahoma,verdana,arial,helvetica,san-serif;
	margin-top:0.5em;
	margin-bottom:1em;
	}

#productDetails th +th {
	font-size:10px;
	font-weight:bold;
	background-color:#ddee99;
	padding:4px;
	}

#productDetails th {
	font-size:10px;
	font-weight:bold;
	background-color:#99cc00;
	padding:4px;
	width:20%;
	}

#productDetails td {
	font-size:10px;
	font-weight:normal;
	background-color:#eeeeee;
	padding:4px;
	text-align:center;
	}
	
/* PRICE COMPARISON TABLE */

#comparePrices {
	width:100%;
	font-family:tahoma,verdana,arial,helvetica,san-serif;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}

#comparePrices th +th {
	font-size:9px;
	font-weight:bold;
	background-color:#99cc00;
	padding:4px;
	}
	
#comparePrices th +td +td +td +td {
	font-size:9px;
	font-weight:bold;
	background-color:#ddee99;
	padding:4px;
	}

#comparePrices th {
	font-size:9px;
	font-weight:bold;
	background-color:#eeeeee;
	padding:4px;
	width:20%;
	}

#comparePrices td {
	font-size:9px;
	font-weight:normal;
	background-color:#eeeeee;
	padding:4px;
	text-align:center;
	}