html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-family: “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #e1e1e1 url("../image/inz_body_bg.gif") repeat-x;
  text-align: center;
}

a, a:visited {
	color: #0961b8;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* layout starts here */
#container {
  width: 884px;
  margin: 0px auto;
  text-align: left;
  position: relative;
}

div#strip {
  height: 24px;
}
div#header {
  position: relative;
  width: 884px;
  height: 220px;
  background: transparent url("../image/inz_header_bg.gif") no-repeat;
}
div#page {
	width: 884px;
  padding-top: 5px;
	padding-bottom: 5px;
  background: transparent url("../image/inz_content_bg.gif") repeat-y;
}
div#column_left {
	position:relative;
  float: left;
  width: 198px;
	left: -476px
}
div#content {
  float: left;
  width: 476px;
	position: relative;
	left: 204px;
}
div.home {
	width: 680px !important; 
	left: 0px !important;
	background: #f6f6f6 url("../image/inz_content_home_bg.gif") repeat-x;
}
div#column_right {
  float: right;
  width: 198px;
}
div#footer {
  padding-top: 5px;
	padding-bottom: 5px;
  min-height: 100px;
  background: #fefefe url("../image/inz_footer_bg.gif") repeat-x;
  text-align: left;
  position: relative;
}
/* layout ends here */

/* top strip - lista */
div#strip span {
  float: left;
  display: block;
  width: 294px;
  height: 24px;
}
div#strip span.blue { background: transparent url("../image/inz_strip_bg_blue.gif") no-repeat; }
div#strip span.orange { background: #228dcd url("../image/inz_strip_bg_orange.gif") no-repeat; margin: 0px 1px 0px 1px; }
div#strip span.purple { background: #228dcd url("../image/inz_strip_bg_purple.gif") no-repeat; }
div#strip span.green { background: #228dcd url("../image/inz_strip_bg_green.gif") no-repeat; }
div#strip a {
  display: block;
  padding: 3px 0px 0px 30px;
  font-size: 90%;
  color: #000;
  text-decoration: none;
	background: transparent url("../image/icon_strip.png") no-repeat 5px 2px !important;
}
/* top strip end here - lista */

