
/* Ondrej Uhyrek, (c) Inexes 2006 */

html {
	overflow-y: scroll;
}
body {
	margin: 20px 10px 0 10px;	padding: 0;
	text-align: left;
	line-height: 1.3;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: black;	background-color: white;
}
a {
	color: #5092A5;
}
a.selected {
}
a:hover {
}
a.basket {
	display: block;
	height: 15px;
	width: 18px;
	background: url(basket.gif) no-repeat;
}
a.compare {
	display: block;
	height: 15px;
	width: 18px;
	background: url(Comparison.gif) no-repeat;
}
span.new {
	height: 15px;
	width: 15px;
	background: url(IconNew.gif) no-repeat;
	color: #34BF2D;	
}
span.tip {
	height: 15px;
	width: 15px;
	background: url(IconTip.gif) no-repeat;
	color: #1C71A3;	
}
span.action {
	height: 15px;
	width: 15px;
	background: url(IconAction.gif) no-repeat;
	color: #BF2D3A;	
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p, img, h1, h2, h3, h4, h5, h6, form, div, .radio, .checkbox {
	margin: 0; 	padding: 0;	border: none;
}
img {
	background: white url('Progress.gif') no-repeat center center;
}
img.bordered {
	border: 4px solid #1C71A3;
}
table {
	line-height: 1.3;
	border-collapse: collapse;
}
th, td {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}
address {
	font-style: normal;
}
.hidden, .noScreen {
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	_margin-top: 0;
}
.cleanerLeft {
	clear: left;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	_margin-top: 0;
}
.spacer15 {
	height: 15px;
	background: url(Perex.jpg) no-repeat;
	background-position: top right;
}
h1 {
	font-size: 16px;
	color: #BF2D3A;
}
h2 {
	font-size: 14px;
	color: #BF2D3A;
}
h3 {
	font-size: 12px;
	color: #BF2D3A;
	font-weight: normal;
}
h4, h5 {
	color: #1C71A3;
	font-size: 14px;
	font-weight: normal;
}
h5 {
	color: black;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #BF2D3A;
}
.blue {
	color: #1C71A3;
}
input.text {
	padding: 0 2px;
	height: 14px;	_height: 18px;
	border-top: 2px solid #707070;
	border-left: 2px solid #707070;	
	border-right: 2px solid #EAE8E4;	
	border-bottom: 2px solid #EAE8E4;	
	font-size: 11px;		
	font-family: Arial, Verdana, sans-serif;
}
textarea {
	padding: 0 2px;
	border-top: 2px solid #707070;
	border-left: 2px solid #707070;	
	border-right: 2px solid #EAE8E4;	
	border-bottom: 2px solid #EAE8E4;	
	font-size: 11px;		
	font-family: Arial, Verdana, sans-serif;
}
input.submit {
	height: 18px;
	border: 1px solid #3681AD;
	background: #1C71A3;
	border: none;
	color: white;
	font-size: 9px;
	line-height: 14px;	
	cursor: pointer;
	_cursor: hand;
}

/* Rozlozeni stranky */
#page {
	position: relative;
	/*float: left;*/
	width: 990px;
}
#popup {
	margin: 30px;
}
/* hlavicka */
#header {
	height: 170px;
	min-width: 975px; width: auto;
}
#header #logo {
	float: left;
	clear: right;
	height: 160px;
	width: 189px;
	_width: 195px;
	margin-top: 10px;
	border-left: 6px solid #EBE7E7;
	background: white;
}
#header #logo img {
	margin: 60px 0 0 15px;
}
#headerImage {
	_float: left;
	clear: right;
	height: 170px;
	background: url(HeaderBG2Line.jpg) repeat-x 0 7px;
}
#header #headerLeft {
	float: left;
	height: 170px;
	width: 621px;
	background: url(HeaderBG2.jpg) bottom no-repeat;
}
#header #headerRight {
	float: right;
	clear: right;
	height: 170px;
	width: 159px;
	background: url(HeaderBG2_1.jpg) 0 -2px no-repeat;
}
#header p {
	position: absolute;
	top: 30px;
	left: 236px;
	padding-left: 15px;
	background: url(MenuBG.gif) left center no-repeat;	
	color: white;
	font-size: 14px;
	white-space: nowrap;	
}

