/*
-----------------------------------------------
Jarmarki Swiata Main Style Sheet
----------------------------------------------- */
body, td, th {
	font-family: "Trebuchet MS", Arial,V erdana, Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #332525;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F2EEDA;
}

/* =LAYOUT
--------------------- */
#wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
form {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
a {
	color: #332525;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 10px 0;
}

p a {
	margin: 0 0 10px 0;
	text-decoration: underline;
}

.btt ul li a {
	text-decoration: underline;
}
.btt ul li a:hover {
	text-decoration: underline;
}

.clearFloat {
	overflow: hidden;
	clear: both;
	width: 100%;
	height: 1px;
}
.input {
	padding: 1px;
	border: 1px solid #543D3D;
	background: #FFFFFF none repeat scroll 0%;
	font-family: "Trebuchet MS",Arial,Verdana,Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.select {
	padding: 1px;
	border: 1px solid #543D3D;
	background: #FFFFFF none repeat scroll 0%;
	font-family: "Trebuchet MS",Arial,Verdana,Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.submit {
	border: 1px solid #543D3D;
	background: #543D3D none repeat scroll 0%;
	font-family: "Trebuchet MS",Arial,Verdana,Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
.submit2 {
	border: 3px solid #8dc63f;
	background: #8dc63f none repeat scroll 0%;
	font-family: "Trebuchet MS",Arial,Verdana,Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

/* =HEADER
--------------------- */
#header {
	position: relative;
	width: 100%;
	height: 106px;
	border-bottom: 5px solid #91262e;
}
#headerLogo {
	position: absolute;
	top: 10px;
	left: 0;
}

#headerSearch {
	position: absolute;
	top: 58px;
	right: 0;
}
#headerSearchInput {
	width: 250px;
}
#headerSearchSubmit {
}
#headerUser {
	position: absolute;
	top: 81px;
	right: 0px;
}
#headerUser a {
	text-decoration: underline;
}
#topNav {
	position: absolute;
	top: 12px;
	right: 0;
}
#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#topNav li a {
	display: block;
	overflow: hidden;
	width: 65px;
	height: 40px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -1000px;
}
#topNavLogin {
	background-image: url(/stc/img/topNav/icon-login.gif);
}

#topNavFaceBook {
	background-image: url(/stc/img/topNav/ico-facebook.gif);
}

#topNavAccount {
	background-image: url(/stc/img/topNav/ico-konto.gif);
}

#topNavHelp {
	background-image: url(/stc/img/topNav/ico-pomoc.gif);
}
#topNavBasket {
	background-image: url(/stc/img/topNav/ico-koszyk.gif);
}
#topNavContact {
	background-image: url(/stc/img/topNav/ico-kontakt.gif);
}
#header h3 {
	display: none;
}

/* =CATEGORYNAV
--------------------- */
#categoryNav {
	position: relative;
	height: 26px;
	margin-bottom: 35px;
}
#categoryNav h3 {
	display: none;
}
#categoryNav ul {
	position: absolute;
	list-style: none;
	top: 0;
	left: 47px;
	margin: 0;
	padding: 0;
}
#categoryNav li {
	list-style: none;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	background-color: #8dc63f;
	background-image: url(/stc/img/corners/cornerRightBottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#categoryNav li a {
	display: block;
	padding: 3px 10px;
	background-image: url(/stc/img/corners/cornerLeftBottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #332525;
}
#categoryNav a:hover {
	text-decoration: none;
}

#categoryNav .spozywcze {
	background-color: #e8781a;
}
#categoryNav .drobne {
	background-color: #8dc63f;
}
#categoryNav .inne {
	background-color: #f1ae21;
}
#categoryNav .spozywcze:hover {
	background-color: #fcbe2c;
}
#categoryNav .drobne:hover {
	background-color: #d2f36c;
}
#categoryNav .inne:hover {
	background-color: #ff754e;
}
#categoryNav .spozywczeOn {
	background-color: #000000;
}
#categoryNav .drobneOn {
	background-color: #000000;
}
#categoryNav .inneOn {
	background-color: #000000;
}
#categoryNav .spozywczeOn a {
	color: #e8781a;
}
#categoryNav .drobneOn a {
	color: #d2f36c;
}
#categoryNav .inneOn a {
	color: #ff754e;
}

