/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 11px;
}
/*
Replaced by stuff found here
http://css-tricks.com/perfect-full-page-background-image/
CSS-Only Technique #2
html { 
  background: url(../catalog/images/background_10.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
body {
 /* background: #fff;
  font-size: 11px;
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;*/  
  /*  SWW  */
 
  height: 99%;/*SWW using 100% puts a horz scroll bar during full screen */
  width: 99%;
  font-size: 12px;
  color: #000000;
  margin: 0px;  
  margin-top: 8px;
  margin-bottom: 18px;
  /*background: #F5ECD8;       F5ECD8  333  
    	border-color: red;
	border-width: 2px;
	border-style: solid;
  font-family: Verdana, Arial, sans-serif;  
  
  */

 /* background-image:url(../catalog/images/background_03.jpg);
  background-repeat:no-repeat;
  background-size: 100% 100%;
  background-position:center;  */

}
#bodyWrapper {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  background: white;
  position: relative;  
}


#bodyContent {
}

#header {
  height: 60px;
}

#storeLogo {
  float: left;
  margin-top: 5px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}
#searchbox {
float: right;
  margin-top:-22px;
  margin-right: 25px;
} 
 
.infoBoxContainer { }

.infoBoxHeading {
  padding: 2px;
  font-size: 11px;
  margin-top: 5px;  /*SWW*/
 /* background-image:*/
}

.infoBoxContents {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 12px;     /*  16px */
 /* text-decoration: underline;
  font-weight: normal;  */
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 12px;
  line-height: 1.7;
}

.centerpanelText{
  /*font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-family:Georgia, "Times New Roman", Times, serif;*/
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding: 5px 0 5px 0;
  font-size: 12px;
  line-height: 1.6;
}

.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 11px;
  font-weight: normal;  /*  was bold */
  line-height: 1.5;
  width: 150px;
  text-align:right;   /*  SWW added */
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

h1 {
  font-size: 16px;    /*  20px */
  margin-bottom: 0;
  padding-bottom: 5px;
}

h3 { /* SWW added */
  font-size: 11px;    
 /* text-decoration: underline;
  font-weight: normal;  */
  font-weight: bold;
  margin-bottom: 1px;
  padding-bottom: 0px;
}

img {
  border: 0;
}

table, p {
  font-size: 11px;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.buttonActionLeft {
  float: left;
}

.buttonBoxContents {
  text-align:center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.date_box_box {
	display:inline;
	float:left;
	/*background-color: white; */
	background-color: #B0B0B0;
	width:99.2%;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:4px;
	margin-right:0px;
    padding-right:0px;
	font-family:Verdana, Geneva, sans-serif;
	border-top-color: white;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
}
.date_box {
	display:inline;
	position: relative;
	float:left;
	color:white;
	 /* background-color: #B0B0B0;  same color as .date_box above*/
	width:33.3%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	font-size:  9px;	
    font-weight: bold;
}
.contact_box {
	display:inline;
	position: relative;
	float:left;
	color:white;
	 /* background-color: #B0B0B0;  same color as .date_box above*/
	width:33.3%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:right;
	font-size:  9px;	
    font-weight: bold;
}
.other_box {
	display:inline;
	position: relative;
    float:left;
	color:white;
	 /*background-color: #B0B0B0;   same color as .date_box above*/
	width:33.2%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	font-size:  9px;	
    font-weight: bold;
}
.footer_box {
	display:inline;
	float:left;
	border-color: #b6b7cb;
	border-width: 1px;
	border-style: solid;
	background-color:white;
	width:99.8%;
	padding-top:5px;
	padding-bottom:5px;	
	text-align:center;
	font-size:  9px;	
}

.osc_box {
	display:inline;
	float:left;
	width:100%;
	padding-top:0px;
	text-align:center;
	font-size:  9px;
	vertical-align:top;
	/*border-top-color: #b6b7cb;
	border-top-width: 1px;
	border-top-style: solid; */
}


.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

.myinfoBox, .buttonBox {
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
  vertical-align:middle;
  background:#F0F0F0;  /* f8f8f9 - from orig PediPro.com     E6E6E6 EBEBEB */
  border: thin;
  border-color: #000;
  border-style: solid;
}

.buttonBox {
	vertical-align:middle;
	height:27px;
}

.buttonBoxDropDown {
	float: left;
	vertical-align:middle;
	padding-top:5px;
	padding-left:5px;
}
	
.buythedozen {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}


.infoBox {
  background: #b6b7cb;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #B0B0B0;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-oddm .productListing-odd {
  background: #ecf6fc;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even,.productListing-even {
  background: white;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

.newProductListingData {
  table-layout: fixed;
  background-color:#FFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight:normal;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

/*** BEGIN TMS tabs    //SWW ***/
.pronuxTabGeneralStyle {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;	
}
 
.pronuxTabNormal {
	margin: 0px;
	padding: 0px;	
	float: left;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;     /*** was 1px ***/
	border-top-color: #C1C2C6;
	border-bottom-color: #C1C2C6;
}

.pronuxTabEmpty {
	float: left;                  /*** float: right;   did not help;  ***/
	border-top-style: hidden;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;	
	border-bottom-color: #C1C2C6;
}

.pronuxOuterContentBox {
  /***   border-style:solid;
	border-color:#FF0;
	border-width:medium;	
	position:relative;
	float:left;
	top:0px;***/
	margin: 0px;
	padding: 0px;
	display: none;
}

.pronuxContentBox {
	margin-top: 7px;	
	padding: 0px;
	padding-left: 10px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #C1C2C6;
	height: auto !important;
	text-align: left;
	vertical-align: text-top;
}

.pronuxLink {
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #000000;
	outline: none;
	-moz-outline: none;
}

a.pronuxLink:link {
	text-decoration: none;
	border: none;
}

a.pronuxLink:visited {
	text-decoration: none;
	border: none;
}

a.pronuxLink:hover {
	text-decoration: none;
	border: none;
}

a.pronuxLink:active {
	text-decoration: none;
	border: none;
}
/*** Begin Polls and Surveys***/
TD.pollBoxRow, TD.surveyBoxRow {   
font-family: Verdana, Arial, sans-serif;   
font-size: 10px;   border-color: #eeeeee;   
border-style: solid;   border-width: 1px;
width:100%;  /* SWW */
} 

TD.pollRadioButtonCell, TD.surveyRadioButtonCell {   
font-family: Verdana, Arial, sans-serif;   
font-size: 10px;   border-color: #eeeeee;   
border-style: solid;   border-width: 1px;
text-align:center;
width:8%;  /* SWW */
min-width: 20px;
} 

TD.pollRadioTextCell, TD.surveyRadioTextCell {   
font-family: Verdana, Arial, sans-serif;   
font-size: 10px;   border-color: #eeeeee;   
border-style: solid;   border-width: 1px;
width:92%;   /*SWW */
} 

TD.pollBoxText {   
font-family: Verdana, Arial, sans-serif;   
font-size: 10px;   border-color: #eeeeee;   
border-style: solid;   
border-width: 1px;
} 

.pollOptRow, .surveyOptRow {   
background: #f1f9fe; 
width:100%;  /* SWW */
} 

.surveyTextRow {    /* SWW */
background: #f1f9fe; 
width:100%;  
} 
TR.pollFooter { 
  background: #f1f9fe;
}  

/* Start centerpanel Rotator */
#centerpanelRotator { 
  /*width: 728px;   centerpanel width */
  /*height: 90px;   centerpanel height */
  width: 100%;   /*centerpanel width */
  height: 100%;
  min-width: 200px;
  min-height: 200px;
  /*overflow: hidden; */
  position: relative; 
}

#sidebannerRotator { 
  width: 100%;   /*centerpanel width */
  height: 100%;
  min-width: 100px;
  min-height: 100px;
  /*overflow: hidden; */
  position: relative; 
}

#centerpanelRotator ul  { 
  list-style: none; 
  padding: 0; 
  position: relative; 
}

#sidebannerRotator ul { 
  list-style: none; 
  padding: 0; 
  position: relative; 
}


