/*
  $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
*/

/* sekcja ogólna */
* {
	font-family: Trebuchet MS,Arial,Verdana,sans-serif;
	font-size: 13px;
}

BODY {
  margin: 0px;
}

IMG {
        border: 0px;
}

.cb {
	clear: both;
}

A {
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A.more:hover {
	text-decoration: none;
}

TABLE {
	border-collapse: collapse;
}

FORM {
	display: inline;
}

h1 {
  font-size: 20px;
  font-weight: bold;
	margin: 0 0 5px 0;
}

.pageWrapper {
	width: 990px;
	margin: 0 auto;
}

.content {
	margin: 7px 0;
	width: 100%;
}

.columnLeft {
	padding: 0 7px 0 0;
}

.columnRight {
	padding: 0 0 0 7px;
}

.productSpecialPrice {
	color: #ff0000;
}

.inputRequirement {
	font-size: 13px;
	color: #ff0000;
}
/* !sekcja ogólna */

/* sekcja błędy/komunikaty */
.errorBox {
	font-size : 14px;
	font-weight: bold;
}

.stockWarning {
	font-size : 14px;
	color: #cc0033;
}

.productsNotifications {
	background: #f2fff7;
}

.orderEdit {
	font-size : 13px;
	color: #70d250;
	text-decoration: underline;
}

.headerError {
  font-size: 16px;
  font-weight : bold;
  text-align : center;
	padding: 3px 0;
}

.headerInfo {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
	padding: 3px 0;
}

.headerWarning {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
	padding: 3px 0;
}

SPAN.errorText {
  color: #ff0000;
}

SPAN.gray {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

.messageBox {
	font-size: 13px;
}

.messageStackError, .messageStackWarning {
	font-size: 13px;
	background-color: #ffb3b5;
}

.messageStackSuccess {
	font-size: 13px;
	background-color: #99ff00;
}
/* !sekcja błędy/komunikaty */

/* strona serwisowa */
.serviceLogo {
height:50%;
text-align:center;
vertical-align:bottom;
width:100%;
}

.serviceCommunicat {
font-size:20px;
font-weight:bold;
height:50%;
text-align:center;
vertical-align:top;
width:100%;
}
/* !strona serwisowa */

/* stronnicowanie */
A.pageResults {
  color: #487920;
}

A.pageResults:hover {
  color: black;
}
/* !stronnicowanie */

/* podświetlanie wierszy wybranych/po najechaniu */
.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}

.moduleRowSelected {
	background-color: #E9F4FC;
}
/* !podświetlanie wierszy wybranych/po najechaniu */

/* pasek postępu w procesie zamawiania */
.checkoutBarFrom, .checkoutBarTo {
	font-size: 13px;
	color: #8c8c8c;
}

.checkoutBarCurrent {
	font-size: 13px;
	color: #000000;
}
/* !pasek postępu w procesie zamawiania */


BODY {
	background: #ffffff;
	color: #000000;
}

h1 {
  color: #000000;
}

A {
  color: green;
}

A:hover {
	color: #000;
}

A.more {
	color: #000000;
}

.headerError {
	background: #ff0000;
	color: #ffffff;
}

.headerInfo {
  background: #00ff00;
  color: #ffffff;
}

.headerWarning {
  background: #FFE100;
  color: #000;
}

.bacgroundHeaderColor {
/* 	background-color: #BBC3D3; */
	background: #487920 url(/template/kwiateo/images/trawka.jpg) repeat-x scroll 0 0;
	color: white;
}

.bacgroundHeaderColor A {
	color: white;
}

.frameColor {
	color: #487920;
}

div#tiny-lightbox {
	position: absolute;
	z-index: 100000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
div#tiny-lightbox a {
	outline: none;
}
div#tiny-lightbox-overlay {
	position: absolute;
	z-index: 0;
    left: 0;
    top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	padding-bottom: 40px;
}
div#tiny-lightbox-box {
	position: absolute;
	z-index: 1;
	width: 200px;
	height: 200px;
	top: 40px;
	background-color: #fff;
	border: 10px solid #fff;
	visibility: hidden;
}
div#tiny-lightbox.tiny-lightbox-loading div#tiny-lightbox-box {
	background: url(/tinyLightbox/img/loading.gif) no-repeat center #fff;
}

div#tiny-lightbox.tiny-lightbox-animating div#tiny-lightbox-box a, 
div#tiny-lightbox.tiny-lightbox-loading div#tiny-lightbox-box a {
	display: none;
}
div#tiny-lightbox-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	display: none;
}
div#tiny-lightbox-bar {
	position: absolute;
	display: none;
	background: #fff;
	padding: 0 10px 10px 10px;
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
    text-align: left;
	color: #666;	
}

a#tiny-lightbox-close,
a#tiny-lightbox-slideshow {
    float: right;
	width: 26px;	
	height: 26px;
}
a#tiny-lightbox-close {
	background: url(/tinyLightbox/img/close.gif) no-repeat;
}
a#tiny-lightbox-slideshow {
	background: url(/tinyLightbox/img/play-pause.gif)  no-repeat;
}
div.tiny-lightbox-slideshow-running a#tiny-lightbox-slideshow {
	background-position: -26px 0;		
}
div#tiny-lightbox-description {
    margin-bottom: 10px;
}
span#tiny-lightbox-stats {
	float: left;
	font-weight: bold;
}



/* prev and next buttons */

