﻿/************************************
By Dan Harper
http://www.danharper.me

For NETTUTS.com

Check out http://vivawp.com
************************************/





.widget 
{
width: 700px !important;
text-align:right;
padding: 5px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin: 3px 10px;
color: #222;
background: #f8f8f7;



}


.widget a {
color: #222;
text-decoration: none;

}

.widget a:hover {
color: #009;
text-decoration: underline;
}

.tabnav
{
height:auto;
margin:0px ; 


}
.tabnav li {
display: inline;
list-style: none;
padding-left: 5px;



}

ul.tabnav li a.Tabmeno {
text-decoration: none;
text-transform: uppercase;
color:Gray;
font-family: Tahoma ;
font-size:9pt !important;
padding: 4px 6px;
outline: none;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background: #dedbd1;
color: #222;
text-decoration: none;
}

.tabdiv {
margin-top: 5px;
background: #fff;
border: 1px solid #dedbd1;
padding: 5px !important;

}



.ui-tabs-hide {
display: none;
}
