/* bof added for image and description  */
.imgDescrPL div{
border: 1px dotted black;
border-width: 0 0 2px 0;
/* cm or inch height for printing */
width: 100%;
}
.imgDescrPL div img {
float: right;
}
/* eof added for image and description  */


/* screen or other media styles above this line or in the common stylesheet.css file */
    @media print {
      
/* bof added for image and description  */
.imgDescrPL div{
/* cm or inch height for printing */
height: 2.2cm;
overflow: hidden;
}

/* eof added for image and description  */      
      
      
      
/* pricelist print styles */
/* to make pricelist fit A4 landscape paper */
/* pricelist print styles */
/*  make pricelist fit A4 portrait paper */
/*
.colsPL-n => a.o. to set the width of the columns where n is the number of columns (tables next to each other) on the page
so use .colsPL-3 for specific setting on pages with 3 columns 

td.prdPL => settings for the products 
td.manPL => settings for the manufacturers
td.modPL => settings for models
td.wgtPL => weight
td.sohPL => stock (on hand)
td.ntsaPL => notes a
td.ntsbPL => notes b
read the readme and/or look at the html source (browser::view::source) to discover other CSS classes
*/


table.colPL
{
/*border: 1px black solid;*/
width: 152pt;
margin: 1pt;
}
/* one column settings */ 

.colsPL-1 table {
width: 15cm;  
}
/*  
.colsPL-1 td.prdPL, .colsPL-1 td.prdPL div
{
width: 4cm;
}
.colsPL-1 td.manPL, .colsPL-1 td.manPL div
{
width: 2cm;
}
.colsPL-1 td.modPL, .colsPL-1 td.modPL div
{
width: 40pt;
}
*/
/* end one column settings */ 
/* two column settings */ 
.colsPL-2 table {
width: 7.5cm;    
}
/*   
.colsPL-2 td.prdPL, .colsPL-2 td.prdPL div
{
width: 3cm;
}
.colsPL-2 td.manPL, .colsPL-2 td.manPL div
{
width: 1cm;
}
.colsPL-2 td.modPL, .colsPL-2 td.wgtPL, .colsPL-2 td.ntsaPL, .colsPL-2 td.ntsbPL, .colsPL-2 td.modPL div, .colsPL-2 td.wgtPL div, .colsPL-2 td.ntsaPL div, .colsPL-2 td.ntsbPL div
{
width: 1cm;
}
*/
/* end two column settings */  
/* three column settings */
.colsPL-3 table {
width: 5.6cm;    
}  
.colsPL-3 td.prdPL, .colsPL-3 td.prdPL div
{
width: 3.75cm;
}
.colsPL-3 td.manPL, .colsPL-3 td.manPL div
{
width: 0.5cm;
}
.colsPL-3 td.modPL, .colsPL-3 td.wgtPL, .colsPL-3 td.ntsaPL, .colsPL-3 td.ntsbPL, .colsPL-3 td.modPL div, .colsPL-3 td.wgtPL div, .colsPL-2 td.ntsaPL div, .colsPL-2 td.ntsbPL div
{
width: 0.5cm;
}
.ntsbPL{
	text-align:center;
	}
/* end three column settings */ 

.colWrapPL td,  .colWrapP th {
padding: 1pt;
line-height: 8pt;   
} 
    
.pagePL, #pageOnePL, .pageOnePL
{
height: 25.5cm;
/* overflow: hidden; */
}
td.prdPL div, td.manPL div, td.modPL div, td.wgtPL div
{
white-space: nowrap;
overflow: hidden;
}


.footPL
{
position: absolute;
bottom: 5px;
}

.colhPL td
{
font-size: 7pt;
}

.pagePL, #pageOnePL, .pageOnePL
{
position: relative;
width: 100%;
border-width: 0;
margin-bottom: 0;
}
.pagePL
{
page-break-before: always;
}
#pageOnePL, .pageOnePL
{
page-break-before: avoid !important;  
}
.noPrintPL {
display: none;
}
#navColumnOne, #searchBar, .print_btn{
	display:none;
}
a
{
text-decoration: none;        
}
/* end print styles */
    }
	
.prdPL, .sohPL, .ntsbPL{
	font-weight:bold;
	text-align:left;
	font-size:1.4em;
	}

.ntsbPL{
	text-align:center;
	color:#C50000;
	}

.prdPL a:link, .prdPL a:visited{
	padding-left:1em;
	color: #4682B4
	}

.prdPL a:hover{
	text-decoration:underline;
	}
	
.print_btn{
	float:right;
	width:144px;
	position:relative;
	z-index:1000;
	}
	
	
/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */



/**
 * Main CSS Stylesheet - UTFN Remodel 2010
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(http://www.urbantreefarm.com/images/eco16.gif) repeat;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #7D7D57;
	text-decoration: none;
	}
 
a:visited {
	color: #7D7D57;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #7D7D57;
	}

#navSupp ul li a:hover{
	color:#FFFFFF;
	}

a:active {
	color: #C70000;
	}

h1 {
	font-size: 1.3em;
	color: #7D7D57;
	padding-left:30px;
	background: url(../images/h1bg.gif) 10px 2px no-repeat;

	}
	
	
	/*** Positions h1 ***/
	
