@charset "utf-8";
/* CSS Document */

.urllead {
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
}
.boldfontsmall {
	font-family: Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.whitefont {
	color: #FFFFFF;
	font: normal 10px "Trebuchet MS", Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: none;
}

.whitefont a {
	color: #FFFFFF;
	font: normal 10px "Trebuchet MS", Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: none;
}

.whitefont a:hover a {
	color: #FFFFFF;
	font: normal 10px "Trebuchet MS", Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: none;
}

.whitefontUnderlined {
	color: #FFFFFF;
	font: normal 10px "Trebuchet MS", Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: underline;
}

.tBorder1
        {
            border-bottom-color:#CCCCCC;
            border-bottom-style:solid;
            border-bottom-width:1px;
 
        }

.tBorder
        {
            border-bottom-color:#CCCCCC;
            border-bottom-style:solid;
            border-bottom-width:1px;
            
            border-top-color:#f2f4e9;
            border-top-style:solid;
            border-top-width:1px;
            
            
            border-right-color:#f2f4e9;
            border-right-style:none;
            border-right-width:1px;
            
            border-left-color:#f2f4e9;
            border-left-style:solid;
            border-left-width:1px;
        }
        
        .hBorder
        {
            border-right-color:#fff;
            border-right-style:solid;
            border-right-width:1px;
        }
        
                .hBorder2
        {
            border-right-color:#fff;
            border-right-style:solid;
            border-right-width:1px;
            
            /*border-left-color:#fff;
            border-left-style:solid;
            border-left-width:1px;
            
            border-top-color:#fff;
            border-top-style:solid;
            border-top-width:1px;*/
            
            border-bottom-color:#fff;
            border-bottom-style:solid;
            border-bottom-width:1px;
            
        }

body {
	margin: 0px;
	padding-top: 4px;
	background: url(../images/bodyBg.gif) top repeat-x;
	font: normal Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #000000;
}

img { border: 0;
}

table, td, th {
	font: normal 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #252622;
	text-transform:none;
}

a {
 	font: bold 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #000000;
	text-decoration: underline;
}

a:hover {
 	font: bold 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #c53c34;
	text-decoration: underline;
}

#mainWrapper {
	width: 975px;
	min-height: 600px;
	padding: 0;
	font-family: Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	margin-left: 5px;
}

#mainContent {
	width: 790px;
	min-height: 600px;
	float: left;
}

#subContent {
	width: 170px;
	min-height: 600px;
	float: right;
	padding-top: 10px;
	font-family: Arial,Helvetica,sans-serif;
	;
	margin-bottom: 10px;
}

#footer {
	width: 100%;
	height: 30px;
	background-color: #c53c34;
	padding: 6px;
	padding-top: 10px;
	margin-bottom: 15px;
}

.header { 
	width: 100%;
	height: 117px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px;
}


.clearfloat { 
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* MAIN TOP NAVIGATION */

#Menu {
font-family: Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;

border-bottom: 0; 
height: 26px; /* Since we float li in this example we must set a height on the div */
float: right;
margin-top: 14px;
}
#Menu ul {
margin: 0 auto; /* Aligning div horizontally */
list-style: none;
padding: 0;
margin-top: 11px;
}

#Menu li {
text-align: center;
float: left; /* The menu is horizontally aligned using float: left. Display:inline doesn't work with this example */
margin: 0 5px 0 1px;
line-height: 26px; /* Aligning text vertically using line-height */
}
#Menu li a {
display: block; /* Making the hole tab a clickable link */
width: 115px; /*Fixed width on the link, the same width as the image width */
height: 26px; 
color: #fff;
text-transform: uppercase;
font-weight:bold;
text-decoration: none;
padding-top: 4px;
background: url(../images/tabbed-menu.gif) no-repeat left top; /* Rollover effect using "Fast rollovers without preload" concept */
}
#Menu li a:hover {
background: url(../images/tabbed-menu.gif) no-repeat left bottom;
}

/* MAIN CONTENT */

#leftContent {
	width: 170px;
	background-color: #fff;
	float: left;
	
}


#centralContent {
	width: 597px;
	background-color: #fff;
	float: right;
}

