.tot_button {
                -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
                -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
                box-shadow:inset 0px 1px 0px 0px #fce2c1;
                background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ea6a1f), color-stop(1, #e93f0b) );
                background:-moz-linear-gradient( center top, #ea6a1f 5%, #e93f0b 100% );
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6a1f', endColorstr='#e93f0b');
                background-color:#ea6a1f;
                -webkit-border-top-left-radius:5px;
                -moz-border-radius-topleft:5px;
                border-top-left-radius:5px;
                -webkit-border-top-right-radius:5px;
                -moz-border-radius-topright:5px;
                border-top-right-radius:5px;
                -webkit-border-bottom-right-radius:5px;
                -moz-border-radius-bottomright:5px;
                border-bottom-right-radius:5px;
                -webkit-border-bottom-left-radius:5px;
                -moz-border-radius-bottomleft:5px;
                border-bottom-left-radius:5px;
                text-indent:0;
                border:1px solid #eeb44f !important;
                display:inline-block;
                color:#ffffff !important;
                font-family:Arial;
                font-size:12px;
                font-weight:normal !important;
                font-style:normal;
                height:18px;
                line-height:18px;
                width:84px;
                text-decoration:none;
                text-align:center;
                text-shadow:1px -1px 0px #cc9f52;
				float: right;
}
.tot_button:hover {
                background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e93f0b), color-stop(1, #ea6a1f) );
                background:-moz-linear-gradient( center top, #e93f0b 5%, #ea6a1f 100% );
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e93f0b', endColorstr='#ea6a1f');
                background-color:#e93f0b;
}
.tot_button:active {
                position:relative;
                top:1px;
}
.tot_series_title { padding-top: 1.5em !important;}
.tot_talk { padding-bottom: 0.5em;}