body.contentpane {
	background: #ffffff;
	padding: 25px;
	font-size: 12px;
}
#theme-width {
	margin: 0px auto;
}

#text-background {
	position: relative;
	padding: 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 3px;
	box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 3px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
}
/* modules
----------------------------------------------- */

.moduletable, .moduletable_text, .moduletable_style1, .moduletable_style2, .browse-view .row {
	height: 100%;
	margin-bottom: 15px;
}

.moduletable_nobottom {
	margin-bottom: 0px;
}

.moduletable, .moduletable_text, .moduletable_style2 {
	border: none !important;
}

.item-page .moduletable {
	border: 0px;
}

.moduletable_text .module-content, .moduletable_style1 .module-content {
	padding-top: 0px;
}
.moduletable .module-content, .category-view .row, .featured-view .row, .latest-view .row, .topten-view .row, .browse-view .row {
	padding: 0px 0px 3px 0px;
}
.moduletable_empty, .moduletable_menu {
	height: 100%;
}
.moduletable_menu .module-content {
	padding: 0px;
}

.moduletable_style2 .module-content {
	padding: 10px 0px;
}

.moduletable_menu, .moduletable h3 {
}

.moduletable_menu h3 {
	letter-spacing: -1px;
	font-weight: 300;
	padding: 15px 0px;
	font-size: 18px;
	margin-bottom: 0px !important;
}

.moduletable_menu p {
	padding-bottom: 5px;
}

.moduletable_empty h1 {
	margin-bottom: 2px;
	letter-spacing: 0px;
}

.moduletable_menu_light h3, .moduletable_style1 h3, .moduletable h3, .moduletable_empty h3, .moduletable_menu h3, .category-view h4, .featured-view h4, .latest-view h4, .topten-view h4, .related-products-view h4 {
	letter-spacing: -1px;
	font-weight: 300;
	padding: 15px 0px;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.moduletable_date h3 {
	letter-spacing: -1px;
	font-weight: 300;
	padding: 15px 0px;
	margin-bottom: -10px !important;
	font-size: 18px;
	text-transform: uppercase;
}
.moduletable_menu_light h3 span, .moduletable_style1 h3 span, .moduletable h3 span, .moduletable_date h3 span, .moduletable_empty h3 span, .moduletable_menu h3 span {
	font-weight: 800;
}

#bot-modules h3 {
	border-bottom: none;
}

h3.ht a, h3.ht a:hover {
	text-decoration: none;
}

.moduletable_empty h3, .moduletable_style1 h3, .moduletable_menu_light h3, h3.ht {
	padding: 14px 0px !important;
}

.moduletable_style2, .moduletable_style1 {
	padding: 10px;
}

.moduletable_menu h3, .moduletable_menu_light h3 {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 300;
}

.moduletable_style2 .module-content h3 {
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -0.09em;
}

.moduletable_empty h3 {
	margin-bottom: 10px;
}

#footer .moduletable_empty h3, #footer .moduletable_menu h3, #footer .moduletable_products h3, #footer .browse-view h1, #footer .category-view h4, #footer .featured-view h4, #footer .latest-view h4, #footer .topten-view h4, #footer .related-products-view h4, #footer .product-details-header {
	background: transparent;
}
.moduletable table td, .moduletable_text table td, .moduletable_menu table td, .moduletable_empty table td {
	border: 0;
}
.moduletable_menu table td {
	padding: 1px 4px;
}
.moduletable_menu table td #login {
	padding: 0px 4px;
}
.moduletable ul li, .moduletable_text ul li {
	margin: 0 0 0 5px;
}

.latestnews_menu_light li, .latestnews_menu li {
	padding: 4px 3px 4px 24px;
}

.moduletable_style2 {
	padding: 10px;
}

.moduletable_style2countdown {
	padding: 0px;
}

.moduletable_style2 .custom_style2 h3 > a img, .moduletable_style2 .custom_style2 h3 > img {
	display:block;
	height:auto;
	margin:30px auto;
	max-width:100%;
	-webkit-transform:scale(1.0);
	-moz-transform:scale(1.0);
	-ms-transform:scale(1.0);
	-o-transform:scale(1.0);
	transform:scale(1.0);
	-webkit-transition:transform 0.4s ease-out;
	-moz-transition:transform 0.4s ease-out;
	-o-transition:transform 0.4s ease-out;
	transition:transform 0.4s ease-out;
	-webkit-box-shadow: rgba(255, 255, 255, 0.90) 0px 0px 1px inset;
	box-shadow: rgba(255, 255, 255, 0.90) 0px 0px 1px inset;
	-moz-box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.90) inset;
}

