@charset "UTF-8";
/* CSS Document */

#tabcontentholder {
width:460px;
height:425px;
z-index:22;
margin:0px;
padding:0px;
position:relative;
overflow:hidden;
}
#tabcontentholder img { border:none; }
#tabcontentholder h3 {
font:bold 1.5em Arial, Helvetica, sans-serif;
color:#fff;
margin:0px;
padding:0px;
}
#tabcontentholder p, #tabcontentholder ul, #tabcontentholder li {
font:normal 1.0em/1.3em Arial, Helvetica, sans-serif;
color:#fff;
}
#tabcontentholder ul {
padding-top:10px;
list-style-image:url('../Images/tabtick.png');
text-indent:0;
margin:0px;
padding-left:20px;
padding-right:10px;
}
#tabcontentholder li { padding-bottom:8px; }
#tabcontentholder a {
color:#ffeb00;
font-weight:bold;
}
#tabcontentholder .header {
position:absolute;
left:0px;
top:0px;
width:460px;
height:34px;
padding:0px;
margin:0px;
filter:alpha(opacity=70); /* for IE */
opacity:0.7; /* CSS3 standard */
background-color:#0f4dbc;
}
#tabcontentholder .button {
position:absolute;
left:20px;
bottom:20px;
}
#tabcontentholder .textbox {
position:absolute;
right:20px;
bottom:20px;
width:210px;
height:300px;
color:#fff;
background:url(../Images/bkg_tabtext.png) no-repeat left top;
}
#tabcontentholder .title {
position:absolute;
left:20px;
top:6px;
text-align:left;
padding:0px;
filter:alpha(opacity=100); /* for IE */
opacity:1.0; /* CSS3 standard */
}
#tabcontentholder .textbox .padding {
text-align:left;
padding:8px 10px;
}
/* SPECIFICS FOR EACH TAB*/
#tabcontent1 {
background:url(../Images/tabcontentbkg1.jpg) no-repeat left top;
height:100%;
}
#tabcontent2 {
background:url(../Images/tabcontentbkg2.jpg) no-repeat left top;
height:100%;
}
#tabcontent3 {
background:url(../Images/tabcontentbkg3.jpg) no-repeat left top;
height:100%;
}
