/* 0. Global Styles/Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

img {
    border: 0px;
}

/* 1. Globar Classes */
.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.first {
    margin-left: 0px;
    padding-left: 0px;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
}

.top {
    margin-top: 0px;
    padding-top: 0px;
}

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

.hidden {
  display: none;
}

/* 2. Container/Header/Navigation */
div#container {
    text-align: left;
}

/* 2.1 Header */
div#header {
    background: url("/resources/images/header-back.png") no-repeat top center;
    height: 297px;
    position: relative;
}

div#header .lleft {
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: 200;
}

div#header .lright {
    position: absolute;
    top: 15px;
    right: 0px;
}

div#header-inner {
    width: 955px;
    margin: 0 auto;
    position: relative;
}

div#header h1 {
    position: absolute;
    top: 70px;
    left: 90px;
}

fieldset#search {
    position: absolute;
    top: 175px;
    right: 0px;
}

fieldset#search .ftxt {
    background: url("/resources/images/saerch-back.png") no-repeat 5px center;
    width: 160px;
    height: 26px;
    border: 1px solid #49622d;
    position: relative;
    top: -5px;
    padding-left: 29px;
    padding-right: 5px;
}

/* 2.2 Navigation */
ul#main-nav {
    position: absolute;
    top: 167px;
    left: 90px;
}

ul#main-nav li {
    float: left;
    margin-right: 5px;
}

ul#main-nav a {
    height: 44px;
    display: block;
}

ul#main-nav a:hover {
}

ul#main-nav a.active {
}

a#shop {
	position: relative;
    background: url("/resources/images/tab-shop.png") no-repeat 0 0;
    width: 79px;
	z-index: 400;
}

a#shop:hover, a#shop.active {
    background-position: 0 -44px;
}

a#clinic {
    background: url("/resources/images/tab-clinic.png") no-repeat 0 0;
    width: 91px;
}

a#clinic:hover, a#clinic:active {
    background-position: 0 -44px;
}

a#learn {
    background: url("/resources/images/tab-learn.png") no-repeat 0 0;
    width: 87px;
}

a#learn:hover, a#learn:active {
    background-position: 0 -44px;
}

a#about {
    background: url("/resources/images/tab-aboutus.png") no-repeat 0 0;
    width: 120px;
    margin-left: 210px;
}

a#about:hover, a#about.active {
    background-position: 0 -44px;
}

/* 3. Body/Content/Sidebar */
div#body {
    width: 955px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
}

div#body .full {
    width: 955px;
    margin: 0 auto;
    float: none;
}

div#headline {
	margin: -64px 0 20px 0;
}

/* Blog Styles added 5-4-14 */
div#content ul.comment_list{
list-style: none;

}
div#content ul.comment_list li{
border-bottom:1px solid #d6dcc6;
}

div#content ul.comment_list p{
font-size:10px;
color:#919C6F;
}

div#content ul.comment_list p.comment-text{
font-size:14px;
color:#000;
}

/* End Blog Styles */


/* 3.1 Content */
div#content {
    width: 594px;
    float: left;
}

div#content-inner {
    border: 1px solid #d6dcc6;
    padding: 20px 20px 10px 20px;
}

div#content-inner .coleft {
    float: left;
    width: 425px;
}

div#content-inner .coright {
    float: right;
    width: 425px;
}

div#content-inner .coleft .fbtn, div#content-inner .coright .fbtn, div#content-inner .fbtn {
    border: 1px solid #d6dcc6;
    color: #476100;
    font-weight: bold;
    background: transparent;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
}

div#content p a:hover input.fbtn {
	background: #fff;
}

div#content h1 {
    margin-bottom: 20px;
    font-size: 3em;
}

div#content h2 {
    font-size: 1.8em;
    padding-bottom: 10px;
    font-weight: normal;
}

div#content h3 {
    font-size: 1.6em;
}

div#content h3 a {
    text-decoration: none;
}

div#content h3 a:hover {
    color: #000;
}

div#content h4 {
    font-size: 1.6em;
    border-bottom: 1px solid #d6dcc6;
    margin-bottom: 20px;
    padding-bottom: 3px;
}


div#content p {
    font-size: 1.4em;
    line-height: 1.4em;
    padding-bottom: 10px;
}

div#content ul {
    padding-left: 20px;
    padding-bottom: 20px;
    list-style: disc;
}

