
.accordian-container{
margin-top:14px;
margin-left:6px;
height:841px;
}

#deck-accordian{
width:676px;
background-image: url(/files/images/images/decks/bg.jpg);
background-repeat: no-repeat;
}

.deck_headings{
padding-left:15px;
padding-top:12px;
color:#666;
cursor:pointer;
background-image:url(/files/images/decks/tab_off.jpg);
background-repeat: no-repeat;
height:29px;
}

.deck_headings:hover{
background-image:url(/files/images/decks/tab_on.jpg);
background-repeat: no-repeat;
}

.deck_child{
height:950px;

}

.header_highlight{
background-image:url(/files/images/decks/tab_on.jpg);
background-repeat: no-repeat;
}

#deck-images{
float:right; 
width:464px;
}

#deck-menu{
float:left; 
width:210px;
}
