/* CSS Document */

@charset "utf-8";
/* CSS Document main.css */

/* reset ustawien stylu */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, ul, li, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
td, table, tr, th {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom:10px;
}
h4 {
	color:#525252;
	font:12px Arial, Helvetica, sans-serif;font-weight:bold
}
h5 {
	color:#fff;
	font:20px Arial, Helvetica, sans-serif;
}
h6 {}
a {
	color:#151515;
	text-decoration:underline;
}
a:hover {
	color:#1f1f1f;
	text-decoration:none;
}

body{ 
	background: url(/images/backgrounds/mainBg.jpg) repeat-x center 140px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
}

#container{
	width: 907px;
	height: auto;
	margin:0 auto;
	margin-top:0px
}
/* top */
#top{
	float:left;
	height:140px;
	width:907px;
	background: url(/images/backgrounds/top.jpg) no-repeat left;
}
#top #logo{
	margin-top:20px
}
#topNav{
	margin-top:25px
	}
/* glowne menu */
#mainMenu{
	float:left;
	height:33px;
	width:auto;
}
#mainMenu ul{
	float:left;
	list-style:none;
	margin-top:7px;
}
#mainMenu .first{
    padding-left:0px !important;
    border-left:0px !important;
}
#mainMenu li{
	float:left;
	color:#fff;
    font:13px Arial, Helvetica, sans-serif;
    padding-right:20px;
    padding-left:20px;
    border-left:1px solid #262626;
}
#mainMenu li a{
	color:#fff;
	text-decoration:none;
}
#mainMenu li a:hover{
	color:#ffc47e;
	text-decoration:none;
}

/* szukaj */
#search{
	float:right;
	margin-top:5px;
}
.searchInputLeftBg{
	 float:left;
}
.searchInput{
	float:left;
	height:17px;
	width:140px;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
 	color:#ccc
}

/* menu produktow */
#prodMenu ul{
	float:left;
	margin-top:15px;
}
#prodMenu li{
	float:left;
	height:110px;
	width:287px;
}
#prodMenu .prodMenuRings{
	background: url(/images/backgrounds/prodMenuRings.gif) no-repeat left;
}
#prodMenu .prodMenuPendant{
	background: url(/images/backgrounds/prodMenuPendant.gif) no-repeat left;
 	margin-left:23px;
}
#prodMenu .prodMenuEarrings{
	background: url(/images/backgrounds/prodMenuEarrings.gif) no-repeat left;
 	margin-left:23px;
}
#prodMenu .prodMiniDesc{
	float:left;
    font:10px Arial, Helvetica, sans-serif;
    margin-top:50px;
    width:192px;
    height:auto;
}
#prodMenu .prodMenuRings .prodMiniDesc{
    margin-left:89px;
}
#prodMenu .prodMenuPendant .prodMiniDesc{
    margin-left:80px;
}
#prodMenu .prodMenuEarrings .prodMiniDesc{
    margin-left:80px;
}
#prodMenu .prodMenuButton{
	margin-top:5px;
	
}

/* mini menu */
#miniMenu{
	margin-top:15px;
	margin-bottom:15px;
}
#miniMenu li{
	float:left;
	margin-right:20px;
	background: url(/images/icons/rightArr.gif) no-repeat left;
	padding-left:10px;
}

/* slider produktow */
#prodSlider{
	margin-top:20px;
}
.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 900px; 
	height: 135px; 
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; 
	overflow: hidden; 
	margin: 10px;
	width: 150px;
	text-align:center
}

.prodModel{
	font-size:13px !important;
	color:#7f7f7f;
	text-decoration:none;
}
.prodPrice{
	font-size:15px !important;
	color:#7f7f7f;
	text-decoration:none;
	font-weight:bold;
}

/* footer */
#footerContainer{
	width:100%;
	height:auto;
	background: url(/images/backgrounds/footerBg.jpg) repeat-x;
	margin-top:25px;
	padding-top:20px;
	margin-bottom:10px;
}
#footer{
	margin:0 auto;
	width: 907px;
	height: auto;
	margin-top:10px;
	color:#878787;
}
#footer a{
	color:#a7a7a7;
	text-decoration:none
	
}

/* wiadomosci, komunikaty */
div.msgContainer {
	width: 50%;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	padding:10px;
	margin:40px auto;

}

.helpLeft a{
	text-decoration: none;
	
}


