/* ================= general ================= */
body {
	background-color: #333333;
	font-size: 100%;
}

/*div#fullhead {
	position: static;
	z-index:-1;
}*/

div#container {
	width: 764px;
}

div#top_strip {
	width: 754px;
	height: 30px;
	background-color: #9FBCE7;
	border: 2px solid #000;
	padding-left:5px;
}

div#body {
	position: relative;
	margin-top: -50px;
	z-index:1;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", arial, sans-serif;
	color: #000080;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {

	margin-bottom: 0.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
	border-top: 2px solid #000050;
	border-bottom: 1px solid #000050;
	background: url(/images/2008/boxtop.jpg) #fff repeat-x 100% 0;
	padding: 2px;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

strong, em em, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
	background: #ffc;
}

code {
	color: #800;
}

/* 2 class for image floating */
img.imgright {
	float: right;
	margin-left: 1em;
}

img.imgleft {
	float: left;
	margin-right: 1em;
}

a:link {
  color: #24468c;
  text-decoration:none;
}

a:visited {
  color: #24468c;
  text-decoration:none;
}

a:active {
  color: #f00;
  text-decoration:none;
}

a:hover {
  color: #ff8200;
  text-decoration:underline;
}

div#page ol, div#page ul {
	margin-left: 3em;
	margin-bottom: 1em;
}

div#page ol {
	list-style: decimal;
}

.feature-list {
  list-style: disc url(/images/accept.png) outside;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  float: left; 
  display: block; 
  width: 225px; 
  margin-top: 20px;
}

.feature-list li {
  margin: 2px 0;
  padding: 0;
}

dl {
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}

input[type="text"], input[type="password"], textarea, select {
  border: 2px solid #b8b8b8;
  padding: 0.2em;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border: 2px solid #c1e800;
  padding: 0.2em;
}

.fieldWithErrors input[type="text"], .fieldWithErrors input[type="password"], .fieldWithErrors textarea, .fieldWithErrors select {
  border: 2px red solid;
  padding: 0.2em;
  margin: 0;
}

.fieldWithErrors {
  margin: 0;
  padding: 0;
}

/* ================ landing page ============== */
#landing_body {
  margin-top: 15px;
}

#landing_body h1 {
  font-size: 1.3em;
  margin-bottom: 3px;
  padding: 0;
}

#landing_body h2 {
  font-size: 1.1em;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
}

#landing_body h3 {
  font-size: 1.1em;
  padding-top: 15px;
}

#landing_body .emphasize {
  color: #990000;
  font-weight: bold;
}

#landing_body #sub_body {
  margin-left: 50px;
}

#landing_body #thank_you {
  margin: 20px 0 20px 0;
  text-align: center;
  width: 100%;
  float: left;
}

#landing_body #section_1 .image_box {
  float: right;
  padding-left: 30px;
  padding-right: 60px;
}

#landing_body #section_1 .image_box p {
  text-align: center;
  font-style: italic;
  color: #303030;
}

#landing_body img.border {
  border: 1px solid #000;
}

#landing_body #section_2 img {
  float: left;
  margin-left: 40px;
  margin-right: 20px;
}

#landing_body #section_2 #youtube_video {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}

#landing_body #section_3 .image_box {
  float: right;
  padding-left: 30px;
  padding-right: 40px;
  width: 240px;
}

#landing_body #section_3 .image_box p {
  text-align: center;
  font-style: italic;
  color: #303030;
  font-size: .7em;
  line-height: 1.2em;
}

#landing_body #section_1 {
  float: left;
  clear: right;
  width: 100%;
}

#landing_body #section_2 {
  float: left;
  clear: right;
  width: 100%;
}

#landing_body #section_3 {
  float: left;
  clear: right;
  width: 100%;
}

#landing_body .get_started_btn {
  text-align: center;
}

#landing_body hr {
  height: 0;
  border: 1px solid #000080;
}

