body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #00353d;
}
body, table {
	font-size: 81.25%; 
	font-size: 75%; 
	line-height: 1.583; 
}
table {
	font-size: 100%;
	border-collapse: collapse;
}
h1 {
	font: bolder 220% Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 180% Tahoma, Arial, Helvetica, sans-serif;
}
h3 {
	font: bold 120% Arial, Helvetica, sans-serif;
}
h4 {
	font: bold 120% Arial, Helvetica, sans-serif;
}
a:hover, a:active {
	text-decoration: none;
}
a {
	color: #000;
}
a:hover, a:visited {
	color: #666;
}
label {
cursor: pointer;
}
.hide, .skryt {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.small {
	font-size: 90%;
}
.green {
  background-color:#DDF1F2;
  margin:1.4em 0;
  padding: 5px 25px;
}
body#login .green {
  padding: 0;
}
body#login .green .login-inner {
  margin: 5px 25px;
}
.hide, .hidden {
	display: none !important;
}
hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
div.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
}
input.textfield {
	border: 1px solid #228189;
	background: #fff url(../images/input-field-bg.gif) no-repeat top left;
	padding: 2px 4px;
}

select.country-select {
	border: 1px solid #228189;
	background: #fff url(../images/input-field-bg.gif) no-repeat top left;
	padding: 2px 4px;
	width: 200px;
}

#wrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	text-align: left;
	background-color: #fff;
	position: relative;
}
input.errorField, select.errorField {
	border: 2px solid red;
}
table .r {
	text-align: right;
}
table .l {
	text-align: left;
}
a.print {
	background:transparent url(../images/tisk-icon-micro.gif) no-repeat scroll 0 50%;
	padding:3px 0 3px 22px;
}
a.recommend-product-link, a.recommend-video-link {
	background:transparent url(../images/doporucit-icon-micro.gif) no-repeat scroll 0 50%;
	padding:3px 0 3px 22px;
}
a.fb {
	padding:3px 0 3px 22px;
}
.error-message {
  background:#FFFF00 url(../images/error-icon-micro.png) no-repeat scroll 8px 50%;
	padding:10px 0 10px 40px;
	border: 1px solid #FF0000;
	color: #CF0000;
	font-weight: bold;
}
.success-message {
    background: #DDF1F2 url(../images/accept-icon.gif) no-repeat scroll 11px 11px;
    padding: 10px 10px 10px 40px;
    border: 1px solid #A7DCDF;
}
p.notification-green {
	background: url(../images/accept-icon.gif) no-repeat 12px 9px;
	background-color: #ddf1f2;
	padding: 8px 1em 6px 36px;
	clear: both;
}
p.notification-green-big {
	background: url(../images/accept-icon.gif) no-repeat 12px 9px;
	background-color: #ddf1f2;
	padding: 8px 1em 6px 36px;
	font-weight: bold;
	font-size: 1.2em;
	clear: both;
}
p span.phone {
	background:transparent url(../images/phone-icon-micro.png) no-repeat scroll 0 50%;
	padding:3px 0 3px 22px;
}
p span.mobile {
	background:transparent url(../images/mobile-icon-micro.png) no-repeat scroll 0 50%;
	padding:3px 0 3px 22px;
}
p strong.tip {
	background:transparent url(../images/heart-icon-micro.png) no-repeat scroll 0 50%;
	padding:3px 0 3px 22px;
}
p a.email {
	background:transparent url(../images/mail-icon-micro.png) no-repeat scroll 0 50%;
	padding:3px 0 3px 22px;
}