/* header styling */
div#header span#logo {
  float: left;
	position: relative;
	top: 13px;
	left: 5px;
}
div#header span#banner_top {
  float: right;
  margin: 8px 1px 0px 0px;
}
div#header p.today_info {
  margin: 0;
  padding: 5px 7px 0px 0px;
  clear: both;
  text-align: right;
  font-size: 70%;
  color: #666;
  line-height: 17px;
}
div#header p.today_info span {
  float: left;
  display: block;
  width: 150px;
  height: 17px;
  margin-left: 7px;
  text-align: center;
  color: #fff;
}
div#header p.today_info span.green { background: #228dcd url("../image/inz_search_link_bg.gif") repeat-x; }
div#header p.today_info span.grey  { background: #bcbcbc; }
div#header p.today_info span.grey a  { text-decoration: none; color: #fff; }
div#header div#box_search_add {
  height: 57px;
  background: #b0d236 url("../image/inz_search_add_bg.gif") repeat-x;
}
div#header div#box_search_add a.button_add, div#content p a.button_add {
  display: block;
  float: right;
  margin: 4px;
  width: 271px;
  height: 49px;
  line-height: 49px;
  background: #a0be1a url("../image/inz_button_add_icon.png") no-repeat 10px 5px;
  color: #fff;
  padding-left: 60px;
  text-decoration: none;
  font-weight: bold;
}
div#content p a.button_add {
	float: none;
	margin: 10px auto;
	font-size: 120%;
}
div#header div#box_search_add a.button_add span, div#content p a.button_add span { color: #cff135; font-size: 150%; }
div#header div#box_search_add div#module_search {
  float: left;
  position: relative;
  top: 0px;
  left: 17px;
}
div#header div#box_search_add div#module_search a.button_search {
	background: #bdbdbd url('../image/inz_button_search_bg.gif') repeat-x;
	color: #FFFFFF;
	display: inline-block;
	width: 130px;
	height: 21px;
	line-height: 21px;
	text-decoration: none;
	border: 1px solid #93b006;
	font-size: 80%;
	color: #1e62ab;
	text-align: center;
}
div#header div#box_search_add div#module_search input {
	position: relative;
	top: 1px;
	height: 17px;
	line-height: 21px;
	background: #fff url('../image/inz_find_icon.png') no-repeat 2px 1px;
	padding-left: 25px;
}
div#header div#box_search_add div#module_search select {
	position: relative;
	top: 1px;
	font-size: 11px;
	width: 140px;
}
div#header ul#menu_top {
  margin: 0px 7px 0px 7px;
  padding: 0;
  list-style: none;
	height: 35px;
	background: transparent url("../image/inz_top_menu_bg.gif") repeat-x;
}
div#header ul#menu_top li {
  float: left;
}
div#header ul#menu_top li a { display: block; height: 56px; padding: 0px 0px 0px 57px; line-height: 35px; text-decoration: none; color: #fff; font-size: 90%; font-weight: bold; letter-spacing: -1px; }
div#header ul#menu_top li a:hover { color: #141414; }
div#header ul#menu_top li.uvod { width: 136px; background: transparent url("../image/inz_top_menu_home.png") no-repeat 10px 3px; }
div#header ul#menu_top li.onas { width: 131px; background: transparent url("../image/inz_top_menu_onas.png") no-repeat 4px 3px; }
div#header ul#menu_top li.reg { width: 163px; background: transparent url("../image/inz_top_menu_register.png") no-repeat 1px 3px; }
div#header ul#menu_top li.prihlasenie { width: 162px; background: transparent url("../image/inz_top_menu_login.png") no-repeat 1px 3px; }
div#header ul#menu_top li.reklama { width: 152px; background: transparent url("../image/inz_top_menu_reklama.png") no-repeat 5px 3px; }
div#header ul#menu_top li.kontakt { width: 126px; background: transparent url("../image/inz_top_menu_kontakt.png") no-repeat 1px 3px; }
/* header styling ends here */

/* menu left styling */
ul#menu_left {
  padding: 0px 0px 20px 0px;
  margin: 0;
  list-style: none;
}
ul#menu_left li {
  background: transparent url("../image/inz_menu_left_bg.png") 5px 7px no-repeat;
  min-height: 30px;
  border-bottom: 1px solid #e8e8e8;
}
ul#menu_left li a {
  display: block;
  color: #666;
  padding: 7px 0px 0px 30px;
  text-decoration: none;
  font-size: 80%;
}
ul#menu_left li a:hover { color: #000; }
ul#menu_left li ul {
  list-style: none;
}
ul#menu_left li ul li {
  background: transparent;
  min-height: 25px;
}
ul#menu_left li ul li a {
  padding-left: 0px;
  font-size: 70%;
}
/* menu left ends here */

/* content styling starts here */
div#content h1 {
  margin: 0;
  padding: 0;
  font-size: 120%;
  color: #666666;
	letter-spacing: 0px;
	font-family: Impact, “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#content h1.home {
	height: 48px;
	line-height: 48px;
	background: transparent url("../image/inz_h1_home_icon.png") 10px 7px no-repeat;
	padding-left: 60px;
	color: #849a1b;
	font-family: Impact, “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#content h2,div#content h2 a  {
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-size: 100%;
  color: #666666;
	font-family: Impact, “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#content h2 a { color: #0961b8; }