#indexDefaultHeading {
margin-left: -1.0em;
}

	
	
#productName{
	margin-bottom:15px;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}



.intro:first-letter {
font-size: 1.5em;
color:#556B2f;
font-family: tahoma;
font-weight: bold;
}


/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1.1em;
	margin: 0 auto;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/





/*****iChoze UTF*****/



#topGraphic {
width: 100%;
height: 676px;
background: #000 url(http://www.urbantreefarm.com/images/971.jpg);
background-repeat: repeat-x;
}


#pageWrapper{
background-image: url(http://www.urbantreefarm.com/images/960bck.png);
background-repeat: repeat-y;
      background-color: transparent;
	width:1000px;
	margin:auto;
	padding:0;
	}

#topWrap{
	margin:0 0 0px 0;
	}

.back_btn{
   padding-top:30px;
	cursor:pointer;
	width:39px;
	}
#mainWrapper {
	background-color: #fff;
	text-align: left;
	width: 962px;
	vertical-align: top;
	margin:0 auto;
	padding:0px;
     
border-bottom:1px solid #000;
	}
#bannerTwo{
	padding:0;
	margin:0;
float: left;
	}
#contentMainWrapper{
	clear:both;
	}
#navColumnOne{
	background:#dee0c8;
	}
#leftNavMenu {
	background:#ffffff;
	padding-bottom:2px;
	}
	
	
#searchBar{
   width:100%;
	height:30px;
	background:#DDDDDD;
	}
	
	
#searchBar FORM {
	margin:0;
	}
#navMainSearch {
	float: right;
	padding: 1px 186px 0 0;
	margin:0;
	}
#topMenu{
	float:left;
}

#topRightPromoUpper {
width: 165px;
height: 182px;
float: right;
background: #000 url(/includes/templates/utf/images/specials/liquid.jpg);
background-repeat: no-repeat;
}


#topRightPromoLower {
width: 165px;
height: 185px;
float: right;
background: #fff url(/includes/templates/utf/images/specials/seed-promo.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
margin-top: 0px;
margin-bottom: 15px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 15px;
}


#bottomPromo {
width: 530px; 
height: 150px; 
float: left; 
margin-left: 25px; 
border: 2px dotted #69411f; 
color: #5b2c03; 
background: #c68f60;
font-size: 1.8em; 
font-family: Comic Sans MS; 
padding-left:10px; 
padding-top: 25px;
margin-bottom: 20px;
}






/*** Styles News Feed in Right Column ***/


#latestNews{
	width: 160px;
	background: #FFF url(/includes/templates/utf/images/custom/newsfeed.jpg) no-repeat;
        background-position:70% 0%;
        margin-left: -2px;
        margin-top: 15px;

      
}



#latestNewsContent {
        padding:30px 0px 0px 8px;
	width:145px;
	margin:0 auto;
	color:#777666;
	font-size: 1.0em;   
}

#latestNewsContent a{
color:#FFFFFF;
}




#specialFeatures{
	width:202px;
	background: #DBDAC7 url(../images/sftbg.gif) top no-repeat;
	}

#specialFeaturesBottom {
	background: url(../images/lnbbg.gif) bottom left no-repeat;
	height:14px;
	}
	
	
#specialFeaturesContent{
	padding:45px 0px 0px 0px;
	width:145px;
	margin:0 auto;
	color:#777666;
	font-size: 1.0em;

	}

#specialfeaturesHeading, #latestnewsHeading{
	display:none;
	}
	
#latestNewsContent a{
color:#FFFFFF;
}


#signUp {
width:160px; 
height: 185px; 
background:#fff url(/includes/templates/utf/images/custom/sign-up.jpg); 
background-repeat: no-repeat;
margin-left:  5px; 

}



	
	
#subscribeHeading, #ezpagesHeading{
	display:none;
	}
#subscribeContent{
	background:url(../images/nlhbg.gif) top no-repeat;
	padding-top:30px;
	font-size:0.9em;
	color:#777666;
	}
	
#ezpagesContent{
	background:url(../images/hltbg.gif) no-repeat;
        background-position: 10% 0%;
	padding-top:40px;
	padding-bottom:20px;
	color:#777666;
	border-top:2px solid #fff;
        border-bottom: none;
	}
	
	
#ezpagesContent ul li{
	padding:0 0 0 10px;
        line-height: 2.0em;
	}
	

/*** Styles EZpages links in sidebar***/

	
#ezpagesContent a:link, #ezpagesContent a:visited {
	color: #4682b4;
	font-family: Verdana, Arial, Srrif;
	font-size: 1.0em;
        font-weight: bold;
        border-bottom: none;
	}

#ezpagesContent a:hover {
        color: #4682b4;
	font-family: Verdana, Arial, Srrif;
	font-size: 1.0em;
        text-decoration: underline;

	}
	

