* { margin: 0px; padding: 0px; }
p { margin: 10px 0px 10px 0px; }
img { border: none; }
ul { list-style: none; }
.clearer { clear: both; visibility: hidden; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
body {
	margin: 20px;
	font: 11px Tahoma, Verdana, sans-serif;
	line-height: 1.6em;
	color: #444;}
/*----------------------------------- Basic stuff ----------------------------------------*/
#basis {
	margin: 0 auto;
	width: 765px; /* +5px od senka */}
#header {
	clear: both;
	margin-bottom: 5px;
	width: 765px; /* +5px od senka */
	height: 165px; /* +5px od senka */
	/*background: url(../images/header.jpg) no-repeat;*/}
/*--- Content variations ---*/
#contentWrap {
	float: left;}
.contentHead {
	padding: 4px 15px 6px 15px;
	width: 545px; /* +5px od senka */
	height: 15px;
	overflow: hidden; /* sreduva eden bug vo IE */
	background: url(../images/contentHead.gif) no-repeat;}
.contentText {
	padding: 5px 15px 5px 15px;
	width: 545px; /* +5px od senka */
	background: url(../images/contentText.gif) repeat-y;}
.contentFoot {
	width: 575px; /* +5px od senka */
	height: 15px; /* +5px od senka */
	background: url(../images/contentFoot.gif) no-repeat;}
.contentShortHead {
	padding: 4px 15px 6px 15px;
	width: 355px; /* +5px od senka */
	height: 15px;
	overflow: hidden; /* sreduva eden bug vo IE */
	background: url(../images/contentShortHead.gif) no-repeat;}
.contentShortText {
	padding: 5px 15px 5px 15px;
	width: 355px; /* +5px od senka */
	background: url(../images/contentShortText.gif) repeat-y;}
.contentShortFoot {
	width: 385px; /* +5px od senka */
	height: 15px; /* +5px od senka */
	background: url(../images/contentShortFoot.gif) no-repeat;}
/*--- Bars variations ---*/
#rightBarWrap {
	float: right;}
#rightBarWrap2 {
	float: right;}
.rightBarHead {
	padding: 4px 15px 6px 15px;
	width: 155px; /* +5px od senka */
	height: 15px;
	overflow: hidden; /* sreduva eden glupav bug vo IE */
	background: url(../images/rightBarHead.gif) no-repeat;}
.rightBarText {
	padding: 5px 15px 5px 15px;
	width: 155px; /* +5px od senka */
	background: url(../images/rightBarText.gif) repeat-y;}
.rightBarFoot {
	width: 185px; /* +5px od senka */
	height: 15px; /* +5px od senka */
	background: url(../images/rightBarFoot.gif) no-repeat;}
.middleBar {
	margin-right: 5px; /* se stava samo vo slucaj ako strukturata ima 3 koloni */}
#footer {
	clear: both;
	padding: 5px 0px 0px 0px;
	width: 765px;
	text-align: center;
	font-size: 10px;
	color: #AAA;}
#oneColHead {
	padding: 4px 15px 6px 15px;
	width: 735px; /* +5px od senka */
	height: 19px;
	background: url(../images/basis_subtitle.gif) no-repeat;}
#oneColCont {
	padding: 5px 15px 5px 15px;
	width: 735px; /* +5px od senka */
	background: url(../images/basis_content.gif) repeat-y;}
#oneColFoot {
	width: 765px; /* +5px od senka */
	height: 15px;
	background: url(../images/basis_foot.gif) no-repeat;}
/*---------------------------------- Main menu navigation ------------------------------------*/
#navigation ul {
	padding-left: 5px;}
#navigation ul li {
	float: left;
	display: block;
	text-align: center;
	padding: 3px;}
#navigation ul li a {
	display: block;
	width: 85px;
	height: 18px;
	border-bottom: 4px solid #DDD;
	text-decoration: none;
	text-align: right;
	color: #333;}
#navigation ul li a:hover {
	border-bottom: 4px solid #37F;
	text-decoration: none;
	color: #333;}
#languages {
	float: right;
	padding: 10px 10px 0px 0px;
	color: #AAA;}
#languages a {
	text-decoration: none;
	color: #999;}
#languages a:hover {
	text-decoration: none;
	color: #333;}
/*------------------------------- Links ---------------------------------------*/
a {color: #39F;	text-decoration: none;}
/*------------------------------- Subtitles ---------------------------------------*/
h3.whiteSubtitle, h3.blueSubtitle {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-transform: uppercase;}
h3.whiteSubtitle { color: #DEF; }
h3.blueSubtitle { color: #07D; background: #EEE; padding-left: 5px; display: block; margin: 5px 0px; }
.greySubtitle {
	margin-top: 10px;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #DDD;
	color: #666;}
.greySubtitleSmall {
	margin-top: 10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #DDD;
	color: #666;}
h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }
/*--------------------------------- Forms -------------------------------------*/
.fieldset {
	padding: 15px 10px;
	border: 1px solid #DDD;}
.legend {
	padding: 0px 5px;
	color: #06C;}
.button {
	padding: 2px 6px;
	font-size: 10px;
	font-family: Tahoma;
	text-transform: uppercase;}
.selectConf {
	padding: 1px;
	width: 320px;
	font-size: 11px;
	border: 1px inset #999;
	background-color: #F9F9F9;
	color: #333;}
.inputText {
	padding: 1px;
	font-size: 11px;
	border: 1px inset #AAA;
	background-color: #F9F9F9;
	color: #333;}
.inputConf {
	padding: 1px;
	width: 180px;
	font-size: 11px;
	border: 1px inset #999;
	background-color: #F9F9F9;
	color: #333;}
.inputPrice {
	padding: 2px;
	width: 80px;
	font-size: 11px;
	font-family: Tahoma;
	text-align: right;
	border: 1px solid #AAA;
	background-color: #FAFAFA;
	color: #333;}
.labelConf {
	padding: 1px;
	width: 80px;
	text-align: right;
	font-size: 11px;}
/*----------------------------------------------------------------------*/
.smallPar {
	font-size: 10px;
	line-height: 1.4em;}
.squaredList li {
	margin-left: 30px;
	list-style: square;}
.treeNode a {color: #333;}
.treeNode a:hover {color: #06C;}
/*.konfiguratori, table tr td {
	border-bottom: 1px solid #CCC;
}*/
.langs {
	width: 140px;
	font: 10px Tahoma;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #CCC;}
/* New Styles */
#rightBarWrap-homepage {
	float: left;
	width:355px;}
.rightBarHead-homepage {
	padding: 4px 15px 6px 15px;
	width: 367px;
	height: 15px;
	overflow: hidden;
	background: url(../images/contentShortHead-01.gif) no-repeat;}
.rightBarText-homepage {
    padding: 5px 15px 5px 15px;
	width: 367px;
	background: url(../images/contentShortText-01.gif) repeat-y;}
.rightBarFoot-homepage {
    width: 367px;
	height: 15px;
	background: url(../images/contentShortFoot-01.gif) no-repeat;}
/* Partners */
.partners-wrapper td {
    width:155px;
    height:50px;
    padding:10px;
}