/*

Tabs - important styles to ensure accessibility in print

*/
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}
@media print {
    .anchors {
        display: none;
    }
}

/*

Tabs - not important for accessibility, just for the look of it...

*/
.anchors {
	padding:0px; margin:0px; LIST-STYLE-TYPE: none;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 1px 0 0;
}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    border: 1px solid #9cb8c6;
    border-bottom: 0;
    z-index: 2;
    padding:3px 14px 3px 13px;
    color: #16387c;
    text-decoration: none;
	background:#e1e1cb url(wp-content/themes/prosumer-10/images/tabBG.gif);
}
.anchors .tabs-selected a {
    padding-bottom: 3px;
	background:url(wp-content/themes/prosumer-10/images/tabactiveBG.gif) ;
}

.anchors a:hover{background:url(wp-content/themes/prosumer-10/images/tabactiveBG.gif);}

.anchors a:active{background:url(wp-content/themes/prosumer-10/images/tabactiveBG.gif);}




.anchors .tabs-selected a, , .anchors a:focus, 
.fragment {
    background:url(wp-content/themes/prosumer-10/images/tabactiveBG.gif);
}
.anchors .tabs-selected a:link, .anchors .tabs-selected a:visited,
.anchors .tabs-disabled a:link, .anchors .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchors .tabs-disabled {
    opacity: .4;
}
.anchors .tabs-disabled a:hover, .anchors .tabs-disabled a:focus, .anchors .tabs-disabled a:active {
    background: transparent;
}
.fragment {
    padding:1px 1px 8px 1px ; background:#fff; border:#9cb8c6 solid 1px;
}
.anchors .tabs-selected .tabs-loading {
    background-image: url(loading.gif);
    background-position: 4px 50%;
    background-repeat: no-repeat;
}




/*

marka model tabi basliyor

*/



@media print {
    .anchors2 {
        display: none;
    }
}

/*

Tabs - not important for accessibility, just for the look of it...

*/
.anchors2 {
	padding:0px; margin:0px; LIST-STYLE-TYPE: none; background:url(wp-content/themes/prosumer-10/images/sayfaBG.gif); border:#9cb8c6 solid 1px; border-bottom:none; 
}
.anchors2:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors2 li {
    float: left;
    margin: 0 1px 0 0;
}
.anchors2 a {
    display: block;
    position: relative;
    top: 1px;
    border-bottom: 0;
    z-index: 2;
    padding:7px 14px 7px 13px;
    color: #16387c;
    text-decoration:underline;
}
.anchors2 .tabs-selected a {
    padding-bottom: 3px;
	background:url(wp-content/themes/prosumer-10/images/tabactiveBG.gif);
}

.anchors2 a:hover{background:url(wp-content/themes/prosumer-10/images/tabactiveBG.gif);}

.anchors2 a:active{background:url(wp-content/themes/prosumer-10/images/tabactiveBG.gif);}




.anchors2 .tabs-selected a, , .anchors2 a:focus, 
.fragment2 {
    background:url(wp-content/themes/prosumer-10/images/tabactiveBG.gif);
}
.fragment3 {
    background:url(wp-content/themes/prosumer-10/images/tabactiveBG.gif);
}
.anchors2 .tabs-selected a:link, .anchors2 .tabs-selected a:visited,
.anchors2 .tabs-disabled a:link, .anchors2 .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors2 a:hover, .anchors2 a:focus, .anchors2 a:active {
    cursor: pointer;
}
.anchors2 .tabs-disabled {
    opacity: .4;
}
.anchors2 .tabs-disabled a:hover, .anchors2 .tabs-disabled a:focus, .anchors2 .tabs-disabled a:active {
    background: transparent;
}
.fragment2 {
    padding:1px 1px 8px 1px ; background:#fff; border:#9cb8c6 solid 1px; border-top:none; height:400px;
}
.fragment3 {
    padding:1px 1px 8px 1px ; background:#fff; border:#9cb8c6 solid 1px; border-top:none; height:150px;
}
.anchors2 .tabs-selected .tabs-loading {
    background-image: url(loading.gif);
    background-position: 4px 50%;
    background-repeat: no-repeat;
}