#navSuppWrapper{
	background:#556b2f;
	height:57px;
	margin:0 auto;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	font-size:.9em;
        width: 962px;
        border-bottom:1px solid #000;
	}

#navSupp ul li a {
font-family: Arial,Helvetica;
font-size: 1.0em;
}

.navSuppPhone {
display:block; 
font-family: Helvetica, Arial; 
font-size: 2.0em; 
color: #FBFB4C; 
text-align:center; 
letter-spacing: 0.5em; 
text-transform: none; 
}	
	

#siteinfoLegal{
	color:#ffffff;
	padding-top:5px;
	margin-bottom: 20px;
   margin: 0 auto;
	font-family:Tahoma;
   width: 950px;   
	}
	
.warEagle{
        width: 200px;
        margin: 0 auto;
        margin-top: 5px;
        padding-bottom: 30px;
	}	

	
	
	
#productGeneral h1{
	background:none;
	}
#siteinfoLegal a:link, #siteinfoLegal a:visited, #siteinfoLegal a:hover{
	color:#ffffff;
	text-decoration:none;
	}
.menulink{
	margin-bottom:1px;
	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 



#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0em;
	margin-right: 0em;

	}



.productListing-data img, #listingProductImage{
	padding: .5em 0;
	}
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 1em;
	}
	
.attlist, .optionName{
	padding:1em;
        color:#800000;
	}
.attlist{
	border-left:3px solid #7D7D57;
	margin-left:1em;
	padding-left:1.5em;
        color:#EA740C;  
	}
	
	
.optionName back{
	padding-top:10px;
	}
#catNewListing{
	margin:2em 0;
	}
.catContainerShrubs{
	clear:both;
	}
	
	
	
	

/*** Styling for Catalog Index Page ***/

.catlinks{
	padding:5px 5px 20px 0;
	}

a.catlevel0, a.catlevel0:visited{
	font-size:1.4em;
	color:#97841c;
	font-weight:bold;
	}
a.catlevel1, a.catlevel1:visited{
	font-size:1.1em;
	}
a.catlevel1:hover{
	text-decoration:underline;
	font-size:1.1em;
	}
	
	
	
.catContainerTrees {
background: #312b09;
padding-left: 1em;
padding-top: 2em;
padding-right: 23em;
margin-left: .5em;

}

.catContainerFruit {
background: #312b09;
padding-left: 1em;
padding-top: 1em;
padding-right: 23em;
margin-left: .5em;
}

.catContainerShrubs {
background: #312b09;
padding-left: 1em;
padding-top: 1em;
padding-right: 23em;
margin-left: .5em;
}

.catContainerLarge {
background: #312b09;
padding-left: 1em;
padding-top: 1em;
padding-right: 23em;
margin-left: .5em;
height: 278px;
}
	
	

/*** Partially Styles Colors & Positioning of Main Content ***/


#indexDefaultMainContent{
padding: 1.35em .0em;
background: #fff;

margin-bottom: 5px;
}

.content{
margin-left:-4px;
width:100%;
}
	

	
	

	
	
	
	/*** This styles the heading for main page ***/
	
	
#heading {
width:578px;
text-align: center;
font-size: 1.3em;
color: #c6c2a3;
background:#69411f;
margin-bottom: 0px;
padding: 5px;
}



	
#headingApril {
text-align: left;
font-size: 1.50em;
color: #fff;
background:#4457A9;
margin-bottom: 20px;
margin-top: 20px;
padding: 5px;
}

#headingApril a:hover {
color:#F7CE64;
font-size: 1em;
}
	
	
/*** This styles the color of the text in the content area ***/

#content {
margin-top: -15px;
background: #fff;
color: #000;
padding-right: 5px;
}


#content a {
font-family: arial,serif,Times;
font-size:0.9em;
color:#4682b4;
font-weight: bold;
}

#content a:hover {
font-family: arial ,serif,Times;
font-size:.9em;
color:#4682b4;
font-weight: bold;
text-decoration:underline;
}
	

/*** This styles the SOFT box on HomePage ***/
	
#softAnnounce {
background:  url(/includes/templates/utf/images/custom/announce.jpg) no-repeat; 
width: 200px;
height: 170px;
float: right;
margin:10px 10px 5px 5px;
color:#fff;
}

#softAnnounce .softAnnounce a {
position:absolute;
font-size: 1.3em;
font-family: Helvetica, Arial;
color: #fff;
padding-top:7.1em;
text-align: center;
width: 200px;
height: 20px;

}

#softAnnounce .softAnnounce a:hover {
font-size: 1.3em;
font-family: Helvetica, Arial;
color: #ECEF52;
padding-top:7.1em;
text-align: center;
width: 200px;
height: 20px;

}


/*** This styles the second SOFT box on the home page for full size fruit trees ***/

#softAnnounce1 a{
background:  url(/includes/templates/utf/images/custom/announce1.jpg) no-repeat; 
width: 200px;
height: 170px;
float: right;
margin:10px 10px 5px 5px;
color:#fff;
}