/* hlavicka */
#header-null {
	width: 990px;
	border: none;
	padding: 0;
	background: #00353d url(../images/header-bg.png) repeat-x 0 36px;
	position: absolute;
	top: 0;
	left: 0;
} 
#header {
	position: relative;
	height: 167px;
	padding: 0;
	background: transparent url(../images/header-top-bg.png) no-repeat 0 32px;
}
#header a {
	color: #000;
}
#logo {
	position: absolute;
	top: 0;
	left: 30px;
	border: 0;
	width: 139px;
	height: 149px;
	background: url(../images/logo.gif) no-repeat top left;
}
#mainmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 198px;
}
#mainmenu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainmenu li a, #mainmenu li a span {
	display: block;
	float: left;
	height: 32px;
	overflow: hidden;
	cursor: pointer;
}
#mainmenu li a {
	color: #fff;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	height: 32px;
	background: transparent url(../images/mainmenu-tab-left-bg.gif) no-repeat left;
	margin: 0 2px;
}
#mainmenu li a span {
	padding: 0 12px;
	line-height: 32px;
	background: transparent url(../images/mainmenu-tab-right-bg.gif) no-repeat right;
}
#mainmenu li.active a, #mainmenu li:hover a {
	background: transparent url(../images/mainmenu-tab-active-left-bg.gif) no-repeat left;
}
#mainmenu li.active a span, #mainmenu li:hover a span {
	background: transparent url(../images/mainmenu-tab-active-right-bg.gif) no-repeat right;
	color: #193137;
}
#mainmenu li.active a span, #mainmenu li.active a {
	cursor: auto;
}
#sectionmenu {
	margin: 0 0 0 3px;
	padding: 4px 13px 0 0;
	list-style: none;
	float: right;
}
#sectionmenu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	padding: 0;
}
#sectionmenu li a {
	color: #fff;
}
#sectionmenu li a:hover {
	background-color: #fff;
	color: #00353d;
}
#scrolling-tips {
	position: relative;
	overflow: hidden;
	left: 200px;
	top: 60px;
	height: 75px;
	width: 400px;
}
#header-facebook {
	position: relative;
	overflow: hidden;
	left: 200px;
	top: 46px;
	padding-left: 5px;
	margin: 0px;
	width: 240px;
}
#header-facebook img {
	vertical-align: middle;
	margin-right: 5px;
	text-decoration: none;
}
.headline {
  position: absolute;
  top: 100px;
  left: 5px;
  height: 70px;
  width: 390px;
}
#header div.headline h4, #header div.headline h4 a {
  color: #075a63;
  margin: 0 0 .3em 0;
  padding: 0;
  font-size: 130%;
  font-weight: bolder;
}
#header div.headline p, #header div.headline p a {
  color: #075a63;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#searchform {
	position: absolute;
	top: 45px;
	right: 13px;
	text-align: right;
}
#searchform legend, #searchform label {
	display: none;
}
#searchform fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#searchform input#search-keyword {
	width: 175px;
	margin: 0 5px 0 0;
	vertical-align: top;
}
#search input#submit-form {
	cursor: pointer;
	height: 23px;
	margin: 0;
	padding: 0;
}
#login-area {
	position: absolute;
	top: 72px;
	right: 13px;
	text-align: right;
}
#login-area p {
	margin: 7px 0;
	padding: 0;
}
#login-area a {
	text-decoration: underline;
}
#login-area a:hover {
	text-decoration: none;
}
#login-area strong {
	font-size: 115%;
}
#loginform {
	z-index: 10;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #bae4e5;
	border: 5px solid #d63428;
	padding: 10px 18px;
	display: none;
	width: 250px;
}
#loginform fieldset {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}
#loginform fieldset legend {
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
}
#loginform span {
	display: block;
	padding-bottom: 12px;
}
#loginform label {
	width: 70px;
	font-weight: bold;
}
#loginform input#username, #loginform input#password {
	width: 175px;
}
#loginform input#submit-loginform {
	margin-left: 40px;
}
#loginform a.close {
	display: block;
	position: absolute;
	bottom: 7px;
	right: 10px;
}
#cart {
	position: absolute;
	bottom: 1px;
	right: 0px;
	padding: 0 13px 0 45px;
	font-size: 115%;
	line-height: 33px;
	text-align: right;
	max-width: 328px;
	height: 33px;
	background: url(../images/cart-bg.jpg) no-repeat;
}


