@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(/images/events/summit13/bg_body.gif);
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: .9em;
}
p, h1, h2, h3, h4, h5 li, dl, dt, dd {
	margin: 0 0 .5em 0;
}
p, li, dd, h4, h2{
	line-height: 1.4em;
}
table {
	width: 100%;
	margin: 10px 0 20px 0;
	border-collapse:collapse;
}
td { 
	padding: 2px 4px;
	border: 1px solid #aaa;
	vertical-align: top;
	text-align: left;
}
tr.shaded td {
	background-color: #80d7f8;
}
tr th {
	background-color: #00aef0;
	border: 1px solid #00aef0;
	color: #fff;
	font-size: 1.1em;
	text-align: left;
	font-weight: normal;
	padding: 6px 4px;
}
a {
	color: #3d3986;
}
a img {
	border: none;
}
h1 {
	color: #3d3986;
	font-size: 1.7em;
}
h2 {
	color: #0083b3;
	font-size: 1.4em;
}
dl dt, h3 {
	color: #ee1c24;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
}
.redText {
	color: #ee1c24;
}
.small {
	font-size: .85em;
}
/* superscript styles */
sup { font-size: 0.65em; line-height: 1.15em; vertical-align: text-top; }
sup.sm { font-size: 0.5em; font-weight: normal; }

.pdf {
background: url(/images/pdficon_large.png) no-repeat left;
padding: .8em 0 .3em 36px;
}
.link {
	background:url(/images/events/summit13/ico_link.jpg) no-repeat left 2px;
	padding-left: 22px;
}
.link a {
	text-decoration: none;
}
dl dd {
	background: url(/images/events/summit13/purple-star.gif) no-repeat left 2px;
	padding-left: 18px;
	margin-left: 8px;
}
.block {/*use for grouping "chunks" of content together*/
	padding-bottom: .25em;
	padding-top: .5em;
}
.block h3 {
	margin-bottom: 0;
}
#wrap {
	width: 100%;
	background: url(/images/events/summit13/bg_wrap.gif) repeat-x top left transparent;
	min-height: 260px;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 938px;
}
#masthead {
	background: url(/images/events/summit13/bg_masthead.jpg) no-repeat;
	height: 179px;
}
#homeLink {
	width: 354px;
	height: 79px;
	position: relative;
	top: 40px;
	left: 20px;
}
#homeLink a {
	text-indent: -9999px;
	display: block;
	width: 354px;
	height: 79px;
}

/* branding */
#branding { position: relative; top: 10px left: 8px; width: 298px; padding: 7px 0 9px 18px; }
a#jmp-logo { float: left; display: block; width: 72px; height: 46px; margin-right: 14px; text-indent: -99999em; outline: none; background: url(/images/nav/jmp-branding-sprite.png) no-repeat 0 0; }
a#jmp-logo:hover { background-position: -72px 0; }
#jmp-tagline { float: right; display: block; width: 212px; height: 46px; text-indent: -99999em; background: url(/images/nav/jmp-branding-sprite.png) no-repeat -144px 0; }

/*register button at top*/
#register-now {
	position: relative;
	top: 11px;
	left: 720px;
	width: 196px;
	height: 32px;
	background: url(/images/events/summit13/btn_register_now.jpg) no-repeat;
}
#register-now a {
	text-indent: -9999px;
	display: block;
	width: 196px;
	height: 32px;
}

/*navigation*/
#nav {
	background-color: #3d3986;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-bottom: 10px;
	min-height: 30px;
	overflow: auto;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 4px 0 4px;
}
#nav ul li {
	float: left;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
}
#nav ul li a {
	padding: 4px 2px 2px 0px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-left: 12px;
}
#nav ul li a:hover {
	background: url(/images/events/summit13/nav_star2.gif) no-repeat left 8px;
}

