
/* 	
	motogarage stylesheet 
	$Id: style.css,v 1.8 2008/02/02 15:07:19 zombiek Exp $ 
*/

* {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

body {
	background: #000 url(img/bg.jpg) top repeat-x;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

#topLayerContainer  {
	z-index:1000;
	position:absolute; 
	top:200px;
	width: 100%;
	text-align: center;
}


#topLayer {
	float: none;
	width: 560px;
	height: 315px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	border: 5px solid #fff;
}

.accessibility {
	display: none;
}

a:link {
	color: #1A3755;
	text-decoration: none;
}

a:visited {
	color: #1A3755;
	text-decoration: none;
}

a:hover {
	color: #429CD6;
	text-decoration: none;
}

a:active {
	color: #1A3755;
	text-decoration: none;
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 770px;
	height: 345px;
	position: relative;
	padding-left: 10px;
}

#header h1,
#leftContainer h1 {
	font-size: 14px;
}

#header h1 a,
#leftContainer h1 a {
	display: block;
	position: absolute;
	top: 25px;
	left: 30px;
	width: 173px;
	height: 87px;
	background: transparent url(img/logo.gif) no-repeat;
}

#header h1 a span,
#leftContainer h1 a span {
	display: none;
}


#headerFlash {
	position: absolute;
	top: 0;
	left: 280px;
	width: 500px;
	height: 345px;
	background: url(img/flashbg.jpg) no-repeat;
}

#boxWelcome {
	width: 730px;
	height: 130px;
	padding: 25px;
	background: url(img/welcomebg.jpg) no-repeat;
	color: #fff;
}

#boxWelcome h1 {
	margin-bottom: 10px;
}

#boxWelcome p {
	line-height: 1.3;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* ---------------- index -------------------- */

#hWelcome {
	margin: 0; 
	padding: 0;
	position: relative;
	width: 407px; 
	height: 37px;
	overflow: hidden;
	font-weight: normal;
	font-size: 15px;
}

#hWelcome span {
	display: block;
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index:1;
	width: 407px; 
	height: 37px;
	margin: 0; 
	padding: 0;
	background: url(img/h_welcome.gif) left center no-repeat;
}



#mainMenu {
	padding-top: 140px;
	width: 230px;
}

#mainMenu ul {
	list-style: none;
	padding: 0 !important;
	width: 230px;
}

#mainMenu ul li {
	float: none;
	display: block;
	margin-bottom: 1px;
}

#mainMenu ul li a {
	display: block;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background: url(img/bgmenu_gray.gif) no-repeat;
	color: #000;
	padding-left: 20px;
}

#mainMenu ul li a:link {
	background: url(img/bgmenu_gray.gif) no-repeat;
}

#mainMenu ul li a:visited {
	background: url(img/bgmenu_gray.gif) no-repeat;
}

#mainMenu ul li a:hover {
	color: #fff;
	background: url(img/bgmenu2.gif) no-repeat;
}

#mainMenu ul li a:active {
	background: url(img/bgmenu.gif) no-repeat;
}

#mainMenu ul li a.currentpage,
#mainMenu ul li a.activeparent {
	color: #fff;
	background: url(img/bgmenu.gif) no-repeat;
}

#mainMenu ul li a.currentpage:link,
#mainMenu ul li a.activeparent:link {
	color: #fff;
	background: url(img/bgmenu.gif) no-repeat;
}

#mainMenu ul li a.currentpage:visited,
#mainMenu ul li a.activeparent:visited {
	color: #fff;
	background: url(img/bgmenu.gif) no-repeat;
}

#mainMenu ul li a.currentpage:hover,
#mainMenu ul li a.activeparent:hover {
	color: #fff;
	background: url(img/bgmenu2.gif) no-repeat;
}

#mainMenu ul li a.currentpage:active,
#mainMenu ul li a.activeparent:active {
	color: #fff;
	background: url(img/bgmenu.gif) no-repeat;
}

#rightColumn {
	width: 418px;
	float: left;
}

#hNews {
	margin: 0; 
	padding: 0;
	position: relative;
	width: 418px; 
	height: 93px;
	overflow: hidden;
	font-weight: normal;
	font-size: 15px;
}

#hNews span {
	display: block;
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index:1;
	width: 418px; 
	height: 93px;
	margin: 0; 
	padding: 0;
	background: url(img/h_news.gif) left center no-repeat;
}
#rightColumn ul {
	color: #FFFFFF;
	margin-left: 50px;
	list-style: url(img/ikona_blue.gif);
}

#rightColumn ul li {
	padding: 5px 0;
}

#rightColumn a:link {
	color: #FFEECC;
}

#rightColumn a:visited {
	color: #FFEECC;
}

#rightColumn a:hover {
	color: #fff;
}

#rightColumn a:active {
	color: #FFEECC;
}

div.more {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	padding-right: 15px;
}

