/*GENERAL STYLES*/
.widget a img
{
	border: none;
}
.widget a
{
	text-decoration:none;
	border:0;
}

.widget
{
	font: 100 11px/16px Verdana, Arial, sans-serif;
}

/*Revised and Ready!*/



.fullColumnBox
{
	position:relative;
	float: left;
	padding:0px;
	
	margin-top:0px;
	margin-bottom:14px;
	margin-left:8px;
}


.fullColumnBox .top
{
	height:6px;
	width:733px;

	background-image:url(../images-widget/gray-top.gif);
	
	font-size:3px;
	line-height:3px;
	
	float: left;
}

.fullColumnBox .mid
{
	background-color:#E9E9E9;
	width:733px;
	float: left;

}

.fullColumnBox .bot
{	
	height:6px;
	width:733px;

	background-image:url(../images-widget/gray-bottom.gif);
	
	font-size:3px;
	line-height:3px;
	
	clear: both;
}


.fullColumnBox .introText {
	margin-left:10px;
	
	padding-top:1px;
	width:713px;
}


.hiddenH1
{
	/*visibility: hidden;*/
	color: red;
	display:none;
}





/*two column util*/
.fullColumnPlain {

	position:relative;
	width:733px;
	margin-top:12px;
	
	
	
}

.halfColIn {
	
	width:350px;
	margin-left: 0px;
	float:left;
	
}

.twoColRight {
	margin-left:30px;
	width:350px;
	
}

/*three column util*/
.thirdColFirst {
	padding:0px;
	margin:0px;
	width:220px;
	float:left;
}

.thirdColIn {
	width:232px;
	float:left;
}

.threeColRight {
	margin-left: 20px;
}

/**/
.thirdColFirst_top {
	padding:0px;
	margin:0px;
	float:left;
}

.thirdColIn_top {
	float:left;
}

.threeColRight_top {
	margin-left: 5px;
}



/*productThumb*/
.productThumb a, .productThumb a:visited, .productThumb a:hover, .productThumb a:link {
	color:black;
}

.productThumb {
	float:left;

	font-size:9px;
	display: inline;
	/*width:100px;*/
	width:105px;
	
	padding-bottom:10px;
	text-align:center;
	
}


/*product viewer*/
.productViewer {
	width:342px;
	margin-left:10px;
	float:left;
	display: inline;
	
	margin-bottom:20px;
	
	text-align:center;
	
	font-size:9px;
	
}
.productNav {
	background-color:#E9E9E9;
	position:relative;
	padding:2px;
	margin-top:6px;
	
}
.prodLeft {
	position:absolute;
	top:3px;
	left:4px;
}
.prodRight {
	position:absolute;
	top:3px;
	left:325px;
}
.productViewerThumbs {
	text-align:center;
	margin-top:30px;
}

/*get adobe*/
.get_adobe{
	margin:0 0 10px;
	font-size:80%;
	line-height:1.3em;
}

.get_adobe img {
	margin:0 10px 0 0;
	vertical-align:middle;
	border:medium none;
	padding:0;
}

.icon_pdf{
	font-size:60%;
	margin:0 10px 0 0;
	vertical-align:middle;
	border:medium none;
	padding:0;

}


