/* @override http://osseo.site/skin/frontend/default/osseo/css/styles.css */

body {
	background: #fff url(../images/bg.jpg) no-repeat 50% 0;
	font-family: Arial, sans-serif;
	font-size:  .8em;
}

a {
	color: #ee1c24;
}
a:visited {
	color: #666;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.header-container {
	position: relative;
	height: 250px;
}
.header .pages ul {
	margin: 0;
}
.header .pages li {
	display: inline;
	padding-right: 1em;
	height: 40px;
	line-height: 40px;
}
.header .pages a {
	color: #666;
	text-decoration: none;
}
.header .pages a:hover {
	color: #000;
	text-decoration: underline;
}
.header .welcome-msg {
	position: absolute;
	bottom: 40px;
	left: 15px;
	font-style: italic;
}
#nav {
	position: absolute;
	bottom: 15px;
	background: #33b3c5 url(../images/nav-bg.png);
	font-family: "Arial Rounded MT Bold";
	text-align: center;
	width: 960px;
	margin: 0;
	line-height: 30px;
	font-size: 15px
}
#nav li {
	list-style: none;
	display: inline;
	white-space: nowrap;
	padding: 6px 34px;
	position: relative;
}
#nav a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 4px #0052a8;
	font-weight: bold;
}
#nav a:hover {
	color: #f6ff5b;
	text-shadow: 0 0 6px #002d3c;
}
#nav ul.level0 {
	display: none;
	position: absolute;
	top: 29px;
	left: -31px;
	background: #fff;
	z-index: 100;
	text-align: left;
	border: 1px #7fb8dd solid;
	width: 100%;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
/*#nav li:hover {
	background: #009eec;
}
#nav li:hover ul.level0 {
	display: block;
}*/
#nav ul.level0 li {
	display: block;
	line-height: 1;
	padding: 0;
}
#nav ul.level0 li a {
	color: #000;
	text-shadow: none;
	font-size: .8em;
	font-family: Arial, sans-serif;
	font-weight: normal;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #e9f8ff;
}
#nav ul.level0 li.last a {
	border-bottom: none;
}
#nav ul.level0 li a:hover {
	color: #0052a8;
	background: #e9f8ff;
	font-weight: bold;
}

#logo {
	position: absolute;
	top: 35px;
	background: url(../images/logo.png) no-repeat;
}
#logo a {
	display: block;
	width: 520px;
	height: 110px;
	text-indent: -100%;
}

.col1-layout {
	background: url(../images/col-1-main-bg.png) no-repeat;
}

.col2-left-layout .col-main {
	float: right;
	width:  676px;
	padding: 15px;
	background: url(../images/col-2-main-bg.png) no-repeat;
}

.col1-layout .col-main {
	padding: 15px;
	background: url(../images/col-main-wide-bg.jpg) no-repeat;
}
.col-main {
	min-height: 590px;
	position: relative;
}
.sidebar {
	float: left;
	width: 210px;
	height: 590px;
	padding: 15px;
	background: transparent url(../images/sidebar-bg.png) no-repeat;
}
.sidebar h2 {
	height: 30px;
	background-repeat: no-repeat;
	text-indent: -100%;
	overflow: hidden;
}
.block {
	margin-bottom: 15px;
}
.block-search h2 {
	background-image: url(../images/sidebar-search-title.png);	
}
.block-search button {
	border: 1px #df7377 solid;
	background: #f6979b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.block-cart h2 {
	background-image: url(../images/sidebar-cart-title.png);	
}
.block-cart .subtotal {
	border-bottom: 1px dotted #999;	
	line-height: .8em;
}
.block-cart .subtotal .label {
	background: #fff;
	height: 1.3em;
	padding-right: .25em;
}
.block-cart .subtotal .price {
	font-weight: bold;
	float:  right;
	background: #fff;
	height: 1.3em;
	padding-left: .25em;
}
.block-cart h3 {
	font-size: .75em;
}
.block-cart .mini-products-list {
	list-style: none;
	margin: 0;
}
.mini-products-list li {
	border: 1px #d7f3fd solid;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: .8em;
	min-height: 50px;
}
.mini-products-list li:hover {
	border-color: #7fb8dd;
	background-color: #d7f3fd;
}
.mini-products-list a.btn-remove {
	position: absolute;
	right: -5px;
	top:  -5px;
}
.mini-products-list img {
	float: left;
}
.mini-products-list .product-details {
	margin-left: 60px;
}
.mini-products-list dl.item-options dt,
.mini-products-list dl.item-options dd {
	display: inline;
	margin: 0;
}
.mini-products-list dl.item-options dt {
	font-weight: bold;
}
a.details {
	display: none;
}

