/* CSS Document */
img{border: 0 none;}
#rainbowMagicGameWrapper	{
	width:657px;
	height: 1128px;
	font-family: Georgia, serif;
	color: #330033;
	margin: -46px auto 0 auto;
	text-align: center;
}
#rainbowMagicGameWrapper img {
    border: 0 none;
}
#rainbowMagicGameWrapper a	{
	outline:none;
}
#rainbowMagicGameWrapper nav ul,
#rainbowMagicGameWrapper nav li	{
	margin:0;
	padding:0;
}
#rainbowMagicGameWrapper nav li	{
	list-style:none;
	display:block;
	float:left;
}
#rainbowMagicGameWrapper header	{
}
a#fairyGames {
    background: url("../images/btnsGames.png") no-repeat scroll 0 -20px transparent;
    height: 101px !important;
    left: 447px;
    position: absolute;
    top: 85px;
    width: 176px;
}
a#fairyGames:hover {
    background-position: 0 -141px;
}
#gameFooter{
	width: 739px;
	height: 150px;
	background: url('../images/game/footerBg.png') no-repeat;
	margin: 30px 0 0 -41px;
}
a#footerMoreFairies {
	margin-top: 54px !important;
}
#btnHolder{
	width:  593px;/* 425px;*/
	height: 135px;
	margin: -16px auto 0 auto;
	position: relative;
}
.btn{
	float: left;
	margin-left: 18px;
}
#btnSendFriend {
	width: 168px;
	height: 125px;
	background-image: url('../images/game/btnSendFriend.png');
	margin: 15px 0 0 0;
}
#btnPreview {
	width: 128px;
	height: 113px;
	background-image: url('../images/game/btnPreview.png');
	margin: 22px 0 0 0;
}
#btnPrint {
	height: 107px;
	width: 134px;
	background-image: url('../images/game/btnPrint.png');
	margin: 28px 0 0 0;
}
#btnStartOver {
	width: 145px;
	height: 131.5px;
	margin-top: 6px;
	background-image: url('../images/game/btnStartOver.png');
}
#holderContainer{
    width: 669px;
    height: 963px;
    background: url('../images/game/base.png') no-repeat;
    margin: -20px auto 0 auto;
}
#holderContainer h2{
	padding-top: 40px;
	font-size: 14px;
}
#holderBackground{
    width: 630px;
    height: 871px;
    margin: auto;
    background: url('../images/game/holderBack.png') no-repeat;
    z-index: -100 !important;
}
#contentHold{
   width: 605px;
   position: relative;
   top: 10px;
   margin: auto;
}
#tabHolder{
    width: 605px;
    height: 260px;
}
#tabs{
    width: 602px;
    height: 171px;
    margin: auto;
    position: relative;
    top: 81px;
    background: url('../images/game/tabBody.png') no-repeat;
    z-index: 10 !important;
}
.active{background: url('../images/game/activeTab.png') no-repeat !important; }
.activeArray{
    display: block;
}
.tab{
    width: 195px;
    height: 194px;
    background: url('../images/game/inactiveTab.png') no-repeat;
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
}
.tab h3{
    font-size: 14px;
    text-align: center;
}
.row1, .row2{
    width: 605px;
    height: 194px;
    position: absolute;
    top: 39px;
    margin-left: 1px;
    z-index: 1;
}
.row1{
    margin-left: 9px;
    width: 604px;
    top: 12px !important;
    z-index: 0;
}
.row1 h3{
    margin-top: 6px;
}
.clear{ clear: both;}

