/* Basic Element Formatting ------------------------------------------------------------- */
* {
padding:0;
margin:0;
border:0;
}
html {
	
}


form {
	margin: 0;
	padding: 0;
}

body {
	font-size:62.5%;
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 960px;
	font-family: Geneva, Arial, Helvetica, san-serif;
}



h1 {
	font-size: 1.3em;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 0px;
}

#middle p {
	font-size: 1.0em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

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

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

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

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}
.clearBoth2 {
	clear: both;
}
.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	height: 1.6em;
	padding-right: 2px;
	padding-left: 2px;
}
.buttontop {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	height: 16px;
	background-color: #0048B6;
	border: 1px solid #0048B6;
	color: #FFFFFF;
}
.blueborder {
	border: 1px solid #124B9C;
	}

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

.jssSmallerText {
	font-size: 1.2em;
	width: 100%;
	color: #024FA2;
}
.jssSmallerText2 {
	font-size: 1.2em;
	width: 100%;
	color: #CC0000;
	font-weight: bold;
}
.jssBoldLinks { 
	font-size: 1.2em;
	text-decoration: none; 
	font-weight: bold;
}
.jssBoldLinks2 { 
	font-size: 1.0em;
	text-decoration: none; 
	font-weight: bold;
}
.jssBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
}

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

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

.jssPrice {
	font-weight: bold;
	font-size: 1.2em;
}
.jssPrice2 {
	font-weight: bold;
	font-size: 1.0em;
}
.jssProductLinks, jssProductLinks:link {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1.2em;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.jssProductAdd {
	font-size: 1.2em;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.jssProductAdd2 {
	padding: 0px 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #333333;
	text-align: center;
	cursor: pointer;
	width: 80px;
	height: 18px;
}
/* Header Styles ------------------------------------------------------------- */

#jssLogo {
	border: 0px;
	font-size: 1.2em;
	clear: both;
}
#logotext {
	clear: both;
	height: 60px;
	width: 960px;
	padding-top: 55px;
	font-family:  Geneva, Arial, Helvetica, san-serif;
}
.logotxt1 {
	font-weight: 400;
	color: #024FA2;
	font-size: 16.5pt;
	padding-bottom: 5px;
	padding-left: 40px;
}
.logotxt2 {
	color: #024FA2;
	font-size: 14pt;
	padding-left: 40px;
	
}

#jssHeader {
	font-size: 1em;
	margin: 0;
	width: 960px;
	height: 283px;
	background-image: url(../images/moh_header1.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

#jssSubHeader {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

span#jssWelcome {
	padding-left: 5px;
	font-weight: normal;
	font-size: 1.2em;
}

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

#navcontainer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	clear: both;
}

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


#navlist li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 64px;
	float: left;
	font-size: 1.2em;
}


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

#jssLeftMenu {
	width: 160px;
	padding-top: 0px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 0px;
	color: 0048B6;
}
#jssLeftMenu a:link, #jssLeftMenu a:visited {
	color: #024FA2;
	text-decoration: none;
}

#jssLeftMenu a:hover, #jssLeftMenu a:active {
	color: #EE1E1E;
	text-decoration: underline;
}

#jssSectionList {
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	list-style-type: disc;
	color: #024FA2;
	list-style-position: outside;
}

#jssSubSectionList {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	list-style-type: disc;
	color: #EE1E1E;
}

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

.jssNewsLinks {
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	list-style-type: disc;
	color: #EE1E1E;
	font-size: 1em;
}

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

#jssRightMenu {
	width: 160px;
	color: #000000;
	padding-top: 0px;
	float: right;
	padding-right: 15px;
	margin: 0px;
	padding-left: 20px;
}
#jssRightMenu a:link, #jssRightMenu a:visited {
	color: #000000;
	text-decoration: none;
}