div#content ol {
    padding-left: 20px;
    padding-bottom: 20px;
    list-style: decimal;
}

div#content li {
    font-size: 1.4em;
    line-height: 1.4em;
}

div#content ul#sub-menu {
list-style: none;	
}

div#content a {
    color: #919C6F; /*#a3b07e;*/
    text-decoration: none;
}

div#content a:hover {
    color: #000;
    text-decoration: underline;
}

div#content .line {
    border-bottom: 1px solid #d6dcc6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

div#content p.grey {
    color: #999;
}

div#content .post-entry {
    border: 1px solid #d6dcc6;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
}

div#content .pagination, div#content div#inner-content .pagination {
    border: 1px solid #d6dcc6;
    padding: 20px 20px 10px 20px;
}

div#content .ctc {
    padding: 0px 0px 0px 0px;
    border: 0px;
}

div#content .pagination .pleft, div#content div#inner-content .pagination .pleft {
    float: left;
}

div#content .pagination .pright, , div#content div#inner-content .pagination .pright {
    float: right;
}

div#content .pagination .pright a, , div#content div#inner-content .pagination .pright a {
    border: 1px solid #d6dcc6;
    padding: 2px 5px 2px 5px;
    display: inline-block;
}

div#content .pagination .pright a:hover, , div#content div#inner-content .pagination .pright a:hover {
    border: 1px solid #000;
    text-decoration: none;
}

div.homemenu {
	float: left;
	margin: 0 0 20px 0;
}

div.homemenu h1 {
	margin: 0 0 15px 0;
}

div#content ul#sub-menu, div.homemenu ul#sub-menu {
    padding: 0px 0px 0px 0px;
}

div#content ul#sub-menu li, div.homemenu ul#sub-menu li {
    float: left;
    margin-right: 20px;
}

div#content ul#sub-menu li a, div.homemenu ul#sub-menu li a {
    opacity: 0.5;
    filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

}

div#content ul#sub-menu li a:hover, div#content ul#sub-menu li a.active, div.homemenu ul#sub-menu li a.active, div.homemenu ul#sub-menu li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

div#content ul.book-nav {
    padding: 0px 0px 20px 0px;
    list-style: none;
}

div#content ul.book-nav li {
    float: left;
    margin-right: 7px;
}

div#content ul.book-nav li.last {
    margin-right: 0px;
}

div#content .two-col {
    padding-bottom: 20px;
}

div#content .two-col .tc-left {
    float: left;
    width: 130px;
}

div#content .two-col .tc-right {
    float: right;
    width: 414px;
}

div#content .four-cols {
    border-bottom: 1px solid #d6dcc6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

div#content .four-cols .fc-col {
    float: left;
    width: 550px;
}

div#content .four-cols .fc-col2 {
    float: left;
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
    width: 120px;
    text-align: right;
    padding-top: 5px;
}

div#content .four-cols .fc-col3 {
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
    float: left;
    width: 550px;
    padding-top: 5px;
}

div#content .four-cols .ftxt {
    border: 1px solid #d6dcc6;
    padding: 5px;
    width: 45px;
}

div#content .four-cols span {
    position: relative;
    top: 3px;
}

div#content .product-entry {
    border-bottom: 1px solid #d6dcc6;
    margin-bottom: 20px;
    position: relative;
}

div#content .product-entry .peimg {
    /*float: left; */
	float: right;
    width: 180px;
    padding-bottom: 20px;
	text-align: center;
	margin: 0 auto;
}

div#content .product-entry .petxt {
    float: left;
    width: 360px;
}

/** Form styles **/
fieldset#csearch {
    padding-bottom: 20px;
}

fieldset#csearch .ftxt {
    border: 1px solid #d6dcc6;
    padding: 5px;
    width: 321px;
}

fieldset#csearch .fbtn {
    border: 1px solid #d6dcc6;
    color: #476100;
    font-weight: bold;
    background: transparent;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
}

fieldset#billing {
}

fieldset#billing .frow {
    padding-bottom: 20px;
}

fieldset#billing label {
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    width: 100px;
    top: 5px;
    position: relative;
}

fieldset#billing .fields {
    float: left;
}

fieldset#billing .ftxt {
    border: 1px solid #d6dcc6;
    padding: 5px;
    width: 440px;
}

