/*
 * Structure start
 * */
body {
    cursor: default;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

#pWrapper {
    width: 100%;
    background: #ffffff url(../_img/bg.png) repeat-x top center;
    padding-bottom: 25px;
}
.pageTopBgIllustration {
    background: transparent url(../_img/bg_top.png) no-repeat top center;
}
#pContainer {
    width: 880px;
    margin: 0 auto;
    padding: 53px 25px 0px;
    text-align: left;
}

#pHeader {
    position: relative;
    padding: 0px 0px 16px;
    background: transparent url(../_img/bg_header.png) no-repeat top center;
    height: 185px;
}

#pMenu {
    position: absolute;
    padding: 10px 0px;
    bottom: 48px;
    left: 10px;
}
#pSubMenu {
    position: absolute;
    padding: 10px;
    bottom: 10px;
    left: 10px;
}

#pContent {
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
}

#pContent .pContentLeft {
    float: left;
    width: 345px;
    padding: 0px;
}

#pContent .pContentRight {
    float: left;
    width: 535px;
}

#pFooter {
    padding: 10px 0px 0px;
    background: transparent url(../_img/bg_footer.png) no-repeat top center;
    height: 29px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    width: 100%;
}
/*
 * Structure end
 * */
/*
 * Design start
 * */
.headerText {position:absolute;left:23px;top:7px;}

#pSubMenu ul li,
#pMenu ul li{
    padding: 0px 10px 0px 15px;
    display: inline;
    background: transparent url(../_img/ico_square.png) no-repeat 0px 1px;
}
#pSubMenu ul li a,
#pMenu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}
#pSubMenu ul li a:hover,
#pSubMenu ul li a.active,
#pMenu ul li a:hover,
#pMenu ul li a.active {
    color: #FDCA2A;
}
#pSubMenu ul li a {
    text-decoration: none;
    color: #cf1a1a;
    font-weight: bold;
}

ul.yellowDisc li {
    background: transparent url(../_img/ico_square.png) no-repeat scroll 0 7px;
    padding:0 15px 7px;
    line-height: 21px;
    text-align: left;
    text-indent:0px;
}
ul.yellowDisc li  a{
   line-height: 21px; 
    text-indent:0px;
}

.boxColoredBg {
    float: left;
    width: 269px; 
}
.boxColoredBgLeft {
    float: left;
    width: 309px; 
}
.boxColoredBgLeft .top,
.boxColoredBg .top {
    /*background: transparent url(../_img/box-top.png) no-repeat center top;*/
}
.boxColoredBgLeft .bottom,
.boxColoredBg .bottom {
    /*background: transparent url(../_img/box-bottom.png) no-repeat center top;*/
    height: 5px;
    font-size: 1px;
    line-height: 1px;
}
.boxColoredBgLeft .top .header,
.boxColoredBgLeft .top .content,
.boxColoredBg .top .header,
.boxColoredBg .top .content {
    padding: 0px 26px 20px;
    width: auto;
    color: #ffffff;
    font-size: 10px;
}
.boxColoredBg .top .content {
    position: relative;
}
.boxColoredBgLeft p,
.boxColoredBg p,
.boxColoredBgLeft a,
.boxColored a,
.boxColoredBg ul.ticked li {
    text-align: justify;
    text-indent:0px;
}
.boxColoredBgLeft .top .header,
.boxColoredBg .top .header {
    padding-top: 22px;
    padding-bottom: 0px;
    height: 113px;
}

.boxColoredBgLeft .top .content a {
    color: #ffea4c;
}
.boxColoredBgLeft .top .content a:hover {
    color: #ffffff;
    text-decoration: none;
}
.boxColoredBgLeft .top {
    background: transparent url(../_img/box-left_top-blue.png) no-repeat left top;
}
.boxColoredBgLeft .bottom {
    background: transparent url(../_img/box-left_bottom-blue.png) no-repeat left top;
}

.boxColoredBg.blue .top {
    background: transparent url(../_img/box_top-blue.png) no-repeat left top;
}
.boxColoredBg.blue .bottom {
    background: transparent url(../_img/box_bottom-blue.png) no-repeat left top;
}
.boxColoredBg.yellow .top {
    background: transparent url(../_img/box_top-yellow.png) no-repeat left top;
}
.boxColoredBg.yellow .bottom {
    background: transparent url(../_img/box_bottom-yellow.png) no-repeat left top;
}
.boxColoredBg.red .top {
    background: transparent url(../_img/box_top-red.png) no-repeat left top;
}
.boxColoredBg.red .bottom {
    background: transparent url(../_img/box_bottom-red.png) no-repeat left top;
}