/* leva zona */
#left {
	/*float: right;
	width: 195px;
	margin-right: 20px;
	overflow: hidden;*/
	position: absolute;
	top: 170px;
	left: 0;
	width: 195px;
	overflow: hidden;
	z-index: 2;
}
#leftContent {
	margin: 0 10px 0 20px;
}
.search {
	width: 160px;
	_width: 165px;
	height: 70px;
	margin-top: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #AEAEAE;
	color: #1C71A3;
	text-align: left;
}
.search input.text {
	width: 112px; 	_width: 120px;
	margin: 4px 10px 10px 0px;
	_margin: 4px 1px 10px -21px;	
}
.search input.submit {
	width: 30px;
	position: relative;
	top: -9px;
	_top: -10px;
	_left: 10px;
}
.search a {
	_height: 1px;
	padding-right: 33px;
	background: url(SearchDart.gif) right no-repeat;
}

/* prava zona */
div.hideInfo {
	padding-bottom: 5px;
	border-bottom: 6px solid #EBE7E7;
	margin-bottom: 7px;	
}
a#infoOff {
	display: block;
	height: 18px;
	padding-left: 22px;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	background: url(InfoOff.gif) left center no-repeat; 
}
a#infoOn {
	float: right;
	display: none;
	height: 18px;	
	padding-top: 23px;
	padding-left: 22px;
	line-height: 18px;	
	font-size: 12px;
	text-decoration: none;	
	background: url(InfoOn.gif) left bottom no-repeat; 
}
#currency {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #AEAEAE;
}
#currency select {
	width: 75px;
	vertical-align: middle;
}
/* obsah stranky */
div#content {
	/*float: right;
	width: 590px;
	padding: 7px 0 10px 0;
	margin-right: 20px;	
	overflow: hidden;*/
	width: 590px;
	padding: 7px 0 10px 0;
	margin: 0 185px 0 215px;	
	overflow: hidden;
}
div#content.content-withoutInfo {
	margin-right: 0;
}
p.title, h2 {
	clear: both;
	margin-bottom: 3px;
	color: #BF2D3A;
	font-size: 16px;
	font-weight: bold;
}
#ctl00_title {
	border-bottom: 6px solid #EBE7E7;
	margin-bottom: 7px;
	height: 46px;
	_height: 52px;
	overflow: hidden;
}

#ctl00_title p {
	font-size: 12px;
	padding: 5px 0 6px 0;
}
#ctl00_title p span {
	color: #BF2D3A;
}
#ctl00_title.topSpace h1 {
	padding: 20px 0 6px 0;
}

#ctl00_title a.basket {
	float: right;
	padding-left: 25px;
	width: auto;
	margin: 25px 16px 0 0;
	_margin-right: 8px;
	background: url(Basket.gif) left center no-repeat;
	color: #959595;
	font-weight: bold;
	text-decoration: none;
}
#ctl00_title a.basket {
	background: url(BasketHover.gif) left center no-repeat;
	color: #BF2D3A;
}
#ctl00_title a.compare {
	float: right;
	width: auto;
	padding-left: 25px;	
	margin: 25px 25px 0 0;
	background: url(Comparison.gif) left center no-repeat;
	color: #959595;
	font-weight: bold;
	text-decoration: none;
}
#ctl00_title a.compare:hover {
	background: url(ComparisonHover.gif) left center no-repeat;
	color: #BF2D3A;
}
#ctl00_title a.showDetailSearch {
	float: right;	
	display: none;
	height: 18px;	
	margin-right: 10px;
	padding-top: 23px;
	padding-left: 22px;
	line-height: 18px;	
	font-size: 12px;
	text-decoration: none;	
	background: url(InfoOn.gif) left bottom no-repeat; 
}

.errorBox {
	margin: 10px 0;
	min-height: 34px;	height: auto;
	_height: 64px;
	line-height: 18px;
	padding: 15px 40px;
	background: #EBE7E7 url(Error.gif) 19px 15px no-repeat;
	color: #FF0101;
}
.okBox {
	line-height: 18px;
	margin: 10px 0;
	padding: 10px 20px;
	background: #EBE7E7 ;
	color: #34BF2D;
}

/* podrobne vyhledavani */

