body 
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	padding-bottom: 30px;
	min-width: 1100px
}

.right 
{
	float:right;
}
.left 
{
	float: left;
}
.error { color: red !important; font-weight: bold;}
.clear { clear:both; }

.green { color: #36a400}
.blue {color: #00b4ff }
.grey { color: #818181; font-size: 14px}

h1 
{
	font-size: 24px;
	font-weight: normal;
	color: #db1c23;
	margin: 0;
}
img {border: 0}
h2 
{
	margin: 0;
	font-size: 27px;
	color: #5b5b5b;
}
.pointer { cursor: pointer}

#topHeader
{
	background: url("../images/headerSlice.png") repeat-x;
	height: 39px;
	width:100%;
	margin: 0;
	color: #fff;
	

}

.dropDownBox 
{ 
	display: none;
	width: 200px; 
	border: 1px solid #ccc;
	position: relative;
	left: 800px;
	top: -5px;
	background: #fff;
	-moz-border-radius-bottomleft: 2px 2px;
	border-bottom-left-radius: 2px 2px;
	-moz-border-radius-bottomright: 2px 2px;
	border-bottom-right-radius: 2px 2px;

	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;

	z-index: 99999;
}

.headerContent 
{
	width: 1013px;
	height: 39px;
	margin: 0 auto;
	line-height: 39px;
	
}

.headerContent img { margin-left: 16px; }
.settingArrow { margin-top: 15px; }
.settingGear { margin-top: 8px; }

.nameSpan 
{
	font-size: 16px; 
	color: #c1c7c9; 
	text-shadow: 1px 1px #000, -1px -1px #000;
	text-decoration: none;
	

}

.lowerHeaderTop 
{
	height: 30px;
	margin: 0 auto;
	background: #f1f1f1;
	border-top: 1px solid #d2d2d2;
	padding: 21px 0 21px 0;
}

.lowerHeader 
{
	height: 308px;
	width: 100%;
	margin: 0 auto;
	background: #f1f1f1;
	border-bottom: 1px solid #d2d2d2;
	padding: 21px 0 21px 0;
	min-width: 1030px;
}
.lowerHeader .content, .lowerHeaderTop  .content 
{
	width: 1003px;
	margin: 0 auto;
}

.company 
{ 
	display: block;
	margin-left: 180px; 
	color:#5a4e53; 
	font-size: 14px; 
	margin-top: 5px;
}

.courseCount
{
	width: 269px;
	height: 165px;
	background: #db1c23;
	color: #fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	border: 1px solid #a31611;
	margin: 30px 0 0 22px;

}
.navSelected { background-color: #f0f0f0 !important}
.courseCount span 
{
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.courseCount strong
{
	display: block;
	font-size: 130px;
	line-height: 130px;
	text-shadow: 1px 1px #000, -1px -1px #000;

}

.smallNav 
{
	list-style-type: none;
	margin: 0;
}

.smallNav li 
{
	display: block;
	float: left;
	width: 31px;
	height: 22px;
	padding-top: 4px;
	padding-left: 13px;
	border: 1px solid #d9d9d9;
}

.firstBox
{
	-moz-border-radius-bottomleft: 2px 2px;
	border-bottom-left-radius: 2px 2px;
	-moz-border-radius-topleft: 2px 2px;
	border-top-left-radius: 2px 2px;
}


.lastBox
{
	-moz-border-radius-bottomright: 2px 2px;
	border-bottom-right-radius: 2px 2px;
	-moz-border-radius-topright: 2px 2px;
	border-top-right-radius: 2px 2px;
}

.homeIcon { background: url(../images/icons/smallIcons.png) no-repeat; background-position: 0px -59px; display: block; width: 20px; height: 18px;}
.phoneIcon { background: url(../images/icons/smallIcons.png) no-repeat; background-position: 0px -28px; display: block; width: 20px; height: 18px; }
.aboutIcon { background: url(../images/icons/smallIcons.png) no-repeat; background-position: 0px 0px; display: block; width: 20px; height: 18px; }
.helpIcon { background: url(../images/icons/smallIcons.png) no-repeat; background-position: 0px -87px; display: block; width: 20px; height: 18px; }
.cartIcon { background: url(../images/icons/smallIcons.png) no-repeat; background-position: 0px -115px; display: block; width: 20px; height: 18px; }

.selected, .smallNav li:hover  
{
	background: url(../images/icons/selectedSmall.png)
}

.searchForm 
{
	margin-left: 63px;
}
.searchForm input[type=text] 
{
	height: 25px;
	border: 1 px solid #c0c0c0;
	width: 280px;
	margin: 0;
}
.searchForm input[type=submit] 
{
	height: 29px;
	width: 75px;
	font-size: 12px;
	background: #db1c23;
	color: #fff;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	border: 1px solid #a31611;
	margin-left: 5px;

}

.welcome 
{
	margin-left: 43px;
	margin-top: 48px
}

.name
{
	font-size: 37px;
	color: #5a4e53;
	margin-left: 30px;
}
.welcome
{
	font-size: 32px;
	color: #bdbdbd;
	margin-left: 5px;
}

.downloadInfo
{
	list-style-type: none;
	margin-top: 28px;
}

.downloadInfo li 
{
	display: block;
	float: left;
	width: 31px;
	height: 60px;

}

.downloadInfo .block1
{
	width: 81px;
	padding: 0px 30px 0px 0px;
	border-right: 1px solid #d9d9d9;
}
.downloadInfo .endBlock
{
	width: 490px;
	padding: 13px 0px 0px 30px;

}

.endBlock strong { color: #5a4e53; }

.divider {width: 982px; height: 4px; margin: 0 auto; background: #cf1a21; margin-top: 10px;}

.joined { margin-top: 25px; padding: 0; margin-left: 30px }

.redButton 
{
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	background: #db1c23;
	color: #fff;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	border: 1px solid #a31611;
	margin-left: 5px;

}

.redButton:hover { background: #a1161b}

.editProfile { margin-top: 70px; margin-right: 10px; width: 100px;}

.hideContent {margin-right: 15px; margin-top: 20px;}


/*
 *  Main Navigation
 *
*/

.mainCourseNav { width: 1050px; margin: 0 auto; margin-left: 25px; padding: 0;}
.mainNav 
{

	list-style-type: none;
	margin-top: 38px;
	padding: 0;

}

.mainNav li
{
	float: left;
	width: 99px;
	height: 62px;
	border: 1px solid #eee;
	text-align: center;
	padding: 0;

}

.mainNav a , .mainNav span
{
	display: block; 
	width: 99px; 
	height: 62px;
	text-decoration: none;
	color: #5a4e53;	
	padding: 0;
}

.profileIcon { background: url(../images/icons/largeIcons.png) no-repeat 30px -380px;}
.softskillsIcon { background: url(../images/icons/largeIcons.png) no-repeat 25px -560px;}
.computerIcon { background: url(../images/icons/largeIcons.png) no-repeat 25px -63px;}
.k12Icon { background: url(../images/icons/largeIcons.png) no-repeat 22px -315px;}
.certIcon { background: url(../images/icons/largeIcons.png) no-repeat 35px 0px;}
.templateIcon { background: url(../images/icons/largeIcons.png) no-repeat 32px -438px;}
.creatorIcon { background: url(../images/icons/largeIcons.png) no-repeat 32px -128px;}
.imagesIcon { background: url(../images/icons/largeIcons.png) no-repeat 25px -257px;}
.znanjaIcon { background: url(../images/icons/largeIcons.png) no-repeat 15px -507px;}
.elearningIcon { background: url(../images/icons/largeIcons.png) no-repeat 26px -194px;}


.mainNav li a:hover 
{
	background-color: #f1f1f1;
}


.navText li
{
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 0;

}
.navText li  { margin-top: 19px;}

.navText li span 
{ 
	font-size: 11px; 
	font-weight: normal; 
	display: block; 
	margin-top: 12px;
}

.navText li a:hover {background-color: #fff;}

.courseList
{
	margin: 0 auto;

	width: 1003px;
}

#courseList
{
		margin-top: 45px
}


.courseNav 
{
	width: 200px;
	margin-left: 12px;
	background: #f0f0f0;
	min-height: 300px;
	padding-top: 15px;
}

.courseNavHeader
{
	width: 190px;
	display: block;
	background: #db1c23;
	padding-left: 22px;
	font-weight: bold;
	margin-left: -12px;
	margin-top: 10px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;

}

.courseListBox
{
	padding-top: 10px;
	width: 748px;
	margin-left: 40px;

}

.courseContainer
{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	width: 748px;
	margin: 0;
	padding: 0;
}

.courseContainer li 
{
	float: left;
	display: block;
	height: 50px;


}

.courseContainer .updated
{
	width: 118px;
	border-right: 1px dotted #ccc;
}

.courseContainer .courseInfo
{
	width: 488px;
	border-right: 1px dotted #ccc;
}

.courseContainer .download
{
	width: 134px;

}

.downloadable
{
	height: 20px;
	width: 75px;
	line-height: 20px;
	font-size: 14px;
	background: #db1c23;
	color: #fff;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	border: 1px solid #a31611;
	margin-left: 15px;
	font-size: 12px;
	margin-top: 12px;

}
.downloadable:hover
{
	background: #a1161b
}

.download a 
{
	text-decoration: none;
}

.buyable
{
	height: 20px;
	width: 75px;
	line-height: 20px;
	font-size: 14px;
	background: #00b4ff;
	color: #fff;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	border: 1px solid #00b4ff;
	margin-left: 15px;
	font-size: 12px;
	margin-top: 12px;

}
.updatedText
{
	display: block;
	font-size: 20px;
	color: #989898;
	margin-top: 10px
}

.courseInfo h2 
{
	font-size: 16px;
	margin-top: 10px;
	margin-left: 15px;
}

.courseInfo a 
{
	text-decoration: none;
	color: #5b5b5b;
}

.dropDownBox a 
{
	text-decoration: none;
	display: block;
	padding-left: 10px;
	font-size: 14px;
}
.dropDownBox a:hover
{
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eff3fb;
}

.logout
{
	display: block;
	width: 190px;
	font-size: 18px;
	padding-left: 10px;
	color: #5a4e53;
	text-decoration: none;
	border-top: 1px solid #ccc;
}

.logout:hover
{
	background: #ccc;
}
.myCourses
{
	width: 750px;
}
.myCourses .courseInfo
{
	width: 500px;
}

.myCourses .download
{
	width: 130px;

}
.myCourses .download div
{
	margin: 0 auto;
	margin-top: 15px;
}

.myCourses .updated
{
	width: 100px;
	border-right: none;
	border-left: 1px dotted #ccc;
	text-align: center;
}

.myCourses .updated img{
	margin-top: 10px;
}

ul.contact{
	list-style:none;
	padding:0;
}

ul.contact li{
	width:265px;
	padding:10px 25px 20px 0px;
}

div.inner-container{
	border:1px solid #cdcdcd;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:35px;
}
.contact-back {

	height: 832px;
	margin-top: 20px;

}

.inner-contact {
	width: 100%;
	padding: 20px 40px 20px 40px;
}

.phone-info {
	color: #545d62;
}
.phone-info h3 {
	font-weight: normal;
	font-size: 20px;
	margin-top: 0;
}

.phone-info h1 {
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 10px;
}

.contact-left {
	width: 620px;
	float: left;
}

.contact-form {
	color: #827c7a;
	margin-top: 50px;
}
.contact-form span {
	font-size: 24px;
}

.contact-form label {
	font-size: 12px;
	display: block;
	color: #595521;
}

.contact-form input {
	width: 200px;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
}
.contact-form textarea {
	border: 1px solid #d2d2d2;
	height: 100px;
	width: 420px;
	font-weight: bold;
	font-size: 14px;
}

.contact-form input[type=submit]
{
	width: 100px;
	height: 30px;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 325px;
}
.contact-right {
	float: right;
	width: 415px;

}

.contact-right span {
	color: #DB1C23;
	font-size: 22px;
}
.contact-right p {
	font-size: 12px;
	width: 250px;
	color: #636363;
}

.contact-right strong {
	font-size: 12px;
	color: #DB1C23;
}

.contact-right a {
	color: #636363;
	font-weight: 700;
	font-size: 12px;
}
.emails {
	font-size: 12px;
	color: #636363;
}

#stockImgTryThis {
	border-bottom:solid #dcdcdc 1px;
	width:320px;
	height:195px;
	background:url('../../assets/images/artDept.png') no-repeat 0px 12px;
}
#stockImgTryThis a {
	
	padding: 50px 150px 110px;;
}

#stockImgWriteCaption {
	font-size:24px;
	font-weight:bold;
	color:#fb8e54;
	text-align:right;
}

#stockImgYouTube {
	padding:60px 0 0 10px;
}

#stockImgYouTube h3 {
	color:#343434;
	font-size:20px;
	font-weight:normal;
	padding:0 0 20px 0;
	margin:0;
}

#stockImgBodyRight {
	float:left;
	width:320px;
	
}
#stockImgBody {
	width: 1050px;
}

.stockImgVidInfo {
	font-size:10px;
	color:#000000;
}

.stockImgVid {
	padding:0 0 0 0;
	width:298px;
}

.stockImgVidImg {
	float:left;
	width:100px;
	margin-top:-11px;
}

.stockImgVidImgWrap {
	width:100px;
	height:56px;
	position: absolute;
	overflow:hidden;
	border:solid #ccc 1px;
	float:left;
}

.stockImgVidLink {
	float:right;
	font-size:12px;
	display:block !important;
	padding-right:28px;
	padding-top:5px !important;
	width:155px;
	color:#0000cc;
}

.stockImgVidInfo {
	padding-left:115px;
}

.stockImgVidTime {
	background-color:#3f3f3f;
	width:25px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:3px 2px 2px 2px;
	position:relative;
	top:-21px;
	left:70px;
	
}

.emails a {
	text-decoration: underline;
}

.mainSection
{
	width: 1050px;
	margin: 0 auto;
}

#stockImgHead{
	width:565px;
	padding:42px 0 0 34px;
	margin-top: 70px;
}

#stockImgHead img{
	margin-top:15px;
	margin-left:5px;
	float:left;
}