/* boxy v pravem a levem sloupci */
div.col-box-top {
	height: 33px;
	width: 170px;
	background: url(../images/submenu-top.jpg) no-repeat bottom center;
}
div.col-box-top h4 {
	line-height: 33px;
	margin: 0 15px;
	padding: 0;
	color: #203f47;
	font-size: 125%;
}
div.col-box-bottom {
	height: 10px;
	width: 170px;
	background: url(../images/submenu-bottom.gif) no-repeat top center;
	margin-bottom: 15px;
}
div.col-box {
	background-color: #ddf1f2;
	margin: 0;
	padding: 12px 12px 4px;
	border-left: 1px solid #64bfc5;
	border-right: 1px solid #64bfc5;
	overflow: hidden;
}
#contact-box {
	font-size: 90%;
	padding-top: 6px;
	line-height: 1.4em;
}
#contact-box strong {
	display: block;
	margin-top: .8em;
}


/* spolecne styly pro specials menu i submenu */
#specials-menu, .submenu {
	margin: 0;
	padding: 0;
	border-left: 1px solid #64bfc5;
	border-right: 1px solid #64bfc5;
	list-style: none;
	font-size: 110%;
	overflow: hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#specials-menu li, .submenu li {
	width: 168px;
}
#specials-menu li a, .submenu li a {
	display: block;
	text-decoration: none;
	min-height: 1.6em;
}
#specials-menu li a:hover, .submenu li a:hover {
	background-color: #00353d;
	color: #fff;
	text-decoration: underline;
}
#specials-menu li.active a, .submenu li.active a {
	text-decoration: none;
}

/* specials menu */
#specials-menu-top {
	height: 8px;
	width: 170px;
	background: url(../images/specials-menu-top-bg.gif) no-repeat bottom center;
}
#specials-menu-bottom {
	height: 8px;
	width: 170px;
	background: url(../images/specials-menu-bottom-bg.gif) no-repeat top center;
	margin-bottom: 15px;
}
#specials-menu {
	background-color: #fffcc8;
	font-weight: bold;
}
#specials-menu li a {
	color: #006775;
	padding: 3px 8px 3px 23px;
	background: url(../images/specials-menu-bullet.gif) no-repeat 13px 11px;
}
#specials-menu li.active a {
	background-color: #00353d;
	color: #fff;
	background: url(../images/specials-menu-bullet.gif) no-repeat 13px 9px;
}
#specials-menu li.active {
	background-color: #00353d;
}

/* druhy level specials menu */
#specials-menu li.active ul {
	width: 168px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
#specials-menu li.active ul li, #specials-menu li.active ul li a {
	background-color: #006775;
}
#specials-menu li.active ul li a {
	color: #fff;
	padding: 2px 12px 2px 35px;
	background: url(../images/specials-menu-bullet.gif) no-repeat 25px 11px;
	font-weight: normal;
}
#specials-menu li.active ul li a:hover {
	background-color: #00353d;
	color: #fff;
	text-decoration: underline;
}
#specials-menu li.active ul li.active a {
	background-color: #00353d;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#specials-menu li.active ul li.active {
	background-color: #00353d;
}

/* submenu */
.submenu {
	background-color: #ddf1f2;
	border-bottom: 1px solid #d1e4e5;
}
.submenu li {
	border-top: 1px solid #d1e4e5;
}
.submenu li a {
	color: #000;
	padding: 2px 12px 2px 20px;
	background: url(../images/specials-menu-bullet.gif) no-repeat 10px 11px;
}
.submenu li.active a {
	background-color: #63c0c5;
	background: url(../images/specials-menu-bullet.gif) no-repeat 10px 9px;
	font-weight: bold;
}
.submenu li.active {
	background-color: #63c0c5;
}
.submenu li.active a:hover, .submenu li a:visited {
	color: #000;
}
.submenu li a:hover {
	color: #fff;
}

