/*CSS style sheet*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	color: #444;
}
/* IDs */
#header {
	height: 85px;
	width: 1000px;
	margin: auto;
	background: url(images/top_innerbg.jpg) no-repeat center top;
}
#sitename {
	float: left;
	width: 250px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#mainmenu {
	float: right;
	margin: 7px 0 0 0;
}
#mainmenu p {
	margin-left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
}
#main {
	width: 1000px;
	margin: auto;
	padding: 30px 0 0 5px;
}
#left {
	width: 200px;
	float: left;
}
#aktuality img {
  width: 200px;
}
#right {
	width: 750px;
	float: left;
	padding: 0 0 0 10px;
	border-left: 1px solid #CCC;
	line-height: 18px;
}
#footer {
	clear: both;
	width: 1000px;
	margin: auto;
	padding: 30px 0 0 5px;
	border-top: 2px solid #e6ecf3;	
}
#footer #themeby {
	float:right;
	margin-right: 0px;
	width: 220px;
	text-align: right;
	font-size: 11px;
}
#footer .block {
	margin: 0;
}
#vitejte img {
  border: none;
}

/* Selectors */
h1 {
	color: #FFF;
	font-size: 34px;
	margin: 0;
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: lighter;
}
#right h1 {
	color: #333;
}
h2 {
	color: #4f5a68;
	font-size: 27px;
	font-family: "Century Gothic", Verdana, Arial;
	font-weight:lighter;
	margin: 8px 0 5px 0;
}
#header h1 a {
	color: #FFF;
}
#header h1 a:hover {
	color: #EEE;
}
#left h2 {
	font-size: 20px;
}
#right h2 {
	margin: 10px 0 25px 0;
}
table {
	
}
table td {
	padding: 2px;
}
thead th {
	border-bottom: 1px solid #CCCCCC;
	padding-right: 10px;
	text-align: left;
	font-size: 15px;
}
table tr.odd {
	background: #f6f9fc;
}
table tr.odd td {
}
tr.even, tr.odd {
	background-color: #FFF;
	border-bottom:1px solid #dde6ef;
	padding:0.1em 0.6em;
}
td.active {
	background: #d2e0ed;
}
table tr.even {
	background-color: #b0e0e6;
}
a {
	color: #055aba;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #4a9ee5;
}
#right a:hover {
	text-decoration: underline;
}
#right fieldset {
  padding-left: 10px;
}
fieldset {
	border: 1px solid #c6d2df;
}
#right ul li {
  margin-left: 30px;
}
legend {
  font-weight: bold;
}
/* Menus */
#left ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left ul.menu li a {
	background: url(images/menuleft.jpg) top;
	display: block;
	height: 20px;
	margin: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
#left ul.menu li a:hover {
	background: url(images/menuleft.jpg) bottom;
}
#left ul.menu ul.menu {
	padding: 0 0 0 10px;
}
#left ul.menu ul.menu li a {
	background: #FFF;
	color: #333;
	border: none;
	font-weight: normal;
	border-bottom: 1px dotted #CCC;
	background: url(images/submenu.jpg) left no-repeat;
	padding-left: 20px;
}
#left ul.menu ul.menu li a:hover {
	color: #666;
}
ul.primary-links {
	margin: 17px 0 0 0;
}
ul.primary-links li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
ul.primary-links a {
	display: block;
	padding: 12px 18px 6px 18px;
	background: yellow;
	color: #000;
	font-size: 14px;
	background: url(images/primarylinks.jpg) top;
}
ul.primary-links a:hover {
	background: url(images/primarylinks.jpg) bottom;
}
/* classes */
.breadcrumb {
	font-size: 13px;
	display: none;
}
.breadcrumb a{ 
	color: #333;
	text-decoration: none;
}
.messages {
	padding: 8px !important;
	font-size: 14px;
}
.help {
	font-size: 14px;
	color: #555;
}
ul.primary {
	margin: 20px 0 20px 0;
}
ul.primary li a {
	font-size: 14px;
	background-color: #eef7ff;
}
#comments {
	width: 600px;
}
.comment {
	padding: 8px;
	border: 1px solid #ccc;
	margin: 4px;
}
.comment .submitted {
	font-size: 10px;
	color: #bbb;
	display:block;
	float:right;
}
.comment h3 {
	margin: 4px 0 8px 0;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
}
.block {
	margin: 10px 0 25px 0;
}
.block .item-list {
	margin: 10px 0 0  0;
}
.block .item-list li {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.block ul {
	padding: 0;
	
	list-style: none;
}
#user-login-form li.openid-link, #user-login li.openid-link {
	padding: 0 0 0 20px;

	background: transparent url(/modules/openid/login-bg.png) no-repeat top left;
}
.node {
	padding: 0 0 30px 0;
	border-bottom: 1px solid #e6ecf3;
}
/* Inner page classes */
#right .links {
	margin: 20px 0 0 0;
}
#right .links a {
	padding: 3px 7px 3px 7px;
	background: url(images/primarylinks.jpg) no-repeat bottom;
	border: 1px solid #d0a038;
	color: #000;
}
#right .links a:hover {
	background: url(images/primarylinks.jpg) no-repeat top;
}
/* fixes */

