@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #110716;
}
.twoColFixLtHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	background-color: #31163F;
} 
.twoColFixLtHdr #header {
	background-color: #31163F;
	background-image: url(userfiles/images/header_bg.gif);
	background-position: right;
	height: 60px;
	background-repeat: no-repeat;
	margin-right: 10px;
} 




.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #toolbar {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #942377;
	background-color: #C43398;
	background-image: url(userfiles/images/toolbar_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 10px;
	padding-right: 5px;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 14px;
	line-height: 21px;
	margin-right: 10px;
}
.twoColFixLtHdr #container #toolbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C073AC;
	padding-right: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #toolbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C073AC;
	padding-right: 5px;
	padding-left: 5px;

}
.twoColFixLtHdr #container #toolbar a:hover {
	color: #FFCC00;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C073AC;
	padding-right: 5px;
	padding-left: 5px;

}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #E5137E;
	padding: 0px;
	font-size: 14px;
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 

.twoColFixLtHdr #footer {
	font-size: 12px;
	color: #717AD7;
	line-height: 18px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	margin-right: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


a:link {
	color: #E5137E;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #E5137E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}



.seachbox {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.twoColFixLtHdr #container #mainContent h1 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFCC00;
	margin-right: 10px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 18px;
	color: #FFCC00;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	margin-right: 10px;
}


.twoColFixLtHdr #container #mainContent h3 {
	font-size: 16px;
	color: #FFCC00;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#browse
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("userfiles/images/browse.jpg") no-repeat 0 0;
  float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#browse:hover
{ 
  background-position: 0 -180px;
}

#browse span
{
  display: none;
}

#playonline
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("userfiles/images/play_online.jpg") no-repeat 0 0;
  float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#playonline:hover
{ 
  background-position: 0 -180px;
}

#playonline span
{
  display: none;
}


#wheretobuy
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("userfiles/images/where_to_buy.jpg") no-repeat 0 0;
  float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#wheretobuy:hover
{ 
  background-position: 0 -180px;
}

#wheretobuy span
{
  display: none;
}

#sequinart
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("userfiles/images/sequin_art.gif") no-repeat 0 0;
  float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#sequinart:hover
{ 
  background-position: 0 -180px;
}

#sequinart span
{
  display: none;
}


#thumbnail
{
	display: block;
	width: 170px;
	height: 170px;
	overflow:hidden;
	background: url("userfiles/images/product_bg.gif") no-repeat 0 0;
	float: left;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #E5137E;
	text-align: center;
	padding: 5px;
	line-height: 150%;
}

#thumbnail:hover
{
	background-position: 0 -180px;
	color: #990000;
}

#newThumbnail
{
	display: block;
	width: 170px;
	height: 170px;
	background: url("userfiles/images/new_product_bg.gif") no-repeat 0 0;
	float: left;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #E5137E;
	text-align: center;
	padding: 5px;
	line-height: 150%;
}

#newThumbnail:hover
{
	background-position: 0 -180px;
	color: #990000;
}


#back
{
	display: block;
	width: 91px;
	height: 65px;
	background: url("userfiles/images/back_rollover.gif") no-repeat 0 0;
	float: left;
margin-right: 30px;
}

#back:hover
{ 
  background-position: 0 -65px;
}

#back span
{
  display: none;
}

#back2
{
	display: block;
	width: 60px;
	height: 28px;
	background: url("userfiles/images/back_rollover2.gif") no-repeat 0 0;
	float: left;
    margin-top: 30px;
}

#back2:hover
{ 
  background-position: 0 -28px;
}

#back2 span
{
  display: none;
}


#where2
{
	display: block;
	width: 125px;
	height: 65px;
	background: url("userfiles/images/whereto_rollover.gif") no-repeat 0 0;
	float: left;
	margin-right: 30px;
}

#where2:hover
{ 
  background-position: 0 -65px;
}

#where2 span
{
  display: none;
}


#how2
{
	display: block;
	width: 91px;
	height: 64px;
	background: url("userfiles/images/howto_rollover.gif") no-repeat 0 0;
	float: left;
	margin-right: 30px;
}

#how2:hover
{ 
  background-position: 0 -65px;
}

#how2 span
{
  display: none;
}


#game1
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("userfiles/images/game1_rollover.jpg") no-repeat 0 0;
  float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#game1:hover
{ 
  background-position: 0 -180px;
}

#game1 span
{
  display: none;
}



#game2
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("userfiles/images/game2_rollover.jpg") no-repeat 0 0;
  float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#game2:hover
{ 
  background-position: 0 -180px;
}

#game2 span
{
  display: none;
}


#game3
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("userfiles/images/game3_rollover.jpg") no-repeat 0 0;
  float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#game3:hover
{ 
  background-position: 0 -180px;
}

#game3 span
{
  display: none;
}

#game4
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("userfiles/images/game4_rollover.jpg") no-repeat 0 0;
  float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#game4:hover
{ 
  background-position: 0 -180px;
}

#game4 span
{
  display: none;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	list-style-type: none;
	width: 180px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-left: 10px;
}
	
.suckerdiv ul li{
	position: relative;
	margin-top: 5px;
	width: 180px;
	margin-bottom: 5px;

}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 180px; /*sub menu width*/
	padding-right: 5px;
	padding-left: 5px;
	top: 0;
	visibility: hidden;
	background-color: #FF6699;
	margin-left: 0px;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #E5137E;
	text-decoration: none;
	background: #fff;
	padding: 1px 5px;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}

.suckerdiv ul li a:visited{
	color: #E5137E;
}

.suckerdiv ul li a:hover{
	background-color: #FFFFFF;
	color: #FF9900;
}


.suckerdiv .subfolderstyle{
	background-color: #FFFFFF;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
.twoColFixLtHdr #container #mainContent li {
	font-size: 14px;
	color: #FFFFFF;
	list-style-image: url(userfiles/images/bullet.gif);
	line-height: 28px;
}

