@import url("helper.css");
@import url("popup.css");
@import url("tab.css");
@import url("table.css");
@import url("component.css");
@import url("shop.css");

/*
	grey = #787670
	light grey = #DDDDDB
	dark grey = #666666
	dark grey 2 = #5E5D58
	very light grey = #f3f3f3
	#CCCCCC
	
	orange = #FF6600
	red = #EE1100
	pink = #FF085A
	
	light orange = oldLace
*/

body {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787670;
	text-align: center;
	margin: 0;
	padding: 0;
}

body.portabook {
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

a {
	color: #787670;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

img {
	border: 0;
}

input, select {
	border: 1px solid #CCCCCC;
}

input.portaBtn {
	background-color: #DDDDDB;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 15px 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 8px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 8px 0;
}

#container {
	width: 785px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

div.message {
	margin-top: 2%;
	margin-bottom: 2%;
}

/*
*** topbar
*/

#topbar {
	height: 55px;
	display: block;
	margin: 0;
	padding: 0 20px;
}
#topbar a {
	text-decoration: none;
}
#topbar p {
	margin: 0;
	padding: 0;
}
#topbar p.left {
	float: left;
	text-align: left;
	padding: 25px 0 0 0;
}
#topbar p.right {
	float: right;
	text-align: right;
	padding: 25px 0 0 0;
}

/*
*** header
*/

#header {
	height: 195px;
	display: block;
	margin: 0;
	padding: 0;
}
#header #logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 110px;
	height: 195px;
	float: left;
}
#header #fx {
	background-image: url(../images/fx.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 180px;
	height: 195px;
	float: left;
}

#header #image {
	background-image: url(../images/header-sk.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 480px;
	height: 195px;
	float: left;
}

#header #imageEng {
	background-image: url(../images/header-en.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 480px;
	height: 195px;
	float: left;
}

#testLabel {
	font-weight: bolder;
}

#base {
	margin: 10px 0 0 0;
	padding: 0;
}

/*
*** language
*/
#language {
	width: 50px;
	float: left;
	margin: 0;
	padding: 20px 0 0 30px;
}
#language ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#language ul li {
	margin: 0;
	padding: 6px 0;
}
#language ul li a {
	text-decoration: none;
}
#language ul li a:active {
	font-weight: bold;
	color: #FF6600;
}
#language ul li img {
	border: 0;
	padding: 0 5px 0 0;
}

/*
*** navigation
*/
#navigation {
	width: 190px;
	float: left;
	margin: 0;
	padding: 0;
}
#navigation #linkmap {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 5px 0 0 10px;
	border-left: 1px solid #DDDDDB;
}
#navigation #linkmap li.nobackimg {
	background-image: none;
}
#navigation #linkmap a {
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding: 0 0 0 20px;
}
#navigation #linkmap a:hover {
	background-image: url(../images/arrow-select.gif);
}

#navigation #linkmap li a:active {
	background-image: url(../images/arrow-select.gif);
	font-style:italic;
	color: #FF6600;
}

#navigation #linkmap li.section {
	margin-top: 5px;
}

#navigation #linkmap li table tr td a.submenu {
	background-image: none;
	padding-left: 25px;
}

#navigation #linkmap span em {
	background-image: url(../images/arrow-select.gif);
	font-weight: bold;
	color: #FF6600;
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding: 0 0 0 20px;
}

#navigation #linkmap li {
	font-size: 12px;
	font-weight: bold;
}

#navigation p.infobox {
	border: 1px solid #DDDDDB;
	line-height: 160%;
	margin: 20px 0 0 20px;
	padding: 10px 15px;
}
#navigation p img {
	border: 0;
	padding: 5px 0 10px 0;
}

/*
*** content
*/
#content {
	width: 435px;
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 15px;
	border-left: 1px solid #DDDDDB;
	line-height: 160%;
	color: #5E5D58;
}

#content p {
	text-align: justify;
	margin: 0;
	padding: 0 0 5px 0;
}
#content p img.hpukazka {
	margin: 0 0 0 15px;
}
#content ul.dash {
	list-style: none;
	margin: 10px;
	margin-top: 0px;
	padding: 0;
}
#content ul.dash li {
	background-image: url(../images/lidot.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	margin: 0;
	padding: 0 0 0 30px;
}

#content table tr td div div.nleft {
	width: 190px;
	height: 105px;
	text-align: left;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #DDDDDB;
}

#content table tr td div div.nleftEmpty {
	width: 190px;
	height: 105px;
	text-align: left;
}

#content table tr td div div.nright {
	width: 195px;
	height: 105px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 10px;
}

#content table tr td div div.nrightEmpty {
	width: 195px;
	height: 105px;
	vertical-align: top;
	padding: 0 0 0 10px;
}

#content form.insertUserForm {
	width: 70%;
}