/*** Styling for Holiday Hours ***/

#holidayHours {
background: #A8100D;
color: #fff;
height: 30px;
font-family: verdana,arial;
font-size: 1.1em;
font-weight: bold;
padding-left: 1.5em;
padding-top:1.0em;
}



	
	
/*** This styles the Fall Sale creative on home page ***/

#fallSale {
background:  url(/includes/templates/utf/images/custom/perennial_sale_09.jpg) no-repeat;
width: 515px;
height: 200px;
margin-left: 3em;
padding-bottom: 1.0em;
}	





/*** This styles the Bare Root Fruit Tree Banner on home page ***/

#barerootAnnounce {
background:  url(/includes/templates/utf/images/custom/bare-root.jpg) no-repeat; 
width: 561px;
height: 326px;
margin:10px 10px 5px 15px;
color:#fff;
}

#barerootAnnounce .barerootAnnounce a {
position:absolute;
font-size: 2.0em;
font-family: Tahoma, Arial;
color: #9f9a94;
padding-top:11.3em;
margin-left: 1.5em;
text-align: center;
}

#barerootAnnounce .barerootAnnounce a:hover {
font-size: 2.0em;
font-family: Tahoma, Arial;
color: #fff;
padding-top: 11.3em;
margin-left: 1.5em;
text-align:center;
}


/*** This styles the Bare Root PDF banner ***/


#barerootPDF {
background: #000;
color: #fff;
height: 30px;
font-family: verdana,arial;
font-size: 1.1em;
font-weight: bold;
padding-left: 1.5em;
padding-top:1.0em;
margin-bottom: 1.0em;
}


#barerootPDF a {
background: #000;
color: #fff;
font-family: verdana,arial;
font-size: 1.1em;
}

#barerootPDF a:hover {
background: #000;
color: #fff;
font-family: verdana,arial;
font-size: 1.1em;
text-decoration: underline;
}





/*** This styles the Christmas Special creative on home page ***/

#christmasSpecial {
background:  url(/includes/templates/utf/images/custom/christmas1.jpg) no-repeat;
width: 515px;
height: 352px;
margin-left: 3em;
padding-bottom: 1.0em;

}	


.christmasSpecial a {
font-size: 2.5em;
font-family: Times, Helvetica, Arial;
color: #b8103f;
padding-left: 5px;
text-align: left;
width: 216px;
height: 35px;

}

.christmasSpecial a:hover {
font-size: 2.5em;
font-family: Times, Helvetica, Arial;
color: #5690b5;
padding-left: 5px;
text-align: left;
width: 216px;
height: 35px;

}




/*** Christmas Tree Gallery ***/

.imgHoliday {
  margin: 12px;
  border: 1px solid #fff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	

.imgHoliday img {
  display: inline;
  margin: 3px;
  border: 1px solid #000;
}

.imgHoliday a:hover img {
  border: 1px solid #0000ff;
}

.descHoliday {
  text-align: left;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  color: #fff;
}

#christmas {
margin-left: -0.2em;
background: #db3431;
height: 1420px;
width:600px;
}
	
	
	
	/*** This styles the special situations box ***/

#roundbox {
background: #EEF1E1 url(../images/bottombox.jpg) no-repeat 0 100%;
width: 202px;
padding-bottom: 5px;
margin-top: 15px;
margin-right: 5px;
float: right;
}

#roundbox p {
padding: 0 20px;
font-size: 1em;
}

#roundbox h2 {
font-size: 1.5em;
font-family: serif; Arial;
color: #8f9f7f;
margin-top: 0;
padding: 10px 20px 0 20px;
background: url(../images/topbox.jpg) no-repeat 100% 0;
}

#roundbox p.moreinfo {
text-align: right;
font-weight: bold;
}

#roundbox a {
text-decoration: none;
color: #7F7F9F;
}


.imgfloatleft {
float: left;
padding-top: 10px;
padding-right: 10px;
padding-left: 5px;
}

.imgfloatright {
float: right;
padding-top: 10px;
padding-right: 10px;
padding-left: 5px;
}


	
	
/*** Styling for bottom part of main page /specials area ***/	


#specials {
background: #8E9F7F;
font-family: Arial, Verdana, Helvetica;
font-size: .9em;
color:#D3D3C5;
}

#specials .readmore  {
text-align: right;
font-weight: bold;
}


#specials a {
font-family: Times, Arial, Helvetica;
font-size: 1.3em;
color: #F7CE64;
}
	
	
#address {
background: #8E9F7F;
font-family: Arial, Verdana, Helvetica;
font-size: .9em;
color:#D3D3C5;
}

#address .disclaimer {
float: right;
width: 315px;
}

#address .readmore  {
text-align: right;
font-weight: bold;
}


#address a {
font-family: Times, Arial, Helvetica;
font-size: 1.3em;
color: #F7CE64;
}


/* Styling for the topBox area at the top of the main page */

#promoWrap {
margin-top:5px;
height: 225px;
background: #5b0503;


}