.detailSearch {	
	float: left;
	padding: 15px 0 0 0;
	_padding: 15px 0 10px 0;
	border-bottom: 6px solid #EBE7E7;
	color: #1C71A3;
	line-height: 18px;
}
.detailSearch input.radio {	
	position: relative;
	top: 2px;
	left: 0;
	margin-right: 5px;
}
.detailSearch span {	
	color: black;
	font-size: 11px;
}
.detailSearch select {
	margin-left: 5px;
	_margin-left: 9px;
	width: 95px;
	height: 18px; 
	color: black;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	overflow: hidden;
}
.detailSearch input.text, .detailSearch textarea {
	margin-left: 5px;
	_margin-left: 9px;
}
.detailSearch textarea {
	
}
.detailSearch .checkbox {
	margin: 0 5px 0 5px;
	_margin: 0 0 0 5px;
}
.detailSearch .leftSpace {
	margin-left: 15px;
}
a.helper {	
	_height: 1px;
	line-height: 14px;
	padding: 0 0 0 14px;
	margin: 0 0 0 10px;
	background: url(InfoBoard.gif) 0 0 no-repeat;
	text-decoration: none;
	cursor: help;
}
.detailSearch a.hideDetailSearch {	
	float: right;
	height: 18px;
	padding-left: 22px;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	background: url(InfoOff.gif) left center no-repeat; 
}
.detailSearch div.bordered {
	margin: 10px 0;
	padding: 15px 0;
	border-top: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
}
.detailSearch table .col1 {
	width: 120px;
}
.detailSearch table th, .detailSearch table td {
	padding: 4px 0;
	font-weight: normal;
	color: #1C71A3;
	vertical-align: middle;
	text-align: left;
	line-height: 18px;	
}
.detailSearch table th {
	vertical-align: baseline;
}
.detailSearch table td {
	color: black;
}
.detailSearch table th span, .detailSearch table td span {
	float: right;
	line-height: 18px;
}
.detailSearch table th span.left, .detailSearch table td span.left {
	float: none;
}
.detailSearch table input.text {
	width: 250px;
}
.detailSearch table textarea {
	width: 250px;
	height: 100px;
}
.detailSearch table input.radio {
	margin-left: 6px;
}
.detailSearch a.searching {
	float: right;
	padding-left: 25px;	
	margin: 15px 20px 0 0;
	background: url(ButtonOrder.gif) left center no-repeat;
	color: #959595;
	font-weight: bold;
	text-decoration: none;
}
.detailSearch a.searching:hover {
	background: url(ButtonOrderHover.gif) left center no-repeat;
	color: #BF2D3A;
}


/* boxy produktu */

.itemBoxSmall {
	float: left;
	width: 165px;
	_width: 177px;
	height: 110px;
	margin: 7px 11px 20px 0;
	padding: 0 11px 0 0;
	overflow: hidden;
	border-right: 1px solid #AEAEAE;
}
.itemBoxSmall .imageBox {
	float: right;
	width: 60px;
	height: 87px;
	margin-top: 2px;
	text-align: center;
	overflow: hidden;
}
.itemBoxSmall h3 {
	width: 165px;
	height: 19px;
	overflow: hidden;
	font-size: 12px;
}
.itemBoxSmall h3 a {
	font-weight: bold;
	text-decoration: none;
	color: #BF2D3A;
}
.itemBoxSmall p.description {
	float: left;
	font-size: 11px;
	line-height: 13px;
	height: 40px;
	width: 103px;
	overflow: hidden;
}
.itemBoxSmall a.basket {
	float: left;
	margin: 2px 3px 3px 0;
}
.itemBoxSmall .new, .itemBoxSmall .action, .itemBoxSmall .tip {
	float: left;
	margin: 2px 0 0 5px;
}
.itemBoxSmall span.price {
	float: left;
	clear: left;
	width: 103px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	color: #1C71A3;	
}
.itemBoxSmall span.oldPrice {
	float: left;
	clear: left;
	width: 103px;
	overflow: hidden;
	font-size: 11px;
	color: #505050;
	background: url('OverLine.gif') no-repeat left center;
}

.itemGroup {
	float: left;
}
.itemBox {
	float: left;
	height: 150px;
	width: 168px;
	_width: 180px;
	margin: 7px 11px 20px 0;
	padding: 0 11px 0 0;
	border-right: 1px solid #AEAEAE;
	overflow: hidden;
}
.itemBox h2 {
	height: 18px;
	_height: 24px;
	width: 168px;
	margin-bottom: 5px;
	border-bottom: 6px solid #EBE7E7;
	overflow: hidden;
	font-size: 12px;
}
.itemBox h2 a {
	color: #BF2D3A;
	text-decoration: none;
}
.itemBox .itemImage {
	float: right;
	width: 80px;
	height: 116px;
	margin-top: 2px;
	text-align: center;
	overflow: hidden;
}
.itemBox .description {
	float: left;
	width: 86px;
	height: 62px;
	overflow: hidden;
}
.itemBox .description p {
	font-size: 11px;
	line-height: 13px;
	height: 40px;
	overflow: hidden;
}
.itemBox .description span {
	float: left;
	margin: 3px 5px 0 0;
}
.itemBox .info {
	float: left;
	width: 86px;
	height: 18px;
	_height: 23px;
	padding: 3px 0 0 0;
	border-top: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	overflow: hidden;	
}
.itemBox .info a {
	float: left;
	margin: 0 6px 0 1px;
}
.itemBox .price {
	float: left;
	width: 86px;
	margin-top: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #1C71A3;	
	overflow: hidden;
}
.itemBox .price span {
	font-weight: normal;
	font-size: 11px;
	color: #505050;
	background: url('OverLine.gif') no-repeat center center;
}

