/* zakladni definice prvku spolecne pro vsechny stranky */
html, body {
	padding:0;
	margin:0;
	background-color:#eef3f8;
	color:#5a6368;
	font-family:Arial, Sans serif;
	font-size:10pt;
}

/* konec zakladnich definice prvku spolecne pro vsechny stranky */
div.cleaner {
	clear:both;
}
a {
	color:#0062ac;
	text-decoration:none;
}
a.more {
	padding-right:14px;
	background:transparent url("../images/blue-arrow-forward.png") right center no-repeat;
}
a:hover {
	text-decoration:underline;
}
img { /* obrazek vzdy bez ramecku pokud neni urceno jinak */
	border:none;
}
h2 {
	font-size:11pt;
}
strong {
	color:#0062ac;
}
h2 strong {
	color:#c33002;
}
span.no-line-break {
	white-space:nowrap;
}
.web-readers-only { /* stily jen pro ctecky webu a pro textove prohlizece. V graficke verzi nejsou videt */
	display:none !important;
}
.invisible { /* stily jen pro ctecky webu a pro textove prohlizece. V graficke verzi nejsou videt */
	display:none !important;
}
.center-content {
	text-align:center;
}
table {
	padding:0;
	margin:0;
	border-collapse:collapse;
}
table tr.even {
	background-color:#f4f8fb;
}
table th {
	margin:0;
	padding:15px 2px 10px;
	color:#00133a;
	background:#e6eff7 url("../images/table-head-background.png") center top repeat-x;
}
table td {
	padding:2px;
}
table td.input-description {
	width:150px;
}
form table tr.buttons { /* zarovnani tlacitek formulare dostredu */
	text-align:center;
}
.wihte-background {
	background-color:white;
}
.blue-background {
	background-color:#f1f6fa;
}
.white-bottom-border {
	border-bottom:1px solid white;
}
.center-content-horizontally {
	text-align:center;
}
.max {
	width:99%;
}
.defedit { /* editacni polozka formulare */
	border:1px solid #d2e3f0;
	background-color: #d2e3f0;
	color:#5b5b5b;
}
.defedit:focus { /* editacni polozka formulare */
	background-color: #f3f7fa;
}
.defbutton { /* editacni tlacitko */
	height:25px;
	width:125px;
	margin:0 10px;
	border:0;
	color:white;
	font-size:9pt;
	background:#004b9f url("../images/button-background.png") 0 0 no-repeat;
}
.defbackbutton { /* editacni tlacitko */
	height:25px;
	width:125px;
	margin:0 10px;
	border:0;
	color:white;
	font-size:9pt;
	background:#004b9f url("../images/back-button-background.png") 0 0 no-repeat;
}

/* layouty stranek */
div#top-banner-container {
	margin-bottom:-25px;
	text-align:center;
}
div#header-and-body-container {
	background:transparent url("../images/header-and-body-container-top-background.png") center top no-repeat;
}
div#header-and-body-container-bottom-shadow {
	background:transparent url("../images/header-and-body-container-bottom-shadow.png") center bottom repeat-x;
}
/* nastaveni sirky a padingu vsech casti stranek */
div#header-container, div#body-container, div#contacts-container, div#copyright-container {
	width:995px;
	margin:0 auto;
}

/* layout stranek hlavicka */
div#header-container {
	position:relative;
	height:120px;
}

/* layout pro telo */
div#body-container { /* prvek obsahujici telo */
	margin-top:12px;
	padding-bottom:42px;
}
div#body-left-column {
	width:170px;
	float:left;
}
div#body-center-column {
	margin-left:175px;
}
/* trisloupcovy layout - jako normalni je povazovan dvousloupcovy, tento puze prepisuje puvodni */
div#three-columns-layout {
	
}
div#three-columns-layout div#body-center-column {
	margin-right:195px;
/*	border:1px solid red; */
}
div#three-columns-layout div#body-right-column {
	width:190px;
	float:right;
/*	border:1px solid black; */
}

/* layout pro paticku */
div#footer-container {
	background:white url("../images/footer-container-contacts-container-bottom-shadow.png") left bottom repeat-x;
}
div#contacts-container {
	background:#f4f8fb url("../images/contackts-hotlink-background.png") right bottom repeat-y; /* TODO zmenit obrazek na pozadi */
	font-size:12px;
}
div#copyright-container {
	position:relative;
	height:95px;
	font-size:9px;
	color:#4c4c4c;
}
/* konec layoutu pro paticku */