/* druhy level submenu */
.submenu li.active ul {
	width: 168px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.submenu li.active ul li, .submenu li.active ul li a {
	background-color: #FFFCC8;
}
.submenu li.active ul li a {
	color: #000;
	padding: 2px 12px 2px 35px;
	background: url(../images/specials-menu-bullet.gif) no-repeat 25px 11px;
	font-weight: normal;
}
.submenu li.active ul li a:hover {
	background-color: #00353d;
	color: #fff;
	text-decoration: underline;
}
.submenu li.active ul li.active a {
	background-color: #63c0c5;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.submenu li.active ul li.active {
	background-color: #63c0c5;
}

div.submenu-eshop-top {
	position: relative;
	width: 170px;
	height: 32px;
}
div.submenu-eshop-top span {
	display: block;
	height: 32px;
	width: 85px;
	position: absolute;
	top: 0;
}
#switch-snb-shop {
	background: url(../images/snb-shop-tab-bg.gif) no-repeat bottom left;
	left: 0;
	cursor: pointer;
}
span.snb-shop-active, #switch-snb-shop:hover {
	background: url(../images/snb-shop-active-tab-bg.gif) no-repeat bottom left !important;
	left: 0;
}
#switch-skate-shop {
	background: url(../images/skate-shop-tab-bg.gif) no-repeat bottom left;
	right: 0;
	cursor: pointer;
}
span.skate-shop-active, #switch-skate-shop:hover {
	background: url(../images/skate-shop-active-tab-bg.gif) no-repeat bottom left !important;
	right: 0;
}
span.skate-shop-active, span.snb-shop-active {
	cursor: default !important;
}
#show-manufacturers span {
	width: 130px;
	height: 23px;
	background: url(../images/vsechny-znacky-button.gif) no-repeat center left;
	cursor: pointer;
	display: block;
	margin: 4px 19px;
}
#show-manufacturers span.active {
	background: url(../images/mene-znacek-button.gif) no-repeat center left;
}



/* obsahova cast */
#content {
	margin: 0;
	padding: 187px 12px 0 12px;
}
#content a img {
	border: 0;
}
#container {
	float: left;
	width: 778px;
	margin-bottom: 18px;
}
#left-col {
	float: left;
	width: 170px;
}
#right-col {
	float: right;
	width: 170px;
}
#center-col {
	float: right;
	width: 590px;
}

#center-col h2 {
	padding: 0;
	margin: 17px 0;
}
#center-col h2 a:visited, #center-col h2 a:hover {
	color: #3c8690;
}
#center-col h1, #center-col h2, #center-col h2 a {
	color: #006775;
}
#center-col h3 a:visited, #center-col h3 a:hover {
	color: #dd6c64;
}
#center-col h3, #center-col h3 a {
	color: #d63428;
}
#center-col a:visited, #center-col a:hover {
	color: #56868e;
}
#center-col a {
	color: #0b5a67;
}

#center-col table {
	background-color: #DDF1F2;
}
#center-col table th, #center-col table td {
	padding: .4em .8em;
	border: 2px solid #fff;
}
#center-col table th {
	background-color: #00353d;
	color: #fff;
	padding: .8em;
}
#center-col table tr.even {
	background-color: #f1fafa;
}

#center-col table.cetelem-table {
    background-color: #f1fafa;
}
#center-col table.cetelem-table-full {
    width: 100%;
}

#center-col table.cetelem-table select, #center-col table.cetelem-table-full select {
    margin: 0px;
    width: 250px;
}

#center-col table.cetelem-table input.textbox {
    margin: 0px;
    width: 60px;
}
#center-col table.cetelem-table-full input.textbox {
    margin: 0px;
    width: 100px;
}

#center-col table.cetelem-table td, 
#center-col table.cetelem-table th, 
#center-col table.cetelem-table-full td, 
#center-col table.cetelem-table-full th {
    vertical-align: middle;
}

#center-col table.cetelem-table th {
    background-color: #ddf1f2;
    color: black;
    text-align: right;
}
#center-col table.cetelem-table-full th {
    text-align: right;
}

#center-col table.cetelem-table td.price-big, #center-col table.cetelem-table-full td.price-big {
    color: #e3007a;
	font-size: 140%;
	font-weight: bold;
	white-space: nowrap;
}

#center-col table.cetelem-table td.recount-button {
    text-align: right;
    vertical-align: bottom;
    padding: 5px;
}

