/* @override 
	http://media.linux.intersurgical.com/global/styles/learn.css
	http://localhost:8888/css/learn.css
*/

#video_stage {
	width: 960px;
	height: 454px;
	margin-bottom: 20px;
	background: url(http://media.intersurgical.com/global/elements/video_stage.jpg) no-repeat center;
	position: relative;
	z-index: 1;
}

#video_stage.small {
	width: 960px;
	height: 454px;	margin-bottom: 20px;
	background: url(http://media.intersurgical.com/global/elements/video_stage_small.jpg) no-repeat center;
	position: relative;
	z-index: 1;
}

#video_stage h2 {
	margin-left: 160px;
	position: relative;
	top: 30px;
	color: #51a492;
	display: none;
}

.col3 {
	width: 280px;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
}
	
.col3 h2 {
	color: #51a492;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 10px;
	padding-left: 20px;
}

.col3 ul {
	margin-left: 20px;
}

.col3  li {
	margin-top: 6px;
}

#video_stage .video_object {
	position: absolute;
	top: 37px;
	left: 158px;
	z-index: 1;

}

#video_stage.small .video_object {
	position: absolute;
	top: 37px;
	left: 238px;
	z-index: 1;
}

h2 a {
	color: white;
	background: url(http://media.intersurgical.com/global/elements/youtube.png) no-repeat right center;
	font-size: 10px;
	display: inline;
	font-weight: normal;
	font-style: normal;
	padding-right: 40px;
	margin-left: 35px;
}

h2 a:hover {
	color: #767777;
	text-decoration: none !important;
}

/* Iconize */
a[href$='.pdf'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(http://media.intersurgical.com/global/elements/icons/icon_pdf.gif) no-repeat left;
}

a.iconless {
	background-image: none;
	padding: 0;
}

.external {
	background: url(http://media.intersurgical.com/global/elements/icons/external_icon.gif) no-repeat left 1px;
	padding-left: 17px;
	font-size: 10px;
	padding-bottom: 4px;
	padding-top: 2px;
}

li.first_link {
	margin-top: 20px;
}

/* Support page */

body.support h1 {
	color: #64b6a7;
	margin-left: 30px;
	font-size: 20px;
	margin-top: 10px;
}

body.support h2 {
	font-size: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 25px;
	padding-bottom: 2px;
	border-bottom: 1px solid #575757;
}

body.support #content li {
	display: block;
	padding-left: 25px;
	margin: 5px;
	background-color: #ececec;
	padding-top: 2px;
	padding-bottom: 2px;
}

body.support #content li:hover {
	background-color: #cecece;
}