/* START Common rules */
* {
	margin: 0px;
	padding: 0px;
}
.non-visible {
	/* mainly for HR elements - in case of css styles turned off
	   or for some other devices... better lucidity */
	display: none;
}
body {
	background-color: #918c7c;
	color: #4e8e38;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 81%; /* == 13px */
	line-height: 138%; /* == 14px */
}
a {
	color: #4e8e38;
	text-decoration: underline;
}
img {
	border: 0px none;
	margin: 0px;
}
.cleaner {
	clear: both !important;
	line-height: 0px !important;
	font-size: 0px !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}
#container {
	background-color: #fff;
	margin: 15px auto 0px auto;
	width: 970px;
}
table {
	border-collapse: collapse;
}
/* END Common rules */

/* START Header */
#hlava {
	background-color: #fff;
	height: 137px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
#hlava div.logo {
	background: transparent url('../images/hlava-pozadi.png') no-repeat 54px bottom;
	height: 137px;
	position: relative;
	z-index: 101;
}
#hlava div.logo h1 {
	display: block;
	height: 35px;
	left: 31px;
	overflow: hidden;
	position: relative;
	top: 50px;
	width: 221px;
}
#hlava div.logo h1 a {
	position: absolute;
	top: 0px;
}
#hlava div.logo h1 a img {
	margin-bottom: 10px;
}
#hlava div.border {
	background-color: #918c7c;
	font-size: 0px;
	height: 10px;
	left: 0px;
	line-height: 0px;
	position: absolute;
	top: 0px;
	width: 970px;
	z-index: 102;
}
/** START Shopping basket */
#kosik {
	background: transparent url('../images/kosik-pozadi.gif') repeat-x left top;
	border-left: 1px solid #e1ddd0;
	border-right: 1px solid #e1ddd0;
	border-top: 1px solid #e1ddd0;
	color: #918c7c;
	height: 126px;
	left: 760px;
	line-height: 170%;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 198px;
	z-index: 103;
}
#kosik a {
	font-weight: bold;
}
#kosik a:hover {
	text-decoration: none;
}
#kosik strong {
	color: #ee9c00;
}
#kosik div.hr {
	/* I couldn't use the "HR" element because of IE */
	background-color: #e1ddd0;
	height: 1px !important;
	margin: 12px 5px 8px 5px!important;
}
#kosik div.login {
	line-height: 180%;
}
#kosik div.login a {
	color: #918c7c;
	font-weight: normal;
	text-decoration: underline;
}
#kosik div.login a:hover {
	text-decoration: none;
}
#kosik div.login span {
	padding: 0px 4px;
}
/** END Shopping basket */
/* END Header */

/* START LEFT column */
#column-left {
	float: left;
	padding-left: 10px;
}
/** START Search box */
#search {
	background-color: #e1ddd0;
	border-bottom: 4px solid #c5bea7;
	height: 80px;
	margin: 0px 0px 1px 0px;
	text-align: center;
	width: 220px;
}
#search div.first-line input {
	border-bottom: 1px solid #f7f5f2;
	border-left: 1px solid #c5bea7;
	border-right: 1px solid #f7f5f2;
	border-top: 1px solid #c5bea7;
	color: #ee9c00;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 85%;
	line-height: 117%;
	margin: 10px 0px 8px 0px;
	padding: 3px 6px 4px 6px;
	width: 186px;
}
#search div.second-line span.left {
	float: left;
	margin-top: 3px;
}
#search div.second-line span.right {
	float: right;
}
#search div.second-line a {
	font-size: 85%;
	font-weight: bold;
	line-height: 117%;
	margin-left: 13px;
}
#search div.second-line a:hover {
	color: #ee9c00;
}
#search div.second-line button {
	background-color: #ee9c00;
	border-bottom: 1px solid #df9303;
	border-left: 1px solid #ffa904;
	border-right: 1px solid #df9303;
	border-top: 1px solid #ffa904;
	color: #fff;
	font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
	font-size: 12px;  /* The font size will be static - unchangeable */
	font-weight: bold;
	height: 25px;
	margin-right: 10px;
	padding: 0px;
	width: 80px;
}
/** END Search box */

