/* 
    Document   : tab-slider-styles
    Created on : May 13, 2013, 12:17:47 PM
    Author     : grickaby
    Description: This is used to style the Tab Slider.
*/

#tab-slider {
    /* width:800px; */
    min-height:400px;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
}
.tab-content {
    /*padding:7px 0;
    /*min-height:386px;*/
    /*width:792px;*/
    /*overflow:hidden;
    float: left;
    background-color: #fff;*/
}
.site_piib_table_dane p {
	margin-bottom: 12px;
	overflow: hidden;
}
.site_piib_table_dane input[type="checkbox"] {
    margin: 0 6px 0 6px;
    float: left;
}
.site_piib_table_dane span {
    display: block;
    width: 90%;
    float: left;
    margin-top: -3px;
}
div.tab-nav {
    height: 35px;
}

ul.tab-nav {
    padding:0;
    margin:0;
    list-style-type: none;
    width:100%;    
}
ul.tab-nav li {
    margin:0 0 0 -4px;
    display:inline-block;
    padding-top: 7px;
    height: 28px;
}
ul.tab-nav li:first-child {
    margin-left:0;
}

ul.tab-nav li a {
    color:#000;
    padding:0px 20px;
    text-decoration: none;
}
ul.tab-nav li a:hover {
    font-weight: bold;
}
ul.tab-nav li.active {
    border-bottom:none;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    font-weight: bold;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
ul.tab-nav li.active a {
    color:#ddd;
    text-shadow: 0 1px 1px #040505
}

.questionDiv {
    padding: 7px;
    width: 650px;
}

.questionDiv a{
    text-decoration: none;
    color: #0b72cd;
}

.questionDiv .star {
    float: left;
}

.questionDiv img {  
    padding-right: 5px;
}

.questionDiv .answers {
    padding: 10px;
    line-height: 20px;
}

.questionDiv .answers p{
    padding-bottom: 5px;
}

.questionDiv .answers ul{
    padding: 15px;
    line-height: 20px;
}