/* =FOOTER
--------------------- */
#footer {
	position: relative;
	width: 100%;
	margin: 30px 0 10px 0;
	padding-top: 3px;
	border-top: 5px solid #91262e;
	color: #543D3D;
}
#footer a {
	color: #91262E;
}
#footerNav {
	text-align: center;
}
#footerCopy {
	text-align: center;
}
#footerPayment {
	position: absolute;
	top: 3px;
	right: 3px;
}

#footerSSL {
	text-align: left;
	top: 3px;
	right: 3px;
}

/* =BOXCORNERS
--------------------- */
.boxTop {
	overflow: hidden;
	width: 100%;
	height: 5px;
}
.boxTopLeft {
	overflow: hidden;
	float: left;
	width: 45%;
	height: 5px;
	background-image: url(/stc/img/corners/cornerLeftTop.gif);
	background-repeat: no-repeat;
}
.boxTopRight {
	overflow: hidden;
	float: right;
	width: 45%;
	height: 5px;
	background-image: url(/stc/img/corners/cornerRightTop.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.boxBottom {
	overflow: hidden;
	width: 100%;
	height: 5px;
}
.boxBottomLeft {
	overflow: hidden;
	float: left;
	width: 45%;
	height: 5px;
	background-image: url(/stc/img/corners/cornerLeftBottom.gif);
	background-repeat: no-repeat;
}
.boxBottomRight {
	overflow: hidden;
	float: right;
	width: 45%;
	height: 5px;
	background-image: url(/stc/img/corners/cornerRightBottom.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* =CATEGORYSUBNAV
--------------------- */
#navClmn {
	float: left;
	width: 138px;
	padding-right: 20px;
}
#categorySubNav {
	width: 100%;
	background-color: #e1d8b0;
}
#categorySubNavHeader h3 {
	margin: 0;
	padding: 0 0 3px 14px;
	font-size: 12px;
}
#categorySubNav.spozywcze #categorySubNavHeader {
	background-color: #e8781a;
}
#categorySubNav.drobne #categorySubNavHeader {
	background-color: #8dc63f;
}
#categorySubNav.inne #categorySubNavHeader {
	background-color: #fc4e34;
}
#categorySubNav ul {
	list-style: none;
	margin: 4px;
	padding: 0;
}
#categorySubNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#categorySubNav li a {
	display: block;
	width: 117px;
	margin-top: 2px;
	padding: 3px 3px 3px 7px;
	border-left: 3px solid #ac9071;
	color: #252525;
}
#categorySubNav li a:hover {
	color: #000000;
}
#categorySubNav.spozywcze li a:hover {
	border-left: 3px solid #e8781a;
}
#categorySubNav.drobne li a:hover {
	border-left: 3px solid #8dc63f;
}
#categorySubNav.inne li a:hover {
	border-left: 3px solid #fc4e34;
}

#categorySubNav.spozywcze li.on a {
	border-left: 3px solid #e8781a;
	font-weight: bold;
}
#categorySubNav.drobne li.on a {
	border-left: 3px solid #8dc63f;
	font-weight: bold;
}
#categorySubNav.inne li.on a {
	border-left: 3px solid #fc4e34;
	font-weight: bold;
}

/* =CONTEXTCLMN
--------------------- */
#contextClmn {
	float: right;
	width: 215px;
}
#contextClmn .boxTop {
	margin-bottom: 15px;
}
#contextClmn .boxBottom {
	margin-top: 15px;
}
#contextClmn h3 {
	margin: 0 15px 8px 15px;
	font-size: 14px;
}
#contextClmn p {
	margin: 0 15px 0 15px;
}
#basketPane {
	margin-bottom: 20px;
	background-color: #e8781a;
	background-image: url(/stc/img/common/ico_koszyk.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#basketPane .price {
	color: #822229;
}
#newsletterPane {
	margin-bottom: 20px;
	background-color: #8dc63f;
}
#newsletterPane .input {
	width: 145px;
	font-size: 10px;
}
#helpPane {
	margin-bottom: 20px;
	background-color: #8dc63f;
}
#helpPane p {
	margin: 0 15px 10px 15px;
	line-height: 18px;
}
#fairTradeBanner {
	margin-bottom: 20px;
}
#newsPane {
	margin-bottom: 20px;
	background-color: #c7b299;
}
#newsPane p {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #332525;
	line-height: 18px;
}
#newsPane a {
	color: #332525;
}
#newsPane .date {
	font-size: 10px;
	color: #644848;
}
#newsPane .title {
	font-size: 12px;
	font-weight: bold;
	color: #161212;
}
#newsPane .button {
	border: 1px solid #543D3D;
	background-color: #543D3D;
	font-family: "Trebuchet MS",Arial,Verdana,Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
