/* www.artbijou.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: serif;
	font-size: 0.75em;	
	color: #000000;
	font-weight: normal;
	font-style: normal;
	padding-top: 0px;
	font-family:"Times New Roman", Times, serif;
}
/* win for foto detail */
body.show-small {
	padding-top: 0px;
}

html, body {
	height: 100%;
}

* html body {
	text-align: center;
}

a img, a:link img {
	border: none;
}

p {
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1 {
	font-size: 2em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #ffffff;
	font-style: italic;
}

h2 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h3 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h4 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h5 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h6 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

ol {
	margin-left: 0px;
	margin-top: 1em;
	padding-left: 2.3em;
}

ul {
	margin-left: 0px;
	margin-top: 1em;
	padding-left: 2.3em;
}

ul li {
	list-style-type: square;
}

sub {
	font-size: 85%;
}

sup {
	font-size: 85%;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

fieldset {
	border: none;
	padding: 0.5em;
}

legend {
	border: none;
	padding: 0.5em;
	font-weight: bold;
	margin-left: -13px;
}

label {
	float: left;
	width: 5em;
}

input.text {
	font-family: serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

input.checkbox {
	width: 12px;
	height: 12px;
}

input.radio {
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button {
	font-family: serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border: none;
	margin-left: 5em;
}

* html input.submit {
	margin-left: 5.3em;
}

input.file {
	width: 200px;
	height: 21px;
}

input.image {
	padding: 0px;
	border: none;
}

textarea {
	font-family: serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

select {
	font-family: serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
}

hr {
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
	clear: both;
}

table {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1em;
}

table.standard {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

table.standard th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.standard td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.colored {
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}

table.colored th {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #666666;
	color: #ffffff;
}

table.colored td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.tal { text-align:left;}
.tar { text-align:right;}
.tac { text-align:center;}


/* vrstvy pro tisk */

div#print-header {
	display: none;
}

/* stranka */

div#page {
	margin-left: auto;
	margin-right: auto;
	background-color: #b4b4b4;
	position: relative;
	width: 1000px;
	height: 100%;
	min-height: 100%;
	background-image: url(page-background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 230px;
}

div#page.e-shop {
	background-color: #a4a4a9;
	background-image: url(page-background.e-shop.jpg);
}

body>div#page {
	height: auto;
}

div.container {
	background-image: url(container-background.jpg);
	margin-right: 110px;
}

div#page.e-shop div.container {
	background-image: url(container-background.e-shop.jpg);
}

div.container-top {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #c6c6c6;
	border: 1px solid #000000;
}

div.container-bottom {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(container-bottom-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	color: #ffffff;
	min-height: 50px;
}

div#page.e-shop div.container-bottom {
	background-image: url(container-bottom-background.e-shop.jpg);
}

* html body div.container-bottom {
	height: 50px;
}

div.container-bottom ul {
	margin: 0em;
	padding: 0em;
}

div.container-bottom ul li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
	border-right: 2px solid #ffffff;
	padding-left: 3px;
}

div.container-bottom ul li.previous {
	margin-right: 10px;
	border-right: none;
}

div.container-bottom ul li.next {
	margin-left: 10px;
	border-right: none;
}

div.container-bottom ul li.last {
	border-right: none;
}

div.container-bottom ul li a {
	color: #ffffff;
	text-decoration: none;
}

div.container-bottom ul li a:hover, div.container-bottom ul li a.active {
	color: #ffff99;
}

div.content {
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #000000;
	clear: both;
}

* html body div.content {
	width: 728px;
}

div.spacer {
	clear: both;
}

/* hlavicka */

div#header {
	height: 260px;
	overflow: hidden;
	background-image: url(header-background.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div#page.e-shop div#header {
	background-image: url(header-background.e-shop.jpg);
	height: 260px;
}

/* logo */

div.logo {
	width: 478px;
	height: 69px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 11px;
}

* html body div.logo {
	height: 80px;
}

div.logo p {
	width: 478px;
	height: 69px;
	overflow: hidden;
	position: relative;
}

div.logo p span {
	display: block;
	width: 478px;
	height: 69px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(atelier-stribra.jpg);
}

div#page.e-shop div.logo p span {
	background-image: url(atelier-stribra.e-shop.jpg);
}

div.logo ul {
	margin: 0px;
	padding: 0px;
	width: 478px;
	height: 69px;
	overflow: hidden;
}

div.logo ul li {
	list-style-type: none;
	list-style-image: none;
	width: 478px;
	height: 69px;
	overflow: hidden;
	position: relative;	
}

