@import url('blur.css');
@import url('ui/message.css');
@import url('ui/jqtransform.css');
@import url('ui/jqtransform.custom.css');

@import url('design.css');

@import url('index.css');
@import url('produkty.css');
@import url('kategorie.css');
@import url('static.css');
@import url('login.css');
@import url('news.css');
@import url('zgloszenie.css');


*:focus {
	outline: none; /* Prevents blue border in Webkit */
}

html,
body {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #979797;
	background: #fff center center;
	text-align: center;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	color: #bec1bd;	
}

img,
fieldset {
	border: none;
}

.displayNone {
	display: none;
}

.displayBlock {
	display: block;
}

.clear {
	clear: both;
	float: none;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.margin {
	margin: 10px 15px;
}

.marginHigh { margin: 25px 15px; }
.marginMedium { margin: 15px 15px; }
.marginSmall { margin: 10px 15px; }
.marginSmallLeft { margin-left: 10px; }
.marginSmallRight { margin-right: 10px; }

.marginTopZero { margin-top: 0; }
.marginLeftZero { margin-left: 0; }
.marginRightZero { margin-right: 0; }
.marginBottomZero { margin-bottom: 0; }
.marginZero { margin: 0; }

.paddingHigh { padding: 25px 0; }
.paddingMedium { padding: 15px 0; }
.paddingSmall { padding: 10px 0; }
.paddingSmallLeft { padding-left: 10px; }
.paddingSmallRight { padding-right: 10px; }


.paddingTopZero { padding-top: 0; }
.paddingLeftZero { padding-left: 0; }
.paddingRightZero { padding-right: 0; }
.paddingBottomZero { padding-bottom: 0; }
.paddingZero { padding: 0; }

.paddingTable { padding: 2px 3px; }

.underline {
	text-decoration: underline;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #ccc;
}

.green {
	color: #260;
}

.fontSize10 {
	font-size: 10px;
}

.fontSize11 {
	font-size: 11px;
}

.fontSize12 {
	font-size: 12px;
}

.fontSize13 {
	font-size: 13px;
}

.fontSize14 {
	font-size: 14px;
}

.fontSize15 {
	font-size: 15px;
}

.fontSize16 {
	font-size: 16px;
}

.fontSize22 {
	font-size: 22px !important;
}

.lineHeightNormal {
	line-height: inherit !important;
}

.delete {
	text-decoration: line-through;
}

.borderNone {
	border: none !important;
}

.borderRadius {
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.boxShadow {
	box-shadow: 0 0 7px 1px #ccc;
	-moz-box-shadow: 0 0 7px 1px #ccc;
	-webkit-box-shadow: 0 0 7px 1px #ccc;
}

.boxShadowInset {
	-webkit-box-shadow: inset 0px 0px 30px 0px #fff;
	-moz-box-shadow: inset 0px 0px 30px 0px #fff;
	box-shadow: inset 0px 0px 30px 0px #fff;
}

.opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}



table {
/*	margin: 10px 0;*/
/*	padding: 0;*/
/*	font-size: 11px;*/
/*	list-style: none;*/
/*	border-collapse: collapse;*/
/*	width: 99%;*/
/*	overflow: hidden;*/
}

table th,
table td {
/*	padding: 2px 3px;*/
/*	border-style: inset;*/
/*	border-width: 1px;*/
/*	border-style: dotted;*/
/*	border-color: #ddd;*/
/*	cursor: pointer;*/
}

table thead th {
	font-weight: bold;
	background: #f2f2f2;
}

table tbody tr td {}


form .message {
	display: block;
	position: absolute;
	margin: -40px 0 0 55px;
	padding-bottom: 10px;
	width: 350px;
	background: transparent url('img/rate.png') no-repeat 10px bottom;
}
	form .message.checkbox {
		margin-top: -60px;
		margin-left: -13px;	
	}
	form .message .error {
		display: block;
		margin: 0;
		padding: 10px;
		background: #ffe5e5;
		/*border: 1px solid #ddd;*/
		font-size: 14px;
		font-weight: normal;
		color: #666;
		text-align: center;
	}