﻿body, html, form {
    height:100%;
    margin:1px;
}
/* Language Selection*/
#langNav{
    float:right;
    position:absolute;
    right:10px;
    top:0px;
}
#langNav li{
    float:left;
    list-style-type:none;
    padding:5px;
    line-height:20px;
}
#langNav li:hover, 
#langNav li.active{
    background-color:#ffb500;
}
#langNav li a{
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}
#langNav .basket{
    padding:0px;
}
/***********/

/*Modal Popup*/
.modalBackground {
    display:none;
	position:fixed; 
	left:0; 
	top:0;
	z-index:998; 
	width:100%; 
	height:100%; 
	background-color:#aabbcc; 
	filter:alpha(opacity=50);
	opacity:.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity:0.50
}
.modalPopup {
    display:none;
    position:fixed;
	z-index:999;
	width:940px;
	height:555px;
	background-color:#cccccc;
}
.modalPopup .header{
    height:85px;
    background-image:url('../images/header-bg.jpg');
    background-repeat:repeat-x;
}
.modalPopup .header span {
    position:relative;
    left:50px;
    top:25px;
    color:#ccc;
    font-size:40px;
    font-weight:500;
}
.modalPopup .formContent{    
    width:100%;
    height:auto;
    margin-top:50px;
}
.modalPopup label{
    font-family:Georgia,Arial;
    font-size:20px;
    color:#464646;
}
.modalPopup textarea{
    width:400px;
    height:100px;
    color:#9d1c32;
    font-family:Georgia;
    font-size:15px;
    border:solid 3px #efc960;
    overflow:hidden;
}
.modalPopup .sign{
    color:#e90314;
    font-size:20px;
}
.modalPopup .attention{
    font-family:Georgia,Arial;
    font-size:14px;
    font-style:italic;
    color:#e90314;
}
.modalPopup .txt{
    width:400px;
    height:40px;
    color:#9d1c32;
    font-family:Georgia;
    font-size:20px;
    border:solid 3px #efc960;
    line-height:40px;
}
.modalPopup .formSent{
    float:left;
    background-image:url('../images/sent-bg.jpg');
    background-repeat:no-repeat;
    border:none;
    width:172px;
    height:39px;
    cursor:pointer;
}
.modalPopup .formCancel{
    float:right;
    background-image:url('../images/cancel-bg.jpg');
    background-repeat:no-repeat;
    border:none;
    width:121px;
    height:39px;
    cursor:pointer;
}
/************************/

#tblContent         { margin:0; border:0; width:auto;}
#tblContent td      { padding:0px; margin:0px; width:100%;}
#tblContent td img  { width:100%; display:block; border:0px;}
#tblContent td a    { display:block; text-decoration:none; height:auto; margin:0px; padding:0px;}