.moduletable_style2:hover .custom_style2 h3 > a img, .moduletable_style2:hover .custom_style2 h3 > img {
	-webkit-animation-name: heartbeat;
	-webkit-animation-duration:0.55s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-name:heartbeat;
	-moz-animation-duration:0.55s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
	-ms-animation-name:heartbeat;
	-ms-animation-duration:0.55s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-timing-function:linear;
	animation-name:heartbeat;
	animation-duration:0.55s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
}
@-webkit-keyframes heartbeat {
	0%{-webkit-transform:scale(1.0);}
	25%{-webkit-transform:scale(0.9);}
	50%{-webkit-transform:rotateZ(1.0);}
	75%{-webkit-transform:rotateZ(1.1);}
	100%{-webkit-transform:rotateZ(1.0);}
}
@-moz-keyframes heartbeat {
	0%{-moz-transform:scale(1.0);}
	25%{-moz-transform:scale(0.9);}
	50%{-moz-transform:rotateZ(1.0);}
	75%{-moz-transform:rotateZ(1.1);}
	100%{-moz-transform:rotateZ(1.0);}
}
@keyframes heartbeat {
	0%{transform:scale(1.0);}
	25%{transform:scale(0.9);}
	50%{transform:rotateZ(1.0);}
	75%{transform:rotateZ(1.1);}
	100%{transform:rotateZ(1.0);}
}

.custom_style2 h3 {
	text-align: center;
}

.custom_style2 h3 > img, .custom_style2 h3 > a img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-bottom: 25px;
}

.custom_style1 a {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.custom_style1 a.image {

}

.custom_style1 a.image img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 1.0;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}
.custom_style1 a.image img:hover {
	opacity: 0.7;
}

.category-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .featured-view .spacer, .vmproduct .spacer,
.browse-view .spacer {
	margin: 0px 0px 0px 0px !important;
	position: relative;
	overflow: hidden;
}

.category-view .spacer .paddingtop8,
.latest-view .spacer .paddingtop8,
.topten-view .spacer .paddingtop8,
.recent-view .spacer .paddingtop8,
.featured-view .spacer .paddingtop8,
.vmproduct .spacer .paddingtop8,
.browse-view .spacer .paddingtop8 {
margin-top: -18px;
margin-bottom: 15px;
}

#footer h3 {
	font-size: 130%;
}

#top-modules .moduletable_empty {
	padding: 0 5px 5px 0px;
}
/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
	font-weight: normal;
	font-style: italic;
}
#breadcrumb-bg {
	padding: 0px;
}
#breadcrumb-handler a {
	font-weight: normal;
}

#breadcrumb-bg span {
	font-weight: bold;
}

#breadcrumb-bg span.showHere {
	font-weight: normal;
}

/* Article Details
----------------------------------------------- */

.blog-featured > h1 {
	font-size: 150%;
	text-transform: uppercase;
}

.article-details {
	padding: 10px 0px;
}
.article-details p {
	padding: 0 !important;
	margin: 0 !important;
}
.blog .modifydate {
	float: right;
	width: 50%;
	text-align: right;
}
.items-leading {
	padding: 0px 0 10px 0;
}

.items-leading h2, .blog h1, .blog-featured h2 {
	padding: 5px 0px;
	margin-bottom: 11px;
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 220%;
}

h1 .subheading-category { font-size: 16px;display:block;letter-spacing: 0px; }

.item h2, .item-page h2, h3.title, h2 .contact-name, .newsfeed h2, .search-results dt.result-title, .blog h2, #archive-items h2 {
	padding: 0px 0px 5px 0px;
	margin-bottom: 11px;
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 150%;
	text-transform: uppercase;
}

.article-info {
	margin-bottom: 10px;
}

.dc-sep {
	margin-bottom: 10px;
}

.img-intro-none, .img-fulltext-none {
	text-align: center;
	padding-bottom: 10px;
}

.img-intro-left {
	padding-bottom: 10px;
	float: left;
}