#landing_body p {
  font-size: 0.9em;
  padding-bottom: 10px;
}

#landing_body ol {
  list-style: decimal;
}

#landing_body ol li {
  font-size: 0.9em;
  margin-left: 20px;
  padding-bottom: 10px;
}

div#landing_page {
	line-height: 1.2em;
	background-color: #9FBCE7;
	width: 760px;
}

div#landing_page .inner {
  padding: 10px;
}

div#landing_body {
	margin-top: 5px;
}

/* ================= header ================= */
div#header {
	clear:left;
	height: 140px;
	width: 764px;
	background-image: url(/images/2008/logo.jpg);
	background-repeat: no-repeat;
	vertical-align:top;
	display: block;
	margin: 0 auto 0;
	overflow: hidden;
}

div#header h1 {
	padding-left: 1em;
	color: #fff;
	display:inline;
}

div#header h1 a {
	color: #fff;
	text-decoration: none;
	text-indent:-7000px;
	display: block;
	width: 359px;
	height:75px;
	float: left;
}

/* ================= main navigation ================= */
#navmain {
	float: right;
	width: 534px;
	height: 23px;
	background: url(/images/2008/boxtop.jpg) repeat-x 100% 0;
	margin-top: -14px;
	margin-right: 20px;
	border: 2px solid #000;
	font-size: 14px;
	font-weight: bold;
}

#navmain ul {
	margin: 0;
	padding: 0 0 0 20px;
	width: 534px;
	list-style: none;
}

#navmain li {
	display: inline;
	margin: 0;
	line-height: 23px;
}

#navmain a {
	float: left;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 100px;
	text-align: center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navmain a span { float: none; }
/* End IE5-Mac hack */

#navmain a:hover {
	background-color: #24468c;
	color: #fff;
}

.NA a {
	color:#666666;
	text-decoration: none;
	cursor:default;
	font-weight:lighter;
}

/* ================= main page ================= */
div#page div.inner {
	padding: 1em 1em;
	font-size: 0.8em;
}

div#page {
	line-height: 1.2em;
	background-color: #9FBCE7;
	margin-top: -5px;
	margin-right: 20px;
	float:right;
	width: 534px;
}

.left75 {
	border: 2px solid #000;
}

/* ================= footer ================= */
div#footer {
  clear:left;
	text-align: center;
	font-style: italic;
	background-color: #9FBCE7;
	padding-top: 1em;
	padding-bottom: 2em;
	font-size: smaller;
	color: #555;
}

/* ================= MENU navigation ================= */
div#nav {
	font-size: 1em;
	margin-right: 15px;
	margin-top: -27px;
}

div#nav div.inner {
	padding: 1em;
	padding-top: 0;
	margin-top: 0;
}

div#nav ul {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0.5em;
}

div#nav p {
	margin-bottom: 0.2em;
	margin-left: -3px;
	background-image: url(/images/2008/boxtop.jpg); 
	border: 2px solid #000;
	width: 167px;
	height: 20px;
	text-align:center;
}

div#nav div.inner ul.menu li {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	margin-bottom: 0;
	margin-top: 0;
}

div#nav div.inner ul.menu a {
	display: block;
	width: 95%;
	padding-left: 5px;
	/*background-color: #fff;*/
	/*color: #000;*/
	border-bottom: 1px solid #ddd;
	margin: 0;
	text-decoration: none;
}

div#nav div.inner ul.menu a:link, 
div#nav div.inner ul.menu a:visited, 
div#nav div.inner ul.menu a:hover {
	text-decoration: none;
}

div#nav div.inner ul.menu a:hover {
	background-color: #24468c;
	color: #fff;
}


/* ================= tables ================= */
table {
	margin-bottom: 2em;
}

table caption{
	background: #F6F4F1;
	color: #110;
	border: 1px solid #F2EDDA;
	font-size: 110%;
	letter-spacing: .1em;
	padding: .5em;
}

td, th {
	text-align: center;
}

