.fraglinks {
 color:#000000;
	text-decoration:none;
}

.fragdescbox {
 background:#EFEFEF;
 position: relative;
	height:auto;
	width:auto;
	border:2px solid #000000;
	margin: 2px 3px 2px 3px;/* Top  Right  Bottom  Left  */
	float:left;
}
.imgbox {
 position: relative;
	height:auto;
	width:auto;
 border-right: 2px solid #000000;
	margin: 0px 0px 0px 0px;/* Top  Right  Bottom  Left  */
	padding: 0px 0px 0px 0px; 
	float:left;
}
.desclinks { /*This is for option name links*/
	color:#000000;
	font-size:11px;
	text-decoration:underline;
}
.descbox {
 position: relative;
	font-size:11px;
	height:auto;
	width:151px;
	float:left;
	padding-top: 4px
}