.thetext {
/*	display: none;*/
}

body {
	background-image: URL(images/background_red_gradient.gif);
	background-repeat: repeat-x;
	background-color: #A70000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-align: center;
	margin: 0px;
}

#main {
	width: 765px;
/*	width: 915px;*/
	margin: auto;
	text-align: left;
	border: 4px solid #FF9933;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #ffffff;
	display: block;
	background-image: URL(images/toptsx.jpg);
	background-repeat: repeat-x;
}

#header {
	height: 150px;
	border-bottom: 1px solid #ff9933;
	background-image: URL(images/grid.png);
	* background-image: none;
	* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/grid.png');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
}

#header #motto em {
	color: #ff6633;
	font-size: 56px;
	font-weight: bold;
	font-style: normal;
	display: block;
	margin: 0;
	padding: 0;
}

#motto {
	float: left;
/*	padding: 20px 0 20px 0;
	margin: 0 0 0 70px;*/
	margin: 20px 0 20px 70px;
	width: 440px;
	height: 80px;
	display: inline;
}

#flags {
	float: left;
	width: 250px;
	height: 100px;
	background-image: URL(images/stars.png);
	* background-image: none;
	* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/stars.png');
	background-repeat: no-repeat;
	display: inline;
	text-align: right;
	padding: 10px 0 0 0;
}

#flag a:link, #flag a:visited, #flag a:hover {
/*	margin: 10px 10px 0 0;
	display: inline;*/
}

a.addfav:link, a.addfav:visited {
	color: #ff0;
	text-decoration: none;
	margin: 0 0 10px 20px;
}

a.addfav:hover {
	text-decoration: underline;
}

a.copy:link, a.copy:visited {
	font-weight: bold;
	text-decoration: none;
	color: #a70000;
}

a.copy:hover {
	color: #000000;
}

.tsxul {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 10px;
	*display: inline;
}

.tsxli {
	float: left;
	margin: 6px 0 0 20px;
	width: 130px;
	*display: inline;
}

.tsxli a:link, .tsxli a:visited {
	text-decoration: none;
	color: #a00;
}

.tsxli a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

a.stars:link, a.stars:visited, a.stars:hover {

}

#starlist {
	text-align: center;
	background-image: url(images/gradient.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	font-size: 14px;
}

#starblock {
}

#star_photo {
	width: 220px;
	height: 165px;
	border: 1px solid #000;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 30px 0 0 30px;
}

#star_bio {
	margin: 30px 0 30px 20px;
	float: left;
	width: 300px;
/*	width: 400px;*/
}

#star_bio h1 {
	font-size: 10px;
	font-weight: normal;
	color: #777;
	margin: 0;
	padding: 0;
}

#star_bio h1 .nume {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-style: normal;
	display: block;
}

.bio_p {
	margin: 5px 0 0 0;
	padding: 0;
}

#videolist {
	text-align: center;
	background-image: url(images/gradient.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	font-size: 14px;
}

#videoblock {
	margin: 20px 0 0 30px;
/*	background-color: #f0f0f0;*/
	display: block;
}

.starvid {
	width: 222px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
	cursor: pointer;
}

.vidthm {
	width: 220px;
	height: 165px;
	display: block;
	overflow: hidden;
	margin: 0 0 6px 0;
	border: 1px solid #000;
}



#home_vid {
	float: left;
	width: 222px;
	margin: 20px 0 20px 30px;
	display: inline;
	text-align: center;
}

#home_star {
	width: 222px;
	margin: 20px 0 20px 20px;
	float: left;
	text-align: center;
}

#home_star h3, #home_vid h3, #home_other h3 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 17px;
}

#home_other h3 {
	text-align: center;
}

#home_star em, #home_vid em, #home_other em {
	font-style: normal;
	color: #f00;
}

#home_star span, #home_vid span {
	width: 220px;
	height: 165px;
	overflow: hidden;
	display: block;
	margin: 10px 0 4px 0;
	border: 1px solid #000;
}

#home_vid span {
	height: 150px;
/*	width: 220px;
	display: block;*/
}

#home_other {
	float: left;
	margin: 20px 0 20px 20px;
	width: 220px;
}

#home_other ul {
	margin: 0;
/*	padding: 0;*/
}

#home_other ul li {
	margin: 9px 0 0 0;
	color: #f00;
}

#home_other ul li a:link, #home_other ul li a:visited {
	text-decoration: none;
	color: #a00;
}

#home_other ul li a:hover {
	text-decoration: underline;
	color: #000;
}

.cb30form_input {
	margin-bottom: 6px;
	border: 1px solid #a00;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.cb30form_submit {
	color: #00f;
/*	font-weight: bold;*/
	font-size: 20px;
	cursor: pointer;
}

a.playme:link, a.playme:visited {
	position: absolute;
	width: 220px;
	height: 150px;
/*	background-image: URL(http://www.topstarx.com/v2/images/blink150.gif);*/
	background-image: URL(http://www.topstarx.com/v2/images/play_01.png);
	* background-image: none;
	* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.topstarx.com/v2/images/play_01.png');
	background-repeat: no-repeat;
}

a.playme:hover {
	background-image: URL(http://www.topstarx.com/v2/images/play_01o.png);
	* background-image: none;
	* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.topstarx.com/v2/images/play_01o.png');
	background-repeat: no-repeat;
}

.vplay {
	background-image: URL(http://www.topstarx.com/v2/images/play_03.png);
	* background-image: none;
	* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.topstarx.com/v2/images/play_03.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 220px;
	height: 165px;
}

a.girl_link span, a.girl_link:visited span, a.girl_link:hover span {
	font-size: 14px;
}

#star_content_extra {
	width: 250px;
	display: block;
	margin-left: -2000px;
	position: absolute;
}