.mainTitles {
	width: 164px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	font: bold 9px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #FFEECC;
	text-transform: uppercase;
	background: url(../images/mainTitleBg.gif) left top no-repeat;
}
.persPanel1 a  {
	float:left;
	font-family:Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	display:block;
	width:118px;
	height:36px;
	margin-right:30px;
	padding: 10px 0px 0px 32px;
	background-repeat:no-repeat;
	color:#252622;
	background-image:url(../images/pers_but_01.gif);
}
.persPanel1 a:hover, .persPanel1Activ a {
	float:left;
	font-family:Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	display:block;
	width:118px;
	height:36px;
	margin-right:30px;
	padding: 10px 0px 0px 32px;
	background-repeat:no-repeat;
	color: #FFEECC;
	background-image:url(../images/pers_but_01a.gif);
}
.persPanel2 a {
	float:left;
	font-family:Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	display:block;
	width:118px;
	height:36px;
	margin-right:30px;
	padding: 10px 0px 0px 32px;
	background-repeat:no-repeat;
	color:#252622;
	background-image:url(../images/pers_but_02.gif);
}
.persPanel2 a:hover, .persPanel2Activ a {
	float:left;
	font-family:Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	display:block;
	width:118px;
	height:36px;
	margin-right:30px;
	padding: 10px 0px 0px 32px;
	background-repeat:no-repeat;
	color: #FFEECC;
	background-image:url(../images/pers_but_02a.gif);
}	 
.persPanel3 a {
	float:left;
	font-family:Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	display:block;
	width:118px;
	height:36px;
	margin-right:30px;
	padding: 10px 0px 0px 32px;
	background-repeat:no-repeat;
	color:#252622;
	background-image:url(../images/pers_but_03.gif);
}
.persPanel3 a:hover, .persPanel3Activ a {
	float:left;
	font-family:Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	display:block;
	width:118px;
	height:36px;
	margin-right:30px;
	padding: 10px 0px 0px 32px;
	background-repeat:no-repeat;
	color: #FFEECC;
background-image:url(../images/pers_but_03a.gif);
}	
.red {
	
	width: 100%;
	border: 1px solid #c53c34;
	margin: 6px 0;
	padding: 0;
}

.popupTitle {
	width: 290px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 5px;
	font: bold 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/popupTitle.gif) left top no-repeat;
}

/* LEFT COLUM */