#stockImgHead h1{	
	margin:0;
	line-height: 36px;
	font-size:36px;
}

#stockImgHead h2{
	padding:4px 0 0 0;
	margin:0;
	
	font-size:14px;
}

#stockImgHeadLeft {
	float:left;
}

#stockImgHeadRight {
	float:right;
	margin-top: 20px;
}

.account-form li {
	width: 500px !important;
}
.account-form span {
	position: relative;
	left: 330px;
	color: red;
}

#stockImgGallery {
	width:700px;	
	float:left;
	

}

.stockImgImgWrap {
	position: relative;
	height: 300px;
	width:228px;
	text-align:center;
	float:left;
	margin:0;
	padding:0;
	
}

.image-content {
	position: absolute;
	left: 5px;
	bottom: 0;
}

.stockImgImgWrap div {
	color:#0181e3;
	font-size:11px;
	font-weight:bold;
}

.stockImgImgWrap div a {
	text-decoration:underline;
	color:#0181e3;
}

.stockImgImgTxt {
	text-align:left;
	padding:10px 10px 5px 25px;
}

#voteLeft
{
	float:left;
	width:512px;
	min-height:300px;
	color:#322a2a;
}

#voteLeft span
{
	font-size:14px;
}

.voteHeader
{
	font-weight:normal;
	margin:0;
	padding:0 0 20px 0;
	color:#DF3D82;
	font-size:27px;
}

