* {
	padding: 0px;
	margin: 0px;
	border: 0px;

	font-size: 10px;
	font-family: verdana, sans-serif;
}

iframe {
	border-style: none;
	border: 0px solid white;
}

table {
	border-collapse: collapse;
}

body {
	background-image: url(/img/carbon_bg.jpg);
}

th {
	background: url(/img/titulek_bg.gif);
	height: 23px;
	padding: 0px 20px;
	vertical-align: middle;
	text-align: center;
	font: bold 10px verdana, sans-serif;
	border: 1px solid #D9D9D9;
}

h1 {
	font: bold 14px verdana, sans-serif;
/*	font-variant: small-caps;	*/
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px 0px;
	text-align: center;
/*	background: url(/obr/h1.jpg) no-repeat center center;	*/
	border: 1px solid #D9D9D9;
	background-color: #F2F2F2;
	margin-bottom: 8px;
}

p {
	text-align: justify;
	margin-top: 5px;
}

a {
	color: #6666CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: black;
	cursor: pointer;
}

input {
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #D9D9D9;
	display: block;
	width: 100%;
}

textarea {
	padding: 1px;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	display: block;
	width: 100%;
}

select {
	padding: 1px;
	border: 1px solid #D9D9D9;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 20px;
}

li {
	margin: 8px 2px;
}


/* zakladni prvky stranky */
 
#wrapper {
	width: 860px;
	position: absolute;
	left: 50%;
	margin-left: -456px;
	background-color: white;
	padding: 0px 25px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	min-height: 100%;
}

#header {
	background-image: url(/img/rider.jpg);
	height: 140px;
	width: 100%;
}

#logo {
	position: relative;
	top: 34px;
	left: 27px;
}

#vendors {
	width: 100%;
	height: 25px;
	text-align: center;
	margin-bottom: 2px;
	background: url(/img/red_bg.jpg);
}

#vendors a {
	color: white;
	margin: 0px 20px;
	font-weight: bold;
	line-height: 24px;
}

#menu-left {
	width: 140px;
	float: left;
}

#menu-left a {
	text-align: right;
}

#menu-right {
	width: 140px;
	float: right;
}

#sidebar {
	width: 157px;
	float: left;
	text-align: center;
	margin: 20px 0px 5px 3px;
}

#sidebar .pict {
	width: 147px;
	height: 570px;
	border: 1px solid #D9D9D9;
}

#navigator {
	text-align: right;
	margin: 15px 0px 5px 0px;
	font-size: 10px;
	font-weight: bold;
}

#navigator a {
	margin-right: 5px;
}

#navigator span {
	margin-right: 5px;
	font-size: 9px;
}

#content {
	width: 411px;
	margin: 10px 5px 10px 3px;
	float: left;
	text-align: justify;
}

#content-full {
	width: 560px;
	margin: 10px;
	float: left;
	text-align: justify;
}

#content img {
	border: 1px solid #D9D9D9;
}

.rightpanel {
	width: 165px;
	float: right;
}

#kosik {
	position: absolute;
	left: 327px;
	top: 180px;
	font-weight: bold;
	font-size: 10px;
}

#kosik span {
	font-size: 9px;
	color: #666666;
}



/* obecne styly */

.bordered {
	border: 1px solid #D9D9D9;
}

.centered {
	text-align: center;
}

.lajna {
	background: url(/img/lajna.gif) center center repeat-x;
	margin: 0px 5px;
	height: 19px;
}

.strong {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.gray {
	background-color: #F2F2F2;
}

.gray input {
	background-color: #F2F2F2;
}

.povinne {
	color: red;
}

.zelene {
	color: green;
}

.napoveda {
	border-bottom: 1px dashed black;
	cursor: help;
}

input.inline {
	padding: 1px 0px;
	border: 0px;
	display: inline;
	width: 30px;
}

/* vypis produktu - grid */
#grid {
	width: 100%;
	border-collapse: separate;
	table-layout: fixed;
}

#grid td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #D9D9D9;
	color: black;
}

#grid td.empty {
	border: 0px;
}

#grid img {
	border: 0px;
}

#grid a {
	display: table-cell;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	width: 132px;
}

#grid a:hover {
	text-decoration: none;
}

#grid .nazev {
	margin: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

#grid .pocet {
	font-size: 8px;
	color: gray;
}


/* ikony a tlacitka */

a.icon {
	background: url(/img/ikony/link.gif) no-repeat;
	padding: 0px 0px 0px 15px;
}

a.del {
	font-weight: normal;
	color: black;
	background: url(/img/ikony/minus.gif) left center no-repeat;
	padding: 0px 0px 0px 15px;
}

a.del img {
	border: 3px solid white;
}

a.del:hover {
	color: red;
	text-decoration: none;
}

a.del:hover img {
	border: 3px solid red;
}

.back {
	display: block;
	text-align: center;
	margin: 10px;
	padding: 0px 0px 0px 15px;
}

.add {
	text-align: center;
}