/** START Left menu */
#menu-left {
	width: 220px;
}
#menu-left h2 {
	background-color: #c5bea7;
	color: #fff;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	font-size: 138%;
	font-weight: normal;
	line-height: 225%;
	padding: 0px 10px;
}
#menu-left ul {
	padding: 0px 3px 12px 3px;
	border-bottom: 1px solid #e1ddd0;
	border-left: 1px solid #e1ddd0;
	border-right: 1px solid #e1ddd0;
}
#menu-left ul li {
	list-style-type: none;
}
#menu-left ul li a {
	background: transparent url('../images/left-menu-link.gif') no-repeat 7px 15px;
	display: block;
	font-weight: bold;
	height: 18px;
	padding: 8px 0px 9px 21px;
	text-decoration: none;
}
#menu-left ul li a:hover {
	color: #ee9c00;
}
#menu-left ul li a.active {
	background: #ee9c00 url('../images/left-menu-link-active.gif') no-repeat 7px 15px;
	color: #fff;
}
#menu-left ul ul {
	background-color: #f7f5f2;
	border: 0px none;
	padding: 0px 0px 0px 9px;
}
#menu-left ul ul a {
	font-weight: normal;
	padding-left: 19px;
}
#menu-left ul ul a:hover {
	color: #ee9c00;
}
#menu-left ul ul li a.active {
	background: transparent url('../images/left-menu-sub-link-active.gif') no-repeat 7px 15px;
	color: #ee9c00;
	font-weight: bold;
}
/** END Left menu */

/** START News to your email */
#news-mail {
	background-color: #f7f5f2;
	border: 1px solid #e1ddd0;
	padding-bottom: 9px;
	margin-top: 13px;
	width: 218px;
}
#news-mail h2 {
	color: #787466;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	font-size: 138%;
	font-weight: normal;
	line-height: 225%;
	padding: 0px 10px;
}
#news-mail h2 span {
	white-space: nowrap;
}
#news-mail div.first-line {
	text-align: center;
}
#news-mail div.first-line input {
	border-bottom: 1px solid #f7f5f2;
	border-left: 1px solid #c5bea7;
	border-right: 1px solid #f7f5f2;
	border-top: 1px solid #c5bea7;
	color: #918c7c;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 85%;
	line-height: 117%;
	margin: 8px 0px 8px 0px;
	padding: 3px 6px 4px 6px;
	width: 186px;
}
#news-mail div.second-line {
	text-align: right;
}
#news-mail div.second-line button {
	background-color: #ee9c00;
	border-bottom: 1px solid #df9303;
	border-left: 1px solid #ffa904;
	border-right: 1px solid #df9303;
	border-top: 1px solid #ffa904;
	color: #fff;
	font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
	font-size: 12px;  /* The font size will be static - unchangeable */
	font-weight: bold;
	height: 25px;
	margin-right: 10px;
	padding: 0px;
	width: 80px;
}
/** END News to your email */

/** START Member's cards */
#member-card {
	background: transparent url('../images/member-card.jpg') no-repeat center top;
	line-height: 150%;
	margin-top: 34px;
	padding-top: 131px;
	text-align: center;
	width: 220px;
}
#member-card span,
#member-card span a {
	color: #ee9c00;
	font-weight: bold;
}
/** END Member's cards */
/* END LEFT column */

/* START RIGHT column */
#column-right {
	float: left;
	margin-left: 1px;
}
/** START Main menu */
#main-menu {
	background-color: #c5bea7;
	width: 729px;
}
#main-menu a {
	background-color: #c5bea7;
	color: #fff;
	display: block;
	float: left;
	padding: 11px 0px;
	text-align: center;
	text-transform: uppercase;
}
#main-menu a.active {
	background-color: #4e8e38;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
}
#main-menu a:hover {
	color: #4e8e38;
}
#main-menu a.width-1 {
	/* because of the bold text in active menu item I used the static width for each menu item */
	width: 92px;
}
#main-menu a.width-2 {
	width: 120px;
}
#main-menu a.width-3 {
	width: 120px;
}
#main-menu a.width-4 {
	width: 145px;
}
#main-menu a.width-5 {
	width: 155px;
}
#main-menu a.width-6 {
	width: 75px;
}
#main-menu a.width-7 {
	width: 93px;
}
/** END Main menu */

