body { font-size: 10pt; color: #333333; }

input, textarea, select { font-family: Helvetica, Arial, Sans-Serif; font-size: 12px; }

span.asterisk { display: none }

div.page_wrapper, div.flash_intro, div#disabled_site { width: 976px; margin: 30px auto; }

div.page_wrapper {
	/* border: 1px solid #D6D6D6;
	min-height: 600px;
	height: auto; */ 
}

div#header {
	height: 120px;
	position: relative;
	overflow: hidden;
}

div#header h1 a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 179px;
	height: 120px;
	background: transparent url('../Images/logo_banner_narrow.gif') top left no-repeat;
	z-index: 1;
}
div#header h1 a span { display: none; }

div#header h2 
{
    background: #87888C url('../../Admin/Images/banner.jpg') top right no-repeat; 
	/*background-color: #FF7E00;*/
	display: block;
	width: 798px;
	height: 121px;
	position: absolute;
	left: 179px;
	top: 0px;
	z-index: 1;
}
div#header h2.birds { background: transparent url('../Images/bg_header_aves.jpg') top left no-repeat }
div#header h2.cart { background: transparent url('../Images/bg_header_carrito.jpg') top left no-repeat }
div#header h2.faca { background: transparent url('../Images/bg_header_empresa.jpg') top left no-repeat }
div#header h2.cats { background: transparent url('../Images/bg_header_gatos.jpg') top left no-repeat }
div#header h2.hamsters { background: transparent url('../Images/bg_header_hamsters.jpg') top left no-repeat }
div#header h2.rebate { background: transparent url('../Images/bg_header_ofertas.jpg') top left no-repeat }
div#header h2.fish { background: transparent url('../Images/bg_header_peces.jpg') top left no-repeat }
div#header h2.dogs { background: transparent url('../Images/bg_header_perros.jpg') top left no-repeat }
div#header h2.tips { background: transparent url('../Images/bg_header_tips.jpg') top left no-repeat }
div#header h2.turtles { background: transparent url('../Images/bg_header_tortugas.jpg') top left no-repeat }
div#header h2.contact { background: transparent url('../Images/bg_header_contactos.jpg') top left no-repeat }
div#header h2 span { display: none }


div#header div.rebate {
	position: absolute;
	right: 25px;
	top: -1px;
	width: 136px;
	height: 25px;
	z-index: 2;
	background: transparent url('../Images/bg_header_padofertas.png') top left no-repeat;
}
				
div#header div.rebate a {
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	text-decoration: none;
	letter-spacing: 1px;
}

div#midsection { background-image: url(../Images/bg_orangedahsed_vert2.gif) }

div#midsection div#navbar { width:178px }
div#midsection div#content { width: 795px }

div#midsection div#navbar ul.icons { margin-left: 15px; margin-top: 16px; }

div#header div.search {
	background: #ff7e00 url('../Images/bg_header_search.gif') top left no-repeat;
	width: 161px;
	height: 21px;
	position: absolute;
	top: 90px;
	right: 25px;
	z-index: 2;
}
div#header div.search label { display: none }

div#header div.search input { 
	/*background-color: red;*/
	border: 0px none;
	width: 112px;
	position: absolute;
	bottom: 2px;
	left: 25px;
}
div#header div.search a {
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	right: 0px;
	bottom:0px;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	width: 23px;
	line-height: 24px;
	font-weight: bold;
	text-transform: lowercase;
}


div#content { line-height: 1.3em }


/* CONTENT STYLES ============================================================== */

div#content div#inner { margin: 7px; background-color: #ffffff; min-height: 400px; position: relative; }

div#content div#inner div.pager {
	background: #CED0D1;
	height: 22px;
	line-height: 22px;
	border-bottom: 2px solid #ff7e00;
	position: relative;
	z-index: 31;
}

div#content div#inner div#emptypager {
    left: 0px;
    position: absolute;
    top: 0px;
    padding-left: 777px;
    z-index: 30;
}

div#content div#inner div.pager a { color: #ff7e00 }

div#content div#inner div.category_padder div.pager { padding-left: 550px; }

div#content dl.empresa { padding: 0px 35px 20px 40px  }

