.cdDescriptionTitle {
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 14px; 
	font-weight: bold;
	color: black
}

.cdOuterBox {
 border: none; 
 padding: 2px;
}

.cdCoinDataTable {
	 border-collapse: collapse ;
	 background-color:  #D8CFAE;
}


.cdCoinDetail {
	 border-collapse: collapse ;
	 background-color:  white ;
	 border: 1px solid #3D2C07
}

.cdCoinDetailLeft {
	 xbackground-color:  #712620;
	 background-color:  #284B89
}

.cdCoinDetailRight {
	 background-color:  #C5B987;
}

.cdCaptionCell {
	background-color: #D8CFAE; 
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold ;
	padding: 6px ;
	color: #3D2C07
}

.cdFieldCell {
	background-color: #F5F2EC; 
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold;
	padding: 4px
}

.cdEmptyCell {
	background-color: #C0C1C3;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold;
	padding: 4px
}

.cdDescCell {
	background: white;
	font-weight: normal;
}

.cdCoinImageCell {
	background: white;
}

.cdFlipCoinText {
	font-weight: bold
}

.cdCoinCell {
	background: #284B89;
	background: red
	
}

.cdCoinPhotoTable {
	border: 0px solid #2D2C74;
	padding-bottom: 0px;
	background-color: #284B89
}

.cdPhotoCell {
	background-color: white;
	border-right: 1px solid #284B89
}

.cdPhotoLinksCell {
	border-top: 0px solid #2D2C74;
	padding-top: 10px;
	padding-bottom: 10px; 
	background-color: #284B89;
	color: white
}

.cdPhotoControlsCell {
}

.cdPhotoLinksCell	a {color: white;}	
.cdPhotoLinksCell a:link {COLOR: white; TEXT-DECORATION: none}
.cdPhotoLinksCell a:visited {COLOR: white; TEXT-DECORATION: none}
.cdPhotoLinksCell a:hover {COLOR: white; TEXT-DECORATION: underline;}
.cdPhotoLinksCell a:active {color: white; TEXT-DECORATION: none}

/* for zoomer */
#zoomer
{
			position: relative;
			top: 0;
			left: 0;
			padding: 0;
			/*margin-left: -253px;*/
			/*margin-top: -300px;*/
}

.magnifier
{
	position: absolute;
	border: solid 1px #808080;
	cursor: move;
	background-repeat: no-repeat;
	background-color: white;
	
}

.magnifierShadow
{
	position: absolute;
	background: transparent;
	padding: 0;
	margin: 0;
}

.magnifierController
{
	color: #999;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 10pt;
}

.magnifierControllerContainer
{
	padding: 10px;
	background-color: #3D2C07;
}

.magnifierControllerPrefix
{
	color: #111;
	font-weight: bold;
	color: white
}

.magnifierControllerButton
{
	color: white;
	cursor: hand;
	background-color: #3D2C07;
  	border-collapse: collapse ;
	border: solid 1px #3D2C07;
	padding: 0px 4px 0px 4px;
}

.magnifierControllerButtonSelected
{
	background-color: #B26662;
	border: solid 1px white;
  	border-collapse: collapse ;
	color: black;
	font-weight: normal;
	cursor: hand;
	padding: 0px 4px 0px 4px;
}
/* end zoomer CSS */

