/* Colors ************************************************************************/
/* Red b41412 */
/* Blue 2B56AC */

/* Default page values ***********************************************************/

html
	{
	overflow: -moz-scrollbars-vertical; /* fixes Mozilla scrollbars to avoid page jumps */
	}

body {
	width: 710px;
	font-family: arial,verdana,sans-serif;
	font-size: 9pt;
	color: #333;
	background: transparent url(/images/background.gif);
	margin: 0 auto;
	padding: 0;
}

body.altwidth {
	width: 960px; 
}

.hide {
	display: none;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #2B56AC;
	text-decoration: none;
	letter-spacing: 1px;
}

a:hover {
	color: #b41412;
}


img {
	padding: 2px;
	margin: 2px;
	border: 1px solid #999;
}

a img, a:hover img { border: 1px solid #999 !important; }

#banner-logo img, #banner-logo a img, #banner-logo a:hover img { border: 0px none #ffffff !important; }

.control img, .control a img, .control a:hover img { border: 0px none #ffffff !important; }

img.thumbnail-image { width: 200px; height: 150px; overflow: hidden; }

.hidefrompage { display: none; }

/*a img.image {
	padding-bottom: 20px;
	border: 1px solid #2B56AC;
	background-image: url(/images/icons/icon-magnifying-glass.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a:hover img.image {
	border: 1px solid #b41412;
	background-image: url(/images/icons/icon-magnifying-glass-on.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}*/

/* Strange black or dotted rectangles */
a,img, input, textarea, select, button {
noFocusLine: expression(this.onFocus=this.hideFocus = true);
}
:focus 
	{
    outline: 0 !important; 
	}

.red {
	color: #b41412;
}

.blue {
	color: #2B56AC;
}

.bluebg {
	background: #EFF1F3;
}


/* Headings **********************************************************************/
h1 {
	background: transparent;
	color: #b41412;
	font-size: 105%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
h2 {
	background: transparent;
	margin: 15px 40% 10px 0;
	padding: 2px 0 0 0;
	color: #2B56AC;
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	border-top: 1px solid #A31C16;
}
h3 {
	background: transparent;
	margin: 0 0 10px 0;
	padding: 0;
	color: #666;
	font-size: 105%;
	font-weight: bold;
}
#crumb {
	margin: 0 0 10px 0;
	font-size: 90%;
	text-transform: uppercase;
}
#crumb a {
	background: transparent;
	color: #0B3390;
	text-decoration: underline;
}
#crumb a:hover {
	background: transparent;
	color: #B41412;
}

/* Meta-Headings *********************************************************************/
.article-meta h1 {
	background: transparent;
	color: #b41412;
	font-size: 135%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
.article-meta h2 {
	background: transparent;
	margin: 5px 0 10px 0;
	padding: 0;
	color: #000;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	border-top: none;
}
.article-meta h3 {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
}

/* Article Lists *********************************************************************/
.article-on, .article-off {
	width: 98%;
	margin: 0 0 5px 0;
	padding: 5px;
}

.article-on {

/*
	background: #EFF1F3;
	*/
}

.article-off {
/*
	background: #fff;
	*/
}

.article-off p {
	margin-top: 0;
}

.article-on h2, .article-off h2 {
	background: transparent;
	color: #b41412;
	font-size: 105%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}

.article-on h3, .article-off h3 {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: normal;
}

.article-on a:hover, .article-off a:hover {
	color: b41412;
	text-decoration: underline;
}

.article-image img {
	width: 420px;
	height: auto;
}

.article-next {
	width: 420px;
	font-size: 85%;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #b41412;
}

/* Text *******************************************************************************/

div.text {
	width: 62%;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

/* Resource Lists *********************************************************************/

div.resource {
	width: 62%;
}

div.resource h3 {
	font-weight: bold;
	font-size: 11px;
}

/* Resource Tables *******************************************************************/

div.resource table th {
	background: #2B56AC;
	color: #fff;
	text-align: left;
	padding: 0;
	border-bottom: 2px solid #fff;
}

div.resource table th a.sorted {
	background: #2B56AC url(/images/icon-sort.gif) 2px 6px no-repeat;
	padding-left: 16px
}

div.resource table th.sorted {
	background: #2B56AC url(/images/icon-sort.gif) 2px 6px no-repeat;
	padding: 4px 6px 4px 16px
}

div.resource table th a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px;
	background: #2B56AC;

}

div.resource table th a:hover {
	color: #fff;
	background-color: #4d78ce;
}

div.resource table td.on {
/*
	background: #EFF1F3;
*/
	padding: 4px 6px;
}

div.resource table td.off {
	background: #fff;
	padding: 4px 6px;
}

/* Page Level Area *******************************************************************/
#page {
	background: #fff;
	padding: 10px;
	border: 4px solid #ddd;
}
#main {
	margin: 20px 0;
}
.left {
	padding-right: 20px;
}
.right {
}

