/* boxes */
#content .box { position: relative; width: 560px; padding: 0 20px 1px; overflow: hidden; background: #fff url(images/box/box_bg.gif) repeat-y 0 0; zoom: 1; }
#content .box .cap { position: absolute; width: 600px; height: 6px; margin: 0 -20px; font-size: 1px; behavior: url(/global/scripts/lib/iepngfix.htc); }
#content .box .cap.top { top: 0; background: url(images/box/box_bgtop.png) no-repeat 0 0; *margin-left: -2px; }
#content .box .cap.bottom { bottom: 0; background: url(images/box/box_bgbottom.png) no-repeat 0 100%; }
#content .box .gradient { width: 560px; margin: 0 -18px; padding: 0 18px; overflow: hidden; background: #fff url(images/box/box_bggrad.gif) repeat-x 0 100%; }

#content .sidebar .box { width: 162px; padding: 0 12px 1px; background-image: url(images/box/box_sidebar_bg.gif); }
#content .sidebar .box .cap { width: 186px; margin: 0 -12px; left: 12px; }
#content .sidebar .box .cap.top { background-image: url(images/box/box_sidebar_bgtop.png); }
#content .sidebar .box .cap.bottom { background-image: url(images/box/box_sidebar_bgbottom.png); }

#content .box.full { width: auto; background: #fff url(images/box/box_full_bg20091130.png) repeat-y 0 0; }
#content .box.full .cap.top { width: 984px; background-image: url(images/box/box_full_bgtop.png); }
#content .box.full .cap.bottom { width: 984px; background-image: url(images/box/box_full_bgbottom.png); *position: relative; }

#content .box h2 { margin: 0 -18px; padding: 6px 10px 4px; color: #4d4d4d; font-weight: normal; font-size: 14px; border-bottom: 1px solid #d9d9d9; background: #dfdfdf url(images/box/box_header.gif) repeat-x 0 0; }
#content .box h2 a { color: #4d4d4d; }
#content .sidebar .box h2 { margin: 0 -10px; }

#content .box ul { _width:100%; margin: 0 -10px; padding: 0 10px; overflow: hidden; }
#content .box ul li { margin: 0 0 -1px; padding: 1.1em 0; border-bottom: 1px solid #d9d9d9; }

#content .box p { margin-top: .3em; margin-bottom: 0; }
#content .box img { display: block; }
#content .box img.flush { margin: 0 -10px; }

#content .box h3,
#content .box strong { display: block; color: #000; font-size: 13px; line-height: 16px; font-weight: normal; }
#content .box h3 a,
#content .box strong a { color: #000; }
#content .box h3 a:hover,
#content .box strong a:hover { color: #08c; }
#content .box a:hover p { color: #252525 !important; }
#content .box em { font-style: normal; color: #a9a9a9 !important; }
#content .box h4 { color: #aaa; font-size: 10px; font-weight: normal; }

#content .box a { color: #333; text-decoration: none; }
#content .box ul li a:hover,
#content .box ul li a:hover * { color: #08c; cursor: pointer; }
#content .box a.more { color: #08c; }
#content .box a.more:hover { color: #08c; text-decoration: underline; }




