body
{
	
	color: rgb(0, 0, 0);
	background-image: url('pecansfondo2.jpg');
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.boxText A {

	color: #525221;
	text-decoration: none;
}
.errorBox {     font-weight: bold; }
.stockWarning {     color: #cc0033; }
.productsNotifications {  }
.orderEdit {     color: #70d250; text-decoration: underline; }

A:hover {

  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {

}

TD.headerNavigation {
   
 
}

A.headerNavigation { 
 
}

A.headerNavigation:hover {

}

TR.headerError {

}

TD.headerError {


  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {

}

TD.headerInfo {


  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {

}

TD.footer {
   
   

  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	border: 1px solid #e5e5da;
	
}

.infoBoxContents {
	background-color: #fefff1;
   
   
}

.infoBoxNotice {

}

.infoBoxNoticeContents {
 
   
}

TD.infoBoxHeading {
	font-weight: bold;
	color: #F7D56C;
	height:15px;
	padding-left:4px;
}
TD.infoBoxHeading a {

	color: #fefff1;

}

TD.infoBox, SPAN.infoBox {
   background-color: #fefff1;
   
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background-color: #fefff1;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background-color: #e5e5da;
}

TABLE.productListing {
  border: 1px solid #e5e5da;
  border-spacing: 1px;
}

.productListing-heading {
  color: #FF0000;
  font-weight: bold;
	background-color: #fefff1;	
}

TD.productListing-data {
   height: 45px;
   
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
}

TD.pageHeading, DIV.pageHeading {
   
  font-weight: bold;
font-size: 14px;
  color: #de6b00;


}
headerNavigation {

  color: #3A2859;
}
headerNavigation a {
  font-weight: bold;
  color: #3A2859;
}



TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
   
   
  color: #000000;
}

TD.main, P.main {
   
   
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	color: #000000;
	vertical-align: bottom;
}

TD.accountCategory {
   
  font-size: 13px;
  color: #aabbdd;
}

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

TD.fieldValue {
   
  font-size: 12px;
}

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

SPAN.newItemInCart {
   
   
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
   
   
}

TEXTAREA {
  width: 400px;
   
   
}

SPAN.greetUser {
   
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
	border: 1px solid #e5e5da;
}

TD.formAreaTitle {

  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
   
  color: #ff0000;
}

SPAN.errorText {
   
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {     color: #8c8c8c; }
.checkoutBarCurrent {     color: #000000; }

/* message box */

.messageBox {     }
.messageStackError, .messageStackWarning {     background-color: #ffb3b5; }
.messageStackSuccess {     background-color: #99ff00; }

.testa_blocchi {    
	background-color: #de6b00;
	color: #ffffff;
	height: 25px;
 }
.testa_blocchi_2 {    
	background-color: #498849;
	color: #ffffff;
	height: 15px;
 }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckerdiv {
	z-index: 10;	
	
}
.suckerdiv ul{

margin: 0;
padding: 0;
list-style-type: none;
width: 120px; /* Width of Menu Items */
 /* border-bottom: 1px solid #ccc; */
 
}
	
.suckerdiv ul li{
	position: relative;
	background-color: #de6b00;
	color: #f7d590;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	 
}
.suckerdiv ul li ul li{
background-color: #de6b00;
color: #f7d590;
	
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	background-color: #de6b00;
	color: #f7d590;
	padding: 1px 3px 2px 3px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #fefff1;
	font-weight : bold;

}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
	background-color: #de6b00;
	color: #f7d590;
	border: 1px solid #e5e5da;
	font-weight : bold;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
	background-color: #de6b00;
	color: #f7d590;
	font-weight : bold;
}


.suckerdiv ul li a:hover{
	background-color: #b35600;
	color: #f7d590;
	font-weight : bold;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a:hover{
	background-color: #b35600;
	color: #f7d590;
	font-weight : bold;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a:hover{
	background-color: #cc6300;
	color: #f7d590;
	font-weight : bold;
}



/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a:visited{
	
	
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a:visited{
	
}


.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */









.mstheme
{
	separator-image: url(sunsepd.gif);
	list-image-1: url(pecandotok.gif);
	list-image-2: url(sunbul1a.gif);
	list-image-3: url(sunbul1a.gif);
	nav-banner-image: url(sunbanna.gif);
	navbutton-horiz-normal: url(sunnavha.gif);
	navbutton-horiz-hovered: url(sunnavhh.gif);
	navbutton-horiz-pushed: url(sunnavhp.gif);
	navbutton-vert-normal: url(sunnavva.gif);
	navbutton-vert-hovered: url(sunnavvh.gif);
	navbutton-vert-pushed: url(sunnavvp.gif);
	navbutton-home-normal: url(sunhomea.gif);
	navbutton-home-hovered: url(sunhomeh.gif);
	navbutton-home-pushed: url(sunhomea.gif);
	navbutton-next-normal: url(sunnexta.gif);
	navbutton-next-hovered: url(sunnexth.gif);
	navbutton-next-pushed: url(sunnexta.gif);
	navbutton-prev-normal: url(sunpreva.gif);
	navbutton-prev-hovered: url(sunprevh.gif);
	navbutton-prev-pushed: url(sunpreva.gif);
	navbutton-up-normal: url(sunupa.gif);
	navbutton-up-hovered: url(sunuph.gif);
	navbutton-up-pushed: url(sunupa.gif);
}
.mstheme-bannertxt
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(102, 153, 0);

	font-style: normal;
	font-weight: normal;
}
.mstheme-horiz-navtxt
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-vert-navtxt
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxthome
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxtnext
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxtprev
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxtup
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
ul
{
	list-style-image: url('pecandotok.gif');
}
ul ul
{
	list-style-image: url('sunbul1a.gif');
}
ul ul ul
{
	list-style-image: url('sunbul1a.gif');
}
a:link
{
	color:#525221;
}
a:active
{
	color: rgb(255, 153, 0);
}
a:visited
{
	color:#525221;
}

table
{
	table-border-color-light: rgb(102, 153, 51);
	table-border-color-dark: rgb(102, 153, 51);
	border-color: #e5e5da;
}
th
{
	border-color: rgb(102, 153, 51);
}
td
{
	border-color: rgb(102, 153, 51);
}
h1
{
	color: rgb(102, 153, 51);
}
h2
{
	color: rgb(255, 102, 0);
}
h3
{
	color: rgb(153, 204, 102);
}
h4
{
	color: rgb(255, 153, 0);
}
h5
{
	color: rgb(102, 153, 51);
}
h6
{
	color: rgb(255, 102, 0);
}
hr
{
	color: rgb(51, 0, 153);
}
button
{
	background-color: rgb(51, 51, 51);
	color: rgb(255, 255, 255);
}
label
{
	color: rgb(0, 0, 0);
}
.mstheme-text
{
	background-color: rgb(0, 0, 0);
	color: rgb(11, 0, 0);
}
textarea
{
	color: rgb(0, 0, 0);
}
fieldset
{
	color: rgb(0, 0, 0);
}
legend
{
	color: rgb(51, 51, 51);
}
select
{
	color: rgb(0, 0, 0);
}
caption
{
	color: rgb(51, 51, 51);
}
.mstheme-bannertxt a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-bannertxt a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-bannertxt a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-bannertxt-g
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 255, 255);

	font-style: normal;
	font-weight: normal;
}
.mstheme-bannertxt-g a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-bannertxt-g a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-bannertxt-g a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-bannertxt-s
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 255, 255);

	font-style: normal;
	font-weight: normal;
}
.mstheme-bannertxt-s a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-bannertxt-s a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-bannertxt-s a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-horiz-navtxt a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-horiz-navtxt a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-horiz-navtxt a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-horiz-navtxt-g
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 255, 255);

	font-style: normal;
	font-weight: bold;
}
.mstheme-horiz-navtxt-g a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-horiz-navtxt-g a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-horiz-navtxt-g a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-horiz-navtxt-gs
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 255, 255);

	font-style: normal;
	font-weight: bold;
}
.mstheme-horiz-navtxt-gs a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-horiz-navtxt-gs a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-horiz-navtxt-gs a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxthome a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxthome a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxthome a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxthome-g
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxthome-g a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxthome-g a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxthome-g a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxthome-gs
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxthome-gs a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxthome-gs a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxthome-gs a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxtnext a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxtnext a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxtnext a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxtnext-g
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxtnext-g a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxtnext-g a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxtnext-g a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxtnext-gs
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxtnext-gs a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxtnext-gs a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxtnext-gs a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxtprev a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxtprev a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxtprev a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxtprev-g
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxtprev-g a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxtprev-g a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxtprev-g a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxtprev-gs
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxtprev-gs a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxtprev-gs a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxtprev-gs a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxtup a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxtup a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxtup a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxtup-g
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxtup-g a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxtup-g a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxtup-g a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-navtxtup-gs
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 153, 0);

	font-style: normal;
	font-weight: bold;
}
.mstheme-navtxtup-gs a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-navtxtup-gs a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-navtxtup-gs a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-topbar-font a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-topbar-font a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-topbar-font a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-topbar-font-g
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(102,153,102);

}
.mstheme-topbar-font-g a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-topbar-font-g a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-topbar-font-g a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-vert-navtxt a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-vert-navtxt a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-vert-navtxt a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-vert-navtxt-g
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 255, 255);

	font-style: normal;
	font-weight: bold;
}
.mstheme-vert-navtxt-g a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-vert-navtxt-g a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-vert-navtxt-g a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-vert-navtxt-gs
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 255, 255);
	font-style: normal;
	font-weight: bold;
}
.mstheme-vert-navtxt-gs a:link
{
	color: rgb(255, 153, 51);
}
.mstheme-vert-navtxt-gs a:active
{
	color: rgb(255, 102, 0);
}
.mstheme-vert-navtxt-gs a:visited
{
	color: rgb(153, 153, 51);
}
.mstheme-vert-navtxt
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(255, 255, 255);

	font-style: normal;
	font-weight: bold;
}
.mstheme     { navbutton-background-color: rgb(255,255,204); top-bar-button: 
               url(sunglobl.gif) }