.fieldset-wrapper {
	overflow: hidden !important;
}
/* page specific */
.node h2 {
	font-size: 20px;
}

#aktuality img {
  border: none;
}
#right p {
  margin-bottom: 20px;
} 

.akcni {
  color: red;
}
.label {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}
.cena {
  color: red;
  font-size: 24px;
}
.akce {
  color: red;
}

.terms {
  display: none;
}

.tabs {
  margin: 0;
}
.tabs ul.primary {
  padding: 0 0 3px 10px; /* LTR */
  white-space: nowrap;
  list-style: none;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #dcdcdc;
}
.tabs ul.primary li {
  display: inline;
}
.tabs ul.primary li a {
  padding: 3px 10px;
  border-color: #69C;
  border-width: 2px;
  height: auto;
  margin-right: 0px; /* LTR */
  text-decoration: none;
  border: 1px solid #dcdcdc;
}
.tabs ul.primary li.active a {
  background: #fff; /* LTR */
  color: #000;
}
.tabs ul.primary li a:hover {
  background-color: #dcdcdc;
}
.tabs ul.primary li.active a:hover {
  background-color: #dcdcdc;
  color: #000;
}
.profile h3 {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 20px;
}
.user h3 {
  border-bottom: none;
  padding: 0px;
}
.form span {
  color: red;
}
.form td.a-r {
  text-align: right;
}
#obsah-cart table {
	border-bottom: 1px solid #dcdcdc;
}
#obj {
  width: 500px;
  margin-left: 200px;
  border: 1px solid #b0e0e6;
}
#obj tr.cara {
  border-bottom: 1px solid #b0e0e6;
}

.indexli th {
  text-align: left;
}
.indexss th {
  text-align: left;
}

.button {
	border: 1px solid #DFD5AF;
	border-top: 1px solid #FFF6D3;
	border-left: 1px solid #FFF6D3;
	color: #268CCD;
	background-color: #FFF6D3;
	padding: 3px;
	font-weight: bold;
}

.button:hover {
	background-color: #F0EBD6;
}
.select {
	border: 1px solid #DFD5AF;
	border-top: 1px solid #FFF6D3;
	border-left: 1px solid #FFF6D3;
	color: #268CCD;
	background-color: #FFF6D3;
	padding: 3px;
	font-weight: bold;
}
.obrzbozi {
  border: none;
}
.obrnode {
  border: none;
  width: 157px;
  height: 225px;
}
.franch {
  border: 2px outset white;
  vertical-align: middle; 
}

table.order-panes td {
  vertical-align: top;
  width: 150px; 
}
.order-pane {
  border: 1px solid #888888;
  padding: 10px;
}
.order-pane-right {
  text-align: right;
  border: 1px solid #888888;
  padding: 10px;
}
.order-pane-title {
  font-weight: bold;
}
table.vypis td {
  font-size: 15px;
  vertical-align: center;
  text-align: center;
}
table.vypis th {
  font-size: 18px;
  color: #FFFFFF;
  background-color: #3366FF;
  vertical-align: center;
  text-align: center;
  height: 60px; 
}
table.vypis td a {
  font-size: 20px;
}
table.vypis td.vypis-cena {
  font-size: 20px;
  color: red;
}
span.vypis-cena-euro {
  color: gray;
  padding: 3px;
  font-size: 85%;
}
table.vypis td.vypis-sleva {
  font-size: 20px;
  color: #008800;
}
table.vypis td.vypis-kosik {
  text-align: left;
  padding-left: 10px;
}