/** START Where I'm section */
#where-i-am {
	background-color: #f7f5f2;
	color: #a69f8a;
	font-weight: bold;
	margin-bottom: 1px;
	width: 729px;
}
#where-i-am div {
	/* I didn't apply the padding property directly to #where-i-am because of IE 5.5 and older */
	padding: 5px 24px 7px 19px;
}
#where-i-am a {
	color: #a69f8a;
	font-size: 77%;
	font-weight: normal;
	padding: 0px 5px;
	text-decoration: underline;
}
#where-i-am a:hover {
	color: #ee9c00;
}
#where-i-am span {
	color: #ee9c00;
	font-size: 77%;
	padding: 0px 5px;
}
/** END Where I'm section */

/** START Main left column */
#main-left {
	float: left;
	width: 528px;
}
/*** START Common-text */
div.common-text {
	background: #fff url('../images/common-text-background.png') no-repeat left top;
}
div.common-text a:hover {
	color: #ee9c00;
}
div.common-text div.padding {
	/* I didn't apply the padding property directly to #common-text because of IE 5.5 and older */
	padding: 15px 22px 17px 22px;
}
div.common-text h2 {
	color: #ee9c00;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	font-size: 154%;
	font-weight: normal;
	line-height: 175%;
}
div.common-text h2 span {
	color: #4e8e38;
}
div.common-text h2.alt {
	color: #4e8e38;
}
div.common-text h3 {
	font-size: 100%;
	margin: 6px 0px 0px 2px;
}
div.common-text h3.alt {
	color: #ee9c00;
}
div.common-text p {
	padding: 7px 2px 12px 2px;
}
div.common-text p a {
	color: #ee9c00;
}
div.common-text p a:hover {
	color: #4e8e38;
}
div.common-text p.alt {
	color: #ee9c00;
}
div.common-text p.alt a {
	color: #4e8e38;
}
div.common-text p.alt a:hover {
	color: #ee9c00;
}
div.common-text div.product-detail {
	width: 484px;
}
div.common-text img.float-left {
	float: left;
	margin: 32px 21px;
}
div.common-text div.params {
	color: #a69f8a;
	float: left;
	margin-bottom: 34px;
}
div.common-text div.params strong {
	color: #ee9c00;
	font-size: 123%;
}
div.common-text div.params a {
	color: #ee9c00;
}
div.common-text div.params a:hover {
	color: #4e8e38;
}
div.common-text div.params div.cena {
	border-top: 1px solid #f3f1ec;
	margin: 15px 0px 3px 18px;
	padding: 10px 40px 10px 0px;
}
div.common-text div.params div.cena strong {
	white-space: nowrap;
}
div.common-text div.params form {
	background-color: transparent;
	border: 0px none;
	margin: 0px;
}
div.common-text div.params div.details {
	border-top: 1px solid #f3f1ec;
	border-bottom: 1px solid #f3f1ec;
	line-height: 155%;
	margin: 0px 0px 0px 18px;
	padding: 11px 40px 13px 0px;
}
div.common-text div.params div.count {
	color: #918c7c;
	font-size: 12px;
	margin: 11px 0px 0px 81px;
}
div.common-text div.params div.count input {
	border-bottom: 1px solid #e1ddd0;
	border-left: 1px solid #c5bea7;
	border-right: 1px solid #e1ddd0;
	border-top: 1px solid #c5bea7;
	color: #918c7c;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	padding: 1px 0px;
	text-align: center;
	width: 22px;
}
div.common-text div.params div.count button {
	border: 0px none;
	background: transparent url('../images/button-buy.gif') no-repeat left top;
	cursor: pointer;
	height: 22px;
	margin-left: 2px;
	vertical-align: top;
	width: 22px;
}
div.common-text ol,
div.common-text ul {
	margin: 0px 10px 17px 3px;
}
div.common-text ol {
	padding-left: 18px;
}
div.common-text ul li ul,
div.common-text ol li ol {
	margin-bottom: 0px;
	padding: 0px;
}
div.common-text ul li ul li,
div.common-text ol li ol li {
	background: transparent url('../images/sub-list.gif') no-repeat left 7px;
	list-style-type: none;
	padding-left: 16px;
}
div.common-text ul li ul li ul li,
div.common-text ol li ol li ol li {
	background: transparent url('../images/sub-sub-list.gif') no-repeat left 7px;
	list-style-type: none;
	padding-left: 16px;
}
div.common-text ul li {
	background: transparent url('../images/common-list-background.gif') no-repeat left 7px;
	list-style-type: none;
	padding-left: 14px;
}
div.common-text p.count {
	color: #a69f8a;
	padding-bottom: 0px;
	padding-top: 0px;
}
div.common-text p.count strong {
	color: #ee9c00;
	font-weight: bold;
}
div.common-text form {
	background-color: #f7f5f2;
	border: 1px solid #f3f1ec;
	padding: 12px 10px;
	margin-bottom: 1px;
}
div.common-text form label {
	color: #ee9c00;
	font-weight: bold;
	margin-right: 2px;
}
div.common-text form select {
	border-bottom: 1px solid #e1ddd0;
	border-left: 1px solid #c5bea7;
	border-right: 1px solid #e1ddd0;
	border-top: 1px solid #c5bea7;
	color: #918c7c;
	font-size: 85%;
	padding: 1px 0px;
}
div.common-text form select.vyrobce-width {
	margin-right: 19px;
	width: 145px;
}
div.common-text form select.radit-width {
	margin-right: 4px;
	width: 85px;
}
div.common-text div.link-to-top {
	background: transparent url('../images/link-to-top-background.gif') repeat-x left 15px;
	margin-bottom: 15px;
}
div.common-text div.link-to-top div.left {
	float: left;
}
div.common-text div.link-to-top div.left h3 {
	background-color: #fff;
	color: #ee9c00;
	font-weight: bold;
	padding-right: 10px;
}
div.common-text div.link-to-top div.right {
	float: right;
	margin-top: 6px;
}
div.common-text div.float-list {
	background: none;
	border-top: 1px solid #f3f1ec;
	border-bottom: 1px solid #f3f1ec;
	margin: 15px 0px 10px 0px;
	padding-top: 10px;
}
div.common-text div.float-list ul {
	float: left;
	margin-right: 40px;
}
div.common-text div.float-list ul li {
	background: transparent url('../images/left-menu-link.gif') no-repeat left 7px;
	list-style-type: none;
	margin-right: 20px;
	padding-left: 15px;
}
/**** START Tables */
div.common-text table {
	border: 1px solid #c5bea7;
	margin: 10px 0px 20px 0px;
}
div.common-text table thead th {
	color: #ee9c00;
	font-weight: bold;
	padding: 6px 8px;
	text-align: left;
}
div.common-text table th,
div.common-text table td {
	border-bottom: 1px solid #c5bea7;
	padding: 2px 10px;
	text-align: center;
}
div.common-text table .left {
	text-align: left;
}
div.common-text table .right {
	text-align: right;
}
div.common-text table tr.dark {
	background-color: #f3f1ec;
}
div.common-text table.complex thead th {
	color: #fff;
	background-color: #c5bea7;
}
div.common-text table.complex strong {
	color: #ee9c00;
}
div.common-text table.complex b {
	color: #918c7c;
}
/**** END Tables */

