/*  
	TURQUESA JÓIAS Universal CSS
	Main Template and Commonly Used styles

BASIC 
------------
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
}

h1 {
	font-size: 0.4em;
	line-height: 0.9em;
	}

h3 {
	font-size: 0.4em;
	line-height: 0.9em;
	}

.texto {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.texto1 {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.texto2 {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

.texto3 {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	color: red;
	}

.texto4 {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	color: #CC0000;
}
.texto5 {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	color: #330099;
}

.error {
  background:url("images/icon_cross_org.gif") no-repeat 0px 0px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.error_msg {
  font-weight: bold;
  color: #EA5200;
  margin-left: 19px;
}

.success {
  background:url("images/icon_check_blu.gif") no-repeat 0px 0px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}


/*LINKS
-----------------------------------------------------------------------------
*/

a {
	text-decoration: none;
	outline: none;
}

/*CATEGORY RESULTS
-----------------------------------------------------------------------------
*/
 
.resultCountAndSortByTable {
	height: 32px;
	border: 1px solid #5c9ebf;
	background: url("../images/bg_tile-blue.gif") repeat-x;
	background-color: #b7d7e6;
}

.spacer {
	padding:5px;
}

.spacer1 {
	padding:15px;
}

.imager {
	border: 1px solid #5c9ebf;
}

.metodo {
	border: 1px solid #5c9ebf;
	background-color: #b7d7e6;
}

.cartbutton {
	height: 32px;
	border: 1px solid #5c9ebf;
	background: url("../images/bg_tile-blue.gif") repeat-x;
	background-color: #b7d7e6;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:5px;
}


.ceparea {
	border: 1px solid #0099FF;
	background-color: #66CCFF;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px;
}

.cartsubmit {
	height: 32px;
	border: 1px solid #5c9ebf;
	background: url("../images/bg_tile-blue.gif") repeat-x;
	background-color: #b7d7e6;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	padding:5px;
	cursor: hand;
	cursor: pointer;
}

/*BUYING PAGE
-----------------------------------------------------------------------------
*/

  table.buyBox td.topLeft {
    background-image: url(../images/box-tl._V23911150_.gif);
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-left: 12px;
  }

  table.buyBox td.topRight {
    background-image: url(../images/box-tr._V23911145_.gif);
    background-repeat: no-repeat;
  }
  
  table.buyBox td.bottomLeft {
    background-image: url(../images/box-bl._V23911151_.gif);
    background-repeat: no-repeat;
    font-size: 4px;
  }
  
  table.buyBox td.bottomRight {
    background-image: url(../images/box-br._V23911150_.gif);
    background-repeat: no-repeat;
    font-size: 4px;
  }


/* SIDENAV
----------------------------------------------------------------------------- 
*/
#nav {
	background: url("../images/sidenav-dotline.png") left bottom no-repeat;
	text-align:left;
}

#nav a {
	display: block;
	font-size: 12px; 
	color: #000;
	padding-left: 10px;
	line-height: 20px;
	vertical-align: middle;
	background: url("../images/sidenav-dotline.png") left top no-repeat;
}

#nav a:hover {
	color: #000;
	background: #eee url("../images/sidenav-dotline.png") left top no-repeat;
	text-decoration: none;
}

.TDmenu {
	width: 145px;
	vertical-align: top;
	margin: 0px;
	padding: 10px;
	background: url("../images/vert_border.png") right repeat-y;
	}

/*  sIFR ELEMENTS
----------------------------------------------------------------------------- 
*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* 	These "decoy" styles are used to hide the browser text before it is replaced... 
	the negative-letter spacing in this case is used to make the browser text metrics 
	match up with the sIFR text metrics since the sIFR text in this example is so much 
	narrower... your own settings may vary... any weird sizing issues you may run into 
	are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	height:20px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 20px;
	padding: 3px;
	margin: 2px;
	width:350px;
}