th{
	background: #A58F6C;
	border: 1px solid #F2EDDA;
	color: #F5F4F0;
	font-weight: bold;
	padding: .4em;
	text-transform: capitalize;
}

th a:link, th a:visited {
	color: #fffe80;
}

th a:hover {
	color: #ff8200;
}

tr.head th {
	background: #110;
}

tr.head th a:link, 
tfoot td a:link, 
tfoot td a:visited, 
tr.head th a:visited {
	color: #A0C1F8;
}

tr.head th a:hover,
tfoot td a:hover {
	color: #ff8200;
}

td{
	/* background: #fff; */
	color: #110;
	border: 1px solid #F2EDDA;
	padding: .4em;
}

tr.odd td, td.odd, .odd {
	background: #F6F4F1;
}

tfoot th, tfoot td{
	background: #666 !important;
	color: #F5F4F1;
}
/* ================= custom boxes ================= */
/*#learnmore_box {
	background: #9FBCE7;
	border: 2px solid #000;
	width: 165px;
	margin-bottom:8px;
}

#videos_box {
	background:#ECAAAA;
	border: 2px solid #000;
	width: 165px;
	margin-bottom:8px;
} */

#updates_box {
	background:#9FBCE7;
	border: 2px solid #000;
	border-top: 0;
	width: 165px;
	margin-bottom:8px;
}

#course_box {
	background:#ADECAA;
	border: 2px solid #000;
	border-top: 0;
	width: 165px;
	margin-bottom:8px;
}

/* ================= sample videos ================= */

#video {
	float:right;
	text-align:center;
	width: 220px;
	padding:1px;
	margin-top:0px;
}

div #video h3{
	background:url(/images/free_sample.gif) center no-repeat;
	overflow:hidden;
	text-indent:-7000px;
	display: block;
	width: 100%;
	height: 21px;
}

#training-bottom {
  float: left;
  clear: both;
}

#training-signuplink {
  margin-bottom: 20px;
}

/* ================= course pages ================= */

#promo_video {
	float:left;
	clear:left;
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid #3D49BA;
	background-color: #6FAAFF;
	text-align: center;
}

#promo_video p {
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 10px;
}

#payment_options {
	background:#90AAD1;
	background-image:url(/images/shopping_cart_bk.gif);
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
	text-align:center;
	width: 175px;
	border: 1px solid #1C408B;
	padding:5px;
}

#purchase_course {
	background-image: url(/images/purchase_course.gif);
	background-repeat:no-repeat;
	display:block;
	width:148px;
	margin-bottom:10px;
}

#full_access {
	background-image: url(/images/full_access.gif);
	background-repeat:no-repeat;
	display:block;
	width:157px;
	margin-top:10px;
}

#videos_included {
	clear:both;
}

#videos_included p {
  font-size: 12pt;
}

#videos_included a {
  display: block;
	background-image:url(/images/button_play.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
}

#videos_included a:hover {
	display: block;
	color:#3D49BA;
	font-weight:bold;
	cursor:pointer;
	background-color:#6FAAFF;
	background-image:url(/images/button_play_blue.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
}

#summary {
  font-size: 11pt;
  padding-bottom: 20px;
  color: #000080;
}

#enter_course {
  padding-bottom: 15px;
}

#coming_soon {
  background-image: url(/images/coming_soon.gif);
  background-repeat: no-repeat;
  display:block;
  text-indent: -7000px;
  height:30px;
}

/* ================= custom fact styles ================= */
#fact {
  padding:4px;
  margin: 0px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  width: 751px;
  height: 14px;
  opacity: .7;
  filter: alpha(opacity=70);
  z-index: 3;
  float: left;
  position: relative;
  top: -139px;
  left: 2px;
}

#fact p {
  font-size:10px;
}

#source a {
  font-size:10px;
}

/* ================= custom added what-not ================= */
#video {
  float:left;
  text-align:center;
  margin:10px;  
}

