/* BIG */
.twocol .widgettitle {
    padding-left: 2px;
    background: url('/images/theme/widget-title_bg.png') no-repeat top left;
    color: #6F6F6F;
    font-family: Georgia,serif;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    text-shadow: 1px 1px 1px white;
    padding-bottom: 0;        
}
.twocol .widgettitle span {
    display: block;
    background: url(/images/theme/widget_bg.png) repeat-x;
    padding: 13px;
    text-align: center;
}


/* SAMPLE TEST */

#SampleTest {
    position: relative;
}
#SampleTest .ST_Quest {    
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
#SampleTest div.ST_Images {
    float: left;
    width: 330px;
    line-height: 200px;
    height: 249px;
    padding: 10px 15px;
}
#SampleTest img.ST_Images {
    border: 3px solid #D8D8D8;
}
#SampleTest .ST_Answers {   
    float: left;
    width: 579px;
    height: 215px;
    padding-top: 15px;    
    text-align: left;
    padding: 0px 10px;
}


#SampleTest .ST_Answer {
    padding: 5px 0px;
    font-size: 15px;
    cursor: pointer;
}
#SampleTest .ST_Buttons {
    margin-top: 5px;
    text-align: center;
    position: absolute;
    bottom: 5px;    
    left: 50%;
    width: 400px;
    margin-left: -75px;
    
}
#SampleTest .ST_Checkbox {
    padding: 10px 15px 5px 0px;
    vertical-align: middle;    
}
#SampleTest .ST_Checkbox div.ST_check {    
    background: url('/images/SampleTest/checkbox.png') no-repeat;
    width: 50px;
    height: 48px;
    cursor: pointer;
}
#SampleTest .ST_Checkbox div.active {
    background: url('/images/SampleTest/checkbox_active.png') no-repeat;
}
#SampleTest .ST_Button {
    
    display: block;
    height: 29px;
    text-decoration: none;
    width: 150px;
    cursor: pointer;
}
#SampleTest #ST_Answer {
    background: url('/images/SampleTest/answer.png') repeat-x scroll 0 0 transparent;
}
#SampleTest #ST_Next {
    background: url('/images/SampleTest/next.png') repeat-x scroll 0 0 transparent;
}
#SampleTest .ST_Button span {
    color: white;
    line-height: 29px;
    padding-left: 14px;
    padding-right: 14px;
    text-shadow: 1px 1px 1px #111;
    font-weight: bold;
}
#SampleTest .ST_Button span:hover {
    color: #EEE;
}
#SampleTest .ST_checkAnswer {
    cursor: pointer;
}


/* STATYSTYKI */
#SampleTest #ST_Stat {
    position: absolute;
    right: 0px;
    bottom: 15px;
    width: 165px;
    height: 29px;
}
#SampleTest #ST_Stat .ST_Stat {
    background: url('/images/SampleTest/info.png') 0px 0px no-repeat;
    width: 29px;
    height: 29px;
    cursor: pointer;
    float: right;
    margin-right: 15px;
}
#SampleTest #ST_Stat .ST_Stat:hover {
    background: url('/images/SampleTest/info.png') 0px -29px no-repeat;
}
#SampleTest #ST_Stat .ST_Info {
    background: url('/images/SampleTest/quest_mark.png') 0px 0px no-repeat;
    width: 29px;
    height: 29px;
    float: right;
    cursor: pointer;    
}
#SampleTest #ST_Stat .ST_Info:hover {
    background: url('/images/SampleTest/quest_mark.png') 0px -29px no-repeat;
}