#jssRightMenu a:hover, #jssRightMenu a:active {
	color: #EE1E1E;
	text-decoration: underline;
}
/* Right and Left Menu Box Style ------------------------------------------------------------- */

 .jssMenuBox{
	width: 158px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.jssMenuBoxTitle {
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #024FA2;
	padding-top: 3px;
	padding-bottom: 3px;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.2em;
	height: 1%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #024FA2;
	border-right-color: #024FA2;
	border-bottom-color: #024FA2;
	border-left-color: #024FA2;
	padding-right: 5px;
}



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

.jssMenuBoxContentCent {
	text-align: center;
	border-top: 1px solid #5faaf9;
	border-bottom: 1px solid #5faaf9;
	background-color: #fff;
}



.jssMenuBox2 {
	width: 160px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/box1repbg.gif);
	background-repeat: repeat;	
}
.jssMenuBox2Title {
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #024FA2;
	padding-top: 3px;
	padding-bottom: 3px;
}

.jssMenuBox2Content {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	height: 1%;
	background-image: url(../images/box1_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.jssMenuBox2Content {
	text-align: left;
	

}


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

.jssMenuBox2ContentCent {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 1.2em;
	height: 1%;
	background-image: url(../images/box1_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#helpmenu {
	list-style-type: none;
}
 .jssMenuBox3{
	width: 400px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #333333;
	font-size: 1.2em;
}

.jssMenuBox3Title {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #024FA2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EE1E1E;
	border-right-color: #EE1E1E;
	border-bottom-color: #EE1E1E;
	border-left-color: #EE1E1E;
	padding: 0px;
}

.jssMenuBox3Content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.0em;
	height: 1%;
	border: 1px none #88878C;
	text-align: left;
	padding-right: 10px;
}



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



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

#jssMainContent {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	width:570px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
#jssMainContent p {
	font-size: 1.2em;
}
#jssMainContent:after { content: ""; display: block; height: 0; clear: both; }

.jssPageHeading {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}

.jssPageSubHeading {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
.jssPageSubHeading2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;	
}
#jssBreadcrumb {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

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

/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {
	margin: 0;
	clear: both;
	color: #0048B6;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#jssFooterLinksDiv {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #0048B6;
}

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

#jssFooterLinks li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

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

#jssFooterLinks a:link, #jssFooterLinks a:visited {
	text-decoration: none;
	color: #0048B6;	
}

#jssFooterLinks a:hover {
	text-decoration: underline;
	color: #0048B6;	
}


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

div#jssCopyright {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 1.2em;
	color: #0048B6;
	margin-bottom: 10px;
}

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

.jssForm {
}

.jssFormRow {
	clear: both;
	height: 15px;
	font-size: 1.2em;
	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: 1.2em;
	font-weight: normal;
}

.jssFormDiv {
	text-align: center;
}

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

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

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

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

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

.jssFormTable input {
	font-size: 1em; 
	font-weight: normal;
	height: 1.2em;
}

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

.jssFormTable td.jssFormSubmit input {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	height: 16px;
}


.jssFormError {
	font-weight: bold;
	font-size: 1.2em;
}
/* form styling for send a friend ----------------------------------------------*/
.jssFormDiv2 {
	text-align: center;
	width: 500px;
}
#sendToFriend {
	padding: 10px;
}
#sendToFriend textarea {
    background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #333333;
	}
#sendToFriend input {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #333333;
}
.jssFormTable2 {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssFormTable2 caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.8em;
}

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

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

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

.jssFormTable2 input {
	font-size: 1em; 
	font-weight: normal;
	height: 1.4em;
}

.jssFormTable2 select {
	font-size: 0.8em; 
	font-weight: normal;
}

.jssFormTable2 td.jssFormSubmit input {
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	height: 16px;
}
#sendToFriend .jssFormError2 {
	font-weight: bold;
	font-size: 0.8em;
	color: #CC0000;
}

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

.jssCartDiv {
	text-align: center;
}

.jssCartTable {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	width: 550px;
}

.jssPCentered {
	text-align: center;
}

.jssCartTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 1.2em;
}

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

