/* Start of CMSMS style sheet 'Layout Boxes' */
div#mediabox240 {
   width: 960px;
   height: 240px;
   clear: both;
   padding: 0;
   margin: 0 0 10px 0;
   overflow: hidden;
}

div#mediabox380 {
   width: 960px;
   height: 380px;
   clear: both;
   padding: 0;
   margin: 0 0 10px 0;
   overflow: hidden;
}


div#box {
   background: url(images/cms/layout/content_box_bg.gif) repeat-x top;
   padding: 10px 9px 10px 9px;
   margin: 0 1px 0 1px;
   overflow: hidden;
}

div#box_hl {
   background: #0071eb url(images/cms/layout/content_box_hl_bg.gif) repeat-x left top;
   height: 21px;
   padding: 0;
   margin: 0;
   overflow: hidden;
   border-top: 1px solid #333;
   border-right: 1px solid #333;
   border-left: 1px solid #333;
}


div#box_headline {
   padding: 0;
   margin: 2px 9px 2px 9px;
   color: #fff;
   font-size: 11px;
   font-weight: normal;
}


div#breadcrumbs {
   padding: 0;
   margin: 2px 9px 2px 9px;
   color: #fff;
   font-size: 11px;
   font-weight: normal;
}

div#breadcrumbs a {
   color: #fff;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
}

div#breadcrumbs a:hover {
   color: #fff;
   font-size: 11px;
   font-weight: normal;
   text-decoration: underline;
}



/* End of 'Layout Boxes' */