div#front-panel {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:transparent url("../images/gray-transparent-background.png") 0 0 repeat;
	z-index:10;
}
div#front-panel div.front-panel-window {
	position:absolute;
	display:none;
	background-color:white;
}
div.front-panel-window a.front-panel-window-close {
	position:absolute;
	top:5px;
	right:12px;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}
div.front-panel-window div.front-panel-window-content {
	margin:40px 20px 10px;
}
div.front-panel-window-content strong.huge {
	padding:5px;
	font-size:20pt;
	color:white;
	background-color:#0062ac;
}

/* obsah hlavicky */
img#logo {
	position:absolute;
	top:25px;
	left:0;
	width:202px;
	height:37px;
	border:none;
}
/* formulare na vyhledavani v hlavicce */
div#header-container form {
	position:absolute;
	width:253px;
	bottom:51px;
	margin:0;
	padding:0;
	z-index:5;
	color:#5b5b5b;
}
div#header-container form label {
	font-size:11px;
}
div#header-container form input {
	display:block;
	margin:0;
	padding:0;
	float:left;
	border:none;
	z-index:5;
}
div#header-container form input[type="text"] {
	width:199px;
	height:18px;
	padding:2px 5px;
	margin-top:1px;
	background:#d2e3f0 url("../images/header-find-input-background.png") 0 center no-repeat;
}
div#header-container form input[type="text"]:focus {
		background-position:-209px center;
}
div#header-container form input[type="image"] {
	width:44px;
	height:25px;
	background:#0052a4;
}
form#find-product-buyout-price-form {
	height:38px;
	right:290px;
}
form#find-product-form {
	height:42px;
	right:1px;
}
form#find-product-form label {
	display:block;
	height:20px;
}
/* naseptavac pro vyhledavani zbozi */
.js-whisperer-popup-panel {
	width:207px;
	border:1px solid #c6dcec;
	background:white url("../images/js-whisperer-popup-panel-background.png") center bottom no-repeat;
	padding:45px 25px 20px;
	color:#003e98;
}
.js-whisperer-popup-panel div {
	margin-bottom:15px;
}
/* konec formularu v hlavicce */

div#header-container h1 {
	display:block;
	padding:0;
	margin:0;
}
div#header-container h2 {
	display:none;
}
div#top-menu {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:30px;
	color:white;
	font-size:13px;
	background:#1b4f83 url("../images/top-menu-background.png") left top repeat-x;
}
/* styly pro css menu */
div#top-menu-items {
	width:775px;
	height:30px;
	padding-left:4px;
	background:url("../images/top-menu-items-left-corner.png") left top no-repeat;
}
/* menu inspirovano http://phoenity.com/newtedge/horizontal_nav/#update-2004-11-23T20:28 */
ul.nav,
.nav ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display:block;
}
ul.nav {
	height:30px;
	
}
ul.nav strong {
	font-weight:normal;
}
ul.nav>li{
	display: block;
	float:left;
	padding: 7px 22px;
	border-left:2px groove #453f3a;
}
ul.nav>li:first-child {
	border:none;
}
ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -21px;
	margin-top: 7px;
	padding:20px 20px 40px;
	z-index:20;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}
.nav ul li a {
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}
ul.nav li>ul {
	background:#20568d url("../images/top-menu-popup-background.png") right top repeat-x;
}
ul.nav > li:hover {
	background-color:#0d2947;
}
.nav a {
	color:white;
	text-decoration: none;
}
ul.nav li>ul a {
	color:#b8ecff;
	white-space:nowrap;
}
ul.nav li>ul a:hover {
	text-decoration:underline;
}
/* konec stylu pro css menu */
div#top-menu-basket-container {
	position:absolute;
	right:0;
	top:0;
	width:172px;
	height:23px;
	padding:7px 0 0 35px;
	background:#004698 url("../images/top-menu-basket-background.png") right top no-repeat;
}
div#top-menu-basket-container a {
	display:block;
	color:white;
	text-decoration:none;
	padding:0 0 0 28px;
	background:transparent url("../images/basket.png") left 1px no-repeat;
}
div#top-menu-basket-container a:hover {
	text-decoration:underline;
}

