#chartdisplay {
    bottom: 7px;
    height: 390px;
    position: absolute;
    right: 5px;
    width: 500px;
}
#side-box{
    background-color: #F6DABF;
    font-size: 12px;
    left: 0;
    padding-left: 6px;
    padding-right: 5px;
    position: absolute;
    top: 0;
    width: 240px;
}
#side-box select{
width:100%;
}
#side-box p.choice {
    color: #6D6E71;
    font-family: Georgia;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 1px;
}
#side-box h2{
	color:#e0301e;
}
#side-box h4{
	margin: 15px 0 5px 0;
	font-size: 12px;
}
#chartexplore{
    background-color: #F6DABF;
    clear: both;
    height: 465px;
    padding-left: 5px;
    padding-top: 8px;
    position: relative;
    width: 763px;
}
#print-button{
    background-color: #EB8C00;
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    height: 20px;
    margin-top: 25px;
    padding: 5px 5px 5px 10px;
    width: 130px;
	cursor:pointer;
	border: 1px solid #F6DABF;
	position:relative;
}
#print-button img, #download-button img{
	position:absolute;
	top:5px;	
	right:5px;
}
#download-button{
    background-color: #EB8C00;
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    height: 20px;
    margin-top: 15px;
    padding: 5px 5px 5px 10px;
    width: 130px;
	cursor:pointer;
	border: 1px solid #F6DABF;
	position:relative;
}
#print-button:hover , #download-button:hover{
	border: 1px solid #dc6900;
} 
#center #chartexplore #side-box ul{ margin-left: 0 !important;}
#side-box #pagetoolbox{ background-color: #F6DABF;}
#whiteBox{
    background-color: #FFFFFF;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 517px;
}
#chartexplore #side-box #pagetoolbox #pagetoolsnew li{
    margin-right: 10px !important;
    padding: 0 !important;
}

#chartexplore #side-box #pagetoolbox #pagetoolsnew #share5{
    margin-right: 0 !important;
}