.Panel {
	width: 100%;
	height: auto;
	background: #f2f4e9 url(../images/leftContentTopBg.gif) top left no-repeat;
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	border-right: 1px solid #e8e9e9;
	border-left: 1px solid #e8e9e9;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #63655c;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
	.Panel2 {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	font-weight:bold;
	color: #000000;

	}
	
	.Panel2 span{
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	font-weight:bold;
	color: #c81d1d;

	}
	
	.Panel2 a{
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #000000;
	font-weight:bold;

	}
	
	.Panel2 a:hover{
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #c81d1d;
	font-weight:bold;

	}
	
.PanelBottom {
	height: 5px;
	position: relative;
	bottom: 0;
	left: -5px;
	margin-top: 2px;
	background: url(../images/leftContentBottomBg.gif) top left no-repeat;
	}
	
.list a {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: underline;
	text-transform:uppercase;
	color: #666666;
	line-height: 18px;
	display: block;
}

.list a:hover {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: none;
	text-transform:uppercase;
	color: #666666;
	line-height: 18px;
	display: block;
}

.listMark a {
	font: 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: underline;
	color: #c81d1d;
}

.listMark a:hover{
	font: 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: none;
	color: #c81d1d;
}



.services a {
	font: bold 12px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: none;
	text-transform: inherit;
	padding: 4px 0px 4px 10px;
	color: #63655c;
	display: block;
	border-bottom: 1px solid #e3e3e9;
}

.services a:hover {
	font: bold 12px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: none;
	text-transform: inherit;
	color: #c81d1d;
	display: block;
}

	

/* Central collum  */


.centralPanel {
	height: auto;
	background: #f2f4e9 url(../images/mainContentTopBg.gif) top left no-repeat;
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	border-right: 1px solid #e8e9e9;
	border-left: 1px solid #e8e9e9;
	color: #292B26;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.centralPanelBottom {
	height: 5px;
	position: relative;
	bottom: 0;
	left: -5px;
	margin-top: 2px;
	background: url(../images/mainContentBottomBg.gif) top left no-repeat;
	}
	
.checkoutPanel {
	height: auto;
	background: #eae8d5 url(../images/mainContentCheckoutBg.gif) top right no-repeat;
	font: bold 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	border-right: 1px solid #e8e9e9;
	border-left: 1px solid #e8e9e9;
	color: #63655c;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	}
	
.checkoutPanelBottom {
	height: 5px;
	position: relative;
	bottom: 0;
	left: -5px;
	margin-top: 2px;
	background: url(../images/mainContentCheckoutBottomBg.gif) top left no-repeat;
	}
#centralPanelContent {
	width: 590px;
	margin-left: 5px;
}	
.partnerContainer {
	width: 140px;
	float:left;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 20px;
}
.clockContainerr {
	float:left;
	padding-bottom:8px;
	padding-right:2px
}
.partnerImage {
	border:1px solid #999999;

}
.checkout {
	color: #C53C34;
	font: bold 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
}

.checkout a { 
	font: bold 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: underline;
	text-transform: none;
	color: #C53C34;
	line-height: 18px;
}

.checkout a:hover {
font: bold 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
text-decoration: none;
}

.sort a { 
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: underline;
	text-transform: none;
	color: #63655C;
	line-height: 18px;
}

.sort a:hover {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	text-decoration: none;
	line-height: 18px;
}

.checkoutTitle {
	font: bold 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;

}


.centralTitle {
	font: bold 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border-top: 1px solid #c53c34;
	background: red left top no-repeat;
}

a.buttonSlide {
	/* Sliding right image */
	background: transparent url('../images/button_right.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 27px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFEECC;
	font-family: Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	font-size:9px;
	font-weight:bold;
}
a.buttonSlide span {
	/* Background left image */ 
	background: transparent  url('../images/button_left.png') no-repeat;
	display: block;
	line-height: 19px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0px 5px 10px;
}

a.buttonSlide:hover span{
	text-decoration:underline;
}


.underTitle { 
	font: bold 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #63655c;
	text-transform: uppercase;
}

.columRight {
	float: right;
	font: normal 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	padding-right: 5px;
	padding-left: 5px;
}
.redLine {
	background-color:#C53C34; 
	height:1px; 
	width:100%; 
	margin:5px 0px 5px 0px; 
	padding:0px;
}
.greyLine {
	background-color:#E0E0E0;
	height:1px;
	width:100%;
	margin:2px 0px 3px 0px;
	padding:0px;
}
.homepagePanels {
	width:155px;
	height: auto;
	float: left;
	padding-right: 37px;
	padding-bottom: 10px;
	font-weight: normal;
	}
.homepagePanels img {
	padding: 4px;
	border: 1px solid #d6d6de;
	}
	
.texMark {
	color: #c53c34;
}
.listingItempPanel1 {
	width:80px;
	float:left;
	white-space:normal;
	margin-right:2px;
	display: block;
	overflow: visible;
	word-wrap:break-word;
}

/* Subcontent  */

.helpIcons {
	float: left;
	text-align: center;
	font: normal 9px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #94958f;
	width: 36px;
	background-color:#fff;
	line-height: 10px;
}

.helpIcons img {
	border: 0;
	padding: 0;
	margin: 0;
}

.lang a {
	display: block;
	width: 21px;
	text-align: left;
	font: normal 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;

	text-decoration: none;
	color: #63655c;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-left: 4px;
	background:url(../images/langBg.gif) top left no-repeat;
}

.lang a:hover {
	display: block;
	width: 21px;
	text-align: left;
	font: normal 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;

	text-decoration: none;
	color: #fff;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-left: 4px;
	background:url(../images/langBgActive.gif) top left no-repeat;
}

.kolichka {
	width: 164px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 5px;
	font: bold 9px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #FFEECC;
	text-transform: uppercase;
	background: url(../images/kolichkaButton.gif) left top no-repeat;
}


.sepline {
	border-bottom: 1px solid #DEDDE9;
}

/* FORMI MORMI GLUPOSTI  */

.formlabel {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	background-color: #fff;
	border: 1px solid #7c7e73;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.search a {
	background: url(../images/searchBg.gif) no-repeat left top;
	font: bold 9px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #FFEECC;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 15px;
	text-decoration: none;
	margin-bottom: 2px;
	display: block;
	float: left;
}

.search a:hover {

}
.itemTitle {
color:#000000;
}
.buttonCom a{
	background: url(../images/buttonBg.gif) no-repeat left top;
	font: bold 9px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #FFEECC;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 5px;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
}

.search a:hover {

}

.bigbutton a {
	background: url(../images/bigbuttonBg.gif) no-repeat center top;
	font: bold 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
	margin-bottom: 10px;
	text-align:center;
	display: block;
}

.search a:hover {

}



.enter a {
	background: url(../images/subContentButton.gif) no-repeat left top;
	font: bold 9px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #FFEECC;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 12px;
	text-decoration: none;
	margin-bottom: 1px;
	margin-top: 1px;
	display: block;
	float: right;
}

.enter a:hover {

}

.detailedSearch a {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #c81d1d;
	text-decoration: underline;
	text-align: right;
	padding-top: 4px;
	float: right;
	display: block;
}

.detailedSearch a:hover {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #c81d1d;
	text-decoration: none;
}

.detailedSearch2 a {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #c81d1d;
	text-decoration: underline;
	text-align: left;
	padding-top: 4px;
	float: left;
	display: block;
}

.detailedSearch2 span {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #c81d1d;
	text-decoration: underline;
	text-align: left;
	padding-top: 4px;
	float: left;
	display: block;
}

.detailedSearch2 a:hover {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #c81d1d;
	text-decoration: none;
}


.greytex {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #666666;
}
.greytextlink a {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #666666;
	text-decoration: underline;
}

.greytextlink a:hover {
	font: normal 10px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #c81d1d;
	text-decoration: none;
}
	
/* FOOTER  */

.footerNav {
	 color: #fff;
	 width: 600px;
	 text-align: right;
	 float: right;
}

.footerNav a {
	font: 11px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	color: #fff;
	text-decoration: underline;
}

.footerNav a:hover {
	text-decoration: none;
}
	

a.squarebutton{
	background: transparent url('../images/square-red-left.gif') no-repeat top left;
	display: block;
	float: right;
	font: bold 9px Trebuchet MS, Lucida, Verdana, Helvetica, sans-serif, Arial;
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 19px; /* Height of button background height */
	padding-left: 6px; /* Width of left menu image */
	text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #FFEECC; /*button text color*/
}

a.squarebutton span{
	background: transparent url('../images/square-red-right.gif') no-repeat top right;
	display: block;
	padding: 2px 6px 2px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #FFEECC;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
}

 .Spec {
	margin-bottom: 26px;
		}
*:first-child+html .Spec2 {
	margin-bottom: 15px;
		}