div#content dl.empresa dt 
{
    margin-top: 30px;
    color: #ff7e00;
    font-family: Helvetica, "Helvetica Bold", Arial, "Arial Bold", sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

div#content dl.empresa dd 
{
    color: #333333;
    margin: 0em 0em 1em 0em ;
    text-align: left;
    line-height: 1.5em;
    border-bottom: 1px dashed #ff7e00;
    padding: 5px 15px 15px 15px;
} 

div#content dl.empresa dd p { margin: 0.5em 0em }

table.tip_teaser 
{
    width: 100% !important; /* important due to .net settings */
    text-align: left;
}

table.tip_teaser tr { border: 0px none !important }  /* important due to .net settings */

table.tip_teaser td 
{
    padding: 14px 35px 35px 40px;
    border-bottom: 1px dashed #ff7e00;
    border-top: 0px none !important; /* important due to .net settings */
}


table.tip_teaser td h3, table.tip_teaser td h3 a, div.tip h3.title { color: #ff7e00; font-size: 16px; font-weight: bold; margin-top: 10px; }
table.tip_teaser td h3 a { text-decoration: none; }
table.tip_teaser td h3 a:hover { text-decoration: underline; }

div.tip { text-align: left; margin: 0px 20px; }
div.tip div.content { margin-top: 20px; }
div.tip img { border: 1px outset ff7e00; margin: 1em; }
table.tip_teaser td p, div.tip div.content p { margin-top: 0.5em; margin-left: 25px; }

table.tip_teaser td p a {
    display: inline-block;
    width: 44px;
    height: 18px;
    background: transparent url('../Images/lnk_vermas.gif') top left no-repeat;
    position: relative;
    top: 4px;
}

table.tip_teaser td p a span { display: none }

div.backlink { float: right; margin-right: 35px; }
div.backlink a { color: #ff7e00; text-decoration: none; }
div.backlink a:hover { text-decoration: underline }
 
div#cart_body div.backlink 
{
    float: none;
    text-align: right; 
    padding-right: 20px; 
    background-color: #ff7e00; 
    height: 1.5em; 
    line-height: 1.5em; 
    margin: 1.5em 0em;
}
div#cart_body div.backlink a { color: #ffffff }
 
div#tip { margin: 2em 35px 20px 40px; text-align: left; padding-bottom: 30px; }
div#tip ul, div.tip ol { margin-left: 25px }

div#content ol, div#content ul { padding-left: 20px; }
div#content ol li, div#content ul li { margin: 0.5em 0em; }
div#content ol, div#content ol li { list-style-type: decimal }
div#content ul, div#content ul li { list-style-type: square }

div#contact_pad 
{
    position: relative;
    border: 1px solid #ACACAC;
    border-top: 1px solid #D0B499;
    background: #ffffff url('../Images/bg_contactpad.gif') top left repeat-y;
}    

div#contact_pad p.note 
{
    background-color: #ff7e00;
    color: #ffffff;
    font-weight: bold;
    margin: 1.3em 0em;
    padding: 0.7em 40px;
}


div#contact_pad div.separator 
{
    border: 0px none;
    border-top: 1px dashed #ff7e00;   
    margin: 1.5em 0em;
}

div#contact_pad p { text-align: left;   }
div#contact_pad div.direccion { padding-left: 40px; padding-bottom: 2em; text-align: left; }

div.field_line, div.field_other { margin-bottom: 0.7em }

div#cart_form div.field_other 
{
    background: transparent url('../Images/link_arrow.gif') 150px 0px no-repeat;
    padding-left: 185px; 
    clear: both; 
    text-align: left;
}

div.field_line label, div.field_line div.label
{
    display: block; 
    color: #333333; 
    font-weight: bold; 
    margin-right: 5px; 
    float: left;
}
div.field_line input.textbox, div.field_other input.textbox, div.field_line select, div.field_line textarea,div.line input.textbox {border: 1px inset #999999  }
div.field_line div.validator_message { margin-left: 185px }

div#contact_pad div.field_line { text-align: left }
div#contact_pad div.field_line label, div#contact_pad div.field_line div.label { width: 180px; text-align: right; }

div#contact_pad input.textbox, div#contact_pad textarea { width: 315px }

div#contact_pad div.button_pad { float: right; left: 510px; position: absolute; top: 305px; }

div#contact_pad .button 
{
    font-weight: bold;
    border: 0px none;
    color: #333333;
    background: #f0f0f0 url('../Images/bg_button_standby.gif') top left;
    width: 60px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
    padding-bottom: 3px;
} 

div#contact_pad :focus { border-color: #ff7e00 }

/*div.category_padder { padding: 14px 8px; position: relative; height: 520px; } */
div.category_padder { padding: 0px; position: relative; height: 590px; }

div.category_padder table a
{
    text-decoration: none;
    position: absolute;
    display: block;
    float: left;
}

div.category_padder table a span 
{
    display: block;
    float: right;
    background: transparent url('../Images/bg_categorylegend.png') top left no-repeat;
    padding: 0px 10px 0px 15px;
    height: 16px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
}

div.category_padder table td a.item1, div.category_padder table td a.item2, 
div.category_padder table td a.item3, div.category_padder table td a.item4, 
div.category_padder table td a.item5, div.category_padder table td a.item6, 
div.category_padder table td a.item7, div.category_padder table td a.item8,
div.category_padder table td a.item9 { 
    border: 1px dashed #ff7e00;
    margin-top: 15px;
    margin-left: 5px;
    width: 211px;       
}

/* definiendo cuadricula */
div.category_padder table td a.item1, div.category_padder table td a.item4, 
div.category_padder table td a.item7 { left: 25px }
div.category_padder table td a.item2, div.category_padder table td a.item5, 
div.category_padder table td a.item8 { left: 276px }
div.category_padder table td a.item3, div.category_padder table td a.item6, 
div.category_padder table td a.item9 { left: 525px }

div.category_padder table td a.item1, div.category_padder table td a.item2, 
div.category_padder table td a.item3 { top: 35px }
div.category_padder table td a.item4, div.category_padder table td a.item5, 
div.category_padder table td a.item6 { top: 220px }
div.category_padder table td a.item7, div.category_padder table td a.item8, 
div.category_padder table td a.item9 { top: 405px }



div.category_padder table div.pager a { display:inline; margin:0px; float:inherit; position:inherit }

div.rightmenu { float: right; background-color: #ffffff; width: 156px; position: relative; z-index: 32; }

div#content div#inner div.rightmenu ul { margin: 15px 5px; padding: 0px; list-style-type: none; }

div#content div#inner div.rightmenu ul li 
{
    list-style-type: none;
    font-size: 12px;
    border-bottom: 1px solid #999999;
    color: #999999;
    /*line-height: 32px;*/
    padding: 10px 0px 10px 6px;
    text-align: left;
    margin: 0px;
    /* font-weight: bold; */
    overflow: hidden;
    white-space: nowrap;
}

div.rightmenu ul li a 
{
    color: #ff7e00; 
    text-decoration: none; 
    background: #ffffff url('../Images/bg_bulletgray.gif') 0px 5px no-repeat;
    display: block;
    padding-left: 12px;
    /* font-size: 11px; */
    font-size: 11px;
}
div.rightmenu ul li a:hover { color: #ff7e00; text-decoration: underline; }

div.rightmenu ul li.selected a, div.rightmenu ul li.back a {
    background: transparent url('../Images/bg_bulletwhite.gif') 0px 5px no-repeat; }

div.rightmenu ul li.selected, div.rightmenu ul li.back 
{
    color: #ffffff !important; 
    background: #ffffff url('../Images/bg_categorymenu_selected.gif') 0% 50% no-repeat; 
}
div#content div#inner div.rightmenu ul li.back { border-bottom: 0px none !important }

div.rightmenu ul li.selected a, div.rightmenu ul li.back a { color: #ffffff; text-decoration: none; }
div.rightmenu ul li.selected a:hover, div.rightmenu ul li.back a:hover { color: #ffffff; text-decoration: underline; }

div.attribute_filter 
{
    clear: none;    
    text-align: left; 
    /*position: absolute; */
    top: 0px; 
    left: 0px; 
    z-index: 32; 
	background: #CED0D1;
	height: 22px;
	line-height: 22px;
	border-bottom: 2px solid #ff7e00;
	z-index: 32;
}

div.attribute_filter select.filter 
{
    float: left;
    border: 1px solid #ff7e00;
    padding: 0px 0px 0px 5px;
    height: 22px;
    font-size: 12px !important;
    line-height: 22px;
}

table.products { width: 625px }
table.product_detail { width: 625px }

table.products div.separator, table.product_detail div.separator { border: 0px none; border-top: 1px dashed #ff7e00; clear: both; }
table.products div.separator { margin: 1em 10px 0em 25px }
table.product_detail div.separator { margin: 1px 0em 10px 0px }

table.products td { padding: 1em 0px 1em 0px }
table.products tr.pager td, table.product_details tr.pager td { padding: 0em 0px 1em 0px }


table.products td div.action 
{
    float: right;
    width: 90px;
    border-left: 1px solid #ff7e00;
    padding-top: 85px;
    padding-left: 8px;
    margin-right: 10px;
}

table.products td div.action a 
{
    display: block;
    width: 75px;
    height: 21px;
    background: transparent url('../Images/lnk_verdetalle.gif') top left no-repeat;
    cursor: pointer;
}

table.products td div.action a span { display: none }

table.products td div.item { float: left; width: 490px; position: relative; height: 114px; margin-left: 25px; }
table.products td div.item img { position: absolute; top: 0px; left: 0px; z-index: 8; }

table.products td div.item a 
{
    display: block;
    width: 22px;
    height: 14px;
    background: transparent url('../Images/lnk_imgplus.png') left top no-repeat;
    z-index: 10;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
table.products td div.item a span { display: none }

table.products td div.item h4.name {
    float: left;
    color: #ff7e00;
    font-size: 18px;
    /*position: absolute;
    top: 0px;
    left: 130px;
    font-weight: bold;*/
    padding-bottom: 3px;
    margin-left: 155px;
    margin-top: 0px;
    width: 330px;
    clear: right;
    margin-bottom: 0px;
}

table.products td div.item h4.name, table.products td div.item div.petname  { left: 155px }
table.products td div.item div.petname { position: absolute; line-height: 1em; bottom: 0px; }

table.products td div.item div.description 
{
    margin-left: 155px;
    /* 
    top: 20px; 
    position: absolute; 
    text-overflow: ellipsis;*/
	overflow:hidden;
    height: 5em;
    width: 330px;
    clear: left;
} 

/*table.product_detail td { padding: 0em 0px 1em 20px }*/

table.product_detail td div.big_photo { 
    width: 380px;
    height: 280px;
    /*border: 1px dotted green;*/
    float: left;
    position: relative;
    text-align: center;
    padding-top: 15px;
}
table.product_detail td div.big_photo span { 
    position: absolute;
    top: 10px;
    left: 10px;
    color: #707070;
    font-size: 35px;
    font-weight: bold;
}
table.product_detail td div.details 
{
    float: right;
    width: 225px;
    min-height: 290px;
    height: auto;
    background: #ffffff url(../Images/bg_page.gif) 0px -190px repeat-x;
    padding: 5px 10px 30px 10px;
    overflow: hidden;
    position: relative;
}
table.product_detail td div.details h4 
{
    color: #ff7e00;
    font-size: 14px;
    border-bottom: 1px solid #666666;
    padding-bottom: 2px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-top: 3px;
    clear: both;
}
table.product_detail td div.details div.small_pictures { padding-bottom: 8px; }
table.product_detail td div.details div.small_pictures div { position: relative; float: left; margin-right: 8px; }
table.product_detail td div.details div.color_pictures img { margin-right: 8px; margin-bottom: 5px;  }
table.product_detail td div.details div.small_pictures div a { text-decoration: none }
table.product_detail td div.details div.small_pictures div span 
{
    position: absolute;
    top: 1px;
    left: 2px;
    color: #707070;
    font-size: 10px;
    font-weight: bold;    
    line-height: 1em;
}

table.product_detail td div.details select.measures { width: 145px; border: 1px inset #666666; }

table.product_detail td div.details div.quantity 
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 250px;
    background: transparent url('../Images/bg_quantity_pad.gif') top left repeat-x;
    height: 24px;
    color: #ff7e00;
    /*text-indent: 6px;*/
    line-height: 24px;
    font-size: 12px;
}

table.product_detail td div.details div.quantity input.textbox { border: 1px inset #666666; width: 28px; padding: 0px; text-align: center; }
table.product_detail td div.details div.quantity input.textbox:focus { border-color: #ff7e00 }


table.product_detail td div.details div.quantity .button 
{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ff7e00 url('../Images/bg_cmdannadir.gif') top left;
    border: 0px none;
    width: 74px;
    height: 24px;
    color: #ffffff;
    text-align: left;
    text-indent: 3px;
    font-size: 10px;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
}

table.product_detail td div.description { padding-left: 20px; padding-bottom: 15px; }

table.product_detail td div.description h3 
{
    color: #ff7e00;
    font-size: 17px;
    padding: 2px 0px;
    font-weight: bold;
}
table.product_detail td div.description p { margin: 0.8em 0em }

fieldset.research { margin: 2em }
fieldset.research label { font-weight: bold; color: #333333; }
fieldset.research .textbox { border: 1px inset #666666 }
fieldset.research .textbox:focus { border-color: #ff7e00 }
fieldset.research .button { background-color: #ff7e00; border: 1px solid #ff7e00; color: #ffffff; font-weight: bold; }
fieldset.research .button:hover { border-color: #ff7e00; border-style: outset; }


div#cart_body 
{
    border: 1px solid #ACACAC;
    border-top: 1px solid #D0B499;
    background: #ffffff url('../Images/bg_contactpad.gif') top left repeat-y;
    text-align: center;
}    

table.cart { 
    width: 100%; 
    border: 1px solid #999999;
    width: 90%;
    margin: 0px auto;
}
table.cart td { height: 100% }
table.cart div.item { margin: 3px }


table.cart div.info_pad, table.cart div.actions_pad  
{
    background: #fafafa url('../Images/bg_cartitem.gif') bottom left repeat-x; 
    height: 160px;
    margin-bottom: 3px;
}
table.cart div.image 
{
    float: left;
    height: 160px;
    line-height: 160px;
    width: 200px;
    text-align: center;
}
table.cart div.image img { border: 1px outset #dd0000; clear: none; vertical-align: middle; margin-top: 10px; }    


table.cart div.info_pad 
{
    float: left;   
    width: 165px;
    clear: none;
}
table.cart div.actions_pad { float: right; clear: none; width: 280px; }

table.cart div.info_pad span.title
{
    padding: 5px 0px;
    background-color: #ff7e00;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 165px;
    float: left;
}
table.cart div.info_pad ul { margin-top: 7px; margin-left: 5px; } 

table.cart div.actions_pad span.label, table.cart div.actions_pad label 
{
    background-color: #ff7e00;
    display: block;
    height: 46px;
    clear:none;
    width: 62px;
    margin-right: 5px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
}
table.cart div.actions_pad span.data 
{
    line-height: 46px;
} 
table.cart div.actions_pad input.textbox { margin-top: 15px; text-align: center; } 

table.cart div.actions_pad  div.separator { clear: both; border-top: 1px dashed #ff7e00; margin: 1px 1px 2px 66px;  }

table.cart div.actions_pad div#buttons { margin-left: 66px; padding-top: 10px; }

table.cart div.actions_pad div#buttons .button { background-color: #ff7e00; border: 1px solid #ff7e00; color: #ffffff; font-weight: bold; }
table.cart div.actions_pad div#buttons .button:hover { border-color: #ff7e00; border-style: outset; }

div#cart_form { width: 90%; margin: 2em auto; position: relative; }

div#cart_form div.field_line { text-align: left }
div#cart_form div.field_line label, div#cart_form div.field_line div.label { width: 180px; text-align: right; }

div#cart_form input.textbox, div#cart_form textarea { width: 280px }

div#cart_form div.button_pad, div#cart_form div.empty_button_pad  { float: left; left: 490px; position: absolute; text-align: left; }
div#cart_form div.button_pad { bottom: 0px; }
div#cart_form div.empty_button_pad { top: 94px; } 

div#cart_form div.button_pad .button 
{
    font-weight: bold;
    border: 0px none;
    color: #333333;
    background: #f0f0f0 url('../Images/bg_button_standby.gif') top left;
    width: 60px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
    padding-bottom: 3px;
} 

div#cart_form :focus { border-color: #ff7e00 }

div#cart_form div.empty_button_pad .button { background-color: #ff7e00; border: 1px solid #ff7e00; color: #ffffff; font-weight: bold; }
div#cart_form div.empty_button_pad .button:hover { border-color: #ff7e00; border-style: outset; }

div#cart_form div.empty_button_pad .button
{
    display: block;
    width: 85px;
    padding: 1px 30px 2px 8px;
    line-height: 1.2em;
}
div#cart_form div.empty_button_pad .button span 
{
    display: block;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    background-color: #ff0000;
    position: absolute; 
    top: 4px;
    right: 5px;
    padding: 4px 4px 8px 4px;
}

div#cart_form div.empty_button_pad a { text-decoration: none }

fieldset.recover, fieldset#login 
{
    border: 1px outset #999999;
    text-align: left;
    padding: 20px;
    border: 1px solid #ACACAC;
    border-top: 1px solid #D0B499;
    background: #ffffff url('../Images/bg_contactpad.gif') -350px 0px repeat-y;   
}

fieldset#login { width: 320px; margin: 10px auto; }

fieldset#login legend, fieldset.recover legend 
{
    font-size: 14px;
    font-weight: bold;
    background-color: #ff7e00;
    padding: 3px 5px;
    color: #ffffff;
}

fieldset#login label { width: 90px }
fieldset#login div.field_padded { margin-left: 90px } 
fieldset#login .checkbox { position: relative; top: 3px; } 

fieldset#login .button, fieldset.recover .button { background-color: #ff7e00; border: 1px solid #ff7e00; color: #ffffff; font-weight: bold; }
fieldset#login .button:hover, fieldset.recover .button:hover { border-style: outset }

fieldset.recover a, fieldset#login a { color: #ff7e00; text-decoration: none; }
fieldset.recover a:hover, fieldset#login a:hover { text-decoration: underline }


div#content div#inner h2.recover
{
	font-size:20px;
	font-weight: bold;
	color: #FF7E00;
	margin: 35px 0px 25px 25px;
	text-align: left;
}

fieldset.recover { margin: 10px 25px }
fieldset.recover p { margin-bottom: 1.5em }
fieldset.recover .textbox { border: 1px inset #666666; width: 140px; padding: 1px 0px 1px 0px; margin-left: 7px; }
fieldset.recover .textbox:focus { border-color: #ff7e00 }
fieldset.recover p a, div#contact_pad a { color: #ff7e00; text-decoration: none; }
fieldset.recover p a:hover, div#contact_pad a:hover { text-decoration: underline }
   

/* ===================================== round corners AKA "g**gle box" */
div.message_box {
    width: 60%;
    text-align: center;
    margin: 0px auto 15px auto;
	padding-top: 15px;
}

div.home_message_content {
    background-color: #44bb44; /*#FAD163;*/
    color: #ffffff;
    font-size: 120%;
	border-collapse: collapse;
	overflow: hidden;
}

div.home_message_content a { color: #444455; font-size: 0.8em; cursor: pointer; text-decoration: underline; }

.round_corners{display:block}

.round_corners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background: #44bb44;
}

.round_corners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  /*border-left:1px solid #6b716b;
  border-right:1px solid #6b716b;*/
  background:#44bb44;
  width: auto
}

.round_corners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  /*border-left:1px solid #192219;
  border-right:1px solid #192219;*/
  background:#44bb44;
  width: auto
}

.round_corners3{
  margin-left:1px;
  margin-right:1px;
  /*border-left:1px solid #caccca;
  border-right:1px solid #caccca;*/
  width: auto
}

.round_corners4{
  /*border-left:1px solid #6b716b;
  border-right:1px solid #6b716b;*/
  width: auto
}

.round_corners5{
  /*border-left:1px solid #bbbebb;
  border-right:1px solid #bbbebb;*/
  width: auto
}

.round_cornersfg{
  background:#ffffff;
  width: auto
}

/* offline/standby site */

div#disabled_site 
{
    background-color: #ff7e00;
	border: 1px solid #D6D6D6;
	min-height: 400px;
	height: auto;
	width: 700px;
	padding: 20px 50px;
	position: relative;
}

div#disabled_site h1 {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	display: block;
	width: 155px;
	height: 97px;
	background: transparent url('../Images/logo_wait.gif') top left no-repeat;
	z-index: 1;
}
div#disabled_site h1 span { display: none }

div#disabled_site p 
{
    margin: 60px auto auto auto;
    color: #ffffff;
    font-size: 110%;
}

div#disabled_site img 
{
    position: absolute;
    left: 400px;
    top: 370px;
}

table.product_detail div.pager 
{
    text-align: right;
    position: relative;
    top: 0px;
    z-index: 31;
    color: #333333;
    font-size: 12px;
    line-height: 15px;
}
table.product_detail div.pager span.counter { color: #333333 }
table.product_detail div.pager a, table.product_detail div.paginator span.text
{
    color: #ff7e00;
    text-decoration: none;
}
table.product_detail div.pager a:hover { text-decoration: underline }

table.product_detail div.pager .textbox,
div.category_padder table div.pager input.textbox { border: 1px inset #666666; text-align: center; width: 20px; padding: 0px; font-size: 12px; margin-left: 7px; }
table.product_detail div.pager .textbox:focus,
div.category_padder table div.pager input.textbox:focus { border-color: #ff7e00 }
table.product_detail div.pager .button,
div.category_padder table div.pager input.button 
{
    background: transparent url('../Images/bg_pagerbutton.gif') 0px 3px no-repeat; 
    border: 0px none; 
    color: #333333; 
    width: 22px;
    height: 18px;
    cursor: pointer;
    margin-right: 7px;
}

div#content div#inner table.products div.pager 
{
    /*position: absolute;
    top: 0px;
    left: 340px;
    z-index: 31;*/
    text-align: right;
    padding-right: 10px;
}
div#content div#inner table.products div.pager div.controls { position: relative; z-index: 32; }

div#content div#inner table.products tr.pager td div.pager, 
div#content div#inner table.product_detail td div.pager 
{
    position: absolute;
    top: 0px;
    left: 400px;
    z-index: 31;
    float: right;
}
div#content div#inner table.product_detail td div.pager { left: 403px }

div#content div#inner table.products div.pager span.counter { color: #333333 }
div#content div#inner table.products div.pager a, div#content div#inner table.products div.pager span.text
{
    color: #ff7e00;
    text-decoration: none;
}
div#content div#inner table.products div.pager a:hover { text-decoration: underline; cursor: pointer; }

div#content div#inner table.products div.pager .textbox,
div.category_padder table div.pager input.textbox { border: 1px inset #666666; text-align: center; width: 20px; padding: 0px; font-size: 12px; margin-left: 7px; }
div#content div#inner table.products div.pager .textbox:focus,
div.category_padder table div.pager input.textbox:focus { border-color: #ff7e00 }
div#content div#inner table.products div.pager .button,
div.category_padder table div.pager input.button 
{
    background: transparent url('../Images/bg_pagerbutton.gif') 0px 3px no-repeat; 
    border: 0px none; 
    color: #333333; 
    width: 22px;
    height: 18px;
    cursor: pointer;
    margin-right: 7px;
}



/* Pagina de error */

div#error_inner 
{
    padding: 17px;
    line-height: 1.5em;
    text-align: left;
}

div#error_inner h2 
{
    color: #ff7e00;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 2px solid #CED0D1;
    padding: 5px 1px;
    text-transform: capitalize;
    text-align: left;
}

div#error_inner ul 
{
    margin-top: 2em;
    
}

div#error_inner ul li a { color: #ff7e00; text-decoration: none; }
div#error_inner ul li a:hover { text-decoration: underline }

/* Cambios para Version 1.5 */

table.product_detail td div.details table.sizes tr td, 
table.product_detail td div.details table.sizes tr th 
{
    text-align: center; 
    border-bottom: 1px solid #333333;
    padding: 2px 0px; 
}

table.product_detail td div.details table.sizes tr td { font-size: 12px }

/* 
table.product_detail td div.details table.sizes tr td.medida { text-transform: lowercase } */

table.product_detail td div.details table.sizes tr th { padding: 0px 0px 2px 0px }

table.product_detail td div.details table.sizes tr th { color: #ff7e00 }
table.product_detail td div.details table.sizes tr td input.textbox { border: 1px inset #666666 }
table.product_detail td div.details table.sizes tr td input.textbox:focus { border-color: #ff7e00 }

/* resolviendo regresiones en la pagina de resultados de busqueda */
    
div.search_results table.products tr td { padding-top: 0px }

div.search_results table.products tr td div.item, div.search_results table.products tr td div.action { margin-top: 1em }

div.search_results table.products td div.item h4.name,
div.search_results table.products td div.item div.description { margin-left: 220px }
div.search_results table.products td div.item div.petname { left: 220px } 