#video a p {
  text-align:center;
}

#video-category {
  float:left;
  clear:left;
}

#signup {
  overflow:hidden;
  width:150px;
  height:71px;
  float:right;
  clear:left;
  margin:0px;
  background: url(/images/register_newsletter.gif) bottom right no-repeat;
  text-indent: -10000px;
}

ainput{
  display:block;
  clear:left;
}

textarea{
  display:block;
  clear:left;
}

#state_div{
 display:inline;
 padding:0px;
 margin:0px;
}

.login_button {
  vertical-align: middle;
  padding-right: 5px;
}

.new_user_button {
  vertical-align: middle;
  padding-left: 10px;
}

.view_cart_button {
  vertical-align: middle;
  padding-left: 10px;
}

.submit_button {
  vertical-align: bottom;
  padding-left: 5px;
}

#login_box{
  margin-top:5px;
  float:left;
}

#cart_box{
  margin-right:5px;
  margin-top:3px;
  float:right;

}


#login_box div{
}

#login_box span{
  font-weight:bold;
  font-size: 12px;
}

#login_box span a{
  font-weight:bold;
  font-size: 12px;
  color:white;
}

#login_box span a:hover{
  font-weight:bold;
  font-size: 12px;
}


#login_box input {
  font-size:10px;
  margin:0 3px 0 3px;
}

#info {
  font-size: 12pt;
  font-weight: bold;
  padding-bottom: 20px;
  color: #000080;
}

#signupentries{
  margin-left: 10px;
  padding-bottom:15px;
}

#signupentries p input[type="text"], #signupentries p input[type="password"] {
  display:block;
  float:left;
  margin: 0 0.4em 0.5em 0;
}

#signupentries select {
  width:175px;
  display:block;
  float:left;
  margin: 0 0.4em 0.5em 0;
}

#signupentries p div {
  width:175px;
  display:block;
  float:left;
  margin: 0 0.4em 0.5em 0;
}

.signupcheckbox {
  clear: right;
  float: left;
}

#signupbutton {
  clear: both;
  margin-right: 90px;
}

#savebutton {
  clear: both;
  margin-left: 190px;
  padding-top: 20px;
}

#signupentries p label{
  width:200px;
  float:left;
  clear:left;
  display:block;
  margin: 0 0.8em 0 0;
  font-size: 11pt;
  text-align: right;
}

#signupentries p {
  margin-bottom: 0.8em;
}

#signupentries .fieldWithErrors input[type="text"], #signupentries .fieldWithErrors input[type="password"] {
	display: block;
  float: left;
  margin: 0 0.4em 0.5em 0;
}

#signupform form p input[type="submit"]{
  font-size:20px;
  color:blue;
  background:#CCCCFF;
  border:solid 2px blue;
}
#signupform form p input[type="submit"]:hover{
  font-size:20px;
  color:green;
  background:#CCFF99;
  border:solid 2px green;
}

#signupform .form_detail{
  float:left;
  font-size:10px;
  color: #000;
}

.subscription-admin-box{
  border:1px black dashed;
  margin:5px;
}
.product-admin-box{
  border:1px black dashed;
  margin:5px;
}
.video-admin-box{
  border:1px black dashed;
  margin:5px;  
}

#contact_fieldset label, #forgot_fieldset label {
  display: block;
  font-size: 12pt;
  margin-bottom: 5px;
}

#contact_fieldset input, #contact_fieldset textarea, #forgot_fieldset input {
  margin-bottom: 10px;
}

#login_fieldset label {
  display: block;
  font-size: 12pt;
}

#login_fieldset input {
  margin-bottom: 10px;
}

#about_page p {
  margin-bottom: 1em;
}

/* =================== Tell a Friend ========================== */
.plaxo_box p label {
  width:50px;
  float:left;
  clear: left;
  display:block;
  margin: 0 0.8em 0 0;
  font-size: 11pt;
  font-weight: bold;
  text-align: right;
}