h3.voteHeader
{
	padding-top:30px;
}

#voteLeft ul
{
	list-style-type:none;
	padding:0;
	margin:4px 0 0 0;
	width:415px;
}

#voteLeft ul li
{
	padding:17px 0 17px 0;
	border-bottom:solid #cccccc 1px;
}

#voteLeft ul div
{
	padding-left:10px;
}

#voteLeft ul #bottomLi
{
	border-bottom:none;
}

.voteDate
{
	color:#DB1C23;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
}

.voteCourse
{
	color:#322a2a;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
}
.goBtn
{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#ab0248;
	padding:5px;
	width:58px;
	color:#fff;
	text-decoration:none;
	font-size:24px;
	border:none;
	float:right;
	margin-top:20px;
	margin-right:10px;
}

#voteRight
{
	float:right;
	width:312px;
	background:url('../images/votebox_background.png') no-repeat;
}

#voteBoxHeader
{
	color:#DB1C23;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana;
	width:225px;
	padding:20px 20px 10px 20px;
	margin:0;
}
.suggestion-form {margin-top: 100px; !important }
#submitSuggestion {width: 120px; height: 25px; float: right; margin-right: 7px}
.suggestion-form textarea {width: 500px !important; height: 200px !important; margin-top: 10px;border: 1px solid #ccc}
#voteBoxBody
{
	color:#797e82;
	font-size:11px;
	width:225px;
	padding-left:20px;
	font-size:11px;
}

#voteLeft textarea
{
	overflow:auto;
}

#positionBox
{
	font-size:11px;
	color:#797e82;
}

#positionBox ul
{
	font-size:11px;
	color:#797e82;
	padding:0 0 0 10px;
	margin:0;
	list-style-type:none;
}

#positionBox ul li
{
	border-bottom:solid #e1e1e1 1px;
}

#positionBox h3
{
	font-size:11px;
	color:#797e82;
	padding:20px 10px 10px 10px;
	margin:0;
	font-weight:normal;
}

.choiceWrap
{
	width:200px;
	float:left;
}

.numberImg
{
	float:left;
	background:url('../images/vote1.png') no-repeat;
	background-position:0 10px;
	width:18px;
	height:35px;
}

.numberImg div
{
	padding:11px 0 0 5px;
	color:#ffffff;
	font-weight:bold;
}

.choiceName
{
	float:right;
	padding-top:11px;
	padding-bottom:11px;
	width:158px;
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	color:#322a2a;
}

.upDown
{
	float:right;
	width:40px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;

}

.upArrow, .downArrow, .dDownArrow, .dUpArrow
{	
	width:15px;
	height:22px;
	cursor:pointer;
	background:url('../images/arrows.png') no-repeat;
}

.dDownArrow, .dUpArrow
{
	cursor:default;
}

.dDownArrow
{
	background-position:-17px;
}

.dUpArrow
{
	background-position:0px;
}

.downArrow
{
	background-position:-51px;
}

.upArrow
{
	background-position:-34px;
}

.active a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #b40b51;
	padding: 3px 8px 3px 8px;

}
.unactive  {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #6d6d6d;
	padding: 3px 8px 3px 8px;
	color: #ababab;
}