#newsPane .more {
	margin: 0 15px 0 15px;
	padding-top: 5px;
	text-align: right;
}

/* =CONTENT
--------------------- */
#content {
	float: left;
	width: 542px;
	min-height: 400px;
}
#content.wide {
	width: 700px;
}
#breadcrumb {
	margin-bottom: 20px;
	text-transform: capitalize;
}
#breadcrumb a {
	color: #91262e;
	text-decoration: underline;
	text-transform: capitalize;
}
#breadcrumb a:hover {
	color: #543d3d;
	text-decoration: underline;
	text-transform: capitalize;
}
#content h1 {
	margin: 0 0 10px 0;
	font-size: 20px;
}
#content h2 {
	margin: 20px 0 5px 0;
	font-size: 18px;
	color: #FF3001;
}
#content h4 {
	margin: 15px 0 5px 0;
	font-size: 14px;
}
.pagingList {
	margin-top: 10px;
	text-align: center;
}
.pagingList a {
	color: #91262e;
	text-decoration: underline;
}
.pagingList a:hover {
	color: #543d3d;
	text-decoration: underline;
}
.tblForm {
	margin: 0 0 10px 0;
	border-collapse: collapse;
}
.tblForm td {
	padding: 4px 20px 4px 0;
	vertical-align: top;
}

.tblForm td a {
	text-decoration: underline;
}

/* =CONTENT productPreview
--------------------- */
.productPreviewWrapper {
	float: left;
	width: 200px;
	margin: 7px 0 15px 0;
	padding: 0 8px 0 14px;
}
.productPreview {
	background-color: #c7b299;
}
.productPreview h3 {
	margin: 5px 15px 10px 15px;
	font-size: 14px;
	color: #543D3D;
}
.productPreview h3 a {
	color: #543D3D;
}

.productPreview h3 a:visited {
	color: #91262e;
}

.productPreview .productPhoto {
	width: 100%;
	text-align: center;
}
.productPreview .productPhoto img {
	border: 1px solid #543d3d !important;
}
.productPreview .productPrice {
	float: left;
	width: 90px;
	margin: 12px 0 7px 0;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #822229;
}
.productPreview .productPrice strong {
	color: #332525;
}

.productPreview .productPromo {
	float: left;
	width: 85%;
	margin: 0 0 7px 0;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #822229;
}
.productPreview .productPromo strong {
	color: #332525;
}