/* Banner Area *******************************************************************/
#banner {
	background: #fff;
	height: 105px;
}
#banner-date {
	position: absolute;
	top:50px;
	margin: 5px;
	font-size: 75%;
	text-transform: uppercase;
}
#banner-logo {
	position: relative;
	border-left: 1px solid #000;
	padding: 27px 38px;
	line-height: 95px;
	width: 274px;
	float: right;
}
#banner-logo img {
	margin: 0;
	padding: 0;
	border: none;
}

/* Nav Area *******************************************************************/

#nav-top {
	background: #2653A6 url(/images/bg-banner-blue.gif) repeat-x;
	border-top: 1px solid #000;
	height: 41px;
	text-align: center;
}

#nav-top ul {
	position: relative;
	height: 40px;
	background: transparent;
	margin: 0;
	padding: 0;
}

#nav-top ul li {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
	width: 164px;
	height: 40px;
}


#nav-top ul li a {
	display: block;
	/*
	background: #2653A6 url(/images/bg-button-banner-off.gif) no-repeat;
*/
	background: #2653A6 url(/images/bg-button-blue.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	color: #fff;
	margin: 0;
	width: 164px;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-weight: bold;
}

#nav-top ul li a:hover {
	color: #fff;
	background: #2653A6 url(/images/bg-button-banner-off.gif) no-repeat;
}

#nav-top ul li a:active {
	color: #fff;
}

#link0 {left: 85px;}
#link1 {left: 254px;}
#link2 {left: 423px;}


body.altwidth #link0 { left: 215px; }
body.altwidth #link1 { left: 384px; }
body.altwidth #link2 { left: 553px; }

body#library #nav-top ul li#link0 a,
body#library-articles #nav-top ul li#link0 a,
body#library-article #nav-top ul li#link0 a,
body#library-comments #nav-top ul li#link0 a,
body#library-moulages #nav-top ul li#link0 a,
body#library-images #nav-top ul li#link0 a,
body#library-cases #nav-top ul li#link0 a,
body#library-case #nav-top ul li#link0 a,
body#library-case-comments #nav-top ul li#link0 a,
body#library-case-edit #nav-top ul li#link0 a,
body#library-case-post #nav-top ul li#link0 a,
body#resources-home #nav-top ul li#link1 a,
body#resources-links #nav-top ul li#link1 a,
body#resources-jobs #nav-top ul li#link1 a,
body#resources-fellowships #nav-top ul li#link1 a,
body#resources-electives #nav-top ul li#link1 a,
body#resources-conferences #nav-top ul li#link1 a,
body#community-home #nav-top ul li#link2 a,
body#community-list #nav-top ul li#link2 a
{
	color: #fff;
	background: #2653A6 url(/images/bg-button-banner-off.gif) no-repeat;
}

#nav-sub {
	padding: 5px 0;
	background: #eee;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 95%;
	letter-spacing: 0px;
	text-align: center;
}
#nav-sub a, #nav-sub a:link, #nav-sub a:visited {
	color: #666;
	text-decoration: none;
	padding: 0 8px;
}
#nav-sub a:hover {
	color: #333;
	text-decoration: underline;
}

