/* Basic Element Formatting ------------------------------------------------------------- */

html {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


form {
	margin: 0;
	padding: 0;
}

body {
	font-size:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background:#D5DCE8 url(/images/body_bg.gif) repeat-x;
}

a{
	text-decoration: none;
	color: #1C5D91;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	margin: 0;
	padding: 5px 0;
	font-size: 1em;
}

input {
	font-size: 1em;
	font-weight: normal;
	/*height: 1.25em;*/
	margin-bottom: 1px;
}

select {
	font-size: 1em;
	font-weight: normal;
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.clearLeft {
	clear: left;
}

.clearBoth, .clear-both {
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	/*height: 1.6em;*/
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssSmallerText {
	font-size: 10px;
	width: 100%;
}

.jssBoldLinks { 
	font-size: 10px;
	text-decoration: none; 
	font-weight: bold;
}

.jssBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
}

.jssProductTitle {
	font-size: 0.75em;
	text-decoration: none; 
}

.jssProductTitle:hover {
	font-size: 0.75em;
	text-decoration: none; 
}

.jssPrice {
	font-weight: bold;
	font-size: 10px;
}

/* Header Styles ------------------------------------------------------------- */

div#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
}

div#jssHeader {
	font-size: 1em;
	margin: 0;
	width: 100%;
	height: 169px;
	position: relative;
	background:#FFFFFF url(/images/header_bg_lt.gif) repeat-x;
}

div#jssLogo {
	float: left; 
	border: 0px;
	margin-top: 12px;
	margin-left: 10px;
}

ul#topNav {
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 240px;
	list-style: none;
	color: #FFFFFF;
	font-size: 11px;
}

ul#topNav li {
	float: left;
	margin: 0px 6px 0px 0px;
	background-image: url(/images/tab.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	border-bottom: 2px solid #FFF;	
}

ul#topNav li a {
	display: block;
	width: 72px;
	color: #FFFFFF;
	/*padding: 9px 5px;*/
	text-align:center;
	padding-top: 10px;
	
}

div#headerRhs {
	width: 170px;
	height: 95px;
	float: right;
}

div#jssSubHeader {
	font-weight: bold;
	margin: 0;
	width: 100%;
	padding: 0px;
	background-color: #CC3333;
	height: 30px;
	border-bottom: 2px solid #566F9B;
}

div#mainContent {
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
}
span#jssWelcome {
	display: block;
	padding: 10px 0px 0px 5px;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}

span#jssWelcome a {
	color: #FFF;
}	

span#jssDate {
	float: right;
	padding-right: 5px;
}

div#navcontainer {
	float: right;
	position: relative;
	display: inline;
	top: -5px;
}

ul#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}


#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist a {
	padding: 1px 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 0.7em;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: none;
}

.jssHeaderBlock {
	width: 170px;
	height: 95px;
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	top: 15px;
	right: 20px;
	background-image: url(../images/basket_bg.gif);
	background-repeat: no-repeat;
	font-size: 1em;
}

.jssHeaderBlockTitle {
	margin: 10px 10px 0px 70px;
	padding: 0px;
	color: #1C5D91;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.jssHeaderBlockContent {
	margin: 5px 10px 0px 70px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

.jssHeaderBlockContent a {
	padding: 0px;
	color: #287DC2;
	text-decoration: none;
}

.jssHeaderBlockContent a:hover {
	text-decoration: underline;
}


.jssHeaderBlockLinks {
	margin: 12px 0px 0px 0px;
}

/* Left Column ------------------------------------------------------------- */

div#jssLeftMenu {
	width: 144px;
	margin: 0px;
	padding: 10px 8px 0px 8px;
	float: left;
	font-size: 1em;
}

