@charset "UTF-8";
/*
	Establecer el ancho para la pagina en la division
	#outer-wrapper
*/
*{	
	 -webkit-font-smoothing: antialiased !important;
 }
body,a,p,*
{
	/*font: 100% "Sansation","Arial","Helvetica","Trebuchet MS", sans-serif; */
	font-family: 'Open Sans', sans-serif;
	
}
html{overflow-y:auto}
html
{
	margin: 0;
	padding: 0;
	text-align:center;		
	color: #efefef;
	position:relative;
}
body
{ 
	height: inherit;
	margin: 0;
	padding: 0;
	background: #222;
	position: relative;
	text-shadow: 0 0px 4px #222;
}

#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}

h1,h2,h3
{ 
	font-family: 'Gafata', sans-serif;
	margin: 2px 0 10px 0; 
	padding:0; 
}

h1
{
	font-size: 20pt;
	color: #b9e438;
	/* for W3C-compliant browsers */
	background-image: linear-gradient(top, rgba(35,35,35,255) 0%, rgba(23,23,23,255) 51%, rgba(12,12,12,255) 100%);
	/* for Safari 5.03+ and Chrome 7+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(35,35,35,255)), color-stop(0.5140625, rgba(23,23,23,255)), color-stop(1, rgba(12,12,12,255)));
	/* for Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, rgba(35,35,35,255) 0%, rgba(23,23,23,255) 51%, rgba(12,12,12,255) 100%);
	/* for Opera 11.1+ */
	background-image: -o-linear-gradient(top, rgba(35,35,35,255) 0%, rgba(23,23,23,255) 51%, rgba(12,12,12,255) 100%);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#171717'endColorstr='#0c0c0c');
	padding: 4px 10px;
	box-shadow: 0 1px 3px black;	 
	margin: 0 10px;
	margin-bottom: 10px;
	line-height: 1em;
	border-radius: 20px;
	display: inline-block;;
}

h2
{
	color:#ccc;
	
	padding-top: 10px;
	font-size: 20pt;
	font-weight: bold;
	margin: 0 auto;
	height: 40px;
	text-transform: uppercase;
	text-align: center;
	width: 85%;
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0 2px 8px rgba(0,0,0,0.5);
	vertical-align: middle;
	border-radius: 0px;

	background:  url("../img/panelbgpatt.png") #555;
	margin: 0 auto;
	box-shadow: 0 1px 5px #444;
	
}