/**** START Form */
div.common-text form.common-form {
	background-color: #e1ddd0;
	border-bottom: 4px solid #c5bea7;
	/*width: 368px;*/
}
div.common-text form.common-form select.smaller-font {
	font-size: 11px;
	line-height: 15px;
}
div.common-text form.common-form dt {
	font-weight: bold;
	margin-bottom: 1px;
}
div.common-text form.common-form dd {
	margin-bottom: 10px;
}
div.common-text form.common-form a {
	font-size: 85%;
	font-weight: bold;
}
div.common-text form.common-form a.alt {
	color: #ee9c00;
}
div.common-text form.common-form a.alt:hover {
	color: #4e8e38;
}
div.common-text form.common-form input {
	border-bottom: 1px solid #e1ddd0;
	border-left: 1px solid #c5bea7;
	border-right: 1px solid #e1ddd0;
	border-top: 1px solid #c5bea7;
	color: #ee9c00;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	padding: 2px 3px;
	vertical-align: middle;
}
div.common-text form.common-form select {
	border-bottom: 1px solid #e1ddd0;
	border-left: 1px solid #c5bea7;
	border-right: 1px solid #e1ddd0;
	border-top: 1px solid #c5bea7;
	color: #918c7c;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 12px;
}

div.common-text form.common-form a.button {
   background-color: #ee9c00;
 border-bottom: 1px solid #df9303;
 border-left: 1px solid #ffa904;
 border-right: 1px solid #df9303;
 border-top: 1px solid #ffa904;
 color: #fff;
 cursor: pointer;
 font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
 font-size: 12px;
 font-weight: bold;
 height: 21px;
 padding: 0px 2px 1px 3px;
 position: relative;
 top: 2px;
 text-decoration: none;
}
div.common-text form.common-form button {
	background-color: #ee9c00;
	border-bottom: 1px solid #df9303;
	border-left: 1px solid #ffa904;
	border-right: 1px solid #df9303;
	border-top: 1px solid #ffa904;
	color: #fff;
	cursor: pointer;
	font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	position: relative;
	top: 2px;
}
/**** END Form */
/*** END Common text */