/*content area*/
#content {
	background-color: #fff;
	border: 4px solid #ffd178;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 20px 20px 20px;
	height: auto;
	width: 890px;
	overflow: hidden;
}
#leftContent {
	float: left;
	width: 572px;
	padding: 0 30px 0 0;
}
#leftContent.fullwidth {
	width: 888px;
	padding: 0;
}
#rightContent {
	width: 286px;
	float: left;
}
#rightContent img.photo {
	width: 284px;
	height: auto;
	border: 1px solid #d0d0d0;
}
/*feature box*/
#featureBox {
	color: #fff;
	font-size: 1.2em;
	padding: 4px 170px 4px 10px;
	border-width: 3px;
	border-style: solid;
	margin-bottom: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left; 		
}
#featureBox.boot {
	background: url(/images/events/summit13/bg_boot.jpg) no-repeat right bottom #00aef0;
	border-color: #0083b3;
}
#featureBox.guitar {
	background: url(/images/events/summit13/bg_guitar.jpg) no-repeat right bottom #6cc065;
	border-color: #4c8747;
	padding-right: 140px;
}
#featureBox.windmill {
	background: url(/images/events/summit13/bg_windmill.jpg) no-repeat right bottom #00aef0;
	border-color: #0083b3;
}
#featureBox.armadillo {
	background: url(/images/events/summit13/bg_armadillo.jpg) no-repeat right bottom #00a651;
	border-color: #ffcb08;
	padding-right: 152px;
}
#featureBox a {
	color: #fff;
	text-decoration: none;
}
/*connect with JMP*/
dl.connect {}
dl.connect dd {
	padding: .1em 0 .1em 20px;
	line-height: normal;
	font-size: .85em;
}
dl.connect dd a {text-decoration: none;}
dd.fb {background: url(/images/ico_social_fb.png) no-repeat left 2px; }
dd.in {background: url(/images/ico_social_in.png) no-repeat left 2px; }
dd.tw {background: url(/images/ico_social_tw.png) no-repeat left 2px; }
dd.youtube {background: url(/images/ico_social_youtube.png) no-repeat left 2px; }
dd.gplus {background: url(/images/ico_social_gplus.png) no-repeat left 2px; }
dd.blog {background: url(/images/ico_social_rss.png) no-repeat left 2px; }
dd.email {background: url(/images/ico_social_jmp.png) no-repeat left 2px; }


/*footer*/
#footer {
    text-align: center;
    font-size: .9em;
    margin: 4px auto 8px auto;
    padding: 6px;
    color: #fff;
    width: 938px;
    float: left;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
    text-decoration: underline;
    color: #fff;
}

/*steering committee and speakers*/
dl.steering, dl.bio {
	float: left;
	margin-bottom: 10px;
}
dl.steering dd, dl.bio dd {
	float: left;
	background-image: none;
	margin: 0;
	padding: 0;
}
dl.steering dt {
	margin-left: 138px;
	margin-bottom: 0;
}
	
dl.steering dd.photo {
	width: 118px;
	padding-right: 20px;
	margin-top: -1.2em;
}
dl.bio dd.photo {
	width: 200px;
	padding-right: 20px;
}
dl.steering dd.photo img, dl.bio dd.photo img {
	border: 4px solid #fece77;
}
dl.bio dd.photo img {
	width: 202px;
	height: auto;
}
dl.steering dd.text {
	float: left;
	width: 600px;
}
dl.bio dd.text {
	float: left;
	width: 350px;
}
dl.steering dd.companyLogo {
	float: left;
	width: 130px;
	padding-left: 20px;
}
dl.steering dd.text p {
	
}
/*paper submission form*/
label {
	float: left;
	width: 330px;
	text-align: right;
	padding: 6px 8px;
	font-weight: bold;
	background: #efefef;
	margin-top: 4px;
	border-radius: 5px;
}
label.checkbox {
	background: none;
}
.input {
	float: left;
	width: 500px;
	padding-left: 8px;
	font-weight: normal;
	padding-top: 4px;
}
fieldset {
	float: left;
	clear: both;
	margin: 3px 0;
	border: none;
}
#rightContent label {
	float: none;
	width: 286px;
	background: none;
	padding: 2px 0;
}
#rightContent .input {
	float: none;
	width: 286px;
	padding: 2px 0 0 0;
	padding-left: 0;
}
#rightContent fieldset {
	float: none;
	margin: 2px 0;
	padding: 0;
}


