body {
	margin: 0px;
}
td {
    font-family: Verdana;
    color: #555555;
    font-size: 10px;
}
/* LINKS */
a:link, a:visited { text-decoration: none; color: #457; }
a:hover {  text-decoration: underline; }
a.blue {
	font-family: Verdana, Tahoma;
	font-size: 10px;
    text-decoration:none;
    color: #445577;
}
a.blue:hover {
    color: #880000;
}
div.small {
    font-family: Verdana;
    color: #999999;
    font-size: 9px;
}
/* LAYOUT TABLES */
/* examples table */
.exampleTbl { margin:10px 0 10px 0; }
.exampleTbl td { padding:2px; vertical-align:top; text-align:center; }
.exampleTbl td img { margin:0; }
/* comparison table */
.comparisonTbl {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	width:98%;
	margin-top:12px;
}
.comparisonTbl col.shade {
	background-color:#f6f6f6;
}
.comparisonTbl td {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.comparisonTbl th {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#e3e3e3;
}
.comparisonTbl td, .comparisonTbl th { padding:4px; }
/* product table */
.productTbl {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	width:98%;
	margin-top:12px;
	clear:both;
}
.productTbl td {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.productTbl th {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#e3e3e3;
}
.productTbl tbody.tone { background-color: #F6F6F6; }
.productTbl td.tone { background-color: #F6F6F6; }
.productTbl td, .productTbl th { padding:4px; }
/* order table */
.orderTbl {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	width:90%;
	margin-top:12px;
}
.orderTbl td {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:left;
}
.orderTbl th {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#e3e3e3;
}
.orderTbl td, .orderTbl th {
	padding:3px 1px 1px 3px;
}
.orderTbl img {
	float:left;
	margin-right:10px;
}
.summaryTbl {
	width:90%;
	text-align:left;
	margin-bottom:12px;
}
.summaryTbl td {
	padding:3px;
}
.summaryTbl td.total {
	background-color:#E3E3E3;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.contentTbl {
	table-layout:fixed;
	width:570px;
}
/* TEXT STYLES */
p, .lgText, .smText, .boldText, .bodyText, div.infoSection ul { color:#666; }
p { margin:8px 0 10px 0; }
.quickLinkboldText { font-weight:bold; font-color:#FFF; }
.quickLinkboldText a { font-color:#FFF; }
.quickLinkboldText a:hover { font-color:#FFF;text-decoration:underline; }
.ButtonBoldText{ font-weight:bold; font-color:#F14D22; }
.ButtonBoldText a { font-color:#FFF; }
.ButtonBoldText a:hover { font-color:#FFF;text-decoration:underline; }
.boldText { font-weight:bold; }
.boldTextBlack { font-weight:bold; color:#333;}
.boldTextBlue { font-weight:bold; color:#457;}
.boldTextMyPinnacle { font-weight:bold; color:#B648A0;}
.boldTextOr { font-weight:bold; color: #E26E0B; }
.boldTextRed { font-weight:bold; color: #F14D22; }
.bodyText { font-weight:normal; }
.bodyTextBold { font-weight:bold;color:#666; }
.bodyTextGrey { font-weight:normal; color:#666;}
.lgText { font-size:13px; line-height: 17px; }
.lgBoldText { font-size:13px; line-height: 17px; font-weight:bold; color:#333;}
.lgBoldTextGrey { font-weight:bold; color:#666; font-size:13px;}
.lgBoldTextBlack { font-weight:bold; color:#333; font-size:13px;}
.smText { font-size:10px; }
.smTextBold { font-size:10px; font-weight:bold; color:#666;}
.mainContentBold{ color:#333;font-weight:bold;} 

.listCommon {
	margin:4px 0 0 15px;
	padding:4px 0 0 15px;
	color:#333;
}
.listCommon ul {
	margin: 0;
	padding: 0;
}	
.listCommon ul li {
	list-style-image:   url(images/bullet.gif);
	margin:3px 0 0 0px;
	padding: 0;	
}

.listCommon2 {
	margin:0px 0 0 15px;
	padding:0px 0 0 15px;
	color:#333;
}
.listCommon2 ul {
	margin: 0;
	padding: 0;
}	
.listCommon2 ul li {
	list-style-image:   url(images/bullet.gif);
	margin: 0;
	padding: 0;	
}

#nakladka {
	position: absolute;
	z-index: 3;
	filter:Alpha(opacity=0);
    opacity: 0;
	
}