div#content h4 {
  margin: 10px 0px;
  padding: 0;
  font-size: 100%;
  color: #666666;
}
div#content p {
  margin: 0;
	padding: 5px 10px 5px 0px;
	line-height: 1.4em;
  color: #666666;
  font-size: 80%;
}
div#content ul li {
	line-height: 1.4em;
  color: #666666;
  font-size: 80%;
}
div#content div.box_content_home {
	float: left;
	width: 325px;
	height: 110px;	
	margin: 5px 0px 5px 10px;
	background: #fcfcfc;
	border-bottom: 4px solid #a4c802;
}
div#content div.box_content_home h3 {
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding-left: 10px;
	background: #ececec;
	color: #849a1b;
	text-transform: uppercase;
	font-size: 90%;
}
div#content div.box_content_home p {
	padding: 10px;
	margin: 0;
	line-height: 1em;
}
div#content div.box_content_home p img {
	float: left;
	margin-right: 10px;
}
div#content div.box_content_home p a {
	color: #0961b8;
	font-size: 80%;
	text-decoration: none;
}
div#content div.box_content_home p a:hover { text-decoration: underline; }
div#content div.box_content_home h3 a { color: #849a1b; text-decoration: none; }

div#content div.box_content {
  margin-top: 5px;
  background: #f8f8f8 url("../image/inz_content_box_bg.gif") repeat-x;
	min-height: 130px;
	margin-bottom: 10px;
	position: relative;
}
div#content div.box_content h3 {
  padding: 0px 0px 0px 25px;
  margin: 0;
  min-height: 22px;
  line-height: 21px;
  background: transparent url("../image/inz_content_box_h3_bg.png") 2px 1px no-repeat;
  color: #96aa3d;
  font-size: 85%;
  font-weight: bold;
	letter-spacing: -1px;
	position: relative;
}
div#content div.box_content h3 span {
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #959595;
	font-size: 70%;
}
div.box_content h3 a {
	color: #96aa3d;
	text-decoration: none;
}
div#content div.box_content p {
	padding: 10px;
	font-size: 80%;
}
div#content div.box_content p img {
	float: left;
	margin: 0px 10px 0px 0px;
}
div#content div.box_content p.info {
	clear: both;
	height: 40px;
}
div#content div.box_content p.info span {
	display: block;
	width: 157px;
	height: 40px;
	line-height: 40px;
	background: #d9d9d9;
	color: #fdfdfd;
	padding-left: 70px;
	font-weight: bold;
}
div#content div.box_content p.sub_info {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 100px;
	font-size: 55%;
	text-align: right !important;
}
div#content div.box_content p.pbuttons span {
	display: block;
	width: 166px;
	margin: 5px auto 5px auto;
	height: 21px;
	border: 1px solid #dbdbdb;
	background: transparent url("../image/inz_product_button_bg.gif") repeat-x;
}
div#content div.box_content p.pbuttons span a {
	display: block;
	padding-left: 30px;
	line-height: 21px;
	color: #1e62ab;
	text-decoration: none;
	font-size: 80%;
}
div#content div.box_content p.pbuttons span a:hover { font-weight: bold; }
div#content div.box_content p.pbuttons span a.reply { background: transparent url("../image/inz_icon_reply.png") no-repeat 5px 1px; }
div#content div.box_content p.pbuttons span a.related { background: transparent url("../image/inz_icon_related.png") no-repeat 5px 0px; }
div#content div.box_content p.pbuttons span a.print { background: transparent url("../image/inz_icon_print.png") no-repeat 5px 0px; }
div#content div.box_content p.pbuttons span a.wrong { background: transparent url("../image/inz_icon_wrong.png") no-repeat 5px 0px; }
div#content div.box_content p.info span.price { background: #d9d9d9 url("../image/inz_money_icon.png") 30px 5px no-repeat; }
div#content div.box_content p.info span.detail { background: #d9d9d9 url("../image/inz_detail_icon.png") 30px 5px no-repeat; }
div#content div.box_content p.info span.detail a { color: #fdfdfd; text-decoration: none; }
div#content div.box_content p.info span.detail a:hover { color: #454545; }
.left {
  float: left;
  width: 287px;
}
.right {
  float: right;
  width: 186px;
}