div.more a {
	background: url(img/ikona_more.gif) left center no-repeat;
	color: #fff;
	padding-left: 20px;	
}

div.more a:link {
	color: #fff;
	text-decoration: none;
}

div.more a:visited {
	color: #fff;
	text-decoration: none;
}

div.more a:hover {
	color: #fff;
	text-decoration: underline;
}

div.more a:active {
	color: #fff;
	text-decoration: none;
}


#leftColumn {
	width: 355px;
	float: left;
	margin-bottom: 20px;
}

#indexBoxbgOne {
	background: url(img/indexboxbg1.jpg) no-repeat;
	width: 285px;
	height: 113px;
	margin-top: 10px;
	padding: 30px 30px 10px 40px;
}

#indexBoxbgOne h1 {
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 10px;
}

#indexBoxbgOne p {
color: #FFFFFF;
font-size: 11px;

}

#indexBoxbgTwo {
	background: url(img/indexboxbg2.jpg) no-repeat;
	width: 285px;
	height: 113px;
	margin-top: 10px;
	padding: 30px 30px 10px 40px;
}

#indexBoxbgTwo h1 {
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 10px;
}

#indexBoxbgTwo p {
	color: #FFFFFF;
	font-size: 11px;
}

#footer {
	width: 738px;
	height: 71px;
	background: url(img/footer.jpg) no-repeat;
	clear: both;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
}

#downMenu {
	height: 38px;
}

#downMenu ul {
	list-style: none;

}

#downMenu ul li {
	display: block;
	float: left;
	font-size: 11px;

}

#downMenu ul li a {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;

}

#downMenu ul li + li a {
	border-left: 1px solid #FFFFFF;

}

#copyrights {
	color: #A9BDD3;
	font-size: 11px;
	float: left;
	padding-left: 15px;

}

#designed {
	color: #A9BDD3;
	font-size: 11px;
	float: right;
	padding-right: 15px;
	
}

/* --------------- clearfix ------------------ */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* --------------- page ------------------ */

#containerPage {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
	
#leftContainer {
	width: 260px;
	float: left;
	padding-left: 10px;
	position: relative;
}

#logo {
	width: 230px;
	height: 87px;
	position: relative;
	
}
#logo h1 {
	font-size: 14px;
}

#logo h1 a {
	display: block;
	position: absolute;
	top: 25px;
	left: 15px;
	width: 173px;
	height: 87px;
	background: transparent url(img/logo.gif) no-repeat;
}

#logo h1 a span {
	display: none;
}



#leftBox {
	width: 230px;
	padding-top: 80px;
	margin-bottom: 30px;
}

#leftBox a:link {
	color: #FFEECC;
}

#leftBox a:visited {
	color: #FFEECC;
}

#leftBox a:hover {
	color: #fff;
}

#leftBox a:active {
	color: #FFEECC;
}

#hNews2 {
	margin: 0; 
	padding: 0;
	position: relative;
	width: 230px; 
	height: 41px;
	overflow: hidden;
	font-weight: normal;
	font-size: 15px;	
}

#hNews2 span {
	display: block;
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index:1;
	width: 230px; 
	height: 93px;
	margin: 0; 
	padding: 0;
	background: url(img/page_news.jpg);
}

#leftBox ul {
	color: #FFEECC;
	margin-left: 20px;
	list-style: url(img/ikona_blue.gif);
	width: 210px;
	margin-top: 10px;
	font-size: 11px;
}

#leftBox ul li {
	padding: 5px 0;
}


#leftBox .more {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
}

#leftBox .more a {
	background: url(img/ikona_more.gif) no-repeat;
	color: #FFFFFF;
	padding-left: 20px;	
}


#rightContainer {
	width: 490px;
	float: left;
}

#rightContainer h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #1A3756;
	font-size: 32px;
	font-weight: normal;	
}

#rightContainer h2 {
	margin: 20px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #429CD6;
	border-bottom: 1px solid #429CD6;
	padding: 5px 0;
}

#rightContainer ul {
	list-style: square;
	margin: 10px 0 10px 20px;
}

#rightContainer ul li {
	padding: 3px 0;
}

#rightContainerBg {
	width: 430px;
	background: #FFFFFF url(img/bg_down.gif) bottom no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 25px;
	padding-bottom: 30px;
}

#rightContainerBg p {
	color: #333333;
	padding: 10px 0;
	line-height: 1.5;
}

#bgDown {
	width: 490px;
	height: 31px;
	margin-bottom: 60px;
}

#topMenu {
	height: 20px;
	padding-top: 20px;
	padding-right: 30px;
}

#topMenu ul {
	float: right;
}

#topMenu ul li {
	list-style: none;
	float: left;	
}

#topMenu ul li a {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 11px;
}

#topMenu ul li a.home {
	background: url(img/ikona_home.gif) left no-repeat;
}

