/************************************/
/* MAIN DEFINITIONS                 */
/************************************/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #D1E3AC;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7D4933;
}

a:link {
	color: #F48200;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #F48200;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #F48200;
	text-decoration: underline;
}
a:active {
	color: #F48200;
	text-decoration: underline;
}

img {
	border-color: #FFFFFF;
}
form {
	display: inline;
}
checkbox, input, radio, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.inputField {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #7D4933; 
	background-color: #FFFFFF; 
}
textarea.textArea {
	border: 1px solid #7D4933; 
	font-size: 11pt;
}
input.radio {
	font-size: 11px;
	color: #000000;
}
select.pullDown {
	background-color: #FFFFFF; 
	font-weight: normal; 
	font-size: 11px; 
	color: #000000;
}


/***** HEADER *****/

tr.header {
	background: #FFFFFF;
}

.headerTopTable {
	height: 32px;

}
.headerTopTableLeft {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	border: none;
	width: 333px;
}
.headerTopTableRight {
}

.headerLogoImage {
	background-color: #FFFFFF;
	border: none;
}

table.headerNavigation {
}
tr.headerNavigation {
}

td.headerNavigation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	border-top: 1px solid #65A421;
	border-bottom: 1px solid #65A421;
	color: #555555;
	font-weight : normal;
}
a.headerNavigation:link {
	color: #555555; 
}
a.headerNavigation:visited {
	color: #555555; 
}
a.headerNavigation:hover {
	color: #555555;
}
a.headerNavigation:active {
	color: #555555;
}

td.headerNavigationGreet {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	border-bottom: 1px solid #65A421;
	color: #555555;
	font-weight : normal;
	height: 22px;
}
a.headerNavigationGreet:link {
	color: #555555; 
}
a.headerNavigationGreet:visited {
	color: #555555; 
}
a.headerNavigationGreet:hover {
	color: #555555;
}
a.headerNavigationGreet:active {
	color: #555555;
}

tr.headerError {
	background: #FF0000;
}
td.headerError {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FF0000;
	color: #FFFFFF;
	font-weight : bold;
	text-align : center;
}

tr.headerInfo {
	background: #00FF00;
}
td.headerInfo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #00FF00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

/***** FOOTER *****/

table.footer {
}
tr.footer {
}
td.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/foot_bkg.jpg);
	color: #FFFFFF;
	font-weight: normal;
	height: 37px;
	border-top: none;
	border-bottom: 1px none #65A421;
	padding-top: 18px;
}
td.footer a:link {
	color: #7D4933;
	text-decoration: none;
}
td.footer a:visited {
	color: #7D4933;
	text-decoration: none;
}
td.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
td.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/***** BOXES *****/

.infoBox {
	background-color: #65A421;
}
.infoBoxContents {
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.infoBoxNotice {
	background-color: #65A421;
}
.infoBoxNoticeContents {
	background: #A4B6D9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.infoBoxHeading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(images/info1.jpg);
	background-repeat: no-repeat;
	border: solid 1px #65A421;
	border-bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 36px;
	padding-top: 0px;
	height: 35px;
}
td.infoBox, span.infoBox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/***** ROW COLORS *****/

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


/***** CHECKOUT BAR *****/

.checkoutBarFrom, .checkoutBarTo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8C8C8C;
}
.checkoutBarCurrent {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


/***** MODULE ROW COLORS *****/

.moduleRow {
	background-color: #FDF4DF;
}
.moduleRowOver {
	background-color: #FFECE8;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #EBF5DE; 
}


/***** INPUT REQUIREMENT *****/

.inputRequirement {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}


/***** MESSAGE BOX *****/

.messageBox { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px; 
}
.messageStackError, .messageStackWarning {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFB3B5;
	padding:5px 5px 5px 5px;
}
.messageStackSuccess {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #AAEEAA;
	padding:5px 5px 5px 5px;
}


/***** PRODUCT LISTING *****/

table.productListing {
	border: 0px solid #FFFFFF;
	border-spacing: 1px;
}

.productListing-heading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	color: #7D4933;
	font-weight: bold;
}

td.productListing-data {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.productListing-data-desc {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	height: 80px;
}

a.productListing-name:link {
  font-weight: normal;
  font-size: 11px;
}
a.productListing-name:visited {
  font-weight: normal;
  font-size: 11px;
}
a.productListing-name:hover {
}
a.productListing-name:active {
}


/***** FORM AREA *****/

table.formArea {
	background: #FDF4DF;
	border: 1px solid #555555;
}
td.formAreaTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/***** PAGE RESULTS *****/

a.pageResults:link {
}
a.pageResults:visited {
}
a.pageResults:hover {
  color: #FF0000;
}
a.pageResults:active {
  color: #FF0000;
}


/***** SUB BAR *****/

tr.subBar {
	background: #F4F7FD;
}
td.subBar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


/***** BUTTONS *****/

#button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size:11px;
	background-color: #FFFFFF;
	color: #000000;
}
#button ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #C0C0C0;
}
#button li {
	border-bottom: 1px solid #C0C0C0;
	margin: 0;
	width: 100%;
}
#button li a {
	display: block;
	padding: 3px;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	background-color: #EEEEEE;
	color: #7D4933;
	text-decoration: none;
	width: 100%;
}
html>body #button li a {
	width: auto;
}
#button li a:hover {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background-color: #C0C0C0;
	color: #333333;
}
#button li.selected  a {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background-color: #666666;
	color: #FFFFFF;
} 


