html, body {
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	background-image: url(../images/general/4.png);
}

ul {
	 margin: 0px 0px 0px 0px; 
	 padding: 0px; 
}



#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
background:#E6E0C7;
border:1px solid;
z-index:2;
font-size:13px;
padding: 10px;
}

#popupContactTitle {
	margin: -10px;
	background-color:#D4CEB3;
	border-bottom: 1px solid;
	font-weight: bold;
	padding: 3px;
}

#popupMain {

padding-top: 20px;
text-align: center;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:4px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor: pointer;
}

#remove_button {

right:4px;
top:4px;
cursor: pointer;
}


#sortable {

margin-bottom: 20px;

}

#sortable li {
 list-style-type: none;
 margin: 0px 0px 0px 0px; 
 padding: 0px; 
 float: left; 
 width: 100px; 
 height: 130px; 
}

#boxablecontainer {
background:#E6E0C7;
position: absolute; 
left: 0px; 
top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
border: 1px solid;
display: none;
z-index: 2;
width: 99%;
overflow:auto;
}

#boxablecontainerexpand {
background:#E6E0C7;
position: absolute; 
right: 0px; 
top: 0px;
height: 34px;
width: 34px;
border: 1px solid;
z-index: 2;
}


#boxablecontainer ul {

height: 130px;

}

#expandboxes {

position: absolute;
bottom: 3px;
right: 3px;
cursor: pointer;

}

#expandboxes2 {

position: absolute;
bottom: 3px;
right: 3px;
cursor: pointer;

}

.highlight{

border: 1px solid green;

}

.highlightavatar {

border: 1px solid green;
top: -1px;
left: -1px;
width: 100px;
height: 200px;
position: relative;
background-color: #C4EFC2;



}

.droppableavatar{


}

.droppable{

width: 148px;
height: 148px; 

}


.boxable {
width: 150px;
height: 150px; 
border: 1px solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
background-color:#D4CEB3;
}

h1 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 57px;
	padding-right: 31px;

}

h2 {
	color: #000000;
}

h2.centered {
 text-align: center;
}

img {
vertical-align:text-bottom;
border:0;
}

img.centered{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img.ontop{
	z-index:100;
}

p.centered{
 text-align: center;
 margin: 0 auto 0 auto; 
}

form.centered{
 text-align: center;
 margin: 0 auto 0 auto; 
}

p.adcentered{
margin-left: auto;
margin-right: auto;
width: 6em
}

table.centered{
margin-left: auto;
margin-right: auto;

}

td.centered{
text-align: center;
}

td.right{
text-align: right;
}

a img{
border:0;
}

a.highlight {
	background-color:#D4CEB3; 
	top:1.5em; left:2em; 
	width:15em;
}

.messagebox {
	padding: 10px;
	margin-left: 40px;
	margin-right: 40px;
	border: 1px solid;
}

.gtsbox {
	margin-top: 10px;
	border: 1px solid;
	text-align: center;
	padding-bottom: 10px;
}

.gtsboxtitle {
	background-color:#D4CEB3;
	border-bottom: 1px solid;
	font-weight: bold;
}

.gtsautoacceptbox {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	text-align: center;
	padding-bottom: 10px;
}

.genderembed {
position: relative;
margin-left: -9px;
top: -115px;
color: black;
background-color:#E6E0C7;
}

.genderembednewtrade {
position: relative;
margin-left: -9px;
top: -115px;
color: black;
background-color:#D4CEB3;
}

#haloweencandy1 {
position: absolute;
right: 10px;

}

#content a.popup{
    position:relative; /*this is the key*/
    z-index:24; 
}
	
#content a.popup span {
	display: none
}

#content a.popup:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:2em; width:15em;
    border:1px solid;
    background-color:#D4CEB3; color:#000;
    text-align: center;
}


#content a.popupinactive{
    position:relative; /*this is the key*/
    z-index:24; 
	color:#666666;

}
	
#content a.popupinactive span {
	display: none
}