.mstheme-topbar-font { color: rgb(102,153,102); font-family: 
               'Trebuchet MS', Arial, Helvetica }

button       { font-size: 8pt; font-style: normal; font-family: 
               'Trebuchet MS', Arial, Helvetica; border-style: solid; 
               border-width: 1pt }
caption      { font-size: 14pt; font-family: 'Trebuchet MS', Arial, Helvetica; font-style: 
               normal }
fieldset     { font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 8pt; font-style: 
               normal; border-style: solid; border-width: 1pt }
h1           { font-weight: normal; font-style: normal; font-size: 24pt; font-family: 
               'Trebuchet MS', Arial, Helvetica }
h2           { font-family: 'Trebuchet MS', Arial, Helvetica; font-style: normal; font-size: 
               18pt; font-weight: normal }
h3           { font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 14pt; font-weight: 
               normal; font-style: normal }
h4           { font-weight: normal; font-size: 12pt; font-style: normal; font-family: 
               'Trebuchet MS', Arial, Helvetica }
h5           { font-size: 10pt; font-style: normal; font-weight: normal; font-family: 
               'Trebuchet MS', Arial, Helvetica }
h6           { font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 8pt; font-style: 
               normal; font-weight: normal }
label        { font-style: normal; font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 
               8pt }
label, .mstheme-label { font-size: 8pt; font-family: 'Trebuchet MS', Arial, Helvetica; font-style: 
               normal }
legend       { font-style: normal; font-size: 8pt; font-family: 
               'Trebuchet MS', Arial, Helvetica }
marquee      { font-family: Arial, Arial, Helvetica; font-size: 14pt }
select       { font-style: normal; font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 
               8pt; border-style: solid;  }
table        { font-family: Arial, Arial, Helvetica; font-style: normal }
textarea     { font-style: normal; font-size: 8pt; font-family: 
               'Trebuchet MS', Arial, Helvetica; border-style: solid; 
                }
th           { font-family: Arial, Arial, Helvetica; font-style: normal }