h1 {
    padding-bottom: 15px;
    font-size: 26px;
    color: #002688;
    font-weight: normal;
    line-height: 32px;
}
h2,
h2 a {
    padding: 15px 0px;
    font-size: 26px;
    color: #cc5a0a;
    font-weight: normal;
    line-height: 32px;
}
h3,
h3 a {
    padding-bottom: 15px;
    font-size: 16px;
    color: #f61f1f;
    font-weight: bold;
    font-style: italic;
}
h1.clean, h2.clean {
    font-size: 1px;
    line-height: 1px;
    padding: 0px;
    margin: 0px;
}
p {
    margin: 0px;
    padding-bottom: 14px;
}
p.heading,
.heading {
    padding: 30px 0px 0px;
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
}
p.heading2,
.heading2 {
    padding: 0px 0px 20px;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    line-height: 21px;
}
.coBlue {
    color: #163991;
}
.coYellow {
    color: #ffea4c;
}
.coOrange{
    color: #CC5A0A;
}
.coWhite {
    color: #ffffff;
}
.coLightblue {
    color: #aef8ff;
}
.roundedOrangeBox {
    padding: 15px;
    -moz-border-radius: 5px;
    background-color: #e64e12;
    border-color: #e64e12;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    width: 270px;
}
.roundedOrangeBox a,
.roundedOrangeBox a:hover,
.roundedOrangeBox a:visited {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
a.lnkDownload {
    padding: 20px 10px 0px 80px;
    display: block;
    background: transparent url(../_img/ico_download.png) no-repeat left top;
    border: 0px;
    text-decoration: none;
    vertical-align: middle;
    height: 45px;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    color: #2f3648;
}
ul.ticked {
    padding-bottom: 91px;
}
ul.ticked li {
    padding: 0px 0px 14px 25px;
    background: transparent url(../_img/ico_tick.png) no-repeat 0px 4px;
    text-align: left;
    text-indent: 0px;
}

a.callToActionImage {
    position: relative;
    display: block;
    width: 230px;
    height: 200px;
    overflow: hidden;
}
a.callToActionImage img {
    position: absolute;
    top: 0px;
    left: 0px;
}
a.callToActionImage:hover img {
    position: absolute;
    top: -200px;
    left: 0px;
}
table.megrendel td {
    padding-bottom: 6px;
}
div#deliveryDatas {
    display: none;
}
strong a,
b a {
    font-weight: bold;
}


/* adminfelület */
td.fejlec_admin{
	width:927px;
	background-image:url(../images/bg_fejlec_admin.jpg);
	background-repeat:no-repeat;
}
div.fejlec_admin{
	width:927px;
	background-image:url(../images/bg_fejlec_terapia.jpg);
	background-repeat:no-repeat;
}
.eredmeny{
	font-size:12px;
	text-align:center;
	border:solid 1px #4F2882;
	border-bottom:solid 2px #4F2882;
	padding:0px;
}
td.eredmeny{
	padding: 5px;
	border-bottom:solid 1px #DEDFF7;
	border-left:solid 1px #DEDFF7;
}
td.eredmenycim{
	padding:5px;
	font-weight:bold;
	background-color:#4F2882;
	border-top:solid 1px #DEDFF7;
	border-left:solid 1px #DEDFF7;
	color:#ffffff;
}
td.eredmenyev{
	padding:5px;
	font-weight:bold;
	background-color:#765DC0;
	border-left:solid 1px #DEDFF7;
	color:#ffffff;
}
tr.eredmenySum{
	padding:5px;
	font-weight:bold;
	background-color:#F1F2FF;
	border-left:solid 1px #DEDFF7;
	color:#765DC0;
}
tr.eredmenysor{
	background-color:white;
}
tr.eredmenySor:hover {
	background-color: #F1F2FF;
}
.namebutton{
	color: #000000;
    background-color: transparent;
    border: 0;
	padding: 0;
	background-image: url(../images/bg_buttonUp.gif);
	width:100%;
	height:100%;
}
a.nev{
	text-decoration:none;
	color:#4f2882;
}


.error {
    font-weight: bold;
    color: red;
}
#tablePageList a, #tablePageList a:visited, #tablePageList a:active{
    color: #364A65;
    text-decoration:none;

}
#tablePageList a, #tablePageList a:hover{
    color: #99BCDF;
    text-decoration:none;

}
span.bgcolor1{
    background-color: #FFCC33;
}
span.bgcolor2{
    background-color: #FFFF00;
}

div#deliveryDatas{
	/*visibility: hidden;
	height: 1px;*/
	display: none;
}
.h575 {
    height: 575px;
}
.btnMore {
    position: absolute;
    bottom: 15px;
    right: 28px;
}
.tl {
    text-align: left!important;
}
div.breadcrumb {
    padding-bottom: 10px;
    color: #3489D1;
}
div.breadcrumb a {
    text-decoration: none;
    color: #3489D1;
}
div.breadcrumb a:hover{
    text-decoration: underline;
}
ul.actions {
    padding-bottom: 14px;
}
.dib {display:inline-block!important;}