/** obsah tela */
div#last-visited, div#franchise-service-and-gold-partner, 
div.recommanded-products, div.products-list,
div.page-switcher, h1, div#product-back-link { /* barvy zviraznenych casti */
	background-color:#f1f6fa;
}
/* levy sloupec */
div#body-left-column h1 { /* oznameni ze se jedna o prave menu se ignoruje */
	display:none;
}
div#body-left-column ul#context-menu {
	display:block;
	list-style:none;
	margin:20px 0 56px 7px;
	padding:0;
	font-weight:bold;
}
div#body-left-column ul#context-menu li {
	padding:5px 0;
}
div#body-left-column ul#context-menu a:hover {
	text-decoration:none;
	color:#022749;
}
div#last-visited {
	padding:10px 0 8px 0;
	margin-bottom:19px;
}
div#last-visited h2 {
	font-size:14px;
	margin:0 0  10px 5px;
}
div#last-visited ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
}
div#last-visited li {
	margin-bottom:5px;
}
a.last-visited-product {
	position:relative;
	display:block;
	width:168px;
	height:80px;
}
a.last-visited-product span.last-visited-product-image {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:71px;
	height:72px;
	padding:10px 12px 0 0;
	text-align:center;
	background:transparent url("../images/last-visited-product-image-background.png") left top no-repeat;
}
a.last-visited-product span.last-visited-product-name-price {
	display:block;
	position:absolute;
	top:12px;
	right:5px;
	width:80px;
}
a.last-visited-product strong {
	display:block;
	font-weight:normal;
	font-size:12px;
}
a.last-visited-product em {
	display:block;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	color:#5a6368;
}
a.last-visited-product span.last-visited-product-more-info {
	display:none;
}
a.last-visited-product:hover span.last-visited-product-more-info {
	display:block;
	position:absolute;
	top:0px;
	right:-3px;
	width:129px;
	height:56px;
	padding:26px 42px 0 0;
	font-size:16px;
	text-align:right;
	font-weight:bold;
	color:white;
	background:#004ba0 url("../images/last-visited-product-more-background.png") right center no-repeat;
}
div#franchise-service-and-gold-partner {
	padding:0 0 36px;
	text-align:center;
	border-top:1px solid #f1f6fa;
}
div#franchise-service-and-gold-partner h2 {
	display:block;
	margin:20px 35px 10px;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

/**
  *prostredni sloupec
  */
div#body-center-column h1, div#body-center-column h2,
div#body-center-column h3, div#body-center-column p, 
div#body-center-column table {
	padding:0 5px;
}
div#body-center-column h1 {
	display:block;
	margin:15px 0 0 0;
	padding:8px 6px 13px 6px;
	font-size:15pt;
}
div#body-center-column div.text-container { /* kontejner obsahujici nejaky text */
	padding:5px 9px 20px 0;
}
div#body-center-column div.text-container h2, div#body-center-column div.text-container h3,
div#body-center-column div.text-container p, div#body-center-column div.text-container ul,
div#body-center-column div.text-container ol, div#body-center-column div.text-container table {
	margin-left:20px;
	margin-right:20px;
}
div#body-center-column div.text-container h2 {
	margin-top:20px;
	margin-bottom:10px;
	font-size:13pt;
}
div#body-center-column div.section-image-min-height {
	min-height:80px;
}
div#body-center-column div.text-container img.section-image {
	float: left;
	margin:10px 20px 10px 20px;
}
div#body-center-column div.text-container h3 {
	margin-top:15px;
	font-size:11pt;
}
div#body-center-column div.text-container h4 {
	margin-top:15px;
	font-size:10pt;
}
div#body-center-column div.text-container p {
	margin-top:5px;
	margin-bottom:10px;
}
div#body-center-column div.text-container table {
	background-color:white;
}
div#body-center-column div.text-container table tr td {
	padding:5px 8px;
}
/* formular na objednani produktu z nejakeho seznamu zbozi */
div.list-order-product {
	display:block;
	position:absolute;
	left:1px;
	bottom:12px;
	height:18px;
	width:100%;
}
div.list-order-product form {
	display:block;
	margin:0 auto;
	position:relative;
	width:75px;
	height:18px;
	background:transparent url("../images/blue-arrow-forward.png") right center no-repeat;
}
div.list-order-product form input.quantity {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:34px;
	height:14px;
	padding:2px 5px;
	border:none;
	font-size:10px;
	text-align:right;
	background:#e6eff7 url("../images/order-product-quantity-background.png") 0 0 no-repeat;
}
div.list-order-product form input.quantity:focus {
	background-color:white;
	background-position:-44px 0;
}
div.list-order-product form input.submit {
	display:block;
	position:absolute;
	top:2px;
	right:8px;
	width:17px;
	height:14px;
	padding:0;
	margin:0;
	border:none;
}

/* specificke styly pro prostredni sloupsec */
div#body-center-column div#web-location {
	font-weight:bold;
	color:#004c9b;
	margin-left:5px;
	margin-bottom:10px;
	font-size:9pt;
}
div#web-location h2 {
	display:none;
}
div#web-location strong {
	color:#5a6368;
}