/* Article *******************************************************************/
.caption {
	font-style: italic;
}

table.table-stats {
}

table.table-stats th {
	padding: 5px;
	background-color: #B9DAFB;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
}

table.table-stats td {
	padding: 5px;
	border: 1px solid #999;
}

/* Homepage Feature *******************************************************************/

#main-home tr {
	vertical-align: top;
}

div#trauma-desc {
	width: 100%;
	font-size: 8pt;
	font-weight: bold;
	line-height: 9.5pt;
	padding-left: 5px;
}

div#trauma-desc img {
	vertical-align: baseline;
	margin: 15px 10px 15px 0;
}

p#image-desc {
	font-style: italic;
	font-size: 8pt;
	line-height: 9.5pt;
}

#main-home td div.article {
	margin: 10px 0 0 10px;
}

#main div.article {
	width: 62%;
}

.altwidth #main div.article {
	width: 645px; 
}

/* Homepage  *******************************************************************/

td.featured-right {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #ccc;
}

div.home-article {
	padding-bottom: 10px;
}

div.home-article h1 {
	font-size: 8pt;
	color: #2653a6;
	margin: 0;
	padding: 10px 10px 0 20px;
	text-transform: uppercase;
}

div.home-article p {
	font-size: 8pt;
	padding: 0 20px;
}

div.home-article a {
	color: #b41412;
	text-transform: uppercase;
	font-size: 7pt;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0;
}

div.home-article a:hover {
	color: #2B56AC;
	text-decoration: underline;
}

div.home-article img.bar {
	width: 100%;
	height: 7px;
	border: none;
}

#home-left {
	float: left;
	width: 440px;
	margin-right: 10px;
}

.altwidth #home-left {
	width: 645px; 
}

#home-right {
	float: right;
	width: 260px;
}


/* Main Right Column *******************************************************************/

#main-right {
	float: right;
	width: 220px;
	margin: 0 0 20px 20px;
	background: #fff;
}

 .altwidth #main-right {
	width: 250px; 
} 

.control {
	margin-bottom: 3px;
}

.control a.contlink {
	text-decoration: none;
	color: #2653a6;
}

.control a:hover.contlink {
	text-decoration: none;
	color: #B41412;
}

.control img {
	margin: 0;
	padding: 0;
	border: none;
}

ul#controls {
	border-top: 1px solid #b41412;
	padding: 15px 30px;
	padding-right: 0;
	margin: 0;
	background: transparent;
}

ul#controls li {
	margin: 0;
	list-style: url(/images/icon-bullet.gif) square;
	line-height: 20px;
	background: transparent;
	font-size: 95%;
	text-transform: uppercase;
	font-weight: bold;
}

ul#controls li a {
	text-decoration: none;
	color: #2653a6;
}

.box {
	margin-top: -5px;
}

.box-head {
	position: relative;
	top: 13px;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0 15px;
	padding: 5px;
	background: #fff;
	color: #b41412;
	text-align: center;
	text-transform: uppercase;
}

.box ul {
	margin: 0;
	padding: 0 10px 0 30px;
}

/* Resources SAEF ********************************************************/

body#resources-submit h1 {
	margin: 5px 0 10px 0;
}

body#resources-submit form#entryform label {
	font-weight: bold;
}

/*
body#resources-submit form#entryform label span {
	font-weight: normal;
	font-size: 10px;
	color: #2B56AC;
}
*/

body#resources-submit form#entryform .field {
	border: 1px solid #2B56AC;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
}

/* News ********************************************************************/

#news {
	background: transparent;
	background: url("/images/border-red-left.gif") top left no-repeat;
}
#news-right {
	padding-top: 15px;
	background: url("/images/border-red-top-right.gif") no-repeat right top;
}
#news-footer {
	background: url("/images/border-red-bottom-left.gif") bottom left no-repeat;
}
#news-footer p {
	margin: 0;
	background: url("/images/border-red-bottom-right.gif") bottom right no-repeat;
}

