#outerProdNav
{
	background-color:#486485;
	color:#dfe6f0;
	padding-top:6px;
	padding-bottom:6px;
}
.prodNav
{
	border:none;
	margin-left:auto;
	margin-right:auto;
}
	.prodNav TD
	{
		padding:4px;
	}
.prodCat
{
	white-space:nowrap;
}
.thumbnails
{
	background-color:#486485;
	height:76px;
	vertical-align:middle;
	 border-radius:15px;
	-moz-border-radius:15px;
} 
.thumbnail
{
	height:70px;
	width: 70px;
	opacity:0.6;
	filter:alpha(opacity=60);
	border:2px solid #dfe6f0;
	background-color:#fff;
	margin:0;
	margin-left:2px;
	margin-right:2px;
	float:left;
	cursor:pointer;

}

.thumbnail_over{
	opacity:1;
	filter:alpha(opacity=100);
}

.rounded_corners_all
{
	border-radius:15px;
	-moz-border-radius:15px;
}        
.rounded_corners_top
{
	border-bottom-left-radius:0;
	-moz-border-radius-bottomleft:0;
	border-bottom-right-radius:0;
	-moz-border-radius-bottomright:0;
}

.selected
{
	opacity:1;
	filter:alpha(opacity=100);
	border:2px solid #cc6600;
	cursor:default;
}

#brief
{
	position:absolute;
	z-index:25;
	pointer-events:none;
	border-bottom:1px solid #042c60;
	border-right:1px solid #042c60;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	top:-500px;
}
.briefContent
{
	background-color:#dfe6f0;
	padding:6px;
	color:#042c60;
	width:170px;
	font-size:8pt;
	pointer-events:none;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.briefContent_left
{
	border-radius:15px;
	-moz-border-radius:15px;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}
.briefContent_right
{
	border-radius:15px;
	-moz-border-radius:15px;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}        

.disp_content
{
	margin-left:auto;
	margin-right:auto;
	width:870px;
	padding:30px;
	padding-top:0;
}

.docBlock
{
	background-color:#486485;
	width:350px;
	border:none;
	border-radius:15px;
	-moz-border-radius:15px;
}
.docBlock TD
{
	width:50%;
	color:white;
	padding:6px 3px;
	padding-left:25px;
	border-radius:15px;
	-moz-border-radius:15px;
	background-repeat:no-repeat;
	background-size:16px 16px;
	background-position:5px center;
}
	.docBlock TD:hover
	{
		background-color:#cc6600;
		cursor:pointer;
	}

.specialBlock
{
	width:350px;
	float:left;
	margin-right:25px;
	margin-bottom:15px;
}

.product-name
{
	font-weight:bold;
	font-size:11pt;
}
.hide
{
	display:none;
}

.specialBlock2
{
	width:450px;
	float:right;
	margin-left:25px;
	margin-bottom:15px;
	border-radius:15px;
	-moz-border-radius:15px;
}
.recBlock
{
    backgroun d-color:rgba(255,255,255,0.65);
	background-color:#e7e7e7;
	border-radius:15px;
	-moz-border-radius:15px;
}
.recBlock TD
{
	font-size:8pt;
	cursor:pointer;
}
.recBlock IMG
{
	border:2px solid #dfe6f0;
	border-radius:15px;
	-moz-border-radius:15px;
	height:100px;
	width:100px;
	background-color:rgba(255,255,255,.6);
	backgrou nd-color:white;
}
.recBlock SPAN
{
	font- weight:bold;
	text-decoration:underline;
	color:#486485;
}
.recTitle
{
	font-size:9pt;
	font-weight:normal;
	background-color:rgba(0,0,0,.1);
	text-align:center;
	border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
}
.typical
{
	width:870px;
	margin-left:auto;
	margin-right:auto;
 	border-radius:15px;
	-moz-border-radius:15px;
	background-color:#dfe6f0;
}
.typical TD
{
	padding-left:36px;
}