.img-fulltext-left {
	float: left;
}

.img-intro-right {
	padding-bottom: 10px;
	float: right;
}

.img-fulltext-right {
	float: right;
}

.img-intro-none img, .img-fulltext-none img, .img-intro-left img, .img-fulltext-left img, .img-intro-right img, .img-fulltext-right img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 95%;
}

h2 .contact-name {
	display: block;
}

p.readmore a, a.readmore {
	font-weight: bold;
}


.items-row {
	overflow:hidden;
	margin-bottom:5px !important;
}
.column-1, .column-2, .column-3 {
	padding:10px 5px
}
.column-2 {
	width:55%;
	margin-left:40%;
}
.column-3 {
	width:30%
}
.blog-more {
	padding:10px 5px
}
.items-row {
	margin: 0px;
	padding: 0px 0px;
	overflow: hidden;
}
.article_column {
	padding: 0;
}
.row_separator2 {
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}
.article_separator, .row_separator {
	display: none;
}

.published, .create {
	font-weight: bold;
	font-size: 85%;
}
.modified, .createdby {
	opacity: 0.5;
}
.componentheading, .contentheading {
	padding: 0px 0px 10px;
	margin: 0px;
}
#article-index {
	float: right;
	width: 30%;
	margin-left: 2%;
}

#article-index a.active {
	font-weight: bold;
}

.counter {
	padding: 5px 0px;
}
.readon a {
	font-weight: bold;
}
/* Messages
----------------------------------------------- */

#system-message dt.error, #system-message dt.notice, #system-message dt.message {
	display: none;
}
#system-message ul {
	padding: 0 15px 0 25px;
	margin: 0;
	list-style: none;
}
#system-message ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}
/* Top Small Menu
----------------------------------------------- */

#top-small-menu ul {
	padding: 6px 10px 0 0;
	margin: 0;
	overflow: hidden;
}
#top-small-menu ul li {
	display: inline;
	margin: 0;
	padding: 0 11px;
	font-size: 11px;
	text-shadow: none;
	background: url(../images/top-small-menu-sep.gif) repeat-y 100% 0;
}
#top-small-menu ul li a {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	color: #b7b7b7;
}
#top-small-menu ul li a:hover {
	color: #d9d9d9;
}

.n-order .inputbox {
	width: 60%;
}
.button2-left {
	float: left;
	margin: 5px 10px 10px 0px;
}


.modal-button:hover, .button2-left .readmore a:hover {
	text-decoration: none;
}
.tool-tip {
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-box-shadow: #dedede 0px 0px 0px 1px, rgba(0, 0, 0, 0.296875) 1px 2px 5px;
	box-shadow: #dedede 0px 0px 0px 1px, rgba(0, 0, 0, 0.296875) 1px 2px 5px;
	-moz-box-shadow:0 0 0 1px #dedede, 1px 2px 5px rgba(0, 0, 0, 0.3);
	background: #fafafa;
	padding: 10px;
}
.tool-title {
	font-weight: bold;
	padding: 5px 0;
}
.weblinks .contentdescription img {
	margin: 0 10px 20px 10px;
}
.weblinks td img {
	margin: 3px 5px 0px 0px;
}
.contact_email label {
	float: left;
	line-height: 36px;
	width: 180px;
}
.contact_email {
	clear: both;
	padding: 3px 0px;
}
.productPrice {
	font-weight: bold;
	white-space: nowrap;
}
.product-Old-Price {
	color: #990000;
	text-decoration: line-through !important;
	background: none;
	font: normal 12px Arial, Helvetica, sans-serif !important;
}
.moduletable_products table {
	border-spacing: 0px !important;
	border-collapse: separate;
	width: 104%;
	margin-left: -2%;
	display: table;
	margin-top: 20px;
	margin-bottom: 0px;
}
div.moduletable_products td:first-child, .vmgroup_products .first-col, ul.vmproduct-list li .first-col {
	background-image: none !important;
	margin-left: 0px !important;
}
.moduletable_products table td, ul.vmproduct-list li .spacer, .vmgroup_products .spacer, .category .spacer, .product .spacer {
	height: 100%;
}
.moduletable ul.vmproduct-list li .spacer {
	height: 100%;
}
.prod-det-button-handler {
	padding-bottom: 6px;
}
.prod-det-button-handler .product-details {
	float: none;
}
.browseProductContent2 {
	background: url(../images/td-prod-bg.png) repeat-y 226px 0;
}
.last .browseProductContent2 {
	background: none;
}
.grid_4 .product-anchor-image {
	height: 186px;
	display: block;
}
.grid_4 .product-anchor-image img {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.moduletable_products .featuredProductImage {
	margin: 0px auto;
	margin-bottom: 10px;
	max-width: 100%;
}
.moduletable_products table td a.product-anchor-image {
	display: block;
	clear: both;
	width: 100%;
}
.product-name {
	font-weight: bold;
	display: block;
	text-align: left;
	padding-bottom: 6px;
	text-transform: uppercase;
	color: #434343;
	padding-left: 8px;
}
.product-name a {
	color: #434343;
}
.moduletable_products table td span.product-Old-Price {
	color: #e25d5d;
	text-decoration: line-through !important;
	background: none;
	font: normal 12px Arial, Helvetica, sans-serif !important;
	text-shadow: none;
	display: inline;
	padding: 0;
}
.moduletable_products table td br {
	display: none;
}
.productPrice {
	float: left;
	text-align: left;
	font-weight: bold;
	padding: 9px 0px 0px 10px;
}
.browseProductTitle .productPrice {
	float: right !important;
	text-align: right;
	width: 20%;
	padding-top: 0px;
}
form.form-add-to-cart {
	float: right;
	width: 25%;
	padding-top: 7px;
	text-align: left;
}
.highlight {
	font-weight: bolder;
}
.margin_top_20 {
	margin-top: -20px;
}
#vmMainPage table tr td table tr td {
	border: 0;
}
#facebox .popup {
	position: relative;
	border: 1px solid rgba(0,0,0,0.05) !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}