#scrollMenuHold{
    width: 586px;
    height: 150px;
    position: relative;
    margin: auto;
    top: 9px;
}
#counter{
    width: 100% !important;
    background-color: #b0b0be;
    color: #fff;
    font-family: Georgia, serif;
}
#itemHolder{
    width: 494px;
    height: 150px;
    margin: 0 6px;
    float: left;
    
}
#itemHolder ul{
    width: 473px;
    height: 120px;
    list-style: none;
    margin-top: 0px; 
}
#framer{
	width: 667px;
	height: 606px;
	background: url('../images/game/frame.png') no-repeat;
	margin: 100px auto 0 auto;
}
#canvas1{
	width: 544px;
	height: 483px;
	margin: auto;
	position: relative;
	top: 62px;
	background-color: #fff; 
}
#itemHolder li{
    width: 125px;
    height: 112px;
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    padding-bottom: 20px;
}
#displayList{
    height: 120px;
    overflow: hidden !important;
    margin-top: 10px;
}
#itemHolder img{
    margin: auto;
}
.arrow{
    width: 40px;
    height: 150px;
    float: left;
    cursor: pointer;
}
#rightArrow{background: url('../images/game/rightArrow.png') no-repeat;}
#leftArrow{background: url('../images/game/leftArrow.png') no-repeat;}

#toolbar{
    width: 602px;
    height: 68px;
    margin: -2px auto 10px auto;
    background: url('../images/game/toolBar.png') no-repeat;
    color: #8889a0;
}
.tools{
    height: 37px;
    width: 36px;
    margin: 15px 0 0 10px !important;
    float: left;
}
#reflect{background: url('../images/game/reflect.png') no-repeat;}
#trash{background: url('../images/game/trash.png') no-repeat;}
#rotateRight{background: url('../images/game/rotateRight.png') no-repeat;}
#rotateLeft{background: url('../images/game/rotateLeft.png') no-repeat;}
#zoomIn{background: url('../images/game/zoomIn.png') no-repeat;}
#zoomOut{background: url('../images/game/zoomOut.png') no-repeat;}
#zUp{background: url('../images/game/zup.png') no-repeat;}
#zDown{background: url('../images/game/zdown.png') no-repeat;}

#zoomDrop{
	width: 79px;
	height: 47px;
	margin-top: 6px !important;
	background: url('../images/game/zoomDrop.png') no-repeat;
}
#zoomText{
	width: 55px;
	height: 26px;
	position: relative;
	left: 0;
	top: 4px;
}
#zoomList{
	width: 55px;
	height: 156px;
	list-style: none;
	display: block;
	position: absolute;
	z-index: 50;
	left: 341px;
	top: 296px;
	display: none;
}
#zoomList li{
	background-color: #d5d6e3;
	text-align: center;
	border-color: #b0b1bf;
	border-top: solid;
	padding: 2px;
	cursor: pointer;
}
#gameHolder{
	width: 605px;
	margin: auto;
}
.scrollButton{
	width: 29px;
	height: 29px;
	margin: -3px 0 -3px 0;
	
	float: left;
}
#scrollUp{
	background: url('../images/game/scrollButtonUp.png') no-repeat;
	margin-top: 10px;
}
#scrollDown{
	background: url('../images/game/scrollButton.png') no-repeat;
	position: relative;
	bottom: 0;
}
#scrollLeft, #scrollRight{margin-top: 0px;	}
#scrollLeft{margin-right: -1px; background: url('../images/game/scrollButtonLeft.png') no-repeat;}
#scrollRight{
	margin-left: -12px;background: url('../images/game/scrollButtonRight.png') no-repeat;
}
.scrollHolder{
	width: 28px;
	height: 449px;
	float: left;
	margin-top: -3px;
}
.scrollBar{
	width: 28px;
	height: 441px;
	background: url('../images/game/scrollBar.png');
	float: left;
}
#scrollingTracker{
	height: 15%;
	width: 29px;
	background-color: gray;
	display: none;
	position: relative;
	top: 0px;
}
#scrollingTrackerX{
	height: 29px;
	width: 50px;
	background-color: gray;
	display: none;
	position: relative;
	left: 0px;
}
.scrollBottomHolder{
	width: 566px;
}
.scrollBarBottom{
	width: 500px;
	height: 28px;
	margin-right: 11px;
	background-color: #d5d5e2;
	float: left;
}
#holder{
    width: 544px;
    height: 483px;
    background-color: #fff;
    float: left;
    margin: 6px 10px 10px 11px;
}
#printPic{
    width: 544px;
    height: 483px;
    margin: 200px;
    display: none;
}
.tools, #options img, h3, .fairy, scrollButton{
    cursor: pointer;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
}
.noselect{
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
}
#backgroundsList {display: none; color: black; margin-top: 0px;}
 #bottomList,  #topsList ,  #outfitsList ,  #accessoriesList ,  #wingsList{
    display: none;
 }
 
 /* Overlay */
 #overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
 }
 #previewOverlay{
	width: 622px;
	height: 619px;
	background: url('../images/game/previewOverlay.png') no-repeat;
	z-index: 600;
	position: absolute;
	top: 704px;
	left: 266px; /*316px;*/
	display: none;
 }