/* znacky */

.marks {
	clear: both;
	color: black;
	padding: 0 0 15px 0;
}
.marks p {
	line-height: 25px;
}
.marks span.marksItem {
	margin-right: 8px;
	_margin-right: 5px;	
	color: #1C71A3;
	line-height: 20px;
	white-space: nowrap;
}
.marks input {
	margin: 0;
	margin-right: 5px;
	_margin-right: 2px;
}

/* razeni v zobrazeni produktu */

#content .sortByItems {
	width: 100%;
	height: 33px;
	_float: left;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-top: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;	
}
#content .sortByItems-doubleLine {
	height: auto;
}
#content .sortByItems-bottom {
	border: none;
	border-top: 1px solid #AEAEAE;
}
.sortByItems .tableView, .sortByItems .changePage, .sortByItems .itemsCount, .sortByItems .sortBy  {
	float: left;
	padding-right: 12px;
	margin: 10px 10px 0 0;
	line-height: 22px;
	height: 22px;
	background: url(DottedLineVertical.gif) right top repeat-y;
	white-space: nowrap;
}
.sortByItems select {
	font-size: 11px;
	vertical-align: middle;
}
.sortByItems .tableView a {
	color: #BF2D3A;
}
.sortByItems .changePage {
}
.sortByItems .changePage a {
	_height: 1px;
	margin: 0 2px;
	color: black;
	text-decoration: none;
}
.sortByItems .changePage .selected {
	color: #BF2D3A;
	font-size: 12px;
}
.sortByItems .sortBy {
	position: relative;
	_bottom: 1px;
	margin-right: 0;
	padding-right: 0;
	background: none;
}
.sortByItems a.asc {
	_height: 1px;
	padding-left: 7px;
	margin-left: 3px;
	_margin-left: 2px;
	background: url(ButtonAsc.gif) center center no-repeat;
	text-decoration: none;
}
.sortByItems a.asc:hover {
	background: url(ButtonAscHover.gif) center center no-repeat;
}
.sortByItems a.desc {
	_height: 1px;
	padding-left: 7px;
	margin-left: 3px;
	background: url(ButtonDesc.gif) center center no-repeat;	
	text-decoration: none;	
}
.sortByItems a.desc:hover {
	background: url(ButtonDescHover.gif) center center no-repeat;
}
.sortByItems .itemsCount {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
.sortByItems-doubleLine .itemsCount {
	padding-right: 12px;
	margin: 10px 10px 0 0;
	background: url(DottedLineVertical.gif) right top repeat-y;
}
#ctl00_mainContent_topPaging_pnlTop {
	display: inline;
}
.items {
	width: 100%;
	float: left;
}
.items .cleaner {
	clear: left;
}

/* strankove moduly */
.spacer15 {
	height: 15px;
}
.date {
	font-size: 12px;
}
.author {
	font-size: 12px;
	color: #BF2D3A;
}

/* clanek */

.article {
	margin-bottom: 25px;
	clear: both;
}
.article .title {
	margin-bottom: 15px;
}
.article .title h2 {
	margin-bottom: 2px;
}
.article .perex {
	color: #1C71A3;
}
.hl1 {
	color: #1C71A3;
}
.article .perex a {
	color: black;
}
.article sup {
	position: relative;
	bottom: 2px;
	vertical-align: text-top;
}
.article sub {
	position: relative;
	top: 2px;
	vertical-align: baseline;
}
.article ul {
	margin: 0;
	padding: 5px 0 6px 28px;
	_padding: 5px 0 8px 31px;
	list-style: square;
}
.article ul li {
	margin: 0;
	padding: 0 0 0 3px;
	_padding-left: 0px;
}
.article ol {
	margin: 0;
	padding: 5px 0 6px 26px;
	_padding: 5px 0 8px 31px;
}
.article ol li {
	margin: 0;
	padding: 0 0 0 5px;
	_padding-left: 0px;
}