/***** PROMOCJE *****/

a.promocje:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F48200;
	font-weight: bold;
}
a.promocje:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F48200;
	font-weight: bold;
}
a.promocje:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F48200;
	font-weight: bold;
}
a.promocje:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F48200;
	font-weight: bold;
}
td.promocjeText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.promocjeHeading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/info2.jpg);
	background-repeat: no-repeat;
	border: 1px solid #65A421;
	padding-left: 38px;
	height: 35px;
}
.promocjeTable {
	border: 1px solid #7D4933;
	background-color: #FFFFFF;
}



/***** TABELA KATEGORII *****/

table.categ {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 0px;
	border-spacing: 0px;
	font-size: 11px;
}
td.categ {
	vertical-align: top;
}


/***** POLECAMY *****/
			   
a.featured:link {
	color: #F48200;
	text-decoration: none;
}
a.featured:visited {
	color: #F48200;
	text-decoration: none;
}
a.featured:hover {
	color: #F48200;
	text-decoration: underline;
}
a.featured:active {
	color: #F48200;
	text-decoration: underline;
}

td.featuredText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.featuredHeading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/info2.jpg);
	background-repeat: no-repeat;
	border: 1px solid #65A421;
	padding-left: 38px;
	height: 35px;
}	
.featuredBorder {
	border: 1px solid #7D4933;
}


/***** HIT SKLEPU *****/

.star-product-title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align : left;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
.star-product {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.star-product-price{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
} 


/***** NAVIGATION *****/

a.inactiveNavigation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal; 
	color: #555555; 
}
a.inactiveNavigation:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal; 
	color: #555555;
}
td.inactiveNavigation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background: #EEEEEE;
	font-weight : normal;
	cell-spacing: 10px;
}
a.activeNavigation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold; 
	color: #FFFFFF; 
}
td.activeNavigation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #FF9900;
	font-weight : normal;
	cell-spacing: 10px;
}


/***** TABS NAVIGATION *****/

a.tabsNavigation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #7D4933; 
}
a.tabsNavigation:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold; 
	color: #7D4933;
}

td.tabsNavigation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight : bold;
}


/***** PRODUCT CART *****/

.productInfoHeading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7D4933;
	background: #FDF4DF;
	border: 1px solid #7D4933;
	padding: 5px;
}
.productInfoBorder {
	border: 1px solid #7D4933;
	border-top: 0px;
}
td.extraFields {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #FDF4DF;
	font-size: 11px;
}
td.manufacturer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #7D4933;
	font-size: 11px;
	color: #FFFFFF;
}
td.model {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #666666;
	font-size: 11px;
	color: #FFFFFF;
}
td.productOptions {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #FDF4DF;
	font-size: 11px;
}


/***** MISC STYLES *****/

.boxText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.errorBox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #FFFFFF;
	font-weight: bold;
}
.stockWarning {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0033;
}
.productsNotifications {
	background: #FDF4DF;
}
.orderEdit {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #70D250;
	text-decoration: underline;
}
td.pageHeading, div.pageHeading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7D4933;
}
td.main, P.main {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
td.main_cross {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-decoration: line-through;
}

td.main_new_price_info {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align: right;
	text-decoration: underline;
}

td.smallText, span.smallText, p.smallText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smallText a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
}
.smallText a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
}
.smallText a:hover {
	color: #F48200;
	text-decoration: underline;
}
.smallText a:active {
	color: #F48200;
	text-decoration: underline;
}

td.accountCategory {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AABBDD;
}
td.fieldKey {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
td.fieldValue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.tableHeading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
span.newItemInCart {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
span.greetUser {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	font-weight: bold;
}
span.markProductOutOfStock {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C76170;
	font-weight: bold;
}
span.productSpecialPrice {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
span.errorText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
td.category_desc {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

/***** TNT DEFINITIONS *****/

.BodyTable {
	background: #FFFFFF;
}
.PageBorder {
	border: 1px solid #65A421;
}
.ProductListingTop {
	border-top: 1px solid #65A421; 
	border-left: 1px solid #65A421; 
	border-right: 1px solid #65A421; 
	border-bottom: 1px solid #65A421; 
	margin-bottom: 10px;
}
.ProductListingBottom {
	margin-bottom: 10px;
}
.InfoPagesNext {
	padding-bottom: 20px;
}
.AdvSearchBack {
	padding-bottom: 0px;
}
.SubcatList {
	font-weight: normal;
	padding-left: 10px;
}
.SubcatList a:link {
	color: #333333;
}
.SubcatList a:visited {
	color: #333333;
}
.SubcatList a:hover {
	text-decoration: none;
	font-weight: bold;
}
.SubcatList a:active {
	text-decoration: none;
}