.promoDivider {
margin-top: 7px;
border-right: 2px dotted #69211f;
height: 190px;
float: left;
padding-right: 5px;
}

.promo {
margin: 0 auto;
background: #620a08;
padding-left: 2px;
padding-right: 10px;
width: 123px;
height: 190px;
float: left;
margin-top: 7px;
margin-left: 5px;
}


.promo h2 {
font-family: Arial, Times, serif;
font-size: 1.2em;
color: #ebee96;
margin-bottom: 5px;
margin-top: 5px;
text-align: center;
}

.promo p  {
font-family: Arial, Times, serif;
font-size: 0.9em;
color: #ebee96;
margin-bottom: .1em;
margin:0 auto;
text-align: left;
}

.promoRead a {
font-size: 0.9em;
padding:1px;
margin-left: 0px;
margin-top: 5px;
color: #4682B4;
float: right;

}

.promoRead a:hover {
font-size: 0.9em;
padding:1px;
margin-left: 0px;
margin-top: 5px;
text-decoration: underline;
}

.imgpromo {
background: #FDFDEB;
border: 2px solid #9F907F;
padding: 2px;
}	


/*** For Accurately Positioning thmbs and lrg pics for Tree and Shrub of Month ***/

.imgpromoMaple {
margin-left: 0.6em;
background: #FDFDEB;
border: 1px solid #000;
padding: 2px;
}	

.imgpromoShrub {
margin-left: 0.6em;
background: #FDFDEB;
border: 1px solid #000;
padding: 2px;
}	


.treeMonth {
margin-left: 1.2em;
}

.shrubMonth {
margin-left: 1.0em;
}


/*** Styles the link to the actual product page from Tree/Shrub of Month page ***/

.moreInfo a {
color: #500C00;
margin-left:11em;
font-size: 1.5em;
font-family: Helvetica, Arial;
}

.moreInfo a:hover {
color:#f1f1f1;
}



/*** Styling for bottom part of main page / new stuff area ***/	

.new {
background: #807f9f;
padding-left: 10px;
padding-right: 10px;
color: #FFFFFF;
width: 210px;
float: left;
margin: 2.5em;
margin-left: 3.1em;
}



.new h2 {
font-family: Comic Sans MS, Arial;
font-size: 1.7em;
color: #CCD3C5;
margin-bottom: 5px;
margin-top: 5px;
text-align: center;
}

.new p {
font-family: Arial, Times, serif;
font-size: 1.5em;
margin-bottom: .1em;
margin-top: 0;
text-align: left;
}


.new a:hover {
border-bottom: 1px solid;
}





.imgnew {
background: #FDFDEB;
border: 2px solid #9F907F;
padding: 2px;
}	


	
	
	
/*** Styling for the New Arrivals Badge ***/

.newarrivals {
position: absolute;
top: 1100px; 
left: 135px; 
z-index: 1; 
background-image: url(../images/badge3.gif); 
background-repeat: no-repeat;
visibility: show;
}




/*** Styling for New Arrivals Badge (same as Bare Root badge) - Home Page image inline in subscribe.php***/

.badge { 
background-repeat: no-repeat;
position: relative;
padding-left: 4.0em;
padding-bottom: 1.0em;
}


/*** Styling for Bare Root Arrival Badge on home page ****/

.bareRoot {
height: 200px;
width: 200px;
background-image: url(/images/badge6.gif); 
background-repeat: no-repeat;
visibility: show;
float: right;
margin-top: 15px;
}



/**** Styling for Hours of Operation in topMenu ****/


#hrs {
font-family: helvetica, sans-serif, Arial;
font-size:1.2em;
font-weight: bold;
background: url(/images/hrs.jpg) no-repeat;
padding-top: .15em;
padding-left: .15em;
width: 150px;
height: 26px;
margin-left:4.0em;
margin-top: 0.15em;
float: left;

}

#hrs a {
color:#ddd;
font-size: 1.1em;
}

#hrs a:hover {
color:#f8f8b5;
text-decoration: none;
}

/**** Styling for Notice to Call for Availability on tpl_product_info_display Page *****/


#call{
font-size:1.5em;
font-family: Arial, Helvetica;
background-color: #8596AA;
color: #FBDA3D;
border: 1px #000 solid;
margin-left: 5px;
margin-top: 1em;
text-align: center;
}

#call p{
margin: 0 auto;
padding: 5px;
}




	
	
	

/********************/

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-image: ;
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}


	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
margin-bottom: 10px;
margin-top: 5px;
}


.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0 auto;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
       
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}



#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}
	
	
	/*** expands or shrinks width of ez page if edited***/

#ezPageDefault.centerColumn {
margin-left: 0.0em;
margin-right: 0.0em

}
	
	
	
	
	


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;

	}

/*** styles product description ***/
	
	
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	margin-left: 11.5em;
   margin-top: -1.0em;
	}
	






/*** styles product listing description ***/

.listingDescription {
text-align: left;
margin-left: 1.5em;
}

	

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/ 
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 2em 1em 0em ;
	position: relative;
   top: .9em;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/