#center-col table.cetelem-table td.recount-button input {
    margin: 0px;
}

#center-col form#zmenit-heslo fieldset,
#center-col form#bonus-card fieldset,
#center-col form#udaje fieldset {
    padding: 0;
    border: 0;
}

#center-col form#zmenit-heslo div.left-col, 
#center-col form#zmenit-heslo div.right-col,
#center-col form#zmenit-heslo div.full,
#center-col form#bonus-card div.left-col, 
#center-col form#bonus-card div.right-col,
#center-col form#bonus-card div.full,
#center-col form#udaje div.left-col, 
#center-col form#udaje div.right-col,
#center-col form#udaje div.full {
	background-color: #ddf1f2;
	padding: 1em 0;
	margin-top: 1.6em;
}

#center-col#zmenit-heslo form p,
#center-col#bonus-card form p,
#center-col#udaje form p {
	margin: 0 25px;
	padding: 5px 0;
    clear: both;

}

#center-col form#zmenit-heslo label,
#center-col form#bonus-card label,
#center-col form#udaje label {
    float: left;
    width: 11em;
    margin-right: 10px;
    font-weight: bold;
	margin-top: .2em;
}

#center-col form#zmenit-heslo input.pokracovat-button,
#center-col form#bonus-card input.pokracovat-button,
#center-col form#udaje input.pokracovat-button {
	float:right;
	margin:1.1em 0;
}

.banner {
	margin-bottom: 15px;
	z-index: 0;
}

#right-col .multiple-banners a {
	display: block;
	margin-bottom: 10px;
}

#availability-tooltip {
	background: #6ec200 none repeat scroll 0 0;
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	padding: 7px 10px;
	width: 200px;
	border: 2px solid #fff;
}

h1#main-heading {
	margin: .5em 0 .3em;
	padding: 0;
}
#breadcrumbs {
	font-size: 90%;
}
img.top-central-banner {
	margin-top: 12px;
}

/* paticka */
#footer {
	clear: both;
	position: relative;
	margin: 0 12px;
	height: 111px;
	background: #E0FFFF url(../images/footer-bg.gif) repeat-x top;
	overflow: hidden;
	width: 966px;
}
#footer span.footer-left, #footer span.footer-right {
	display: block;
	position: absolute;
	top: 0;
	height: 111px;
	width: 8px;
}
#footer span.footer-left {
	left: 0;
	background: url(../images/footer-left-bg.gif) no-repeat top left;
}
#footer span.footer-right {
	right: 0;
	background: url(../images/footer-right-bg.gif) no-repeat top right;
}
#footer a img {
	border: 0;
}
#footer div.col {
	float: left;
	width: 223px;
	margin: 17px 5px 15px 10px;
}
#footer div.discount {
	background: url(../images/sleva-icon-footer.jpg) no-repeat top left;
}
#footer div.newsletter {
	background: url(../images/newsletter-icon-footer.jpg) no-repeat top left;
}
#footer div.faq {
	background: url(../images/faq-icon-footer.jpg) no-repeat top left;
}
#footer div.wholesale {
	background: url(../images/velkoobchod-icon-footer.jpg) no-repeat top left;
}
#footer div.col strong {
	font-size: 130%;
	display: block;
	margin: 3px 0 5px 47px;
	line-height: 1em;
}
#footer div.col span {
	display: block;
	margin: 0 0 0 47px;
	line-height: 1em;
}
#newsletterform {
	margin: -2px 0 0 0;
	padding: 0 0 0 47px;
}
#newsletterform legend, #newsletterform label {
	display: none;
}
#newsletterform fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
#newsletterform input#newsletter-email {
	width: 120px;
	margin-right: 5px;
	position: relative;
	top: -5px;
}
#footer div.links {
	clear: both;
	margin: 0 15px;
	height: 32px;
}
#footer div.links span {
	display: block;
	margin: 5px;
	display: inline;
}
#footer div.links span.first {
	margin-left: 0px;
}
#footer div.links span.cards {
	position: absolute;
	bottom: 5px;
	right: 0;
}
#footer div.links span.cards-text {
	position: absolute;
	bottom: 12px;
	right: 195px;
}
#footer div.links span.facebookico {
	position: absolute;
	padding: 0px; 
	margin: 0px;
	margin-left: 5px;
}
#footer div.links span.facebookico a {
	padding: 0px; margin: 0px;
}

