ul,ol,li,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img,fieldset {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:link,a:visited {
	color: #3333CC;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 100%;
}

p {
	margin-top: 1em;
}

small {
	font-size: 10px;
}

td {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

ul {
	list-style: none;
}

/* ogólne */
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

div#flash-message {
	clear: both;
	margin: 1em 0;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial;
	background: lightgrey;
	padding: 0.5em;
	width: 60%
}

label.required {
	color: #333 !important;
	font-weight: bold !important;
}

/* INDICATOR */
div#dialog {
	position: absolute;
	top: 0;
	width: 644px;
	z-index: 1000;
	text-align: center;
}

div#indicator, div.indicator {
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 644px;
	z-index: 1000;
	text-align: center;
}

div#indicator_close {
	float: right;
	margin-right: 15px;
}

div#indicator_close input {
	background: #F7931D;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

div#indicator .button {
	font-weight: bold;
}
div#indicator .content {
    background:white;
    margin:36px 37px 55px 32px; 
}

#indicator_top, .indicator_top {
	background: url(/images/indicator_container.png) no-repeat 0 0;
	width: 639px;
	padding-top: 36px;
    margin:-36px -37px 0 -32px; 
}

#indicator_top_info, .indicator_top_info {
	margin: 0 0 0 45px;
	background: url(/images/indicator_top_info.png) no-repeat 0 0;
	width: 550px;
	height: 30px;
	font: 14px tahoma;
	color: #545454;
	text-align: left;
	padding: 10px 0 0 15px;
}

#indicator_content, .indicator_content {
	padding-top:20px;
    margin:0 -37px 0 -32px; 
	width: 639px;
	background: url(/images/indicator_content_front.png) repeat-y 0 0;
}

#indicator_content #indicator_cart_link {
	display: none;
}

#indicator_logo {
	height: 30px;
	background: url(/images/logo-small.png) no-repeat 160px;
}

#indicator_spinner {
	background: url(/images/indicator.gif) no-repeat 0 0;
	float:left;width:16px;height:16px;
	margin-left:60px;
}

#indicator_msg, .indicator_msg {
	font: 14px tahoma;
	color: #545454;
	float:right;margin-right:50px;
	width:500px;
	text-align:left;
}

#indicator_bottom, .indicator_bottom {
	float: left;
	background: url(/images/indicator_container.png) no-repeat bottom left;
	height: 55px;
	width: 639px;
    margin:-55px 0 0 0; 
}
#indicator_bottom, .indicator_bottom2 {
	float: left;
	background: url(/images/indicator_container.png) no-repeat bottom left;
	height: 55px;
	width: 639px;
    margin:0 0 0 -32px; 
}

#indicator_cart_link {
	margin-top:20px;
	margin-left: 175px;
	width: 280px;
}

#indicator_cart_link .left {
	margin: 0 5px;
}

.indicator_close {
	width:13px;height:12px;
	background:url(/images/indicator_close.png) no-repeat 0 0;
	float:right;margin-right:30px;margin-top:5px;
}
.indicator_close:hover {
	text-decoration:none;
}
div.dialog_content {
	width:549px;
	padding:0 50px 0 45px;
}

#overlay {
	filter: filter : alpha(Opacity = 50, FinishedOpacity = 50);
}