﻿
/* Rounded widget corners */
.widget, .widgetdouble, .subsectiontitleandtext
{
    border: 1px solid #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/websitev2/both/styles/PIE.htc);
}

.widget, .widgetdouble
{
    position:relative;
    overflow:hidden;
}

.widget {
	border					: 1px solid #e2e2e2;
	width					: 219px;
	min-height              : 150px;
	float					: left;
	margin					: 5px;
	padding					: 10px 0 0 0;
	position				: relative;
}

.innerwidget {
	background				: url(/websitev2/both/styles/img/components/modBG.jpg) bottom left no-repeat;
/*	height					: 195px;
overflow:hidden;*/
	padding					: 0 10px 30px 10px;
}


.widgetdouble
{
	border					: 1px solid #e2e2e2;
	width					: 450px;
	float					: left;
	margin					: 5px;
	padding					: 10px 0 0 0;
	position				: relative;
	min-height              : 150px;
}

.widgetfifty
{
	border					: 1px solid #e2e2e2;
	width					: 335px;
	float					: left;
	margin					: 5px;
	padding					: 10px 0 0 0;
	position				: relative;
	min-height              : 150px;
}



/* used on home pages without left menus */
.homefeatureimage
{
    float:left;
    width: 450px;
    height:250px;
    border:0px solid #e2e2e2;
    margin:5px;
}

/* used on the right of a main home page without left menus */
.minifeatures
{
    width: 450px;
    height:250px;
    border:0px solid #e2e2e2;
    float:left;
    margin:5px;
}

/* used on home pages with left navs */
.subfeatureimage
{
    width: 300px;
    border:1px solid #e2e2e2;
}


/* shown to the right of the main image */
.featurerightwidget
{
}