#news h1 {
	font-size: 100%;
	font-weight: normal;
	margin: -12px 0 0 5px;
	padding: 5px;
	background: #fff;
	color: #b41412;
	width: 40%;
	text-align: center;
	text-transform: uppercase;
}

#news p {
	margin: 0;
	padding: 5px 20px;
	font-size: 8pt;
	line-height: 9pt;
}

/* TOC *******************************************************************/

#toc {
	background: transparent;
	background: url("/images/border-blue-left.gif") top left no-repeat;
}
#toc-right {
	padding: 15px 0 0 10px;
	background: url("/images/border-blue-top-right.gif") no-repeat right top;
}
#toc-footer {
	background: url("/images/border-blue-bottom-left.gif") bottom left no-repeat;
}
#toc-footer p {
	margin: 0;
	background: url("/images/border-blue-bottom-right.gif") bottom right no-repeat;
}

#toc-right .item {
	width: 195px;
	padding: 0 0 10px 0;
}

#toc-right .item img {
	height: auto;
}

#toc h1 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: -12px 0 0 8px;
	padding: 5px;
	background: #fff;
	color: #B41412;
	width: 60%;
	text-align: center;
	text-transform: uppercase;
}

#toc ul, #toc ol {
	margin: 0;
	padding: 0 10px 0 10px;
}

#toc ul ul, #toc ul ul ul, $toc ol ol, #toc ol ol ol {
	margin-left: 30px;
	padding: 0 0 0 0;
	color: #999;
}

#toc ul li.chapter, #toc ol li.chapter {
	list-style: none;
}

#toc ol li, #toc ul li {
	font-size: 8pt;
	line-height: 8.5pt;
	padding-bottom: 4px;
}

#toc ul li {
	list-style: none;
}

#toc ul li a, #toc ol li a {
	color: #b41412;
	text-decoration: none;
}

#toc ul li a:hover, #toc ol li a:hover {
	color: #2653a6;
}

/* Search Box Sidebar *******************************************************************/

#search-box, .form-box {
	background: transparent;
	background: url("/images/border-blue-left.gif") top left no-repeat;
}
#search-box-right, .form-box-right {
	padding-top: 15px;
	background: url("/images/border-blue-top-right.gif") no-repeat right top;
}
#search-box-footer, .form-box-footer {
	background: url("/images/border-blue-bottom-left.gif") bottom left no-repeat;
}
#search-box-footer p, .form-box-footer p {
	margin: 0;
	background: url("/images/border-blue-bottom-right.gif") bottom right no-repeat;
}

#search-box h1, .form-box h1 {
	font-size: 100%;
	font-weight: normal;
	margin: -12px 0 0 5px;
	padding: 5px;
	background: #fff;
	color: #b41412;
	width: 30%;
	text-align: center;
	text-transform: uppercase;
}

#search-box form, .form-box form {
	margin: 0 10px 0 10px;
}

#search-box form p, .form-box form p {
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	color: #2653a6;
}

#search-box input.text, .form-box input.text {
	width: 75%;
}

.form-box-right form label {
	display: block;
	color: #666;
	font-size: 95%;
}

.form-box-right form div {
	color: #333;
	font-size: 90%;
}

/* Search Bar Homepage *************************************************************/

#search {
	border: 1px solid #777;
	border-width: 1px 0;
	background: url(/images/div-search-bg.gif) repeat-x;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 5px 0;
	clear: both;
	text-transform: uppercase;
	color: #666;
	font-size: 8pt;
	font-weight: bold;
}

#search form {
	padding: 2px 0 0 0;
	margin: 0;
}

#search input, #search select {
	text-transform: none;
}

#form_submit {
	font-size: 8pt;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #666;
	border-left-color: #eee;
	border-top-color: #eee;
	padding: 1px 10px;
	font-family: arial,verdana,sans-serif;
}