.jssCartTable th.right {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 1.2em;
	vertical-align: top;
}
.jssCartTable th.right2 {
	font-weight: bold;
	padding: 2px 5px;
	text-align: right;
	font-size: 1.2em;
	vertical-align: top;
	background-color: #EBEFF0;
	color: #000000;
}
.jssCartTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 1.2em;
	vertical-align: top;
}

.jssCartTable td.right {
	font-weight: normal;
	padding: 2px 5px;
	text-align: right;
	font-size: 1.2em;
	vertical-align: top;
}
.jssCartTable td.right2 {
	font-weight: normal;
	padding: 2px 5px;
	text-align: right;
	font-size: 1.2em;
	vertical-align: top;
	background-color: #EBEFF0;
	color: #000000;
}
.jssCartTable th.total {
	font-weight: bold;
	padding: 2px 5px;
	text-align: right;
	font-size: 1.2em;
	vertical-align: top;
}
.jssCartTable th.total2 {
	font-weight: bold;
	padding: 2px 5px;
	text-align: right;
	font-size: 1.2em;
	vertical-align: top;
	background-color: #EBEFF0;
	color: #000000;
}
.jssCartTable th.total3 {
	font-weight: bold;
	padding: 10px 5px;
	text-align: right;
	font-size: 1.2em;
	vertical-align: top;
	
}
#cartbuttons ul{
	font-size: 1.0em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#cartbuttons li{
	list-style-type: none;
	display: inline;
}

.jssBoldLinks3 {
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.jssBoldLinks3:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.selectaddress {
	color: #FFFFFF;
	background-color: #EE1E1E;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #000000;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}

.selectaddress:hover {
	color: #FFF;
	background-color: #024FA2;
}
/* general table styling ------------------------------------------------------------- */

.jssGeneralTableDiv {
	text-align: left;
}

.jssGeneralTable {
	padding: 0px;
	border: 0px;
	width: 500px;
}

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

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

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

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

.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: 1em;
	color: #EE1E1E;
}

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

/* 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: 1.2em;
}

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

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

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

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

.jssIndexFullWidth {
	text-align: center;
	width: 540px;
	margin: 0px;
	padding: 0px;
}

.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: 1.2em;
}

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

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

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

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

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

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


.jssSecFlagsDiv {
	float: right;
	width: 80px;
	margin-left: 20px;
	padding: 3px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.jssSecFlagsDiv2 {
	float: right;
	width: 80px;
	margin-left: 0px;
	margin-right: 0px;
	clear: right;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.jssProductFlag {
	margin-bottom: 3px;
	padding-left: 3px;
	font-size: 1.2em;
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}

.jssSectionThumbnail {
	float: left;
}

.jssSectionDesc {
	margin-left: 105px;
}

.jssSubSecDiv {
	width: 200px;
	text-align: left;
	float: left;
	padding: 10px;
	
}

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

.jssLinksDiv {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.jssLinksDiv2 {
	padding: 3px 3px 3px 0px;
	font-weight: bold;
	
}
.jssSubSecTitle {
	padding-top: 3px;
	width: 100%;
}

.jssSectionContent {
	padding-top: 0px;
	width: 100%;
	clear: both;	
}
/* Prodcut page styling  ------------------------------------------------------------- */

#productImage {
	float: left;
	width: 250px;
	padding-right: 10px;
}

#productTopright {
	float: right;
	width: 300px;
	font-size: 1.2em;
	
}

#productPrice {
	padding-top: 20px;
}
.jssSecProductTitle {
	padding-top: 3px;
	width: 100%;
}

.jssSecProductDiv {
text-align: left;
	margin-left: auto; margin-right: auto;
}

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

.jssProductSep, .jssProductSep2 {
	border: 0px;
	margin-bottom: 5px;
	height: 5px;
	width: 560px;
	clear: both;
}

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

.jssProductOptionsDiv {
	float: left;
	width: 250px;
	clear: left;
}

.jssProductFieldsDiv {
	float: left;
	text-align: left;
	clear: left;
	width: 450px;
}