fieldset#billing .fbtn {
    border: 1px solid #d6dcc6;
    color: #476100;
    font-weight: bold;
    background: transparent;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

fieldset#login .frow {
    padding-bottom: 20px;
}

fieldset#login label {
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}

fieldset#login .ftxt {
    border: 1px solid #d6dcc6;
    padding: 5px;
    width: 300px;
}

fieldset#coupon .ftxt {
    border: 1px solid #d6dcc6;
    padding: 5px;
    width: 140px;
}

fieldset#coupon .fbtn, div.post-entry .fbtn {
    border: 1px solid #d6dcc6;
    color: #476100;
    font-weight: bold;
    background: transparent;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

fieldset#review {
    border: 1px solid #d6dcc6;
    width: 507px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 10px;
}

fieldset#review .frow {
    padding-bottom: 10px;
}

fieldset#review label {
    font-weight: bold;
    display: block;
    font-size: 1.4em;
    padding-bottom: 3px;
}

fieldset#review .ftxt {
    border: 1px solid #d6dcc6;
    padding: 5px;
    width: 340px;
}

fieldset#review .fta {
    border: 1px solid #d6dcc6;
    padding: 5px;
    width: 340px;
    height: 140px;
}

fieldset#review .fbtn {
    border: 1px solid #d6dcc6;
    color: #fff;
    font-weight: bold;
    background: #476100;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
}

/* fieldset#product {
    position: absolute;
    bottom: 10px;
    right: 0px;
}

fieldset#product {
    position: absolute;
    top: 0px;
    left: 400px;
} */

fieldset#product .fs {
    border: 1px solid #d6dcc6;
    width: 160px;
}

fieldset#product .fbtn {
    border: 1px solid #d6dcc6;
    color: #fff;
    font-weight: bold;
    background: #476100;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
}

/** Table styles **/
table#tbl-compare {
    background: #a3b07f;
    border: 1px solid #a3b07f;
}

table#tbl-compare tr {
    border: 1px solid #d6dcc6;
}

table#tbl-compare .grn {
    background: #d1d7bf;
}

table#tbl-compare td {
    background: #fff;
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 10px;
    border: 1px solid #a3b07f;
}

table#tbl-compare .fbtn {
    border: 1px solid #d6dcc6;
    color: #fff;
    font-weight: bold;
    background: #476100;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
}

/* 3.2 Sidebar */
div#sidebar {
    width: 334px;
    float: right;
}

div#sidebar .sidebar-inner, div#sidebar-inner {
    border: 1px solid #d6dcc6;
    border-bottom: 0px;
}

div#sidebar h2 {
    margin-bottom: 20px;
}

div#sidebar h3 {
    font-size: 1.8em;
    padding-bottom: 10px;
    font-weight: normal;
    position: relative;
}

div#sidebar h3 span {
    position: absolute;
    right: 0px;
    
}

div#sidebar h4 {
    font-size: 1.6em;
    padding-bottom: 3px;
}

div#sidebar h5 {
    font-size: 1.4em;
    line-height: 1.6em;
    padding-bottom: 10px;
}

div#sidebar h5.np {
    padding-bottom: 0px;
}

div#sidebar ul {
    padding-left: 20px;
    padding-bottom: 10px;
}

div#sidebar li {
    font-size: 1.4em;
    line-height: 1.6em;
}

div#sidebar p {
    font-size: 1.4em;
    line-height: 1.6em;
    padding-bottom: 10px;
}

div#sidebar a {
    color: #919C6F; /*#a3b07e;*/
    text-decoration: none;
}

div#sidebar a:hover {
    color: #000;
    text-decoration: underline;
}

div#sidebar .sbox {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #d6dcc6;
}

.ftxt {
    border: 1px solid #d6dcc6;
    padding: 5px;
    width: 281px;
}

.fbtn {
    border: 1px solid #d6dcc6;
    color: #476100;
    font-weight: bold;
    background: transparent;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

/* 4. Footer/Navigation */
div#footer {
    background: url("../images/footer-back.png") no-repeat top center;
    height: 178px;
    color: #666;
    position: relative;
}

div#footer .fleft {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div#footer .fright {
    position: absolute;
    top: 5px;
    right: 0px;
}

div#footer-inner {
    width: 955px;
    margin: 0 auto;
}