/* novinky na uvodce */
div#frontpage-news-outer-container {
	margin-top: 20px;
	background-color:#f1f6fa;
}
div#frontpage-news-outer-container h2 {
	margin:5px 0 0 20px;
	padding:0;
}
div#body-center-column div#frontpage-news-container {
	position:relative;
	height:135px;
	padding:0;
}
div#body-center-column div.frontpage-news {
	position:absolute;
	top:10px;
	left:0;
	margin:0;
}
div.frontpage-news div.image-container {
	float:left;
	width:130px;
	text-align: center;
}
div.frontpage-news h3 {
	font-size:10pt;
	padding:0;
	margin:5px 10px 5px 133px;
	color:#004da0;
}
div.frontpage-news p {
	margin:5px 10px 5px 133px;
}

/* styly pro styly k obsahu stredniho sloupce */
div.body-content-left-shadow {
	background:url("../images/body-content-left-shadow.png") left 0 repeat-y;
}
div.body-content-right-shadow {
	background:url("../images/body-content-right-shadow.png") right 0 repeat-y;
}
div.body-content-bottom-shadow {
	padding-bottom:6px;
	background:url("../images/body-content-bottom-shadow.png") center bottom no-repeat;
}
div.body-content-top-shadow {
	padding-top:6px;
	background:url("../images/body-content-top-shadow.png") center top no-repeat;
}
div.body-content-shadows-content {
	padding:0 6px 0 5px;
}
/** bookmarky  */
div.body-content-bookmarks {
	height:30px;
	background:url("../images/body-content-top-shadow.png") center bottom no-repeat;
}
div.body-content-bookmarks a {
	display:block;
	float:left;
	width:124px;
	height:24px;
	padding:8px 10px 0;
	text-align:center;
	cursor:pointer;
	background:url("../images/body-content-bookmark-background.png") -144px 0 no-repeat;
}
div.body-content-bookmarks a.active {
	background-position:0 0;
	font-weight:bold;
}
div.body-content-bookmarks-shadows-content {
	padding:0 6px 0 5px;
}
/* bookmarky se stinem */
div.body-content-shadow-bookmarks {
	height:44px;
	width:809px;
	margin-top:20px;
	background:url("../images/bookmarks-shadow.png") center bottom repeat-x;
}
div.body-content-shadow-bookmarks a {
	display:block;
	float:left;
	width:180px;
	height:26px;
	padding:18px 10px 0;
	text-align:center;
	cursor:pointer;
	background:url("../images/body-content-shadow-bookmark-background.png") -200px bottom no-repeat;
}
div.body-content-shadow-bookmarks a.active {
	background-position:0 bottom;
	font-weight:bold;
}

