/*
  $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
*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #999999;
	color: #636363;
	margin: 0px;
	text-align: center;
}

p {
	margin: 4px 2px;
}
p.productListingPrice {
	color: #1A5E0F;
	font-weight: bold;
}
td.productListing-data{
padding:5px 0px;
}

span.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
span.productSpecialPrice {
	font-size: inherit;
	color: #ff0000;
}
span.productStrikePrice {
	font-size: inherit;
	text-decoration: line-through;
}
span.shopColor {
	font-size: inherit;
	color: #1A5E0F;
}
span.productInfoPrice {
	font-size: 14px;
	font-weight: bold;
	color: #1A5E0F;
}

a {
	color: #1A5E0F;
	text-decoration: none;
}
a:hover {
	color: #1A5E0F;
	text-decoration: underline;
}

a.headerNavigation { 
	color: #FFF; 
}
a.headerNavigation:hover {
	color: #FFF;
	text-decoration: underline;
}

/* div styles */
div.pageWrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/* Header */
div.topheader {
	/*background: #1A5E0F url(../images/header.jpg) top no-repeat;*/
	background: #1A5E0F;
	height: 170px;
	width: 1000px;
	position: relative;
	z-index:1;
}
div.languageSelection {
	position:absolute;
	text-align: right;
	top: 10px;
	right: 5px;
	height: 30px;
	z-index:99;
}
div.searchDiv {
	position:absolute;
	text-align: right;
	top: 140px;
	right:0px;
	padding: 0;
}
div.searchManufacturer {
	padding-left:5px;
	padding-top: 7px;
}
.searchField {
	width: 200px;
}
div.topSeparator {
	clear: right;
	height: 10px;
}

div.breadcrumb {
	background: #FFFFFF url(../images/breadcrumb-bg.jpg) repeat-x;
	height: 25px;
}
div.breadcrumb p {
	color: #000000;
	padding-left: 5px;
	padding-top: 6px;
	margin: 0;
}
div.breadcrumb a {
	color: #000000;
}
div.breadcrumb a:hover {
	color: #000000;
}

/* Main content */
div.pageHeading {
	height: 35px;
	width: auto;
	margin: 0;
}
div.pageHeading div {
	float: right;
}
div.pageHeading div.dropDown {
	padding-top: 12px;
}
div.pageHeading h1 {
	background: #FFFFFF url(../images/front-header-bg.png) left top no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	margin: 5px 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 15px;
	width: auto;
	text-transform: uppercase;
}

div.pageText {
	clear: both;
	width: auto;
	padding: 0px;
	margin: 10px;
	height: auto;
}
div.pageText h1, div.pageTextFront h1, div.pageTextNoMargin h1 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 15px;
	width: auto;
	text-transform: uppercase;
	background: #FFFFFF url(../images/front-header-bg.png) left top no-repeat;
}
div.pageText h3 {
	margin-top: 10px;
}
div.pageText p {
	margin: 3px 20px;
}
div.pageTextFront p {
	margin: 3px 20px;
	text-align: justify;
}

div.pageTextNoMargin {
	width: auto;
	padding: 0px;
	margin: 0px 5px;
	height: auto;
}
div.pageTextNoMargin table {
	width: 100%;
	padding: 0px 5px;
}
div.pageTextNoMargin a {
	font-size: 14px;
}

div.pageTextFront {
	clear: both;
	width: auto;
	margin: 5px 5px;
	height: auto;
}
div.pageTextFront a {
	font-size: 14px;
}

/* Product listing */
div.productListing {
	padding: 5px 10px;
	color: #898989;
	width: auto;
}
div.productListing td {
	vertical-align: top;
}
div.productListing img {
	margin: 5px 0px;
}
div.productListing h2 {
	color: #1A5E0F;
	font-weight: bold;
	margin: 5px 5px;
}
div.productListing p {
	margin: 5px 5px;
}
div.productListingStock {
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
div.productListingStock img {
	vertical-align: middle;
}

/* Product info */
div.productInfo {
	clear: both;
	margin: 10px 30px;
	height: auto;
	color: #000;
	width: auto;
}
div.productInfo p {
	color: #000;
}
div.productInfo h4 {
	margin-top: 5px;
}
div.productInfo h5 {
	color: #1A5E0F;
	font-weight: bold;
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 7px;
}
div.pageTextNoMargin h5 {
	color: #636363;
	font-weight: bold;
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 7px;
}
div.pageTextNoMargin h5 input{
	vertical-align: bottom;
}

div.subImages {
	padding: 2px;
	float: left;
	height: 120px;
	text-align: center;
}

/* More indented text */
div.pageTextCentered {
	margin: 10px 10px;
}

/* Page buttons */
div.pageButtons {
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 20px;
	padding-bottom: 5px;
}
div.pageButtons div {
	float: right;
}
div.pageButtons p {
	color: #000000;
}

/* Footer */
div.footer {
	background-color: #FFFFFF;
	width: 100%;
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636363;
}
div.footer img {
	border: none;
}
div.footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #636363;
	margin: 0px 0px 0px 10px;
	padding-top: 7px;
	text-align: center;
}