#editablesidebox2Heading {
font-family: Tahoma;
font-size:1.4em;
color: #655F45;
font-weight: normal;
}

#editablesideboxHeading {
font-family: Tahoma;
font-size:1.4em;
color: #655F45;
font-weight: normal;
}


.columnLeft {
}

h3.leftBoxHeading, h3.leftBoxHeading,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #655F45;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #655F45;
}

.centerBoxHeading{
	margin: 0em;
	padding: 0.5em 0.2em;
	background:#DDDDDD;
	}

.leftBoxHeading {
	margin: 0em;
	background: url(../images/sbh_bg.gif) 20px 10px no-repeat;
	padding: 0.5em 0.2em;
	padding-left:45px;
	}
	

.rightBoxHeading {
	margin: 0em;
	background: #fff;
	padding: 0.5em 0.2em;
	padding-left:45px;
	}	

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-top: 0.5em;
	}

.sideBoxContent {
	background:transparent;
	padding: 0.0em;
        font-size: 0.9em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #DDDDDD;
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

#productListing{
margin-right:1.5em;
}	


/*** Styling for photo gallery on About Us page ***/


.a, .a:visited {color:#000;}

#containerGallery {width:595px; height:700px; background:#fdfdeb; border:1px; solid #000; margin: 0px auto;}
#containerGallery b {font-weight:normal; width:595px; text-align:center; position:absolute; bottom:250px; left:0; color:#eee; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; line-height:1.7em; z-index:1;}

a.gallery, a.gallery:visited {display:inline; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:75px; float:left; margin:7px 21px; position:relative; cursor:default;}

a.slidea {background:url(/includes/templates/utf/images/gallery/1thmb.jpg);}
a.slideb {background:url(/includes/templates/utf/images/gallery/2thmb.jpg);}
a.slidec {background:url(/includes/templates/utf/images/gallery/3thmb.jpg);}
a.slided {background:url(/includes/templates/utf/images/gallery/4thmb.jpg);}
a.slidee {background:url(/includes/templates/utf/images/gallery/5thmb.jpg);}
a.slidef {background:url(/includes/templates/utf/images/gallery/7thmb.jpg);}
a.slideg {background:url(/includes/templates/utf/images/gallery/8thmb.jpg);}
a.slideh {background:url(/includes/templates/utf/images/gallery/9thmb.jpg);}
a.slidei {background:url(/includes/templates/utf/images/gallery/11thmb.jpg);}
a.slidej {background:url(/includes/templates/utf/images/gallery/truckthmb.jpg);}

a.gallery span { display:block; position:absolute; width:575px; height:400px; top:189px; left:9px; color:#000; background:#fdfdeb; text-align:center; border:1px solid #fff; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; cursor:default;}

a.slidea span {left:-13px; top:180px;}
a.slideb span {left:-132px; top:180px;}
a.slidec span {left:-251px; top:180px;}
a.slided span {left:-370px; top:180px;}
a.slidee span {left:-489px; top:180px;}
a.slidef span {left:-13px; top:89px;}
a.slideg span {left:-132px; top:89px;}
a.slideh span {left:-251px; top:89px;}
a.slidei span {left:-370px; top:89px;}
a.slidej span {left:-489px; top:89px;}

a.gallery:hover {white-space:normal; border:1px solid #fff; z-index:100;}

a.gallery:hover span {visibility:visible; z-index:100;}

a.gallery:hover span img {margin:10px; border:1px solid #000; position:relative; z-index:100;}

a.gallery:active, a.gallery:focus {border:1px solid #c00; z-index:10;}

a.gallery:active span, a.gallery:focus span {visibility:visible; z-index:10;}

a.gallery:active span img, a.gallery:focus span img {border:1px solid #000; position:relative; margin:10px; z-index:10;}



/*** Styles Links on Low Water List ***/

#list a{
color: #200E77;
font-family: Arial, Helvetica;
font-size: .9em;
font-weight: bold;
}

#list a:hover{
color: #B22F10;
font-family: arial;
font-size: .9em;
font-weight: bold;
border-bottom: 1px solid #000;}



/*** Styling for Advanced Search Form ***/



#searchHelp {
height: 400px; 
width: 555px; 
background: #EDF5FD; 
margin:40px 0px 0px 0px; 
color: #0033cc; 
font-size: 1.2em; padding: 10px;
}




#advSearchDefault {
background: #fdfdec;
height: 885px;
}

#advSearchDefault a {
font-size: 1.4em;
font-weight: bold;
color: #7d7df2;
}

fieldset {
background: #FDF5EC;
}

legend {
color: #A8100D;
}



/*** WUCOLS Announcement left sidebox ***/

#wucols {
display: block;
background: url(/includes/templates/utf/images/custom/faucet.png) no-repeat;
background-position: 40% 100%;
height: 150px;
width: 180px;
margin-top: 1.0em;
margin-left: 0.8em;
font-size: 1.2em;
color: #4682B4;
font-weight: bold;
margin-bottom: 1.0em;
}

#wucols a {
font-family: Helvetica;
display: block;
color: #4682B4;
}

