.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: white;
background: #3a3a3a; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: #3a3a3a; /*background of toggle tab*/
text-decoration: none;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent url(toggleright.gif) no-repeat right bottom;
padding: 1px 10px 4px 3px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: #3a3a3a; /*background of toggle tab onMouseover*/
}


.ph1{
	font-size: 24px;
 	color: #a88686;
 	line-height: 38px;
 	letter-spacing: -3px;
 	font-weight: bold;
	border-bottom: 1px dashed #727272;
	margin-bottom: 5px;
}

.p-box{
	font-size: 11px;
	color: #cc9c9a;
	padding: 5px;
}

#recent ul{
	padding-left: 20px;
}


#recent li{
	text-transform: capitalize;
	font-size: 11px;
	list-style: inside hiragana;
	margin-bottom: 10px;
}


#recent small{
	font-size: 10px;
	font-style: italic;
	color: #776464;
	float: right;
	padding-right: 20px;
}
