######### Tab Gold ######### */

.gtabs{
padding:0;
margin:0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.gtabs li{
display: inline;
margin: 0;
}

.gtabs li a{
width:118px; height:23px; display:block; float:left; background: url('http://thaali.com/images/tsd/button2.jpg') no-repeat left top; text-align:center; color:#000; text-decoration:none; font-size:12px; font-weight:bold; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:0
}

.gtabs li a:visited{
color:#000;
}

.gtabs li a:hover{
color:#000;
}

.gtabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.gtabs li a.selected{ /*selected main tab style */
background: url('http://thaali.com/images/tsd/button1.jpg') no-repeat left top;
}

.gtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Tab Red ######### */

.rtabs{
padding:0;
margin:0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.rtabs li{
display: inline;
margin: 0;
}

.rtabs li a{
width:118px; height:23px; display:block; float:left; background: url('http://thaali.com/images/tsd/button2.jpg') no-repeat left top; text-align:center; color:#000; text-decoration:none; font-size:12px; font-weight:bold; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:0
}

/*.rtabs li a:visited{
color:#fff;
}*/

.rtabs li a:hover{
color:#000;
}

.rtabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.rtabs li a.selected{ /*selected main tab style */
background: url('http://thaali.com/images/tsd/button1a.jpg') no-repeat left top;
color:#fff
}

.rtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color:#fff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}