table.styled {
	margin: 10px 0 10px 0;
}
table.styled th, table.styled td {
	padding: 6px 10px 6px 15px;
	text-align: left;
}
table.styled thead th, table.styled thead td {
	color: white;
	font-size: 12px;
	font-weight: normal;
	background: #1C71A3;
}
table.styled tbody th, table.styled tfoot th {
	color: #7B7C7D;
}
table.styled tbody td, table.styled tfoot td {
	color: #7B7C7D;
}
table.styled tbody tr.hl, table.styled tfoot tr.hl {
	background: #F1F1F1;
}
h3.listOfLinksHeader {
	margin: 8px 0 0 0;
	font-size: 14px;
	color: #1C71A3;
	font-weight: normal;
}
ul.listOfLinks {
	padding: 5px 0 8px 3px;
	_padding: 5px 0 10px 3px;
	list-style: none;
}
ul.listOfLinks li {
	height: 16px;
	padding-left: 20px;
	line-height: 16px;
	margin-bottom: 3px;
	background: url(ListOfLinks.gif) no-repeat 2px center;
}
.article .partners {
	font-size: 11px;
}
.article .partners a {
	color: #666666;
}
/* ankety */
.inquiry {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	clear: both;
}
.inquiry h2 {
	margin-bottom: 10px;
}
.inquiry p.question {
	color: #1C71A3;
	font-size: 14px;
	font-weight: bold;
}
.inquiry p.question a {
	font-weight: normal;
	font-size: 12px;
}
.inquiry .answer {
	margin: 10px 0;
}
.inquiry .answer p {
}
.inquiry .answer span.percents {
	display: block;
	width: 160px;
	height: 8px;
	overflow: hidden;
	background: #f0ecec;
	border: solid #aeaeae 1px;
}
.inquiry .answer span.percents span {
	display: block;
	width: 100px;
	height: 10px;
	overflow: hidden;
	background: #c15359;
}

/* banner */

