/* CSS Document */

#shareprice h2 {
	margin-top:0;
	padding-top: 1.0em;
	padding-bottom: 0.5em;
}

#shareprice .spsmall { font-size: 1.1em; }

#shareprice .spgraph {
	text-align: center;
}
#shareprice .hdcolleft {
	float:left;
	width: 15%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#shareprice .hdcolright {
	float: left;
	width: 85%;
	text-align: left;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#shareprice .graphoptleft_clac {
	float:left;
	width: 78%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: left;
}
#shareprice .graphoptright_clac {
	float: left;
	width: 11%;
	text-align: right;
	vertical-align:top;
}

#shareprice .graphoptleft {
	float:left;
	width: 50%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: left;
}
#shareprice .graphoptright {
	float: left;
	width: 50%;
	text-align: right;
	vertical-align:top;
}


#shareprice .details th, #shareprice .details2 th {
	text-align: left; 
	width: 50%;
	/*font-size: 1.2em;*/
	border:0px;
}
#shareprice .details2 th {
	text-align: left; 
	white-space: nowrap; 
	width: 50%;
	padding-left:10%;
	/*font-size: 1.2em;*/
}

#shareprice .details td, #shareprice .details2 td {
	text-align: right; 
	white-space: nowrap; 
	width: 50%;
	/*font-size: 1.2em;*/
	border-bottom:1px solid #ebebeb;

}

#shareprice .details_mobile th{
	text-align: left; 
	width: 50%;
	border:0px;
}

shareprice .details_mobile td{
	text-align: right; 
	white-space: nowrap; 
	width: 50%;
	border-bottom:1px solid #ebebeb;
}

#shareprice label, #shareprice legend {
	/*font-size: 1.2em;*/
}

#shareprice .ircolleft {
	float:left;
	width: 15%; /*57%*/
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#shareprice .ircolright {
	float: left;
	width: 34%; /*42*/
	text-align: right;
	padding-top: 0.3em;
	padding-right:0.7em;
	padding-bottom: 0.3em;
}
#shareprice .ircolright select {
	float: right;
}
#shareprice select, #shareprice input { margin-bottom: 0; display:inline; }

.greybg_details {
color:#FFFFFF;
background:#00578a url(../../templates/pages/assets/gfx/blue_ed.gif) right top no-repeat;
height:20px;
padding:7px 0px 0px 10px;
/*	border-bottom:1px solid #dadada;
	border-left:1px solid #dadada;
	border-top:1px solid #dadada;
	border-right:1px solid #dadada;
	vertical-align:middle;
	padding-top:5px;
	padding-left: 3px;
	padding-bottom:5px;
	padding-right:5px;
	background:#eee;
	font-weight:normal;
	margin-bottom:4px;
*/
}

.greylinebottom {
border:0px;
border-bottom:1px solid #dadada;
padding: 5px;
}
