/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003-2007 osCommerce

  Released under the GNU General Public License
*/
* {
	margin: 0;
}
/* kolor tla strony, tekstu na stronie oraz rozmiaru marginesu
BODY {
  background: #ffffff;
  color: #525252;
  margin: 0px;
}
*/

/* ustawienia czcionki we wszystkich boxach */
.boxText { 
 font-family: arial, helvetica, sans-serif; 
 font-size: 11px;
}

/* ustawienia tekstu bledow */
.errorBox {
  font-family : arial, helvetica, sans-serif;
  font-size : 10px;
  font-weight: bold; color: #c00000;
  background: #999999;
}

/* ustawienia tekstu informujacego o braku towaru na skladzie podczas realizacji zamowienia */
.stockWarning {
  font-family : arial, helvetica, sans-serif; 
  font-size : 10px;
  color: #cc0033;
}

/* kolor paska powiadamienia o produktach po zakonczonych zakupach - checkout_success.php) */
.productsNotifications {
	font-family: arial, helvetica, sans-serif;
	background: #f2fff7;
	font-size: 11px;
}

/* wyglad tekstu [edycja] przed ostatecznym zatwierdzeniem zamowienia */
.orderEdit {
  font-family : arial, helvetica, sans-serif;
  font-size : 10px;
  color: #660000;
  text-decoration: underline;
}

/* ustawienie informacji w potwierdzeniu mBank */
h1 {
  margin-bottom: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #708090;
}

/* ustawienia linkow */
A {
  color: #660000;
  text-decoration: none;
}

A:hover {
  color: #660000;
  text-decoration: underline;
}

/* sposob wyswietlania formularzy */
FORM {
  display: inline;
}

/* kolor tla naglowka */
TR.header {
  background: #999999;
}

/* kolor paska nawigacyjnego nad naglowkiem */
TR.headerNavigation {
  background: #888888;
}

/* ustawienia paska nawigacyjnego : czcionka, rozmiar, tło, obraz sła, kolor tekstu */
TD.headerNavigation {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  background: #333333;
  color: #dddddd;
  font-weight : bold;
}

/* kolor linkow w pasku nawigacyjnym */
.headerNavigation { 
  color: #dddddd; 
  text-decoration: none;
}

/* kolor linkow w pasku nawigacyjnym po najechaniu myszka */
.headerNavigation:hover {
  color: #dddddd;
  text-decoration: underline;
}

/* kolor linkow w pasku nawigacyjnym po najechaniu myszka */

.headerNavigationFeatured { 
  color: #ffcc00; 
  text-decoration: none;
}
.headerNavigationFeatured:hover {
  color: #ffcc00;
  text-decoration: underline;
}

/* kolor tla gdy w naglowku wystapi blad - pojawia sie na gorze naglowka */
TR.headerError {
  background: #c00000;
}

/* ustawienia naglowka w przypadku wystapienia bledu */
TD.headerError {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight : bold;
  text-align : center;
  color: #ffffff;
  background: #c00000;
}

/* kolor tla dla informacji  pokazywanych na samej gorze naglowka */
TR.headerInfo {
  background: #00ff00;
}

/* ustawienia dla informacji  pokazywanych na samej gorze naglowka */
TD.headerInfo {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: #00ff00;
}

/* kolor tla dla stopki */
TR.footer {
  background: #708090;
}

/* ustawienia wygladu stopki */
TD.footer {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  background: #708090;
}

/* kolor tla dla boxow - w takim kolorze jest ich obramowanie */
.infoBox {
  background: #888888;
}

/* ustawienia dla boxow */
TD.infoBox, SPAN.infoBox {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

/* ustawienia dla boxow w modulach*/
.infoBoxContents {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  background: #999999;
}

/* ustawienia dla boxow */
.boxContents {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

/* wykorzystany w jednym miejscu podczas zamawiania */
.infoBoxNotice {
  background: #FF8E90;
}

/* wykorzystany w jednym miejscu podczas zamawiania */
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
}

/* kolor oraz wysokość tla naglowka boxu */
td.boxbackground {
  background: #000000;
  height: 23px;
  border: 1px;
  border-style: solid;
  border-color: #000; 
}

/* ustawienia naglowka boxow */
TD.infoBoxHeading {
  font-family: arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  PADDING-LEFT: 5px;
  background-image:url(images/infobox/h3-bg.gif);
  height: 23px;
}

/* ustawienia naroznikow boxow - rozwiazanie niestandartowe */
TD.CornerBoxHeading {
  background-image:url(images/infobox/h3-bg.gif);
  height: 23px;
  PADDING: 0px;
}

/* kolor tla wiersza - kolorowanie wierszy tabeli */
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: #999999;
}

