
.boxText { font-family: "Trebuchet MS", Arial; }
.errorBox { font-family: "Trebuchet MS", Arial; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: "Trebuchet MS", Arial; color: #cc0033; }
.productsNotifications { background: #323f37; }
.orderEdit { font-family: "Trebuchet MS", Arial; color: #70d250; text-decoration: underline; }

BODY {
	background-color: #FFB501;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;

    color: #ffffff;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

A {
	font-size: 13px;
  	font-family: "Trebuchet MS", Arial;
  	color: #FFB501;
  	text-decoration: underline;
}

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

A IMG {
	border: 0 none #FFFFFF;
}

FORM {
	display: inline;
}

TR.header {
/*
  background: #ffffff;
*/
}
TABLE {
	text-align:left;
}
TD {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial;
}


TD.headerNavigation {
  font-family: "Trebuchet MS", Arial;
  font-size: 15px;
  color: #FFB501;
  background-color: #000000;
  background-repeat:no-repeat;
  padding-left: 170px;
}

A.headerNavigation { 
  font-family: "Trebuchet MS", Arial;
  font-size: 15px;
  font-weight: bold;
  color: #FFB501; 
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFB501;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: "Trebuchet MS", Arial;
  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;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: "Trebuchet MS", Arial;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  font-family: "Trebuchet MS", Arial;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: "Trebuchet MS", Arial;
}

TD.infoBoxHeading {
  font-family: "Trebuchet MS", Arial;
  font-weight: bold;
  color: #FFB501;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Trebuchet MS", Arial;
}

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-collapse: collapse;
  border: 1px #F3F4D9 solid;
*/
}

.productListing-heading {
  font-family: "Trebuchet MS", Arial;
/*
  background: #D3D4A9;
*/
  color: #FFFFFF;
  font-weight: normal;
}

TD.productListing-data {
  font-family: "Trebuchet MS", Arial;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: "Trebuchet MS", Arial;
  font-size: 20px;
  font-weight: normal;
  color: #FFB501;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "Trebuchet MS", Arial;
  color: #000000;
}

TD.main, P.main {
  font-family: "Trebuchet MS", Arial;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Trebuchet MS", Arial;
  color: #666666;
  font-size: 12px;
}
TD.smallText a {
  color: #666666;
}
TD.smallText a {
  color: #666666;
}

TD.accountCategory {
  font-family: "Trebuchet MS", Arial;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Trebuchet MS", Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Trebuchet MS", Arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "Trebuchet MS", Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Trebuchet MS", Arial;
  color: #ff0000;
}

CHECKBOX, RADIO, SELECT {
  font-family: "Trebuchet MS", Arial;
  background-color:#FFFFFF;
  border: 1px solid #D3D4B9;
  padding: 3px;
  color: #666666;
}
INPUT.text {
  font-family: "Trebuchet MS", Arial;
  background-color:#FFFFFF;
  border: 1px solid #D3D4B9;
  padding: 3px;
  color: #666666;
 }
INPUT[type="text"] {
  font-family: "Trebuchet MS", Arial;
  background-color:#FFFFFF;
  border: 1px solid #D3D4B9;
  padding: 3px;
  color: #666666;
 }

TEXTAREA {
  font-family: "Trebuchet MS", Arial;
  background-color:#FFFFFF;
  border: 1px solid #D3D4B9;
  padding: 3px;
  color: #666666;
}

SPAN.greetUser {
  font-family: "Trebuchet MS", Arial;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Trebuchet MS", Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: "Trebuchet MS", Arial;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #374957; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #59646C; }

.checkoutBarFrom, .checkoutBarTo { font-family: "Trebuchet MS", Arial; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "Trebuchet MS", Arial; color: #ffffff; }

/* message box */

.messageBox { font-family: "Trebuchet MS", Arial; }
.messageStackError, .messageStackWarning { font-family: "Trebuchet MS", Arial; background-color: #8f0305; }
.messageStackSuccess { font-family: "Trebuchet MS", Arial; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: "Trebuchet MS", Arial; color: #ff0000; }


/* ------------------------------------------------------ */

#footer_ramka {
	text-align: center; 
	vertical-align:middle; 
	line-height: 50px; 
	width: 1000px; 
	height:50px; 
	background-image:url(images/emilee/ramka_bottom.gif); 
	background-position:bottom center; 
	background-repeat:no-repeat;
  font-family: "Trebuchet MS", Arial;
  font-size: 12px;
  color: #AE8A59;
  font-weight: normal;
}
#footer_ramka A { 
  color: #AE8A59; 
  margin: 0 20px;
}
#footer_ramka A:hover {
  color: #AE8A59;
}

.categories {
	width: 199px;
	border-left: 2px solid #D0F0EE;
	border-right: 2px solid #D0F0EE;
	background-color:#FFFFFF;
}

.categories ul {
	margin:0;
	padding:0;
}
.categories ul li {
	margin:0;
	padding:0;
	list-style-type: none;
}
.categories ul li a {
	font-family: "Trebuchet MS", Arial;
	background:url(images/emilee/nag_category_kropka.png) 0px 5px no-repeat;
	margin:0 0 0 9px;
	padding:5px 0 5px 28px;
	display:block;
	text-decoration:none;
	color:#AE8A59;
	font-size: 14px;
}
.categories ul li a:hover {
	text-decoration:none;
	color:#8E6A39;
}
.quick_find {
	width: 179px;
	border-left: 2px solid #D0F0EE;
	border-right: 2px solid #D0F0EE;
	font-size: 12px;
	padding: 10px;
	background-color:#FFFFFF;
}
.tell_friend {
	width: 179px;
	border-left: 2px solid #E9E787;
	border-right: 2px solid #E9E787;
	font-size: 12px;
	padding: 10px;
	background-color:#FFFFFF;
}

/* -------------------------------------------- */

.box_top {
	background-image: url(images/emilee/box_top.png);
	background-repeat: no-repeat;
	width: 358px;
	height: 35px;
	text-align: center;
	color: #747216;
	font-size:12px;
	font-family:Tahoma, Verdana;
	vertical-align: middle;
	line-height: 35px;
}
.box_top a,
.box_top a:visited {
	color: #747216;
	text-decoration: none;
}
.box_top a:hover {
	color: #747216;
	text-decoration: underline;
}

.box_middle {
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 334px;
	padding: 0 10px;
	text-align: right;
	color: #B3A064;
	font-size:12px;
	font-family:Tahoma, Verdana;
	border-left: 2px #EDEFC5 solid;
	border-right: 2px #EDEFC5 solid;
}
.box_bottom {
	background-image:url(images/emilee/box_bottom.png);
	background-repeat:no-repeat;
	width: 358px;
	height: 12px;	
}
.big {
	font-size:22px;
}

.ramka_top {
	width: 800px;
}
.ramka_body {
	width: 800px;
	background-color: #000000;
}


.intro_flash {
	text-align:center; 
	width:800px; 
	height:450px; 
	border: 1px #CCCCCC solid; 
	margin: 0 auto;
}

.flash_top {
	width:800px; 
	border: 1px #CCCCCC solid; 
	margin: 0 auto;
}


.intro_menu {
	text-align:center; 
	width:800px; 
	margin: 0 auto;
}
.intro_menu ul {
	margin: 3px 0;
	padding:0;
}
.intro_menu ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	float: left;
}
.intro_menu ul li a {
	background:url(images/auto/kropka.gif) 0px 6px no-repeat;
	margin:0 0 0 0;
	padding:0 6px 0 10px;
	text-decoration:none;
	color:#000000;
	font-size: 13px;
}
.intro_menu ul li a.first {
	background-image: none;
	margin:0;
	padding:0 6px 0 0;
	text-decoration:none;
	color:#000000;
	font-size: 13px;
}
.intro_menu ul li a:hover,
.intro_menu ul li a.first:hover {
	text-decoration:underline;
	color:#000000;
}

/*
.bottom_menu {
	text-align:center; 
	width:800px; 
	margin: 0 auto;
}
.bottom_menu ul {
background-color:#666699;

	margin: 3px 0;
	padding:0;
}
.bottom_menu ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	float: left;
}
.bottom_menu ul li a {
	font-family: "Trebuchet MS", Arial;
	background:url(images/auto/kropka.gif) 0px 6px no-repeat;
	margin:0 0 0 0;
	padding:0 16px 0 20px;
	text-decoration:none;
	color:#000000;
	font-size: 13px;
}
.bottom_menu ul li a.first {
	font-family: "Trebuchet MS", Arial;
	background-image: none;
	margin:0;
	padding:0 16px 0 0;
	text-decoration:none;
	color:#000000;
	font-size: 13px;
}
.bottom_menu ul li a:hover,
.bottom_menu ul li a.first:hover {
	text-decoration:underline;
	color:#000000;
}
*/

a.bottom_menu {
	background:url(images/auto/kropka.gif) 0px 6px no-repeat;
	margin:0 0 0 0;
	padding:0 6px 0 14px;
	text-decoration:none;
	color:#000000;
	font-size: 13px;
}
a.bottom_menu_first {
	background-image: none;
	margin:0;
	padding:0 5px 0 0;
	text-decoration:none;
	color:#000000;
	font-size: 13px;
}
a.bottom_menu_first:hover,
a.bottom_menu:hover {
	text-decoration:underline;
	color:#000000;
}


#menu_wnetrze {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
}

#menu_wnetrze ul{
	margin:0 0 10px 10px ;
	padding:5px 0 5px 0;
}
#menu_wnetrze ul li{
	list-style:none;
	margin: 0px;
	padding: 0px;
	border-top:1px solid #A2797B ;

}
#menu_wnetrze ul li a 
{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	display:block;
	color: #ffffff;
	text-decoration: none;	
}
#menu_wnetrze ul li a:hover {
	text-decoration: underline;	
}

