@charset "utf-8";
/* CSS Document */

.details_tab_selected {
	background-color: #3168F3;
	height: 20px;
	width: 125px;
	border: 1px solid #3168F3;
	cursor: hand;
	padding:3px;
	margin:0px;
}
div.details_tab {
	background-color:#5384d4;
	height: 20px;
	width: 125px;
	border: 1px solid #3168F3;
	cursor: hand;
	padding:3px;
	margin:0px;
}
div.details_tab:hover {
	background-color: #3168F3;
	height: 20px;
	width: 125px;
	border: 1px solid #3168F3;
	cursor: hand;
	padding:3px;
	margin:0px;
}
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
	width: 100px; 
	height:75px; 
	visibility: visible; 
	border:1px solid #EEE;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
	position: absolute; 
	left: -151px; 
	top: -96px; 
	width: 640px; 
	height: 480px; 
	display: none; 
	border: 1px solid rgb(153, 153, 153);
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
/* Custom Icons */
.addthis_toolbox .custom_images a {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
}
.addthis_toolbox .custom_images a img {
	opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
	opacity: 0.75;
}
