/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: verdana; font-size: 10px; }
.errorBox { font-family: verdana; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: verdana; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #eeefed; }
.orderEdit { font-family: verdana; font-size : 10px; color: #ff7100; text-decoration: underline; }

BODY 						{color: #666665;margin: 0px;padding:0px;}

A 							{ /* color: #000000; */ font-family:verdana;text-decoration: none;}
A:hover 					{ /* color: #AABBDD; */ text-decoration: underline;}

FORM 						{display: inline;}
td, div						{padding:0px; margin:0px; font-family:verdana;}
/* ********************************************************************************************************* */
td 				{vertical-align:top;}
table			{width:100%;}
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
TR.headerError 				{background: #ff0000;}

TD.headerError				{color: #ffffff;font-size: 12px;font-weight : bold;font-family:verdana; background: #ff0000;text-align:center;}

.error_envios 				{color: #ffffff;font-size: 14px;font-weight : bold;font-family:verdana; margin:10px; padding:5px; background: #FF5E1E;text-align:center; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;}

.error_envios_verde			{color: #ffffff;font-size: 14px;font-weight : bold;font-family:verdana; margin:10px; padding:5px; background: #00AF11;text-align:center; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;}

TR.headerInfo 				{background: #00ff00;}

TD.headerInfo 				{color: #ffffff;font-size: 12px;font-weight: bold;font-family: verdana;background: #00ff00;text-align: center;}

.infoBox 					{background: #d9dadc;}

.infoBoxContents 			{padding:0px 0px 0px 10px;}

.infoBoxNotice 				{background: #FF8E90;}

.infoBoxNoticeContents 		{font-size: 10px;font-family: verdana;background: #FFE6E6;}

TD.infoBoxHeading 			{color: #ffffff;font-size: 10px;font-family: verdana;font-weight: bold;background: #bbc3d3;}

TD.infoBox, SPAN.infoBox 	{font-size: 10px;font-family: verdana;
}

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:#eeefed;}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;}

.productListing-heading 			{color: #FFFFFF;font-size: 10px;font-weight: bold;font-family: verdana;
  									 background: #b6b7cb;}

TD.productListing-data 				{ /* font-size: 10px;font-family: verdana; */ }

A.pageResults 						{ /* color: #0000FF; */ }

A.pageResults:hover 				{ /* color: #0000FF; */ background: #FFFF33;}

TD.pageHeading, DIV.pageHeading 				{color: #9a9a9a; font-size: 20px;font-weight: bold;font-family: verdana;}
TD.pageHeading a, DIV.pageHeading a 			{color: #9a9a9a; font-size: 20px;font-weight: bold;font-family: verdana; text-decoration:none;}
TD.pageHeading a:hover, DIV.pageHeading a:hover {color: #9a9a9a; text-decoration:underline;}

TR.subBar 							{background: #f4f7fd;}

TD.subBar 							{color: #000000;font-size: 10px;font-family: verdana;}



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

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

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

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

SPAN.newItemInCart 					{color: #ff0000;font-size: 10px;font-family: verdana;}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
	font-family: verdana;	
	
}

input[type=text], input[type=password], SELECT{
	color:#077224;
	background-color: #edf1dd;
	border: solid 1px #88cc88;
}

TEXTAREA 							{font-size: 11px;font-family: verdana;
  									 width: 100%;}

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;}

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

SPAN.errorText 						{color: #ff0000;font-family: verdana;}

.moduleRow { }
.moduleRowOver 						{background-color: #eeefed; cursor:url; }
.moduleRowSelected 					{background-color: #eeefed; }

.checkoutBarFrom, .checkoutBarTo 	{color: #666665; font-size: 10px;font-family: verdana;}
.checkoutBarCurrent 				{color: #666665;font-size: 10px;font-family: verdana;}
/* message box */
.messageBox 						{font-family: verdana; font-size: 10px; }
.messageStackError, 
.messageStackWarning 				{font-family: verdana; font-size: 10px; background-color: #ffb3b5;}

.messageStackSuccess 				{font-family: verdana; font-size: 10px; background-color: #99ff00; }
/* input requirement */
.inputRequirement 					{font-family: verdana; font-size: 10px; color: #ff0000; }
/* ************************************************************************************* */
.vam					{vertical-align:middle;}
.tac					{text-align:center;}
.b_width strong			{display:block; width:170px; font-weight:normal;}
.width2_100				{width:100%;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.header td 		 {color:#fffc00; font-size:11px; font-weight:normal; font-family:verdana; vertical-align:middle; text-align:center;height:44px;}

.header strong		{color:#ffffff;}

.header a 		 {color:#fffc00; font-size:11px; line-height:12px; font-weight:normal; font-family:verdana; text-decoration:underline}
.header a:hover  {color:#fffc00; text-decoration:none}

.select			{width:100%;border:1px solid #c2c1c1; color:#868686;}
.select2		{width:80%; border:1px solid #c2c1c1; color:#868686;vertical-align:middle;margin:5px 20px 5px 10px;}
.go				{width:100%;border:1px solid #c2c1c1; color:#868686;height:18px; }

.logo			{padding:57px 75px 36px 75px;}
.banner			{padding:0px 0px 13px 0px;}

.header .bg_nav		{background:url(images/bg_h_right.jpg) right 0px no-repeat;}
.header .bg2_nav	{background:url(images/bg_h_left.jpg) 0px 0px no-repeat;padding:0px 0px 0px 80px;}
.bg3_nav			{background:url(images/bg_h_rep.gif) 0px bottom repeat-x;}

.bg_main			{background:url(images/bg_body.jpg) 0px 0px repeat-x #fffaf4; height:100%;}
.bg2_main			{background:url(images/bg_body2.jpg) 0px bottom repeat-x;height:100%;}
.bg3_main			{background:url(images/bg_body3.jpg) center bottom repeat-x;height:100%;}
.tr_2				{height:88px; vertical-align:bottom;padding:0px 13px 0px 0px;}
.tr_3				{height:100%;padding:0px 35px 0px 35px;}
.z1					{background:url(images/z1.gif) 0px 9px no-repeat;}
/* ************************************************************************************* */
.footer_tr			{padding:0px 35px 43px 35px;}
.footer_td			{width:180px; text-align:center;}
.footer2_td			{width:100%;padding:0px 20px 0px 54px;}

.footer		  	  {color:#303131; font-size:12px; line-height:20px; font-family:verdana; vertical-align:middle; height:48px;}	
.footer td 		  {color:#303131; font-size:12px; line-height:20px; font-family:verdana; vertical-align:middle;}			
.footer a 		  {color:#303131; font-size:12px; line-height:20px; font-family:verdana; text-decoration:none;} 			
.footer a:hover   {color:#303131;text-decoration:underline;}
	
.footer span 	  		{color:#016999; font-size:12px; font-weight:normal}
.footer span a 		  	{color:#016999; font-size:12px; text-decoration:none; font-weight:normal;} 			
.footer span a:hover   	{color:#016999;text-decoration:underline;}

.footer b,
.footer b a 	  		{color:#016999; font-size:12px; font-weight:normal; text-decoration:none;}			
.footer b a:hover 		{color:#016999; text-decoration:underline;}
/* ************************************************************************************* */
.popup					{}
.popup td				{color:#353535; font-size:11px; line-height:14px; font-family:verdana;padding:0px 14px 10px 18px;}

.popup strong			{color:#353535; font-size:11px; padding:10px 0px 0px 0px; display:block;}
.popup  a,
.popup  a u 	  		{color:#353535; font-size:11px; font-weight:normal; text-decoration:none;}			
.popup  a:hover 		{color:#353535; text-decoration:underline;}

.popup_bg_main			{background:url(images/popup_bg_body.jpg) 0px 0px repeat-x #fffaf4; height:100%;}
.popup_bg2_main			{background:url(images/popup_bg_body2.jpg) 0px bottom repeat-x;height:100%;}
.popup_bg3_main			{background:url(images/bg_body3.jpg) center bottom repeat-x;height:100%;}

.popup_c_table			{height:100%;width:410px;}
.popup_c				{background:url(images/logo.gif) center top no-repeat;padding:108px 11px 11px 11px;}

.popup_footer			{height:28px;padding:0px 0px 10px 0px;}
.popup_footer td 		{color:#303131; font-size:11px; line-height:20px; font-family:verdana;}			
.popup_footer a 		{color:#303131; font-size:11px; line-height:20px; font-family:verdana; text-decoration:none;} 			
.popup_footer a:hover   {color:#303131;text-decoration:underline;}

/* ************************************************************************************* */
/* ************************************************************************************* */
* html .width_100				{width:100%;}
.s_tl			{background:url(images/s_tl.gif) 0px 0px no-repeat;}
.s_tr			{background:url(images/s_tr.gif) right 0px no-repeat;}
.s_t			{background:url(images/s_line.gif) 0px 0px repeat-x #ffffff;
				margin:0px 9px 0px 9px; font-size:0px; line-height:0px; height:9px;}

.s_l			{background:url(images/s_line.gif) 0px 0px repeat-y #ffffff;}
.s_r			{background:url(images/s_line.gif) right 0px repeat-y;}	
.s_padd			{padding:0px 3px 0px 3px;}			

.s_bl			{background:url(images/s_bl.gif) 0px 0px no-repeat;margin:0px 0px 8px 0px;}
.s_br			{background:url(images/s_br.gif) right 0px no-repeat;}
.s_b			{background:url(images/s_line.gif) 0px bottom repeat-x #ffffff;
				margin:0px 9px 0px 9px; font-size:0px; line-height:0px; height:9px;}
				
.s77_tl			{background:url(images/s_tl.gif) 0px 0px no-repeat;}
.s77_tr			{background:url(images/s_tr.gif) right 0px no-repeat;}
.s77_t			{background:url(images/s_line.gif) 0px 0px repeat-x #ffffff;
				margin:0px 9px 0px 9px; font-size:0px; line-height:0px; height:9px;}
				
/* ************************************************************************************* */
.sc_bg			{background: #ffffff;padding:1px 0px 0px 0px;}
.sc_t 			{background:url(images/sc_t.gif) top repeat-x #ffffff; width:100%;}
.sc_r 			{background:url(images/sc_r.gif) right repeat-y #ffffff;}
.sc_b 			{background:url(images/sc_b.gif) bottom repeat-x #ffffff;}
.sc_l 			{background:url(images/sc_l.gif) left repeat-y #ffffff;}

.nav_bg 	{background:url(images/nav_bg.gif) 0px top repeat-x #e0f5fe;}
.nav_t 		{background:url(images/nav_line.gif) 0px top repeat-x;}
.nav_r 		{background:url(images/nav_line.gif) right 0px repeat-y;}
.nav_b 		{background:url(images/nav_line.gif) 0px bottom repeat-x;}
.nav_l 		{background:url(images/nav_line.gif) 0px 0px repeat-y;}
.nav_tl 			{background:url(images/nav_tl.gif) left top no-repeat; width:100%;}
.nav_tr 			{background:url(images/nav_tr.gif) right 0px no-repeat;}
.nav_bl				{background:url(images/nav_bl.gif) left bottom no-repeat;}
.nav_br 			{background:url(images/nav_br.gif) right bottom no-repeat;padding:1px 15px 1px 15px;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.p_t 		{background:url(images/p_t.gif) 0px top repeat-x #b1d51c;}
.p_rr		{background:url(images/p_rr.gif) right 0px repeat-y;}
.p_b 		{background:url(images/p_b.gif) 0px bottom repeat-x;}
.p_ll 		{background:url(images/p_ll.gif) 0px 0px repeat-y; width:100%;}
.p_r 		{background:url(images/p_r.gif) right 0px no-repeat;}
.p_l		{background:url(images/p_l.gif) 0px 0px no-repeat;}
.p_tl 				{background:url(images/p_tl.gif) left top no-repeat;}
.p_tr 				{background:url(images/p_tr.gif) right 0px no-repeat;}
.p_bl				{background:url(images/p_bl.gif) left bottom no-repeat;}
.p_br 				{background:url(images/p_br.gif) right bottom no-repeat;padding:9px 10px 9px 10px;}
/* ************************************************************************************* */
.p2_t 			{background:url(images/p2_t.gif) 0px bottom repeat-x #f6f6f6;}
.p2_tl 			{background:url(images/p2_tl.gif) left top no-repeat ; width:100%;}
.p2_tr 			{background:url(images/p2_tr.gif) right top no-repeat;}
.p2_bl			{background:url(images/p2_bl.gif) left bottom no-repeat;}
.p2_br 			{background:url(images/p2_br.gif) right bottom no-repeat;padding:8px 5px 3px 5px;}
/* ************************************************************************************* */
.info_t 		{background:url(images/info_t.gif) 0px top repeat-x #ffffff; margin-top:5px;}
.info_r			{background:url(images/info_r.gif) right 0px repeat-y;}
.info_b 		{background:url(images/info_b.gif) 0px bottom repeat-x;}
.info_l 		{background:url(images/info_l.gif) 0px 0px repeat-y; width:100%;}
.info_tl 				{background:url(images/info_tl.gif) left top no-repeat;}
.info_tr 				{background:url(images/info_tr.gif) right 0px no-repeat;}
.info_bl				{background:url(images/info_bl.gif) left bottom no-repeat;}
.info_br 				{background:url(images/info_br.gif) right bottom no-repeat;padding:9px 10px 9px 10px;}
/* ************************************************************************************* */
.infoBoxHeading2_table				{background:url(images/infoBoxHeading2_table.gif) 9px 0px no-repeat #f5f6e5;}
.infoBoxHeading2_td					{padding:15px 10px 6px 17px;width:100%; height:30px;}

.infoBoxHeading2_td					{color:#000000; font-size:12px; line-height:14px; font-weight:bold; font-family:verdana;text-transform:uppercase;}
.infoBoxHeading2_td a 				{color:#000000; font-size:12px; line-height:14px; font-weight:bold; font-family:verdana; text-transform:uppercase;text-decoration:none}
.infoBoxHeading2_td a:hover  		{color:#000000; text-decoration:underline;}
/* ************************************************************************************* */
.infoBox2_table							{margin:0px 0px 8px 0px;background:url(images/infoBox2_table.gif) 0px 0px repeat-x;}
.infoBox2_td							{}
/* ************************************************************************************* */
.infoBoxContents2_table					{}
.infoBoxContents2_table .boxText		{padding:12px 13px 10px 13px;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading_table				{background:url(images/infoBoxHeading_table.gif) 0px 0px repeat-x;}
.infoBoxHeading_l					{}
.infoBoxHeading_r					{} 
.infoBoxHeading_td					{padding:15px 10px 6px 17px;width:100%; height:30px;}

.infoBoxHeading_td					{color:#000000; font-size:12px; line-height:14px; font-weight:bold; font-family:verdana;text-transform:uppercase;}
.infoBoxHeading_td a 				{color:#000000; font-size:12px; line-height:14px; font-weight:bold; font-family:verdana; text-transform:uppercase;text-decoration:none}
.infoBoxHeading_td a:hover  		{color:#000000; text-decoration:underline;}
/* ************************************************************************************* */
.infoBox_table							{margin:0px 0px 0px 0px;background:url(images/infoBox_table.gif) 0px 0px repeat-x;}
.infoBox_td								{}
/* ************************************************************************************* */
.infoBoxContents_table					{}
.infoBoxContents_table .boxText			{padding:12px 13px 30px 13px;}
.infoBoxContents_table .boxText_table	{}
.infoBoxContents_table .boxText_td		{}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.boxText,
.boxText td					{color:#777b7b; font-size:11px; line-height:14px; font-family:verdana; }
.boxText a					{color:#000000; font-size:11px; line-height:12px; font-family:verdana; text-decoration:none;}
.boxText a:hover			{color:#000000; text-decoration:underline;}
.boxText span 				{display:block;padding:0px 0px 10px 0px;}

.boxText span a					{color:#272727; font-size:12px; line-height:14px; font-weight:bold;text-decoration:none;}
.boxText span a:hover			{color:#272727; text-decoration:underline;}

.boxText span.productSpecialPrice 	{color: #373b44;font-size: 17px; line-height:19px;font-family: verdana; font-weight:normal; display:inline;}
del						 			{color: #373b44;font-size: 17px; line-height:19px;font-family: verdana;}


.boxText div.img 				{margin:10px 0px 10px 0px; text-align:center;}
.boxText div.stars 				{margin:14px 0px 10px 0px;}				
/* ************************************************************************************* */
.boxText font  				{color:#87174a; text-decoration:none; font-size:11px; font-weight:bold;}
.boxText font a 			{color:#000000; text-decoration:none; font-size:10px; font-weight:normal;}
.boxText font a:hover  		{color:#000000; text-decoration:underline}

.boxText font.sc a 			{color:#74ad2e; text-decoration:none; font-size:11px; font-weight:bold;}
.boxText font.sc a:hover  	{color:#74ad2e; text-decoration:underline}

.boxText strong a 				{color:#070304; text-decoration:none; font-size:12px;}
.boxText strong a:hover  		{color:#070304; text-decoration:underline}
/* ************************************************************************************* */
.boxText li							{padding:0px 0px 0px 0px; width:100%;}
.boxText li, .boxText li a			{font-family:verdana;}
.boxText ul							{list-style:none;margin:0px 0px 0px 9px;padding:0;}
.boxText li a 						{display:block;}
.boxText ul li div 					{padding-left:10px;}


.boxText .bg_list 					{background:url(images/bg_list_hline.gif) 0px bottom repeat-x;}
.boxText .bg_list a					{color:#3e3e3e; font-size:11px; line-height:12px;
									 padding:4px 11px 4px 11px;text-decoration:none;background:url(images/bg_list.gif) 1px 8px no-repeat;}
.boxText .bg_list a:hover			{color:#3e3e3e;text-decoration:underline;}

.boxText .bg_list_un 				{background:url(images/bg_list_hline.gif) 0px bottom repeat-x;}
.boxText .bg_list_un a				{color:#3e3e3e; font-size:11px; line-height:12px;
									 padding:4px 11px 4px 11px;text-decoration:none;background:url(images/bg_list.gif) 1px 8px no-repeat;}
.boxText .bg_list_un a:hover		{color:#021d2a;text-decoration:underline;}
/* ************************************************************************************* */
.boxText .bg_list2 					{background:url(images/bg_list_hline.gif) 0px 0px repeat-x;}
.boxText .bg_list2 a				{color:#3e3e3e; font-size:11px; line-height:12px;text-decoration:none;
									 padding:4px 11px 4px 1px;background:url(images/bg_list.gif) right 9px no-repeat;}
.boxText .bg_list2 a:hover			{color:#3e3e3e;text-decoration:underline;}

.boxText .bg_list2_un 				{}
.boxText .bg_list2_un a				{color:#3e3e3e; font-size:11px; line-height:12px;text-decoration:none;
									 padding:4px 11px 4px 1px;background:url(images/bg_list.gif) right 9px no-repeat;}
.boxText .bg_list2_un a:hover		{color:#3e3e3e;text-decoration:underline;}
/* ************************************************************************************* */
.main .boxText_td				{padding:10px 20px 19px 20px;}

.main a.enlarge				{color:#ff7100; font-size:10px; text-transform:lowercase; font-weight:normal; display:block;padding:10px 0px 10px 0px; font-family:verdana;}
.main a:hover.enlarge		{color:#ff7100; font-size:10px; text-transform:lowercase; font-weight:normal;}

.result 		{margin:0px 0px 0px 0px;}

.result_top_padd td  		{width:50%; vertical-align:middle;padding:8px 2px 8px 2px;}
.result_bottom_padd td		{width:50%; vertical-align:middle;padding:11px 2px 4px 2px;}

.result_right 	{text-align:right;}
.result td  	{color:#8e9494; font-size:11px;}
.result b   	{color:#8e9494; font-weight:normal;}
/* ************************************************************************************* */
.result_right b							{color:#ff7100; font-weight:normal;}
.result_right a.pageResults				{color:#ff7100; text-decoration:underline;font-size:11px;}
.result_right a.pageResults:hover 		{color:#ff7100;	text-decoration:none;background: #eeefed;}
.result_right a.pageResults	u			{color:#ff7100; text-decoration:underline;}
.result_right a.pageResults u:hover 	{color:#ff7100;	text-decoration:none;}
/* ************************************************************************************* */
TD.smallText, 
SPAN.smallText,
.smallText em,  
P.smallText 			{font-size: 10px;font-family: verdana; font-weight:normal; font-style:normal;}

.smallText a			{color:#ff7100; font-size:11px; text-decoration:none;}	/*  advanced_search.php  */
.smallText a:hover 		{color:#ff7100; font-size:11px; text-decoration:underline;}
.smallText a u 			{color:#ff7100; font-size:11px; text-decoration:none;}
.smallText a:hover u	{color:#ff7100; font-size:11px; text-decoration:underline;}
/* ************************************************************************************* */
td.main, p.main,
div.main,
.main td,
.main p,
.main b,
.main .desc 				{font-size:12px;}

.main .s_cart_head			{color:#353434;  font-size:12px;font-weight:bold; font-family:verdana; text-transform:uppercase;}
.main a						{color:#f46505; font-size:11px; line-height:13px; font-weight:normal;text-decoration:none;font-family:verdana;}
.main a:hover				{color:#f46505; text-decoration:underline;}

.main .name b a				{color:#021d2a; font-size:11px; line-height:14px; font-weight:normal;text-decoration:underline;}
.main .name b a:hover		{color:#021d2a; text-decoration:none;}
 
.main .name a				{color:#272727; font-size:12px; line-height:14px; font-weight:bold;text-decoration:none;}
.main .name a:hover			{color:#272727; text-decoration:underline;}

.main .desc 				{}
.main .desc b 				{color:#ff7100;}

SPAN.productSpecialPrice 			{color: #000000;font-size: 12px; line-height:18px;font-weight:bold;font-family: verdana; display:inline;}
s									{color: #000000;font-size: 12px; line-height:18px;font-weight:bold;font-family: verdana;}

.main SPAN.productSpecialPrice 			{color: #ff7100;font-size: 16px; line-height:19px;font-family: verdana; font-weight:bold; display:inline;}
.main s									{color: #ff7100;font-size: 16px; line-height:19px;font-family: verdana; font-weight:bold; }


.main .strong				{font-size:12px;font-family: verdana; line-height:20px;}

.img						{border:1px solid #cdd1d4; background:#ffffff;}
/* ************************************************************************************* */
.pic_padd							{padding:0px 10px 0px 0px;float:left;}
.name_padd							{padding:1px 0px 3px 0px;}
.desc_padd							{padding:4px 0px 7px 0px;}
.data_padd							{padding:9px 0px 7px 0px;}
.price_padd							{padding:5px 4px 0px 0px;float:right;}
.button_padd						{padding:9px 0px 0px 0px;width:100%;overflow:hidden;}
.s_cart_head_padd					{padding:15px 0px 10px 0px;}
.s_cart_td							{padding:15px 0px 0px 0px;}

.name2_padd							{padding:5px 10px 10px 4px;}
.desc2_padd							{padding:1px 0px 7px 4px; width:100%;}
.price2_padd						{padding:11px 0px 14px 4px; text-align:center;}
.button2_padd						{padding:0px 0px 1px 0px;}
.button2_padd table					{text-align:left; width:1px;}
.main div.img 						{margin:0px 0px 0px 0px; text-align:center;}
/* ************************************************************************************* */
.button_marg img, 
.button_marg input 							{margin:1px;}

.button2_marg img,
.button2_marg input 						{margin:2px;}

.bg_input input								{background:none; border:0px;}
/* ************************************************************************************* */
.prod_info					{float:right;padding:1px 1px 1px 1px;margin:0px 45px 0px 30px; text-align:center;}
.desc3_padd					{padding:1px 10px 7px 14px; width:100%;}
/* ************************************************************************************* */
table.listing 				{margin:0px 0px 10px 0px;border:10px solid #ffffff;border-width:0px 1px 0px 1px;}
table.listing td			{padding:1px 0px 1px 0px;
							 color:#ff7100; font-size:10px; font-family:verdana;}

.main .listing b 					{font-weight:normal;}
.main .listing em,
.main .listing font   				{color:#ff7100; font-size:10px; font-family:verdana;}
.main .listing b font   			{color:#7f7f7f; font-size:10px; font-family:verdana;}
.main .listing b font a 			{text-decoration:underline;}
.main .listing b font a:hover   	{text-decoration:none}

.main .listing font a 			{color:#ff7100; text-decoration:underline; font-size:10px; font-weight:normal;}
.main .listing font a:hover   	{color:#ff7100; text-decoration:none} 
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.col_c_table					{height:100%;width:980px; margin:auto;background:url(images/vline.gif) 241px 0px repeat-y;}
.col_c							{background:url(images/logo_bg.gif) 0px 0px no-repeat;padding:0px 35px 11px 0px;}

.col_c2_table					{}
.col_c2							{padding:0px 26px 0px 26px;}
.col_c22						{padding:0px 26px 0px 26px;}

.main_table					{}
.box_width_left				{width:190px;}
.box_width_right			{width:0px; visibility:hidden;}

.content_width_td				{width:100%;padding:0px 0px 10px 33px;}
.box_width_td_left				{padding:0px 0px 0px 0px; }
.box_width_td_right				{padding:0px 0px 0px 0px; visibility:hidden; display:none;}
/* ************************************************************************************* */
/* ************************************************************************************* */    
.left_part				{float:left; width:70%}
.right_part				{float:right;padding:0px 20px 0px 0px;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.prod_line_x					{background:url(images/line_x.gif) 0px center repeat-x;}
.prod_line_y					{background:url(images/line_y.gif) center 0px repeat-y; vertical-align:bottom;}

.padd_gg img					{height:2px;}
.padd_vv img					{width:3px;}
/* ************************************************************************************* */
.cart_line_x				{background:url(images/line_x.gif) 0px center repeat-x;}
.cart_line_y				{background:url(images/line_yy.gif) center 0px repeat-y;}

.padd2_gg img				{height:7px;}
.padd2_vv img				{width:11px;}

.tableBox_shopping_cart		{margin:0px 0px 0px 0px;background:url(images/line_x.gif) 0px 0px repeat-x;}

.cart_total_left  			{width:80%; text-align:right; vertical-align:middle;height:38px;padding:0px 20px 0px 0px;}
.cart_total_right  			{width:20%; text-align:center;vertical-align:middle;}
.cart_total_left   			{color:#817d7d; font-size:16px;font-weight:bold; font-family:verdana; text-transform:lowercase;}

.remove 					{width:20%;}
.products 					{width:45%;}
.quantity 					{width:15%;}
.total 						{width:20%;}
/* ************************************************************************************* */
.cont_heading_table						{}
.cont_heading_table .cont_heading_td	{padding:15px 10px 15px 17px; width:100%; height:6px; text-transform:uppercase;}

.cont_heading_table .cont_heading_l		{background:url(images/cont_heading_l.gif) left bottom repeat-y;}
.cont_heading_table .cont_heading_r		{background:url(images/cont_heading_r.gif) right bottom repeat-y;}
.cont_heading_table .cont_heading_t		{background:url(images/cont_heading_table.gif) top left repeat-x;}
.cont_heading_table .cont_heading_b		{background:url(images/cont_heading_b.gif) top left repeat-x;}
/* ************************************************************************************* */
.cont_heading_td 					{color:#3e3e3e;font-size:12px;line-height:15px;font-weight:bold;font-family:verdana;}
.cont_heading_td a 					{color:#3e3e3e;font-size:12px;line-height:12px;font-weight:bold;font-family:verdana;text-decoration:none}
.cont_heading_td a:hover  			{color:#3e3e3e; text-decoration:underline;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.padd_1						{padding:15px 12px 5px 12px;}
.padd_2						{padding:0px 20px 0px 20px;}
.padd_3						{padding:0px 0px 0px 0px;}
.padd_4						{padding:7px 0px 2px 0px;}

.tableBox_output_td			{padding:1px 0px 1px 0px;}
.tableBox_output1_td		{padding:0px 0px 0px 0px;}
/* ************************************************************************************* */
#m1,
#m2,
#m3,
#m4,
#m5,
#m6,
#over_m1,
#over_m2,
#over_m3,
#over_m4,
#over_m5,
#over_m1						{width:auto; cursor:pointer;}					

#m1 .m_tc,
#m2 .m_tc,
#m3 .m_tc,
#m4 .m_tc,
#m5 .m_tc,
#m6 .m_tc,
#over_m1 .m_tc,
#over_m2 .m_tc,
#over_m3 .m_tc,
#over_m4 .m_tc,
#over_m5 .m_tc,
#over_m6 .m_tc			{width:100%;text-align:center; vertical-align:middle;height:31px;
						color:#005064;font-size:13px;line-height:13px;font-weight:normal;font-family:verdana;}
						
#m1 .m_tl,
#m2 .m_tl,
#m3 .m_tl,
#m4 .m_tl,
#m5 .m_tl,
#m6 .m_tl				{background:url(images/m_tl.gif) 0px 0px no-repeat;}
						

#m1 table,
#m2 table,
#m3 table,
#m4 table,
#m5 table,
#m6 table				{background:url(images/m_tc.gif) 0px 0px repeat-x #bae0dd;}

#m1 .m_tr,
#m2 .m_tr,
#m3 .m_tr,
#m4 .m_tr,
#m5 .m_tr,
#m6 .m_tr				{background:url(images/m_tr.gif) right 0px no-repeat;}

#over_m1 .m_tl,
#over_m2 .m_tl,
#over_m3 .m_tl,
#over_m4 .m_tl,
#over_m5 .m_tl,
#over_m6 .m_tl			{background:url(images/over_m_tl.gif) 0px 0px no-repeat;}

#over_m1 table,
#over_m2 table,
#over_m3 table,
#over_m4 table,
#over_m5 table,
#over_m6 table			{background:url(images/m_tc.gif) 0px 0px repeat-x #cee9e7;}	

#over_m1 .m_tr,
#over_m2 .m_tr,
#over_m3 .m_tr,
#over_m4 .m_tr,
#over_m5 .m_tr,
#over_m6 .m_tr			{background:url(images/over_m_tr.gif) right 0px no-repeat;}

/* BOF Dynamic Sitemap */
  ul.sitemap {
  color: #ff0000;
  border: solid 1px #000000;
  background-color: #FFFFFF;
  padding: 5px;
  margin-left: 10px;
  padding-left: 20px;
}

ul.sitemap ul {
	border: none;
	background: none;
	
}
/* EOF Dynamic Sitemap */

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




/************************************************************************************************************************/
/**************************************** SUPER FISH MENU ***************************************************************/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
        
}
.sf-menu {
	line-height:	1.0;        
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;        
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:          1em;
}
.sf-menu a {
	border-left:            1px solid #fff;
        border-top:		1px solid #88cc88;
	padding: 		.75em 1em;
	text-decoration:        none;
        font-family:            verdana;
        font-size:              12px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

        color:			#077224;
}
.sf-menu li {

        background:             #f5f6e5;
}
.sf-menu li li {

        background:             #edf1dd;
        
}

.sf-menu li li > li {

        background:             #edf1dd;

}
/*.sf-menu li li li {
	background:		#9AAEDB;
}*/
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#cdf1bd;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right:          2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent:    	-999em;
	overflow:		hidden;
	background:		url('images/arrows-verde.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	100%;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	100%;  /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*********************************************************** FIN SUPERFISH ***************************************************************/


/*************** SLIDESHOW 1 *******************************/

#slideshow #slidesContainer {
  margin:0 auto;
  width:686px;
  height:200px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:666px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:200px;
}

/**
 * Slideshow controls style rules.
 */
/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:20px;
  height:200px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;  
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/control_right.jpg) no-repeat 0 0;
}

.portada_servicios tr{

   color: #006600;
   background-color: #ffffff;
}

.portada_servicios tr td{
     padding: 1px;
}

.portada_servicios tr:hover {

   color: #006600;	
   background-color: #AAFFAA;
}

#searchresults { border-width:1px; border-color:#88CC88; border-style:solid; width:320px; background-color:#a0a0a0; font-size:10px;  z-index: 1050; margin-left: 13px }
#searchresults a { display:block; background-color:#F5F6E5; clear:left; height:62px; text-decoration:none; margin:0px; border: none}
#searchresults a:hover { background-color:#CDF1BD; /*color:#ffffff;*/ }
#searchresults a img { float:left; margin: 5px; border: solid 1px #88CC88 }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; margin: 0px; color:#1A7100; border: none}
#searchresults a:hover span.searchheading { /*color:#ffffff;*/ }
#searchresults a span { color:#555555; }
#searchresults a:hover span { /*color:#f1f1f1; */}
#searchresults span.InstantSeachCategory { font-size:10px; margin:0px; display:block; color:#ffffff; background-color: #006600}
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
      background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }

.product_info_table {
  width: 100%;
  height: 100%;
  font-family: verdana;
  font-size: 11px;
  border: none;
}

.product_info_table td {
  padding: 2px;
}