
/* verosol vision center navigation */
#vvcnav {
	width:				398px;
	margin-left:		-7px;
	
	line-height:		1.5em;
}

#vvcmainnav {
	float:				left;
	width:				170px;
}

#vvcmainnav .navitem {
	display:			block;
	height:				20px;
	padding:			0 10px 0 10px;
	
	color:				#000;
}

#vvcmainnav .activenavitem,
#vvcmainnav a:hover {	
	display:			block;
	height:				20px;
	padding:			0 10px 0 10px;
	font-weight:		bold;
	color:				#000;
	background-color:	#e8e2dd;
	text-decoration:	none;
}

#vvcsubnav {
	/*position:			absolute;*/
	float:				left;
	/*left:				476px;*/
	width:				227px;
	margin-left:		1px;
	
	background-color:	#f3f0ee;
}

#vvcsubnav a {
	display:			block;
	/*
    height:				20px;
    */
	padding:			0px 10px 3px 10px;	
	color:				#968a81;
    width : 90%;
}

#vvcsubnav a:hover{
	background-color:	#e8e2dd;
	color:				#000;
	text-decoration:	underline;
}

#vvcsubnav .activenavitem {
	background-color:	#f3f0ee;
	color:				#000;
	text-decoration:	underline;
}

#vvcsubnav div {
	display:			none;
}
/* end nav */


div#vvc_article {
	position:			relative;
	float:				left;
	width:				393px;
	margin-top:			40px;
	padding-top:		15px;
	
	border-top:			1px solid #bfafa3;
}
div#vvc_article img {
	float:				right;
}

.side-content-block {
	padding-bottom:		25px !important;
}

img.r {
    float           :   right;
    margin-bottom   :   20px;
}

img.l {
    float           :   left;
    margin-bottom   :   20px;
}

div.l {
    width           :   160px;
    float           :   left;
    margin-bottom   :   20px;
    text-align      :   center;
}

div.r {
    width           :   160px;
    float           :   right;
    margin-bottom   :   20px;
    text-align      :   center;
}

div.l a, div.r a {
    text-decoration :   none;
}