/* Login homepage *************************************************************/
#login {
	font-size: 90%;
	color: #777;
	margin: 10px 0 15px 10px;
	padding: 3px 0 3px 0;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	background: url(/images/div-search-bg.gif) repeat-x;
}

.login form {
	margin: 0 10px 0 10px;
}

.login p {
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	color: #2653a6;
}

/* Image Tables *******************************************************************/
table.images td {
	padding: 0 0 15px 0;
}

table.images h2 {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}

table.images h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

table.images h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
}

.featured-image img {
	width: 290px;
	height: auto;
}

.featured-image h2 {
	margin-right: 40%;
}

.home-image img {
	width: 100%;
	height: auto;
}

/* Forms *************************************************************************/
.defaultBold {
font-weight: bold;
}

.highlight {
color: #b41412;
}


body#upload {
	width: 90%;
	font-family: arial,verdana,sans-serif;
	font-size: 9pt;
	color: #333;
	background: transparent url(/images/background.gif);
	margin: 0 auto;
	padding: 0;
}

.upload {
	background: #fff;
	margin: 10px;
	padding: 10px;
	border: 4px solid #ddd;
}

/* Associated Images **************************************************************/
div#associated-images {
	border-top: 1px solid #666;
	padding: 10px 0 0 0;
	width: 450px !important;
	width: 435px;
}

div#associated-images div.item {
/*
	width: 48%;
	height: 200px;
	float: left;
	*/
	margin: 0 0 10px 0;
	padding: 0;
}

div#associated-images div.item p {
	margin: 5px;
}

#paginate {
	border-top: 1px solid #666;
	clear: both;
}

/* COMMENTS **************************************************************/

div.comment {
	width: 62%;
	border-bottom: 1px solid #A31C16;
}

#comment_form textarea {
	width: 400px;
}

/* COMMUNITY LIST **************************************************************/

body#community-list pre {
	width: 62%;
}

/* LINKS *****************************************************************/

body#resources-links h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
}

body#resources-links ul {
	margin: 0 0 0 1.4em;
	padding: 0;
}

body#resources-links li {
	margin: 0;
	padding: 0;
}

body#resources-links li span {
	font-size: 10px;
}

body#resources-links a {
	margin: 0;
	padding: 0;
}

/* Member Area
---------------------------------------------------------------*/

#member div.article {
	width: 95%;
}

#mem_menu {
	border-right: 1px solid #eee;
	margin: 0 10px 0 0;
	width: 120px;
}

#mem_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mem_menu ul li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
}

#mem_stats th {
	text-align: left;
}

/* Footer Area ********************************************************************/

#footer {
	clear: both;
	text-align: right;
	padding: 10px 0 0 0;
	padding-top: 30px;
	margin-right: -2px; /* This should be the same number as your '#footer a' padding */
}

#footer img {
	float: left;
	border: 0;
}

#footer a, #footer a:link, #footer a:visited {
	background: transparent;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: 0px;
	padding: 0 2px;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
}

/* Added for forms ****************************************************** */