/* content styling ends here */

/* column styling starts here */
div.box {
  background: #f8f8f8 url("../image/inz_box_bg.gif") repeat-x;
  margin-bottom: 10px;
}
div.box h3 {
  margin: 0;
  padding: 0px 0px 0px 45px;
  background: transparent url("../image/inz_box_h3_bg.png") 5px 7px no-repeat;
  font-size: 110%;
  font-weight: normal;
  color: #96aa3d;
  line-height: 45px;
  height: 45px;
  text-align: left;
	font-family: Impact, “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div.box p.client {
	margin: 0;
	padding: 5px 5px 0px 5px;
	font-size: 70%;
	color: #666;
	position: relative;
	top: 3px;
	left: 0px;
}
div.box h3.last_ads { background: transparent url("../image/inz_last_ads_icon.png") 5px 7px no-repeat; }
div.box h3.ads { background: transparent url("../image/inz_ads_icon.png") 5px 7px no-repeat; }
div.box ul.box, div.box ul.client {
  margin: 0;
  padding: 5px;
  list-style: none;
}
div.box ul.box li {
  background: transparent url("../image/inz_list_bg.png") 0px 5px no-repeat;
  line-height: 17px;
}
div.box ul.client li {
  background: transparent url("../image/inz_list_bg.png") 0px 8px no-repeat;
  line-height: 22px;
}
div.box ul.box li a, div.box ul.client li a {
  padding-left: 15px;
  font-size: 70%;
  color: #666666;
  letter-spacing: -1px;
  text-decoration: none;
}
div.box ul.client li a {
	font-size: 90%;
	color: #0961b8;
}
div.box ul.box li a:hover, div.box ul.client li a:hover { text-decoration: underline; }
div.box img {
  margin: 5px;
}
div.box p.banner_side {
	margin: 0;
	padding: 0;
	text-align: center;
}

div#attention {
  height: 130px;
  background: #c42026 url("../image/inz_attention_bg.jpg") no-repeat;
  margin-bottom: 10px;
}
div#attention h3 {
  padding: 0px 0px 0px 45px;
  margin: 0;
  min-height: 46px;
  line-height: 46px;
  font-size: 110%;
  color: #fff;
	font-family: Impact, “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#attention p {
  color: #fff;
  padding: 8px 10px;
  margin: 0;
  font-size: 70%;
}
/* column styling ends here */






div#header div#module_cart {
  float: right;
  width: 260px;
  background: transparent url("../image/cyklo_bg-cart.gif") no-repeat 25px 22px;
  font-size: 80%;
  padding: 27px 10px 0px 0px;
}
div#header div#module_cart p {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
}
div#header div#module_cart p a {
  font-size: 90%;
	color: #cccc00;
}



#breadcrumb {
	padding: 7px 7px 7px 10px;
	margin: 0px 10px 0px 10px;
	color: #999;
}
#breadcrumb p {
	font-size: 70%;
	margin: 0;
	padding: 0;
}

/* Pagination */
div#page div#content div.pagination {
	display: inline-block;
	width: 100%;
	background: #b5da11;
	border: 1px solid #000;
	font-size: 60%;
}
div#page div#content div.pagination .links, .pagination .results {
	padding: 7px;
}
div#page div#content div.pagination .links {
	float: left;
}
div#page div#content div.pagination .links a {
	border: 1px solid #575757;
	padding: 2px 4px;
	text-decoration: none;
	color: #000000;
}
div#page div#content div.pagination .links b {
	border: 1px solid #575757;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
div#page div#content div.pagination .results {
	float: right;
	font-size: 80%;
}
div#page div#content div.box_gen {
	background: #F7F7F7; 
	border: 1px solid #DDDDDD; 
	padding: 10px; 
	margin-bottom: 10px;
}
/* Pagination ends */