input[type="text"], textarea { margin: 0; padding: 5px 8px; outline: 0 solid; border: 1px solid #cdcdcd; width: 498px; border-radius: 5px; font-size: 1em; background-image: -moz-linear-gradient(0% 12% 90deg, #FFF, #999); }
select { max-width: 230px; padding: 4px 2px; color: #333;}
input[type="radio"] {font-size: 1em;}
select option {font-size: 1em;}

#rightContent input[type="text"], textarea { margin: 0; padding: 3px 6px; outline: 0 solid; border: 1px solid #cdcdcd; width: 270px; border-radius: 5px; font-size: .9em; background-image: -moz-linear-gradient(0% 12% 90deg, #FFF, #999); }


/* aaron's added code for new homepage call-to-papers callout */
#billboard { display: block; text-decoration: none;  width: auto; overflow: visible; height: auto; }
#billboard #featureBox.boot { padding-right: 120px; }
#billboard #featureBox h4 { font-size: 110%; padding-top: 5px; }
#billboard:hover #featureBox {/* border-color: #293792; */}
.link-blue { background:url(/images/events/summit13/ico_link_purple.jpg) no-repeat left 2px; padding-left: 22px; }
#billboard:hover p.link-blue { /*color: #293792;*/ }
/*agenda*/
table.agenda, table.agenda tr td {
	border: none;
}
table.agenda td {
	padding: 6px 8px 6px 4px;
	line-height: 1.4em;
}
table.agenda td.date {
	text-align: right;
}
/*form styles for within feature box*/
#billboard fieldset {
	margin: 3px 0;
	padding: 0;
	float: left;
}
#billboard label {
	width: 100px;
	float: left;
	padding: 8px 0;
	background: none;
	margin: 0;
}
#billboard .input {
	width: 240px;
}
#billboard input[type="text"] {
	float: left;
	width: 230px;
	margin-left: 10px;
	padding: 2px 3px;
}
#billboard form#form {
	float: left;
}
#billboard input[type="image"] {
	margin-left: 8px;
}
/*speaker page styles*/
.speakerPhoto {
	float: left;
	width: 200px;
	vertical-align: middle;
	padding-right: 24px;
}
.speakerPhoto img {
	border: 1px solid #999;
	border-top: 6px solid #999;
	
}
.speakerText {
	width: 624px;
	float:left;
	padding: 12px 18px;
	background-color: #efefef;
	/*padding-top: 8px;*/
	border: 1px solid #999;
	border-top: 6px solid #999;
}
	
.speakerText p {
	line-height: 1.8em;
}
.speakerText p, .speakerText h2, .speakerText h3, .speakerText h4 {
	/*padding-left: 8px;
	padding-right: 8px;*/
}
.speakerLearnMore {
	background-color: #d5ebf3;
	font-size: .85em;
	padding: 4px 8px 8px 8px;
	float: left;
	
}
.speakerLearnMore H3 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}
.speakerLearnMore h4 {
	padding-top: 1em;
	font-size: 1.1em;
	text-transform: uppercase;
	clear: left;
	}
.speakerLearnMore .left, .speakerLearnMore .right {
	float: left;
	width: 304px;
}