.votecontent {
	width: 980px;
	padding-top: 80px;
	padding-bottom: 30px;
	margin: 0 auto;
}
.paginationWrap {

	margin-top: 15px !important;
}

.paginationWrap a {

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #db1c23;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	color: #fff;
	margin: 0px 3px 0px 3px;
	float: left;


}
.paginationWrap strong  {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #6d6d6d;
	padding: 3px 8px 3px 8px;
	font-weight: normal;
	color: #fff;
	float: left;
	margin-right: 3px;
}

#acc_info
{
	margin-left: 40px;
}
#acc_info ul {
	list-style-type: none;
}
#acc_info li {
	width: 200px;
	padding: 5px;
	font-size: 14px;
}
#acc_info li span {
	float: right;
	margin-right: 290px;
	margin-top: -25px;
	font-weight: normal;
}

.account-form label {
	float: left;
	width: 150px;
	font-size: 14px;
}
.account-form h3 {
	font-size: 27px;
	color: #5b5b5b;
	margin: 0;
}
.account-form input[type=text], .account-form input[type=password]
{
	height: 25px;
	width: 225px;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 25px;
	padding-left: 5px;
}

.account-form input[type=submit]
{
	height: 25px;
	width: 100px;
	font-size: 14px;
	float: left;
}

.account-form textarea
{
	width: 600px;
	height: 30px;
}


