﻿html{background:#5C3317 url(images/bg.jpg);color:#ccc;}
a {color:#ccc}
h4 {color:#B74718;}

#body {background: transparent url(images/bg.png);color:#B74718;border-radius:5px}

#header {border:none;background: transparent url(images/bg.png) !important;font-weight: bold;color:#B74718;border-radius:5px}
#header h1 {color:#ff6600;text-shadow: 1px 1px 1px #444;}
#header h2 {color:#B74718;text-shadow:none}
#header h5 {color:#B74718;}

h4.paction {border:solid 1px #381F00;color:#381F00;background: #f9c667;
background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621)); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); }

.tip {color:#333;
        background: #f9c667;
        background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621)); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); }
.tip:after {border-color:#f79621 transparent transparent; }

.offer {border:dashed 3px #333;background:#fff}
.offer h5 {color:#E17009;}
.offer p {color:#333}

#tabbed {background:transparent url(images/bg.png) !important}
.ui-widget-content {background:none !important;border:none !important;color:#ccc !important}
.ui-state-active {background:#f7d639 !important;}
.ui-state-active a {color:#381F00 !important}

.ui-widget-header {background:none !important; border:none !important}

#rail {background:transparent url(images/bg.png) !important;border-radius: 10px !important;padding:8px; color:#ccc} 
#rail a {color:#ccc}

#rail h2.ph 
{   
    border: none !important;
    background: #f9c667  !important;
    background: -moz-linear-gradient(top, #f79621 0%, #B74718 100%)  !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79621), color-stop(100%,#B74718))  !important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79621', endColorstr='#B74718',GradientType=0 )  !important;
    color: white;
    font-weight: bold;
}


.ui-corner-top {
-moz-border-radius: 5px ;
-webkit-border-radius: 5px;
border-radius: 5px !important;
}


.ui-state-default
{
     border: none !important;
    background: #f9c667  !important;
    background: -moz-linear-gradient(top, #f79621 0%, #B74718 100%)  !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79621), color-stop(100%,#B74718))  !important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79621', endColorstr='#B74718',GradientType=0 )  !important;
    color: white;
    font-weight: bold !important;
}

.ui-tabs-selected, .ui-state-hover 
{
    
background: #f9c667 !important;
background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621)) !important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ) !important;
font-weight: bold !important;
    }