#topMenu ul li a.contact {
	background: url(img/ikona_kontakt.gif) left no-repeat;
}

#breadcrumbs {
	border-bottom: 1px solid #eee;
	font-size: 10px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 5px;
}

#breadcrumbs p {
	font-size: 11px;
}


#breadcrumbs a:link {
	color: #555;
	text-decoration: none;
}

#breadcrumbs a:visited {
	color: #555;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #999;
	text-decoration: underline;
}

#breadcrumbs a:active {
	color: #555;
	text-decoration: none;
}

/* -------------------- produkty --------------------- */

div.item {
	display: inline;
	width: 120px;
	height: 160px;
	float: left;
	padding: 5px;
	border: 1px solid #efefef;
	margin: 0 10px 10px 0;
	text-align: center;
	position: relative;
	
}

div.item a:hover img {
	filter: alpha(opacity=70);
	opacity: .70;
}

div.itemImage img {
	border: 0;
	padding-top: 50px;
}

div.itemAdult {

}

div.itemName {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 5;
}

div.itemName a {
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 110px;
	text-align: left;
	filter: alpha(opacity=70);
	opacity: .70;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}

div.itemName a:link,
div.itemName a:visited {
	background: #fff;
	color: #000;
}

div.itemName a:hover {
	background: #fff;
	color: #000;
	filter: alpha(opacity=50);
	opacity: .50;
}

div.itemName a:active {
	background: #fff;
	color: #000;
}

div.itemListing {
	float: none;
	padding-top: 10px;
}

div.itemListingNav {
	text-align: right;
	margin-bottom: 20px;
}


/* --------------------- karta produktu --------------------- */

#catalogItem {
	position: relative;
}

.item_images {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.item_images img {
	padding: 2px;
	border: 1px solid #efefef;
}

#itemThumbnails {
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 20px;
}

#itemThumbnails img {
	border: 0;
}

#itemThumbnails a:hover img {
	filter: alpha(opacity=70);
	opacity: .70;
}

div.itemThumbnailsThumb {
 	width: 70px;
	height: 53px;
	float: left;
	display: inline;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: center;
	padding: 3px;
}

#itemThumbnails .clear {
	height: 1px;
	clear: both;
}

#itemDescription {
	color: #000;
	padding: 10px 0;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
}



#itemDescriptionBody {
	padding: 10px;
}

#itemDescriptionBody ul {
	margin-left: 20px;
	list-style-image: url(img/itemdot.gif);
}

#itemDescriptionLinks {
	padding: 5px;
	clear: both;
}

/* -------------------- forms ------------------ */


input, select, textarea { 
	width: 98%;
	padding: 2px;
	background: #fafafa;
	border: 1px solid #999;
	font-size: 11px;
	/*margin-bottom: 2px;*/
	margin: 1px 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #555;
}

input.disabled {
	background: #ccc;
}

input:focus, textarea:focus {
	background: #fff;
	border: 1px solid #555;
}

input.req:focus, textarea.req:focus {
	background: #fff right no-repeat;
}

form {
	/*width: 99%;*/
	font-weight: normal;
}

div.formError {
	border: 1px solid #CC0000;
	font-weight: bold;
	margin: 1em;
	padding: 20px;
}

div.formError ul {
	list-style: url(img/formerroritem.gif) !important;
}

div.formError ul li {
 	padding-left: 10px;
}
 
label {
	display: block;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
}
        
input.button {
	color: #fff;
	width: 100px !important;
	height: 25px;
	border: 0;
	background: transparent url(img/btnbg.gif) no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding: 1px;
}


fieldset {
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent;
}


.captchaStyle {
	margin-bottom: 1em; 
	text-align: center;
}

legend {
	text-align: center;
	font-weight: bold;
	background: transparent;
	padding: 3px 3px 3px 0;
	font-size: 14px;
}

/* faq */

dl {
	margin: 30px 0;
}

dt {
	padding-left: 15px;
	font-weight: bold;
	background: url(img/termdot.gif) left top no-repeat;
	margin: 20px 0;
}

dd {
	padding: 10px;
	border: 1px solid #ccc;
	background: #efefef;
	margin-left: 15px;
	line-height: 1.4;
}

/* --------------------- newsy -------------- */

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 5px;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
	margin-bottom: 5px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */


#NewsPostDetailTitle {
	margin-bottom: 20px;
	font-size: 16px;
	color: #1A3755;
}

/*
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

#subMenu {
	padding: 0;
}

#subMenu ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #efefef;
}

#subMenu ul li {
	float: left;
	padding-right: 2px;
	margin: 0;
}

#subMenu ul li a {
	float: left;
	display: block;
	border: 1px solid #efefef;
	border-bottom: 0;
	padding: 8px;
	margin: 0;	
}

#subMenu ul li a.currentpage {
	background: #efefef;
}