.banner {
	width: 562px; _width: 578px;
	border: 8px solid #1C71A3;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}
.banner img {
	margin-bottom: -4px;
	_margin-bottom: -3px;	
}

#info .banner 
{    
	width: 148px; _width: 164px;
}
/* galerie */

.gallery {
	float: left;
	margin-bottom: 30px;
	clear: both;
}
.gallery .title {
	margin-bottom: 15px;
}
.gallery .title h2 {
	margin-bottom: 2px;
}
.sortByGallery {
	margin-bottom: 5px;
}
.sortByGallery span.pages {
	_height: 1px;
}
.sortByGallery span.pages a {
	_height: 1px;
	margin: 0 2px;
	color: black;
	text-decoration: none;
}	
.sortByGallery span.pages span {
	color: #BF2D3A;
	font-size: 12px;
}
.sortByGallery select {
	margin-left: 3px;
	margin-right: 0px;
	height: 16px; 
	width: 90px;
	position: relative;
	top: 2px;
	font-size: 11px;
}

.gallery .galleryItem {
	float: left;
	width: 160px;
	margin: 15px 30px 15px 0;
}
.galleryItem .image {
	width: 144px; _width: 160px;
	height: 120px;
	border-left: 8px solid #1C71A3;
	border-right: 8px solid #1C71A3;	
	border-top: 6px solid #1C71A3;
	border-bottom: 6px solid #1C71A3;	
	text-align: center;
	display: table-cell; vertical-align: middle;
	_display: block;
	overflow: hidden;
}
.galleryItem img {
	_margin-top: expression(Math.floor((108 - parseInt(getObjStyle(this,'height')))/2) + 'px');
}
.galleryItem h3 {
	height: 29px;
	margin-top: 2px;
	overflow: hidden;
}
.galleryItem h3 a {
	font-size: 11px;
	color: #1C71A3;
	text-decoration: none;
}
.galleryItem .date {
	font-size: 11px;
	height: 14px;
	width: 160px;
	margin-top: 2px;	
	overflow: hidden;
	white-space: nowrap;
}
.galleryItem .author {
	font-size: 11px;
}
.galleryItem .name {
	height: 14px;
	overflow: hidden;
	margin-bottom: 3px;		
	width: 160px;
}
.galleryItem .name a {
	font-size: 11px;
	color: #1C71A3;
	text-decoration: none;
	white-space: nowrap;	
}
.gallery .description {
	height: 55px;
	overflow: hidden;
}
.gallery .cleaner {
	clear: left;
}

/* seznam */

.list {
	width: 570px;
	float: left;
	margin-bottom: 25px;
	clear: both;
}
.list .title {
	margin-bottom: 15px;
}
.list .categories {
	margin: 10px 0 20px 0;
	text-align: left;
}
.list .categories a {
	color: #1C71A3;
	text-decoration: none;
}
.list .categories a:hover {
	text-decoration: underline;
}
.list .categories span {
	color: black;
}
.listItem {
	width: 100%;
	clear: both;
	float: left;
	margin: 0 0 20px 0; 
	overflow: hidden;
}
.listItem .image {
	float: left;
	padding: 0 10px 4px 0;
}
.listItem .image a {
	width: 112px; _width: 122px;
 	height: 94px;
	border: 5px solid #1C71A3;
	text-align: center;
	display: table-cell; vertical-align: middle;
	_display: block;
	overflow: hidden;
}
.listItem .image img {
	_margin-top: expression(Math.floor((84 - parseInt(getObjStyle(this,'height')))/2) + 'px');
}
.listItem .text {
	/* float: left; */
}
.listItem h3 {
	margin-bottom: 2px;
}
.listItem h3 a {
	font-size: 12px;
	color: #BF2D3A;
	text-decoration: underline;
}
.listItem .description {
}
.listItem .date {
	font-size: 12px;
	color: #1C71A3;
} 
.listItem .date span.author {
	font-size: 12px;
	color: #BF2D3A;
	white-space: nowrap;
} 
.list .cleaner {
	clear: left;
}

/* porovnani */
.compare table {
	width: 100%;
	padding: 0;
}
.compare table.styled thead td, .compare table.styled tbody td, .compare table.styled thead th, .compare table.styled tbody th {
	padding: 6px 5px 6px 10px;
	font-size: 11px;
	vertical-align: top;	
}
.compare table td img {
}
.compare table.styled .col1 {
	width: 145px;
	_width: 130px;
}
.compare table.styled thead td {
	vertical-align: bottom;
	background: white;
	color: black;
}
.compare table.styled thead td a {
	line-height: 25px;
}
.compare table.styled thead th a {
	color: White;
}
.compare table.styled thead td.tableLine {
	height: 10px;
	border-top: 1px solid #AEAEAE;	
}
.compare table.styled tbody tr td {
	color: black;
}
.compare table.styled tbody tr.same td {
	color: #808080;
}
.compare table.styled tbody tr.price td {
	font-size: 12px;
	color: #1C71A3;
}
.compare table.styled tbody tr.price td span {
	color: #AEAEAE;
}
.compare table.styled a.basket {
	margin-top: 5px;
}

/* tabulkove zobrazeni */
table.tableView {
	width: 100%;
}
table.tableView thead th, table.tableView td {
	padding: 6px 10px;
	font-size: 11px;
	vertical-align: top;
}
table.tableView td {
}
table.tableView th a {
	_height: 1px;
	color: white;
	font-size: 11px;
}
table.tableView td a {
	_height: 1px;
	color: #1C71A3;
	font-size: 11px;
}
table.tableView a.up {
	padding-right: 12px;
	background: url(Up.gif) right 5px no-repeat;
}
table.tableView a.down {
	padding-right: 12px;
	background: url(Down.gif) right 5px no-repeat;
}
table.tableView tr a.basket {
	float: left;
	margin-right: 8px;
	}
table.tableView tr a.compare {
	float: left;
	}
table.tableView tr.hl a.basket {
	background: url(Basket2.gif) no-repeat;
}
table.tableView tr.hl a.compare {
	background: url(Comparison2.gif) no-repeat;
}
table.tableView .checkboxTD {
	width: 13px;
	_padding: 2px 10px;
}
table.tableView th.action {
	width: 50px;
}
table.tableView input {
	margin: 0; padding: 0;
}
table.tableView tr td span {
	_height: 1px;
	padding-right: 19px;
}

/* kategorie */

.inThis {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.inThis a {
	color: #BF2D3A;
	text-decoration: none;
}

/* koncova navigace */

.upBack {
	float: left;
	width: 100%;
	height: 25px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #AEAEAE;
}
.upBack a {
	float: right;
	_height: 1px;
	margin-left: 30px;	
	font-size: 12px;
	font-weight: bold;
	color: #959595;
	text-decoration: none;
}
.upBack a.back {
	padding-left: 17px;
	background: url(ButtonBack.gif) no-repeat;
	background-position: 0 2px;
}
.upBack a.back:hover {
	background-image: url(ButtonBackHover.gif);
	color: #BF2D3A;
}
.upBack a.up {
	padding-left: 21px;	
	background: url(ButtonUp.gif) no-repeat;	
	background-position: 0 2px;
}
.upBack a.up:hover {
	background-image: url(ButtonUpHover.gif);
	color: #BF2D3A;
}
.upBack a.follow {
	padding-right: 17px;
	background: url(ButtonFollow.gif) right 2px no-repeat;
}
.upBack a.follow:hover {
	background-image: url(ButtonFollowHover.gif);
	color: #BF2D3A;
}
.upBack a.ordering {
	height: 16px;
	padding-left: 21px;	
	background: url(ButtonOrder.gif) no-repeat;	
}
.upBack a.ordering:hover {
	background-image: url(ButtonOrderHover.gif);
	color: #BF2D3A;	
}
.upBack .print {
	height: 16px;
	padding-left: 19px;
	background: url(ButtonPrint.gif) no-repeat;
}
.upBack .print:hover {
	color: #BF2D3A;
	background: url(ButtonPrintHover.gif) no-repeat;
}


/* infozona */
#info {
	/*float: right;
	clear: right;
	width: 165px;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	overflow: hidden;*/
	position: absolute;
	top: 190px;
	right: 0;
	width: 165px;
	padding: 10px 0 10px 0;
	overflow: hidden;
	z-index: 2;
	background-color: White;
}
#info .box {
	width: 125px;
	_width: 165px;
	padding: 15px 20px;
	margin-bottom: 12px;
}
#info .box p.title, #info .box h2 {
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: white;
}
#info .box div {
	padding: 3px 0 5px 0;
	margin: 4px 0;
}
#info .basketInfo {
	background: #D7D7D7;
	color: #555454;
}
#info .basketInfo p.title {
	color: #BF2D3A;
	background: url(Infobasket.gif) left no-repeat;
}
#info .basketInfo p.title a {
	color: #BF2D3A;
	text-decoration: none;
}
#info .basketInfo span {
	color: #BF2D3A;
}
#info .comparison {
	background: #16618D;
	color: white;
}
#info .comparison a {
	color: white;
}
#info .comparison p.title {
	color: white;
	background: url(InfoComparison.gif) left no-repeat;
}
#info .comparison p.title a {
	color: white;
	text-decoration: none;
}