#menu_wnetrze ul dt {
	list-style:none;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	font-size: 13px;
  	font-family: "Trebuchet MS", Arial;
}
#menu_wnetrze ul dt a {
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding:0;
	font-weight:bold;
}
#menu_wnetrze ul dt a:hover {
	color: #FFB501;
	text-decoration: underline;
}


#menu_wnetrze ul #menu0,
#menu_wnetrze ul #menu1,
#menu_wnetrze ul #menu2,
#menu_wnetrze ul #menu3,
#menu_wnetrze ul #menu4,
#menu_wnetrze ul #menu5,
#menu_wnetrze ul #menu6 {
	margin: 0px;
	padding: 0px;

}
#menu_wnetrze ul #menu0 dd,
#menu_wnetrze ul #menu1 dd,
#menu_wnetrze ul #menu2 dd,
#menu_wnetrze ul #menu3 dd,
#menu_wnetrze ul #menu4 dd,
#menu_wnetrze ul #menu5 dd,
#menu_wnetrze ul #menu6 dd {
	list-style:none;
	margin: 0px;
	padding: 0px;

}
#menu_wnetrze ul #menu0 dd a,
#menu_wnetrze ul #menu1 dd a,
#menu_wnetrze ul #menu2 dd a,
#menu_wnetrze ul #menu3 dd a,
#menu_wnetrze ul #menu4 dd a,
#menu_wnetrze ul #menu5 dd a,
#menu_wnetrze ul #menu6 dd a {
	color: #CCCCCC;
	text-decoration: none;
	display:block;
	padding:0 0 2px 25px;
	background:url(images/auto/kropka.gif) no-repeat 15px 7px;
	font-weight:bold;
}
#menu_wnetrze ul #menu0 dd a:hover,
#menu_wnetrze ul #menu1 dd a:hover,
#menu_wnetrze ul #menu2 dd a:hover,
#menu_wnetrze ul #menu3 dd a:hover,
#menu_wnetrze ul #menu4 dd a:hover,
#menu_wnetrze ul #menu5 dd a:hover,
#menu_wnetrze ul #menu6 dd a:hover {
	color: #FFB501;
	text-decoration: underline;
	background:url(images/auto/kropka.gif) no-repeat 15px 7px;
}

/* OTF contrib begins */
/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;
}
/* OTF contrib ends */

.rameczka {
	background-color:#000D7B; 
	width:800px;
	text-align: center;
	margin: 1px auto;
	padding: 3px;
}
.rameczka a,
.rameczka a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.rameczka a:hover {
	color: #ffffff;
	text-decoration: underline;
}