#wucols a:hover {
font-family: Helvetica;
display: block;
color: #4682B4;
text-decoration: underline;
}


/*** Job Banner ***/

#job {
display: block;
background: url(/includes/templates/utf/images/custom/job.gif) no-repeat;
background-position: 0% 135%;
height: 110px;
width: 170px;
padding-top: 1.0em;
border-top: dashed 1px #8596aa;
margin: 0 auto;
margin-top: 1.0em;
margin-left: 0.8em;
font-size: 1.2em;
color: #4682B4;
font-weight: bold;
}

#job a {
display: block;
color: #4682B4;
padding-top: 0.0em;
padding-left: 3.5em;
font-family: Helvetica;
}

#job a:hover {
display: block;
color: #4682B4;
padding-top: 0.0em;
padding-left: 3.5em;
font-family: Helvetica;
text-decoration: underline;
}





/*** Gift Banner ***/

#gift {
display: block;
background: url(/includes/templates/utf/images/custom/gift-4.png) no-repeat;
background-position: 0% 80%;
height: 150px;
width: 170px;
margin: 0 auto; 
padding-top: 1.0em;
border-top: dashed 1px #8596aa;
margin-top: 1.0em;
margin-left: 0.8em;
font-size: 1.2em;
color: #4682B4;
font-weight: bold;
margin-bottom: 1.0em;
}

#gift a {
display: block;
color: #4682B4;
padding-top: 0.0em;
padding-left: 3.5em;
font-family: Helvetica;
}

#gift a:hover {
display: block;
color: #4682B4;
padding-top: 0.0em;
padding-left: 3.5em;
font-family: Helvetica;
text-decoration: underline;
}




/*** Styles editable_sidebox for City of S.R. ***/

#green {
display: block;
background: url(/includes/templates/utf/images/custom/grnexch.jpg) no-repeat;
background-position: 50% 0%;
width: 170px;
height: 210px;
margin: 0 auto;
margin-top: 0.5em;
margin-left: 0.8em;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 1.0em;
}

#green a {
display: block;
color: #4682B4;
padding-top: 14.0em;
padding-left: 2.0em;
font-family: Helvetica;
}

#green a:hover {
display: block;
color: #4682B4;
padding-top: 14.0em;
padding-left: 2.0em;
font-family: Helvetica;
text-decoration: underline
}

#waterWise {
display: block;
background: url(/includes/templates/utf/images/custom/waterwise-1.jpg) no-repeat;
background-position: 50% 0%;
width: 170px;
height: 210px;
margin: 0 auto;
margin-top: 0.5em;
margin-left: 0.8em;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 1.0em;
}

#waterWise a {
display: block;
color: #4682B4;
padding-top: 14.0em;
padding-left: 2.0em;
font-family: Helvetica;
}

#waterWise a:hover {
display: block;
color: #4682B4;
padding-top: 14.0em;
padding-left: 2.0em;
font-family: Helvetica;
text-decoration: underline
}






/*** Styling for Search Badge on Main Page ***/

#search {
width: 215px;
height: 32px;
float: right;
background-image: url(/includes/templates/utf/images/search/search5.jpg);
border: 1px solid #000;
margin-top: -4.4em;
margin-right: 13.6em;
}

#search a{
font-weight: bold;
font-size: 1.2em;
color: #ddd;
}


#search a:hover{
font-weight: bold;
font-size: 1.2em;
color: #f8f8b5;
}

#search p{
margin-top: 0.1em;
margin-left: 0.4em;
}



/*** Styling for SOFT Page ***/

#soft {
border: outset #05469b 2px;
background: #f1f1f1;
text-align: center;
color:#102540;
margin:10px;
}

#soft a:hover{
color:#800000;
text-decoration: underline;
}

.softOrder {
padding:5px;
color: #800000;
font-size: 1.2em;
border: 1px #800000 dashed;
text-align: center;
}

#softDesc{
background-color: #102540;
color:#f1f1f1;
height: 960px;

font-family: Arial, Helvetica;
font-size: 1.4em;
}

#softPic{
float: right; 
padding-top:1.2em; 
margin-right: 1.0em; 
margin-left:1.5em;
margin-bottom: 0.3em
}

.soft{
color:#B7A84B;
margin: 0 auto;
}



#softPickup {
font-size: 1.5em;
padding: 5px;
margin-bottom: 10px;
background:#C2C200;
color:#C00000;
border: solid 1px #102540;
text-align: center;
font-weight: bold;
font-family: Helvetica, Arial;
}




.sideBoxContent p {
color: #AC002A;
font-family: Tahoma;
font-size: 1.5em;
margin-top: -2.0em;
text-align: center;
}


.sideBoxContent a {
color: #AC002A;
font-family: Tahoma;
font-size: 1.0em;
margin-bottom: -1.0em;



}

.sideBoxContent a:hover {
color: #939A4C;
font-family: Tahoma;
font-size: 1.0em;
text-decoration: underline;
}