div.logo ul li a, div.logo ul li a:link, div.logo ul li span a {
	display: block;
	width: 478px;
	height: 69px;
}

div.logo ul li span {
	display: block;
	width: 478px;
	height: 69px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(atelier-stribra.jpg);
}

div#page.e-shop div.logo ul li span {
	background-image: url(atelier-stribra.e-shop.jpg);
}

* html body div.logo ul li span {
	cursor: pointer;
}

/* informacni text v zahlavi */

div.infotext {
	width: 560px;
	height: 200px;
	overflow: hidden;
	margin-right: 40px;
	float: right;
	text-align: left;
	font-size: 0.95em;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	padding-left: 5px;
}

div.infotext strong {
	font-style: normal;
	font-size: 1.3em;
	color: #990033;
}



div.infotext em {
	color: #990033;
	font-size: 1.2em;
}

div#page.e-shop div.infotext strong {
	font-style: normal;
	font-size: 1.3em;
	color: #22439c;
}

div#page.e-shop div.infotext em {
	color: #3150a3;
	font-size: 1.2em;
}

/* vyber jazyka */

div.langmenu {
	position: absolute;
	left: 34px;
	top: 168px;
	background-image: url(langmenu-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 145px;
	height: 37px;
}

div#page.e-shop div.langmenu {
	background-image: url(langmenu-background.e-shop.jpg);
	left: 35px;
	top: 195px;
}

div.langmenu h2 {
	position: absolute;
	left: -1000px;
}

div.langmenu ul {
	margin: 0em;
	padding: 0em;
}

div.langmenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right:10px;
	margin-right: 5px;
	background-image: url(mainmenu-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	font-style: italic;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 30px;
}

div#page.e-shop div.langmenu ul li {
	background-image: url(mainmenu-divider.e-shop.gif);
}

div.langmenu ul li.first {
	margin-left: 20px;
}

* html body div.langmenu ul li.first {
	margin-left: 10px;
}

div.langmenu ul li.last, div#page.e-shop div.langmenu ul li.last {
	padding-right: 0px;
	margin-right: 0px;
	background-image: none;
}

div.langmenu ul li a, div.langmenu ul li a:link {
	color: #990033;
	text-decoration: none;
}

div.langmenu ul li a:hover {
	color: #ff014a;
	text-decoration: none;
}

div#page.e-shop div.langmenu ul li a, div#page.e-shop div.langmenu ul li a:link {
	color: #22439c;
	text-decoration: none;
}

div#page.e-shop div.langmenu ul li a:hover {
	color: #2657da;
	text-decoration: none;
}

/*  vyhledavani  */
div.searching {
	font-size: 0.9em;
	position: absolute;
	top: 210px;
	right: 40px;
	z-index: 2;
}
div.searching .query {
	padding-right:20px;
	font-weight:bold;
	color:#990033;
}

div.searching form input.text {
	border: 1px solid #990033;
	margin-right: 5px;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
}

div.searching form input.submit {
	border: 1px solid #990033;
	color: #990033;
	padding-left: 8px;
	padding-right: 8px;
	margin-left:10px;
}

.e-shop div.searching .query {
	color:#22439c;
}
.e-shop div.searching form input.text {
	border: 1px solid #22439c;
}
.e-shop div.searching .submit {
	border: 1px solid #22439c;
	color:#22439c;
}


/* hlavni menu */

div.mainmenu {
	background-image: url(mainmenu-background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #eadbe0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;
}

div#page.e-shop div.mainmenu {
	background-image: url(mainmenu-background.e-shop.gif);
}

div.mainmenu h2 {
	position: absolute;
	left: -1000px;
}

div.mainmenu ul {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 40px;
	margin-right: 40px;
	padding: 0em;
}

div.mainmenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	background-image: url(mainmenu-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#page.e-shop div.mainmenu ul li {
	background-image: url(mainmenu-divider.e-shop.gif);
}

div.mainmenu ul li.last, div#page.e-shop div.mainmenu ul li.last {
	padding-right: 0px;
	margin-right: 0px;
	background-image: none;
}

div.mainmenu ul li a, div.mainmenu ul li a:link {
	color: #990033;
	text-decoration: none;
}

div.mainmenu ul li a:hover {
	color: #ff014a;
	text-decoration: none;
}

div#page.e-shop div.mainmenu ul li a, div#page.e-shop div.mainmenu ul li a:link {
	color: #22439c;
	text-decoration: none;
}

div#page.e-shop div.mainmenu ul li a:hover {
	color: #2657da;
	text-decoration: none;
}

/* obsah */

div#content {
	/*min-height: 700px;*/
	padding-left: 40px;
	padding-right: 40px;
}

