/* Small dark coloured box in rhs column */

.detailtextmain .rhsboxdark
{
    background: url(../images/dark-bg.gif) repeat  ;
    margin: 0px;
    color: White;
    width: 135px;
    float: right;
    margin-bottom:10px;
}
.detailtextmain .rhsboxdark .container
{
    padding: 8px;
}

.detailtextmain .rhsboxdark h2 , .detailtextmain .rhsboxdark h3.h2style
{
	font-size: 14px;
	color:White;
	margin-bottom:10px;
}

.detailtextmain .rhsboxdark h3
{
	font-size: 13px;
	font-weight:bold;
	color:#82C7E2;
	margin:0px;
}


.detailtextmain .rhsboxdark a
{
	font-weight:bold;
	color:#82C7E2;

}

.detailtextmain .rhsboxdark a:hover
{

}


.rhswhitebox h3
{
	margin:0px;
	margin-bottom:3px;
	color:#82C7E2;
}

.rhswhitebox img
{
	border:none;
}

.borderbox, .borderboxlast
{

    margin-right:8px;
    margin-bottom: 10px;
    width:160px;
    float:left;
    padding: 5px;
    padding-right: 6px;
    border: 1px solid black;
    background: #0060ae url(../images/searchbarbg.jpg) no-repeat top;
    color: #FFFFFF;
}

.borderboxlast
{
	margin-right:0px;
}

.borderbox a , .borderboxlast a
{
	text-decoration: underline;
}

.borderbox h2 a , .borderboxlast h2 a
{
	text-decoration: none;
}

.borderbox h2 a:hover , .borderboxlast h2 a:hover
{
	text-decoration: underline;	
}

.borderbox a img, .borderboxlast a img
{
	border: 1px solid #FFFFFF;
	width: 160px;
	height: 100px;
	margin-bottom: 5px;
}

div.borderbox H2, div.borderboxlast H2
{
	font-size:14px;
	color: #FFFFFF;
	font-weight: bold;
	padding:3px; 
	margin:0;
    margin-bottom: 5px;
}

div.borderbox a, div.borderboxlast a
{
	color: #FFFFFF;
}