/*** Styling for Middle Content on Home Page ****/

#contentMiddle {
background: #2b2c29;
font-family: Arial, Verdana, Helvetica;
font-size: .9em;
color:#D3D3C5;
margin: 0 auto;
margin-top: 10px;
width: 590px;
margin-left: 5px;
height: 600px;
float:left;
}

#contentMiddle .readmore  {
text-align: right;
font-weight: bold;
}


#contentMiddle a {
font-family: Times, Arial, Helvetica;
font-size: 1.3em;
color: #F7CE64;
}

.customHRsolid {
overflow: hidden;
height: 1px;
margin: 0 auto;
margin-top:5px;
margin-bottom: 5px;
padding: 0px;
font-size:1px;
background: #9F907F;
width: 500px;
float: left;
margin-left: 50px;

} 

/* ----- FORMS ----- */

label {
	
	font-family:Helvetica,Verdana,Arial,sans-serif;
	
	/*font-size:12px;*/
	/*font-size: .95em; */
	font-weight:bold;
	color:#000;
}

fieldset { 
width: 575px;
    margin-left:    5px;
    margin-right:  7px;
    
    margin-top:    10px;
    margin-bottom: 10px;
    border: 1px solid black;
    background:#dbdac7;
    
    
}


legend {
	
	font-family:  Helvetica,Verdana,Arial,sans-serif;
	font-weight:bold;
    /*font-size:16px;*/
    font-size: 1.5em;

}

/**** 
input {
	margin:5px;

	padding:5px;
	border-width:1px;
	border-style:solid; 
	border-color:#666 #999 #ccc #999;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 1em;
}
***?

/* removes checkbox/radio-button borders in IE 5.0+: */
/* (commented out for validation, uncomment to apply)
input {
    border: expression(this.type=="checkbox"? 'none':
                       this.type=="radio"?    'none':
                       '1px solid #000');
}
*/

input.full {
	width:95%;
}

select {
	margin:3px;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 1em;
	color:#333;
}

textarea {
	padding:10px;
	width:95%;
	border-width:1px;
	border-style:solid;
	border-color:#666 #999 #ccc #999;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	
	font-size: 1em;
	
	color:#333;
}

/* affects buttons only: */
input.plain,
input.processing,
input.cautionary,
input.alertive {
	font-weight:bold;
	color:#000;
	border-color:#ccc #999 #666 #999;		
}

input.plain {
	background-color:#ccf;
}

input.processing {
	background-color:#9c9;
}

input.cautionary {
	background-color:#ffc;
}

input.alertive {
	background-color:#f66;
}

input.disabled {
    color: #999; 
	background-color:#ccc;
	border:1px solid black;
}

/* IE doesn't understand this: */
input:focus, 
textarea:focus {}

div.buttonfloat {
	float:right;
}

/* ----- TABLES ----- */

table {
	font-size:100%;                   /* fixes IE inheritance bug, redundant for others */
}

td {
	vertical-align:top;
}

/* all but IE/Win & NN4: */
td>p {
	margin:0;
}

table.tagchart {
	border-collapse:collapse;
	border:2px solid #000;
	background-color:#fff;
	width:100%;
}

table.tagchart td {
	border:1px solid #000;
	padding:5px;
}

/* ----- BREAKS ----- */

hr {
	width:66%;
	text-align:center;
	height:1px;
	border:0;
	color:#000;                       /* IE */
	background-color:#000;            /* Moz & Opera */
	clear:both;
}

div.floatclear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* ----- ARCHIVES ----- */

#archived_message_wrapper {
}

#archived_message_head {
}

iframe#archived_message_body_container {
	height:500px;
	width:100%;
	border:1px solid #000;
	/* text-styling rules will have NO effect in here. see below instead. */
}

#archived_message_body {
/* inline-displayed HTML messages keep their inline styles, but can otherwise be styled here.
   iframe-displayed HTML messages *always* retain their own style. this does nothing for 'em.
   plain text messages, whether inline or iframed, will be styled here also. */
}

.quoted_reply { 
	color:#666;
	font-style:italic;
}

#archived_attachments_wrapper {
}


 ul.archive_badges_ul{ 
 
/* font-size:  11px; */
font-size: .9em; 


line-height: 13px; }

li.archive_badges_li {
display: inline;
padding-left: 3px;
padding-right: 7px;
/* border-right: 1px dotted #066; */
}



/*** Social Media Links ***/


#faceBook {
background: url(/images/facebook.gif) no-repeat;
height: 44px;
width: 144px;
float: right;
}


.faceBook {
margin-left: 3.0em;
width: 180px;
height: 150px;
border-bottom: dashed 1px #8596aa;
padding-bottom: 0.5em;
}
#faceBook a{
background: url(/images/facebook.gif) no-repeat;
height: 44px;
width: 144px;
float: right;
}

#faceBook a:hover {
background: url(/images/facebook.gif) no-repeat;
height: 44px;
width: 144px;
float: right;
border-bottom: 1px solid #000;
}