/*** START Catalog news - and the same title for shops section */
#common
#catalog-news {
	width: 528px;
	margin-bottom: 30px;
	overflow: hidden;
}
#faq div.border,
#shops div.border,
#catalog-news div.border {
	padding: 0px 14px;
}
#shops div.title,
#catalog-news div.title {
	background-color: #f7f5f2;
	border: 1px solid #f3f1ec;
	margin-bottom: 1px;
}
#shops div.title div.left,
#catalog-news div.title div.left {
	float: left;
	padding-left: 7px;
}
#shops div.title div.left h2,
#catalog-news div.title div.left h2 {
	color: #ee9c00;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	font-size: 154%;
	font-weight: normal;
	line-height: 117%;
	padding: 14px 0px 13px 0px;
}
#shops div.title div.right,
#catalog-news div.title div.right {
	float: right;
	padding: 16px 10px 0px 0px;
}
#shops div.title div.right a,
#catalog-news div.title div.right a {
	font-weight: bold;
	text-decoration: none;
}
#shops div.title div.right span,
#catalog-news div.title div.right span {
	text-decoration: underline;
}
#shops div.title div.right a:hover,
#catalog-news div.title div.right a:hover {
	color: #ee9c00;
}
/**** START page numbers */
#catalog-news div.title-bottom {
	background-color: #f7f5f2;
	border: 1px solid #f3f1ec;
	margin-top: 18px;
	padding: 0px;
}
#catalog-news div.title-bottom div.prev,
#catalog-news div.title-bottom div.next {
	float: left;
	text-align: center;
	margin: 0px;
	padding: 8px 0px;
	width: 120px;
}
#catalog-news div.title-bottom div.prev a,
#catalog-news div.title-bottom div.next a {
	color: #ee9c00;
	font-weight: bold;
	float: left;
	text-decoration: none;
	width: 120px;
}
#catalog-news div.title-bottom div.prev a:hover,
#catalog-news div.title-bottom div.next a:hover {
	color: #4e8e38;
}
#catalog-news div.title-bottom div.prev a span,
#catalog-news div.title-bottom div.next a span {
	text-decoration: underline;
}
#catalog-news div.title-bottom div.pages {
	float: left;
	text-align: center;
	padding: 8px 0px;
	width: 258px;
}
#catalog-news div.title-bottom div.pages a {
	background-color: #e1ddd0;
	border: 1px solid #fff;
	color: #918c7c;
	font-size: 85%;
	padding: 0px 4px;
	text-decoration: none;
}
#catalog-news div.title-bottom div.pages a:hover {
	color: #4e8e38;
}
#catalog-news div.title-bottom div.pages a.active {
	color: #ee9c00;
	font-weight: bold;
}
/**** END page numbers */