div.body-content-shadows-content h1 { /* nadpis ve stinech */
	display:block;
	margin:0 !important;
	padding:15px 20px 15px !important;
	color:#006aae;
	background-color:white;
	font-size:15pt !important;
}
div.body-content-shadows-content div.blue-strip { /* modry pruh pod necim ve stinech */
	background-color:#e6eff7;
	border:1px solid #e6eff7;
}
/* */
ul.subcategories-list {
	display:block;
	width:99%;
	height:20px;
	padding:0;
	margin:10px 0 10px;
	list-style:none;
}
ul.subcategories-list li {
	float:left;
	margin:0 0 5px 15px;
	padding-left:25px;
	background:transparent url("../images/ico-folder-big.png") 0 top no-repeat;
}
/* filtr seznmanu jednotlivych produktu */
div#products-list-filters {
	margin-bottom:12px;
	border-bottom:1px solid #eaf2f7;
}
div#products-list-filters form {
	margin:0;
	padding:0;
}
div#products-list-filters em {
	font-style:normal;
}
div#products-list-filters div#products-list-filters-selection {
	background-color:white;
	padding:15px 25px 0;
}
div#products-list-filters-selection {
	height:27px;
	padding:15px 0 0;
	background-color:white;
}
div#products-list-filters-selection em {
	display:block;
	float:left;
	margin:0;
}
div#products-list-filters-selection ul {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
}
div#products-list-filters-selection ul li {
	display:block;
	float:left;
	width:100px;
	margin-left:10px;
	text-align:left;
	cursor:pointer;
}
div#products-list-filters-selection ul li:hover {
	text-decoration:underline;
}
div#products-list-filters div#products-list-filters-options { /* jednotlive moznosti filtru */
	position:relative;
	background:#f5f9fc url("../images/products-list-filter-bottom-background.png") 0 top repeat-x;
}
div#products-list-filters-options img {
	position:absolute;
	display:block;
	width:27px;
	height:12px;
	left:70px; /* TODO ie7 to tady ma zkurvene, opravit */
	top:0;
}
div#products-list-filters-options div {
	padding:20px 50px 12px;
}
div#products-list-filters-options div div {
	display:none;
	margin:0;
	padding:0;
	line-height:25px;
}
div#products-list-filters-options div div.visible {
	display:block;
}
div#products-list-filters-options ul {
	margin:0;
	padding:0;
	list-style-position:inside;
}
div#products-list-filters-options ul li {
	display:inline;
	margin:0 20px 0 0;
	padding:0;
	white-space:nowrap;
}
div#products-list-filters-options ul li a {
	color:#5a6368;
}
div#products-list-filters-options ul li.selected a {
	color:#004c9b;
}
div#products-list-filters div#products-list-filters-order-type { /* zpusob razeni */
	height:40px;
	padding:15px 25px 0;
	background-color:white;
}
div#products-list-filters-order-type select {
	width:160px;
	margin-left:20px;
	border:1px solid #f5f9fc;
	font-size:10pt;
}
div#products-list-filters div#products-list-filters-submit {
	position:relative;
	height:48px;
	background:#f5f9fc url("../images/products-list-filter-bottom-background.png") 0 top repeat-x;
}
div#products-list-filters-submit input {
	position:absolute;
	display:block;
	width:125px;
	height:25px;
	top:12px;
	left:342px;
	border:0;
	color:white;
	font-size:12px;
	background:url("../images/button-background.png") 0 top repeat-x;
}
div#products-list-filters-submit input:hover {
	text-decoration:underline;
}
/* doporucovane produkry */
div.recommanded-products {
	margin:13px 0 0 0;
	padding:5px 0;
}
/* vycentruje doporucene rodukty ve 2 sloupcove stranece */
div.recommanded-products-center-two-column-page {
	padding-left:11px;
}
div.recommanded-products ul {
	display:block;
	padding:0;
	margin:0;
}
div.recommanded-products li {
	position:relative;
	display:block;
	width:144px;
/*  width:123px;
	height:218px; */
	height:230px;
	padding:6px 6px 8px 6px;
	float:left;
	text-align:center;
	background:white url("../images/recommanded-product-background.png") 0 0 no-repeat;
}
div.recommanded-products li:hover {
	background-position:-157px 0;
	background-color:#fbfcfd;
}
div.recommanded-products li a.product-image-container {
	display:table-cell;
	*display:block; /* ie6 a ie7 jsou debilni a neumi table-cell */
	width:144px;
	height:150px;
	vertical-align:middle;
}
div.recommanded-products li img { /* ie6 a ie7 jsou debilni a neumi table-cell proto se musi obrazek posunout rucne */
	margin-top:5px;
}
div.recommanded-products li img.product-flag {
	position:absolute;
	margin:0;
	bottom:88px;
	left:4px;
}
div.recommanded-products li strong {
	display:block;
	padding:5px 0;
	height:28px;
	font-weight:normal;
	font-size:12px;
}
div.recommanded-products li em {
	display:block;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	color:#5a6368;
}
div.products-list { /* seznam nejakych vyrobku v prostrednim sloupci */
	margin:0;
	padding:0 0 6px;
}
div.products-list ul {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
div.products-list ul li {
	text-align:center;
	position:relative;
	float:left;
	display:block;
	margin:0;
	width:192px;
	height:281px;
	padding:6px 6px 8px 6px;
	background:white url("../images/products-list-product-background.png") 0 0 no-repeat;
}
div.products-list li:hover {
	background-position:-202px 0;
	background-color:#fbfcfd;
}
div.products-list li strong {
	display:block;
	height:30px;
	padding:5px 5px 0;
}
div.products-list li a.product-image-container {
	display:block;
	vertical-align:middle;
	margin-top:5px;
	width:100%;
	height:175px;
}
div.products-list li div.store-state-and-price {
	vertical-align:middle;
	width:100%;
	margin-top:5px;
}
div.products-list li div.store-state-and-price span {
	display:block;
	font-weight:bold;
}
div.products-list li div.store-state-and-price em {
	font-style:normal;
	font-weight:bold;
}
div.products-list hr {
	margin:8px 0 20px;
	background-color:#0062ac;
	border-bottom:1px solid #0062ac;
}
/* seznam neceho s polozkami jako horizontalni pruhy */
div.horizontal-list-container {
	margin-top:5px;
	padding:5px 0;
}
div.horizontal-list-container h2 {
	margin-left:20px;
}
ul.horizontal-list {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
}
ul.horizontal-list li {
	padding:15px 32px 15px 10px;
	margin:0 0 6px;
	display:block;
	background-color:white;
}
ul.horizontal-list li div.float-left {
	display: block;
	width:130px;
	padding-top:10px;
	float:left;
	text-align:center;
}
ul.horizontal-list div.horizontal-list-margin-left {
	margin-left:133px;
}
ul.horizontal-list li h3, 
ul.horizontal-list li h4,
ul.horizontal-list li em {
	padding:0;
	color:#003b95;
	font-weight:bold;
	font-style:normal;
	font-size:12pt;
}
ul.horizontal-list li h3,
ul.horizontal-list li h4 {
	display:block;
	padding:0;
	font-weight:normal;
}
ul.horizontal-list li strong.created-date {
	float:right;
	margin-top:-28px;
}
ul.horizontal-list li p {
	padding:5px 4px !important;
}
ul.horizontal-list li div.horizontal-list-largin-left p {
	min-height:68px;
}
ul.horizontal-list li div.top-border {
	padding:5px 4px;
	border-top:1px solid #ebebeb;
}

/* banery v akcich */
div.action-banners {
	margin-top:20px;
}
div.action-banners a {
	display:block;
	float:left;
	margin:10px 0 0 8px;
	padding:0;
}
div.action-banners a img {
	width:390px;
	height:179px;
}
/* banner primo na strance akce */
img.action-banner {
	width:760px;
	margin-left:25px;
	margin-top:10px;
}

/* listovac */
div.page-switcher {
	height:50px;
	padding-top:25px;
	margin-bottom:35px;
	text-align:center;
	background: url("../images/page-switcher-background.png") 0 0 repeat-x;
	line-height:24px;
}
div.page-switcher a {
	position:relative;
	margin:0 2px;
	height:24px;
}
div.page-switcher a.previous {
	margin-right:50px;
	padding-left:29px;
}
div.page-switcher a.next {
	margin-left:50px;
	padding-right:29px;
}
div.page-switcher img {
	position:absolute;
	top:-4px;
}
div.page-switcher strong {
	padding:2px 3px;
	color:white;
	background-color:#004b9f;
}
div.top-page-switcher {
	background:none;
	margin-bottom:0;
	padding-top:10px;
}
/* specificke styly pro stranky s podrobnostmi o zbozi */
div#product-general-info {
	min-height:220px;
	background:white url("../images/product-general-info-background.png") 182px 0 repeat-y;
}
div#product-general-info em {
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	color:black;
}
div#product-general-info div#product-general-info-image-container {
	float:left;
	width:182px;
	padding-top:25px;
	text-align:center;
}
div#product-general-info-image-container img {
	cursor:pointer;
}
div#product-general-info-image-container a.more {
	margin-top:20px;
}
div#product-general-info div#product-general-info-info-container {
	margin-left:182px;
}
div#product-general-info-info-container h1 {
	display:block;
	margin:0;
	padding:25px 30px 10px;
	color:#004da0;
	font-size:14pt;
	background-color:transparent;
}
div#product-general-info-info-container div#product-general-info-info-container-prices {
	padding:18px 20px 25px;
	background:#f4f8fb url("../images/product-general-info-prices-background.png") 0 0 repeat-y;
}
div#product-general-info-info-container-prices table {
	float:left;
}
div#product-general-info-info-container-prices td {
	padding:1px 10px 2px;
}
div#product-general-info-info-container-prices div {
	margin-left:260px;
}
div#product-general-info-info-container-prices div h2 {
	margin:0 0 3px;
	padding:0;
	font-size:10pt;
	color:#0062ac;
}
div#product-general-info-info-container-prices div table {
	float:none;
	margin-bottom:10px;
}
div#product-general-info-info-container-prices div table td {
	padding:1px 10px 2px 0;
}
div#product-general-info-info-container form {
	display:block;
	margin:0;
	height:44px;
	padding:10px 0 0 235px;
}
div#product-general-info-info-container form input.quantity {
	float:left;
	display:block;
	width:34px;
	height:14px;
	margin-top:3px;
	padding:2px 5px;
	border:none;
	font-size:10px;
	text-align:right;
	background:#f4f8fb url("../images/order-product-quantity-background.png") 0 0 repeat-y;
}
div#product-general-info-info-container form input.quantity:focus {
	background-position:-44px 0;
}
div#product-general-info-info-container form input.submit {
	display:block;
	text-align:left;
	float:left;
	width:126px;
	height:24px;
	padding:0 0 0 30px;
	margin:0 0 0 5px;
	border:none;
	font-size:12px;
	color:white;
	background:#004b9f url("../images/buy-button-background.png") 0 0 no-repeat;
}
div#product-general-info-info-container form input.disabled {
	background:#949494 url("../images/buy-button-disabled-background.png") 0 0 no-repeat;
}
div#product-find-used-and-buyout { /* odkazy na pouzite a vykup */
	min-height:38px;
	margin:20px 0;
	padding:0 78px 5px;
	background:url("../images/information-bubble.png") 20px 0 no-repeat;
}
div#product-find-used-and-buyout p {
	margin:5px 0;
	padding:0;
}
div#product-find-used-and-buyout strong {
	color:#313a3e;
}
div#product-find-used-and-buyout em.headding {
	display:inline;
	padding:0;
	margin:0;
	font-size:13pt;
	font-weight:bold;
	color:#0062ac;
	font-style:italic;
}
div#product-find-used-and-buyout a {
	margin-left:13px;
	font-weight:bold;
}
div#product-aditional-info { /* dalsi informace o produktu */
	border:1px solid white;
	background-color:white;
}
div#product-aditional-info div.borders {
	padding:20px;
}
/* upravuje zarovnani seznamu prislusenstvi */
div#product-aditional-info div#product-aditional-info-accessory-content ul {
	padding:0 11px;
}
div#product-back-link {
	margin:0 5px 0 2px;
	padding:15px 0 20px;
	text-align:center;
}
div#product-back-link a {
	font-weight:bold;
	padding-left:13px;
	background:url("../images/back-blue-arrow.png") 0 3px no-repeat;
}

