#boxModule { margin-top:-2.909em; background:#ffffff; }

/* Home Page Modules
------------------------------------------------------------------------------*/
#homeModules { position:relative; z-index:4; width:936px; margin:40px 0 0 0; height:83px; }

#homeModules li.module { float:left; margin-right:12px; width:300px; height:83px; border:1px solid #E3E3E3; background:#fff; -webkit-box-shadow: 1px 2px 6px #f0f0f0; -moz-box-shadow: 1px 2px 6px #f0f0f0; box-shadow: 1px 2px 6px #f0f0f0; padding:2px; }
#homeModules li.last { margin-right: 0; }

#homeModules li div.module { position:relative; height:86px; }

/* default summary styles (can be overriden if need-be) */
#homeModules li div.summary { position: relative; z-index: 6; width:100%; height:100%; overflow: hidden; background:url(../img/box-module.gif) top left repeat-x; }

#homeModules li div.summary h3 { position:absolute; right:6px; top:8px; width:174px; font-family:Tahoma, Arial, Helvetica, sans-serif; color:#535762; font-size:15px; font-weight:bold; }

#homeModules li div.summary img { position:absolute; left:0; top:0; display:block; }

#homeModules li div.summary div.summaryText { position:absolute; right:6px; top:34px; width:174px; height:40px; color:#737373; font-size:11px; }

#homeModules li div.summary div.summaryText, #homeModules li div.summary div.summaryText p { font-style: normal; }


/* Default full content styles. These should NOT be overridden */
#homeModules li div.full { padding: 19px; width: 484px; height: 320px; overflow: hidden; background:url(../img/box-module.gif) bottom left repeat-x; color:#4C4C4C; font-size:11px; }

#homeModules li div.full .text-1 { float:right; width:200px; }
#homeModules li div.full .read-more { display:block; height:16px; overflow:hidden; float:left; }
#homeModules li div.full .read-more a { display:block; text-decoration:none; color:#000; background:url(../img/ico-read-more.gif) left top no-repeat; padding:1px 0 6px 24px; }
#homeModules li div.full .read-more a:hover { background-position:0 -16px; text-decoration:underline; }

#homeModules li div.full .text-2 { float:left; width:290px; }
#homeModules li div.full .text-3 { float:right; width:160px; }
#homeModules li div.full .text-4 { float:left; width:120px; }
#homeModules li div.full .text-5 { float:right; width:330px; }