#acc_tools {
	margin-left: 100px;
}

#acc_tools ul {
	list-style-type: none;
}

.profilediv 
{
	width: 100%;
	margin: 30px 0px 30px 0px;

}

.courseNav a {
	display: block;
	font-size: 14px;
	color: #5a4e53;
	margin-left: 10px;
	text-decoration: none;
	margin-top: 10px;
	text-transform: uppercase;
}

.report table {
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.report table, td {
	border: 1px solid #bbbbbb;
	width: 700px;
	
}

.thead {
	color: #fff;
	background: #db1c23;
}

.account-form div 
{
	margin-top: 10px;
}

.courseCode
{
	width: 100px;
}

.bundle 
{
	width: 200px;
}

.logintemp { margin: 30px auto 30px auto}

#main-demo input[type=submit]
{
	margin-right: 670px;
	width: 120px;
}
.subscription li {
	list-style-type: none;
	width: 700px;
	height: 35px;
}
.subscription li span {
	display: block;
	float: left;
	font-size: 14px;
	width: 200px;
}

.renew 
{
	width: 100px;
	display: block;
	font-size: 14px;
	float: left;
	text-decoration: none;
	margin: 0;
	
}

.login-form
{
	padding: 25px;
	width: 283px;
	height: 242px;
	background: #f5f5f5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	color: #000;
	margin-top: 30px;
}

.login-form .signin { font-size: 16px; }

.login-form label {font-size: 14px; display: block; margin-bottom: 4px; margin-top: 5px; }

.login-form input[type=text], .login-form input[type=password]
{
	width: 278px;
	height: 32px;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 32px;
	padding-left: 5px;
}

.login-form .downloadable
{
	width: 63px;
	height: 31px;
	margin: 5px 0px 15px 0px;
	

}

.login-form a 
{
	text-decoration: none;
	color: #4055cc;
	
}

.home-intro {
	width: 380px;
	margin-left: 25px;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	line-height:24px;
}
.home-intro ul {
	margin-left:15px;
	padding:0;
}

.lower-homepage 
{
	margin-top: 120px;
}
.h1-large {
	font-size:60px;
	margin-top: 60px;
	margin-bottom:60px;
	line-height:60px;
}
.login-logo { margin-bottom: 30px;}

.demo-right {height: 413px; margin-top: 60px; font-size: 14px; color: #000; line-height: 20px}

.login-links { margin: 0 auto}
.lower-left p {padding: 0}
.lower-left h3 {margin: 0}
.lower-left { margin-top: 60px; margin-left: 0;}
.trial-links a 
{ 
	margin-top: 100px; 
	font-size: 24px; 
	text-decoration: none; 
	display: block;
	color: #cf1a21;
}

.trial-links {
	width:100%;
	text-align: center;
}
.rightUserInfo { width: 689px }

#coursecompiler footer > button {background: #db1c23}

aside.right { margin-bottom: 20px;}

#coursecompiler { border: none; margin-top: 30px; background-color: #fff}

.index {
	margin-right: 5px;
	margin-bottom: -10px;
}

.index span {
	margin: 7px 10px 0px 10px;
	display:block;
	float:left
}
.index img {
	float: left;
}

.stockImage {
	margin-left: 30px;
}

.rightCol {
	margin: 30px 0px 30px 20px;
}

.rightCol span {
	font-size: 12px
}

.rightCol a {
	text-decoration: none;
}

.fileInfo {
	background: #e3f0f1;
	height: 28px;
	border-top: 1px dotted #a3a4a7;
	width: 515px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
.fileInfoHeader {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}

.license {
	height: 23px;
	border-bottom: 1px dotted #a3a4a7;
	width: 515px;
	color: #008595;
}

.downloadButton {
	background: url(../images/buttonSlice.png);
	height: 29px;
	display: block;
	line-height: 29px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: #fff;
	width: 200px;
	margin-top: 10px;
}

.downloadButton:hover {
	background: #cc3318;
}

.noCatch {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e3f0f1;
	width: 515px;
	font-size: 12px;
	padding: 10px;
	margin-top: 20px
}

.captions {
	width: 515px;
}

.captions p {
	font-family: "Comic Sans MS", cursive;
	padding-left: 20px;
}

.notice {
	width: 500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #5c5d60;
	float: left;
	padding: 10px;
	margin-top: 30px; 
	background: #e0efff;
}

.notice  a {
	text-decoration: none;
}

.liveChat {
	margin-top: 3px;
}


.compilerIndex .left{
	width: 500px;
	margin-top: 50px;
}
.compilerIndex p {
	line-height: 20px;
}

.courseIndex {
	margin-bottom: 10px;
}

.refreshButton {
	width: 200px;
	display: block;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	font-size: 18px;
	margin-top: 50px;
	margin-left: 50px;
}

.refresh {
	padding: 20px;
	font-size: 12px;
}

.buy-text a{
	
	margin-left: 10px !important;
}

.compiler-selected-buy-now {
	color: #5b5b5b;
}
.compiler-buy-now a {
	color: #5b5b5b;
}

.compiler-buy-now span{
	display: block;
	margin-left: 30px;
	
}

.component-hidden {
	display:none;
}

.show-components {
	color: #5b5b5b;
	display:block;
	text-decoration: underline;
	margin-left: 235px !Important;
	margin-top: 5px !important;
}

.hotList {
	list-style-type: none;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding:0;
	margin:0;
}

.hotList li {
	float: left;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
}

.hotList li.title {width:500px }
.hotList li.downloads {width:122px; text-align: center; color: #5a4e53 }
.hotList li.option {width:50px; }
.hotList li a {text-decoration: none; color: #5a4e53}

.vert-sep 
{
	font-size: 32px;
	color: #e5e5e5;
	margin-left: 10px;
	margin-right: 8px;
	padding-bottom: -5px;
}

.top-text
{
	font-size: 16px;
	font-weight: lighter;

}
.h3-red
{
	font-size:24px;
	color:#cf1a21;
	font-weight:normal;
}

.holder {
	width:100%;
	text-align: center;
}
.social-buttons {
	margin-top: -70px;
}

.video-home {
	height: 400px;
}