.block-account h2 {
	background-image: url(../images/sidebar-account-title.png);	
	height: 35px;
}
.block-reorder h2 {
	background-image: url(../images/sidebar-account-myorders.png);
	height: 35px;
}
.block-layered-nav .block-content {
	margin-left: 5px;
}
.block-content .actions {
	margin-bottom: 10px;
	font-size: .8em;
}
.block-layered-nav h2 {
	background-image: url(../images/sidebar-shopby-title.png);	
	height: 35px;
}
.block-layered-nav h3 {
	display: none;
}
.block-layered-nav dt {
	font-weight: bold;
	color: #999;
}
.block-layered-nav dd {
	margin: 0;
}
.block-layered-nav ol {
	margin-left: 0;
	font-size: 1.2em;
	color: #999;
	list-style: none;
}
.block-layered-nav ol li {
	margin-bottom: .2em;
}
.block-layered-nav .price {
	font-size: 1em;
	color: inherit;
	font-weight: inherit;
}
.sidebar ol.currently {
	list-style: none;
}
.sidebar ol.currently span.label {
	font-weight: bold;
}
.sidebar ol.currently img {
	vertical-align: baseline;
}

/* Category */
img.category-image {
	float:  right;
	margin: 0 0 15px 15px;
	position: relative;
	top:  -2.5em;
}
table.data caption {
	font-weight: bold;
	font-size: 1.3em;
	background: #d8f299;
	padding: 2px;
}
table.data td,table.data th {
	padding: 4px 15px;
	border-bottom: 1px solid #e5ffe0;
	color: #333;
}
table.data th {
	text-align: left;
	font-size: .8em;
	color: #666;
}
table.data .highlight {
	background: #d8f299;
	font-weight: bold;
	color: #19741c;
	font-size: 1.2em
}

