/**************************************************************/
/* Tabs */

ul.tabs
{
	font-size: 12px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 10px;
}

ul.tabs li
{
    float: left;
    margin: 0px 0px 0px 0px;
    min-width: 60px; /* be nice to Opera */
}

ul.tabs li a
{
	display: block;
	padding: 0px 10px 0px 0px;
	background: url('../img/movies/city-tabs.png');
	background-repeat: no-repeat;	
    position: relative;
    top: 1px;
    z-index: 2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */ 
}

ul.tabs li a span
{
	display: block;
	padding: 0px 0px 0px 10px;
	background: url('../img/movies/city-tabs.png');
	background-repeat: no-repeat;	
}

ul.tabs li.selected a,
ul.tabs li.selected a:hover,
ul.tabs li.selected a:focus,
ul.tabs li.selected a:active,
ul.tabs li a:hover
{
    background-position: right -150px;
}

ul.tabs li a
{
    background-position: right -100px;	
}

ul.tabs li a span
{
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 10px;
    padding-right: 0;	
}

*>ul.tabs li a span /* hide from IE 6 */
{
    width: auto;
    height: auto;
}

ul.tabs li a:hover span,
ul.tabs li a:focus span,
ul.tabs li a:active span,
ul.tabs li.selected a span
{
    background-position: 0 -50px;
}

ul.tabs li a span
{
    background-position: 0 0;	
}

ul.tabs li a:hover,
ul.tabs li a:focus,
ul.tabs li a:active
{
    cursor: pointer;
}

div#content-text ul.tabs li a.tab:link,
div#content-text ul.tabs li a.tab:visited,
div#content-text ul.tabs li a.tab:hover,
div#content-text ul.tabs li a.tab:active
{
	color: #707070;
	border-bottom: solid 1px #c1c1c1;
}

div#content-text ul.tabs li.selected a.tab:link,
div#content-text ul.tabs li.selected a.tab:visited,
div#content-text ul.tabs li.selected a.tab:hover,
div#content-text ul.tabs li.selected a.tab:active
{
	color: #3a3a3a;
	border-bottom: solid 1px #ffffff;
}

/**************************************************************/
