/*---------- � General � ----------*/

body {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #00467b;
    color: #000000;
    margin: 0px;
    background-image: url(../common/images/bg.gif);
    background-repeat: repeat-x;
}
p {
    margin: 0px 0px 14px 0px;
    line-height: 18px;
}
select, input, textarea, p, a {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
}


a {
    color: #00467b;
    text-decoration: underline;
}
a:hover {
    color: #00467b;
    text-decoration: none;
}

td, select, input, textarea, p {
    font-size: 11px;
}

form {
    margin: 0px;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    color: #f02041;
    margin: 0px;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    color: #00467b;
    margin-top: 0px;
}

h3 {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.separator {
    border-bottom: solid #E6E0E4 1px;
}

.left {
    float: left;
}

.right {
    float: right;
}





/*---------- � Header � ----------*/

div#header {
    position: relative;
    width: 1000px;
    height: 172px;
    margin: 0 auto;
    background-image: url(../common/images/header_bg.jpg);
    background-repeat: no-repeat;
}

div#logo {
    float: left;
    padding: 5px 0px 0px 25px;
}

div#login {
    padding: 13px 30px 0px 25px;
    color: #a1a1a1;
    font-size: 10px;
    float: right;
}

div#login a {
    font-weight: bold;
    color: #a1a1a1;
    font-size: 10px;
}

div#login input {
    width: 75px;
    margin: 0px 4px 0px 4px;
}

div#tab {
    clear: right;
    padding: 13px 58px 0px 25px;
    color: #a1a1a1;
    font-size: 10px;
    float: right;
}
div#tab a,
div#tab a img{
    display: block;
}
div#tab a{
    float: left;
}



/*---------- � Menu Top � ----------*/

div#menu_top {
    position: absolute;
    top: 87px;
    left: 0;
    width: 1000px;
    height: 38px;
    background-image: url(../common/images/menu_top_bg.gif);
    background-repeat: no-repeat;
    clear: both;
    z-index: 3;
}


div#main_title {
    position: absolute;
    top: 125px;
    left: 0;
    width: 1000px;
    height: 47px;
    background-image: url(../common/images/main_title.gif);
    background-repeat: no-repeat;
    clear: both;
    z-index: 2;
}

div#page_title {
    float: left;
    padding: 13px 0px 0px 260px;
}

div#language {
    float: right;
    width: 150px;
    padding: 15px 0px 0px 0px;
}

div#language img {
    float: left;
    margin: 0px 5px 0px 0px;
}

div#language a {
    color: #a1bbb2;
    font-size: 10px;
}






/*---------- � Container � ----------*/


div#container {
    width: 980px;
    margin: 0 auto;
    background-color: #ffffff;
    clear: both;
}




/*---------- � Content � ----------*/


div#content  {
    position: relative;
    float: left;
    width: 570px;
    margin-left: 20px;
    margin-top: 20px;
}

.index_col {
    width: 170px;
    float: left;
    line-height: 18px;
}

.index_col img {
    margin-bottom: 6px;
}

.index_col h2 {
    font-weight: bold;
    font-size: 14px;
    margin: 16px 0px 8px 0px;
}


/*---------- � Right � ----------*/


div#right  {
    float: left;
    width: 120px;
    margin-left: 20px;
    margin-top: 20px;
}






/*---------- � footer � ----------*/


div#footer  {
    width: 980px;
    height: 160px;
    clear: both;
    background-image: url(../common/images/footer_bg.gif);
    background-repeat: no-repeat;
    color: #b1c7bf;
    font-size: 10px;
}

div#footer a {
    font-weight: bold;
    color: #b1c7bf;
}

div#address {
    font-weight: bold;
    color: #00467b;
    border-left: solid #0f95db 2px;
    padding-left: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 20px;
    line-height: 13px;
}

div#address a {
    color: #00467b;
}

div#itent {
    clear: both;
    margin-left: 20px;
    padding-top: 25px;
}




/*---------- � Print � ----------*/

body#print {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #ffffff;
    color: #000000;
    margin: 0px 0px 20px 0px;
    background-image: url(none);
}