/** kontejner pro obrazek v hlavicce nejake stranky */
div#page-image-header-container {
	position:relative;
	width:820px;
	height:250px;
	background-color:#f1f6fa;
}
/* samotny obrazek */
div#page-image-header-container img {
	position:absolute;
	top:10px;
	left:5px;
	width:809px;
	background-color:white;
}
/* to same pro 3 sloupcovy layout */
div#three-columns-layout div#page-image-header-container {
	width:625px;
	height:187px;
}
div#three-columns-layout div#page-image-header-container img {
	top:10px;
	left:5px;
	width:614px;
}

/** kontejner pro obrazek v hlavicce nejake stranky */
div#pages-images-headers-container {
	position:relative;
}
/* specificke styly na obrazek v hlavicce na stranku formulare na dotaz na cenu notebooku */
div#notebook-price-question-header-image {
	position:absolute;
	top:10px;
	left:5px;
	width:809px;
	height:198px;
	background:url("../images/pages-images-headers/notebook-buyout.png") 0 0 no-repeat;
}
div.notebook-price-question-header-image-background {
	height:112px;
}
div.notebook-price-question-header-image-padding {
	height:60px;
}

/* styly pro kosik */
div#basket-container {
	background-color:white;
}
div#basket-container form {
	padding:0;
	margin:0;
}
div#basket-container table {
	width:100%;
}
div#basket-container th {
	padding-left:4px;
	padding-right:4px;
	text-align:left;
	white-space:nowrap;
	font-size:9pt;
}
div#basket-container td {
	padding:8px 4px;
	font-size:9pt;
}
div#basket-container .code-column {
	padding-left:20px;
	width:66px; /* 90px - pading-left 2  - */
}
div#basket-container .price-column {
	padding-left:10px;
	white-space:nowrap;
}
div#basket-container .remove-column {
	width:20px;
	padding-left:10px;
}
div#basket-container tr.total-price-row td {
	border-top:1px solid #ebebeb;
	padding-top:6px;
	padding-bottom:30px;
}
div#basket-container tr.total-price-row strong {
	margin-left:20px;
	font-size:12pt;
	white-space:nowrap;
}
div#basket-container input.quantity {
	float:left;
	display:block;
	width:34px;
	height:14px;
	margin-top:3px;
	padding:2px 5px;
	border:none;
	font-size:10px;
	text-align:right;
	background:#f4f8fb url("../images/order-product-quantity-background.png") 0 0 repeat-y;
}
div#basket-container input.quantity:focus {
	background-position:-44px 0;
}
div#basket-container td.buttons-cell {
	padding:10px 0;
	background:#e7ebee;
	text-align:center;
}
div#basket-container td.buttons-cell input {
	height:25px;
	width:125px;
	margin:0 10px;
	border:0;
	color:white;
	font-size:9pt;
	background:#004b9f url("../images/button-background.png") 0 0 no-repeat;
}
/* styly pro objednavky */
div#order-process-states {
	widht:515px;
	height:40px;
	margin:30px 15px 15px;
}
div#order-process-states div.order-process-state {
	height:35px;
	width:20%;
	font-size:10px;
	float:left;
}
div#order-process-states div.order-process-state div {
	width:15px;
	height:15px;
	float:left;
	padding:2px 0 2px 2px;
	text-align:center;
	color:white;
	background:transparent url("../images/bubble.png") -17px top no-repeat;
}
div#order-process-states div.active div {
	background:transparent url("../images/bubble.png") 0 top no-repeat;
}
div#order-process-states div.order-process-state p {
	dispaly:block;
	margin:0 2px 0 20px;
}
div#order-process-states div.active p {
	font-weight:bold;
	color:black;
}