#facebox .content {
	padding: 0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
#facebox .content div {
	padding: 25px;
}
#facebox .content div div {
	padding: 3px 0px;
}
.form-validate.user div {
	clear: both;
}
.jicons-icons {
	float: left;
	margin-right: 10px;
}
.contact-street, .contact-suburb, .contact-state, .contact-postcode, .contact-country {
	display: block;
	padding: 2px 0px 6px 0px;
}
.contact-email label {
	float: left;
	width: 30%;
}
.contact-input-box input, input.required {
	width: 100%;
}
.contact-slider {
	padding-top: 15px;
}
ul.actions, ul.actions-featured {
margin: 0px 0px 0px 2px;
padding: 0px;
text-align: right;
list-style-position: outside;
list-style-type: square;
display: inline;
float: right;
}
ul.actions li, ul.actions-featured li {
display: block;
float: left;
line-height: 1.7em;
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 14px 0px !important;
}
ul.actions li a img, ul.actions-featured li a img {
	opacity: 1.0;
	vertical-align: middle;
}
.mceButton {
	background-color: transparent !important;
}
ul.actions .print-icon a, ul.actions .email-icon a {
	width: 40px;
	height: 40px;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-indent: -9999px;
	float:left;
	font-size: 0;
}

ul.actions .print-icon a span, ul.actions .email-icon a span { display: none; }

ul.actions li.print-icon {
	background: url('../images/system/printButton-1.png') no-repeat 0 0 !important;
}

ul.actions .print-icon a {
	background-image: url('../images/system/printButton.png');
}

ul.actions li.email-icon {
	background: url('../images/system/emailButton-1.png') no-repeat 0 0 !important;
}

ul.actions .email-icon a {
	background-image: url('../images/system/emailButton.png');
}

