
/***  Skin Styles  ***/

body			{ color: #595959; } /* default font color */
#Wrapper, body	{ background: #2D1709 url("images/skins/skin-5/bodyBg.jpg") repeat-x 50% 0; }	/* background color/graphic */

/* logo */

#Logo		{ margin-top: -75px; margin-left:20px; }
#Logo a		{ background-image: url("images/skins/skin-5/logo.png"); }
.logoMark	{ background-image: url("images/skins/skin-5/logoSymbol-small.png"); }	
	
/* links and menus */

a, a:link, a:visited							{ color: #1C8DC4; }	/* default links */
a:hover, a:active								{ color: #096f15; }	/* default hover */

.ribbon span a:link, .ribbon span a:visited 	{ color: #fff; }	/* ribbon links (wrap around graphic)  */
.ribbon span a:hover, .ribbon span a:active 	{ color: #65C1E9; }	/* ribbon hover */

#Footer a:link, #Footer a:visited,
#ContentPanel a:link, #ContentPanel a:visited	{ color: #2EB4E0; }	/* dark backgrounds */
#Footer a:hover, #Footer a:active,
#ContentPanel a:hover, #ContentPanel a:active	{ color: #F3D178; }	/* dark backgrounds, hover */
#Copyright a, #Copyright a:visited				{ color: #F3861B; }	/* copyright container links */
#Copyright a:hover, #Copyright a:active			{ color: #fff; }	/* copyright container links */

/* main menu */

#MenuWrapper	{ height: 77px; }
#MainMenu		{ background: transparent url("images/skins/skin-5/menuBg.jpg") repeat-x 100% 0; 	/* background through menu ( must adjustment to menu size) */
				  right: 2px;
				  top: -35px;
				  padding-top: 15px;}
#MmLeft			{ background-image: url("images/skins/skin-5/mainMenu-left.png"); }		/* menu background graphics */
#MmRight		{ background-image: url("images/skins/skin-5/mainMenu-right.png"); }
#MmBody			{ background-image: url("images/skins/skin-5/mainMenu-repeat.png"); }
.mmDivider		{ background-image: url("images/skins/skin-5/mainMenu-divider.gif"); }

#MainMenu a:link, #MainMenu a:visited								{ color: #DFC6AA; }			/* links - top level */
#MainMenu a:hover, #MainMenu a:active								{ color: #fff; }			/* hover - top level */
#MainMenu li li a:link, #MainMenu .sf-menu li li a:visited 			{ color: #fff; }			/* links - sub-menus  */
#MainMenu .sf-menu li li											{ background: #917D64; }	/* background color - sub-menus */
#MainMenu .sf-menu li li li											{ background: #84725B; }	/* background color - sub-sub-menus */
#MainMenu .sf-menu li li:hover, #MainMenu .sf-menu li li.sfHover, 
#MainMenu .sf-menu li li a:focus, #MainMenu .sf-menu li li a:hover, 
#MainMenu .sf-menu li li a:active									{ background: #9F8C75; color: #fff;}	/* hover - sub-menus */
#MainMenu .sf-menu li a {padding:20px 6px;}
#MainMenu .sf-menu li strong {color:#ff8000;font-weight:normal}

/* headings */

.title, .title strong {font-size:17px;font-weight:normal}
h1, h2, h3, h4, h5, h6, .headline, .title, 
.ribbon span, #fancy_title div							{ color: #7e7e7e; }	/* default headings color */
.headline												{ color: #696969; }	/* headlines (page titles, etc) */
.headline a { color: #696969; }
.headline a:hover { color:#1C8DC4;border-bottom:1px solid }	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, 
h6 strong, .headline strong, .title strong 				{ color: #0d7607; }	/* headline accent (added using <strong>inside</strong> heading) */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, 
.headline span, .title span								{ color: #696969;}	/* sub-heading text (added using <span>inside</span> heading */	
#Footer h1, #Footer h2, #Footer h3, #Footer h4, 
#Footer h5, #Footer h6, #ContentPanel h1, 
#ContentPanel h1, #ContentPanel h2, #ContentPanel h3, 
#ContentPanel h4, #ContentPanel h5, #ContentPanel h6	{ color: #ffffff;} 	/* headings on dark/color background areas */
#ContentPanel h1 span, #ContentPanel h2 span, 
#ContentPanel h3 span, #ContentPanel h4 span, 
#ContentPanel h5 span, #ContentPanel h3 span, 
#ContentPanel.headline span, #ContentPanel.title span	{ color: #ffffff;} 	/* sub-heading text on dark/color background areas */
#cluetip h3												{ color: #ffffff; }	/* tool tip titles */

/* other text */

.ribbon span 						{ color: #ffffff; }	/* ribbon text (wrap around graphic) */
#Footer, #ContentPanel, #cluetip	{ color: #F5F2EB; }	/* text on dark/color background areas */
#Copyright							{ color: #B49C67; }	/* text in copyright container */

/* forms and inputs */

input 					{ color: #000; }	/* input text color */
textarea, .textInput 	{ background-color: #E2DFD9; background-image: url("images/skins/skin-5/inputBg.gif");	/* input background */
						  border-color: #C5C0B8 #fff #fff #C5C0B8;}	/* input border color */
select.textInput {color: #988F81;}
label.overlabel			{ color: #988F81; }	/* text input labels */

/* image containers & pagination */

a.img, div.img, .pagination a		{ border: 1px solid #CBC5B6; background: #fff;}						/* default container with class="img" */
a.img img, div.img img 				{ border: 1px solid #f3f3f3; }										/* inner image border for default container */
a.imgHover, .pagination a.current	{ background-color: #CBC5B6; border-color: #B7AE99; color: #fff; }	/* hover effect - container */
a.img:hover img						{ border-color: #fff; }												/* hover effect - image */

/* design structure */

.pageTop			{ background-image: url("images/skins/skin-5/pageBg-top.png"); }		/* page top */
.pageBottom			{ background-image: url("images/skins/skin-5/pageBg-bottom.png"); }	/* page bottom */
#Header, .pageMain	{ background-image: url("images/skins/skin-5/pageBg-repeat.png"); }	/* repeating page graphic */
#FooterTop			{ background-image: url("images/skins/skin-5/footerBg-top.png"); }	/* footer top */
#FooterContent		{ background-image: url("images/skins/skin-5/footerBg-repeat.png"); }	/* repeating footer graphic */
#FooterBottom		{ background-image: url("images/skins/skin-5/footerBg-bottom.png"); }	/* footer bottom */
#Footer .one-third, #Footer .two-thirds, #Footer .half-page
					{ background-image: url("images/skins/skin-5/footerBg-verticalRule.gif"); }	/* footer - content dividers */	
#ContentPanel 		{ background: #3C251A; border-bottom-color: #A6674F; } /* top reveal - hidden top content area */

/* search */

#Search { background-image: url("images/skins/skin-5/search-bg.gif"); margin-top: -1px; }

/* slide show - default, jQuery cycle plugin */

#SlideTop		{ background-image: url("images/skins/skin-5/pageBg-slideTop.png"); }		/* top graphic for rounded corners */
#SlideRepeat	{ background-image: url("images/skins/skin-5/pageBg-slideRepeat.png"); }	/* edges to create slide frame */
#SlideBottom	{ background-image: url("images/skins/skin-5/pageBg-slideBottom.png"); }	/* bottom for curved border */
#Slides			{ background: #F5F2EB; }	/* background color (should match page if using transparent images) */
a.slidePrev, span#fancy_left_ico		{ background-image: url("images/skins/skin-5/slide-previous.png"); }	/* previous slide button */
a.slideNext, span#fancy_right_ico		{ background-image: url("images/skins/skin-5/slide-next.png"); }		/* next slide button */
#slidePager a, #slidePager a:visited	{ background-image: url("images/skins/skin-5/slide-pager.png"); }		/* jump to slide  */

/* slide show - cu3er */

#Slideshow-cu3er { background-image: url("images/skins/skin-5/pageBg-repeat.png");}	/* repeat background behind cu3er (not shadow) */
	
/* slide show - GalleryView */

#SlideShow-GalleryView { background-image: url("images/skins/skin-5/pageBg-repeat.png");}
#GalleryView .pointer { border-bottom-color: #F5F2EB; } /* up arrow color, should match page background color */

/* ribbon elements (wrap around) */

.ribbon .wrapAround	{ background-image: url("images/skins/skin-5/ribbon-wrap.png"); }	/* ribbon edge (wrap around, changes on scroll) */
.ribbon .tab		{ background-image: url("images/skins/skin-5/ribbon.png"); }		/* ribbon main section */

/* side navigation menu */

.sideNavWrapper	{ background-image: url("images/skins/skin-5/side-navigation-repeat.gif"); }			/* side navigation bakdground */
.sideNavBox-1	{ background-image: url("images/skins/skin-5/side-navigation-top.gif"); }				/* side navigation - top */	
.sideNavBox-2	{ background-image: url("images/skins/skin-5/side-navigation-bottom.gif"); }			/* side navigation - bottom */
.sideNav li a 														{ border-bottom: 1px dotted #DBDBDC;}	/* side navigation links - bottom border */
.sideNav li.currentPage, .sideNav li.current-cat, .sideNav li.current_page_item 	{ background-image: url("images/skins/skin-5/side-navigation-active.gif"); }	/* side navigation - current page marker */
.sideNav li.currentPage	a,
.sideNav li.currentPage a:link, .sideNav li.currentPage a:visited,
.sideNav li.currentPage a:hover, .sideNav li.currentPage a:active,
.sideNav li.current-cat	a,
.sideNav li.current-cat a:link, .sideNav li.current-cat a:visited,
.sideNav li.current-cat a:hover, .sideNav li.current-cat a:active,
.sideNav li.current_page_item a,
.sideNav li.current_page_item a:link, .sideNav li.current_page_item a:visited,
.sideNav li.current_page_item a:hover, .sideNav li.current_page_item a:active		{ color: #2C2C2C; border-bottom: 1px solid #fff; }	/* side navigation - current page link */

/* quote */

.quote 							{ background-image: url("images/skins/skin-5/quote-small-repeat.gif"); }	/* quote - background */
.quote .quoteBox-1				{ background-image: url("images/skins/skin-5/quote-small-top.gif"); }		/* quote - top */
.quote .quoteBox-1 .quoteBox-2	{ background-image: url("images/skins/skin-5/quote-small-bottom.gif"); }	/* quote - bottom */
.quote p						{ color: #000; }	/* quote - text */
.quoteAuthor p.name				{ color: #000; }	/* quote - author name */

/* button styles */

button.btn		{ background-image: url("images/skins/skin-5/button-sprite.gif");}	/* button background - sliding doors side 1 */
button.btn span	{ background-image: url("images/skins/skin-5/button-sprite.gif"); 	/* button background - sliding doors side 2 */
				  color:#fff;																/* text color */
				  text-shadow: -1px -1px #A73210;}											/* text shadow */
button.btn:hover span, button.btnHover span { color: #fff; text-shadow: 1px 1px 1px #333; }	/* hover text */
.darkBg button.btn, .darkBg button.btn span, #Footer button.btn, #Footer button.btn span,
#ContentPanel button.btn, #ContentPanel button.btn span { 
	background-image: url("images/skins/skin-5/button-sprite-dark.gif"); }			/* buttons on dark backgrounds */
	
/* other */

.hr { background-image: url("images/skins/skin-5/hr-bg.gif"); }
.anuncie {float:right;margin-right:20px;}

.blogroll {margin:0;padding:0;}
.blogroll li {list-style:none;background:none;width:260px;height:100px;float:left;margin:5px;padding:0;border:1px solid #ddd}
.widget_text h1.title {color:#696969}

.two-thirds p > a{text-align:right}

#edicaoOnline {display:none}

.showcase-area-right {width:345px;float:right}
.albumHome {float:left;margin-top:10px;margin-left:-40px;*margin-left:-100px;}
.albumHome .iconShop {width:128px;height:128px;}
.albumHome .iconShop {margin:0;}

#albumHome {float:left;width:240px;margin-top:10px;}

#text-2 {padding: 5px 0 0 0;margin-top:14px;}
.guiaHome {width:320px;float:left;}
.guiaHome h1.title {text-indent:-999px;display:block;width:159px;height:40px;background:url('images/textoGuia.png') no-repeat;margin-left:-20px;margin-top:-10px}


#text-4 {padding: 10px 0 0 0;height:120px}
.iconEdicaoOnline {float:left;margin-left:6px;width:90px;height:115px}
.iconGuia {float:left;margin:10px 16px 0 0;width:90px;height:88px}
.iconShop {float:left;margin:10px 16px 0 0;width:70px;height:90px}
#text-4 .textwidget {width:250px}



.iconEdicaoOnline {float:left;margin-left:6px;width:90px;height:115px}
#text-4 .textwidget {width:250px}
#Showcase .two-thirds {width:520px;}
#FooterContent .one-third {height:140px}
#FooterContent .contentArea {background: url("//www.mundoequestre.com.br/logoMeq.png") no-repeat right top;}
#Footer h3 {font-size: 14px;}
#CommentForm label.error { display: none; }
#Footer .horizList {margin-top:34px}
.randimg {width:75px;height:75px;float:left;}
#pflickr-box li {list-style:none;background:none;display:inline-table;margin:4px;padding:0;}

.wallPapers h2 {margin:0;padding:0;}
.wallPapers img {vertical-align:bottom}
.wallPapers {margin:0 10px;}
.wallPapers li {list-style:none;background:none;display:inline-table;margin:4px;width:430px;padding:0;border-bottom:2px solid rgb(230,230,230);margin:0 10px 20px 10px;height:200px}
.wallPapers p a{float:left;margin:0 5px 0 0}
.wallP {padding:0 20px}

.lojaVirtual {margin:0 10px}
.lojaVirtual li {list-style:none;background:none;display:inline-table;margin:4px;width:430px;padding:0;border-bottom:2px solid rgb(230,230,230);margin:0 10px 20px 10px;height:200px}
.floatLeft {float:left;}
.lojaVirtual p a{float:left;margin:0 5px 0 0}
.lojaVirtual .clear {clear:both;float:none;margin:0;}
.lojaVirtual form {float:right}
.lojaVirtual h3 a {color:#7e7e7e}
.alignleft {float:left;margin:0 10px 0 0}

.tamanho {margin:0;padding:0;}
.tamanho li {display:inline-table;background:none;margin:0 5px 0 0;padding:0}

.formPagSeguro{clear:both;float:right}

#ulRevistas {padding:0;margin:0;}
#ulRevistas li {background:none;margin:0 0 10px 0;list-style:none;display:inline-table;clear:both;width:580px;}
#ulRevistas h4 {margin:0;padding:0;}

#ulRevistas li {background:none;margin:0 0 10px 0;list-style:none;display:inline-table;clear:both;width:580px;border-bottom:2px solid rgb(230,230,230);padding:0 0 20px 0;}
#ulRevistas h4 {margin:0;padding:0;}
#ulRevistas form {float:right}
#ulRevistas form input{background:url('images/cart_add.png') no-repeat center;border:0;width:32px;height:32px;cursor:pointer;}


.lastnews_widget {background:url('images/phone.png') no-repeat ;width:230px;height:360px;padding: 40px 30px 50px 12px;margin-top:30px;}
#lastnews-1 {width:235px;height:280px;overflow:hidden;margin: 16px 0 0 0}
#lastnews-1 ul {width:2400px;height:200px;}
#lastnews-1 h4 {text-align:center;}
#lastnews-1 p {text-align:center}
#lastnews-1 li {display:block;float:left;width:220px;margin:0 20px 0 0;padding:10px;height:270px;overflow:hidden;background:none;list-style:none;}
#lastnews-1 img {margin:0 auto 10px 0;}
.lastnews_widget .controles {padding:0;text-align:center;margin:30px 0 0 20px;}
.controles a {height:32px;display:block;width:50px;float:left;margin:0 26px}
.controles .prev {background:url('images/prev.png') bottom;}
.controles .prev:hover {background:url('images/prev.png');}
.controles .next {background:url('images/next.png') bottom;}
.controles .next:hover {background:url('images/next.png');}


#galeriaAlbuns li {list-style:none;display:inline-table;background:white;padding:10px 10px 10px 10px;text-align:center;-moz-box-shadow: rgba(0,0,0, .5) 0px 0px 10px;-webkit-box-shadow: rgba(0,0,0, .5) 0px 0px 10px;box-shadow: rgba(0,0,0, .5) 0px 0px 10px;margin:0 10px 30px 10px; zoom: 1;filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);}
#galeriaAlbuns img {margin-bottom:10px}
#galeriaAlbuns h4 {margin:0;padding:0;width:266px;text-align:center;}


.divSorteado {padding:119px 30px 17px 17px;background:url("images/divSorteado.png") no-repeat;width:390px;height:138px;margin-top:40px;}
.divSorteado img {float:left;margin:0 10px 0 0}
.divSorteado h4{margin-top:16px}

.ui-state-default,.ui-widget-content .ui-state-default{border:1px solid #4A4A4A;color:#4A4A4A;font-weight:700;outline-style:none;outline-width:medium;}
.ui-slider{position:relative;text-align:left;}
.ui-widget-content{background:#eee;border:1px solid #ddd;color:#333;}
.ui-slider-horizontal .ui-slider-handle{background:transparent url(images/icons/slider-handle.gif) no-repeat 0 0;height:18px;margin-left:-13px;top:-6px;width:27px;}
.ui-slider .ui-slider-handle{cursor:default;position:absolute;z-index:2;}
.ui-slider-horizontal{background:#343434;border-color:#4A4A4A;height:8px;}
#SkinSlider .ui-state-hover,#SkinSlider .ui-state-active,#SkinSlider .ui-state-focus{border-color:#8A8A8A;}
#SkinPreviewWrapper{height:428px;margin:0 0 1em;position:relative;}
#SkinPreview{height:298px;overflow:hidden;width:247px;}
#SkinPreviewOverlay{background:transparent url(images/content/skin-changer/skin-changer-overlay.png) no-repeat 0 0;height:428px;position:absolute;top:0;width:273px;z-index:29;}
#SkinScreenShots{left:13px;position:absolute;top:42px;}
#SkinPreviewWrapper h4{color:#ccc;position:relative;text-align:center;top:19px;z-index:30;}
#SkinPreviewWrapper #SkinSliderHelpText{bottom:12px;color:#888;font-size:.9em;position:absolute;text-align:center;width:273px;z-index:30;}

.ultimaNew p {padding:0;margin:0 0 10px 0;}
.ultimaNew h1 {margin:0 0 10px 0;padding:0;}

.tab span small {font-size:12px;}

.gallery {margin: auto;}
.gallery .gallery-item {float: left;margin-top: 10px;text-align: center;width: 33%;}
.gallery img {border: 2px solid #cfcfcf;}
.gallery .gallery-caption {margin-left: 0;}

.gallery_quadros {list-style:none;background:none;padding:0;margin:0;}
.gallery_quadros li {list-style:none;padding:0;margin:5px;display:inline-table;}

.galOpt {position:absolute;width:90px;height:40px;text-align:right;border:0;margin:8px 0 0 70px;display:none;}
.galOpt img {border:0;}


#sendMail {display:none;position:fixed;width:440px;height:260px;left:50%;top:50%;margin: -120px 0 0 -220px;border:6px solid #666;z-index:4500;background:white;padding:40px;}
#sendToMail {display:block;width:100%;height:100%;background:white;}
#sendToMail textarea, #sendToMail input {width:200px;display:block;clear:both;}
#sendToMail textarea {height:100px}
#sendToMail .left {width:240px;float:left;}
#sendToMail .right {width:200px;float:left}
#sendToMail p {text-align:center}

.div_left {width:400px;float:left;}
.div_left form {padding:20px 0 0 20px;margin:0 20px}
.form_padrao  {}
.div_right  {width:400px;float:right;padding:20px 0 0 20px;margin:0 20px}
.div_right textarea {width:350px;}
.div_left ul {list-style:none;background:none}
.div_left li {list-style:none;background:none}
.aligncenter {text-align:center}

.participe {width:400px;display:block;float:left;clear:left;margin:20px 0 0 20px;text-align:center}
.forceright {float:right !important}

.guia4Patas select {width:270px;margin:0 10px}

.guia4_listaCategorias li {list-style:none;background:none;display:inline-table;}
.guia4_listaCategorias a {color:rgb(100,180,0)}
.guia4_listaCategorias a:hover {color:rgb(10,80,0)}

.guia4_listaServicos li {list-style:none;background:none;}
.guia4_listaServicos h4 {margin:20px 0 0 10px}
.guia4_listaServicos div {display:none;margin-bottom:10px}

.mercadoEquestre .separaTor {width:230px;border-bottom:1px solid #ccc;margin-bottom:20px;}
.mercadoEquestre .separaTorFull {width:100%;margin-top:20px;border-bottom:1px solid #ccc;margin-bottom:20px;}
.mercadoEquestre h2 {font-size:30px;color:#096f15;margin-left:22px;margin-bottom:0;}
.mercadoEquestre h3 {font-size:18px;color:#096f15;padding-top:3px}
.mercadoEquestre .imgsMercadoEquestre a {margin:10px 3px 0 0}
.mercadoEquestre .imgsMercadoEquestre img {width:100px;height:100px}
.mercadoEquestre .imgsMercadoEquestre a.last {margin-right:0;}
.mercadoEquestre h3 strong {color:#888888;font-weight:normal}
#imgMain  {min-height:280px;width:425px;overflow:hidden;}
#imgMain img {width:410px}

.fotoResp img {width:110px}
.mercadoCategorias {clear:both;height:40px;text-align:center}
.mercadoCategorias a {display:block;background:url("images/mercado-botaoSmall.png") no-repeat center;text-align:center;padding:10px 8px 0 5px;float:left;width:90px;height:30px;color:white;text-decoration:none}
.two-thirds  .mercadoCategorias a {display:block;background:url("images/mercado-botaoSmall.png") no-repeat center;text-align:center;padding:10px 8px 0 5px;float:left;width:90px;height:30px;color:white;text-decoration:none}
.mercadoCategorias br {display:none}

#mercado-destaques {background:url("images/texturabg-mercado.jpg") repeat-x center;width:930px}
#mercado-destaques li {background:url('images/mercado-bgli.png') no-repeat center;width: 190px;height:310px;padding:8px 20px 0 20px;display:block;margin:0;float:left;}
#mercado-destaques li:first-child {margin-left:5px}
#mercado-destaques li strong a {Color:white;font:bold 16px Verdana;text-align:center;width:100%;display:block;width:190px;overflow:hidden;height:17px}
#mercado-destaques li a.foto {margin:30px 0 0 0;display:block;text-align:center}
#mercado-destaques li p {font:14px Verdana;margin: 26px  0 0 16px}
#mercado-destaques li p.name {width:190px;}
#mercado-destaques li a {color:gray}
#mercado-destaques li a:hover {color:#1d1d1d}
#mercado-destaques li.sold p{background:url("images/mercado-sold.png") center right no-repeat;min-height:53px;}

.mercadoEquestreCapa h3 {clear:both;display:block;margin-left:26px;margin-top:50px;color:gray;font-size:22px}
.mercadoEquestreCapa h3:first-child{margin-top:0;}
.mercadoEquestreCapa ul{margin-bottom:30px;display:table;}
#mercado-recentes {background:url("images/recentes-texturabg-mercado.jpg") repeat-x center;width:910px;overflow:hidden;height:200px;display:block;padding-left:20px;}
#mercado-recentes li {background:url('images/mercado-bglismall.png') no-repeat center;width:180px;height:200px;display:block;float:left;margin:0 15px 0 25px;padding:20px 0 0 0}
#mercado-recentes li.escondido {display:none}
#mercado-recentes li strong {Color:white;font:bold 14px Verdana;text-align:center;width:100%;display:block;}
#mercado-recentes li a {color:white}
#mercado-recentes li a:hover {color:#1d1d1d}
#mercado-recentes li a.foto {margin:14px 0;display:block;text-align:center;}
#mercado-recentes img {width:100px}
#mercado-recentes p {text-align:center}
#mercado-recentes li .sold {background:url("images/mercado-sold.png") no-repeat;width:72px;height:53px;position:absolute;margin:30px 0 0 100px}
#mercado-recentes #next {background:url("images/slide-next.png") 0 64px;display:block;width:51px;height:64px;position:absolute;z-index:10;margin:70px 0 0 874px}
#mercado-recentes #prev {background:url("images/slide-previous.png") 0 64px;display:block;width:51px;height:64px;position:absolute;z-index:10;margin:70px 0 0 -34px}
#mercado-recentes a.inactive {background-position:0 0  !important;}

.tabela {margin-bottom:20px;border:1px solid #ccc;width:350px;font-size:15px;background:#f7f6f5}
.tabela tbody .head {font-weight:bold;}
.tabela thead tr {background:url("images/bg-verde.jpg") right;text-align:left;}
#ficha thead tr {background:url("images/bg-amarelo.jpg") right}
#sobre thead tr {background:url("images/bg-verde-escuro.jpg") right}
#responsavel thead tr {background:url("images/bg-magenta.jpg") right}
#responsavel tr {border:none}
#responsavel td {vertical-align:middle;font-size:14px;padding:0;}
#responsavel td.foto {padding:5px 0 5px 5px}
#responsavel .right {font-weight:bold}
#sobre tbody td {padding:10px}
.tabela thead th {padding-left:6px;height:25px;padding-top:3px;}
.tabela tr {border:1px solid #ccc}
.tabela td {padding:6px 0 0 11px;height:22px;vertical-align: bottom}

.sobreAnimal p {margin-top:1em}
.tabela h3 {margin:0;color:white;}
#ficha .preco {font-size:20px}
.tabela .right{text-align:right;float:none;width:90px}
#resultados td {border-left:1px solid #ccc}

.fb {padding:40px;margin-top:10px}

#archiveMercado {width:100%}
#archiveMercado thead {background:url("images/mercado-lista-bg-head.jpg") repeat-x;color:#8c8a87;font-weight:bold;font-size:15px}
#archiveMercado th {padding:5px;letter-spacing:1px;border:1px solid #ccc;}
#archiveMercado td {border:1px solid #ccc;font-weight:bold}
#archiveMercado a.name {font-size:19px;display:block;float:left;margin:-14px 10px 10px 10px;clear:both;}
#archiveMercado .preco {font-size:19px;color:#1c8dc4;float:left;margin:20px 0 0 0;}
#archiveMercado .info {font-size:19px;float:right;margin:10px 30px 0 0;border-left:1px solid #ccc;height:50px;}
#archiveMercado .info a {color:#fa1414;margin:12px 0 0 20px;display:block}
#archiveMercado > tr, #archiveMercado td {vertical-align:middle;text-align:center;}
#archiveMercado > tbody > tr > td {padding:10px 0 }

#archiveMercado .headerSortUp {
background-image: url('images/asc.gif') !important;
}
#archiveMercado .headerSortDown {
background-image: url('images/desc.gif') !important;
}
#archiveMercado .header {
background-image: url('images/bg.gif');
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}

#detalhe-arquivo {text-align:left;border:0;margin-left:13px;float:left;}
#archiveMercado #detalhe-arquivo td {text-align:left;border:0;}
#archiveMercado #detalhe-arquivo strong {color:#1d3f5a;font-weight:normal;font-size:15px;letter-spacing:1px}
#archiveMercado #detalhe-arquivo td {width:250px;padding-left:10px;border-left:1px solid #ccc;font-size:15px;}

#layer_genealogia {display:none;}
#layer_genealogia table {width:100%}
#genealogia {width:100%;height:345px}
#genealogia h3 {color:white}
#genealogia thead {background:#036f01;font-weight:bold;color:black;}
#genealogia td {border:2px solid #ccc;padding:2px;vertical-align:middle;color:black}


#search-mercado {float:right;margin:-23px -40px 0 0}
#search-mercado h4 {color:#36752d;font-weight:bold;display:block;float:left;width:120px;text-align:right;margin-top:22px;margin-right:5px;}
#search-mercado p {display:block;float:left;width:160px}
#search-mercado label {display:block;font-size:15px;color:#0e0e0c;font-weight:bold}
#search-mercado select {width:150px;}
#search-mercado .noStyle {margin-top:20px;border:0;background:url("images/mercado-botao-pesquisar.png");width:97px;height:23px;text-align:center;color:#f8f493;font-size:11px;font-weight:bold}

/*#layer_genealogia thead th h3 {display:block;float:left;width:140px}*/
/*#layer_genealogia thead th small {display:block;float:right;margin:3px 10px 0 0}*/


.assano {float:left;margin-right:20px;width:324px;height:95px;margin-top:10px;cursor:pointer;padding:15px 0 0 9px}
.asstipo {margin-top:10px}
.pagSeguroBg {background:url('images/pagseguro-bg.jpg') no-repeat;width:635px;height:266px}
.ano2 {background:url("images/assine-2.jpg") no-repeat;}
.ano1 {background:url("images/assine-1.jpg") no-repeat;}

