@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700);

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans';
	font-size: 10pt;
	color: #333333;
}

.header_button {
	background-color: #666666;
	display: block;
	float: left;
	width: 80px;
	height: 22px;
	border-radius: 4px;
	text-align: center;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 9pt;
	padding-top: 3px;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

.global_wrapper{
	width: 1000px;
}

.horizontal_spacer{
	height:20px;
	background-image:url("../images/horizontal_line.png");
	margin-bottom:10px;
        margin-top:10px;
}

.left_textbox{
	float:left;
	width:310px;
}

.left_textbox label{
	width:130px;
	display:inline-block;
	margin-bottom:5px;
}

.header_search{
	position: absolute;
	top: 46px;
	right: 20px;
}

.header_button:hover {
	background-color: #888888;
}

table.course p {
	margin-top: 0px;
	margin-bottom: 10px;
}

table.you_will_learn img {
	margin-top: 10px;
}

div.course {
	border: 1px solid #dddddd;
	padding: 12px;
	border-radius: 10px;
	margin-bottom: 10px;
}

div.course p {
	margin-top: 0px;
	margin-bottom: 10px;
}

div.article_side img {
	margin-bottom: 30px;
}

div.image_right {
	float: right;
	font-size: 8pt;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.image_right img {
	margin-bottom: 5px;
}

div.topbutton_dropdown {
	z-index: 10;
	position: absolute;
	top: 23px;
	left: 0px;
	width: 163px;
	background-color: #cccccc;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.topbutton_dropdown a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #333333;
	padding-left: 20px;
	font-size: 9pt;
}

div.topbutton_dropdown a:hover {
	background-color: #dddddd;
}

div.basket_bubble {
	position: absolute;
	text-align: left;
	color: #000000;
	width: 250px;
	padding: 10px;
	min-height: 30px;
	top: 29px;
	left: -130px;
	background-color: #f4f4f4;
	background-image: url('/images/added_bg.png');
	border: 1px solid #999999;
	border-radius: 15px;
	z-index: 300;
	font-family: Arial;
	font-size: 10pt;
	background-repeat: repeat-x;
	box-shadow: 3px 3px 10px -1px #333333;
}

div.basket_bubble_arrow {

	background-image: url('/images/added_arrow_up.png');
	width: 32px;
	height: 16px;
	position: absolute;
	top: 15px;
	left: -28px;
	z-index: 301;
}

td.tblheader {
	background-color: #3a3a3a;
	background-image: url(../images/black_grad.gif);
	background-repeat: repeat-x;
	padding: 4px;
	color: #ffffff;
	border: 0px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Open Sans;
	font-size: 9pt;

}

td.tblinner {
	padding: 4px;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
}

.vfont, .insider {
	font-size: 8pt;
	line-height: 12pt;
	color: #222222;
	}


td.tblright {
	padding: 4px;
	color: #333333;
	border: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	vertical-align: top;
}

td.tblleft {
	padding: 4px;
	color: #333333;
	border: 0px solid #cccccc;
	border-left-width: 1px;
	border-bottom-width: 1px;
	vertical-align: top;
}

h4.product_price {
	font-family: Open Sans;
	font-size: 20pt;
	font-weight: 400;
	letter-spacing: -0.5px;
	margin: 0px;
	line-height: 24pt;
}

h4.product_price_inc {
	font-family: Open Sans;
	font-size: 12pt;
	font-weight: 400;
	letter-spacing: -0.5px;
	margin: 0px;
	margin-top: 3px;
	line-height: 15pt;
}

h4.product_price_list {
	font-family: Open Sans;
	font-size: 12pt;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #ff0600;
	text-decoration: line-through;
	margin: 0px;
	margin-top: 3px;
	line-height: 15pt;

}

h5 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Open Sans;
	font-size: 11pt;
	font-weight: 800;
}

div.rounded {
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 12px;
}

body {
	overflow-y: scroll;
	background-clip: border-box;
	background-color: #646464;
	background-image: url('../images/tripleo_bg.jpg');
	background-origin: padding-box;
	background-position-x: center;
	background-position-y: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

input.default {
	/* border-radius: 6px; */
	border: 1px solid #aaaaaa;
	padding: 3px;
}

input.cart_qty {
	width: 40px;
	height: 20px;
	padding: 5px;
	border: 0px;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 10px;
	float: left;
}

a.cart_add {
	width: 140px;
	height: 20px;
	padding: 5px;
	border: 0px;
	font-family: Open Sans, sans-serif;
	font-size: 10pt;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #009900;
	border-radius: 5px;
	margin-bottom: 10px;
	float: left;
}

a.basket_button {
	border-radius: 8px;
	padding: 4px;
	font-weight: bold;
	color: #ffffff;
	font-size: 9pt;
	background-color: #009900;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

input.entry, textarea {
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 10pt;
}

a.homepage_right_link {
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin-bottom: 5px;
	width: 265px;
	padding: 10px;
	height: 143px;
	background-image: url('/images/o3_icon.png');
	background-repeat: no-repeat;
	background-position: 150px 50px;
}

a.home1 { background-color: #0696C6; }
a.home2 { background-color: #6876A8; }
a.home3 { background-color: #5B8893; }
a.home1:hover { background-color: #5dbbda; }
a.home2:hover { background-color: #9da6c6; }
a.home3:hover { background-color: #95b2b9; }


div.homepage_right_link_title {
	font-family: 'Roboto Slab';
	font-size: 20pt;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 10px;
}

div.homepage_right_link_info {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 9pt;
}

a.homepage_carousel_link {
	background-color: #025172;
	font-family: Open Sans;
	font-size: 11pt;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	border-radius: 10px;
}

div.topbar {
	height: 97px;
	background-color: #dddddd;
	background-repeat: repeat-x;
	background-image: url('/images/topbar.png');
}

a.header_link {
	color: inherit;
	text-decoration: none;
}

a.header_link:hover {
	text-decoration: underline;
}

div.navbar {
	height: 34px;
	background-repeat: repeat-x;
	background-image: url('/images/navbar.png');
	background-color: #03728e;
	display:block;
}

.burgermenu{
	height:34px;
	background-repeat: repeat-x;
	background-image: url('/images/navbar.png');
	background-color: #03728e;
	display:none;
}

div.topbar img.topbar_image {
	position: absolute;
	top: 23px;
	left: 10px;
}

div.topbar img.oral_tag {
	display:block;
	position: absolute;
	top: 39px;
	right: 20px;
	text-align: right;
}

div.main_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div.main_inner_bg {
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

div.topnav {
	float: left;
	display: block;
	height: 34px;
	position: relative;
	top: 0px;
	left: 0px;
}

a.topnav {
	display: block;
	padding-top: 6px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: center;
	height: 28px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	font-size: 10pt;
}

a.topnav:hover {
	color: #ffffff;
	background-image: url('/images/bgw_50p.png');
}

div.rounded {
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 12px;
}

.left {
	float: left;
}

.margin-right {
	margin-right: 25px;
}

.right {
	float: right;
}

.maincol {
	width: 750px;
	margin-right: 10px;
}

.col {
	width: 330px;
}

.sidecol {
	width: 200px;
}

.blue {
	color: #5CBDF2;
}

.green {
	color: #5BA531;
}

.clear {
	clear: both;
}

.sub-nav {
	list-style: none;
	padding: 0;
	border-top: 1px solid #cccccc;
}

.sub-nav li {
	border-bottom: 1px solid #cccccc;
}

.sub-nav li a {
	text-decoration: none;
	padding: 6px;
	display: block;
	color: #333333;
}

.sub-nav li a:hover{
	background: #f4f4f4;
}

div.cookie_crumbs {
	background-color: #eeeeee;
	padding: 5px;
	position: relative;
	top: -10px;
	left: -10px;
	width: 980px;
	padding-left: 15px;
	border-bottom: 1px solid #dddddd;
	display:block;
}

div.cookie_crumbs a {
	text-decoration: none;
	color: #aaaaaa;
}

div.cookie_crumbs a:hover {
	text-decoration: underline;
}

div.cookie_crumbs2 {
	display:none;
	background-color: #eeeeee;
	padding: 5px;
	position: relative;
	top: -684px;
	left: -230px;
	width: 980px;
	padding-left: 15px;
	border-bottom: 1px solid #dddddd;
	display:block;
}

div.cookie_crumbs2 a {
	text-decoration: none;
	color: #aaaaaa;
}

div.cookie_crumbs2 a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 20pt;
	letter-spacing: -0.5px;
	color: #025979;
}

h2 {
	margin-top: 0px;
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 16pt;
	letter-spacing: -0.5px;
	color: #025979;
}

h5.aphead {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 10pt;
	font-weight: bold;
}

table.appliances td {
	text-align: left !important;
}

table.appliances p {
	text-align: left !important;
}

a.page_sel, div.curpage, a.page_cur {
	float: left;
	display: block;
	min-width: 18px;
	text-align: center;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	text-decoration: none;
	color: #333333;
	margin-bottom: 4px;
	margin-left: 2px;
	font-size: 10pt;
	padding: 3px;
	font-family: Open Sans;
	font-size: 9pt;
}

a.page_sel:hover, a.page_cur:hover {
	border: 1px solid #245da6;
	color: #245da6;
}

.current-page {
	background: #f9f9f9;
	font-weight: 700;
}

div.top_nav_container {
	position: absolute;
	top: 33px;
	left: 0px;
	z-index: 10;
	width: 200px;
	background-image: url('../images/nav_colour.png');
	display: block;
}

div.top_nav_container a {
	color: #ffffff;
	font-size: 9pt;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-decoration: none;
	font-weight: 400;
}

div.top_nav_container a:hover {
	background-image: url('../images/nav_colour_dark.png');
}

.small {
	font-size: 9pt;
}

a.little_blue_button {
	border-radius: 12px;
	background-color: #025172;
	color: #ffffff;
	font-size: 11pt;
	padding: 6px;
	width: 180px;
	text-align: center;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

input.ecom_green_button {
	font-family: 'Open Sans';
	font-size: 10pt;
	letter-spacing: -0.3px;
	font-weight: 600;
	background-color: #025172;
	border-radius: 10px;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
	height: 35px;
	width: 150px;
	text-align: center;
	text-decoration: none;
}

input.ecom_button {
	font-family: Open Sans;
	font-weight: 600;
	font-size: 9pt;
	background-color: #025172;
	border-radius: 5px;
	border: 0px;
	color: #ffffff;
}

div.schedule {
	padding: 13px;
	border-radius: 10px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #f9f9f9;
}

div.schedule p { 
	margin: 0px;
	padding: 0px;
}

div.schedule a.book {
	font-family: Open Sans;
	font-weight: 600;
	font-size: 9pt;
	background-color: #025172;
	border-radius: 8px;
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}



a.ecom_button {
	font-family: Open Sans;
	font-weight: 600;
	font-size: 9pt;
	background-color: #025172;
	border-radius: 8px;
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}

input.ecom_lightgreen_button {
	font-family: 'Open Sans';
	font-size: 10pt;
	letter-spacing: -0.3px;
	font-weight: 600;
	background-color: #cccccc;
	border: 0px solid #cccccc;
	border-radius: 5px;
	color: #666666;
	cursor: pointer;
	height: 35px;
	width: 150px;
	text-align: center;
	text-decoration: none;
}

div.fieldset {
	padding: 10px;
	border: 1px solid #aaaaaa;
	border-radius: 8px;
	position: relative;
}

div.fieldset div.legend {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f4f4f4;
	position: absolute;
	top: -10px;
}

td.product_desc_tab {
	background-color: #bbbbbb;
	padding: 0px;
	text-align: center;
	font-family: Open Sans;
	font-size: 10pt;
	font-weight: 800;
	border-bottom: 1px solid #999999;
	color: #333333;
}

td.product_desc_tab_selected {
	background-color: #f4f4f4;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 0px;
	font-family: Open Sans;
	font-size: 10pt;
	font-weight: 800;
	color: #333333;
}

td.product_desc_tab a, td.product_desc_tab_selected a {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	color: inherit;
	text-decoration: none;
	padding-top: 7px;
	height: 27px;
}

td.last {
	border-right: 0px;
}

td.product_desc_tab_selected div.inner {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;

}

table.file_table {
	border: 1px solid #dddddd;
	border-bottom: 0px;
}

table.file_table th {
	text-align: left;
	background-image: url('/images/white_gradient.png');
	background-repeat: repeat-x;
	padding: 4px;
	border-bottom: 1px solid #dddddd;
}

table.file_table td {
	border-bottom: 1px solid #dddddd;
	padding: 3px;
}

table.file_table td.line1 {
	background-color: #f9f9f9;
}

table.file_table td.line2 {
	background-color: #ffffff;
}

.doctor_container{
	width:960px;
	height:438px;
	border:1px solid black;
	margin-bottom:10px;
}

.doctor_title{
	height:40px;
	background-color:#036C89;
	font-size:20pt;
	color:white;
	text-align:center;
}

.doctor_inner{
	float:left;
	width:49%;
	border-right:1px solid #036C89;
	height:198px;
	font-size:12pt;
}

.doctor_container2{
	width:45%;
	border:1px solid black;
	margin-bottom:10px;
	float:left;
}

.doctor_title2{
	height:40px;
	background-color:#036C89;
	font-size:20pt;
	color:white;
	text-align:left;
}

.doctor_inner2{
	font-size:12pt;
}

#slideshow_container{
	display:block;
}

.homepage_content_containers_extra{
	display:none;
}

.homepage_bottom_section{
	display:block;
}

.homepage_bottom_section_mobile{
	display:none;
}

.footer_container{
	width: 960px;
	border-top: 1px solid #dddddd; 
	margin-top: 100px; 
	position: relative; 
	left: -10px; 
	color: #555555; 
	font-size: 8pt; 
	padding: 20px;
}

.footer_text{
	float:left;
}

.footer_images{
	float:right;
}

.header_topbar{
	width: 1000px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: right; 
	color: #eeeeee; 
	font-family: Arial; 
	font-size: 9pt;
}

.burgermenu_dropdown{
	width:100%;
	min-height:200px;
	background-color:#04859E;
	display:none;
	margin:0px;
	padding:0px;
}

.contactus_wrapper{
	margin-top: 20px; 
	float: left; 
	width: 360px; 
	font-size: 10pt; 
	padding-right: 50px;
}

.contactus_location{
	margin-top: 20px; 
	float: left; 
	width: 240px; 
	font-size: 10pt;
}

.contactus_form{
	margin-top: 20px; 
	float: left; 
	margin-left: 30px;
}

.contactus_form table td{
	text-align:left;
}

.login_page_wrapper_mobile{
	display:none;
}

.view_product_mobile_version{
	display:none;
}

.view_product_desktop_version{
	display:block;
}

@media only screen and (max-width: 480px) {

	.header_topbar{
		width: 100%; 
		text-align: right; 
		color: #eeeeee; 
		font-family: Arial; 
		font-size: 7.5pt;
	}



.header_search{
	position: relative;
	top: 0px;
	right: 0px;
}

	#header_number{
		display:none;
	}

	div.main_inner {
		width: 100%;
	}

	div.main_inner img{
		max-width:95%;
	}

	div.topbar img.oral_tag {
		display:none;
		position: absolute;
		top: 39px;
		right: 20px;
		text-align: right;
	}

	div.main_inner_bg {
		width: 100% !important;
		padding-left: 10px;
		padding-right: 0px;
		margin:0px;
		position:relative;
	}

	div.cookie_crumbs {
		background-color: #eeeeee;
		padding: 5px;
		position: relative;
		top: -10px;
		left: -10px;
		width: 100%;
		padding-left: 0px;
		border-bottom: 1px solid #dddddd;
		display:none !important;
	}

	div.cookie_crumbs2 {
		display:none;
		background-color: #eeeeee;
		padding: 5px;
		position: relative;
		top: -684px;
		left: -230px;
		width: 980px;
		padding-left: 15px;
		border-bottom: 1px solid #dddddd;
		display:none !important;
	}

	#slideshow_container{
		display:none;
	}

	.homepage_content_containers_extra{
		display:block;
		width:100%;
	}

	a.homepage_right_link{
		width:95%;
		text-align:center;
		padding-left:0px;
		padding-right:0px;
		margin-left:0px;
		margin-right:0px;
		clear:left;
	}

	.homepage_bottom_section{
		display:none;
	}

	.homepage_bottom_section_mobile{
		display:block;
		text-align:center;
		width:100%;
	}

	.footer_container{
		width: 97%;
		border-top: 1px solid #dddddd; 
		margin-top: 0px; 
		position: relative; 
		left: -10px; 
		color: #555555; 
		font-size: 8pt; 
		padding: 20px 0px 20px 10px;
	}

	.footer_container table{
		width:100%;
	}

	.footer_text{
		float:none;
	}

	.footer_images{
		margin-top:10px;
		float:none;
	}

	div.navbar {
		height: 34px;
		background-repeat: repeat-x;
		background-image: url('/images/navbar.png');
		background-color: #03728e;
		display:none;
	}

	.burgermenu{
		height:34px;
		background-repeat: repeat-x;
		background-image: url('/images/navbar.png');
		background-color: #03728e;
		display:block;
		cursor:pointer;
	}

	.burgermenu_dropdown{
		width:100%;
		min-height:200px;
		background-color:#04859E;
		display:none;
		margin:0px;
		padding:0px;
	}

	.burgermenu_dropdown p{
		margin:0px;
		padding:10px 0px 10px 0px;
		text-align:center;
		font-weight:bold;
		color:bold;
		color:white;
		border-bottom:1px solid #FFFFFF;
		font-size:1.2em;
	}

	.contactus_wrapper{
		margin-top: 5px; 
		text-align:center;
		width:100%; 
		font-size: 10pt; 
		padding-right: 0px;
	}

	.contactus_location{
		margin-top: 20px; 
		text-align:center;
		width:100%;
		font-size: 10pt;
	}

	.contactus_location table{
		width:100%;
		margin-left:0px;
		padding-left:0px;
	}

	.contactus_location table td{
		text-align:center;
		margin-left:0px;
		padding-left:0px;
	}

	.contactus_form{
		margin-top: 20px; 
		text-align:center;
		width:100%;
		margin-left:0px;
		padding-left:0px;
	}

	.contactus_form table{
		width:100%;
		margin-left:0px;
		padding-left:0px;
	}

	.contactus_form table td{
		text-align:center;
		margin-left:0px;
		padding-left:0px;
	}

	.login_page_wrapper{
		display:none;
	}

	.login_page_wrapper_mobile{
		display:block;
	}

	table.file_table {
	border: 1px solid #dddddd;
	border-bottom: 0px;
	}

	table.file_table th {
		text-align: left;
		background-image: url('/images/white_gradient.png');
		background-repeat: repeat-x;
		padding: 4px;
		border-bottom: 1px solid #dddddd;
	}

	table.file_table td {
		border-bottom: 1px solid #dddddd;
		padding: 3px;
	}

	.global_wrapper{
		width:100%;
	}

	.sidecol{
		width:97%;
	}

	.maincol{
		width:97%;
	}

	.maincol img{
		max-width:97%;
	}

	.maincol iframe{
		max-width:97%;
	}

	.maincol textarea{
		max-width:97%;
	}

	.maincol video{
		max-width:97%;
	}

	.doctor_container{
		width:97%;
	}

	.view_product_mobile_version{
		display:block;
	}

	.view_product_desktop_version{
		display:none;
	}

	.left{
		float:none;
	}

	.right{
		float:none;
	}

}