/* */
div.pageSubHeader {
	clear: both;
	margin: 10px 20px;
}
span.pageSubHeader {
	font-size: 10px;
	font-weight: bold;
}
span.pageSubHeaderLink {
	font-size: 10px;
}
span.pageSubHeaderInfo {
	font-size: 10px;
	float: right;
	margin-right: 5px;
	color: #FF0000;
}
span.pageSubHeaderRight {
	font-size: 10px;
	float: right;
	margin-right: 5px;
}

p.prodDesc {
	text-align: justify;
	width: 160px;
}

/* Forms */
form {
	display: inline;
}
checkbox, input, radio, select {
	font-size: 11px;
}
textarea {
	width: 100%;
	font-size: 11px;
}

/* Infoboxes */
.boxText { 
	font-size: 10px; 
	padding: 2px 5px;
}

.infoBox {
	background: inherit;
}
.infoBoxContents {
	background: #D4D4D4;
	font-size: 10px;
	padding: 0px;
}
table.infoBox {
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	margin-bottom: 0px;
}
table.infoBoxHeading {
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}
td.infoBoxHeading {
	font-size: 12px;
	background-color: #9E9E9E;
	color: #ffffff;
	height: 21px;
	text-align: left;
	font-weight:bold;
}
td.infoBoxHeadingTopCorner {
	background-color: #FFFFFF;
	height: 10px;
	line-height: 5px;
}
td.infoBoxBottom {
	background-color: #D4D4D4;
	height: 10px;
	line-height: 5px;
}
td.infoBoxBottomCorner {
	background-color: #FFFFFF;
}

/* Content box */
.contentBox {
	background-color: transparent;
}

.contentBoxContents {
	background-color: transparent;
	font-size: 10px;
	padding: 0px;
}
.contentBoxContents td {
	padding-top: 5px;
	padding-bottom: 10px;
}

td.contentBoxHeading {
	font-size: 12px;
	color: #ffffff;
	height: 10px;
	text-align: center;
}
table.contentBox {
	border: none;
	margin-bottom: 0px;
}
hr.contentBoxSeparator {
	height: 1px;
	border-top: 1px #8A8A8A dotted;
}

/* Tables */
table.wrapper {
	background-color: #FFFFFF;
	border-collapse: collapse;
}

td.sideColumn {
	background-color: #FFF;
	width: 190px;
}
td.sideColumn a {
	color: #000;
	text-decoration: none;
}
td.sideColumn a:hover {
	color: #000;
	text-decoration: underline;
}
td.centerColumn {
	background-color: #FFF;
	width: 620px;
}

td.featuredList {
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 10px;
	padding-top: 10px;
}
td.pageHeading, div.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}
td.main, p.main {
	font-size: 11px;
	line-height: 1.5;
}
td.main {
	padding: 4px 0px;
}

td.smallText, span.smallText, p.smallText {
	font-size: 10px;
}

tr.odd {
	background-color: inherit;
}
tr.even {
	background-color: #FFFFCC;
}

/* General */
.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; 
}

/* Shopping cart */
table.shoppingCart {
}
tr.shoppingCart {
	text-align: center;
	color: #000;
}
p.cartTotal {
	font-size: 12px;
	color:#1A5E0F;
	font-weight: bold;
}
p.cartContents {
	font-size: 11px;
}

table.subCategories td {
	padding-bottom: 15px;
}
table.subCategories td img {
	border: 1px solid #D4D4D4;
}
table.subCategories td a {
	color:#000000;
	font-weight: bold;
}

