.tabs{ margin:30px 0 0 0; position:relative; }
.tabs>div { position:relative; overflow:hidden; }
.tab-content { padding:25px 30px 25px 29px; box-shadow: inset 0 0 28px #f3efe6; background:#fbf9f2; width:891px; }
.tabs ul.nav {list-style-image:none; margin:0px 0 0px 0px; display:block; overflow:hidden; border-bottom:#fffefd 1px solid; }
.tabs ul.nav li {float:left; box-shadow: inset 0 0 20px #f3efe6; background:#fbf9f2;  line-height:18px; display:inline-block; text-align:center; margin-right:1px; }
.tabs ul.nav li a { font-size:20px; color:#493f3a; line-height:25px; text-transform:uppercase; display:block; padding:11px 31px 13px 30px; white-space:nowrap; overflow:hidden;}
.tabs ul.nav li.selected {background:#f9ae35;  box-shadow: inset 0 0 20px #f3ad3b !important;}
.tabs ul.nav li.selected a{ color:#fff;}
.tabs ul.nav li:hover {background:#f9ae35; box-shadow: inset 0 0 20px #f3ad3b !important;}
.tabs ul.nav li:hover a{ color:#fff;}

.tabs a.link {position:absolute; right:0; top:15px;}