#products-list,
#products-grid-table {
	clear: both;
	border-top: 1px solid #3f94cd;

}
.category-title,
.page-title,
.cms-page-view h2,
.catalog-product-view h2 {
	font-size: 1.5em;
	font-family: "Arial Rounded", "Arial Rounded MT Bold";
	color: #ee1c24;
}
/* Grid Products */
.products-grid {
	width: 100%;
}
.products-grid td {
	text-align: center;
	padding: 5px;
	width: 33%;
	vertical-align: bottom;
}
.products-grid .item {
	position: relative;
}
.products-grid td.last {
	padding-right: 0;
}
.price-cart-box {
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 5px;
	border: 1px #cceffc solid;
	background: #fff;
	background: rgba(255,255,255,.8);
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.add-to-links {
	display: none;
}
.product-name {
	margin-bottom: .25em;
}
.product-name a {
	color: #000;
	text-decoration: none;
}
.product-name a:hover {
	text-decoration: underline;
}
.price-cart-box p {
	margin: 0;
}
.old-price {
	margin: 0;
}
.old-price .price-label,
.special-price .price-label {
	display: none;
}
p.old-price .price {
	text-decoration: line-through;
	color: #999;
	font-size: 1em;
	font-weight: normal;
}
.special-price .price,
.price-cart-box .price {
	color: #ee1c24;
	font-size: 1.5em;
	font-weight: bold;
}
.product-view .product-image {
	border: 1px #eee solid;
}
.product-view .price-box {
	position: absolute;
	top: 46px;
	right: 15px;
	font-size: 1.2em;
	background: #ee1c24;
	color: #fff;
	padding: 5px;
	line-height: 1;
	font-weight: bold;
}
.product-view .special-price {
	margin: 0;	
}
.product-view .special-price .price {
	color: #fff;
}
.product-view .old-price .price {
	text-align: center;
	color: #ffd8d5;
	display: block;
}
.product-options-bottom {
	display: none;
}
.product-view .options-list .price {
	font-size: 1em;
	color: #ee1c24;
}
.product-view div.description h3 {
	color: #009eec;
}

/* List Products */
.products-list {
	margin: 0;
	list-style: none;
	overflow: auto;
}
.products-list .desc {
	color: #333;
}
.products-list .desc a {
	display: block;
}
.products-list .price-cart-box {
	position: relative;
	left: 0;
	top: 0;
	float: right;
	margin: -1.5em 0 0 0;
}
.products-list .item,
.products-grid td {
	margin-bottom: 5px;
	padding-top:  5px;
	padding-bottom:  5px;
	border-bottom: 1px solid #cbeffb;
	clear: both;
	overflow: auto;
}
.products-list .item img {
	float:  left;
	margin: 0 10px 0 0;
}
.multi-add .products-list .item {
	float: left;
	clear: none;
	width: 330px;
}
.multi-add .products-list .even {
	margin-left: 10px;
}
.multi-add .products-list .item .desc {
	font-size: .85em;
}
.multi-add .price-cart-box {
	float: right;
	margin-top: -10px;
}
.multi-add-button {
	float: right;
	clear: right;
	padding-bottom: 10px;
}
.sku {
	font-size: .8em;
	color: #666;
}
/* Sorter/Pager */
.pager {
	clear: both;
	width: 525px;
	float: left;
}
.sorter {
	float: right;
}
.pager p,
.sorter p {
	margin-bottom: 0;
}
.pager .amount {
	font-size: smaller;
	font-style: italic;
	color: #666;
}
.sorter fieldset,
.pager fieldset {
	border: none;
}
.pages{
	margin-bottom: .5em;
}
.pages ol {
	margin: 0;
	display: inline;
}
.pages li {
	display: inline;
	margin: 0 .1em;
	font-weight: bold;
	font-size: 1.2em;
}
.pages li a {
	color: #2a60b4;
	font-weight: normal;
	text-decoration: none;
	font-size: 80%;
}
.pages a img {
	vertical-align: 0em;
}
/* Breadcrumbs */
.breadcrumbs ul {
	color: #999;
	margin: 0;
	border-bottom: 1px solid #cbeffb;
	padding-bottom: 5px;
}
.breadcrumbs li {
	display: inline;
	font-size: .8em;
}
.breadcrumbs a {
	color: #999;
}
.breadcrumbs a:hover {
	color: #ee1c24;
}

/* Home Page */
.cms-home .col-main {
	background: none;
	width:  706px;
	padding: 0;
}
.cms-home .col-main h1 {
	display: none
}
#home_specials {
	position: relative;
	clear: both;
	background: url(../images/home-specials-bg.png) no-repeat;
	height: 240px;
	padding: 45px 15px 15px 20px;
}
#home_specials td {
	border: 0;	
}
#home_specials h2 {
	display: none;
}
#all-specials a {
	position: absolute;
	bottom: -30px;
	right: 20px;
	background: url(../images/all-specials-bg.png) no-repeat;
	color: #fff;
	padding: 0 40px 0 10px;
	height: 30px;
	width: 110px;
	line-height: 30px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}

#homecallouts {
	list-style: none;
	margin: 0;
}
#homecallouts li {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	background: transparent no-repeat;
}
#homecallouts li a {
	display: block;
	font-size: 1.4em;
	font-family: "Arial Rounded MT Bold";
	text-decoration: none;
	margin-bottom: 10px;
	width: 145px;
	height: 50px;
	padding: 15px 65px 15px 15px;
}
#homecallouts li a:hover {
	text-decoration: underline;
}
#homecallouts li.lowspeed {
	background-image: url(../images/home-lowspeed.png);
}
#homecallouts li.highspeed {
	background-image: url(../images/home-highspeed.png);
}
#homecallouts li.prophy {
	background-image: url(../images/home-prophy.png);
}
#homecallouts li.combo {
	background-image: url(../images/home-combos.png);
}
#homecallouts li.bone {
	background-image: url(../images/home-bone.png);
}
#homecallouts li.endo {
	background-image: url(../images/home-endo.png);
}
#homecallouts li.test span.days {
	display: none;
}
#homecallouts li.test span.copy {
	font-size: 10px;
	display: block;
}


/* Footer */
.footer {
	clear: both;
	text-align: center;
	margin: 15px 0 15px 250px;
}