ul.actions .print-icon a, ul.actions .email-icon a {
	opacity: 1;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

ul.actions .print-icon a:hover, ul.actions .email-icon a:hover {
	opacity: 0;
}

ul.dropdown-menu li { padding-left: 0; margin-left: 0 !important; }

.article-info dd { margin-left: 0px !important; padding-left: 0px !important; }

.article-details dl, ul.actions-featured dl {
	margin-bottom: 0px;
}

.categories-list dt, .categories-list dd {
	display: inline;
}

.stats-module dt {
	font-weight: bold;
}

.stats-module dd {
	padding-left: 10px;
}

.categories-list .item-title {
	font-weight: bold;
}

.article-info-term {
	display: none;
}
ul.pagenav {
	clear: both;
}
.pagenav li, .pagination ul li {
	background: none !important;
	display: inline;
	padding: 0 10px 0 0;
	margin: 0px;
}

.pagenav li a, .pagination ul li a {
	font-weight: bold;
}

.pagenav li a:hover, .pagination ul li a:hover {
	text-decoration: none;
}

.pagenav-next {
	float: right;
	padding-right: 0px !important;
}

.image-left {
	float: left;
	margin: 0px 10px 0px 0px;
}
.image-right {
	float: right;
	margin: 0px 0px 0px 10px;
}
.contact-email div {
	clear: both;
}
.article-details {
	padding: 10px 0px;
}

.tip-wrap {z-index: 500000 !important; }
.tip-wrap .tip { width:380px; font: normal 12px Arial, Helvetica, sans-serif; background: rgba(0,0,0, 0.80) !important;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.18);-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.18);-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.18);border-bottom-left-radius: 7px 7px;
border-bottom-right-radius: 7px 7px;border-top-left-radius: 7px 7px !important;border-top-right-radius: 7px 7px !important;-moz-border-radius:7px 7px 7px 7px;border: 1px solid rgba(0,0,0, 0.60) !important;}
.tip-wrap .tip .tip-text{ color:#ffffff; padding: 5px 10px 10px 10px !important;}
.tip-wrap .tip .tip-title {color: white;font-weight: bold;padding: 10px 10px 5px 10px !important;text-align: left !important;color:#ffffff; font-weight:bold; padding:4px 0px; text-align: center;padding: 0;margin: 0;font-size: 1em;font-weight: bold;margin-top: 0px !important;background: none !important;}

.button2-left .readmore {
	padding-top: 8px;
}

.button2-left .readmore a {
	padding: 6px 10px 7px 10px;
}

.edit .formelm label {
	float: left;
	width: 30%;
}

.edit .formelm input {
	width: 250px;
}

.edit .formelm select {
	width: 265px;
}

.formelm-buttons {
	padding: 10px 0px;
}

.calendar {
	margin: 5px;
	vertical-align: middle;
	opacity: 0.7;
	cursor: pointer;
}

.calendar:hover {
	opacity: 1.0;
}


dt.tabs {
	float: left;
	margin: 0px 10px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

dt.tabs span {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none !important;
	display: block;
	height: 21px;
	padding: 6px 15px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

dt.tabs.open span {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none !important;
	height: 22px;
}

dt.tabs h3 {
	font: 300 15px "Open Sans", Arial, Helvetica, sans-serif !important;
	margin: 0px !important;
}

dl.tabs {
	clear: both;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	height: 34px;
	padding-top: 10px;
}

.contact .current {
	clear: both;
}

.contact-image {
	float: right;
}

.sl-3rd-parties {
	margin: 0px auto;
}

#contact-form fieldset dt {
	float: left;
	width: 25%;
}

#contact-form fieldset dd {
	width: 73%;
}

#finder-filter-select-list li {
	clear: both;
}

#finder-filter-select-list li label {
	width: 95%;
	float: left;
}

#finder-filter-select-list li select {
	width: 60%;
}

#finder-search fieldset {
	border: none !important;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.result-title {
	font-size: 140%;
	margin-bottom: 5px !important;
	background-position: 0px 6px;
	padding-left: 24px !important;
	margin-top: 10px;
}

.result-url {
	font-size: 90%;
	font-style: italic;
	padding: 4px 0px 15px 0px;
}

span.highlight {
	background: transparent;
	border-bottom: 1px dotted;
}

div.toolbar-list a, div.toolbar-list a:hover {
	display: block;
	float: left;
	white-space: nowrap;
	border: none;
	padding: 1px 5px;
	cursor: pointer;
}

.toolbar-list ul li {
	background: none;
	border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

#admin-ui-tabs ul#tabs li {
	padding: 4px 10px !important;
	width: 10% !important;
}

#facebox .close {
	top: 20px;
	right: 20px;
}

.formelm label {
	width: 30%;
	float: left;
}

.img-intro-left div.img_caption {
	width: 99% !important;
	display: inline;
}

.contact .dl-horizontal dt {
	width: auto !important;
}

.contact .dl-horizontal dd {
	margin-left: 20px;
}

.contact .page-header {
	border: 0;
}