.menuTitle{
	margin: 0px 0px 3px 0px;
	display:block;
	background: #7389B1;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-image: url(../images/menu_title_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

ul.jssSectionList .menuTitle {
	margin-top: 10px;
}

.jssSectionList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.jssSectionList li {
	border-bottom: solid 1px #FFFFFF;
	
}

.jssSectionList li a {
	display: block;
	padding: 3px 14px;
	background-color: #D5DCE8;
	color: #000000;
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 0.75em;
}

.jssSectionList li a.selected {
	background-image: url(../images/pointer_current.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #94A5C3;
}

.jssSubSectionList {
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
}

.jssSubSectionList li {
	border-bottom: none;
}

.jssSubSectionList li a{
	padding: 0px 0px 0px 20px;
	background-image:none;
	background-color: #94A5C3;
}

.jssCustomerLinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.jssNewsLinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
	width: 144px;
	padding: 10px 8px 0px 8px;
	float: left;
	font-size: 1em;
}

div#jssRightMenu div.legend {
	padding: 2px 0px 5px 0px;
	border-bottom: dashed 1px #CCCCCC;
}

div#jssRightMenu div.legend span{
	padding-left: 5px;
}

div#jssRightMenu div.legend img{
	vertical-align: middle;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #666666;*/
}

.jssMenuBoxTitle {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	text-align: center;
}

div#jssLeftMenu a, div#jssRightMenu a {
	color: #000000;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
	width: 100%;
	font-size: 0.75em;
	height: 1%;
	background-color: #D5DCE8;
	padding: 2px;
	width: 140px;
}

.jssMenuBoxContent {
	text-align: left;

}

.jssMenuBoxContent:after { content: ""; display: block; height: 0; clear: both; }

.jssMenuBoxContentCent {
	text-align: center;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent {
	width: 469px;
	margin: 10px 0px 0 0px;
	padding: 0px 5px;
	font-size: 12px;
	float: left;
	
}

div#jssMainContent:after { content: ""; display: block; height: 0; clear: both; }

.jssPageHeading {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

.jssPageSubHeading {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.jssBreadcrumb {
	width: 100%;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 3px 0px;
	background-color: #D5DCE8;
	border-bottom: 1px solid #566F9B;
}

.jssBreadcrumbTitle {
	font-weight: normal;
	padding-left: 3px;
	margin-right: 3px;
}

/* Footer Styles ------------------------------------------------------------- */
div#bottomStripe {
	height: 5px;
	border-bottom: 2px solid #FFFFFF;
	clear: both;
}

div#jssFooter {
	margin: 0;
	width: 100%;
	clear: both;
	background-color:#7389B1;
	height: 100px;
}


div#jssUsersOnline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.8em;
}

div#jssCopyright {
	margin: 10px 0px 0px 10px;
	float: left;
	clear: both;
	font-size: 10px;
}

div#footerLinks {
	clear: both;
	margin: 10px 0px 0px 10px;
	float: left;
	font-size: 10px;
}

div#jssCopyright a, div#footerLinks a{
	color: #000000;
	font-weight: normal;
}

/* General Form Styling ------------------------------------------------------------- */

.jssForm {
}

#jssContactForm {
	padding: 5px;
	background-color: #D5DCE8;
	border: 1px solid #566F98;
}

.jssFormRow {
	clear: both;
	height: 15px;
	font-size: 0.8em;
	margin: 5px 0 0 0;
} 

.jssFormCol1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.jssFormCol2 {
	float: left;
	text-align: left;
}	

.jssError {
	font-size: 10px;
	color:#FF0000;
	font-weight: normal;
}

.jssFormDiv {
	text-align: center;
}

.jssFormTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.checkoutLoginTable td{
	background-color: #CCCCCC;
}

.jssFormTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.70em;
}

.jssFormTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
	padding-top: 3px;
}

.jssFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
}

.jssFormTable td.jssFormSubmit {
	text-align: right;
}

.jssFormTable input {
	font-size: 1em; 
	font-weight: normal;
	/*height: 1.3em;*/
}

