h1.ttitle, div.ttoolbar{
    margin-top: 10px;
    padding: 10px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

h1.ttitle{
    color: #800000;
    font: bold 18px verdana,arial,helvetica;
}

div.ttoolbar{
    border: 1px solid #ccc;
    background: #eee;
    font: normal 12px verdana,arial,helvetica;
    color: #333;
}

div.ttoolbar b{
    font-size: 14px;
}

div.ttoolbar input[type=button]{
    margin-left: 10px;
    margin-right: 30px;
    padding: 5px;
    width: 100px;
    height: 30px;
    text-align: center;
    border: none;
    background: #800000;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

div.ttoolbar input[type=button]:hover{
    background: #000;
    color: #fff;
}


#design_edit{
    padding: 10px;
    width: 100px;
    height: 40px;
    text-align: center;
    border: 1px solid #666;
    background: #000;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;

}

div.squashbox{
    display: table;
    background: #800000;
    border: 1px solid #800000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.squashbox-modal{
    background: #ccc;
}


div.designer_window *{
   font: normal 12px verdana,arial,helvetica;
}

div.designer_window h2{
   display: block;
   padding-left: 20px;
   height: 40px;
   line-height: 40px;
   border-bottom: 1px dashed #fff;
   color: #fff;
}

/*
///////////////////////////////////////////////////////////////////////////////
//
// DESIGNER CONTENT
//
///////////////////////////////////////////////////////////////////////////////
*/

div.designer_content{
   display: block;
   padding: 10px;
   color: #fff;
}

div.designer_content label{
   font-size: 11px;
}

div.designer_content input{
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 10px;
}

div.designer_content textarea{
    color: #333;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 10px;
}

div.designer_content input:focus{
    border: 1px solid #ccc;
}

div.designer_content img.tmenu_btn{
    margin-right: 20px;
    height: 110px;
    cursor: pointer;
    padding: 5px;
}

div.designer_content img.tmenu_btn:hover, .tmenuhover{
    background: #c65050;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
}


/*
///////////////////////////////////////////////////////////////////////////////
//
// DESIGNER CONTROL
//
///////////////////////////////////////////////////////////////////////////////
*/

div.designer_control{
    display: block;
    padding-top: 10px;
    text-align: right;
}

div.designer_control button{
    padding: 5px;
    background: #eee;
    border: 1px solid #ccc;
}


/*
///////////////////////////////////////////////////////////////////////////////
//
// DESIGNER YOUTUBE
//
///////////////////////////////////////////////////////////////////////////////
*/
div.footerBox_gsvsc{
    display: none;
}

div.title_gsvsc {
    display: none;
}


.tagStackBox_gsvsc{
    padding: 5px;
    background: #9d2626;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
}

div.results_gsvsc{
    padding: 10px;
}

div.video-result_gsvsc{
    border: 1px solid #ccc;
}

div.more_gsvsc{
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #9d2626;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
}




div.tshot{
    text-align: center;
    margin:5px;
    margin-bottom: 10px;
    padding:5px;
    float:left;
    background: #9d2626;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;

}

div.tshot:hover{
    background: #c65050;
}

div.tshot p{
    font: normal 10px verdana,arial,helvetica;
}

div.theadershot_container{
    float:left;
    display: table;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;

}

div.theadershot_container:hover{
    background: #c65050;
}

div.theadershot{
    width:250px;
    height:35px;
}



div.ticons_box{
    display: table;
    clear: both;
    margin-bottom: 10px;
}

div.ticon{
    float:left;
    cursor: pointer;
}

div.ticon:hover{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #eee;
}

div.ticon_selected{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #eee;
}