.plaxo_box p {
  margin-bottom: 0.8em;
}

#send_email_to_friends form p input {
	background-image: url(/images/send_email_to_friends.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -7000px;
	width: 166px;
}

#skip_to_my_account form button_to {
	background-image: url(/images/skip_to_my_account.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -7000px;
	width: 129px;
}

/* =================== Account page ========================== */

#account_content {
  padding: 10px;
  float: left;
  background-color: #e0e0e0;
  border: 2px solid #000080;
  width: 95%;
}

#account_content table {
  padding: 0;
  margin: 0 0 10px 0;
  width: 100%;
}

#account_content table th {
  background-color: #909090;
  border: 1px solid #606060;
}

#account_content table td {
  border: 1px solid #606060;
  background-color: #f0f0f0;
}

#account_content #add_testtaker {
  float: right;
}

#account_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#account_menu li {
  float: left;
  margin: 0;
}

#account_menu a {
  font-size: 12pt;
  font-weight: bold;
	margin-right: 10px;
	padding: 0 0 1px 10px;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	background: #e0e0e0 url(/images/tab-left.gif) left top no-repeat;
}

#account_menu a span {
  background: #e0e0e0 url(/images/tab-right.gif) right top no-repeat;
  padding-right: 10px;
}

#account_menu a:hover, #account_menu li.current a {
  color: #fff;
  background: #000080 url(/images/tab-left-hover.gif) left top no-repeat;
  padding: 0 0 1px 10px;
}

#account_menu a:hover span, #account_menu li.current a span {
  background: #000080 url(/images/tab-right-hover.gif) right top no-repeat;
  padding-right: 10px;
}

#take_course_icon a {
	background-image: url(/images/enter_course.gif);
	background-repeat:no-repeat;
	display:block;
	overflow: auto;
	text-indent:-7000px;
	width:129px;
	margin-bottom:10px;
}

#print_certificate_icon a {
	background-image: url(/images/print_certificate.gif);
	background-repeat:no-repeat;
	display:block;
	overflow: auto;
	text-indent:-7000px;
	width:127px;
	margin-bottom:10px;
}

#taker_area label {
  font-size: 12pt;
  font-weight: bold;
}

#courselist li span {
  padding-left: 15px;
}
/* =================== Video page ========================== */
#choose_user {
  border: 2px solid #3A5681;
  background-color: #fff;
  padding: 10px;
  width: 400px;
  margin: 30px auto 0;
}

#choose_user ul li {
  margin-bottom: 5px;
  padding: 3px;
  border: 1px solid #3A5681;
  background-color: #EBEFFB;
}

#course_videos {
  height: 130px;
  color: #fff;
  overflow: auto;
  font-size: 10px;
  font-family: "trebuchet ms", arial, sans-serif;
  padding-top: 5px;
  margin: 5px auto;
  width: 700px;
  border: 1px solid #3A5681;
  background-color: #333;
}

#course_videos ol {
  margin: 0 auto 0 auto;
  padding: 0;
}

#course_videos p {
  margin: 0;
  padding: 0;
}

#course_videos li {
  display: block;
  list-style: none;
  margin-left:7px;
  float: left;
  width: 90px;
  height: 105px;
  text-align: center;
}

#course_videos li.current {
  background-color: #101010;
  border: #aa0000 2px solid;
}

#course_videos_header {
  background-color: #19407B;
  border-bottom: 1px solid #3A5681;
  font-size: 14px;
  margin-top: -5px;
}

.viewed {
  float:left;
  width:90px;
  display:inline;
  background-image:url(/images/check.png);
  background-position: bottom left;
  background-repeat:no-repeat;
  border: #333333 2px dashed;
}

.unviewed {
  float:left;
  width:90px;
  border: #A9E6A6 2px groove;
  display:inline;
}

.current_video {
 border:red 2px outset;
}