/**** START product */
#catalog-news div.product {
	border-bottom: 1px solid #f3f1ec;
}
#catalog-news div.product h3 {
	font-size: 100%;
	font-weight: normal;
}
#catalog-news div.product img.float-left {
	float: left;
	margin: 5px 12px 4px 0px;
}
#catalog-news div.product div.name {
	color: #a69f8a;
	float: left;
	line-height: 155%;
	margin: 8px 0px 25px 0px;
	width: 340px;
}
#catalog-news div.product div.name span {
	color: #4e8e38;
}
#catalog-news div.product div.name a {
	color: #ee9c00;
}
#catalog-news div.product div.name a.product-name {
	color: #4e8e38;
	font-weight: bold;
}
#catalog-news div.product div.name a.product-name:hover {
	color: #ee9c00;
}
#catalog-news div.product div.price {
	color: #ee9c00;
	float: right;
	font-weight: bold;
	margin: 30px 9px 25px 10px;
}
#catalog-news div.product div.subpage {
	font-size: 123%;
	margin: 15px 0px 25px 10px;
	text-align: right;
}
#catalog-news div.product div.subpage form {
	color: #918c7c;
	font-size: 75%;
	font-weight: normal;
	margin: 15px 14px 0px 0px;
	text-align: right;
}
#catalog-news div.product div.subpage form input {
	border-bottom: 1px solid #e1ddd0;
	border-left: 1px solid #c5bea7;
	border-right: 1px solid #e1ddd0;
	border-top: 1px solid #c5bea7;
	color: #918c7c;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	text-align: center;
	vertical-align: middle;
	width: 22px;
}
#catalog-news div.product div.subpage form button {
	background: #ee9c00 url('../images/shopping-cart.gif') no-repeat left top;
	border: 0px none;
	height: 22px;
	left: 4px;
	position: relative;
	top: 3px;
	width: 22px;
}
#catalog-news div.empty-product {
	border-bottom: 1px solid #f3f1ec;
	margin: 2px 0px;
}
/**** END product */
/*** END Catalog news */

/*** START Shops */
#shops {
	width: 528px;
}
#shops div.shop {
	margin-bottom: 20px;
}
#shops div.shop h3 {
	font-size: 100%;
	margin: 10px 0px 8px 0px;
}
#shops div.shop h3 a {
	color: #ee9c00;
	font-weight: bold;
}
#shops div.shop img {
	border: 3px solid #e1ddd0;
}
#shops div.shop img.float-left {
	float: left;
	margin: 5px 12px 4px 0px;
}
#shops div.shop div.float-left {
	float: left;
}
#shops div.shop div.open {
	float: left;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	width: 328px;
}
#shops div.shop div.open div.left {
	border-bottom: 1px solid #f3f1ec; /* this solution with borders is because of Firefox - there was wrong floating */
	border-left: 1px solid #f3f1ec;
	border-top: 1px solid #f3f1ec;
	float: left;
	width: 120px;
}
#shops div.shop div.open div.left div.border {
	padding: 4px 0px 10px 10px; /* this solution is because of IE 5.5 and older */
}
#shops div.shop div.open div.right {
	border-bottom: 1px solid #f3f1ec;
	border-right: 1px solid #f3f1ec;
	border-top: 1px solid #f3f1ec;
	float: right;
	width: 206px;
}
#shops div.shop div.open div.right div.border {
	padding: 4px 10px 10px 10px; /* this solution is because of IE 5.5 and older */
}
#shops div.shop div.open div.right a:hover {
	color: #ee9c00;
}
#shops div.shop div.open h4 {
	color: #ee9c00;
	font-size: 100%;
	font-weight: bold;
}
/*** END Shops */

