/*******************************************/
/*   CSS Main Style Sheet For NetCostMRO   */
/*   Website Developed By SkyDesigns       */
/*   For More Informacion, visit us        */
/*   http://www.skydesigns.com.mx          */
/*******************************************/

/* Style Sheet For NetCostMRO developed by SkyDesigns - http://www.skydesigns.com.mx/ */
body {
	margin: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color: #000;
	background-image:url(../images/bg.gif);
	background-attachment: fixed;
}

.maintb { /* Tabla central de pagina */
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
}

.contactform {
	background-image: url(../images/tablebg.jpg);
	color: #FFF;
}

.left_nav_sub { /* Configuracion de title de menus de columnas izquierda y derecha de paginas */
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFF;
    font-size: 10px; 
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
}

table {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

img,.infofield {
	border: 0;
}

a:link,a:active,a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 { /* Donde aparecen los resultados de busqueda, donde dice Search results for item(s) with... */
	color: #333;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 13px;
}

input, select, textarea {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
}

.tab1 {
	border: thin;
	border-color: #00000;
	background-image: url(../images/tablebg.jpg);
	outline-color: #F00000;
}

.desc { /* Campos ocultos */
	display: none;
}

.invalidInput { /* Style for invalid input on contact form */
	border:1px dotted #F00;
	background-color: #FFECE6;
}

.validInput { /* Style for valid input on contact form */
	border: 1px dotted #FF0000;
}

.fieldHolder { /* Formating Fields on contact form */

	width: 240px;
	height: 27px;
	background: url(../images/formbg.png) no-repeat;
	float: left;
}

.textInput {
	width: 170px;
	height: 22px;
	background: none;
	border: none;
	color: #000;
	margin-top: 5px;
	margin-left: 5px;
}

/* Utilizado para desplegar las barritas amarillitas de detalles en secciones y productos */
.detailed_item_main {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	background-image: url(../images/detailedbg.jpg);
	background-color: #FFD83A;
}

.detailed_item_main a:link {
	color: #003399;
	text-decoration: none;
}

.detailed_item_main a:hover {
	color: #003399;
	text-decoration: underline;
}

.detailed_item_main a:visited {
	color: #003399;
}
/****************************************************************************************/

.terms { /* Utilizado para dar el colorcito azulito utilizado en las secciones de terminos de servicio y parecidos */
	background-color: #DEDEDE;
	font-weight: bold;
}

.orderstatus {
	background: #353535;
	color: #FFF;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border: 1px solid #FFF;
}

/*********************** Link Dorner En Header NetCost ***********************/

#dorner {
	position: relative;
	width: 1000px;
	height: 170px;
}

.linkdorner {
	display: block;
	height: 50px;
	width: 180px;
	position: absolute;
	top: 75px;
	right: 0px;
}