.add a {
	background: url(/img/ikony/plus.gif) no-repeat;
	padding: 0px 0px 0px 15px;
}

p.edit {
	margin: 8px 3px 3px;
	text-align: center;
}

p.edit a {
	background: url(/img/ikony/edit.gif) no-repeat;
	padding: 0px 0px 0px 15px;
}

.button {
	width: 120px;
	height: 15px;
	line-height: 26px;
	display: block;
	margin-top: 7px;
	padding: 6px 10px 4px;
	background: url(/img/button.gif) no-repeat;
	font: small-caps bold 11px 'Segoe UI', verdana, sans-serif;
	color: black;
}

.button:hover {
	text-decoration: none;
}

.blue-button {
	width: 130px;
	height: 26px;
	float: left;
	font-weight: normal;
	color: white;
	display: block;
	line-height: 26px;
	margin: 0px 0px 3px 5px;
	text-align: center;
	background: url(/img/blue_button.jpg) no-repeat;
}

.blue-button:hover {
	color: white;
	text-decoration: none;
}

/* boxiky */

.darkbox {
	width: 100%;
	border: 1px solid #D9D9D9;
	margin-bottom: 6px;
}

.darkbox th {
	background: url(/img/dark_bg.gif);
	color: white;
}

.darkbox td {
  padding: 4px 3px;
}

table.kosik {
	width: 100%;
	margin-bottom: 6px;
}

table.kosik th {
	padding: 0px 5px;
}

table.kosik td {
  padding: 4px 3px;
}

table.cenik td {
	border: 1px solid #D9D9D9;
}

table.full {
	width: 100%;
 	border-collapse: separate;
}
 
table.edit {
	float: left;
	width: 385px;
}

table.edit td {
 	padding-top: 3px;
 	padding-right: 5px;
 	padding-bottom: 1px;
}

.numeric-in {
 	padding-left: 15px;
	background: url(/img/ikony/numeric.gif) no-repeat;
	background-position: left center;
}

.text-in {
 	padding-left: 15px;
	background: url(/img/ikony/text.gif) no-repeat;
	background-position: left center;
}

.select-in {
 	padding-left: 15px;
/*	background: url(/img/ikony/select.gif) no-repeat; */
	background-position: left center;
}

.infotext {
 	padding-left: 15px;
	background: url(/img/ikony/info.gif) no-repeat;
	background-position: left center;
	font-style: italic;
}

input.submit {
	width: 100px;
	font-weight: bold;
	border: 1px solid #D9D9D9;
	display: inline;
	padding: 2px;
}

input.kosik {
	width: 120px;
	border: 1px solid #D9D9D9;
	display: inline;
	padding: 2px;
}

.file-in {
 	padding-left: 15px;
	background: url(/img/ikony/save.gif) no-repeat;
	background-position: left center;
}

.die_msg {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #A60000;
	background-color: #FF7373;
}

.ok_msg {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border: 1px solid green;
	background-color: #73CC73;
}

table.detail {
	width: 100%;
}

td.thumb {
	width: 135px;
	text-align: right;
	vertical-align: top;
}

.empty_gal {
	font-style: italic;
	padding: 5px;
}

.poznamka {
	border: 1px solid #D9D9D9;
	height: 50px;
}

#tuning {
	margin: 5px 0px 10px 5px;
	padding: 0px;
	background-image: url(/img/tuning/huge.jpg);
	width: 550px;
	height: 275px;
	border: 1px solid #D9D9D9;
}

.tuning td {
	border: 1px solid #D9D9D9;
	padding: 3px;
}

.nabizime {
	padding: 5px 10px;
	font-weight: bold;
	background-color: #F2F2F2;
	border: 1px solid #D9D9D9;
	text-align: center;
}

.filtr {
	width: 100%;
}

.filtr input {
	margin: 0px 3px;
	display: inline;
	position: relative;
	top: 2px;
}


/* aktuality */

.aktuality .titulek {
	text-align: left;
	border-right: 0px;
}

.aktuality .datum {
	text-align: right;
	font-weight: normal;
	border-left: 0px;
	font-size: 9px;
}

.aktuality .perex {
	text-align: justify;
	padding: 5px 5px 0px 0px;
	vertical-align: top;
}

.aktuality .perex a {
	display: block;
	margin-top: 5px;
}

.aktuality .obrazek {
	text-align: right;
	vertical-align: middle;	
}


.kategorie {
	width: 120px;
	height: 120px;
	border: 2px solid #D9D9D9;
	margin: 5px;
	float: left;
}



/* ajaxove DIVy */

#ajax_bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	visibility: hidden;
	z-index: 100;

	/* PRUHLEDNOST - filter je pro IE, opacity pro FF, -moz-opacity pro starsi verze Netscape a -khtml pro Safari */
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#ajax_target {
	width: 220px;
	border: 1px solid #D9D9D9;
	position: fixed;
	left: 50%;
	top: 40%;
	margin-left: -100px;
	padding: 10px;
	background-color: white;
	visibility: hidden;
	z-index: 110;
	text-align: center;
}