/* kolor tla wiersza - kolor0wanie wierszy tabeli */
tr.accounthistory-even, tr.addressbook-even, tr.alsopurchased-even, tr.payment-even, tr.alsopurchased-even, tr.productreviews-even, tr.upcomingproducts-even, tr.shippingoptions-even {
	background: #999999;
}

/* ustawienia naglowka w liscie produktow */
.productListing-heading {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  background: #888888;
}

/* ustawienia tabeli listujacej produkty po wybraniu kategorii */
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #888888;
  border-collapse: collapse;
}

/* ustawienia dla listy wyswietlajacej produkty */
TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #111111;
}

/* kolor linkow w listach z odnosnikami do kolejnych stron */
A.pageResults {
  color: #660000;
}

/* kolor linkow w listach z odnosnikami do kolejnych stron po najechaniu myszka */
A.pageResults:hover {
  color: #660000;
  text-decoration:underline;
  background: #999999;
}

/*ustawienia dla glownych stron, np. opisy produktow */
TD.main, P.main {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/* ustawienia dla tytulow naglowkow */
TD.PageHeading {
  font-family: arial, helvetica, sans-serif;
  TEXT-TRANSFORM: uppercase; 
  FONT-WEIGHT: bold; 
  font-size: 11px; 
  color: #ffffff; 
  PADDING-LEFT: 5px; 
  PADDING-TOP: 0px; 
  background-image:url(images/infobox/h3-bg.gif);
  height: 25px;
  border: #000000 solid 1px;
}

/*ustawienia dla glownych stron, np. opisy produktow */
TD.subTileModule, P.subTileModule {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 1.5;
  padding-top: 15px;
}

/* ustawienia naroznikow dla tytulow naglowkow */
TD.CornerPageHeading {
	BACKGROUND: #D3D3D3;
	PADDING: 0px; 
}

/* wszedzie tam gdzie wystepuje maly tekst, np. data dodania produktu */
TD.smallText, SPAN.smallText, P.smallText, .smallText {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #222222;
}

/* Tytul glownej kategorii w newsach */
TD.accountCategory {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #708090;
}

/* ustawienia opisow pol formularza przy zaawansowanym wyszukiwaniu */
TD.fieldKey {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* ustawienia pol formularza przy zaawansowanym wyszukiwaniu */
TD.fieldValue {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

/* naglowki tabel - wykorztywany tylko w Admin */
TD.tableHeading {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* ustawienia opisu produktu w koszyku w boxie koszyk */
SPAN.newItemInCart {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

/* ustawienia tekstu w polach formularzy */
CHECKBOX, INPUT, SELECT {
  FONT-SIZE: 11px; 
  FONT-FAMILY: Tahoma, Arial, Verdana, sans-serif;
  color: #708090;
}

/* ustawienia pola tekstowego w formularzach */
TEXTAREA {
  BORDER-RIGHT: #c0c0c0 1px solid; 
  BORDER-TOP: #c0c0c0 1px solid;
  FONT-SIZE: 11px; 
  BORDER-LEFT: #c0c0c0 1px solid; 
  BORDER-BOTTOM: #c0c0c0 1px solid; 
  FONT-FAMILY: Tahoma, Arial, Verdana, sans-serif;
  color: #708090;
}

/* ustawienia informacje ze produkt jest niedostepny */
SPAN.markProductOutOfStock {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

/* ustwaienia promocyjnej ceny produktu */
SPAN.productSpecialPrice {
  font-family: arial, helvetica, sans-serif;
  color: #c00000;
  font-size: 14px;
  font-weight: bold;
}

productSpecialPrice {
  font-family: arial, helvetica, sans-serif;
  color: #c00000;
  font-size: 14px;
  font-weight: bold;
}

/* ustawienia tekstu bledu */
SPAN.errorText {
  font-family: arial, helvetica, sans-serif;
  color: #c00000;
}


.modulerow {  color: #222222; }
/* kolor na jaki zmienia sie tlo po najechaniu myszka podczas np. wyboru sposobu platnosci */
.modulerowover { background-color: #888888; }
/* kolor na jaki zmienia sie tlko po wybraniu opcji */
.moduleRowSelected { 
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color:#006600;
}

/* ustawienia paska na dole podczas realizacji zamowienia, ktory pokazuje kolejne etapy realizacji - kroki nieaktywne*/
.checkoutbarfrom, .checkoutbarto { font-family: arial, helvetica, sans-serif; font-size: 10px; color: #006600; }
/* ustawienia paska na dole podczas realizacji zamowienia, ktory pokazuje kolejne etapy realizacji - kroki aktywne*/
.checkoutbarcurrent { font-family: arial, helvetica, sans-serif; font-size: 10px; color: #000000; }

/* ustawienia bledow/sukcesow/ostrzezen podczas operacji usuwania/dodawania informacji*/
.messagebox { font-family: arial, helvetica, sans-serif; font-size: 10px; }
.messagestackerror, .messagestackwarning { font-family: arial, helvetica, sans-serif; font-size: 10px; color: #ffd700; background-color: #999999; }
.messagestacksuccess { font-family: arial, helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* ustawienia oznaczenia pol wymaganych w formularzach */
.inputRequirement { font-family: arial, helvetica, sans-serif; font-size: 10px; color: #ff0000; }

/* ustawienie wyswietlania nazwy produktu w boxie Super Produkt */
.star-product-title {
  font-family: arial, helvetica, sans-serif;
  text-align : center;
  font-size: 15px;
  font-weight: bold;
  color: #660000;
}

.star-product-title:hover {
  font-family: arial, helvetica, sans-serif;
  text-align : center;
  font-size: 15px;
  font-weight: bold;
  color: #660000;
  text-decoration: underline;
}

/* ustawienie wyswietlania opisu produktu w boxie Super Produkt */
.star-product {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #222222;
}

/* ustawienie wyswietlania ceny produktu w boxie Super Produkt */
.star-product-price{
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #222222;
}

/* Box Categories */
/* ustawienia wiersza kategorii w boxie Categories */
.CategoryRow {
  PADDING-RIGHT: 0px; 
  PADDING-LEFT: 0px; 
  PADDING-BOTTOM: 5px; 
  PADDING-TOP: 5px; 
}

/* ustawienia wyswietlania tekstu kategorii w boxie Categories */
.CategoryText {
  FONT-WEIGHT: normal; 
  FONT-SIZE: 11px; 
  COLOR: #525252; 
  TEXT-DECORATION: none; 
  font-family: arial, helvetica, sans-serif;
}


/* ustawienia wyswietlania linkow w boxach po prawej i lewej stronie */
.boxLink {
  FONT-WEIGHT: normal; 
  FONT-SIZE: 11px; 
  color: #660000; 
  TEXT-DECORATION: none
}

/* ustawienia wyswietlania linkow w boxach po prawej i lewej stronie */
.boxLink:hover {
  FONT-WEIGHT: normal; 
  FONT-SIZE: 11px; 
  color: #660000; 
  text-decoration: underline;
}

/* wyswietlanie ceny produktu w boxie nowe produkty */
.ProductTile {
  font-family: arial, helvetica, sans-serif; 
  FONT-WEIGHT: bold; 
  FONT-SIZE: 12px; 
  color: #660000; 
  text-decoration: none;
}

/* wyswietlanie ceny produktu w boxie nowe produkty */
.ProductTile:hover {
  font-family: arial, helvetica, sans-serif; 
  FONT-WEIGHT: bold; 
  FONT-SIZE: 12px; 
  color: #660000; 
  text-decoration: underline;
}


/* wyswietlanie ceny produktu w boxie nowe produkty */
.PriceProduct {
  font-family: arial, helvetica, sans-serif;
  FONT-WEIGHT: bold; 
  FONT-SIZE: 16px;
  color: #333333
}

.SmallPriceProduct {
  font-family: arial, helvetica, sans-serif; 
  FONT-WEIGHT: bold; 
  FONT-SIZE: 11px;
  color: #333333
}

/* ustawienia napisu cena" */
.Cena {
  font-family: arial, helvetica, sans-serif; 
  FONT-WEIGHT: bold; 
  FONT-SIZE: 14px;
  color: #222222;
}

/* wyswietlanie nazwy produktu na stronie opisu produktu */
.ProductInfoTile {
  font-family: arial, helvetica, sans-serif; 
  FONT-WEIGHT: bold; FONT-SIZE: 14px; 
  color: #222222; 
  TEXT-DECORATION: none; 
  background: #999999;
}

/* wyswietlanie ceny detalicznej producenta i oszczedzasz */
.PriceRetailProduct {
  font-family: arial, helvetica, sans-serif; 
  FONT-SIZE: 11px;
  COLOR: #525252
}

/* DODANE */

/* ustawienie srodka tabelki Super Produkt - na stronie glownej */
.templateinfobox {
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  color: #525252;
  background-color: #999999;
}

/* ustawienie napisu dodaj do koszyka w listingach produktow */
.AddCart {
  font-size: 11px;
  font-weight: bold;
  color: #FF6600;
  text-decoration: none;
}
.AddCart:hover {
  font-size: 11px;
  font-weight: bold;
  color: #FF6600;
  text-decoration: none;
}

/* ustawienie napisu szczegoly w listingach produktow */
.ProductDescripion:hover {
  font-size: 11px;
  font-weight: bold;
  color: #FF6600;
  text-decoration: none;
}

/* tabela z obramowaniem */
.TableFrame {
  border: 1px;
  border-style: solid;
  border-color: #888888;
}

/* tlo komorki imitujacej przycisk */
.Button {
  font-size: 11px;
  font-weight: bold;
}

/* tlo komorki w karcie produktu z informacjami o producencie, dostepnosci ... */
.ProductHead {
  font-size: 11px;
  font-weight: normal;
  background: #aaaaaa;
}

/* ustawienia dla tytulow naglowkow oczekiwanych produktow*/
TD.PageUpcoming {
    font-family: arial, helvetica, sans-serif;
	BACKGROUND-POSITION: 0% 0%; 
	TEXT-TRANSFORM: uppercase; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	color: #333333; 
	PADDING-LEFT: 5px; 
	PADDING-TOP: 0px; 
	background: #ffcc66;
}

/* ustawienia naroznikow dla tytulow naglowkow  oczekiwanych produktow*/
TD.CornerBoxUpcoming {
	BACKGROUND-POSITION: 0% 0%;
	BACKGROUND: #FFCC66;
	PADDING: 0px; 
}

/* elementy wykorzystywane do przegladania dodatkowych obrazkow */
#motioncontainer a img{ /*image border color*/
border: 1px solid #fff;
}
#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #fff;
}
#motioncontainer a:hover{
color: #c00000; /* dummy definition to overcome ie bug */
}
#statusdiv{
position: absolute;
padding: 2px;
background-color: yellow;
border: 1px solid gray;
visibility: hidden;
}

table.dia {
	margin: 0px;
}
table.dia td {
	text-align: center;
	vertical-align: middle;
	background: #999999;
}
table.dia img {
	display: block;
	margin: auto;
}

img {
	border: 0;
}

table.dia a img {
}

table.dia a:hover img {
}

fieldset { border:1px solid #888888 }

legend {
  font-family: arial, helvetica, sans-serif;
  padding: 0.2em 0.5em;
  color: #FFFFFF;
  FONT-WEIGHT: bold; 
  FONT-SIZE: 11px; 
  text-align:right;
  }

/* Special Scroller */

#pscroller1 {
	height: 170px;
	border: 0px;
	padding: 5px;
}

#pscroller3 {
	height: 170px;
	border: 0px;
	padding: 5px;
}

.someclass {
  	font-family: sans-serif;
  	font-size: 11px;
  	line-height: 1.5;
}

/* nowe - zwiazane z zakladkami do karty produktu */
.zakladka {
	background: #aaaaaa;
	padding: 1px 10px;	
	top: 1px;
	cursor: pointer;
	font-family: arial, helvetica, sans-seriff;
	font-size : 11px;
	font-weight: bold;	
	color: #101010;	
	border-top: 1px solid #888888;
    border-left: 1px solid #888888;  	
	border-right: 1px solid #888888;  
}

.zakladka_aktywna {
	background: #666666;
	padding: 1px 10px;	
	top: 1px;
	cursor: pointer;	
	font-family: arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;	
	color: #101010;	
	border-top: 1px solid #888888;
    border-left: 1px solid #888888;  	
	border-right: 1px solid #888888;  
}

.zakladka_wlaczona {
	background: #666666;
	padding: 1px 10px;	
	top: 1px;
	cursor: pointer;	
	font-family: arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;	
	color: #101010;	
	border-top: 1px solid #888888;
    border-left: 1px solid #888888;  	
	border-right: 1px solid #888888;  
}
/* Mods */
.leftUnder {
	border-top:#888888 1px solid;
 	border-right:#888888 1px solid;
}

.rightUnder {
	border-top:#888888 1px solid;
}
/* Joomla */

body#bd {
	background: #000000;
	color: #111111;
  	font-family: arial, helvetica, sans-serif;
  	line-height: 150%;	
  	font-size: 11px;
}

#meg-wrapper {
	width: 1019px;
	margin: 0 auto;
	padding-left: 17px;
	background: url(http://www.meguiars.pl/templates/meguiars/images/shadowleft-bg.gif) no-repeat top left;
	text-align: center;
	padding-bottom: 8px;
}

#meg-wrapper-inner {
	padding-right: 17px;
	background: url(http://www.meguiars.pl/templates/meguiars/images/shadownright-bg.gif) no-repeat top right;
	text-align: left;
}

#meg-headerwrap {
	background: url(http://www.meguiars.pl/templates/meguiars/images/header-bg.gif) repeat-x top #000000;
}

#meg-header {
	clear: both;
	background: url(http://www.meguiars.pl/templates/meguiars/images/headerright-bg.jpg) no-repeat top right;
	text-align: left;
	line-height: normal;
	height: 80px;
	position: relative;
}

#meg-header h1 {
	font-size: 2em;
	position: absolute;
	top: 0;
	left: 0;
}

#meg-header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#meg-header h1 img {
	float: left;
}

#meg-mainnavwrap {
	background: url(http://www.meguiars.pl/templates/meguiars/images/mainnav-bg.gif) repeat-x top #000000;
	height: 38px;
	z-index: 1000;
}

#meg-topmenu-logo {
	padding-top: 11px;
	float:right; 
}
#meg-topmenu {
 	padding: 0px 5px 8px 0px;
	position:relative;
}

#meg-topmenu a {
	font-weight: bold; 
	color: #FFFFFF;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: URL("http://www.meguiars.pl/modules/mod_swmenufree/images/mainnav_button.gif");
	padding-top: 11px;
	padding-left: 5px;
	padding-bottom: 13px;
	padding-right: 5px;
	position:absolute;
}

#meg-topmenu a:hover {
	color: #000000;
	text-decoration: none;
	background: URL("http://www.meguiars.pl/modules/mod_swmenufree/images/mainnav_button_hover.gif");
	padding-top: 11px;
	padding-left: 5px;
	padding-bottom: 13px;
	padding-right: 5px;
}

#meg-containerwrap {
	padding: 0;
	background-color:#999999;
}
#meg-container-f {
	padding: 0;
}

#meg-mainbody-f {
	width: 100%;
}

#meg-mainbody-f #meg-contentwrap {
	background: none;
}

#meg-content-f, #meg-content-fl {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 1px!important;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0;
}

#meg-footerwrap {
	clear: both;
	padding: 17px 12px 10px;
	background: url(http://www.meguiars.pl/templates/meguiars/images/footer-bg.gif) repeat-x top #777777;
	color: #111111;
}

#meg-footer {
	height: 35px;
	overflow: hidden;
}

#meg-bottomline {
	float: left;
	margin: 0;
	display: block;
	padding-left: 15px;
	color: #111111;
  	font-family: arial, helvetica, sans-serif;
  	font-size: 11px;
}

#meg-cert {
	float: right;
	margin-top: 7px;
	font-size: 11px;
}

#meg-sublogo {
	float: left;
	width: 20%;
	background: url(http://www.meguiars.pl/templates/meguiars/images/v-seperator.gif) repeat-y top right;
	text-align: center;
}

