@charset "utf-8";
.box {
	margin-bottom: 20px;
}
.box .top {
	height: 28px;
	overflow: hidden;
}
.box .top .right {
	background-image: url(../images/boxWhite_topRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 28px;
	padding-right: 11px;
}
.box .top .right .title {
	text-transform: uppercase;
	float: left;
	background-color: #FFFFFF;
	padding-right: 10px;
	height: 22px;
	margin-bottom: 6px;
	overflow: hidden;
}
.box .top .right .topLeft {
	background-image: url(../images/boxGray_topLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 28px;
	width: 11px;
	background-color: #FFFFFF;
}
.box .bottom {
	height: 11px;
	overflow: hidden;
	clear: both;
	width: auto;
}
.box .bottom .left {
	background-image: url(../images/boxWhite_bottomLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	line-height: 11px;
}
.box .bottom .right {
	background-image: url(../images/boxWhite_bottomRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 11px;
	padding-right: 11px;
	line-height: 11px;
}
.box .middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e1e1e1;
	border-left-color: #e1e1e1;
	background-color: #FFFFFF;
}
.box .middle .content {
	padding-bottom: 1px;
}
/***********************************************/
.boxGray {
	margin-bottom: 20px;
}
.boxGray .top {
	height: 28px;
	overflow: hidden;
}
.boxGray .top .right {
	background-image: url(../images/boxGray_topRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 28px;
	padding-right: 11px;
}
.boxGray .top .right .title {
	text-transform: uppercase;
	float: left;
	background-color: #FFFFFF;
	padding-right: 10px;
	height: 22px;
	margin-bottom: 6px;
	overflow: hidden;
}
.boxGray .top .right .topLeft {
	background-image: url(../images/boxGray_topLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 28px;
	width: 11px;
	background-color: #FFFFFF;
}
.boxGray .bottom {
	height: 11px;
	overflow: hidden;
	clear: both;
	width: auto;
}
.boxGray .bottom .left {
	background-image: url(../images/boxGray_bottomLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	line-height: 11px;
}
.boxGray .bottom .right {
	background-image: url(../images/boxGray_bottomRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 11px;
	padding-right: 11px;
	line-height: 11px;
}
.boxGray .middle {
	background-color: #F2F2F2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e1e1e1;
	border-left-color: #e1e1e1;
	background-image: url(../images/boxGray_contentBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.boxGray .middle .content {
}
.blockVerySmall {
	float: left;
	width: 155px;
}
.blockSmall {
	float: left;
	width: 162px;
}
.blockSmallSubmenu {
	float: left;
	width: 225px;
}
.blockMed {
	float: left;
	width: 380px;
}
.blockMed2 {
	float: left;
	width: 500px;
}

.blockBig {
	float: left;
	width: 550px;
}
.blockVeryBig {
	width: 705px;
	float: left;
}
.verticalSeparator {
	float: left;
	width: 20px;
}

.horizontalSeparator {
	height: 20px;
	clear: both;
}
.box .topTabs {
	background-image: url(../images/tab_top_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.box .topTabs .tab {
	float: left;
	
	background-repeat: no-repeat;
	height: 30px;
	overflow: hidden;
}
.box .topTabs .tab a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
.box .topTabs .active a {
	background-image: url(../images/tab_active_right.gif);
}
.box .topTabs .active  {
	background-image: url(../images/tab_active_left.gif);
}
.box .topTabs .base  {
	background-image: url(../images/tab_base_left.gif);
}
.box .topTabs .base a {
	background-image: url(../images/tab_base_right.gif);
}