.speakerEntry {
	padding-top: 6px;
	display: block;
	clear: both;
	margin-bottom: 12px;
	/*background-color: #666;*/
	width: auto;
	overflow: visible;
	float: left;
}
p.blog, p.facebook, p.twitter, p.video, p.web, p.website, p.youTube {
	padding-left: 26px;
	padding-bottom: 6px;
	padding-top: 2px;
	margin-top: 4px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 6px;
}
p.blog {
	background-image: url(/images/events/summit11/ico_blog24.png);
}
p.twitter {
	background-image: url(/images/events/summit11/ico_twitter24.png);
}
p.facebook {
	background-image: url(/images/events/summit11/ico_facebook24.png);
}
p.youTube {
	background-image: url(/images/events/summit11/ico_video24.png);
}
p.video {
	background-image: url(/images/events/summit/ico_webcast24.png);	
}
p.website {
	background-image: url(/images/events/summit12/ico_website_24.png);
	background-position: -1px 0;
}
p.blog a,  p.facebook a, p.twitter a, p.video a, p.web a, p.bookCover a, p.website a, p.youTube a {
	/*font-weight: bold;*/
	text-decoration: none !important;
}
p.bookCover {
	clear: left;
	padding-top: 6px;
}
p.bookCover img {
	float: left;
	margin-right: 12px;
	margin-top: 2px;
	margin-bottom: 6px;
	box-shadow: 2px 2px 6px #999;
	border: none;
	width: 80px;
	height: auto;
}


/*fancyBox adjustment to override Summit table style*/
table#fancybox-title-float-wrap {
	margin: 0;
}
/*buttons on the page*/
a.button, #featureBox a.button {
	border: 2px solid #ffd274;
	color: #3d3986;
	display: block;
	width: auto;
	padding: 10px 8px 4px 38px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	background: url(/images/events/summit13/red-star.png) no-repeat 6px 6px #f6a01a;
}
a.button:hover {
	border: 2px solid #3d3986;
	background: url(/images/events/summit13/white-star.png) no-repeat 6px 6px #f6a01a;
}
#leftContent a.button {
	padding-top: 10px;
}
/*photo treatment for images within text*/
img.photoRight, img.photoLeft {
	border: 4px solid #00adef;
	width: 250px;
	height: auto;
}
img.photoRight {
	float: right;
	margin-left: 16px;
	clear: right;
}
img.photoLeft {
	float: left;
	margin-right: 16px;
	clear: left;
}
/*tab stuff*/
.TabbedPanelsContent h4 {
	margin: 0 0 .5em 0;
}

.TabbedPanelsContent h2 {
	font-size: 1.2em;
}/*
.TabbedPanelsContent h5 {
	color: #C7DEEE;
	font-size: 2em;
}

.TabbedPanelsContent p, .TabbedPanelsContent h2, .TabbedPanelsContent h3, .TabbedPanelsContent h4,  {
	margin-left: 1em !important;
}.TabbedPanelsContent h3 {
	margin-top: 1em;
	margin-bottom: .25em;
	font-size: 1.2em;
	margin-left: 0;
}*/
.SpryHiddenRegion {
	visibility: hidden;
}
.TabbedPanels {
	width: 100%;
}
.TabbedPanelsContent ul {
	margin-top: .25em;
	margin-bottom: .5em;
	padding-top: 0;
	margin-left: 2.8em;
	padding-left: .5em;
	line-height: 1.2em;
	list-style:square;
}
.TabbedPanelsContentGroup {
	/*background: #e3eaf4;*/
	padding: 0;
	border: none;
}
.TabbedPanelsTab {
	font-size: 1em;
	padding: 5px;
	margin-right: 2px;
	background: #ccc;
	border-radius: 4px 4px 0px 0px; 
	-moz-border-radius: 4px 4px 0px 0px; 
	-webkit-border-radius: 4px 4px 0px 0px; 
}
.TabbedPanelsTabSelected {
	background: #3d3986;
}
/*two column layout within tabbed panels, for abstracts filter*/
.leftCol {
	float: left;
	width: 620px;
	padding-right: 40px;	
}
.leftCol div.abstract {
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #d0d0d0;
}
.rightCol {
	float: right;
	width: 220px;	
	padding-top: 10px;
}
.rightCol form {
	padding: .5em 0;
}
.rightCol form h4 {
	padding: 1em 0;
	margin: 0;
}
.rightCol h5 {
	margin: 0;
}
.TabbedPanelsContentGroup {
	border-top: 1px solid #d0d0d0;
	padding: 18px 0;
}