.jssFormTable select {
	font-size: 1em; 
	font-weight: normal;
}

.jssFormTable td.jssFormSubmit input {
	font-size: 12px;
	cursor: pointer;
	/*height: 16px;*/
}

.jssFormError {
	font-weight: bold;
	color:#FF0000;
	font-size: 10px;
}

/* Cart Styling ------------------------------------------------------------- */

.jssCartDiv {
	text-align: center;
}

.jssCartDiv a {
	color: #000000;
}

.jssCartTable {
	margin-left: auto; margin-right: auto;
	padding: 0px;
	border: 0px;
	font-size: 10px;
}

.jssCartTable th {
	background-color: #94A5C3;
}

.itemTotalCol {
	background-color: #94A5C3;
}

div#cartButtons {
	text-align:center;
	margin: 10px auto;
}

div#cartButtons a {
	padding: 5px 10px 5px 10px;
	background-color: #D5DCE8;
	border: 1px solid #566F9B;
}

.jssPCentered {
	text-align: center;
}

.jssCartTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 10px;
}

.jssCartTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 10px;
	vertical-align: top;
}

.jssCartTable th.right {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 10px;
	vertical-align: top;
}

.jssCartTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 10px;
	vertical-align: top;
}

.jssCartTable td.right {
	font-weight: normal;
	padding: 2px;
	text-align: right;
	font-size: 10px;
	vertical-align: top;
}

.jssCartTable th.total {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 10px;
	vertical-align: top;
}

#checkoutLoginTable td.col{
	background-color: #F9E4D2;
	border: 1px solid #FF6633;
}

/* general table styling ------------------------------------------------------------- */

.jssGeneralTableDiv {
	text-align: center;
}

.jssGeneralTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssGeneralTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

.jssGeneralTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 10px;
	vertical-align: top;
}

.jssGeneralTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 10px;
}

.jssGeneralTable td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 10px;
}

.jssGeneralTable a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1em;
	white-space: nowrap;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

.jssGeneralTable a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTableDiv {
	text-align: center;
}

.jssProductTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	width: 100%;
	border: 0px;
}

.jssProductTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssProductTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssProductTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

/* Index-specific Styles ------------------------------------------------------------- */

.jssIndexProductThumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

.jssIndexFullWidth {
	clear: both; text-align: center; width: 100%;
}

.jssIndexColLeft {
	width: 49%; float: left;
}

.jssIndexColRight {
	width: 49%; float: right;
}

.jssIndexProductBlock {
	width: 100%; clear: both; text-align: left;
}

.jssIndexProductGap {
	width:2%; float: left;
}

/* Section And Listing Styles ------------------------------------------------------------- */

div#pagescontainer {
	float: right;
	position: relative;
	top: 0px;
	padding: 1px;
	margin-bottom: 5px;
}

ul#pageslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#pageslist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0px; font-weight: normal; font-size: 0.75em;
}

#pageslist a {
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: normal; 
	font-size: 1em;
}

#pageslist a:link, #npageslist a:visited {
	text-decoration: none;
}

#pageslist a:hover {
	text-decoration: none;
}

.prodOptHead {
	background-color: #7389B1;
	padding: 3px;
}

.prodOptCell {
	background-color: #D5DCE8;
	padding:3px;
}

/* Product Page Layout ----------------------------------------------------------- */
#productImage {
	width: 250px;
	float: left;
}

.prescription, #prescription {
	float: right;
	background: #DFEEE0;
	border: 1px solid #006633;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	width: 190px;
	text-align: center;
}

.moreInfo {
	border: 1px solid #006633;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	width: 110px;
	text-align: center;

}

/*#productPriceOptions {
	width: 190px;
	float: right;
}*/

.productPrice, .productQuantity, .productOptions {
	width: 190px;
	margin: 0px 0px 5px 0px;
	float: right;
	background: #D5DCE8;
	border: 1px solid #566F9B;
	padding: 5px;
	color: #000000;
	text-align: center;
	clear: right;
}

