/*-------------------------------------------------------------------------
 Clic 2006
---------------------------------------------------------------------------
 File: listing.css
 Sitio: www.armavision.com
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
 CSS styles for display the sistem lists and admin style.
 Estilos para mostrar los listados del sistema y estilos del administrador
--------------------------------------------------------------------------*/

.items table
{
	/*width:724px;
	table-layout: fixed*/
}
.items .thSection, .items .thBrand
{
	width:90px;
}
.items .thModel, .sections .thName, .brands .thName{
	width:261px;
}

.sections .thDescription, .brands .thDescription{
	width:261px;
}

.items .thCreated, .items .thModified
.brands .thCreated, .brands .thModified
.sections .thCreated, .sections .thModified
{
	width:82px;
}
.items .thSaldo { width:60px;}
.items .thActions
.brands .thActions
.sections .thActions
{
	width:81px;
}

/* Elements TH 
----------------------------------------------------------------*/
.thName{
	width:150px;	
}
.thSaldo{
	width:60px;	
}
.thDescription{
	width:298px;
}
.thCreated, .thModified, .thActions{
	width:75px;
}
.producto_nombre *{ vertical-align:middle;}
.date{
	text-align:center;
	font-size:80%;
}
/* =Elements TH 
----------------------------------------------------------------*/

.imageLink{
	padding-left:1px;
	padding-right:1px;
}

/* BoxOver Effect Style
----------------------------------------------------------------*/
	/*----------------------------------------------------------- 
		.stackorder class apply to the table where the boxOver 
		effect will appear 
	------------------------------------------------------------*/
	.stackOrder{
		z-index:60; 
		position:relative;
	}
	
	.boxOverBody{
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
  		border-bottom: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right:1px solid #000000;
		width:380px;
		padding:3px;
		color:#1B4966;
		background:#FFFFFF;
		filter:alpha(opacity=85); /* IE */
		opacity:0.85; /* FF */
	}
	.boxOverHead{
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		width:380px;
		border:1px solid #000000;
		padding:3px;
		color:#FFFFFF;
		background:#666666;
		filter:alpha(opacity=85); /* IE*/
		opacity:0.85; /* FF*/
	}
/* =BoxOver Effect Style
----------------------------------------------------------------*/

/* AdminQuickLinks
----------------------------------------------------------------*/
.adminQuickLinks{
	margin-bottom:5px;
	margin-top:5px;
}
.adminQuickLinks a{
	padding-left:18px;
	background: url(../img/admin/bullet_flecha.gif) no-repeat;
	color:#000000;
	text-decoration:none;
}
.adminQuickLinks a:hover{
	color:#333333;
	text-decoration:underline;
}

/* =AdminQuickLinks
----------------------------------------------------------------*/

/*  Admin View Item Table
----------------------------------------------------------------*/
 .view th { text-align:right;}
 .view .itemImage { border:1px solid;}

/* = Admin View Item Table
----------------------------------------------------------------*/

/*  Admin Message
----------------------------------------------------------------*/
.message{
	padding:10px;
	margin-top:35px;
	background:#FFDEDE;
	width:338px;
	text-align:center;
	border:1px solid #FF7F7F;
		
	}
	
#flashMessage{
	background:#FFDEDE;
	border:1px solid #FF7F7F;
	height:20px;
	padding:3px;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* Despliegue de listado de marcas 
------------------------------------------------------------------*/
 .brandName{
	width:114px;
	padding-left: 12px;	
	padding-top:2;
	padding-bottom:2px;									/*left top*/
	background: url(../img/app/brandBullet.gif) no-repeat .3em .5em; 
 }
 .brandNameEmpty{
	background:none:
 }
 .brandName a
 {
 	color:#000000;
	text-decoration:none;
 }
 .brandName a:hover
 {
 	color:#FF0000;
	text-decoration:underline;
 }
/* =Despliegue de listado de marcas 
------------------------------------------------------------------*/
