﻿#secondarycontent {
position: relative;
width: 200px;
float: right;
}

#secondarycontent .content {
padding: 4px; }

#secondarycontent h3 {
font-size: 10px;
font-weight:bold;
color: #f5f5f5;
bottom:2px;
padding:0px 4px;
}

#secondarycontent p {
color: #444;
}

#secondarycontent .boxtable {
    width:100%;
    max-width:190px;
    border: solid 2px #a7a37e;
    margin-bottom:8px;
}
	
#secondarycontent .boxheader {
    background-image: url(../../images/theme_version_2/gradient_17.gif);
	padding: 2px;
	font: bold 10px Tahoma;
	border-bottom: solid 1px #a7a37e;
}

#secondarycontent .boxcontent {
    padding: 2px;
    width:100%;
    background-color:#fff;
}

#secondarycontent a {
color: #046380;
text-decoration: none;
}
	
#secondarycontent a:link {	
color: #046380;
font-weight: normal;
}
	
#secondarycontent a:visited {
color: #046380;	
}
	
#secondarycontent a:hover, a:active {
text-decoration: underline;
color: #002f2f;
}








