.account_info{
    float:right;
	background-color:#f7f0E9;
	width:182px;
    border-style:solid;
    border-color: #c69a66;
    border-width: 2px;
	color:#000000;
    height:auto;
}

.account_info_details {
     /* height:50px; */
	 padding-right:4px;
	 font-size:13px;
	 color:#000000;
	 font-weight:bold;
}

.account_info_details a {
	 font-size:13px;
	 color:#000000;
	 font-weight:bold;
	 font-style: italic;
	 text-decoration: underline;
}

.dropbox select{
    text-align:right;
    font-family:Arial, Helvetica, sans-serif;
    font-size:8pt;
    color:#000;
    border:1px solid #cccccc;
    margin:0px 0px 0px 0px;
    background-color:#ffffff;
}

.shoppeditem{
	float:right;
	text-align:right;
    color:#000000;
    font-size:11px;
}

.shoppeditemlink{
    float:right;
    text-align:right;
    color:#000000;
    font-size:11px;
    font-style:italic;
}

.MOChartHeader{
    width:243px;
    font-size: 13px;
    color:#6F368D;
    font-weight: bold;
}

.MOvalue{
    float:left;
    width:165px;
    font-size: 25px;
    color: #666666;
    font-weight: bold;
    text-decoration: underline;
}

.MOchart{
    float:left;
    margin-top: 2px;
}
 /* Spacers */
.largeverticalspacer{
    clear:both;
 height:20px;
}
.mediumverticalspacer{
    clear:both;
 height:10px;
}
.smallverticalspacer{
    clear:both;
 height:5px;
}
.extrasmallverticalspacer{
  clear:both;
 height:2px;
}
.floatRight{
 float:right;
}
.floatLeft{
 float:left;
}