#info .itemBoxSmall {
	border: none;
	border-top: 1px solid #AEAEAE;
	padding: 7px 0 0 0;
	margin: 3px 0 7px 0;
	_height: 118px;
	_width: 165px;
}

/* paticka */
#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 35px;
	z-index: 1;
}
#footer a {
	color: #BF2D3A;
}
#footerLeft {
	/*float: left;
	position: relative;
	top: -28px;
	width: 180px;
	_width: 195px;
	margin: 0 0 0 26px;
	_margin-left: 13px;
	padding: 0 0 0 15px;*/
	position: absolute;
	top: -28px;
	left: 25px;
	padding-left: 15px;
	background: url(Footer.gif) left no-repeat;
	color: #BF2D3A;
	font-size: 9px;
	line-height: 11px;
}
#footerRight {
	margin: 0 0 0 215px;
	border-top: 6px solid #EBE7E7;
}

/* popup  */

#popup table tr td {
	padding: 3px 0;
}
#popup table .col1 {
	width: 170px;
}
#popup table .col2 {
	width: 90px;
}
#popup table .input1 {
	width: 252px;
	_width: 260px;
}
#popup table .input2 {
	width: 142px;
	_width: 150px;
}
#popup table .input3 {
	width: 82px;
	_width: 90px;
}
#popup table .color {
	color: #959595;
}
#popup table .checkbox {
	margin-right: 5px;
}

#popup input.check {
	float: right;
	margin: 15px 10px 10px 0;	
	font-size: 12px;
	font-weight: bold;
	color: #959595;
	border: none;
	padding-left: 21px;
	_padding-left: 13px;
	cursor: pointer;
	_cursor: hand;
	background: url(ButtonOrder.gif) no-repeat;		
	_right: expression(
		this.onmouseover = new Function("this.className += ' hover';"),
		this.onmouseout = new Function("this.className = this.className.replace(' hover','')")
		);
}
#popup input.check:hover, #popup input.check.hover {
	color: #BF2D3A;
	background-image: url(ButtonOrderHover.gif);		
}

/* from menu.css stareho koscomu */
/* Ondrej Uhyrek, (c) Inexes 2006 */

/* hlavni menu */
#menu {
	width: 605px;
	height: 49px;
	position: absolute;
	top: 65px;
	left: 220px;
	z-index: 10;
}
ul#menuList-2 {
	padding: 0;
	margin: 0 0 0 15px;
	line-height: 49px;
	list-style-type: none;
}
ul#menuList-2 li {
	float: left;
	position: relative;
	}
