@charset "utf-8";
/*  *****************************************************
	EFFECTIVE MAY 12, 2010, THERE ARE TWO VERSIONS OF THIS CSS FILE. ONE IS
	FOR NON-SECURE PAGES (http://), AND THE OTHER ONE FOR SECURE PAGES.
	
	IF YOU INTEND TO MAKE ANY MODIFICATIONS HERE, YOU MUST COPY-&-PASTE IT
	TO THE SECURE VERSION (LOCATED AT css/ssl/)
	
	THE DIFFERENCE BETWEEN THESE TWO IS IN THE ADDRESSES USED FOR IMAGES:
	FOR NON-SECURE PAGES, USE "url(http://www.ravand.com/...)"
	FOR SECURE PAGES, USE "url(httpS://SECURE.ravand.com/...)"
	*****************************************************
*/	


.urbangreymenu{
	width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 12px Arial;
	color: white;
	background: #606060 url(http://www.ravand.com/nd/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
	text-decoration: none;
	color: white;
	display: block;
	-moz-outline-style:none;outline:none;
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: bold 11px Arial;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	-moz-outline-style:none;outline:none;
}

.urbangreymenu ul li a:visited{
	color: black;
	text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background: black;
	text-decoration: none;
}

.subscribeOurterDiv {
	background-color:#d0d0d0;
	padding:5px 0px 5px 0px;
	width:190px;
	text-align:center;
}
.subscribeInnerDiv { 
	height:62px;
	border:1px solid #666666;
	padding:5px;
}
.subscribeText {
	text-align:left;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size:10px;
}

/*kb pages*/
.featuredArticleOutter{width:188px;margin-top:15px;border:1px solid #666666;}
.featuredArticle {padding: 5px 10px 5px 10px;}	
.featuredArticle a:link, .featuredArticle a:visited, .featuredArticle a:hover {
	font-size:12px;
	color:#333333;
}
.featuredArticle a:hover { color:#5AA13E; }

.partnersLogin {
	margin-top:15px;
	background:#F2F2F2;
	padding:5px 10px;
	text-align:center;
	border-left:1px solid #888888;
	border-top:1px solid #888888;
	border-right:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
}
.partnersLogin #title {font-size:12px;font-weight:bold; line-height:16px; border-bottom:1px solid #CCCCCC;margin-bottom:10px}

/* Payment page - The side box "Your Information" */
.userInfoBox {
	width:188px;
	background: #F4F4F4;
	border-top: 1px solid #A4A4A4;
	border-right: 1px solid #FBFBFB;
	border-left: 1px solid #A4A4A4;
	border-bottom: 1px solid #FBFBFB;
}	