#content a.popupinactive:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:2em; width:15em;
    border:1px solid;
    background-color:#D4CEB3; color:#000;
    text-align: center;
}



#content a.popupbigred{
    position:relative; /*this is the key*/
    z-index:24; 
	color:red;
	font-size:16px;
	
}
	
#content a.popupbigred:hover{
	color:red;
	font-size:16px;	
}
	
#content a.popupbigred span {
	display: none
}

#content a.popupbigred:hover span { /*the span will display just on :hover state*/
	font-size:12px;
    display:block;
    position:absolute;
    top:1.8em; left:2em; width:15em;
    border:1px solid;
    background-color:#D4CEB3; color:#000;
    text-align: center;
}

a.popupdex {
    position:relative; /*this is the key*/
	z-index:24;
 }
	
a.popupdex span {
	display: none; 
	z-index:100;
}
	
a.popupdex:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: -1em; left:-13em; width:100px;
    border:1px solid;
    background-color:#D4CEB3; color:#000;
    text-align: center;
	z-index:100;
}

.collection {
	padding-top: 5px;
	padding-bottom: 5px;
    border:1px solid;
	margin: 2px;
	width: 80px;
	height:90px;
	display:block;
	float:left;
	text-align: center;
	line-height: 16px;
}

.collectionhigh {
	padding-top: 5px;
	padding-bottom: 5px;
    border:1px solid;
	margin: 2px;
	width: 80px;
	height:120px;
	display:block;
	float:left;
	text-align: center;
	line-height: 16px;
}


.hidden {
	display: none;
}

#page-container {
		width: 760px;
		margin: auto;
		border-right: 1px black solid;
		border-top: 1px black solid;
		border-bottom: 1px black solid;
		border-left: 1px black solid;
		background-color:#E6E0C7;
}

#main-nav { 
	height: 50px; 
}

#main-nav dl {
	margin: 0; 
	padding: 0; 
}

#main-nav dt {
	float: left; 
}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -50px;
}
#main-nav dt#main,
#main-nav dt#main a { width: 204px; background-image: url(../images/nav/main.png); }

#main-nav dt#adopt,
#main-nav dt#adopt a { width: 204px; background-image: url(../images/nav/adopt.png); }

#main-nav dt#explore,
#main-nav dt#explore a { width: 203px; background-image: url(../images/nav/explore.png); }

#main-nav dt#forum,
#main-nav dt#forum a { width: 149px; background-image: url(../images/nav/forum.png); }

body.main dt#main,
body.main dt#main a,
body.adopt dt#adopt,
body.adopt dt#adopt a,
body.explore dt#explore,
body.explore dt#explore a,
body.forum dt#forum,
body.forum dt#forum a {
	background-position: 0 -100px;
}

#header {
	height: 150px;
	background: #db6d16;
}

#bannertop{
	height: 110px;
	background-color:#D4CEB3;
	width: 760px;
}

#bannertop .padding {
	padding-top: 10px;
}


#itembar {
padding-bottom: 10px;
float:right;
border: 1px black solid;
margin-bottom: 20px;
margin-left: 20px;
text-align: center;
width: 70px;
}


#sidebar-a {
	border-top: 1px black solid;
	float: right;
	width: 280px;
	line-height: 18px;
}


#sidebar-a .padding {
	padding: 25px;
}

#sidebar-a a {
	color: black;
	text-decoration: none;
}

#sidebar-a a:hover {
	color: #db6d16;

}

#content {
	border-top: 1px black solid;
	margin-right: 280px;
	line-height: 18px;
}

#content .padding {
	padding: 25px;
}

#content a{
	color: black;
	border: none;
	text-decoration: none;
}


#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content h3 {

}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content a:hover {
	color: #db6d16;

}

#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	/*color: #c9c9c9;*/
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
	background-color:#D4CEB3;

}


#ad {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	/*color: #c9c9c9;*/
	border-top: 1px solid black;
	line-height: 18px;
	padding: 13px 0px;
	background-color:#D4CEB3;

}

#highlightdex {
	background-color:#D4CEB3;

}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}