/* sort */
div#content div.sort {
	margin-bottom: 10px;
	background: #b5da11;
	border: 1px solid #000;
}
div#content div.sort p {
	text-align: right;
	margin: 0;
	padding: 4px;
	font-size: 70%;
}
div#content div.sort p label {
	color: #000;
}
div#content div.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
div#content div.sort select#sort {
	width: 105px;
}
/* sort ends */

/* content search box */
div#content div#content_search {
	background: #F7F7F7; 
	border: 1px solid #DDDDDD; 
	padding: 10px; 
	margin-top: 3px; 
	margin-bottom: 10px;
}
/* content search box ends */

/* form box */
div#content div.form p {
	margin: 0;
	padding: 0;
}
div#content div.form p label {
	color: #000;
}
/* search box ends */

/* footer styling starts here */
div#footer div#footer_content {
  width: 884px;
  margin: 0px auto;
  font-size: 70%;
  position: relative;
}
div#footer div#footer_content span#footer_logo {
  position: absolute;
  z-index: 100;
  top: 33px;
  left: 0px;
}
div#footer div#footer_content p, div#footer div#footer_content a {
  color: #696969;
}
div#footer div#footer_content p.links { margin-left: 220px; }
div#footer div#footer_content p.links a { color: #268af0; }
/* footer styling ends here */



/* form styling */
form, div.form {
	padding: 0;
	margin: 0;
}
div.form {
	padding: 10px 10px 10px 10px;
}
form fieldset {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
form fieldset legend {
	color: #cccc00;
	font-weight: bold;
}
form fieldset p, div.form p {
	padding: 5px 0px 5px 0px !important;
}
form fieldset p label, form fieldset span.label, div.form p label, div.form span.label {
	display: inline-block;
	vertical-align: top;
	width: 150px;
}
form fieldset p label.norm, div.form p label.norm { display: inline; width: auto; }
form fieldset p textarea, div.form p textarea { font-size: 90%; }
form fieldset p img#captcha, div.form p img#captcha { margin-left: 155px !important; }
label { color: #666666 !important; font-size: 90% !important; }
input, textarea, select { border: 1px solid #93b006; background: #fff; padding: 2px; color: #666666; }
/* end form styling */


.success {
	padding: 5px !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 90%;
	font-weight: bold;
	color: #000 !important;
}
.warning {
	padding: 5px !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 90%;
	color: #f00 !important;
	font-weight: bold;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
	font-size: 70%;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
p.buttons {
	background: transparent;
	border: 0px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	text-align: right !important;
	color: #000 !important;
}
p.buttons input {
	padding: 0px;
	margin: 0px;
}
p.buttons a b { color: #000 !important; }

.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 5px;
}
.list1 {
	width: 100%;
	color: #666666;
}
.list1 td {
	text-align: center;
	vertical-align: valign;
	font-size: 80%;
	text-align: left;
}
.list1 td.leftp {
	text-align: right;
}
.list td a, .list1 td a {
	font-size: 70%;
	color: #0961b8;
	text-decoration: none;
}
.list1 td a.remove {
	font-size: 90%;
	color: #f00;
	font-weight: bold;
}
.list td a:hover, .list1 td a:hover { text-decoration: underline; }


.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
.tab_page p {
	color: #000 !important;
}

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
}
.cart td {
	color: #fff;
	padding: 4px;
	font-size: 90%;
	
}

/* general styling */
.clear { clear: both; height: 1px; }
.clear1 { clear: both; }
.marginRight0 { margin-right: 0px !important; }
.padding_left10 { padding-left: 10px !important; }
.white_text { color: #fff !important; }
.black_text { color: #000 !important; }
.red_text { color: #f00 !important; }
.align_center { text-align: center !important; }
.align_justify { text-align: justify !important; }
.align_right { text-align: right !important; }
.bold { font-weight: bold !important; }
.smaller_text { font-size: 70% !important; }
.smaller_text a { font-size: 100% !important; }
.normal_text { font-weight: normal !important; }
.float_left { float: left; }
.float_right { float: right; }