/*** START FAQ */
#faq {
	margin-top: 30px;
	overflow: hidden;
	width: 528px;
}
#faq div.border-2 {
	border: 1px solid #e1ddd0;
	color: #ee9c00;
	padding-bottom: 21px;
}
#faq h2 {
	background: transparent url('../images/faq.png') no-repeat left top;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	font-size: 154%;
	font-weight: normal;
	margin: 7px 8px;
	padding: 14px 0px 14px 63px;
}
#faq .float-left {
	float: left;
}
#faq .col-1 {
	color: #ee9c00;
	font-weight: bold;
	line-height: 155%;
	padding: 16px 20px 0px 12px;
	width: 167px;
}
#faq .col-2 {
	width: 140px;
}
#faq .col-3 {
	width: 150px;
}
#faq ul li {
	background: transparent url('../images/left-menu-link.gif') no-repeat left 6px;
	list-style-type: none;
	padding: 0px 0px 2px 11px;
}
#faq ul li a:hover {
	color: #ee9c00;
}
/*** END FAQ */
/** END Main left column */

/** START Main right column */
#main-right {
	float: left;
	margin-left: 1px;
	width: 200px;
}
/*** START Common rules for boxes */
#main-right div.common-box {
	margin-bottom: 10px;
	overflow: hidden;
	width: 200px;
}
#main-right div.common-box a:hover {
	color: #ee9c00;
}
#main-right div.common-box h2 {
	background-color: #e1ddd0;
	color: #787466;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	font-size: 138%;
	font-weight: normal;
	padding: 12px 10px 12px 15px;
}
#main-right div.common-box div.border {
	border-bottom: 1px solid #e1ddd0;
	border-left: 1px solid #e1ddd0;
	border-right: 1px solid #e1ddd0;
}
#main-right div.common-box ol {
	color: #918c7c;
	margin: 0px 10px 5px 34px;
	padding-top: 16px;
}
#main-right div.common-box li {
	line-height: 120%;
	padding-bottom: 13px;
}
#main-right div.common-box ul {
	color: #918c7c;
	margin: 0px 10px 5px 14px;
	padding-top: 16px;
}
#main-right div.common-box ul li {
	list-style-type: none;
	padding-bottom: 15px;
}
/*** END Common rules for boxes */

/*** START Sales */
#main-right div.akce p span {
	color: #ee9c00;
	font-weight: bold;
	line-height: 180%;
}
#main-right div.akce div.border {
	padding: 5px;
}
#main-right div.akce div.zbozi {
	border-bottom: 1px dotted #e1ddd0;
	padding: 10px 2px;
}
#main-right div.akce div.zbozi img.float-left {
	float: left;
}
#main-right div.akce div.zbozi p {
	float: left;
	width: 120px;
	padding-left: 8px;
}
#main-right div.akce div.zbozi p a:hover {
	color: #ee9c00;
}
#main-right div.akce div.all {
	padding: 5px 0px;
	text-align: center;
}
#main-right div.akce div.all a {
	font-weight: bold;
	text-decoration: none;
}
#main-right div.akce div.all a span {
	text-decoration: underline;
}
/*** END Sales */
/** END Main right column */
/* END RIGHT column */

/* START Footer */
#footer {
	background: #f2efea url('../images/footer-pozadi.png') no-repeat 782px top;
	border-top: 4px solid #c5bea7;
	height: 108px;
	margin-top: 45px;
}
#footer div.link {
	border-right: 1px solid #c5bea7;
	float: left;
	height: 75px;
	width: 245px;
}
#footer div.link a {
	left: 41px;
	position: relative;
	top: 12px;
}
#footer div.contact {
	border-right: 1px solid #c5bea7;
	color: #928d7f;
	float: left;
	font-size: 85%;
	line-height: 150%;
	height: 75px;
	width: 498px;
}
#footer div.contact a {
	color: #928d7f;
	text-decoration: none;
}
#footer div.contact a.email {
	text-decoration: underline;
}
#footer div.contact span.move {
	left: 24px;
	position: relative;
	top: 28px;
}
#footer div.contact span span {
	padding: 0px 2px;
}
/* END Footer */
