﻿/*** Page content type 2 - INNER CONTENT STYLES ***/
#wrap
{
	width: 100%;	
}

#contentwrapper_content
{
	margin-right: 0px !important;
}

#mainwrap
{
	padding: 0px;
	width: 740px;	
	float:left;
}

#mainwrap_content
{
	background: #ffffff;
	height: 367px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 11px;	
}
#mainwrap_content h3
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 1px !important;
}

#rightcolumn
{
	width: 201px;
	float: left;
	/*height: 600px;*/
	line-height: 150%;
	border-left: 1px solid #cccccc;
}
#rightcolumn_content
{
	background: url(../img/sideitem_bg.jpg) #ffffff repeat-x left bottom;
	padding-left: 11px;
	padding-right: 11px;
	margin: 0px;
	height: 367px;
}
#rightcolumn_top
{
	background: transparent;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	height:0px;
}
#rightcolumn_content .itemwrapper
{
	background: url(../img/side_item_top2.gif) transparent no-repeat right top;
	padding-top: 8px;
	margin-bottom: 11px;
}

#rightcolumn_content div.item
{
	background: url(../img/sideitem_bg.jpg) #ffffff repeat-x left top;
	padding-bottom: 11px;	
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #737373;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;	
}
#rightcolumn_content div.item span img
{
	vertical-align: middle;	
}
#rightcolumn_content a
{
	color: #242424;
	text-decoration: none;
	border-bottom: 1px dotted #242424;
}
#rightcolumn_content a:hover
{
	border-bottom: 1px solid #242424;
}
#rightcolumn_content h3
{
	font-size: 150% !important; 
	margin-top: 0px !important;
	margin-bottom: 7px !important;
}