.contact li {
	padding: 0;
	margin: 0 0 -1px 0;
	background: none;
}

/* table style */
<!-- Row Highlight Javascript -->
<script type="text/javascript">
	window.onload=function(){
	var tfrow = document.getElementById('tfhover').rows.length;
	var tbRow=[];
	for (var i=1;i<tfrow;i++) {
		tbRow[i]=document.getElementById('tfhover').rows[i];
		tbRow[i].onmouseover = function(){
		  this.style.backgroundColor = '#f3f8aa';
		};
		tbRow[i].onmouseout = function() {
		  this.style.backgroundColor = '#ffffff';
		};
	}
};

table.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
table.tftable th {font-size:12px;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}
table.tftable tr {background-color:#ffffff;}
table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}

.item-pagetest2 h1 {font-size: 18px;
font-weight: 300;text-transform: uppercase;}

/* Program Management
----------------------------------------------- */

.timeframes {
}
.presentations {

}
.sessions {
margin:10px 0; border: 1px solid #ddd; padding: 10px;
}
.session_title {
color:#0086ac;
text-transform:uppercase;
font-weight:normal;
font-size:18px;
line-height: 1.6em;
}

/* Common button2 styles */
.button2 {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button2:focus {
	outline: none;
}
.button2 > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button2 {
	color: #37474f;
	border-color: #37474f;
}
.bg-2 .button2 {
	color: #ECEFF1;
	border-color: #ECEFF1;
}
.bg-3 .button2 {
	color: #fff;
	border-color: #fff;
}

/* Sizes */
.button2--size-s {
	font-size: 14px;
}
.button2--size-m {
	font-size: 16px;
}
.button2--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button2--text-upper {
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
}
.button2--text-thin {
	font-weight: 300;
}
.button2--text-medium {
	font-weight: 500;
}
.button2--text-thick {
	font-weight: 600;
}
.button2--round-s {
	border-radius: 5px;
}
.button2--round-m {
	border-radius: 15px;
}
.button2--round-l {
	border-radius: 40px;
}

/* Borders */
.button2--border-thin {
	border: 1px solid;
}
.button2--border-medium {
	border: 2px solid;
}
.button2--border-thick {
	border: 3px solid;
	background-color: #fff !important;
    color: #0086ac !important;
}

/* Naira */
.button2--naira {
	padding: 0;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	border: 3px solid #0086ac;
	margin: 0 auto;
    float: inherit;
}
.button2--naira::before {
	content: '';
	position: absolute;
	left: -50%;
	width: 200%;
	height: 200%;
	background: #37474f;
	top: -50%;
	z-index: -1;
	-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
	transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.button2--naira.button2--inverted::before {
	background: #7986cb;
}
.button2--naira-up::before {
	-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
	transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.button2--naira > span {
	display: block;
}
.button2--naira .button2__icon {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	background-image: none !important;
}
.button2--naira-up .button2__icon {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button2--naira > span,
.button2--naira .button2__icon {
	padding: 1em 2em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button2--naira:hover::before {
	-webkit-animation: anim-naira-1 0.3s forwards ease-in;
	animation: anim-naira-1 0.3s forwards ease-in;
}
.button2--naira-up:hover::before {
	-webkit-animation: anim-naira-2 0.3s forwards ease-in;
	animation: anim-naira-2 0.3s forwards ease-in;
}
@-webkit-keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}
@-webkit-keyframes anim-naira-2 {
	50% {
		-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes anim-naira-2 {
	50% {
		-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}
.button2--naira:hover {
	background-color: #37474f;
	-webkit-transition: background-color 0s 0.3s;
	transition: background-color 0s 0.3s;
}
.button2--naira.button2--inverted:hover {
	background-color: #7986cb;
}
.button2--naira:hover .button2__icon {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button2--naira:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button2--naira-up:hover > span {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.icon { font-family: 'FontAwesome'; font-size: 120%; font-weight: normal; font-style: normal; line-height: inherit; position: relative; display: inline-block; transform: translate(0, 0); vertical-align: middle; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.icon::before { display: inline-block; width: 100%; }
.icon-box:before { content: '\e600'; }
.icon-write:before { content: '\e601'; }
.icon-clock:before { content: '\e602'; }
.icon-reply:before { content: '\e603'; }
.icon-reply-all:before { content: '\e604'; }
.icon-forward:before { content: '\e605'; }
.icon-flag:before { content: '\e606'; }
.icon-search:before { content: '\e607'; }
.icon-trash:before { content: '\e608'; }
.icon-envelope:before { content: '\e609'; }
.icon-bubble:before { content: '\e60a'; }
.icon-bubbles:before { content: '\e60b'; }
.icon-user:before { content: '\e60c'; }
.icon-users:before { content: '\e60d'; }
.icon-cloud:before { content: '\e60e'; }
.icon-download:before { content: '\f044'; }
.icon-upload:before { content: '\e610'; }
.icon-rain:before { content: '\e611'; }
.icon-sun:before { content: '\e612'; }
.icon-moon:before { content: '\e613'; }
.icon-bell:before { content: '\e614'; }
.icon-folder:before { content: '\e615'; }
.icon-pin:before { content: '\e616'; }
.icon-sound:before { content: '\e617'; }
.icon-microphone:before { content: '\e618'; }
.icon-camera:before { content: '\e619'; }
.icon-image:before { content: '\e61a'; }
.icon-cog:before { content: '\e61b'; }
.icon-calendar:before { content: '\e61c'; }
.icon-book:before { content: '\e61d'; }
.icon-map-marker:before { content: '\e61e'; }
.icon-store:before { content: '\e61f'; }
.icon-support:before { content: '\e620'; }
.icon-tag:before { content: '\e621'; }
.icon-heart:before { content: '\e622'; }
.icon-video-camera:before { content: '\e623'; }
.icon-trophy:before { content: '\e624'; }
.icon-cart:before { content: '\e625'; }
.icon-eye:before { content: '\e626'; }
.icon-cancel:before { content: '\e627'; }
.icon-chart:before { content: '\e628'; }
.icon-target:before { content: '\e629'; }
.icon-printer:before { content: '\e62a'; }
.icon-location:before { content: '\e62b'; }
.icon-bookmark:before { content: '\f090'; }
.icon-monitor:before { content: '\e62d'; }
.icon-cross:before { content: '\e62e'; }
.icon-plus:before { content: '\e62f'; }
.icon-left:before { content: '\e630'; }
.icon-up:before { content: '\e631'; }
.icon-browser:before { content: '\e632'; }
.icon-windows:before { content: '\e633'; }
.icon-switch:before { content: '\e634'; }
.icon-dashboard:before { content: '\e635'; }
.icon-play:before { content: '\e636'; }
.icon-fast-forward:before { content: '\e637'; }
.icon-next:before { content: '\e638'; }
.icon-refresh:before { content: '\e639'; }
.icon-film:before { content: '\e63a'; }
.icon-home:before { content: '\e63b'; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ol.big {
  color: #0086ac;
  list-style-type: none;
}

ol.big li {
  position: relative;
  font: bold italic 25px/1.5 Helvetica, Verdana, sans-serif;
}

ol.big li p {
  font: 12px/1.6 'Open Sans', Arial, Helvetica, sans-serif;
  padding-left: 33px;
  color: #555;
  padding-top: 12px;
}

ol.big li span {
  position: absolute;
}
.item-pagemenshealth .days h1.title, .item-pagebasicscience .days h1.title, .item-pageapnpa .days h1.title  {
    display:none !important;
}
.item-pagemenshealth .sessions, .item-pagebasicscience .sessions, .item-pageapnpa .sessions  {
    display:none !important;
}
.item-pagemenshealth hr, .item-pagebasicscience hr, .item-pageapnpa hr  {
    display:none !important;
}
.item-pagemenshealth .timeframes h2, .item-pagebasicscience .timeframes h2, .item-pageapnpa .timeframes h2  {
    display:none !important;
}
.item-pagemenshealth [data-session-id="2"], .item-pagebasicscience [data-session-id="3"], .item-pageapnpa [data-session-id="1"]  {
    display:block !important;
}
.item-pageunmoderated .day_id_1, .item-pageunmoderated .day_id_2, .item-pageunmoderated .day_id_3, .item-pageunmoderated .day_id_4, .item-pageunmoderated h2.title {
	display: none;
}
@media (max-width: 767px) {
.overlayslide {
margin-left: -66px;
margin-top: -12px !important;
}
.overlayslide img.overlayslide {
	max-width: 325px !important;
}
}
