@charset "utf-8";
/* Las Vegas Hot Parties CSS Document - zer09 */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dd9bba;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1f0d15;
	background-image: url(../images/g_bg.gif);
	background-repeat: repeat-x;
}
a img { border: 0; }
a:link { color: #00aeef; }
a:visited { color: #00aeef; }
a:hover { color: #55d0ff; }
a:active { color: #00aeef; }


/* text*/
.bodytext { color: #dd9bba; font-size: 12px; line-height: 18px; }
.desctext { color: #ac0145; font-size: 11px; }
.tadtext { padding-left: 127px; padding-top: 50px; padding-right: 12px; color: #dad96d; }
.h2 { color: #ec008c; font-size: 19px; }
.h3 { color: #e7db78; font-size: 12px; font-weight:bold; }
.h3-2 { color: #02a1dd; font-size: 12px; font-weight:bold; }
.ultext { color:#FFFFCC; list-style-type:disc; }
.list-02 { list-style-type: disc; margin-left: 0; padding-left: 2em; text-indent: -1em; list-style-position:inside; margin-top: 8px; line-height: 16px; }
.comment-01 { font-size:10px; color:#FFCCCC; }



/* boxes */
.n_bg { background-image:url(../images/nav_bg.gif); background-repeat: repeat-x; height: 58px; }
.c_bg { background-image:url(../images/c_bg.png); background-repeat:no-repeat; background-color: #2d0015; background-position:top; }
.f_bg { background-image:url(../images/f_bg.gif); background-repeat: no-repeat; height: 79px; }
.f_box { float: left; padding-top: 15px; padding-left: 25px; width: 500px; }
.ad_logo { float:right; width: 180px; padding-top: 15px; }
.tad-01 { float: left; background-image: url(../images/bp-01.png); background-repeat:no-repeat;  width: 229px; height: 95px; }
.tad-02 { float: right; background-image: url(../images/bp-02.png); background-repeat:no-repeat;  width: 228px; height: 95px; }
.p_box { border: 1px solid #ac0145; background-image:url(../images/pack_bg.jpg); background-color: #be2065; background-repeat: no-repeat; }



/* links */
a.flink:link { color: #ff0e91; padding: 0px 10px 0px 10px; font-size: 11px; text-decoration: none; }
a.flink:visited { color: #ff0e91; padding: 0px 10px 0px 10px; font-size: 11px; text-decoration: none; }
a.flink:hover { color: #ff88c9; padding: 0px 10px 0px 10px; font-size: 11px; text-decoration: underline; }
a.flink:active { color: #ff0e91; padding: 0px 10px 0px 10px; font-size: 11px; text-decoration: none; }

a.pplink:link { color: #a0013c; text-decoration: underline; }
a.pplink:visited { color: #a0013c; text-decoration: underline; }
a.pplink:hover { color: #a0013c; text-decoration: underline; }
a.pplink:active { color: #a0013c; text-decoration: underline; }




/* accordion script */
.petholder { width: 700px; padding: 5px 5px; margin: 0px auto; }
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid #ac0145;
background: #800c23;
width: 720px;
margin: 0px auto;
}
.openpet{ /*class added to contents of 1st demo when they are open*/ background: #5a0818;}
.technology{ /*header of 2nd demo*/ cursor: hand; cursor: pointer; font: bold 14px Verdana; margin: 10px 0; }
.openlanguage{ /*class added to contents of 2nd demo when they are open*/ color: green; }
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/ color: red; }

