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

.boxText { font-size: 10px; }
.errorBox { font-size : 10px; background: #FFFF00; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  height: 100%;
  font-family: Verdana, Arial, sans-serif;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #DFDFDF;
}

TR.headerNavigation {
  background: #bbc3d3;

}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #000000;
}

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

TD.footer {
  font-size: 10px;
  background-image:url(images/infobox/back_footer.gif);
  height:30px;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}
.infoBox2 {
}

.infoBoxContents2 {
  font-size: 10px;
  text-align:left;
  width:auto;
}

.infoBoxNotice {
  background: #000000;
}

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

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background-image:url(images/infobox/back_boxen.gif);
  color: #ffffff;
  height:30px;
}
TD.infoBoxHeading2 {
  font-size: 12px;
  font-weight: bold;
  color: #c11f21;
  height:24px;
  vertical-align:bottom;
}

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 {
  background: #ffffff;
}

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

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

.productListing-heading {
  font-size: 10px;
  color: #333333;
  font-weight: bold;
  height:12px;
}
a.productListing-heading {
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  height:12px;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  height:30px;
  background-image:url(images/infobox/back_boxen_2.gif);
  text-align:center;
}

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: 10px;
}

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

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

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

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

SPAN.newItemInCart {
  font-size: 10px;
  color: #000000;
}

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; }
.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: #FFFF00; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #999999; }
.imagesBoxContents {
  font-size: 10px;
}
 
/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

.linkListing-heading {
  font-size: 10px;
  font-weight: bold;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #FFFFFF;
}

TR.linkListing-even {
  background: #FFFFFF;
}
.formstyle{
  BACKGROUND:#E1E3E3;
  COLOR:#000000;	
  FONT-SIZE:12px;	
  border-width:1px;
	}

TD.category_desc {
  font-size: 11px;
  line-height: 1.5;
}
td.image_popup {
  font-size: 16px;
  font-weight: bold;
  background: #CCCCCC;
  color: #000000;
  text-align: center;
}
TD.product_extra_fields1{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
  font-weight:bold;
}
TD.product_extra_fields2{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
}
TD.product_extra_fields3{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
  font-weight:bold;
}
TD.product_extra_fields4{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
}
table.product_extra_fields {
  background-color: #CCCCCC;
  border:none;
  width:100%;
}
table.product_extra_images {
  background-color:#CCCCCC;
  border:none;
  width:200px;
}


table.header {
  background-color:#7a7b7c;
  margin-top:5px;
  margin-bottom:5px;
  height:36px;
}

TD.headerlinks {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  padding: 1px 5px;
  border: 0px solid #ccc;
  border-bottom: 0px;
  line-height: 1.5em;
  text-align:center;
}

.headerlinks a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 5px;
	border: 0px solid #ccc;
	border-bottom: 0px;
	line-height: 1.5em;
	text-align:center;
}

.headerlinks a:hover{
	background-image: url(images/shoplogos/header_back_links.jpg);
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 1px 5px;
	border: 0px solid #ccc;
	border-bottom: 0px;
	line-height: 1.5em;
	text-align:center;
}
.formstyle3{
    background-color: #cccccc;
	COLOR:#000000;	
	FONT-FAMILY:arial;	
	FONT-SIZE:10px;	
	border-width:1px;
	width:180px;
	}

.formstyle4{
    background-color: #cccccc;
	COLOR:#000000;	
	FONT-FAMILY:arial;	
	FONT-SIZE:10px;	
	border-width:1px;
	width:124px;
	}

.submitLink {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #0b4df1;
   background-color: #ffffff;
   border: none;
   cursor: pointer;
   cursor: hand;
  }
TD.main3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#ffffff;
  padding-right:5px;
  padding-left:5px;
}

.main3 a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#ffffff;
  padding-right:5px;
  padding-left:5px;
}
.main3 a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#cccccc;
  padding-right:5px;
  padding-left:5px;
  text-decoration:none;

}
TD.header_links {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#000000;
  padding-right:5px;
  padding-left:160px;
}

.header_links a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#ffffff;
  padding-right:5px;
  padding-left:5px;
}
.header_links a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#cccccc;
  padding-right:5px;
  padding-left:5px;
  text-decoration:none;
}

TD.column_left {
  padding-right:5px;
}
TD.column_right {
  padding-left:5px;
}

TD.pageHeading_name {
  text-align:center;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}