.productPreview .productAdd {
	float: right;
	width: 74px;
	margin: 10px 0 10px 0;
	padding-right: 15px;
	text-align: right;
}
.productPreview .productAdd .buyButton {
	width: 70px;
	border: 1px solid #000000;
	background: #F26522 none repeat scroll 0%;
	font-family: "Trebuchet MS",Arial,Verdana,Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

/* =CONTENT productPreviewSmall
--------------------- */
.productPreviewSmallWrapper {
	float: left;
	width: 160px;
	margin: 6px 0 12px 0;
	padding: 0 6px 0 12px;
}
.productPreviewSmall {
	background-color: #c7b299;
}
.productPreviewSmall h3 {
	margin: 5px 10px 10px 10px;
	font-size: 14px;
	color: #543D3D;
}
.productPreviewSmall h3 a {
	color: #543D3D;
}

.productPreviewSmall h3 a:visited {
	color: #91262e;
}


.productPreviewSmall .productPhoto {
	float: left;
	width: 62px;
	padding-left: 10px;
}
.productPreviewSmall .productPhoto img {
	border: 1px solid #543d3d !important;
}
.productPreviewSmall .productDesc {
	float: left;
	width: 68px;
	padding: 0 10px;
	line-height: 16px;
}
.productPreviewSmall .productPrice {
	float: left;
	width: 64px;
	margin: 14px 0 0 0;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #822229;
}
.productPreviewSmall .productAdd {
	float: right;
	width: 74px;
	margin: 12px 0 0 0;
	padding-right: 10px;
	text-align: right;
}
.productPreviewSmall .productAdd .buyButton {
	width: 70px;
	border: 1px solid #000000;
	background: #F26522 none repeat scroll 0%;
	font-family: "Trebuchet MS",Arial,Verdana,Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.productPreviewSmall .productPromo {
	float: left;
	width: 85%;
	margin: 0 0 7px 0;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #822229;
}
.productPreviewSmall .productPromo strong {
	color: #332525;
}


/* =CONTENT productContent
--------------------- */
.productContent {
	margin-top: 20px;
}
.productContent .productPhoto {
	overflow: hidden;
	float: left;
	width: 250px;
}
.productContent .productDetails {
	float: right;
	width: 277px;
	font-size: 13px;
	line-height: 24px;
}
.productContent .productPrice {
	margin-top: 40px;
	color: #822229;
}
.productContent .productPrice strong {
	color: #332525;
}
.productContent .buyButton {
	width: 90px;
	border: 1px solid #000000;
	background: #F26522 none repeat scroll 0%;
	font-family: "Trebuchet MS",Arial,Verdana,Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
.productContent .productGallery {
	width: 100%;
	sbackground-color: #00CC33;
	margin-top: 25px;
}
.productContent .productGallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.productContent .productGallery li {
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 12px 10px 12px;
}
.productContent .productDesc {
}
.productContent .productDesc h3 {
	margin: 15px 0 5px 0;
	font-size: 14px;
}

/* =CONTENT productSearchResult
--------------------- */
.productSearchResult {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #A48D8D;
}
.productSearchResult .listNumber {
	float: right;
	width: 24px;
	padding-left: 15px;
	text-align: right;
}
.productSearchResult .productPhoto {
	overflow: hidden;
	float: left;
	width: 60px;
}
.productSearchResult .productDetails {
	float: right;
	width: 585px;
}
.productSearchResult .productName {
	font-size: 13px;
	font-weight: bold;
}
.productSearchResult .productName a {
	text-decoration: underline;
}
.productSearchResult .productDesc {
}
.productSearchResult .productPrice {
	float: left;
	color: #822229;
}
.productSearchResult .productPrice strong {
	color: #332525;
}
.productSearchResult .productAvail {
	float: left;
	padding-left: 15px;
}
.productSearchResult .productAdd {
	float: left;
	padding-left: 15px;
}
.productSearchResult .buyButton {
	width: 70px;
	border: 1px solid #000000;
	background: #F26522 none repeat scroll 0%;
	font-family: "Trebuchet MS",Arial,Verdana,Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

/* =CONTENT contentSearch
--------------------- */
#contentSearch {
	margin: 15px 0 20px 0;
}
#contentSearchInput {
	width: 350px;
}
#contentSearchSubmit {
}

/* =CONTENT addressView
--------------------- */
.addressViewWrapper {
	float: left;
	width: 200px;
	margin: 7px 0 15px 0;
	padding: 0 8px 0 14px;
}
.addressView {
	background-color: #e7d2b9;
}
.addressView h3 {
	margin: 5px 15px 10px 15px;
	font-size: 14px;
	color: #543D3D;
}
.addressView p {
	margin: 0 15px 10px 15px;
}
.addressView .submit {
	width: 110px;
}
.addressView .productAdd {
	float: right;
	width: 74px;
	margin: 10px 0 10px 0;
	padding-right: 15px;
	text-align: right;
}
.goButton {
	width: 70px;
	border: 1px solid #000000;
	background: #F26522 none repeat scroll 0%;
	font-family: "Trebuchet MS",Arial,Verdana,Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* =CONTENT basket
--------------------- */
.purchaseStatus {
	margin-bottom: 15px;
	padding: 3px 10px 2px 10px;
	background-color: #ebdecf;
}
.purchaseStatus ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.purchaseStatus li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 20px;
	background-image: url(/stc/img/common/purchaseStatusArrow.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
.purchaseStatus li.on {
	color: #e54555;
}
.purchaseStatus li.first {
	padding-left: 0;
	background: none;
}
.basketBox {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #c3945c;
}
.basketBox .tblForm {
	margin: 0;
}
.basketBox .tblForm h3 {
	margin: 0 0 5px 0;
}
.basketBox .tblLines td {
	border-bottom: 1px solid #e7d2b9;
}
.basketBox .tblLines .summary {
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