/*levels for abstracts*/
h4.level1 {
    margin-left: 57px;
}
h4.level2 {
    margin-left: 39px;
}
h4.level3 {
    margin-left: 21px;
}
.rightCol h4 img {
    margin-top: 8px;
    margin-right: 4px;
}
#posters h4, #breakouts h4 {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0;
}
#posters p, #breakouts p {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #e0e0e0;
}

/*live coverage page styles*/
.twtr-mid {
	border: 1px solid #ddd;
	padding: 8px;
}
.infoBox {
	width: 230px;
	float: left;
	margin: 0 10px 12px 0;
	border: 1px solid #FF784B;
	background-color: #E5E0DE;
	padding: 2px 4px 4px 4px;
	color: #333333;
	text-decoration: none;
}
#twtr-search-widget, .twtr-widget {
	width: 230px;
	float: left;
	margin:  18px 0 10px 0;
}
.twtr-widget {
font-size: .9em;
position:relative;
}
.twtr-fullscreen {
font-size:220% !important;
}
.twtr-widget .twtr-spinner {
background:transparent url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat scroll 0 0;
height:14px;
position:absolute;
right:3px;
top:3px;
width:14px;
}
#blogbox.twtr-widget, #podcasts.twtr-widget {
	width: 490px;
	margin-right: 0;
}
#podcasts h4 {
	color: #007CBA;
}
#podcasts  {
	font-size: .9em;
}
#podcasts .right {
	margin-right: 0
}
#podcasts .right {
}	
.twtr-inactive {
display:none;
}
.twtr-widget a img {
border:0 none !important;
}
.twtr-doc {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
font-weight:normal;
overflow:hidden;
text-align:left;
width:100%;
}
.twtr-bd {
padding:0 1px;
font-size: .9em;
}
.twtr-widget .twtr-tweet-wrap {
overflow:hidden;
padding:6px 8px;
}
.twtr-fullscreen .twtr-tweet-wrap {
padding:20px;
}
.twtr-widget .twtr-tweet {
border-bottom:1px dotted #DDDDDD;
overflow:hidden;
}
.twtr-widget .twtr-tweet a.twtr-reply {
visibility:hidden;
}
* html .twtr-widget .twtr-tweet a.twtr-reply {
visibility:visible;
}
.twtr-widget .twtr-tweet:hover a.twtr-reply {
visibility:visible;
}
.twtr-widget-profile img.twtr-profile-img {
border:0 none !important;
display:block;
float:left;
height:31px;
width:31px;
}
.twtr-widget h3, .twtr-widget h4, .twtr-widget p {
line-height:1.2 !important;
margin:0 !important;
padding:0 !important;
width:auto !important;
}
.twtr-widget-profile h3, .twtr-widget-profile h4 {
margin:0 0 0 40px !important;
}
.twtr-widget h3 {
font-size:11px !important;
font-weight:normal !important;
}
.twtr-widget h4 {
font-size:1.1em; !important;
}
.twtr-widget i {
display:block;
font-size:9px;
font-style:normal;
margin-top:2px;
}
.twtr-hd, .twtr-ft {
overflow:hidden;
padding:4px;;
position:relative;
background: #8DB6D4;
color: #fff;
font-size: .9em;
}
.twtr-fullscreen .twtr-hd {
height:0;
padding:0;
}
.twtr-timeline {
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
height:250px;
overflow-y:scroll;
position:relative;
z-index:2;
}
.twtr-flat .twtr-timeline {
overflow-x:hidden;
overflow-y:scroll;
}
.twtr-widget .twtr-tweet:last-child {
border-bottom-width:0;
}