/* stranka vyhledani nejakeho produktu */
div#find-product-form-container {
	padding:35px 0;
	margin-bottom:45px;
}
div#find-product-form-container form {
	dislapy:block;
	margin:0 0 0 55px;
}
div#find-product-form-container input {
	dislapy:block;
	margin:0 0 0 5px;
}
div#find-product-form-container input.find {
	width:244px;
	height:18px;
	padding:3px 10px 2px;
	border:none;
	background:white url("../images/find-input-background.png") 0 0 no-repeat;
}

/** sktanka s kontaktnim formularem */
td#contact-us-image {
	width:125px;
	background:white url("../images/contact-us.png") 0 0 no-repeat;
}

/** styly pro servis */
.serviceedit {
  border: 1px solid #1E1781;
  width:30%;
}
div#description1 div#innerdiv {
	margin:0 20px;
	padding:10px 0;
    background-color: #e9f6ff;
}

/* seznam znacek od kterych mp prodava */
div#selling-brands {
	width:100%;
}
div#selling-brands ul {
	display:block;
	height:67px;
	padding:0 10px;
	margin:0;
	list-style:none;
	background-color:#f1f6fa;
}
div#selling-brands li {
	position:relative;
	display:block;
	float:left;
	top:-4px;
	width:99px;
	height:81px;
	margin:0 -7px 0 -5px;
}
div#selling-brands a {
	display:block;
	width:83px;
	height:69px;
	margin:0;
	padding:4px 9px 8px 8px;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	color:#004c9b;
	z-index:5;
}
div#selling-brands a:hover {
	background:white url("../images/selling-brands-highlight-shadow.png");
}
div#selling-brands a img {
	display:block;
	position:absolute;
	top:12px;
	left:15px;
	border:none;
}
div#selling-brands a:hover img {
	display:none;
}
div#selling-brands a span {
	/* skryje span s nazvem znacky */
	display:none;
	padding-top:28px;
}
div#selling-brands a:hover span {
	/* zobrazi span s nazvem znacky */
	display : block;
}
/* styly pro 3 sloupcovy layout prepisujici stypy pro 2 sloupcovy layout */
div#three-columns-layout div.body-content-bottom-shadow {
	padding-bottom:6px;
	background:url("../images/three-column-layout-body-content-bottom-shadow.png") center bottom no-repeat;
}
div#three-columns-layout div.body-content-top-shadow {
	padding-top:6px;
	background:url("../images/three-column-layout-body-content-top-shadow.png") center top no-repeat;
}