#footer div.links span.facebookico img {
	margin-right: 5px;
	vertical-align: middle;
}
	
#recommend {
	text-align: right;
}
#recommendlink {
	width: 175px;
	height: 30px;
	background: url(../images/footer-recommend-bg.jpg) top right;
	text-align: center;
	margin-left: 795px;
	position: static;
	margin-right: 20px;
}
#recommendlink a {
	display: block;
	font-weight: bold;
	margin: 0 10px;
	width: 155px;
	line-height: 30px;
}
#recommend form {
	margin: 0 20px;
	padding: 0;
	text-align: left;
}
#recommend fieldset {
	background-color: #a4e3eb;
	background: #a4e3eb url(../images/footer-recommend-corner-bg.gif) no-repeat bottom left;
	margin: 0;
	border: 0;
	padding: 2em 0 !important;
}
#recommend label, #recommend legend {
	display: none;
}
#recommend input {
	margin: 5px 10px;
}
#recommendform #name-col, #recommendform #captcha-col {
  float: left;
  width: 250px;
  padding: 0 20px;
}
#captcha-page {
  margin: 5px 10px;
  float: left;
}
#refresh-captcha-page {
  margin: 20px 10px 5px 0;
  float: left;
}
#recommend input#recommendform-code {
	width: 200px;
}
#recommend input#submit-recommendform {
	float: left;
	margin: 35px 10px 0 10px;
}

#copyright {
	margin: 0 0 0 20px;
	position: relative;
	top: -16px;
	padding: 0;
}
#copyright span {
	color: #999;
	font-size: 90%;
	display: block;
	margin-top: 4px;
}
#copyright span a {
	color: #999;
}


/* obsah uvodni stranky */
div.news {
  clear: both;
  margin: 1em 0 0;
  padding-bottom: 15px; /* margin nebyl jinak spolehlivy kvuli floating img */
}
.news .date {
  float: right;
  font: bold 110% Arial, sans-serif;
}
.news img
{
  float: left;
  margin: 0 8px 5px 0;
}
.news h3 {
  padding: 0;
  margin: 0 0 7px 90px;
  line-height: 100%;
}
.news p {
  padding: 0;
  margin: 5px 5px 5px 90px;
}

div.reasons {
	width: 286px;
}
h3.reasons {
	padding: 0;
	margin: .3em 0 0 0;
}
span.reasons {
	padding: 0;
	display: block;
	margin: .4em 0 1em 0;
}
h2.advisory {
	padding: 0;
	margin: 0;
}
h3.advisory {
	padding: 0;
	margin: .9em 0 0 0;
}
p.advisory {
	padding: 0;
	margin: .4em 0 1.2em 0;
}
p.news a:visited, p.news a:hover, span.reasons a:visited, span.reasons a:hover, p.advisory a:visited, p.advisory a:hover {
	color: #666 !important;
}
p.news a, span.reasons a, div.reasons a strong, p.advisory a {
	color: #000 !important;
}