h3
{
	color: #222;
}
p
{
	font-size: 13pt;
	font-weight: 100;
	padding: 10px;
}
a,a:hover,a:visited
{
	text-decoration: none;
}
a,a:visited{ color: #b9e438; }
a:hover{ color: #b9e438; text-decoration: none ;-webkit-transition: color .25s ease-out; }
 
input[ type="submit" ],input[ type="reset" ],input[ type="button" ], button
{
			
		box-shadow: 0px 1px 2px #ccc;
}

input[ type="submit" ]:hover,input[ type="reset" ]:hover,input[ type="button" ]:hover, button:hover
{
		
		box-shadow: 0px 0px 4px #05f;
		
}
input[ type="submit" ]:active,input[ type="reset" ]:active,input[ type="button" ]:active, button:active
{
	box-shadow: inset 0px 2px 4px #222;
	
	-webkit-transition: box-shadow .2s ease-out;
	-moz-transition: box-shadow .2s ease-out;
	-o-transition: box-shadow .2s ease-out;
}
input[ type="text" ],input[ type="password" ],textarea
{
		border: none;
		width: 220px;
		color: #4b4b4b;
		padding: 5px;
}
input[ type="text" ],input[ type="password" ]
{
		height: 20px;
}
input[ type="text" ]:hover,input[ type="password" ]:hover,textarea:hover
{
		
		background: #fff;
		color: #4b4b4b;
		box-shadow: 0px 0px 6px 1px #2aff00;
}



input[ disabled="disabled" ] 
{
	background: none;
	border: none;
}
input[ disabled="disabled" ]:hover 
{
	background: none;
	border: none;
}

select,textarea
{
	width:220px;
}



a img
{border:0;}
table tr td { padding: 2px 10px 2px 5px; }

#outer-wrapper
{
	width: 1024px;
	margin: 5px auto 0 auto;
	position:relative;
	box-shadow: 0 0 15px #111;
	background: url("../img/bg.jpg") top center no-repeat black;	
	background-size: auto 100% 100%;
}
#inner-wrapper
{
	width: inherit;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
}
#header-wrapper
{
	width: 100%;
	height:155px;
	margin-bottom: 4px;
	text-align:center;
	background: url("../img/headerdeco.png") repeat-x; 
	background-size: 100%;
}
#header-inner-wrapper
{
	width: 960px;
	margin: 0 auto;
}
#header-logo
{
	margin-top: 3px;
}

#top-nav-wrapper
{
	width: 500px;
	height:40px;
	margin: 0 auto;
	display: block;
	text-align: center;
	position: relative;
	border-radius: 8px;
	margin-top: -15px;
	margin-bottom: 15px;
	background-color:#d6f113;
	box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	/* for W3C-compliant browsers */
background-image: linear-gradient(top, rgba(233,255,40,255) 0%, rgba(215,242,20,255) 53%, rgba(198,229,0,255) 73%);
/* for Safari 5.03+ and Chrome 7+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0024741596, rgba(233,255,40,255)), color-stop(0.527, rgba(215,242,20,255)), color-stop(0.7284296515, rgba(198,229,0,255)));
/* for Firefox 3.6+ */
background-image: -moz-linear-gradient(top, rgba(233,255,40,255) 0%, rgba(215,242,20,255) 53%, rgba(198,229,0,255) 73%);
/* for Opera 11.1+ */
background-image: -o-linear-gradient(top, rgba(233,255,40,255) 0%, rgba(215,242,20,255) 53%, rgba(198,229,0,255) 73%);
/* for IE */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ff28', endColorstr='#d7f214'endColorstr='#c6e500');
}
.top-nav-links
{
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0 auto;
	display: block;
	width: auto;
	height: 100%;
	position: relative;
	text-align: center;
}
.top-nav-links li 
{
	display: inline-block;	
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;

}
.top-nav-links li a
{
	color: #0F4200;
	text-shadow: 0px 1px 3px rgba(0,0,0,.3);
	height: 100%;
	padding: 8px 9px 10px 9px;
	margin-top: 10px;
}
.top-nav-links li a:hover
{
	color: white;
	text-decoration: none;
	text-shadow: 0 0 3px white;
	/* for W3C-compliant browsers */
	background-image: linear-gradient(top, rgba(210,255,10,255) 0%, rgba(195,232,5,255) 53%, rgba(180,209,0,255) 73%);
	/* for Safari 5.03+ and Chrome 7+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0024741596, rgba(210,255,10,255)), color-stop(0.527, rgba(195,232,5,255)), color-stop(0.7284296515, rgba(180,209,0,255)));
	/* for Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, rgba(210,255,10,255) 0%, rgba(195,232,5,255) 53%, rgba(180,209,0,255) 73%);
	/* for Opera 11.1+ */
	background-image: -o-linear-gradient(top, rgba(210,255,10,255) 0%, rgba(195,232,5,255) 53%, rgba(180,209,0,255) 73%);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ff0a', endColorstr='#c3e805'endColorstr='#b4d100');
}
#blackframe
{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	background: rgba(0,0,0,0.5);
	background-attachment: fixed;
	z-index: 1000;
	display: none;
}

#main-wrapper
{
	width: 960px;
	min-height: 500px;
	height: inherit;
	margin: 5px auto 0 auto;
	
}
.blackpanel
{
	max-width: 930px;
	min-width: 200px;
	padding: 10px;
	background:  url("../img/panelbgpatt.png");
	min-height:240px;
	margin: 0 auto;
	box-shadow: 0 1px 5px #444;
	border-radius: 20px;
	margin-bottom: 10px;
}

.whitepanel
{
	padding: 10px;
	background:  white;
	
	margin: 0 auto;
	box-shadow: 0 1px 5px #444;

}
.catalogo-button
{ 
	display: inline-table;
	margin: 10px;
}

.catalogo-button span a
{
	text-align: center;
	vertical-align: middle;
	font-size: 15pt;
	color: #b9e438;
	display: table-cell;
	width: 400px;
	height: 70px;	
	box-shadow: 0 1px 3px black;	 
	line-height: 1em;
	border-radius: 10px;
	background-color:black;
	/* for W3C-compliant browsers */
	background-image: linear-gradient(top, rgba(35,35,35,255) 0%, rgba(23,23,23,255) 51%, rgba(12,12,12,255) 100%);
	/* for Safari 5.03+ and Chrome 7+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(35,35,35,255)), color-stop(0.5140625, rgba(23,23,23,255)), color-stop(1, rgba(12,12,12,255)));
	/* for Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, rgba(35,35,35,255) 0%, rgba(23,23,23,255) 51%, rgba(12,12,12,255) 100%);
	/* for Opera 11.1+ */
	background-image: -o-linear-gradient(top, rgba(35,35,35,255) 0%, rgba(23,23,23,255) 51%, rgba(12,12,12,255) 100%);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#171717'endColorstr='#0c0c0c');
}
.catalogo-button span a:hover
{
	color: black;
	text-shadow: 0 0 6px rgba(0,0,0,0.43);
	background-color:#d6f113;
	/* for W3C-compliant browsers */
	background-image: linear-gradient(top, rgba(233,255,40,255) 0%, rgba(215,242,20,255) 53%, rgba(198,229,0,255) 73%);
	/* for Safari 5.03+ and Chrome 7+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0024741596, rgba(233,255,40,255)), color-stop(0.527, rgba(215,242,20,255)), color-stop(0.7284296515, rgba(198,229,0,255)));
	/* for Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, rgba(233,255,40,255) 0%, rgba(215,242,20,255) 53%, rgba(198,229,0,255) 73%);
	/* for Opera 11.1+ */
	background-image: -o-linear-gradient(top, rgba(233,255,40,255) 0%, rgba(215,242,20,255) 53%, rgba(198,229,0,255) 73%);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ff28', endColorstr='#d7f214'endColorstr='#c6e500');
}
.categoria_menu
{
	list-style-type: none;	
	padding: 0;	
	display: block;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 999;
}
.categoria_menu > li:hover
{
	opacity: 1;
	-webkit-transition: opacity .3s linear;	
}
.categoria_menu  ul:hover,.categoria_menu  li ul:hover
{
	-webkit-transition: width .3s linear;		
}
.categoria_menu > li
{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	background: url("../img/breadCrumpFlecha.png") no-repeat;
	background-position: 0 6px;
	padding-left: 17px;
	opacity: .9;
	min-width: 80px;

	height: 30px;
	overflow: hidden;
}
.categoria_menu > li:hover
{
	overflow: visible;
}
.categoria_menu  li:first-child 
{	
	background:none;
}


.categoria_menu > li:first-child a:first-child
{
	background: url("../img/greenHome.png") no-repeat rgba(0,0,0,9);
	background-position: 6px 5px;
	text-align: center;
	padding-left: 23px;
}

.categoria_menu > li a
{
	display: block;
	color: white; 	
	background: black;
	opacity: .85;
	border-radius: 8px;
	padding:4px 6px; 	
	text-align: center;	
	box-shadow: 0 1px 4px rgba(0,0,0,0.3); 
	font-size: 11pt;
}
.categoria_menu li ul
{
	position: relative;
	opacity: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	overflow: hidden;
}

.categoria_menu > li:hover > ul
{
	opacity: 1;
	height: auto;
	margin-top: -1px;
	-webkit-transition: opacity .25s ease-out;
	-moz-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
}

.categoria_menu li ul
{
	background:black/9;
	background: rgba(0,0,0,0.8);
	border-radius: 8px;
	margin-top: 3px;
	padding: 4px;
}

.categoria_menu > li > ul li a
{
	padding: 4px;
	padding-left: 11px;
	font-size: 9pt;
	color: white;
	background: url("../img/greenVignette.png") no-repeat;
	background-position: 0px 9px;
	background: black\9;
	text-align: left;
}

.categoria_menu li ul li a:hover
{
	background: url("../img/greenVignette.png") no-repeat #eee;	
	background-position: 1px 7px;
	border-radius: 4px;
	color: black;
	text-shadow: 0 1px 2px #aaa;
	-webkit-transition: color .1s linear;
}
.catalogo-categorias
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
}
.catalogo-categorias li
{	
	margin: 3px 0;
}

.catalogo-categorias li a
{
	background: url("../img/catalogo/catalogo-list-bg.png");
	color: white;
	/*font-family: "Planer";*/
	height: 20px;
	padding: 3px 10px;
	border-radius: 20px;
	display: block;
	font-size: 12pt;
	text-shadow: 0 0 1px white;
}

.catalogo-categorias li a:hover
{
	color: #d6ff00;
	text-decoration: none;
	text-shadow: none;
		/* for W3C-compliant browsers */
background-image: linear-gradient(top, rgba(43,43,43,255) 0%, rgba(34,34,34,255) 51%, rgba(25,25,25,255) 100%);
/* for Safari 5.03+ and Chrome 7+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(43,43,43,255)), color-stop(0.5140625, rgba(34,34,34,255)), color-stop(1, rgba(25,25,25,255)));
/* for Firefox 3.6+ */
background-image: -moz-linear-gradient(top, rgba(43,43,43,255) 0%, rgba(34,34,34,255) 51%, rgba(25,25,25,255) 100%);
/* for Opera 11.1+ */
background-image: -o-linear-gradient(top, rgba(43,43,43,255) 0%, rgba(34,34,34,255) 51%, rgba(25,25,25,255) 100%);
/* for IE */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#222222'endColorstr='#191919');

}

#catalogo-wrapper
{
	width: 100%;
	text-align: center;
}
#categoria-descripcion
{
	overflow-y: auto;
	width: 900px;
	margin: 0 auto;	
}
#categoria-descripcion p
{
	color: #222;		
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
	text-align: justify;
	font-size: 10pt;	
	padding: 0;
}

.prodwrapper
{
	width: 180px;
	height:255px;
	display: inline-block;
	margin: 10px auto;
	vertical-align: top;	
	/*box-shadow: 0 3px 4px rgba(0,0,0,0.5);*/
}
.prodwrapper_view
{
	background: white;
	width: 100%;
	height: 225px;
	position: relative;
}
.prodwrapper_title p
{
	padding: 0;	
	margin: auto;
	height: auto;
	width: auto;
	font-size: 10pt;
	display: table-cell;
	vertical-align: middle;
}

.prodwrapper_title
{
	height: 30px;
	width: 100%;
	position: relative;
	text-align: center;
	color: #d6ff00;
	display: table;
	text-transform: capitalize;
	/* for W3C-compliant browsers */
	background-image: linear-gradient(top, rgba(35,35,35,255) 0%, rgba(23,23,23,255) 51%, rgba(12,12,12,255) 100%);
	/* for Safari 5.03+ and Chrome 7+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(35,35,35,255)), color-stop(0.5140625, rgba(23,23,23,255)), color-stop(1, rgba(12,12,12,255)));
	/* for Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, rgba(35,35,35,255) 0%, rgba(23,23,23,255) 51%, rgba(12,12,12,255) 100%);
	/* for Opera 11.1+ */
	background-image: -o-linear-gradient(top, rgba(35,35,35,255) 0%, rgba(23,23,23,255) 51%, rgba(12,12,12,255) 100%);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#171717'endColorstr='#0c0c0c');	
	background: black\9;
}

.prodwrapper_img
{
	max-width: 90%;
	max-height: 97%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
.admin_prodwrapper_img
{
	max-width: 64px;
	max-height: 64px;
	display: inline-block;
	margin: 4px;
}
.admin_prodwrapper_img_selected
{
	border: 2px dashed gray;
	margin: 2px;
}
.sepDivBlack
{
	width: 100%;
	margin: 5px auto;
	height: 5px;
	clear:both;
	box-shadow: 0 0 4px  rgba(0,0,0,.70);
		/* for W3C-compliant browsers */
background-image: linear-gradient(top, rgba(43,43,43,255) 0%, rgba(34,34,34,255) 51%, rgba(25,25,25,255) 100%);
/* for Safari 5.03+ and Chrome 7+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(43,43,43,255)), color-stop(0.5140625, rgba(34,34,34,255)), color-stop(1, rgba(25,25,25,255)));
/* for Firefox 3.6+ */
background-image: -moz-linear-gradient(top, rgba(43,43,43,255) 0%, rgba(34,34,34,255) 51%, rgba(25,25,25,255) 100%);
/* for Opera 11.1+ */
background-image: -o-linear-gradient(top, rgba(43,43,43,255) 0%, rgba(34,34,34,255) 51%, rgba(25,25,25,255) 100%);
/* for IE */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#222222'endColorstr='#191919');

}
#footer-wrapper
{	
	width: 1024px;
	text-align: center;
	margin: 0px  auto ;
	background: black;
	height: 64px;
	clear: both;
}


/* Estilo tabla resultado */
.tabla-resultado
{
	color: #333;
	border-spacing: 0px;
	border: 1px solid #eee;	
}
.tabla-resultado tr td:hover
{
	background: #e5e5e5;
}
.tabla-resultado tr td:first-child
{
	padding-left: 4px;
}
.tabla-resultado-titulo
{
	color: #444;
	font-weight: bold;
	text-transform: capitalize;
}

.border_bottom_blue{ border-bottom: 1px solid #05f; }
.border_left{border-left: 4px solid #aaa; }
.border{ border:1px solid red; }
.tabla-resultado-campo
{
	border: 1px solid blue;
}

/* Barra de Status */
#status
{
	width: 30%;
	margin: 0px  auto ;
	padding-top: 15px;
	min-height: 50px;
	margin-top: 15px;
	box-shadow:0px 3px 4px #aaa;
	border-radius: 4px;
	text-align: left;
	padding-left: 60px;
	position: absolute;
	top: 200px;
	left: 35%;
}

#status-close
{
	width: 14px;
	height: 14px;	
	position: absolute;
	top:4px;
	right:4px;
}
.stat_y
{
	background: #FFF7B7 url("../img/gui/alert.png") no-repeat  ;
	background-position: 20px 50%;
	border: 1px solid #FCAB03;
}
.stat_g
{
	background: #D1FFA4 url("../img/gui/ok.png") no-repeat  ;
	background-position: 20px 50%;;
	border: 1px solid #609F20;
}
.stat_r
{
	background: #FFB7B7 url("../img/gui/warn.png") no-repeat  ;
	background-position: 20px 50%;
	border: 1px solid #f00;
	color: #333;
}





/************************/
/*	ESTILOS DE CLASES 	*/
/************************/

/*	ENCABEZADO*/

.user
{
	color: #555555;
	font-size: 1em;
	margin-right: 10px;
}

.divSep
{
	width: 100%;
	height: 1px;
	margin: 2px auto;
	clear: both;
	background: white;
}
.sepGray
{
	height:1px;
	background: gray;
	clear:both;
	margin: 2px auto;
}
.sepClearGray
{
	height:1px;
	background: #ccc;
	border-bottom: 1px solid white;
	clear:both;
	margin: 8px auto;
}
.sepTopMenu
{
	height: 2px;
	background: url("../img/topMenuBg.png") repeat-x ;
	margin: 1px 0;
	width:100%;
	clear:both;
}
.main-menu-header
{
	color: #c5c5c5;
	margin: 0;
	font-weight: normal;
}
.main-menu-list
{
	margin: 0;
	padding: 0;
	z-index: 999;
}

.main-menu-list li
{
	display: inline;
	float: left;
	margin-right: 30px;
	background: url("../img/topMenuLiBg.png") no-repeat ;
	background-position: 0 5px;
	padding-left: 8px;
	
}
.main-menu-list li a
{
	color: #5f5f5f;
	text-shadow: 0px 1px 1px white;
}
.main-menu-list li a:hover
{
	color: #0096ff;
	-webkit-transition: color .25s ease-out;
}

/* submenu */
.main-menu-list-submenu
{
	margin: 0;
	padding: 0;
}
.main-menu-list-submenu li
{
	display: block;
	float: none;
	margin-right: 10px;
	background: url("../img/topMenuLi2Bg.png") no-repeat ;
	background-position: 0 6px;
	padding-left: 6px;
}
.clear
{
	width : 100%;
	height:1px;
	clear:both;
}
.right{	float: right;}
.left{	float: left;}
.center{ margin: 0 auto; }
.align_right {	text-align: right; }
.align_center{	text-align: center;}
.align_left  {	text-align: left;  }
.justify{	text-align:justify;}


.vTop{ vertical-align: top; }
.vMiddle{ vertical-align: middle; }
.vBottom{ vertical-align: bottom;}


.color_1{	color: black;}
.color_2{	color: black;}
.color_3{	color: black;}
.border_right_color{ border-right: #ccc; }
.border_left_color{ border-left: #ccc; }
.border_top_color{ border-top: #ccc; }
.border_bottom_color{ border-bottom: #ccc; }

.italic{	font-style: italic; }
.bold{ font-weight: bold	}
.normal{	font-style: normal; }
.clear-text{ color: #979797; }
.dark-text{ color: #363636; }


.hidden{	display:none;}
.show{	display:block;}
.shadow{box-shadow: 0px 1px 2px #ccc;}
.text_shadow{ text-shadow: 0px 1px 1px #ccc; }

.w100{ width:100% !important;}

.bluePanel
{
	padding: 26px 12px 8px 12px;
	background: url("../img/bluePanelDeco.png") top repeat-x white;
	margin: 15px;
	box-shadow: 0px 1px 5px #ddd;
}
.border_left_blue
{
	border:1px solid #ccc;
	border-left: 4px solid #0096ff;	
}
.select_color
{
	border:0;
	padding-left: 3px;
	border-left: 4px solid #0096ff;
	box-shadow: 0  2px 4px #ccc;
	overflow: hidden;
	height:53px;
	margin-bottom: 5px;
}

.hovering
{
	padding: 8px;
	background: white;
	box-shadow: 0px 2px 4px #ddd;
	color: #979797;
	border-top: 1px solid #f6f6f6;
	margin: 10px;
}
.iconEdit
{
	background: url("../img/iconEdit.png") left no-repeat;
	background-position: 6px center;
	padding-left: 24px;	
}
.iconEdit:hover
{
	background: url("../img/iconEdit.png") left no-repeat white;
	background-position: 6px center;
	padding-left: 24px;	
}

.iconDelete
{
	background: url("../img/iconDelete.png") left no-repeat;
	background-position: 6px center;
	padding-left: 24px;	
}
.iconDelete:hover
{
	background: url("../img/iconDelete.png") left no-repeat white;
	background-position: 6px center;
	padding-left: 24px;	
}

.iconOk
{
	background: url("../img/iconOk.png") left no-repeat;
	background-position: 6px center;
	padding-left: 24px;	
}
.iconOk:hover
{
	background: url("../img/iconOk.png") left no-repeat;
	background-position: 6px center;
	padding-left: 24px;	
}

.iconSave
{
	background: url("../img/iconSave.png") left no-repeat !important;
	background-position: 6px center !important;
	padding-left: 26px !important;	
}
.iconSave:hover
{
	background: url("../img/iconSave.png") left no-repeat white !important ;
	background-position: 6px center !important;
	padding-left: 26px !important ;	
}
.iconAdd
{
	background: url("../img/iconAdd.png") left no-repeat !important;
	background-position: 6px center !important;
	padding-left: 26px !important;	
}
.iconAdd:hover
{
	background: url("../img/iconAdd.png") left no-repeat white !important ;
	background-position: 6px center !important;
	padding-left: 26px !important ;	
}
.inline{	display: inline;}
.inline_block{	display: inline-block; *display: inline;zoom:1;}
.block{	display: block;}