@charset "utf-8";
/* CSS Document main.css */

/* reset ustawien stylu */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, ul, li, dfn, em, font, img, ins, kbd, q, s, samp, strike, 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 {
}
h2 {
	font-size: 15px;
	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:#284bb1;
text-decoration:underline;
}
a:hover {
	color:#1f1f1f;
	text-decoration:none;
}

/* ----------------------------------------------------------------------------
gorna belka ulozenie elementow
-----------------------------------------------------------------------------*/
#top_c1 {
	float:left;
	width:338px;
	height:auto;
}
#top_c2 {
	float:left;
	width:670px;
	height:auto;
}
#logo {
	float:left;
	width:auto;
	padding:17px 0 0 40px;
}
#mainMenu {
	width:auto;
	float:left;
	padding-top:5px;
	font-size:11px;
	font:"Myriad Pro"
}
#miniMenu{
	margin-top:9px;
	padding-bottom:3px;
	font-weight:bold;
	border-bottom:1px solid #353535;
	height:auto;
}
#miniMenu a{
	color:#acacac;
	text-decoration:none
}

#miniMenuC1{
	float:left;
	width:auto
}
#miniMenuC2{
	float:right;
	width:auto
}
/* ----------------------------------------------------------------------------
gorna belka - logowanie
-----------------------------------------------------------------------------*/
#loginform {
	width:auto;
	float:right;
	height:auto;
	color:#c2c2c2;
	margin-left:10px;
}
#loginform a {
	color:#f4f4f4;

}
#loginform form {
	margin-top:20px;
}
#loginform input {
	float:left;
	display:block;
	font-size:9px;
	margin-right:2px;
	font-size:10px;
	width:108px;
}
#loginform .loginSubmit {
	width:auto !important;
}
#loginInfo{
	margin-top:20px;
	float:right;
	text-align:right
}
#loginOptions a{
	margin-top:1px;
	color:#f4f4f4;
}
#userCart{
	margin-top:21px;
}

/* -----------------------------------------------------------------------------*/

.big_avatar {
	width: 100px; 
	height: 100px; 
	float: left; 
	border: 1px solid #ddd; 
	padding: 2px; 
	margin: 0 10px 10px 5px; 
	text-align: center
}

.hdash {
    font-size: 1px;
    line-height: 1px;
    height: 3px;
    background-image: url(../img/backgrounds/dash.gif);
    width: 100%;
    margin:2px 0px 2px 0;
    clear: both;
}
.notice {
    font-size: 11px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #ABABAB;
    padding: 10px;
    text-align: center;
    background-color: #eaeaea;
}

/* zwijanie kontentu */
.toggle_head {
	height: 21px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-top: 7px;
	cursor: pointer;
	padding-left:30px;
	font-weight:bold;
	background: #fff url('../img/buttons/bottomArr.gif') 10px 12px no-repeat;
	border-bottom:#ebebeb solid 1px;
}

/* szerokosc contentu dla elementow ktore wymagaja mniejszej szerokosci niz 100% */
.contentPxWidth{
    width:750px;
}
div.contentTitle {
    font-size: 15px;
    font-weight: bold;
    color: #141414;
    text-decoration: none;
}
div.contentTitle span.separator {
    color: #A8A8A8;
}
div.contentTitle a {
    color: #fd6a06;
    text-decoration: underline;
}
div.contentTitle a:hover {
    text-decoration: underline;
	color: #ffa500;
}
.opacity {
	filter:Alpha(opacity=4 0, Style=2);
	-moz-opacity:0.15;
	-khtml-opacity: 0.3;
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity:0.80;
}

.clear {
	clear: both !important;
	display:block !important;
	height:auto !important;
	font-size:0px !important;
	margin:0px !important;
	padding:0px !important;
	border:none !important;
	background: none !important;
	height:0 !important
}
.overlay{
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#000;
	z-index:10;
	display:none
}
.loadingBig{
	margin:0 auto;
	margin-top:50%;
	width:64px;
	height: 64px;
	background: url(../img/others/loadingBig.gif) no-repeat;
}


/* facebook ................................................................................. */
#facebookPanel{
	width: 450px;
	height:auto;
	position: fixed;
	top:300px;
	left: 0px;
	z-index: 8000;
	background: #fff
}
.facebookButton{
	background: url(../img/buttons/facebook.png) no-repeat center;
	display: block;
	height: 40px;
	width: 41px;
	position: absolute;
	right: -40px;
	top: 0px;
}
.facebookButton:hover{ background: url(../img/buttons/facebook2.png) no-repeat center; }
