
/**
* SECTION:wholesale_panels
*
* Product selection panels along bottom of page.
*/

fieldset
{
	float:left;
	background-repeat:repeat-y;
	width:306px;
	height:400px;
	margin-right:10px;
	background-image:url(../../images/layout/panels/wholesale/wholesale_bg.jpg);
}

*html fieldset
{
	margin-bottom:-5px;
}

fieldset dl
{
	margin-left:10px;
	font-size:90%;
	padding-top:16px;
	line-height:18px;
}

fieldset dt
{
	font-weight:bold;
}

fieldset dd
{
	padding-left:15px;
}

.features
{
	height:272px;
}

#reseller_services_panel .title
{
	height:47px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/panels/wholesale/reseller_services_title.jpg);
}

#dedicated_services_panel .title
{
	height:47px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/panels/wholesale/dedicated_services_title.jpg);
}

#datacenter_services_panel .title
{
	height:47px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/panels/wholesale/datacenter_services_title.jpg);
}

fieldset .footer
{
	bottom:0px;
	width:306px;
	height:11px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/panels/wholesale/wholesale_footer.jpg);
}

/**
* SECTION:coming soon text
*
* Coming soon message at bottom of page.
*/

#body_message .column
{
	clear:both;
	width:500px;
	margin:auto;
	padding-top:30px;
	text-align:center;
}