#canvasHolder{
	width: 590px;
	height: 533px;
	margin: 10px auto 0 auto;
	background: url('../images/game/canvasHolder.png') no-repeat;
}
.close{
	width: 163px;
	height: 21px;
	background: url('../images/game/btnClose.png') no-repeat;
}
#closePreview{
	float: left;
	margin: 18px 30px;
}
#print{
	width: 95px;
	height: 30px;
	background: url('../images/game/btnPrinter.png') no-repeat;
	float: right;
	margin: 12px 32px;
}
.close, #print, #closeSend, #btnSendOutfit, .scrollButton{
	cursor: pointer;
}
#canvas{
	width: 544px;
	height: 483px;
	margin: 0 0 auto 22px;
	position: relative;
	top: 26px;
	background-color: #fff; 
}

#sendOver{
	width: 609px;
	height: 588px;
	background: url('../images/game/sendOver.png') no-repeat;
	display: none;
	position: absolute;
	top: 459px;
	left: 68px;
	z-index: 600;
}
#closeSend{
	width: 20px;
	height: 20px;
	background: url('../images/game/closeSend.png') no-repeat;
	float: right;
	margin: 12px 15px;
}
#sendOver h1{
	font-size: 22px;
	font-style: italic;
	width: 493px;
	color: #663366;
	margin: auto;
}

#sendFriendForm{
	width: 530px;
	height: 246px;
	margin: 53px auto 0 auto;
}
#formHold{display: block;}
#formHoldDone{
	margin: 151px 0 0 0;
	display: none;
}

#closeForm{
	width: 206px;
	height: 87px;
	background: url('../images/game/closeEmail.png');
	margin: 80px auto;
	cursor: pointer;
}
.friendHold{
	width: 530px;
	height: 52px;
}
.leftFriend{
	width: 140px;
	height: 52px;
	text-align: right;
	font-size: 17px;
	float: left;
	margin: 0 9px 0 0;
}
.rightFriend{
	width: 375px;
	height: 52px;
	text-align: left;
	float: left;	
}
.friendInput{
	width: 372px;
	height: 34px;
	font: 23px Georgia, serif;
	padding-left: 6px;
}
.friendForm{
	color: #333333;
	margin-bottom: 37px;	
}
#btnSendOutfit{
	width: 206px;
	height: 87px;
	margin: auto;
	border: none !important;
	background: url('../images/game/btnSendOutfit.png') no-repeat;
	background-position: left top;
}
.privacy{
	color: #666666 !important;
	font: 11px Arial;
	text-align: center;
	margin-top: 12px;
}
.privacyLink{
	color: #666666 !important;
	text-decoration: underline;
	font-weight: bold;
}
#rainbowLogoLink{
	width: 203px;
	height: 95px;
	background: url('../images/rainbowLinkLogo.png') no-repeat;
	position: absolute;
	top: 10px;
	left: 277px;
	display: block;
	z-index: 100;
}
#dressYourOwnLink{margin-top: 73px;}

#dressYourOwnLink a{text-decoration: none;}