.jssSendFriendDiv {
	float:right;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 20px;	
}

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

/* checkoutlogin styling ------------------------------------------------------------- */

#login1 {
	background-color: #FFFFFF;
	width: 180px;
	border: 1px solid #0048B6;
	padding: 0px;
	float: left;
	height: 350px;
	font-size: 1.2em;
	margin: 0px;
}
#login1 h2 {
	background-color: #024FA2;
	color: #FFFFFF;
	font-size: 1.0em;
	text-align: center;
	padding: 2px;
}
#login1 input {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #0048B6;
}
#login1 label {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
#login1 p{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.0em;
}
#login2 {
	background-color: #FFFFFF;
	width: 180px;
	border: 1px solid #0048B6;
	padding-bottom: 5px;
	float: left;
	height: 345px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#login2 a:link, #login2 a:visited  {
	color: #CC0000;
	font-size: 1.0em;	
}

#login2 a:hover, #login2 a:active  {
	color: #666666;
	text-decoration: underline;
}
#login2 h2 {
	background-color: #024FA2;
	color: #FFFFFF;
	font-size: 1.0em;
	text-align: center;
	padding: 2px;
}
#login2 p{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.0em;
}
#login3 {
	background-color: #FFFFFF;
	width: 180px;
	border: 1px solid #0048B6;
	float: left;
	height: 350px;
	font-size: 1.2em;
	margin: 0px;
}

#login3 a:link, #login3 a:visited  {
	color: #CC0000;
	
}

#login3 a:hover, #login3 a:active  {
	color: #666666;
	text-decoration: underline;
}
#login3 h2 {
	background-color: #024FA2;
	color: #FFFFFF;
	font-size: 1.0em;
	text-align: center;
	padding: 2px;
}
#login3 p{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.0em;
}		
	


/* vee added misc ------------------------------------------------------------- */

#wrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/moh_rep_bg.jpg);
	background-repeat: repeat;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #024FA2;
	border-right-color: #024FA2;
	border-bottom-color: #024FA2;
	border-left-color: #024FA2;
}
#foot {
	clear: both;
	width: 980px;
}

#BottomBar {
	width: 960px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	margin-top: 10px;
	height: 12px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

#middle {
	width: 960px;
	clear: both;
	border: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footclear {
	clear: both;
}


#topnav {
	background-image: url(../images/moh_nav_bg.jpg);
	background-repeat: repeat-y;
	height: 27px;
	width: 960px;
	padding: 0px;
}
#topnav ul {
	padding: 0px 0px 0px 15px;
}

#topnav li {
	list-style-type: none;
	float: left;
}
#topnav a:link, #topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/moh_topnavup.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 1.2em;
	padding-right: 20px;
	padding-left: 25px;
	display: block;
	height: 22px;
	float: left;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-right: 15px;
}
#topnav a:hover, #topnav a:active {
	color: #000066;
	text-decoration: none;
	background-image: url(../images/moh_topnavover.jpg);
	background-repeat: no-repeat;
	background-position: left;
} 
#Search {
	font-size: 1.2em;
	height: 20px;
	width: 310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}
#Search a:link, #Search a:visited {
	color: #000000;
	text-decoration: none;
}

#Search a:hover, #Search a:active {
	color: #000000;
	text-decoration: underline;
}

#toptel {
	float: left;
	font-size: 1.3em;
	padding-top: 30px;
	height: 20px;
	width: 600px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 70px;
	color: #024FA2;
	font-weight: bold;
}
#toptel a:link, #toptel a:visited {
	color: #F11A27;
	text-decoration: none;
}

#toptel a:hover, #toptel a:active {
	color: #024FA2;
	text-decoration: underline;
}
#jssSectionTitle {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sectionExtraFields {
}
#sectionFullDescription {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 1.2em;
	width: 370px;
}
#sectionFullDescription a:link, #sectionFullDescription a:visited {
	color: #6E882F;
	text-decoration: underline;
}