ul#menuList-2 li.first {
	background: none;
	}
ul#menuList-2 ul li {
	position: relative;
	/*float: none;*/
	clear: left;
	width: 155px;
	margin: 0;	padding: 0;	
	_margin-bottom: -3px;
	color: white;
	border-top: 1px solid #999999;	
	}
ul#menuList-2 ul ul li {
	}
ul#menuList-2 li.first {
	border: none;
}
ul#menuList-2 a.ext {
	background: #222222 url(MenuBG.gif) 137px 6px no-repeat;
	_background: #272B38 url(MenuBG.gif) 137px 6px no-repeat;
	background/**/: #222222 url(MenuBG.gif) 137px 6px no-repeat;
}
ul#menuList-2 ul {
	position: absolute;
	top: 48px;
	left: 10px;
	_left: -5px;
	_lef\t: 10px;
	margin: 0;	padding: 0;
	list-style-type: none;
	display: none;
}
ul#menuList-2 ul ul {
	top: 0;
	left: 155px;
	_left: 139px;
	_lef\t: 155px;
	list-style-type: none;
	display: none;	
}
ul#menuList-2 a {
	display: block;
	_float: left;
	height: 49px;
	padding-left: 15px;
	margin-right: 10px;
	_margin-right: 5px;
	font-size: 12px;
	line-height: 49px;
	text-decoration: none;
	color: white;
	background: url(MenuBG.gif) left center no-repeat;	
}
ul#menuList-2 ul a {
	display: block;
	min-height: 12px;	height: auto;
	_height: 21px;
	width: 140px;
	_width: 155px;
	margin: 0;
	padding: 4px 0 5px 15px;	
	font-size: 12px;
	line-height: 1;
	color: white;
	background: #222222;
	_background: #272B38;
	_background/**/: #222222;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}
ul#menuList-2 ul a:hover {
	filter: none;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
ul#menuList-2 ul ul a {
}

/* ovladani menu */
ul#menuList-2 ul {
	display: none;
}
ul#menuList-2 li:hover ul, ul#menuList-2 li.hover ul {
	display: block;
}
ul#menuList-2 li:hover li ul, ul#menuList-2 li.hover li ul {
	display: none;
}
ul#menuList-2 li:hover li:hover ul, ul#menuList-2 li.hover li.hover ul {
	display: block;
}

/* leva zona, kategorie */

#categories {
	width: 165px;
	margin: 20px 0 40px 0;
}
#categories div {
	float: left;
	width: 81px;
	height: 17px;
	_height: 21px;
	position: relative;
	top: 1px;
	left: 0;
	padding-top: 4px;
	text-align: center;
	background: url(LeftList.gif) no-repeat;
	cursor: pointer;
	_cursor: hand;
	font-size: 11px;
}
#categories div.left {
	margin-right: 3px;
}
#categories div.selected {
	background: url(LeftListSelect.gif) no-repeat;
	color: #BF2D3A;
}
#categories div.selected a {
	color: #BF2D3A;
	text-decoration: none;
}
/* seznam kategorii */ 
#categories ul {
	clear: left;
	margin: 0;
	padding: 10px 0 20px 0;
	list-style-type: none;
	border: 1px solid #AEAEAE;
	background: #F0ECEC;
}
#categories ul li {
	width: 163px;
	overflow: hidden;
	}
#categories ul li.first {
	}
#categories ul ul li {	
	color: #5A5959;	
	}
#categories ul ul ul li {		
	}
#categories ul ul {
	margin: 2px 0 3px 0;	padding: 0;
	border: 0;
}
#categories ul ul ul {
}
#categories ul ul ul ul {
}

#categories ul a {
	display: block;
	padding: 1px 0 1px 10px;
	_padding: 0 0 0 10px;	
	font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana;
	text-transform: uppercase;	
	color: black;
	font-size: 11px;
	background: #F0ECEC;
}
#categories ul ul a {
	padding-left: 25px;
	color: #BF2D3A;	
}
#categories ul ul ul a {
	padding-left: 45px;
	text-transform: none;
	color: #777777;
}
#categories ul ul ul ul a {
	color: #4671A8;	
}

#categories ul a {
	text-decoration: none;
}
#categories ul a:hover {
	text-decoration: underline;
}
#categories ul a.selected, ul.menuList-2 a.selected:hover {
	text-decoration: underline;
}
#partnersBottomTrans {
	clear: both;
	margin-top: -15px;
	padding: 10px 20px 10px 235px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 1.1;
	color: #999999;
}
#partnersBottomTrans a {
	color: #999999;
}