/* styly pro paticku */
div#contacts-container-hotlinks-bottom-background {
	background:transparent url("../images/contacts-hotlink-bottom-background.png") right bottom no-repeat;
}
div#contacts-container h2 {
	margin:0;
	padding:0;
}
div#branches {
	width:758px;
	padding:13px 32px 42px 10px;
	float:left;
	background:white url("../images/contacts-brahches-bottom-background.png") left bottom repeat-x;
}
div#branches img { /* mapa s pobockama */
	display:block;
	float:left;
	border:none;
	margin:10px 38px 0 5px;
}
div#branches ul {
	display:block;
	margin-left:320px;
	padding:0;
	list-style:none;
}
div#branches ul li {
	display:block;
	list-style:none;
	padding:3px 35px;
}
div#branches ul li.even {
	background-color:#edf2f8;
}
div#branches ul span {
	display:block;
	float:right;
}
div#hotlinks {
	float:right;
	width:162px;
	padding:13px 15px 10px 18px;
}
div#hotlinks ul {
	display:block;
	margin:20px 0;
	padding:0;
	list-style:none;
}
div#hotlinks ul li {
	width:99%;
}
div#hotlinks li span {
	float:right;
}
div#hotlinks a {
	color:#004c9b;
	text-decoration:none;
}
div#hotlinks a:hover {
	text-decoration:underline;
}
div#copyright {
	position:absolute;
	left:160px;
	top:22px;
	height:20px;
	padding:15px 0 0 40px;
	background:white url("../images/small-logo.png") left top no-repeat;
}
div#copyright a {
	color:#1c1c1c;
}