/*
.productPrice {
	background: #FDD9DC;
	border: 1px solid #CC0033;
	font-weight: bold;
	color: #CC0000;
}
*/
.productPrice, .productQuantity {
	height: 30px;
	line-height: 2;
}

.productPrice span {
	
}

.productQuantity {
	
}

.productOptionsTitle {
	line-height: 2;
}

.jssProductFieldsDiv p {
	margin: 7px 0px;
	padding: 0px;
	font-size: 12px;
}

.jssProductLinks, jssProductLinks:link {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.jssProductAdd {
	width: auto;
	padding: 5px 2px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	text-align: center;
	cursor: pointer;
	clear: right;
}

#prodPageAdd input.jssProductAdd{
	border: 1px solid #000000;
	width: 200px;
	float: right;
}

/* Other/Misc Styles ------------------------------------------------------------- */



.jssProductListMain {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
}

.jssProductListTitle {
	float: left; margin-right: 5px;
}


.jssSecFlagsDiv {
	float: right; width: 4.5em; margin-left: 5px; padding: 3px;
}

.jssProductFlag {
	margin-bottom: 3px; 
	padding-left: 3px; 
	font-size: 0.6em; 
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}

.jssSectionThumbnail {
	float: left;
}

.jssSectionDesc {
	margin-left: 105px;
}

.jssSubSecDiv {
	width: 142px;
	float: left;
	text-align: center;
	margin: 5px;
}
.jssSubSecDiv a{
	display: block;
	width: 142px;
	background-color: #D5DCE8;
	border: 1px solid #566F9B;
	font-size: 12px;
	padding: 3px;
}

.jssSubSecDiv a:hover{
	display: block;
	width: 142px;
	background-color: #D5DCE8;
	border: 1px solid #336633;
	color: #336633;
	font-size: 12px;
	padding: 3px;
}

.jssSecImages {
	float: left; margin-right: 5px; padding: 3px;
}

.jssLinksDiv {
	padding: 3px; font-weight: bold;
}

.jssSubSecTitle {
	padding-top: 3px;
}

.jssSectionContent {
	clear: both; 
	padding-top: 10px;
}

.jssSecProductTitle {
	padding-top: 3px;
}

.jssSecProductDiv {
	margin: 0px auto 5px auto;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDD;
	clear: both;
	text-align: left;
}

.secProductLink {
	font-size: 12px;
	font-weight: bold;
}

.jssSendFriendDiv a:hover {  
	text-decoration: underline; 
	cursor: pointer;
}

.jssProductSep {
	clear: both; border: 0px; margin-bottom: 5px; height: 1px;
}

.jssProductFullImage {
	float: left; margin-right: 10px; border: 1px solid;
}

.jssProductOptionsDiv {
	float: right;
}

.jssProductFieldsDiv {
	/*float: left;
	margin-left: 5px;
	text-align: left;*/
}

.jssSendFriendDiv {
	float:right; font-weight: bold;
}

.jssSendFriendDiv a { 
	font-size: 1em;
	text-decoration: none; 
}

table#deliveryTable {
	border: 1px solid #566F9B;
}

table#deliveryTable th {
	text-align: left;
	background-color: #7389B1;
	color: #FFF;
	padding: 5px;
}

/* CHECKOUT - ANIMAL FORM ------------------------------------------------------------- */
.animal-details {
	width: 449px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-top: 1px dashed #CCC;
	font-size: 1.1em;
	clear: both;
}

.animal-type, .animal-desc {
	float: left;
}

.animal-type {
	width: 120px;
	margin: 0 30px 0 0;
}

.animal-desc {
	width: 280px;
}

.animal-desc textarea {
	width: 250px;
	height: 120px;
}

.animal-details select, .animal-details textarea {
	margin: 5px 0 0 0;
}
	