.start_of_videos {
  display: block;
  background-image: url(/images/start_of_videos.gif);
  background-repeat:no-repeat;
  height:105px;
  width:100px;
  text-indent:-7000px;
  overflow:hidden;
}

.previous_video a {
  display: block;
  background-image: url(/images/previous_video.gif);
  background-repeat:no-repeat;
  height:105px;
  width:100px;
  text-indent:-7000px;
  overflow:hidden;
}

.end_of_videos {
  display: block;
  background-image: url(/images/end_of_videos.gif);
  background-repeat:no-repeat;
  height:105px;
  width:100px;
  text-indent:-7000px;
  overflow:hidden;
}

.next_video a {
  display: block;
  background-image: url(/images/next_video.gif);
  background-repeat:no-repeat;
  height:105px;
  width:100px;
  text-indent:-7000px;
  overflow:hidden;
}

.save_and_close {
  display: block;
  cursor:pointer;
  background-image: url(/images/save_and_close.gif);
  background-repeat:no-repeat;
  height:20px;
  width:129px;
  margin: 0 auto;
  text-indent:-7000px;
  overflow:hidden;
}


/* =================== Store page ========================== */

#product_box {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-style:dotted;
	border-bottom-color:#0066FF;
	border-bottom-width:1px;
	display:block;
	clear:both;
}

#product_image {
	float:left;
	padding-right: 10px;
}

#add_to_cart {
	float:right;
}

#cart_box {
	float:right;
}

#cart_box a {
  display: block;
  background-image: url(/images/view_cart.gif);
  background-repeat:no-repeat;
  height:20px;
  width:100px;
  text-indent:-7000px;
  overflow:hidden;
}

#product_name {
	font-size:14px;
	font-weight:bold;
}

#product_price {
	font-size: 14px;
	font-weight:bold;
	color:#990000;
}

#product_description {
	display:block;
}

.course_list_box {
	border: solid 1px #ffffff;
}

#store_courses table {
  padding: 0;
  margin: 10px 0 10px 0;
  width: 100%;
}

#store_courses table td {
  border: 1px solid #606060;
  background-color: #D5E6F9;
}

.course_list {
	border: 0px;
}
.course_name {
	text-align: left;
	border: 0px;
}

.course_price {
	text-align: center;
	border: 0px;
}

#shopping_cart {
  width: 100%;
}

#shopping_cart th {
  background-color: #617E99;
  color: #fff;
  border: 1px solid black;
}

#shopping_cart td {
  background-color: #fff;
  border: 1px solid black;
}

#shopping_cart .total {
  font-weight: bold;
  background-color: #FFFBD8;
}

#shopping_cart .empty {
  border: 0;
  background: none;
}

.google_checkout {
	float: left;
}

/* ================= Successful Login / Error Box ================= */

#flash{
  z-index: 3;
  padding-bottom:10px;
  text-align:center;
  margin:-5px auto 5px;
  width:500px;
}

.flash_google {
	border: 2px solid #fe0101;
  background-color: #ffaaaa;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  opacity: .7;
  filter: alpha(opacity=70);
}



.flash_error {
	border: 2px solid #fe0101;
  background-color: #ffaaaa;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  opacity: .7;
  filter: alpha(opacity=70);
}

.flash_notice {
  border: 2px solid #289949;
  background-color: #92F453;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  opacity: .7;
  filter: alpha(opacity=70);
}

.errorExplanation {
  border: 2px solid #fe0101;
  background-color: #ffaaaa;
  padding: 3px;
  font-size: 12px;
  margin: 0 0 10px 0;
  font-size: 12px;
}

.errorExplanation h2{
	font-size: 1.4em;
	border: 0;
	background: none;
	padding: 0;
	color: black;
}

/* ================== FEEDS PAGE ===================== */
.feedItemBox {
  background-color: #EAF2FF;
  border: 2px solid #000;
  padding: 5px;
  margin-bottom: 5px;
}

.feedItemBox h3 {
  font-size: 1.2em;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