#centerpanelRotator ul li { 
  display: none; 
  width: inherit;  /* centerpanel width */
  height: inherit;  /* centerpanel height */
  /*width: 728px;   centerpanel width */
  /*height: 90px;   centerpanel height */
  position: absolute; 
  top: 0px; 
  left: 0px; 
}

#sidebannerRotator ul li { 
  display: none; 
  width: inherit;  /* centerpanel width */
  height: inherit;  /* centerpanel height */
  /*width: 728px;   centerpanel width */
  /*height: 90px;   centerpanel height */
  position: absolute; 
  top: 0px; 
  left: 0px; 
}

#centerpanelNav { 
  position: absolute; 
  right: 15px;  /* Distance from the right side of the controls box to the right edge of the centerpanel */
  bottom: 15px;  /* Distance from the bottom of the controls box to the bottom of the centerpanel */
  background: url(../catalog/images/icons/transBlack75.png) repeat 0 0;  /* Controls box background image */
  padding: 5px 5px 5px 10px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}

#sidebannerNav { 
  position: absolute; 
  right: 15px;  /* Distance from the right side of the controls box to the right edge of the centerpanel */
  bottom: 15px;  /* Distance from the bottom of the controls box to the bottom of the centerpanel */
  background: url(../catalog/images/icons/transBlack75.png) repeat 0 0;  /* Controls box background image */
  padding: 5px 5px 5px 10px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}

#centerpanelNav a { 
  margin: 3px 10px 0 0 ; 
  height: 10px; 
  width: 10px; 
  display: block; 
  background: url(../catalog/images/icons/dotDark.png) no-repeat 0 0;  /* Controls Button image (Inactive) */
  float: left; 
}

#sidebannerNav a { 
  margin: 3px 10px 0 0 ; 
  height: 10px; 
  width: 10px; 
  display: block; 
  background: url(../catalog/images/icons/dotDark.png) no-repeat 0 0; /*  Controls Button image (Inactive) */
  float: left; 
}

#centerpanelNav a.active { 
  background-image: url(../catalog/images/icons/dotLight.png);  /* Controls Button image (Active) */
}

#sidebannerNav a.active { 
  background-image: url(../catalog/images/icons/dotLight.png);  /* Controls Button image (Active) */
}

#centerpanelNav span.pause, #centerpanelNav span.play { 
  cursor: pointer; 
  height: 15px; 
  width: 15px; 
  display: block; 
  background: url(../catalog/images/icons/pause.png) no-repeat 0 0;  /* Controls Pause icon */
  float: left; 
}

#sidebannerNav span.pause, #centerpanelNav span.play { 
  cursor: pointer; 
  height: 15px; 
  width: 15px; 
  display: block; 
  background: url(../catalog/images/icons/pause.png) no-repeat 0 0; /*  Controls Pause icon */
  float: left; 
}

#centerpanelNav span.play { 
  background-image: url(../catalog/images/icons/play.png);  /* Controls Play icon */
}
#sidebannerNav span.play { 
  background-image: url(../catalog/images/icons/play.png);  /* Controls Play icon */
}
.divider-tall {
  clear: both;
  height: 13px;
}
/* End centerpanel Rotator */


.ht {  
    visibility:hidden;
    display: none;
    margin: 0 auto;
    padding: 10px;
}
#paypal_button {  
    margin: 10px 15px;
    padding: 10px;
    text-align: center;
}