#content form.insertUserForm table tr td span {
	margin: 5 0 5 0;
	valign: middle;
}

#content form.insertUserForm table tr td span.necessary {
	valign: middle;
 	color: #ff2a00;
 	font-weight:bold;
 	font-style:italic;
 	text-align: right;
 	width: 150px;
}

#content form.insertUserForm table input.value {
	margin: 5 0 5 0;
}

#content form.insertUserForm table tr td label.value {
	float: left;
	width: 145px;
}

#content form.insertUserForm input.button {
	margin-left: 60;
	margin-rigth: 10;
}

#content ul.faqCategoryList {
	display: list-item;
	padding: 0;
	margin: 0;
	list-style: none;
}

#content ul.faqCategoryList div table tr{
	display: table-row;
	font-waeight: normal;
	font-size: 11px;
	color: #666666;
}

.faqCategory {
	font-weight: bold;
	font-size: 12px;
	color: #FF6600;
}

.faqCategoryName {
	background-color: #FF6600;
	color: white;
}

.faqEntryRow {
	border-bottom: 1px solid #FF6600;
}

#content ul.siteMapList li {
	display: block;
	float: left;
	padding: 10px 7px;
}

#itemSubject {
	position:relative;
	top:70px;
}

#itemBody {
	position:relative;
	left:-40px;
	top:102px;
}

#forumDescription {
	position:relative;
	left:-30px;
	top:102px;
}
/*
*#content div div.nleft span.lighttext,
*#content div div.nright span.lighttext {
*	color: #787670;
*}
/*
*#content ul.tempClass li {
*	display: block;
*	float: left;
*}
*/

#content a.download {
	font-weight: bold;
	color: #EE1100;
	margin: 5px 5px 5px 40px;
}

/*
*** content
*/
#footer {
	margin: 20px 0 10px 100px;
	padding: 0 15px;
	border-top: 1px solid #DDDDDB;
}

.fajka {
  float: left;
  background: url("images/pipe.gif");
  background-position: center;
  background-repeat: no-repeat;
  min-width: 15px;
  min-height: 10px;
}

.downloadLink {
  float: left;
  background: url("images/download.gif");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 18px;
  max-height: 18px;
}

/*
*** clearfix
*/
.clear-both {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;} /* hides from IE-mac */

/* Common helpers */
.rightAlign {
	text-align: right;
}

/* Forum */

.forumReply {
	border-bottom: 1px solid #FF6600;
	padding-top: 10px;
}

tr.forumReplyRow {
}

div.forumReplyContent {
	border-bottom: 1px solid #DDDDDB;
}

div.forumReplyInfo {
	font-size: xx-small;
	text-align: right;
}

table.forumRepliesTable {
	width: 100%;
}

#addTopic {
	padding-bottom: 5px;
}

.categoryReplies {
	width: 20%;
}

/* Palette */

table.palette {
	border: 0;
}

table.palette td.header {
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	background-color: #eef7ff;
	padding: 2px;
	border-top: 1px solid #729ac2;
	border-bottom: 1px solid #729ac2;
}

table.palette td.pane {
	width: 160px;
	text-align: left;
}

table.palette td.pane select {
	width: 160px;
}

table.palette td.buttons { 
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

table.palette td.buttons button {
	width: 40px;
	height: 40px;
}

/* Rating panel */

.wicketRating {
	position: absolute;
    width: 110px;
    padding: 5px;
    text-align: center;
    margin-top: 120px;
}

/****************************** CUSTOM ID'S *****************************/

/* Catalog */
#catalogContent {
	width: 60%;
	float: left;
}

/* Thumbnail image */
#thumbnail {
	padding-right: 6px;
	float: left;
}

/* Filter descrition */
#description {
	padding-left: 6px;
}

/* Add to cart div */
#addToCartDiv {
	padding-top: 5px;
}

/***************************** CUSTOM CLASSES ***************************/

/* Add to cart label */
.cartLabel {
	vertical-align: top;
}

/* Paginator */
.paginator {
	text-align: right;
	padding-right: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: rgb(200,100,0);
	
	font-size: 14px;
}

/* Note label */
.note {
	float: left;
	width: 500px;
}

/* Title label */

.title {
	font-weight: bold;
}

/* Third party logo */
.logo {
	padding-top: 30px;
}

/* Catalog item */
.floater {
	border-top: 1px solid #DDDDDB;
	width: 235px;
	height: 146px;
	padding: 5px;
	float: left;
}

/* Tag label */
.tag {
	font-style: italic;
}

/* User registration */
.userLeft {
	text-align: right;
	width: 180px;
}

.userRight {
	text-align: left;
	width: 210px;
}

#passSendMessage {
	padding-top: 60px;	
	font-size: 18px;
}

.subjectTextField {
	margin-left: 50px;	
}

.cartImgFloater {
	float: right;
}