@charset "utf-8";
/* CSS Document */

		/* 1.0 Right Column Featured Items (homepage)
		-------------------------------------------------*/
		#RightColumn #featuredButtons{
		 	height:147px;
			padding:10px 0px 10px 0px;
			margin:0px;
			border-top:1px solid #d5e3f5;	
		}
		#RightColumn #featuredButtons li{
			float:left;
			background:none;
			padding:0px; margin:0px 0px 0px 5px;
		}
		#RightColumn #featuredButtons li:first-child{margin:0px 0px 0px 0px;}
		#RightColumn #featuredButtons li  a img {border:none;}
		#RightColumn #featuredButtons img{display:block;}
		
		/* 1.1 Right Column inner left column (homepage)
		-------------------------------------------------*/
		#RightColumn #inner_leftcolumn{
			float:left;
			width:304px;
		}
		#RightColumn #inner_rightcolumn{
			border-top:1px solid #d5e3f5;
			padding:10px 0px 0px 0px;
			width:380px;
			float:right;
		}
		#RightColumn #inner_rightcolumn h3{
			
			padding:0px 0px 10px 0px;
			border-bottom:1px solid #d5e3f5;
			font-size:14px; font-weight:bold;
		}
		#RightColumn #inner_rightcolumn a img{ border:none; }
		