/* produktove boxy - nahledy */
div.product-box {
	width: 287px;
	float: left;
	margin-bottom: 16px;
}
div.product-box-even {
	margin-left: 16px;
}
div.product-box-top {
	width: 287px;
	height: 11px;
	background: url(../images/product-box-top.gif) no-repeat bottom center;
}
div.product-box-bottom {
	width: 287px;
	height: 11px;
	background: url(../images/product-box-bottom.gif) no-repeat top center;
}
div.product-box-body {
	border-left: 2px solid #addde0;
	border-right: 2px solid #addde0;
	overflow: hidden;
}
div.complet-detail {
	text-align: center;
}
div.icons img {
    margin-right: 3px;
}
div.product-box-body h3 {
	margin: 0 10px;
	padding: 0;
	height: 2.2em;
}
div.product-box-body img {
	margin-top: 2px;
}
div.product-box-body img.product-img {
	float: left;
	margin-right: 5px;
}
div.product-box-body img.complet-detail-img {
	margin: 0 5px;
}
div.product-box-body div.icons {
	height: 125px;
}
div.product-box-body div.icons img {
    margin-right: 0px;
}
div.product-box-body div.icons span.icon-description-text {
    font-size: 10px;
}
div.product-box-body div.price {
	padding-right: 10px;
	line-height: 1.4em;
}
div.product-box-body div.price b {
	text-decoration: line-through;
	font-style: normal;
}
div.product-box-body div.price strong {
	color: #e3007a;
	font-size: 1.4em;
	margin-top: 3px;
	display: block;
}
div.product-box-body span.more {
	color: #075a63;
	padding: 5px 10px;
	display: block;
	clear: both;
	text-align: center;
}
div.product-box-body p {
	font-size: 90%;
	text-align: left;
	background: url(../images/product-box-fade.gif) repeat-x top;
	padding: 7px 10px 0;
	margin: 0;
	height: 9.4em;
}
div.product-box-body p span {
	font-size: 100%;
	text-align: center;
	display: block;
	margin-bottom: 1.5em;
}
#rider-setup .product-box
{
  margin-left: 15px;
}

/* EOF vlozil mira */
#center-col li.title > a
{
	font-weight: bold;
	color: #d63428
}

.wallpaper
{
	position: float;
	float: left;
	padding: 5px;
}

.wallpaper .title
{
	font-size: 1em;
}

#center-col .wallpaper a
{
	color: black;
	font-size: 9px;
}

#center-col .wallpaper a:hover
{
	color: #0B5A67;
}

.sponzoring
{
	padding-bottom: 15px;
}

.sponzoring_text
{
	width: 480px;
}

.sponzoring_text h3
{
	margin-top: 0;
}

.backTop
{
  float: right;
  padding: 0 10px 10px 0;
  color: #64BFC5;
  font-weight: bold;
}

div.contest
{
  text-align: center;
}

.contest img
{
  margin: auto;
}

#center-col h2.red
{
  color: #d63428;
}

#center-col p.red, .red
{
  font-size: 115%;
  font-weight: bold;
  color: #d63428;
}

h4 a#snbBazarHref
{
  font-size: 90%;
}

img.odsazeny
{
  margin: 15px 0;
}

p.odsazeny
{
  margin: 5px 5px 5px 25px;
}
/* BOF vlozil mira */

.pagination span.active { /* presunuto z category.css */
	color: #d63428;
	font-weight: bold;
}
p.pagination { /* presunuto z category.css */
	float: right;
	text-align: right;
}

.error-message {
    background:#FFFF00 url(../images/error-icon-micro.png) no-repeat scroll 8px 50%;
    padding:10px 0 10px 40px;
    border: 1px solid #FF0000;
    color: #CF0000;
    font-weight: bold;
}

a.image-border-left {
	float: left;
	margin: 8px 15px 10px 0;
}
a.image-border-right {
	float: right;
	margin: 8px 0 10px 15px;
}
a.image-border-left, a.image-border-right {
	display: block;
	text-decoration: none;
	line-height: 1em;
	padding: 5px;
	border: 1px solid #ddf1f2;
}
a.image-border-left:hover, a.image-border-right:hover {
	border-color: #63bfc6;
}

.shopping-box {
  clear: both;
}

.shopping-box div.images {
  margin-left: 0;
  float:left;
  width: 300px;
}

.shopping-box div {
  margin-left: 320px;
}

.shopping-box img {
  float: left;
  margin: 5px 0 50px 0;
}

.ht {
  color: black;
  font-weight: bold;
  margin-left: 5px;
}

#language-selector {
	position: absolute;
	top: 46px;
	right: 270px;
	text-align: right;
}

#language-selector img {
	vertical-align: middle;
}

.comment {
	font-style: italic;
}

#rider-img {
  margin-top: 5px;
}
#specials-menu span.new {
  color: #e51f76;
  font-size: 0.9em;
}
#center-col .bluebars h2
{
  padding: 5px 0 0 15px;
  background: url('/images/bluebar.png') top left no-repeat;
}


