/*default.tpl*/

* { font-family: Helvetica, Arial, Verdana, sans-serif; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
	font-size: 14px;
	line-height: 20px;
}

TABLE { border-collapse: collapse; }

FORM {
	display: inline;
}

A {
  color: #1a40ae;
  text-decoration: underline;
}

A:hover {
	color: #000;
	text-decoration: underline;
}

.pageWrapper {
	width: 990px;
	margin: 0 auto;
}

/*default.tpl*/

.content {
	width: 990px;
	float: left;
}

.content .contentColumnLeft {
	width: 210px;
	margin-right: 10px;
	float: left;
}

.content .contentMain {
	width: 770px;
	_width: 769px;
	float: left;
	padding-bottom: 30px;
}

/* index.tpl */

.mainPageDescriptionBox {
	width: 370px;
	height: 410px;
	background-color: #F8F8F8;
	border: 1px solid #999999;
	padding: 0 5px 0 5px;
	margin: 0px;
}

.mainPageDescriptionInsideBox {
	width: 100%; height: 175px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

/*header.tpl*/

.headerLogo {
	padding: 10px 0;
	width: 990px;
	float: left;
}

.headerMenuBar {
	background-color: #000;
	float: left;
	width: 990px;
}

.headerMenuBar A {
	color: white;
	text-decoration: none;
	padding: 8px 20px;
	font-weight: bold;
	display: block;
	float: left;
}

.headerMenuBar A:hover {
	text-decoration: none;
	background-color: #333;
	color: white;
}

.headerMenuBar A.fr {
	float: right;
}

.headerAccount A {
	color: white;
	text-decoration: none;
	padding: 8px 20px;
	font-weight: bold;
	display: block;
	float: right;
}

.headerSearch {
	background-color: #eee;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	float: left;
	width: 948px;
	padding: 5px 20px;
	text-align: right;
	margin-bottom: 8px;
}

.headerNavi {
	padding: 10px;
	float: left;
	width: 970px;
}

.headerNaviBreadcrumb {
	float: left;
	width: 650px;
	text-align: left;
	margin-top: 3px;
	color: #999;
}
.headerNaviBreadcrumb A {
	color: #999;
}
.headerNaviBreadcrumb A:hover {
	color: #000;
}

.headerNavi A {
 color: black;
	text-decoration: none;
}
.headerNavi A:hover {
	text-decoration: underline;
}

.headerNavi .headerNaviLogin {
	float: right;
}

/*footer.tpl*/

.footerSplit {
	float: left;
	width: 990px;
	height: 3px;
	border-bottom: 5px solid #eee;
	background-color: black;
}

.footerCopyright {
	float: left;
	width: 970px;
	padding: 10px;
	text-align: center;
}

/*column_left.tpl*/

.contentColumnBox {
	width: 210px;
	float: left;
	margin-bottom: 10px;
}

.contentColumnBox .contentColumnBoxHeader {
	width: 190px;
	float: left;
	background-color: #000;
	padding: 5px 10px;
	color: white;
	font-weight: bold;
}

.contentColumnBox .contentColumnBoxContent {
	width: 188px;
	float: left;
	background-color: #f8f8f8;
	padding: 10px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.contentColumnBox .contentColumnBoxContent A {
	color: #555;
	text-decoration: none;
}

.contentColumnBox .contentColumnBoxContent A:hover {
	color: black;
	text-decoration: underline;
}

/*product_info.tpl*/
.productPicture {
	width: 420px;
}

.productDescription {
 	clear: both;
	padding: 10px 0;
}

.bottomButtonBar {
	padding: 10px 0;
}

.bigBuyNow {
	padding: 10px 0 20px 0;
	width: 100%;
	text-align: right;
}

.checkAddress {
	float: right;
	padding: 3px 2px;
	font-size: 12px;
	width: 200px;
}

.bigButton {
	width: 200px;
	height: 30px;
	font-size: 18px;
}


/*tutaj skończyłem*/

H5 {
	font-size: 16px;
	margin-bottom: 0;
}


.boxText {
	font-size: 13px;
	padding: 10px;
}

.oscsmart {
	font-weight: bold;
	letter-spacing: -2px;
	color: black;
}
.oscsmart a {
	text-decoration: none;
	color: black;
} 

.errorBox { font-size : 14px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 14px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 13px; color: #70d250; text-decoration: underline; }




A.more {
	color: #000;
}

A.more:hover {
	text-decoration: none;
}




TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 16px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 15px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.searchBar {
	border: solid 1px #000;
	padding: 5px 0;
/* 	background: url('../images/searcher_bg.png') repeat-x; */
}


.searchField {
	width: 160px;
}


.menuBar {
	background: #000000;
	font-weight: bold;
	border-collapse: collapse;
}

.menuBar a {
	color: #ffffff;
}

.menuCell {
	padding: 10px 5px;
	text-align: center;
}

.menuCellSelected {
	background: #424242;
	padding: 10px 5px;
	text-align: center;
}

TR.footer {
  ---background: #BBC3D3;
  height: 25px;
}

TD.footer {
  font-size: 13px;
  background: #B31E17;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  font-size: 13px;
}

.infoBoxContents a.category {
	text-decoration: none;
}
.infoBoxContents a.category:hover {
}

.infoBoxContents a.category b {
	font-weight: normal;
	color: black;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 13px;
}

.infoBoxHeading {
	font-size: 13px;
	font-weight: bold;
	background: #000;
	color: #ffffff;
	height: 22px;
}

TD.infoBox, SPAN.infoBox {
  font-size: 13px;
}

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: white;
}

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: white;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #BBC3D3;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 13px;
  background: #000;
  color: #FFF;
  font-weight: bold;
}

.productListing-heading A:hover {
	color: #fff;
	text-decoration: underline;
}

TD.productListing-data {
  font-size: 13px;
}

A.pageResults {
  color: #1a40ae;
}

A.pageResults:hover {
  color: #000;
}

*.pageHeading, SPAN.gray {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
	margin-top: 8px;
	margin-bottom: 20px;
}

h2 {
	font-size: 15px;
	margin-top: 25px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 13px;
  color: #000000;
}

TD.main, P.main {
  font-size: 14px;
	color: #000;
  line-height: 1.5;
	font-weight: normal;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 13px;
}

TD.accountCategory {
  font-size: 15px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 14px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 14px;
}

TD.tableHeading {
  font-size: 14px;
  font-weight: bold;
}

.newItemInCart {
  font-size: 13px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 13px;
}

TEXTAREA {
  width: 100%;
  font-size: 13px;
}

SPAN.greetUser {
  font-size: 15px;
  color: black;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 15px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 15px;
  color: #c76170;
  font-weight: bold;
}

.productSpecialPrice {
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
}
.productPrice {
	font-size: 16px;
	font-weight: bold;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 13px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 13px; color: #000000; }

/* message box */

.messageBox { font-size: 13px; }
.messageStackError, .messageStackWarning { font-size: 13px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 13px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 13px; color: #ff0000; }

TD.filesForProduct {
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 10px;
	text-align: left;
}
TD.filesForProduct DIV.details {
	color: #aaa;
}
TD.filesForProduct DIV.details a {
	color: #aaa;
	text-decoration: underline;
}
.columnLeftHide {
	display: none;
}

.priceBox {
	font-size: 20px;
	width: 130px;
	height: 100px;
	
	padding: 10px 0px 0px 10px;
	float: left;
}

.priceBoxPrice {
	width: 100px;
	height: 100px;
	color: #cd070c;
	font-size: 34px;
	padding-top: 10px;
}
.priceBoxPrice span {
	display: block;
	padding-top: 20px;

}

.priceBoxPrice .small {
	font-size: 12px;
}

.oldPrice {
	font-size: 20px;
	color: black;
}

.tipBox {
	background: #dbebef;
	padding: 5px 10px 5px 5px;
	width:80%;
	border: solid 1px #000;
	font-size: 11px;
	color: #000;
	margin: 10px auto;
}

/* sekcja bloga */
.blogContent {
	width: 770px;
	_width: 750px;
}

.postHeader {
	background-color: #000000;
	color: #fff;
	vertical-align: middle;
	width: 770px;
	_width: 750px;
}

.postTitle {
	padding: 5px 10px;
	font-weight: bold;
	width: 750px;
	_width: 750px;
	background-color: #000;
}

a.postTitle {
	color:	#fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

a.postTitle:hover {
	color:	#fff;
	text-decoration: underline;
}

.postText {
	background-color: #EEEEEE;
	border:1px solid #999999;
	padding: 5px 10px;
	font-size: 13px;
	width: 748px;
	_width: 748px;
}

.postDate {
	color: #000;
	font-size: 12px;
	font-style: italic;
	padding: 5px 0px;
}

.blogReadMore {
	text-align: right;
}

.blogSplitter {
	height: 10px;
}
/* koniec sekcji bloga */

/* boxy */
	/* box BLOG */
.postDateBox {
	text-align: right;
	color: #000;
	font-size: 12px;
	font-style: italic;
}

/* !boxy */

/* faq */
.indexSecHeader {
	cursor: pointer;
/* 	padding-left: 15px; */
	width: 90%;
}

h2.indexSecHeader:hover {
/* 	background: #dbebef; */
	background: #eeeeee;
}

a.indexSecHeader {
	text-decoration: none;
	padding: 0px;
	color: #000;
}

a.indexSecHeader:hover {
	text-decoration: none;
	padding: 0px;
}

p.tipBox {
	padding: 5px 10px 5px 5px;
	width:90%;
	color: #000;
	border: 0px;
	background: #F8F8F8;
	margin: 10px auto;
	font-size: 12px;
	display: none;
}

/* !faq */

/* create_account */
fieldset.rules {
	width: 600px;
	height: 250px;
	border: solid 1px #999999;
	margin: 0px auto;
	padding: 10px;
	overflow: hidden;
}
div.rules {
	width: 600px;
	height: 240px;
	overflow-y: scroll;
	_overflow: scroll;
	margin: 0px auto;
	border-collapse: collapse;
}
/* !create_account */

TABLE.cennik {
   border: 2px solid black;
}

TABLE.cennik TD {
   border: 1px solid black;
   padding: 5px;
   vertical-align: top;
}

CODE {
	font-family: Courier, Courier NEW;
}