* html body div#content {
	text-align: left;
	height: 700px;
}

/* textovy layer */

div#content div.text {
	padding-top: 20px;
	padding-bottom: 30px;
	overflow: hidden;
	width: 920px;
}

/* submenu */
div#content div.submenu {
	margin-bottom:5px;
}
div#content div.submenu a {
	color: #990033;
}

/* hlavni nabidka */

div.offer.main {
	clear: both;
}

div.offer.main h2 {
	position: absolute;
	left: -1000px;
}

div.offer.main div.box {
	border: 1px solid #000000;
	width: 177px;
	min-height: 260px;
	margin-right: 12px;
	float: left;
	background-color: #666666;
}

* html body div.offer.main div.box {
	height: 250px;
}

div.offer.main div.box.kumihimo {
	background-image: url(box-kumihimo-background.jpg);
}

div.offer.main div.box.kumihimo div.background-supplement {
	background-image: url(box-kumihimo-background-supplement.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.offer.main div.box.zlaty-koralek {
	background-image: url(box-zlaty-koralek-background.jpg);
}

div.offer.main div.box.zlaty-koralek div.background-supplement {
	background-image: url(box-zlaty-koralek-background-supplement.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.offer.main div.box.art-clay-silver {
	background-image: url(box-art-clay-silver-background.jpg);
}

div.offer.main div.box.art-clay-silver div.background-supplement {
	background-image: url(box-art-clay-silver-background-supplement.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.offer.main div.box.shop {
	background-image: url(box-shop-background.jpg);
}

div.offer.main div.box.shop div.background-supplement {
	background-image: url(box-shop-background-supplement.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.offer.main div.box p.box-image {
	padding: 12px;
	background-color: #c6c6c6;
	border-bottom: 1px solid #000000;
}

div.offer.main div.box img {
	border: 1px solid #000000;
}

div.offer.main div.box ul {
	margin: 0px;
	padding: 0px;
}

div.offer.main div.box ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 12px;
	color: #ffffff;
	font-style: italic;
	font-size: 1.4em;
}

div.offer.main div.box ul li a, div.offer.main div.box ul li a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div.offer.main div.box ul li a:hover {
	color: #ffff99;
	text-decoration: none;
}

/* pracovni postupy */

div.offer.other {
	clear: both;
}

div.offer.other div.container-top div.background-supplement {
	background-image: url(offer-other-background.jpg);
	height: 1%;
}

div.offer.other h2 {
	color: #ffffff;
	font-size: 2em;
	font-style: italic;
}

div.offer.other div.content h3 {
	position: absolute;
	left: -1000px;
}

div.offer.other div.content div.box {
	float: left;
	margin-right: 32px;
}

div.offer.other div.content div.box.last-in-row {
	margin-right: 0px;
}

div.offer.other div.content div.box p a, div.offer.other div.content div.box p a:link {
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	background-image: url(box-a.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	text-decoration: none;
}

div.offer.other div.content div.box p a:hover {
	color: #990033;
	text-decoration: none;
}

div.offer.other div.container-bottom div.columns {
	width: 100%;
}

div.offer.other div.container-bottom div.columns div.left-column {
	width: 50%;
	float: left;
}

div.offer.other div.container-bottom div.columns div.middle-column {
	width: 23%;
	float: left;
	border-left: 2px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

div.offer.other div.container-bottom div.columns div.right-column {
	width: 23%;
	float: right;
	border-left: 2px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

div.columns div ul {
	margin: 0px;
	padding: 0px;
}

div.columns div ul li {
	list-style-type: none;
	list-style-image: none;
	text-align: right;
}

div.columns div ul li a, div.columns div ul li a:link {
	padding-right: 20px;
	background-image: url(columns-a.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #ffffff;
	text-decoration: none;
}

div.columns div ul li a:hover {
	background-image: url(columns-a-hover.gif);
	color: #ffff99;
	text-decoration: none;
}

/* galerie */

div.offer-boxes.gallery h2 {
	/*color: #ffffff;*/
	font-size: 1.8em;
	font-style: italic;
	margin:0;
	padding:0;
}
div.offer-boxes.gallery div.box .foto-label {
	text-align:center;
	padding:0;
	margin:0;
}
div.offer-boxes.gallery div.box .foto-desc {
	font-size:95%;
}
div.offer-boxes.gallery p.foto {
	width: 155px;
	height:185px;
	background-color:#d9d9d9;
}
div.offer-boxes.gallery div.container-top div.content div.box {
	border: 1px solid #000000;
	float: left;
	margin-right: 26px;
	margin-bottom: 26px;
}

div.offer-boxes.gallery div.container-top div.content div.box.last-in-row {
	margin-right: 0px;
}

div.offer-boxes.gallery div.container-top div.content div.box p {
	margin: 0px;
	padding: 0px;
}
div.box div.galery-label {
	margin: 5px;
	text-align:center;
}
div.box div.galery-pocet {
	margin: 5px;
	text-align:center;
}
/* diskuse */

div.discussion h2 {
	color: #ffffff;
	font-size: 2em;
	font-style: italic;
}

ul.offer {
	margin: 0em;
	padding: 0em;
}

ul.offer li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	font-size: 1.1em;
	padding-bottom: 5px;
	background-image: url(offer-divider.gif);
	background-repeat: no-repeat;
	background-position: right 25%;
}

ul.offer li.last {
	padding-right: 0px;
	margin-right: 0px;
	background-image: none;
}

ul.offer li a, ul.offer li a:link {
	color: #ffffff;
	text-decoration: none;
}

ul.offer li a:hover {
	color: #000000;
	text-decoration: none;
}

ul.offer li a.active {
	font-weight: bold;
	color: #000000;
}

div.item {
	clear: both;
	margin-top: 5px;
	border-bottom: 1px solid #000000;
}

p.item-header {
	color: #993366;
	clear: both;
	display: inline;
}

address {
	display: inline;
	font-style: normal;
	margin-right: 5px;
	margin-left: 5px;
}

ins {
	display: inline;
	text-decoration: none;
	color: #999999;
}

/* e-shop linka */
div.links {
	color: #22439c;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:5px;
}
div.links a{
	color: #22439c;
}

/* e-shop navigace */
ul.path {
	color: #22439c;
	font-weight:bold;
}
ul.path a {
	color: #22439c;
}


/* e-shop registrace */
div.shop-register {

}
div.shop-register .label {
	width:200px;
}
div.shop-register .required span{
	color:red;
}
div.shop-register .field {
	width:250px;
}
div.shop-register textarea {
	width:250px;
	height:50px;
}
div.shop-register .submit-button {
	text-align:left;
}
div.shop-register .submit {
	margin-left:0;
}

/*  e-shop  kos */
table.cart {
	width:700px;
	border:1px solid #b4b4b4;
	background-color:#b4b4b4;
}
table.cart td {
	background-color:#FFFFFF;
}
table.cart th {
	background-color:#b4b4b4;
	
}

table.cart td , table.cart th {padding:0 3px;}
table.cart .price {
	font-size:1.1em;
	text-align:right;
}
table.cart .sum {
	font-size:1.1em;
	font-weight:bold;
}
table.cart .cart-code {
	width:20px;
}
table.cart .cart-title {
	width:250px;
}
table.cart .cart-without {
	width:80px;
}
table.cart .cart-count {
	width:120px;
}
table.cart .cart-sum-without {
	width:80px;
}
table.cart .cart-dph {
	width: 50px;
}
table.cart .cart-sum-with {
	width:80px;
}
table.cart .cart-action {
	width:70px;
}
table.cart .cart-form form {
	margin:2px 0;
	padding:0;
}

.add-cart .item-count {
	width:20px;
}
.add-cart .submit {
	margin-left: 0.5em;
}
.danova-rekapitulace {
	margin-top:30px;
}

/* e-shop zakladni nabidka */
div.base-shop-offer h2 {
	color: #ffffff;
	font-size: 2em;
	font-style: italic;
}

div.base-shop-offer div.item {
	display: table;
	width: 100%;
	border-bottom: 1px solid #26252c;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left:0px;
}

div.item div.thumbnail {
	float: left;
	width: 145px;
	margin-right: 15px;
}

div.item div.thumbnail p {
	width: 145px;
	overflow: hidden;
	padding: 0em;
}

div.item div.thumbnail img {
	border: 1px solid #c8c8c8;
}

div.item div.perex {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 340px;
}

div.item div.perex h2 {
	color: #22439c;
	font-style: normal;
	font-family: Times New Roman, serif;
	font-size: 1.6em;
	padding-top:3px;
	margin-bottom:0px;
	padding-bottom:0px;
}
div.item div.perex h2 a{
	color: #22439c;
	text-decoration:none;
}
div.item div.actions {
	float: right;
	width: 185px;
	border-left: 5px solid #2657da;
	font-family: sans-serif;
}
div.item div.in-actions {
	margin-left:10px;
}

div.item div.actions ul {
	margin: 0em;
	padding: 0em;
}
div.item div.actions div.vice {
	margin-bottom:10px;
}
div.item div.actions div.vice a{
	color:#22439c;
	text-decoration:none;
}
div.item div.actions div.vice a:hover {
	color: #2657da;
}
div.item div.actions div.cena {
	margin-bottom:20px;
}
div.item div.actions div.cena div{
	margin-bottom:5px;
}
div.item div.actions em {
	font-size: 1.5em;
	color: #2657da;
	font-style: normal;
}

/* e-shop produkt */
ul.path {
	margin:0;
	padding:0;
	margin-top:1px;
	margin-bottom:20px;
}
ul.path li {
	margin:0;
	padding:0;
	display:inline;
}

div.category {
	float:left;
	text-align:center;
	width:25%;
	margin-top:10px;
	margin-bottom:6px;
}
div.category .foto {
	height:150px;
}
div.category h4 span {
	font-size:130%;
	font-weight:bold;
	margin:0 5px;
}
div.category h4 a{
	text-decoration:none;
	color: #2657da; /* 22439c */
}
div.product h2 {
	color: #ffffff;
	font-size: 2em;
	font-style: italic;
}

div.product div.item {
	width: 630px;
	display: table;
	padding-bottom: 15px;
	border-bottom:none;
}

div.product div.shadow {
	background-image: url(shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-right: 20px;
}

div.product div.shadow div.image {
	/*position: absolute;*/
	margin-left:80px;
	width: 400px;
	text-align:left;
}
div.product div.item {
	margin-left:80px;
}
div.item div.information {
	float: left;
	width: 440px;
	font-family: sans-serif;
	border-right: 5px solid #2657da;
	/*padding-right: 15px;*/
}
div.item div.in-information {
	margin-right:10px;
}

div.item div.information h1 {
	color: #22439c;
	font-style: normal;
	font-size: 1.6em;
	font-family: serif;
}

div.item div.information em {
	font-size: 1.8em;
	color: #2657da;
	font-style: normal;
}

div.item div.information ul.order {
	margin-left: 0em;
	margin-right: 0em;
	padding: 0em;
}

div.item div.information ul.order li {
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}

div.item div.information ul.order li a {
	text-decoration: none;
	background-image: url(actions-a.gif);
	background-repeat: no-repeat;
	background-position: right 0.2em;
}

div.item div.information ul.order li a:hover {
	color: #2657da;
}

div.product div.item div.actions {
	float: left;
	padding:0;
	/*margin-left:20px;*/
	font-family: Arial, Helvetica, sans-serif;
	border-left: none;
	font-weight: bold;
	font-size:1em;
}
div.product .code {
	font-size:1.5em;
}

/* e-shop submit do kosiku */
.submit.to-basket {
	width:71px;
	height:21px;
	background-color:white;
	background-image: url(to-basket.gif);
	background-repeat: no-repeat;
}
/* submit odeslat */
.submit.odeslat {
	width:71px;
	height:21px;
	background-color:white;
	background-image: url(odeslat.gif);
	background-repeat: no-repeat;
}

/* paticka */

div#footer {
	height: 2em;
	width: 1000px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(footer-background.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/* servisni menu */

div.servismenu {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

* html body div.servismenu {
	margin-left: 5px;
}

div.servismenu h2 {
	position: absolute;
	left: -1000px;
}

div.servismenu ul {
	margin: 0em;
	padding: 0em;
}

div.servismenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	background-image: url(servismenu-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

div.servismenu ul li.last {
	padding-right: 0px;
	margin-right: 0px;
	background-image: none;
}

div.servismenu ul li a, div.servismenu ul li a:link {
	color: #ffffff;
	text-decoration: none;
}

div.servismenu ul li a:hover {
	color: #ffff99;
	text-decoration: none;
}

/* credits */

div.credits {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}

* html body div.credits {
	margin-right: 5px;
}

div.credits p {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
}

div.credits p a, div.servismenu p a:link {
	color: #ffffff;
	text-decoration: none;
}

div.credits p a:hover {
	color: #ffff99;
	text-decoration: none;
}
/************************************************************************************/
.strong{   font-weight: bold;}

.margin-top		{margin: 5px 0px 0px 0px;}
.margin-right	{margin: 0px 5px 0px 0px;}
.margin-bottom	{margin: 0px 0px 5px 0px;}
.margin-left	{margin: 0px 0px 0px 5px;}

.line{
	border-bottom: 1px solid #000000;
	margin: 5px 0px;
}

.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

.picture{
	float: left;
	margin-right: 5px;
}

.show-small{
	margin: 0px;
	padding: 0px;
}
.pager {
	color:white;
}
.pager a {
	color:white;
}
.tac {text-align:center;}
.errors li{
	font-weight:bold;
}