.twtr-ft div {
overflow:hidden;
padding:10px;
}
.twtr-ft span {
float:right;
text-align:right;
}
.twtr-ft a {
display:block;
float:left;
}
.twtr-ft span a {
float:none;
}
.twtr-avatar {
display:block;
float:left;
height:40px;
overflow:hidden;
width:40px;
}
.twtr-fullscreen .twtr-avatar {
height:80px;
width:80px;
}
.twtr-img {
height:25px;
width:25px;
}
.twtr-img img {
height:30px;
width:30px;
}
.twtr-fullscreen .twtr-img img {
height:72px;
width:72px;
}
.twtr-fullscreen a.twtr-join-conv {
display:none;
}
.twtr-tweet-text {
margin-left:40px;
}
.twtr-fullscreen .twtr-tweet-text {
margin-left:90px;
}
.twtr-doc a {
text-decoration:none !important;
}
.twtr-doc a:hover {
text-decoration:underline !important;
}
ul.bloglinks, ul.videos {
	margin: .5em 0 .5em 1.5em;
	padding: 0;
	padding-left: .5em;
}
ul.bloglinks {
	list-style-image: url(/images/chicago/dbl_red_arrows.gif);
	font-weight: bold;
}
ul bloglinks li, ul.videos li {
	margin-left: 1em;
}
ul.videos, .right {
	list-style-image:url(/images/chicago/btn_video.gif);
	font-size: .85em;
}
ul.videos li {
	padding-top: 0;
	
}
ul.videos li a {
	font-size: 1.1em;
	font-weight: bold;
}
#liveBlogLinks {
	clear: both;
}
#blogWindow {
	background-color: #fff;
	border: 1px solid #666;
	padding: 4px;
}
a.closeLink2 {
	float: right;
	background: url(/images/ico_closewindow.gif) no-repeat left;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 14px;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin: 2px;
	background-color:#666;
	cursor: hand;
}
.galleryBox {
	border: 1px solid #f8860f;
	background: #ffd275;
	width: 100%;
	padding-bottom: 8px;
	margin-top: 12px;
}
#galleryLinks {
	padding: 8px;
	font-size: .9em;
	background-color:#f8860f;
	color: #fff;
}
.mainImg {
	margin: 0 0 12px 0;
	width: 572px;
	height: auto;
}
p#caption {
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
}
	
#galleryLinks a {
	color: #ffefce;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#galleryLinks a:hover {
	color: #fff;
}
#liveBlogLinks {
	width: auto;
	font-size: .95em;
}
#twitterBox {
	float: right;
	width: 230px;
}
#right .AccordionPanelContent div {
	width: 192px;
}
#galleryLinks a.currentDay {
	color: #fff;
}
#thumbnails {
	clear: both;
    width: 100%;
    overflow: auto;
	margin: 0 10px 8px 10px;
    /*border: 1px solid #f8860f;
	border-top: none;
    margin: 0 auto 8px auto;
    background: #ffd275;*/
}
#thumbnails div {
    position: relative;
    width: 105px;
    height: 70px;
    float: left;
    margin: 4px 8px 4px 0;
    padding: 0;
    float: left;
    display:inline;
}
#thumbnails img {
    width: 103px;
    height: 70px;
    position: absolute;
    border: solid 1px #404040;
    cursor: pointer;
}
p.arrow {
    background: url(/images/events/summit11/link_arrows.gif) no-repeat top left;
    font-family: Verdana, Arial, Geneva, sans-serif;
    margin-top: 0;
    padding-left: 15px;
}
p.arrow a { text-decoration: none;}

/*YouTube videos*/
.video-links { padding: 6px 0 0 0; list-style: none;}
.video-links li, .video-links dd { float: left; padding: 0 8px 20px 0; background: none; }
.video-links li a , .video-links dd a{ display: block; text-decoration: none; }
.video-links li a span, .video-links dd a span {display: block; padding: 1px; border: 1px solid #d0d0d0; float: left;}
.video-links li a span img, .video-links dd a span img{ width: 75px; height: auto;}
.video-links li h4 { float: right; width: 188px; padding-left: 10px; font-size: .8em; font-weight: normal}
.video-links dt {font-weight: bold; font-size: 1em; color: #454545;}
.video-links dd {padding-left: 26px; background: url(/images/events/summit11/ico_video24.png) no-repeat left top; padding-bottom: 6px; float: none;}