a#tiny-lightbox-prev, a#tiny-lightbox-next {
	position: absolute;
	z-index: 1000;
	width: 50%;
	height: 100%;
	top: 0;
}
a#tiny-lightbox-prev {
	left: 0;
}
a#tiny-lightbox-next {
	right: 0;
}

a#tiny-lightbox-prev span, 
a#tiny-lightbox-next span {
	position: absolute;
	width: 81px;
	height: 48px;
	top: 40%;
	visibility: hidden;
}

a#tiny-lightbox-prev span {
	left: 0;
	background: url(/tinyLightbox/img/prev.png) no-repeat;
	filter:progid:DXImageTransform.Microsoft#AlphaImageLoader(src='img/prev.png', sizingMethod='crop');
	_background: none;
}
a#tiny-lightbox-next span {
	right: 0;
	background: url(/tinyLightbox/img/next.png) no-repeat;
	filter:progid:DXImageTransform.Microsoft#AlphaImageLoader(src='img/next.png', sizingMethod='crop');
	_background: none;
}

a#tiny-lightbox-prev span.tiny-lightbox-hover,
a#tiny-lightbox-next span.tiny-lightbox-hover {
	visibility: visible;
}

/* 
	IE6 background image flicker fix
	http://evil#che#lu/2006/9/25/no-more-ie6-background-flicker 
*/
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}



/* slideshow gallery */

.slideshowlite {
	position: relative;
	border: 0px solid #111;
	overflow: hidden;
	margin-bottom: 5px;
}

.slideshowlite a {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
}

.slideshowlite img {
	border: none;
}

/* pagination control */

.slideshowlite ul,
.slideshowlite ol {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 5px;
	right: 5px;
	z-index: 3;
}

.slideshowlite ul li,
.slideshowlite ol li {
	float: left;
	margin: 0 3px;
	width: 16px;
}

.slideshowlite ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 14px;
	padding-top: 2px;
	text-decoration: none;
	color: #666;
	background: #eee;
	border: 1px solid #666;
	text-align: center;
	font-size: 11px;
}

.slideshowlite ul li a.current {
	color: #111;
	font-weight: bold;
	border: 1px solid #111;
	background: #fff;
}

.slideshowlite ul li a:hover {
	color: #fff;
	background: #333;
}

/* caption control */

.slideshowlite ol {
	top: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 3px 10px;
}

.slideshowlite ol li {
	width: 100%;
}

/* column_left.tpl i column_right.tpl */

.box {
	margin-bottom: 7px;
	width: 210px;
}

.box .boxHeader {
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
}

.box .boxContent {
	padding: 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 13px;
}

/* shopping_cart.tpl */
.newItemInCart {
  font-size: 13px;
  color: #ff0000;
}
/* !shopping_cart.tpl */



/* template_dir/includes/boxes/languages.tpl */




/* template_dir/includes/boxes/categories.tpl */




/* template_dir/includes/boxes/information.tpl */




/* template_dir/includes/boxes/contacts.tpl */




/* template_dir/includes/boxes/whats_new.tpl */

.boxSlideShow {
	padding: 0px;
}

/* boxy slide-show */

		.boxSlideShow {
/* 			border: 1px solid gray; */
		}

		.boxSlideShow ul {
			display: none;
			padding: 0px;
		}

		.boxSlideShow li {
			width: 190px;
		}

		.boxSlideShow a:hover {
			text-decoration: none;
		}

/* !boxy slideshow */

/* template_dir/includes/boxes/manufacturers.tpl */




/* template_dir/includes/boxes/manufacturer_cloud.tpl */




/* template_dir/includes/boxes/search.tpl */




/* template_dir/includes/boxes/blog.tpl */

.boxBlogDate {
	text-align: right;
	color: #000;
	font-size: 12px;
	font-style: italic;
}

/* template_dir/includes/boxes/shopping_cart.tpl */




/* template_dir/includes/boxes/product_compare.tpl */
.boxCompareProductName {
	padding: 0px 0px 2px 0px;
}

.boxCompareProductDelete {
	padding: 0px 0px 5px 0px;
}

.boxCompareProductDelete a {
	font-size: 12px;
	color: #BBC3D3;
}

.boxCompareProductBottom {
	width: 100%;
	padding: 5px 0px;
	float:left;
}

.boxCompareProductDeleteAll {
	float: left;
	font-size: 12px;
	padding-top: 4px;
}

/* template_dir/includes/boxes/loginbox.tpl */




/* template_dir/includes/boxes/manufacturer_info.tpl */




/* template_dir/includes/boxes/specials.tpl */

.boxSlideShow {
	padding: 0px;
}


/* template_dir/includes/boxes/best_sellers.tpl */




/* template_dir/includes/boxes/tell_a_friend.tpl */




/* template_dir/includes/boxes/product_notifications.tpl */




/* template_dir/includes/boxes/reviews.tpl */




/* template_dir/includes/boxes/order_history.tpl */




.footer {
  font-size: 13px;
  background: #487920 url(/template/kwiateo/images/trawka.jpg) repeat-x scroll 0 0;
  color: #ffffff;
  font-weight: bold;
	padding: 5px 10px;
}

.copyright {
	padding: 20px;
	text-align: center;
}

.ecommerce24h {
	display: block;
	margin: auto;
	background-image: url(http://www.ecommerce24h.pl/logo.png);
	width: 120px;
	height: 50px;
	text-indent: -10000px;
}


TR.headerNavigation {
	height: 25px;
}

TD.headerNavigation {
	color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #ffffff;
}

.headerSearch {
	line-height: 23px;
	text-align: left;
	width: 250px;
}

.header a {
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}