TD.pageHeading_description {
  font-size: 10px;
  color: #000000;
}
SPAN.productSpecialPrice1 {
  color: #990000;
  font-weight:normal;
  text-decoration:line-through;
}
SPAN.productSpecialPrice2 {
  color: #000000;
  font-weight:bold;
}
SPAN.productSpecialPrice3 {
  color: #cccccc;
  font-weight:normal;
  text-decoration:line-through;

}
SPAN.productSpecialPrice4 {
  color: #ffffff;
  font-weight:bold;
}
table.header_2 {
  background-image:url(images/infobox/back_header.jpg);
  height:38px;
}
table.header_4 {
  background-image:url(images/infobox/back_header_2.jpg);
  height:38px;
  padding-left:100px;
}
TD.product_price {
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  color: #000000;
  padding-top: 5px;
  padding-right:10px;

}
TD.product_price2 {
  font-size: 14px;
  color: #ffffff;
  padding-left:10px;
  font-weight:bold;
}
table.product_info {
	border: 1pt solid #cccccc;
  height:320px;
  width:190px;
}
table.main_table {
  background:#ffffff;
  border:0px;
  width:100%;
}
td.footertext {
  font-size: 10px;
  text-align:center;
  color: #333333;
}
a.footertext {
  font-size: 10px;
  text-align:center;
  color: #666666;
  font-weight:bold;
}
a.footertext:hover {
  font-size: 10px;
  text-align:center;
  color: #cccccc;
}
a.cat_1 {
width:160px;
#width:171px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
background-color: #ffffff;
display:block;
padding-left:5px;
#margin-left:2px;
padding-top:3px;
padding-bottom:3px;
border-bottom-width:1px;
border-bottom-color:#9e9c9c;
border-bottom-style:dashed;
}
a.cat_1:hover {
background-color: #e6e2e2;
display:block;
}

a.cat_2 {
width:160px;
#width:171px;
#margin-left:2px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
background-color: #e6e2e2;
display:block;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
border-bottom-width:1px;
border-bottom-color:#9e9c9c;
border-bottom-style:dashed;
}
a.cat_2:hover {
background-color: #cccccc;
display:block;
}

a.cat_3 {
width:160px;
#width:171px;
#margin-left:2px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
background-color: #e6e2e2;
display:block;
padding-left:10px;
padding-top:3px;
padding-bottom:3px;
border-bottom-width:1px;
border-bottom-color:#9e9c9c;
border-bottom-style:dashed;
}
a.cat_3:hover {
background-color: #cccccc;
display:block;
}
.main_categorie_info a{
	height: 175px;
	width: 175px;
	*width: 180px;
	border: 1pt solid #cccccc;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align:center;
}
.main_categorie_info a:hover{
	height: 175px;
	width: 175px;
	*width: 180px;
	border: 1pt solid #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: inline-block;
	text-align:center;
	background-color:#ffffff;
	color: #666666;
}
.categorie_info_2 a{
	height: 120px;
	width: 140px;
	*width: 143px;
	border: 1pt solid #cccccc;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align:center;
}
.categorie_info_2 a:hover{
	height: 120px;
	width: 140px;
	*width: 143px;
	border: 1pt solid #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: inline-block;
	text-align:center;
	background-color:#ffffff;
	color: #666666;
}
.categorie_info a{
	height: 160px;
	width: 160px;
	border: 1pt solid #cccccc;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align:center;
}
.categorie_info a:hover{
	height: 160px;
	width: 160px;
	border: 1pt solid #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: inline-block;
	text-align:center;
	background-color:#ffffff;
	color: #666666;
}

table.boxen_velouria_table {
	width:175px;
}
td.boxen_velouria_back {
  background: url("images/infobox/boxen_back.gif");
}
td.boxen_velouria_1b {
  font-family: arial;
  height: 30px;
  background: url("images/infobox/back_boxen.gif");
  font-size: 14px;
  color: #ffffff;
  font-weight : bold;
  padding: 2px;
  text-align: center;
}
td.boxen_velouria_2b {
  height: 10px;
  background: url("images/infobox/boxen_2b.gif");
}
td.boxen_velouria_backb {
  background: url("images/infobox/boxen_backb.gif");
}
.cat_images {
background-position: center;
text-align: center;
vertical-align: middle;
}
.cat_images a{
height: 40px;
width: 40px;
border: 1pt solid #cccccc;
padding-top: 1px;
}
.cat_images a:hover{
height: 40px;
width: 40px;
border: 1pt solid #666666;
padding-top: 1px;
}
.post {
display: inline-block;
background-color:#f8f5f5;
border: 1px solid #CCCCCC;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px;
}
.post a {
display: inline-block;
margin-left: auto;
margin-right: auto;
background-color:#f8f5f5;
border: 0px solid #CCCCCC;
padding-top: 1px;
padding-right: 2px;
padding-bottom: 1px;
padding-left: 1px;
}
.post a:hover{
display: inline-block;
margin-left: auto;
margin-right: auto;
background-color:#ffffff;
padding-top: 1px;
padding-right: 2px;
padding-bottom: 1px;
padding-left: 1px;
}
.cat_listing {
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-bottom: 2px;
}
.cat_listing a {
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-bottom: 2px;
}
.cat_listing a:hover{
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-bottom: 2px;
text-decoration: none;
}