div#print_footer  {
    margin-top: 30px;
    padding-top: 15px;
    border-top: solid #747474 1px;
    color: #747474;
    font-size: 10px;
}

body#print h2 {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
}



/*---------- � Print � ----------*/

body#send {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #22604a;
    color: #000000;
    margin: 20px;
    background-image: url(../common/images/bg.gif);
    background-repeat: repeat-x;
}

div#send_content  {
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
}

body#send input  {
    width: 200px;
}

body#send textarea  {
    width: 300px;
    height: 60px;
}

body#send p  {
    line-height: 14px;
}

div#send_left {
    float: left;
    text-align: right;
    width: 60px;
    margin-right: 15px;
    padding: 4px 0px 6px 0px;
}

div#send_right {
    float: left;
    padding: 4px 0px 6px 0px;
}

div#send_right h2 {
    margin: 0px;
}

div#button, div#buttonS, div#buttonXl {
    padding: 8px 0px 6px 0px;
    height: 21px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


div#button {
    background-image: url(../common/images/button_bg.gif);
    width: 111px;
}

div#buttonS {
    background-image: url(../common/images/button_s_bg.gif);
    width: 71px;
}

div#buttonXl {
    background-image: url(../common/images/button_xl_bg.gif);
    width: 171px;
}



/*---------- � Gallery � ----------*/

td.galleryTable {
    width: 120px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    padding: 0px 10px 20px 10px;
    color: #22604a;
}


td.galleryTableTitle {
    width: 120px;
    text-align: center;
    font-weight: bold;
    color: #F02041;
    text-transform: uppercase;
    vertical-align: top;
    padding: 0px 10px;
}



td.galleryTable img {
    border: solid #E2EAE7 1px;
    margin: 5px 0px;
}




/*---------- � Game � ----------*/

.game {
    padding: 10px 10px;
}

.gray {
    background-color: #ECECEC;
}

.game p {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px;
    clear: both;
}

.game p input {
    float: left;
}

.gameQuestion {
    font-weight: bold;
    padding-bottom: 5px;
}

.game label {
    cursor: pointer;
}

/*---------- AKCIO --------*/

.textGreen{
    color: #22604a;
}

.textRed{
    color: #ec1a3a;
}

div.promo{
    position:relative;
    width:569px;
    height:167px;
    background:url("images/akcio/bg_promo.gif") no-repeat;
}

div.promo p{
    padding:8px 12px 0 12px;
    font-size:12px;
    line-height:21px;
}

div.promo h1{
    margin:0 !important;
    padding-top:4px;
    padding-left:12px;
    font-size:24px;
    font-weight:bold;
    color:#ec1a3a;
}

div.promo .button{
    position:absolute;
    bottom:0;
    right:12px;
}

div.promo .button img{
    border:none;
    display:block;
}

div.promo a.terms{
    padding:14px 0 0 12px;
    color: #22604A;
}

table#actionInfo{
    width:auto;
    border-top:1px solid #eff3f1;
    border-bottom:1px solid #eff3f1;
}

table#actionInfo td{
    width:124px;
    padding:4px 0;
    font-weight:bold;
    vertical-align:top;
}

table#actionInfo td.colLabel{
    width:214px;
    font-weight:normal;
}

div.timeSpan{
    color: #22604A;
    font-weight: bold;
    padding-top:12px;
    padding-bottom:6px;
}
div.actionBoxActive,
div.actionBoxInactive{
    position:relative;
    width: 100%;
    height: 183px;
    color: #22604A;
    line-height:21px;
    border:1px solid #eff3f1;
}

div.actionBoxActive{
    background:url("images/akcio/bg_box-active.gif") repeat-x;
}

div.actionBoxInactive{
    background:url("images/akcio/bg_box-inactive.gif") repeat-x;
}

div.actionBoxActive .left,
div.actionBoxInactive .left{
    position:absolute;
    left:12px;
    top:8px;
}

div.actionBoxActive .right,
div.actionBoxInactive .right{
    position:absolute;
    right:12px;
    top:8px;
    text-align:right;
}

div.actionBoxActive .middle,
div.actionBoxInactive .middle{
    position:relative;
    top:14px;
    margin:0 auto;
    text-align:center;
}