table#catalog-list td.image {
	text-align: center;
}

table#catalog-list td.image img {
	height: 70px;
}

ul#sizetables-menu {
	padding: 20px;
}

ul#sizetables-menu li a.toplevel {
	color: #d63428;
}

#vo-noauth-footer {
    clear: both;
    margin-bottom: 20px;
}

div.news-detail-text {
    margin-top: 10px;
    margin-bottom: 20px;
}

img.news-detail-img {
    margin-bottom: 20px;
}

/* stranka kategorie */
div.category-desc {
	text-align: justify;
	padding: 0;
	margin: 0 0 1.1em;
}
div.category-desc span {
	display: block;
/*	padding-top: 7px;*/
}
div.category-desc strong {
	color: #006775;
	font-size: 120%;
}
#filterspanel {
	background: url(../images/filters-bg.gif) repeat-x top;
	padding: 0.1em 1.5em;
}
#filterspanel form, #filterspanel fieldset {
	margin: 0;
	padding: 0.1em 0;
	border: 0;
}
#filters select {
	font-size: 90%;
	width: 160px;
}
#filters legend {
  float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-left: -4px;
	font-size: 110%;
}
#filterspanel #filter-manufacturers, #filterspanel #filter-type {
	margin-top: 1em;
	border-bottom: 1px solid #dedede;
	padding-bottom: 1.2em;
}
#filterspanel .filter-checkboxes div {
        float: left;
        margin: 4px 4px 0 0;
}
#filter-type {
	margin-top: 0;
}
#filter-manufacturers div, #filter-type div {
	_height: 25px;
	line-height:2;
	/*width: 465px;*/
	margin: -20px 0.5em 0 5em;
}
#filter-manufacturers span, #filter-type span {
	white-space: nowrap;
}
#filters .chb {
	margin: 0 -1px 0 10px;
}
#filters #filter-and-sort {
	padding-top: 1em;
}
#filter-and-sort label {
	font-weight: bold;
	font-size: 110%;
}
#filters .orderby {
	float: left;
	width: 170px;
}
#filters .gender {
	float: left;
	width: 170px;
}
#filters .size {
	float: left;
	width: 170px;
}
#filters .size input {
	font-size: 90%;
	width: 65px;
	margin-right: 5px;
}
#submit-filters {
	float: right;
	margin-bottom: 10px;
	margin-top: 16px;
}
div.cat-pagination {
	width: 590px;
	min-height: 1.5em;
	margin: 1.2em 0;
}
div.cat-pagination p {
	padding: 0;
	margin: 0;
}
div.cat-pagination span.active {
	color: #d63428;
	font-weight: bold;
}
p.pagination {
	float: right;
	text-align: right;
}
#viewtype {
	float: left;
	width: 260px;
}
div.cat-pagination p.top {
	width: 300px;
}
div.cat-pagination p.bottom {
	width: 390px;
	font-size: 110%;
}
#products-per-page, #products-per-page fieldset {
	width: 190px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
#products-per-page select {
	font-size: 90%;
	width: 5em;
}

/* kategorie - tabulkovy vypis */
#cat-table a {
	font-size: 110%;
}
#cat-table img {
	margin: 0 1px;
	position: relative;
	top: 3px;
}
#cat-table .center img {
	top: 0;
}
#cat-table strong {
	white-space: nowrap;
}
#cat-table th {
	font-size: 110%;
}

/* Specials menu kategorie */
#specials-subcategories {
	border: 1px solid #d2e7e7;
	background:transparent url(../images/filters-bg.gif) repeat-x scroll center top;
  padding: 0.9em 1.5em;
  margin: 0 0 1.5em;
}
#specials-subcategories p {
	margin: 0;
	padding: .6em 0;
	font-size: 110%;
}
#specials-subcategories p strong {
	
}

div#coupon-pink
{
  clear: both;
  padding-top: 15px;
  color: #E3007A;
  font-size: 1.4em;
  font-weight: bold;
}
