@CHARSET "UTF-8";

/**
 * created by webmaster@czeskimarket.pl 
 */
body {
	font-family: arial;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
	x-background: #fff5d4;
	font-family: Arial;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: red;
}

p {
	margin: 0px;
}

.utficon {
	font-size: 16px;
	font-weight: bold;
}

.headerMenuItem {
	color: white;
	vertical-align: top;
	text-align: center;
	padding-top: 30px;
	cursor: pointer;
}

.headerMenuItem a {
	color: white;
	text-decoration: none;
}

.headerMenuItem:HOVER {
	background-image: url("/i/header_menu_back_highlight.jpg");
}

.headerMenuSeparator {
	x-width: 10px;
}

.headerMenuTerminus {
	width: 20px;
}

.miniMenuArea {
	float: right;
	margin-top: 10px;
	margin-right: 40px;
	color: white;
}

.miniMenuArea a {
	color: white;
}

.miniMenuArea a:HOVER {
	color: red;
}

.basketTable {
	background: #ddd;
}

.basketTable td {
	background: white;
}

.basketTable thead td {
	background: #ffefef;
	text-align: center;
	font-weight: bold;
}

.successMessageArea {
	background: green;
	border: solid 1px black;
	color: yellow;
	padding: 10px;
	margin: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;

	/*
	margin: 10px;
	background: green;
	color:white;
	padding: 10px;
	border: solid 1px black;
	font-weight: bold;
	*/
}

.errorMessageArea {
	margin: 10px;
	background: red;
	color: yellow;
	padding: 10px;
	border: solid 1px black;
	font-weight: bold;
	font-size: 16px;
}

.errorMessageArea a {
	color: yellow;
}

.breadCrumbNavigationArea {
	margin-left: 10px;
}

.button {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d),
		to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 3px 6px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	vertical-align: middle;
	margin: 5px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.button:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
}

.button:active {
	border-top-color: #1b435e;
	background: #1b435e;
}

.button a {
	color: white;
	text-decoration: none;
}

div.cmsPageContent {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

.cmsPageContent p {
	margin-top: 10px;
}

.cmsProductDescription p {
	margin-top: 10px;
}

/* common pager */
.pager {
	cursor: pointer;
	display: inline-block;
	border: solid 1px black;
	background: #efefef;
	padding: 3px;
	width: 20px;
}
.pager:HOVER {
	background: #bbb;
}
.pager a:HOVER {
	color: black;
}
.pagerCurrentPage {
	background: brown;
}
.pagerCurrentPage a {
	color: yellow;
}
.pager a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.pagerPrevNext {
	width: auto;
	margin-right:10px; 
	margin-left:10px; 
}
.pagerPrevNext a {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}