#sectionFullDescription a:hover, #sectionFullDescription a:active {
	color: #000000;
	text-decoration: underline;
} 

#homeNews {
	clear: left;
}
#sortBy a:link, #sortBy a:visited {
	color: #000000;
	text-decoration: none;
}

#sortBy a:hover, #sortBy a:active {
	color: #CC0000;
	text-decoration: none;
} 
#editAccountLinks {
	font-size: 1.2em;
	list-style-type: disc;
	color: #CC0000;
	padding-left: 20px;
}
#productDescript {
	float: right;
	width: 350px;	
}

#productDescript ul {
	margin-left: 20px;
}

#productDescript li {
	font-size: 1.2em;
}
#productDescript a:link, #productDescript a:visited {
	color: #6E882F;
	text-decoration: underline;
}

#productDescript a:hover, #productDescript a:active {
	color: #000000;
	text-decoration: underline;
} 

#productInfo {
	clear: left;
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.textbox {
}
.textbox2 {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #CC0000;
}

#snipContent a:link, #snipContent a:visited {
	color: #EE1E1E;
	text-decoration: underline;
}

#snipContent a:hover, #snipContent a:active {
	color: #039;
	text-decoration: underline;
} 

#snipContent  {
	font-size: 1.2em;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#snipContent div {
	font-size: 1.0em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#snipContent p {
	font-size: 1.0em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#snipContent ul {
	list-style-image: url(../images/bullet1.jpg);
	margin-left: 30px;
}

#snipContent li {
	list-style-image: url(../images/bullet1.jpg);
	font-size: 1.0em;
}

#snipContent table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-align: center;
}
#snipContent td {
border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.tableTitleBg {
	background-color: #EEF5C8;
}
#homead {
	font-size: 1.2em;
	padding: 0px;
	text-align: center;
}
#homeWelcomeText {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1.2em;
}
textarea {
	border: 1px solid #999999;
	padding: 5px;
}
.redtxt {
	font-weight: bold;
	color: #CC0000;
}
.bluetxt {
	font-weight: bold;
	color: #0033CC;
}
#cascade {
	width: 560px;
	margin: 0px;
	padding-left: 10px;
}
#cascade ul{
	margin-top: 10px;
	text-align: center;
}
#cascade li{
	display: inline;
	list-style-type: none;
	width: 162px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 5px;
	
}


#cascade p {
	color: #999999;
	width: 162px;
}
#cascade a:link, #cascade a:visited  {
	color: #FF3399;
}

#cascade a:hover, #cascade a:active  {
	color: #0099CC;
}
#info_dentist {
	background-image: url(../images/info_dentists.jpg);
	height: 54px;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#info_public {
	background-image: url(../images/info_public.jpg);
	height: 54px;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidelinktext, .sidelinktext2  {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 36px;
	font-size: 1.2em;
}
.sidelinktext {
	color: #024FA2;	
}
.sidelinktext2 {
	color: #FFF;	
}

#info_public a:link, #info_public a:visited  {
	color: #FFF;
}
#info_public a:hover, #info_public a:active  {
	color: #FFF;
	text-decoration: underline;
}
#info_dentist a:link, #info_dentist a:visited  {
	color: #024FA2;
}
#info_dentist a:hover, #info_dentist a:active  {
	color: #024FA2;
	text-decoration: underline;
}
.pad1 {
	padding-bottom: 5px;
	
}
.producttextarea {
	clear: both;
}
.producttextarea div {
	font-size: 1.2em;	
}
.producttextarea p {
	font-size: 1.2em;	
}
#ExtraImages {
	clear: both;
}
.extraproductimage {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#gallery ul {
	list-style-type: none;
}

#gallery li {
	display: block;
	list-style-type: none;
	float: left;
	padding-right: 20px;
}
#ExtraImages2 {
	clear: both;
}
.extraproductimage2 {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#gallery2 ul {
	list-style-type: none;
}

#gallery2 li {
	display: block;
	list-style-type: none;
	float: left;
	padding-right: 20px;
}