/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {

}
.ui-tabs-nav {
   /* background:url("../img/block2_header_bg_left.png") no-repeat scroll 0 0 transparent; width:405px;*/
    	background: url(../img/bg-tab-gray.jpg) repeat-x left bottom;
    height:41px;
	
    list-style: none;
    margin: 0;/* 0 -10px 0 0px;*/
    border-bottom:1px solid #d3d3d3;
    /*padding: 0 0 0 0px;*/
    /*background: #f9f9f5;*/
    	border-radius: 7px 7px 0px 0px;-moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;	
    
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left;      
font-weight:bold;
margin-top:1px;
padding:0;
/*border-right:1px solid #d3d3d3;*/
/*background:url(../img/tab-bg.png) repeat-x 0px 0px; */
/*padding:14px 22px 11px 19px;*/
}
/* Default layout og look */
.ui-tabs-nav a, .ui-tabs-nav a span 
{
    display: block;
    padding:14px 22px 11px 19px;
    border-right:1px solid #d8d8d8;
    /*background:url(../img/tab-bg.gif) repeat-x top left;*/
    font-size:12px;
    font-weight:bold;
    color:#333333;
    top:1px;
}
/*.ui-tabs-nav .last a, .ui-tabs-nav .last a span { border-right:none; padding: 15px 23px 14px 23px; }*/
/*.ui-tabs-nav a { color:#333333; }*/

.ui-tabs-nav .ui-tabs-selected a {
/*    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 0;    
    color:#750116;
    background:url(../img/tabs-bg-selected.gif) repeat-x 0px 0px;
    padding: 15px 23px 14px 23px;*/
}

/*.ui-tabs-nav .last.ui-tabs-selected a { background:url(../img/tabs-bg-selected.gif) repeat-x 0px 0px; padding: 15px 23px 14px 23px;}*/

.ui-tabs-nav a span {
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 0px;
}
/* hover o.fl. */
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active 
{ /* TODO: 20/01/2011 FLökt í tabs hér út af left border */
  /*text-decoration:none; color:#0549f5; background-color:#ffffff;*/
 border-right:1px solid #d3d3d3;
 /*border-left:1px solid #d3d3d3;*/
 border-bottom:1px solid #fff;
 background:#fff;
 /*background:url(../img/block2_first_bg.png) no-repeat 0px 0px;*/
 
}

.ui-tabs-nav .ui-tabs-first a:hover
{
 border:none;
 border-right:1px solid #d3d3d3;
 border-bottom:1px solid #fff;
 background:url("../img/block2_first_bg.png") no-repeat scroll 0 0 transparent;
 margin-top:0px;
 padding-top:14px;
}

.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
 
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
 
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {

}
.ui-tabs-panel {

}
.ui-tabs-loading em {

}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.ui-tabs-first-selected a
{
  padding-left: 24px;
}










