/* IMPORTANT:  Essential styles to ensure accessibility */
@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 { /* maintain accessibility by overriding inline style used by animations... */
    .fragment {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
    }
    .anchors {
        display: none;
    }
}


/*Fream Work*/
#wrap-tab{
	float:right;
	width: 590px;
	margin:2px 0 0 0;
	border:1px #b9b9b9 solid;
	border-top:none;
	}

#container-1 {}

#container-2 {}

.fragment {
padding:1em 0 0 1em;
}

#section-1 h2, #section-2 h2, #section-3 h2 {
margin:0 0 10px 0;
color:#990000;
}


/*TAB STYLES:*/
.anchors {
    list-style: none;
    margin: 0;
	background:url(/images/tab-bg.jpg) repeat-x;
}

#container-2 .anchors, #container-2 .anchors a{
	background:none;
}

.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
	display:inline;
	margin:0 auto;
}

.anchors a {
    display: block;
    position: relative;
    text-decoration: none;
	text-align:center;
	height:29px;
	width:189px;
	padding:10px 0 0 0;
	
}

.anchors .tabs-selected a {
    font-weight: bold;
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
.anchors .tabs-selected a, .anchors a:hover, .anchors a:focus, .anchors a:active{
    background:#fff url(/images/tab-over.jpg) 0 0 no-repeat;
}

.fragment {
	background:#fff;
	}

.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 a:hover, .anchors .tabs-disabled a:focus, .anchors .tabs-disabled a:active {
    background: transparent;
}


#tab-footer{
	background:#e8e9e9;
	height:37px;
	border-top:1px #b9b9b9 solid;
	padding:0 0 0 10px;
	}

/*Vertical list inside tabs*/
.title a{
	background:url(/images/close.jpg) 0 3px no-repeat;
	padding:0 0 0 15px;
	}
	
.title-selected a, .title a:hover, .title a:focus, .title a:active{
    background:#fff url(/images/open.jpg) 0 3px no-repeat;
	}