/* Cart */
/*
#shopping-cart-table,
#checkout-review-table,
#my-orders-table 
*/
.data-table {
	width: 100%;
	float: left;
}
data-table tfoot {
	text-align: right;
}
.totals {
	float: right;
	text-align: right;
}
.data-table td {
	border-top: 1px solid #cbeffb;
	padding: 8px 5px;
}
.data-table th {
	text-align: left;
	background: #f9f9f9;
	padding: 5px;
	white-space: nowrap;
}
#shopping-cart-totals-table {
	width: 100%;
	
}
.checkout-types {
	text-align: right;
	list-style: none;
	margin-left: 0;
}
ul.messages,
ul.messages ul {
	list-style: none;
	margin: 0;
}
li.success-msg li {
	background-color: #fbfcda;
	padding: 5px;
	list-style: none;
	margin-bottom: 5px;
}

/* Product */
.catalog-product-view h2 {
	font-size: 2em;
}
.product-view .product-img-box {
	float:  right;
	margin: 0 0 15px 15px;
}
.product-view .price {
	font-size: 1.5em;
}
#image {
	width: 300px;
}
.qty {
	width: 2em;
}
.more-views ul {
	list-style: none;
	margin-left: 0;
}
.more-views li {
	display: inline;
}
.more-views img {
	border: 2px solid #d7f3fd;
}
.add-to-cart legend {
	display: none;
}
.product-view .short-description,
.product-view .description {
	margin-bottom: 10px;
}

/* Drill category */
.cat-15 table.data {
	float: left !important;
	clear: right;
	width: 210px;
	margin: 7px;
}
.cat-15 table.data td,
.cat-15 table.data th {
	padding: 2px 5px;
}
.cat-15 .multi-add-button {
	float: none;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
a.learnmore {
	padding: 5px 10px 5px 30px;
	line-height: 40px;
	background: #cbeffb url(../images/viewmag.png) no-repeat 8px 50%;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
}
a.learnmore:hover {
	background-color: #00a0ec;
	color: #fff;
}
/* checkout */
#checkoutSteps {
	list-style: none;
	margin-left: 0;
	width: 645px
}
.step-title .number {
	float: left;
	line-height: 1.25em;
	padding-right: 1em;
	color: #00bef2;
}
.step-title {
	font-size: 1.2em;
	-moz-border-radius:    15px;
	-webkit-border-radius: 15px;
	background: #cbeffb;
	padding: 5px;
	margin-bottom: 10px;
}
.step-title h3 {
	margin: 0;
}
.step {
	overflow: auto;
	padding:  0 15px 15px;
}
.step h4 {
	font-size: 1.1em;
	border-bottom: 1px #eee solid;
}
.step h4.product-name {
	border: none;
}
.form-list {
	list-style: none;
	margin-left: 0;
}
.form-list li {
	margin-bottom: 5px;	
}
.form-list ul li {
	list-style: none;
}
legend {
	font-weight: bold;
	color: #00bef2;
	margin-bottom: 10px;
}
label,
.sp-methods dt {
	font-weight: bold;
}
.sp-methods dd label {
	font-weight: normal;
}
.sp-methods ul {
	margin: 0;
}
.sp-methods li {
	list-style: none;
}
.sp-methods .price {
	font-weight: bold;
}

.checkout-onepage-index div.col-right {
	position: absolute;
	top: 4.5em;
	right: 15px;
	border: 1px #cbeffb solid;
	padding: 15px;
	width: 240px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.col2-set {
	overflow: auto;
	background: url(../images/blueline.png) repeat-y 50% 0;
	margin-bottom: 15px;
}
.col-1 {
	float: left;
	width: 48%;
	padding-right: 1%;
}
.col-2 {
	float: right;
	width: 48%;
	padding-left: 1%;
}
.validation-advice {
	color: #ee1c24;
	font-weight: bold;	
}
.block-progress dd {
	margin-bottom: 15px;
}
.block-progress dt {
	font-weight: bold;
	color: #009eec;
}
hr {
	clear: both;
	border: none;
	border-bottom: 1px #cbeffb solid;
	margin-bottom: 15px;
}
img.float_r {
	margin: 0 0 1em 1em;
}
img.float_l {
	margin: 0 1em 1em 0;
}


/* popup */
body.page-popup {
	background-position: 50% -300px;
	padding: 20px;
}

/* CMS Page */
.cms-page-view h2 {
	font-size: 2em;
}