label, label input, label span, label em, div.formsubmit span { display: block; float: left; }
label em { clear: both; }
label { width: 100%; padding-bottom: 8px; position: relative; margin-right: 0 !important; margin-right: -3px; /* fixes stupid IE6 bug */ }
label .input { width: 250px; background-color: #ffffff; border: 1px solid #2B56AC; }
label textarea  { width: 250px; height: 120px; border: 1px solid #2B56AC; }
label em { width: 300px; padding-left: 130px; }
label span, div.formsubmit span 
{ width: 124px; text-align: right; margin-right: 6px; position: relative; top: 0.3em; }

div.postform label span { width: 100px; }
div.postform label em { width: 300px; padding-left: 110px; padding-bottom: 8px;  }
div.postform label .xwi, div.postform label textarea, div.postform label select { width: 300px; }

.wideEdit label .input { width: 500px; }
.wideEdit label textarea { width: 496px; }
.wideEdit  label em { width: 470px; padding-left: 170px; }
.wideEdit label span, .wideEdit div.formsubmit span { width: 164px; }
.wideEdit label .narrowi { width: 380px; }


div.postform label.cblabel { width: 300px; padding-left: 130px; }
div.postform label.cblabel input { margin-left: -1.6em; }

label a.upbutton { display: block; position: absolute; top: 10px; right: -22px; width: 60px; 
overflow: hidden !important; text-align: left; 
height: 16px; background-image: url(/images/folder_up.png); background-position: left;
 background-repeat: no-repeat;  letter-spacing: 0 !important; padding-left: 17px;}
 
 label span a.upbutton { top: 2.1em; right: -11px;  }
 
label a.textbtn  { left: 40px; right: auto; top: 2.1em; }

label textarea.onerow { height: 32px !important; height: 32px; overflow-y: hidden; }

label textarea.smallarea { height: 66px !important; }

.wideEdit label a.upbutton { width: 70px; top: 3px; right: -4px; }

.extravertical { border-top: 2px dotted #cccccc; margin-top: 4px; padding-top: 8px; }
label.cblabel { width: 300px; padding-left: 130px; }
label.cblabel input, label.cblabel span { display: inline; float: none; position: static; }

div.formsubmit div { float: left; width: 270px; height: 60px; overflow-y: scroll; border: 1px solid #cccccc; 
padding: 5px; margin-top: 4px;}
div.formsubmit { width: 100%; clear: both; padding-bottom: 12px; }

div.extravertical p { margin: 0; padding: 0; }
p.formsubmit { padding-left: 130px; clear: both; width: 300px; margin: 4px 0 0 0;
padding-top: 8px; border-top: 2px dotted #cccccc;
 }

 
.wideEdit p.formsubmit { width: 500px; padding-left: 170px; }
 
label strong.required { color: #cc0000; font-weight: bold; }

label.mlabel  { width: 172px; float: left; clear: none !important; height: 20px !important; overflow: hidden; }
label.mlabel span.text { position: relative; top: 0.35em; }
div.allinputs { width: 500px; clear: none; float: left; height: 20px; }

div.allinputs label, div.allinputs select, div.allinputs  input { display: block; float: left; 
margin-right: 1em; }

input.readonly { background-color: #eeeeee; color: #444444; }

.box dl, .box dl dt, .box dl dd { margin: 0; padding: 0; text-indent: 0; }
.box dl { margin-bottom: 1em; }
.box dl dt { padding-top: 0.2em; }
a.rsslink { float: right; font-size: 0.9em; width: 2.3em; text-align: right; margin-right: 13px; }

#twitter_update_list { border-top: 1px solid #cccccc; margin: 0; padding: 0; list-style-type: none;}
#twitter_update_list li { border-bottom: 1px solid #cccccc; padding: 4px 0; margin: 0; list-style-type: none; }


/* MOCKUP STUFF */

#sidebox h2 { width: 90% !important; }

#sidebox table img { width: 100px !important; height: 75px !important; }

#sidebox table p { clear: both; margin: 0.5em 1em 0 1em !important; padding: 0 !important; }

#sidebox p { margin: 0.5em 0; padding: 0; }

/* IMAGES NEW CODE */

.imagesList, .imagesList li { margin: 0; padding: 0; list-style-type: none; }

.imagesList { float: left; width: 100%; clear: left; }

.imagesList li { float: left; width: 200px; margin: 3px; }

body.altwidth  .imagesList li { margin: 7px; }

.imagesList li.separator { width: 92%; height: 2px; overflow: hidden; padding: 0; float: none !important; clear: left; display: block; margin: 0; }
.imagesList li.separator hr { visibility: hidden; }

.imagesList li.double { display: block; }
.imagesList li.triple { display: none; }

.imagesList li h2 { margin-right: 2px; }

body.altwidth .imagesList li.triple  { display: block; }
body.altwidth .imagesList li.double { display: none; }

body .featuredImages li.extra, body .featuredImages li.item3 { display: none; }
body.altwidth  .featuredImages li.item3 { display: block; }