div#footer-inner p {
    font-size: 1.2em;
    padding-top: 50px;
    padding-left: 90px;
}

/* div.description {
	width: 200px;
} */


/*
	ADDED BY TWINDOTS
*/

.your_cart {
	position: absolute;
	right: 0;
	top: 222px;
	color: #49622d;
	font-size: 14px;
	text-decoration: none;
	padding-right: 28px;
	background: url('/resources/images/cart.png') right center no-repeat;
	line-height: 24px;
}

fieldset#search-static {
	margin-top: 20px;
}

fieldset#search-static .ftxt,
fieldset#search .ftxt {
    background: url("/resources/images/saerch-back.png") no-repeat 5px center;
    width: 160px;
    height: 26px;
    border: 1px solid #49622d;
    position: relative;
    top: -5px;
    padding-left: 29px;
    padding-right: 5px;
}

.mb-20 {
	margin-bottom: 20px;
}


/* Twin Dots */


.new-book-first {
	min-height: 200px;
	margin-top: 20px;
}

#content .new-book-first div.right h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.new-book-first input {
	margin-top: 20px
	}
.new-book-first span.image {
    display: block;
    float: left;
    width: 167px;
}

.new-book-first div.right {
    display: block;
    float: left;
    width: 380px;
}

.supplies-nav {
	padding-left: 0;
}

.supplies-nav .item {
	height: 100px;
	margin-bottom: 15px;
	overflow: hidden;
}

.supplies-nav .item span.image {
	float: left;
	width: 100px;
}

.supplies-nav .item span.details {
	float: left;
	width: 300px;
	display: block;
	}
	
div#content .supplies-nav .item h3 {
	font-size: 1.3em;
	}
	
div#content .supplies-nav .item p {
	font-size: 1.2em;
	padding-top: 5px;
	}
	
.pleft, .pright {
	display: block;
	clear: left;
	}
	
div#content .pright a {
	display: inline-block;
	height: auto;
	padding: 0 4px;
	margin: 0px;
	color: #333;
	border: 1px solid #ccc;
}

.small-search {
	margin-bottom: 20px;
		
}

.small-search input[type=text] {
	width: 60%;	
}

table.cart td, table.cart tr, table.cart th {
font-size: 1.2em;
}

/*
 * Rating info
 */

span.rating_stars
{
  display: block;
  height: 20px;
  margin-bottom: 18px;
  background: transparent url(/resources/images/rating_stars_large.png) no-repeat -2px -180px;
  padding-left: 100px;
  padding-top: 3px;
  color: #666666;
  font-size: 11px;
}

.rating_selector span.rating_stars
{
  width: 96px;
  padding-left: 0;
  margin-top: 3px;
  cursor: pointer;
}

div#review_form div.rating_selector {
  margin-bottom: -20px;
}

span.rating_stars.rating_1
{
  background-position: -2px -160px;
}

span.rating_stars.rating_15
{
  background-position: -2px -140px;
}

span.rating_stars.rating_2
{
  background-position: -2px -120px;
}

span.rating_stars.rating_25
{
  background-position: -2px -100px;
}

span.rating_stars.rating_3
{
  background-position: -2px -80px;
}

span.rating_stars.rating_35
{
  background-position: -2px -60px;
}

span.rating_stars.rating_4
{
  background-position: -2px -40px;
}

span.rating_stars.rating_45
{
  background-position: -2px -20px;
}

span.rating_stars.rating_5
{
  background-position: -2px 0;
}

div.ratingreport {
  margin: 3px 0 20px 20px;
}

span.rating_stars_small
{
  display: block;
  height: 15px;
  text-align: left;
  padding-left: 80px;
  line-height: 1.4em;
  font-size: 1.2em;
  background: transparent url(/resources/images/rating_stars_small.png) no-repeat -3px -135px;
  margin: 8px 0;
}

.rating_selector span.rating_stars_small
{
  width: 96px;
  padding-left: 0;
  margin-top: 3px;
  cursor: pointer;
}

span.rating_stars_small.rating_1
{
  background-position: -3px -120px;
}

span.rating_stars_small.rating_2
{
  background-position: -3px -90px;
}

span.rating_stars_small.rating_3
{
  background-position: -3px -60px;
}

span.rating_stars_small.rating_4
{
  background-position: -3px -30px;
}

span.rating_stars_small.rating_5
{
  background-position: -3px top;
}

