/*
* Mod
* @autor <chico@mercadolibre.com>
* @link http://www.chico-ui.com.ar
* @team Hernan Mammana, Leandro Linares, Guillermo Paz, Natalia Devalle
* Mod JAT 14/05/2012
*/


/*
* Reset
* @based: Eric Meyer
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
abbr, article, aside, audio, bb, canvas, datagrid, 
datalist, details, dialog, eventsource, figure, footer,
header, hgroup, mark, menu, meter, nav, output,
progress, section, time, video {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	
}

ol, ul, menu {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, 
blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}

/* remember to define focus styles!*/
/*:focus {
	outline: 0;
}*/

/* remember to highlight inserts somehow!*/
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
* Global
*/



/* IMPORTANT: .ch-hide class allows components to be shown and hidden*/

.ch-hide,
/* Deprecated */
.o {
	display: none;
}

/*
* Anchors


a {
	color: #0637B3;
	text-decoration: none;
}

a:active {
	color: #0000DD;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}
*/



/*
* Price
*/


/*
* Misc
*/

/*
* List
*/



/*
* Deprecated Buttons
*/


/* Disabled color gradient */
.ch-btn.disabled, .btn.disabled,
.ch-btn[disabled], .btn[disabled],
.ch-btn[disabled]:hover, .btn[disabled]:hover,
.ch-btn[disabled]:active, .btn[disabled]:active,
.ch-btn[disabled]:focus, .btn[disabled]:focus {
	background-color: #CCC;
	background-image: -o-linear-gradient(top, #FFF, #CCC);
	background-image: -ms-linear-gradient(top, #FFF, #CCC);
	background-image: -moz-linear-gradient(top, #FFF, #CCC);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #CCC));
	background-image: -webkit-linear-gradient(top, #FFF, #CCC);
	background-image: linear-gradient(top, #FFF, #CCC);
	border: 1px solid #999;
	color: #999;
	cursor: not-allowed;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
	opacity: 0.5;
	text-shadow: none;
}

/* Main */
.ch-btn.ch-main, .btn.main,
.ch-btn.ch-main:focus, .btn.main:focus {
	font-size: 19px;
	height: 40px;
}

/* Primary */
.ch-btn.ch-primary, .btn.primary,
.ch-btn.ch-primary:focus, .btn.primary:focus {
	font-size: 18px;
	height: 32px;
}

/* Secondary*/
.ch-btn.ch-secondary, .btn.secondary,
.ch-btn.ch-secondary:focus, .btn.secondary:focus {
	font-size: 12px;
	height: 25px;
	line-height: 24px;
}







/*
* New Buttons
*/

/* Global */
.ch-btn,
.ch-btn:focus,
.ch-btn-skin,
.ch-btn-skin:focus {
	border-radius: 4px;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	font-size: 0.9em;
	/*line-height: 32px;*/
	padding: 0 10px;
	text-decoration: none;
}

/* Focus */
.ch-btn:focus,
.ch-btn-skin:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="file"]::-webkit-file-upload-button:focus,
button:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	-webkit-box-shadow: 2px;
}



/* Size */

/* Big */
.ch-btn-big,
.ch-btn-big:focus {
	font-size: 19px;
	height: 40px;
	line-height: 41px;
}

/* Small */
.ch-btn-small,
.ch-btn-small:focus {
	font-size: 12px;
	height: 25px;
	line-height: 1em;
}

/* Tiny */
.ch-btn-tiny,
.ch-btn-tiny:focus {
	font-size: 11px;	
	height: 24px;
	line-height: 22px;
	padding: 0 5px;
}

/* Disabled */
.ch-btn.ch-btn-disabled,
.ch-btn-skin.ch-btn-disabled,
.ch-btn-disabled:hover,
.ch-btn-disabled:active,
.ch-btn-disabled:focus,
.ch-btn[disabled],
.ch-btn[disabled]:hover,
.ch-btn[disabled]:active,
.ch-btn[disabled]:focus,
.ch-btn-skin[disabled],
.ch-btn-skin[disabled]:hover,
.ch-btn-skin[disabled]:active,
.ch-btn-skin[disabled]:focus {
	background-color: #CCC;
	background-image: -o-linear-gradient(top, #FFF, #CCC);
	background-image: -ms-linear-gradient(top, #FFF, #CCC);
	background-image: -moz-linear-gradient(top, #FFF, #CCC);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #CCC));
	background-image: -webkit-linear-gradient(top, #FFF, #CCC);
	background-image: linear-gradient(top, #FFF, #CCC);
	border: 1px solid #999999 !important; /* important for links */
	color: #999999 !important; /* important for links */
	cursor: not-allowed;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
	opacity: 0.5;
	text-shadow: none;
}


/* IE */
.lt-ie8 .ch-btn,
.lt-ie8 .ch-btn:focus,
.lt-ie8 .ch-btn-skin,
.lt-ie8 .ch-btn-skin:focus {
	display: inline;
	padding: 0;
}

.lt-ie8 a.ch-btn,
.lt-ie8 a.ch-btn:focus,
.lt-ie8 a.ch-btn-skin,
.lt-ie8 a.ch-btn-skin:focus {
	padding: 0 10px;
}

.ie8 .ch-btn:focus,
.ie8 .ch-btn-skin:focus,
.ie8 input[type="button"]:focus,
.ie8 input[type="submit"]:focus,
.ie8 input[type="reset"]:focus,
.ie8 input[type="file"]:focus,
.ie8 button:focus {
	outline: thin dotted;
	outline-offset: -2px;
}

.lt-ie8 .ch-btn,
.lt-ie8 .ch-btn:focus,
.lt-ie8 .ch-btn-skin,
.lt-ie8 .ch-btn-skin:focus,
.lt-ie8 .ch-btn-small,
.lt-ie8 .ch-btn-small:focus,
.lt-ie8 .ch-btn-tiny,
.lt-ie8 .ch-btn-tiny:focus {
	line-height: 1em;
}

.lt-ie8 .ch-btn-big,
.lt-ie8 .ch-btn-big:focus {
	line-height: 40px;
}


/* Close*/
.ch-close {
	background-color: #EBEBEB;
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEBEB);
	background-image: -o-linear-gradient(top, #FFFFFF, #EBEBEB);
	background-image: -ms-linear-gradient(top, #FFFFFF, #EBEBEB);
	background-image: -moz-linear-gradient(top, #FFFFFF, #EBEBEB);
	background-image: linear-gradient(top, #FFFFFF, #EBEBEB);
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	cursor: pointer;
	padding: 0;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 15px;
	width: 15px;
	color: #898989;
	font-size: 18px;
	line-height: 15px;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	-o-text-shadow: 0 1px 0 #ffffff;
	-moz-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	text-indent: 1px;
	font-family: Arial;
	text-align:center;
}

.ch-close:hover,
.ch-close:focus,
.ch-close:active {
	border-color: #B00000;
	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	-o-text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

.ch-close:hover,
.ch-close:focus {
	color: #FFFFFF;
	background-color: #EF1D00;
	background-image: -webkit-linear-gradient(top, #F04100, #EF1D00);
	background-image: -o-linear-gradient(top, #F04100, #EF1D00);
	background-image: -ms-linear-gradient(top, #F04100, #EF1D00);
	background-image: -moz-linear-gradient(top, #F04100, #EF1D00);
	background-image: linear-gradient(top, #F04100, #EF1D00);
	text-decoration: none;
}

.ch-close:active {
	color: #eee;
	background-color:#BE1803;
	background-image: none;
}

/* IE */
.lt-ie9 .ch-close {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EBEBEB');
}

.lt-ie9 .ch-close:hover,
.lt-ie9 .ch-close:focus {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F04100', endColorstr='#EF1D00');
}


/*
* Boxes
*/

.ch-container,
/* Dreprecate */
.container {
	border: none;
	background: none;
	margin: 0 0 10px 0;
	padding: 10px;	
}


.ch-box,
/* Dreprecate */
.box {
	background: #FFF url('../assets/gradients.png') 0 -280px repeat-x;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 10px;
}

.lt-ie7 .ch-box,
/* Deprecate */
.lt-ie7 .box,
.ie6 .box {
	z-index: 1; /* Fix z-index property */
}


.ch-container > .ch-box:first-of-type,
/* Deprecate */
.container > .box:first-of-type {
	border-radius: 5px 5px 0 0;
}

.ch-container .ch-box,
/* Deprecate */
.container .box {
	border-radius: 0;
}

.ch-actions,
/* Deprecate */
.actions {
	margin-top: 10px;
	text-align: center;
}

.lt-ie8 .ch-actions a,
/* Deprecate */
.lt-ie8 .actions a,
.ie6 .actions a,
.ie7 .actions a {
	display: inline-block;
	margin-bottom: 5px;
}


/*
* Pagination
*/

.ch-pagination,
/* Deprecate */
.pagination {
	clear: both;
	margin: 10px 0;
}
			
.ch-pagination li,
/* Deprecate */
.pagination li {
	display: inline-block;
	margin: 0px 4px;
}


.ch-pagination li a,
.ch-pagination li.ch-pagination-current a,
/* Deprecate */
.pagination li a,
.pagination li.current a {
	border-radius: 3px;
	padding: 5px 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.ch-pagination li a:hover,
/* Deprecate */
.pagination li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #0637b3;
	border: 1px solid #0637b3;
}

.ch-pagination li.ch-pagination-current a,
/* Deprecate */
.pagination li.current a {
	border: 1px solid #ededed;
	background-color: #ededed;
	color: #0637b3; 
	font-weight: bold;
}


.ch-pagination li:first-child a,
.ch-pagination li:last-child a,
/* Deprecate */
.pagination li:first-child a,
.pagination li:last-child a {
	border-color: #FFFFFF;
}

.ch-pagination li:first-child a:hover,
.ch-pagination li:last-child a:hover,
/* Deprecate */
.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
	border-color: #0637b3;
}

.lt-ie8 .ch-pagination li
/* Deprecate */
.lt-ie8 .pagination li {
	display: inline;
	zoom: 1;
	padding: 5px 2px;
}


/*
*  Icons and Message Boxes
*/
.ch-ico-attention,
.ch-ico-check,
.ch-ico-error,
.ch-ico-help,
.ch-ico-information,
.ch-ico-ok,
.ch-message-attention,
.ch-message-check,
.ch-message-error,
.ch-message-help,
.ch-message-information,
.ch-message-ok,
/* Deprecate */
.ch-ico,
.ch-message,
.ico,
.message {
	background: url(../assets/icons.png) no-repeat;
}

/* Icons */
.ch-ico-attention,
.ch-ico-check,
.ch-ico-error,
.ch-ico-help,
.ch-ico-information,
.ch-ico-ok,
/* Deprecate */
.ch-ico,
.ico {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: 99px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ch-ico-attention,
/* Deprecate */
.ch-ico.ch-attention,
.ico.attention {
	background-position: -77px -110px;
}

.ch-ico-check,
/* Deprecate */
.ch-ico.ch-check,
.ico.check {
	background-position: -43px -144px;
}

.ch-ico-error,
/* Deprecate */
.ch-ico.ch-error,
.ico.error {
	background-position: -179px -9px;
}

.ch-ico-help,
/* Deprecate */
.ch-ico.ch-help,
.ico.help {
	background-position: -111px -76px;
}

.ch-ico-information,
/* Deprecate */
.ch-ico.ch-information,
.ico.information {
	background-position: -145px -42px;
}	

.ch-ico-ok,
/* Deprecate */
.ch-ico.ch-ok,
.ico.ok {
	background-position: -9px -178px;
	height: 17px;
}


/* Message boxes */
.ch-message-attention,
.ch-message-check,
.ch-message-error,
.ch-message-help,
.ch-message-information,
.ch-message-ok,
/* Deprecated */
.ch-message {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 5px;
	padding: 8px 10px 8px 34px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ch-message-attention,
/* Deprecated */
.ch-message.ch-attention {	
	background-color: #FCF8CB;
	background-position: -68px -101px;
	border-color: #E4E2B8;
}


.ch-message-check,
/* Deprecated */
.ch-message.ch-check {
	background-color: #E8FFD7;
	background-position: -34px -135px;
	border-color: #C7DDBC;
	color: #487210;
}
	
.ch-message-error,
/* Deprecated */
.ch-message.ch-error {	
	background-color:#fbd9db;
	background-position: -170px 0px;
	border-color: #f7a9ae;
	color:#600;
}		

.ch-message-help,
/* Deprecated */
.ch-message.ch-help {	
	background-color: #F6F9F3;
	background-position: -102px -67px;
	border-color: #cccccc;
}
	
.ch-message-information,
/* Deprecated */
.ch-message.ch-information {	
	background-color: #E5EBFD;
	background-position: -136px -33px;
	border-color: #A0B1DE;
}
	
.ch-message-ok,
/* Deprecated */
.ch-message.ch-ok {
	background-color: #E8FFD7;
	background-position: 0 -169px;
	border-color: #C7DDBC;
}


/*
* Transitions
*/


.ch-loading,
/* Deprecated */
.loading {
	background-image: url('../assets/loading.gif');
	width: 44px;
	height: 44px;
	margin: 20px auto;
}

.ch-loading-small,
/* Deprecated */
.loading.small {
	background-image: url('../assets/loading_small.gif');
	width: 18px;
	height: 18px;
}


/*
* Tables
*/

.ch-datagrid,
/* Deprecated */
.datagrid {
	width: 100%;
	border: 1px solid #CECECE;
	text-align: left;
}

.ch-datagrid caption,
/* Deprecated */
.datagrid caption {
	text-align: left;
	font-weight: normal;
	margin: 10px 0;
	font-size: 18px;
}

.ch-datagrid thead tr,
/* Deprecated */
.datagrid thead tr {
	border-top: 1px solid #CECECE;
}

.ch-datagrid th,
/* Deprecated */
.datagrid th {
	background-color: #eee;
	background-image: -o-linear-gradient(top, #FFF, #ddd 100%);
	background-image: -ms-linear-gradient(top, #FFF, #ddd 100%);
	background-image: -moz-linear-gradient(top, #FFF, #ddd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #ddd));
	background-image: -webkit-linear-gradient(top, #FFF, #ddd 100%);
	background-image: linear-gradient(top, #FFF, #ddd 100%);
	border-bottom: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	font-size: 11px;
	height: 24px;
	padding: 0 10px;
	text-align: left;
	vertical-align: middle;
}


.ch-datagrid th.ch-datagrid-selected,
/* Deprecated */
.datagrid th.selected {
	background: #dedede;
	border-top: 1px solid #CECECE;
	display: block;
	position: relative;
}


.ch-datagrid th.ch-datagrid-selected .ch-datagrid-asc,
.ch-datagrid th.ch-datagrid-selected .ch-datagrid-desc,
/* Deprecated */
.datagrid th.selected .asc,
.datagrid th.selected .desc {
	background: transparent url('../assets/mini-arrows.png') 0 -3px no-repeat;
	width: 7px;
	display: block;
	height: 4px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: 99px;
	top: 0;
	margin: 10px 0;
}

.ch-datagrid th.ch-datagrid-selected .ch-datagrid-desc,
/* Deprecated */
.datagrid th.selected .desc {
	background-position: 0 0;
}

.ch-datagrid th:first-child,
/* Deprecated */
.datagrid th:first-child {
	border-left: none;
}

.ch-datagrid tr,
/* Deprecated */
.datagrid tr {
	border-top: 1px solid #EEE;
}

.ch-datagrid tr.ch-datagrid-selected,
/* Deprecated */
.datagrid tr.selected {
	background-color: #FFC;
}

.ch-datagrid td,
/* Deprecated */
.datagrid td {
	height: 40px;
	padding: 0 10px;
	vertical-align: middle;
}

.lt-ie9 .ch-datagrid thead tr,
/* Deprecated */
.lt-ie9 .datagrid thead tr {
	border: 2px solid #CECECE;
	border-left-width: 1px;
	border-right-width: 2px;
}

.lt-ie9 .datagrid th,
/* Deprecated */
.lt-ie9 .datagrid th {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#dddddd');
}

.lt-ie9 .chdatagrid th.ch-datagrid-selected,
/* Deprecated */
.lt-ie9 .datagrid th.selected {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#dedede');
}


.lt-ie9 .ch-datagrid td,
/* Deprecate */
.lt-ie9 .datagrid td,
.ie6 .datagrid td,
.ie7 .datagrid td,
.ie8 .datagrid td {
	border-top: 1px solid #EEE;
}

/*
* Clear Fix
* @based: http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
*/


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix { 
	zoom: 1; /* IE6 */
}
 
*:first-child+html .clearfix { 
	zoom: 1; /* IE7 */
} 

/*  do not select text  */
.ch-user-no-select {
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.ch-autoComplete .ch-autoComplete-cone {
	display:none !important;
}

.ch-autoComplete-content {
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	border-top:none;
}


.ch-autoComplete-content li,
.ch-autoComplete-selected {
	margin: 0;
	padding: 3px 5px;
	color:#666666;
	cursor:pointer;
}

.ch-autoComplete-selected {
	background-color: #fefbd6;
}

/* IE */
.ch-autoComplete-loading {
	background: url('../assets/loading_small.gif') no-repeat right center;
	background-size: 15px;
	
}

.lt-ie8 .ch-autoComplete {
	display: inline;
	zoom: 1;
}.ch-calendar {
	position:relative;
	display:inline-block;
}

.ch-calendar-month {
	font-size: 12px;
	text-align: center;
	width: 240px;
}

.ch-calendar caption,
.ch-calendar thead,
.ch-calendar td {
	border: 1px solid #dfdfdf;
}

.ch-calendar caption {
	background: -o-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
	background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
	background: linear-gradient(top, #fff 0%, #ddd 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	font-size: 13px;
	height: 26px;
	line-height: 28px;

	background-color: #F5F5F5;
	text-shadow: 0 1px 0 white;
	border-bottom: none;
}

.ch-calendar thead {
	border-weight:0 1px;
}

.ch-calendar th {
	font-size: 11px;
	font-weight: normal;
	width: 14.28%;
}

.ch-calendar td {
	cursor: default;
	height: 26px;
	line-height: 26px;
	width: 14.28%;
}

.ch-calendar-today {
	background-color: #FEFBD6;
}

.ch-calendar-other {
	color: #C6C6C6;
	cursor: default!important;
	overflow: hidden;
	text-indent: -99px;
}

.ch-calendar-disabled,
.ch-calendar-disabled:hover {
	background-color: #FFF;
	color: #C6C6C6;
	cursor: not-allowed;
}


.ch-calendar-selected,
.ch-calendar-selected:hover,
.ch-calendar-selected.ch-today {
	background-color: #666!important;
	color: #FFF!important;
	font-weight: bold!important;
}

.ch-calendar-prev,
.ch-calendar-next {
	cursor: pointer;
	height: 26px;
	position: absolute;
}

.ch-calendar-prev span,
.ch-calendar-next span {
	background: transparent url('../assets/mini-arrows.png') left top no-repeat;
	display: block;
	height: 7px;
	margin: 11px 25px 0 25px;
	overflow: hidden;
	text-indent: 999px;
	width: 4px;
}

.ch-calendar-prev {
	left: 0;
}

.ch-calendar-next {
	right: 0;
}

.ch-calendar-next span {
	background-position: -3px top;
}

/* IE */

.ie9 .ch-calendar caption,
.ie8 .ch-calendar caption {
	margin:0;
}

.ie7 .ch-calendar {
	display:inline;
	zoom:1;
}

.ie7 .ch-calendar-month {
	border: 1px solid #dfdfdf;
}.ch-carousel,
.ch-carousel-mask {
	overflow:hidden;
	position:relative;
}

.ch-carousel-content {
	left:0;
	position:absolute;
	-webkit-transition:left 0.8s ease;
	-moz-transition:left 0.8s ease;
	-ms-transition:left 0.8s ease;
	-o-transition:left 0.8s ease;
	transition:left 0.8s ease;
	
}

.ch-carousel-content.ch-carousel-nofx{
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}

.ch-carousel-list {
	float:left;
	overflow:hidden;
}

.ch-carousel-item {
	float:left;
}

/* Buttons */
.ch-carousel .ch-carousel-prev,
.ch-carousel .ch-carousel-next,
/* Deprecated */
.ch-carousel .ch-prev-arrow,
.ch-carousel .ch-next-arrow {
	position:absolute;
	cursor:pointer;
}

.ch-carousel .ch-carousel-prev,
/* Deprecated */
.ch-carousel .ch-prev-arrow {
	left:10px;
}

.ch-carousel .ch-carousel-next,
/* Deprecated */
.ch-carousel .ch-next-arrow {
	right:10px;
}

.ch-carousel .ch-carousel-prev span,
.ch-carousel .ch-carousel-next span,
/* Deprecated */
.ch-carousel .ch-prev-arrow span,
.ch-carousel .ch-next-arrow span {
	display:block;
	width:11px;
	height:20px;
	margin:15px 8px; /* Area sensible */
	text-indent:999px;
	overflow:hidden;
	background-image: url('../assets/carousel.png');
	background-repeat: no-repeat;
}

.ch-carousel .ch-carousel-next span,
/* Deprecated */
.ch-carousel .ch-next-arrow span {
	background-position:-10px 0;
}


.ch-carousel .ch-carousel-prev:hover span,
.ch-carousel .ch-carousel-next:hover span,
/* Deprecated */
.ch-carousel .ch-prev-arrow:hover span,
.ch-carousel .ch-next-arrow:hover span {
	opacity:0.5;
}

/* Pager */
.ch-carousel-pages {
	position:absolute;
	bottom:0;
}

.ch-carousel-pages li {
	text-indent:999px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	width:10px;
	height:10px;
	cursor:pointer;
	background-color:#d1d1d1;
	border-radius:10px;
	padding: 0;
}

.ch-carousel-pages .ch-carousel-pages-on {
	background-color:#16232f;
}

/* IE 6 */
.lt-ie7 .ch-carousel .ch-carousel-next,
/* Deprecate */
.ie6 .ch-carousel .ch-next-arrow {
	right:20px;
}

.lt-ie7 .ch-carousel .ch-carousel-prev,
/* Deprecate */
.ie6 .ch-carousel .ch-prev-arrow {
	left:0;
}

/* No-js */
.no-js .ch-carousel {
	height:150px;
	overflow:auto;
}

.no-js .ch-carousel ul {
	width:-o-max-content;
	width:-ms-max-content;
	width:-moz-max-content;
	width:-webkit-max-content;
}

.no-js .ch-carousel li {
	float:left;
}/* Date Picker */
.ch-datePicker {
	background-image:none;
	position:absolute;
	z-index: 300;
	background-color: #fff;
	border: 1px solid #cecece;
	box-shadow: 2px 2px 1px #888!important;
	-webkit-box-shadow: 2px 2px 1px #888!important;
	min-width: 240px;
}

.ch-datePicker-trigger {
	background: transparent url('../assets/calendar.png') 0 0 no-repeat;
	display: inline-block;
	height: 20px;
	margin: 0 0 5px 5px;
	overflow: hidden;
	text-indent: 999px;
	vertical-align: middle;
	width: 20px;
}

.ch-datePicker-content .ch-calendar {
	display: block;
}

.ch-datePicker-content .ch-calendar caption,
.ch-datePicker-content .ch-calendar thead {
	border: none;
}

.ch-datePicker-content .ch-calendar caption {
	border-bottom: 1px solid #DFDFDF;
	margin: 0;
}

.ch-datePicker-content .ch-calendar-prev span,
.ch-datePicker-content .ch-calendar-next span {
	margin-top: 10px;
}

.ch-datePicker-content .ch-calendar-day:hover {
	background-color: #F5F5F5;
	color: #333;
	font-weight: normal;
	cursor:pointer;
}

.ch-datePicker-content .ch-calendar-day.ch-calendar-disabled:hover,
/* Deprecated */
.ch-datePicker-content .ch-calendar-day.ch-disabled:hover {
	background-color: white;
	color: #C6C6C6;
	cursor: not-allowed;
}

/* Cone */
.ch-datePicker-cone {
	display:block;
	position:absolute;
	width:16px;
	height:8px;
	left: 112px;
	top: -8px;
}

.ch-datePicker-cone:before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #CECECE;
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 3px;
	left: 1px;
}

.ch-datePicker.ch-left .ch-datePicker-cone {
	left: 12px;
}

.ch-datePicker.ch-right .ch-datePicker-cone {
	height: 16px;
	width: 8px;
	left: -8px;
}

.ch-datePicker.ch-top .ch-datePicker-cone {
	background-position: 0 -8px;
	bottom: -8px;
	top: auto;
}

.ch-datePicker.ch-bottom .ch-datePicker-cone {
	height: 8px;
	width: 16px;
	top: -8px;
}

.ch-datePicker.ch-right.ch-bottom .ch-datePicker-cone {
	right: 12px;
	left: auto;
	height: 8px;
	width: 16px;
}

.ch-datePicker.ch-right.ch-top .ch-datePicker-cone {
	height: 8px;
	width: 16px;
	right: 12px;
	left: auto;
}



/* IE7 */
.lt-ie8 .ch-datePicker-trigger,
.ie7 .ch-datePicker-trigger {
	display: inline;
	margin-bottom: 4px;
	vertical-align: text-bottom;
	zoom: 1;
}

.lt-ie8 .ch-datePicker,
.ie7 .ch-datePicker {
	width: 240px;
}

.lt-ie9 .ch-datePicker-cone {
	background-image: url('../assets/layer.png');
}


.lt-ie9 .ch-datePicker-cone:before {
	width: auto;
	height: auto;
}/* Wrapper */
.ch-dropdown,
.ch-dropdown-skin {
	display:inline-block;
}

/* Trigger */
.ch-dropdown-trigger {
	cursor: pointer;
	padding: 0 23px 0 10px;
	position: relative;
	display:inline-block;
}

/* Trigger Down icon */
.ch-dropdown-trigger .ch-dropdown-ico {
	background: transparent url('../assets/mini-arrows.png') 0 -3px no-repeat;
	display: block;
	height: 4px;
	position: absolute;
	right: 9px;
	top: 10px;
	width: 7px;
	text-indent: 7px;
	overflow: hidden;
}

/* Content */
.ch-dropdown-content {
	background-color: #fff;
	/*max-height: 215px;*/
	min-width: 120px;
	overflow: auto;
	white-space: nowrap;
}

.ch-dropdown-content-hide {
	display: none;
}

/**
*	Primary skin
*/

/* Trigger */
.ch-dropdown-trigger {
	font-size: 12px;
	height: 23px;
	line-height: 24px;
}

/* Trigger Actived */
.ch-dropdown-trigger.ch-dropdown-trigger-on,
.ch-dropdown-trigger.ch-dropdown-trigger-on:hover {
	background: #C8E5F7;
	background: -o-linear-gradient(top, #8FB0C5 0%, #A3C9E1 3%, #79B5DC 100%);
	background: -ms-linear-gradient(top, #8FB0C5 0%, #A3C9E1 3%, #79B5DC 100%);
	background: -moz-linear-gradient(top, #8FB0C5 0%,  #A3C9E1 3%, #79B5DC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8FB0C5), color-stop(3%, #A3C9E1), color-stop(100%, #79B5DC));
	background: -webkit-linear-gradient(top, #8FB0C5 0%, #A3C9E1 3%, #79B5DC 100%);
	background: linear-gradient(top, #8FB0C5 0%, #A3C9E1 3%, #79B5DC 100%);
}

.lt-ie8 .ch-dropdown-trigger.ch-dropdown-trigger,
.lt-ie8 .ch-dropdown-trigger.ch-dropdown-trigger:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3C9E1', endColorstr='#79B5DC');
}

.ch-dropdown-trigger-on.ch-bottom,
.ch-dropdown-trigger-on.ch-bottom-right {
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.ch-dropdown-trigger-on.ch-top,
.ch-dropdown-trigger-on.ch-top-right {
	-o-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}


/* Content */
.ch-dropdown-content {
	border: 1px solid #79a8c7;
}

/* List of links */
.ch-dropdown-content li a {
	color: #000;
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 5px;
	padding: 0 20px 0 5px;
	text-decoration: none;
}

/* Interaction of list */
.ch-dropdown-content li a:hover,
.ch-dropdown-content li a:focus {
	background-color: #fefbd6;
}


/**
*	Skin
*/

/* Trigger */
.ch-dropdown-skin .ch-dropdown-trigger,
/* Deprecated */
.secondary .ch-dropdown-trigger {
	background: #fff !important;
	border: 1px solid #fff;
	border-width: 0 1px;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #0637B3;
	font-size: 13px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
}

.lt-ie8 .ch-dropdown-skin .ch-dropdown-trigger,
/* Deprecated */
.lt-ie8 .secondary .ch-dropdown-trigger {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff') !important;
}

/* Trigger Down icon */
.ch-dropdown-skin .ch-dropdown-trigger .ch-dropdown-ico,
/* Deprecated */
.secondary .ch-dropdown-trigger .ch-dropdown-ico {
	top: 6px;
}

/* Trigger Actived */
.ch-dropdown-skin .ch-dropdown-trigger:active,
/* Deprecated */
.secondary .ch-dropdown-trigger:active {
	color: #00D;
}

/* Trigger ON */
.ch-dropdown-skin .ch-dropdown-trigger-on,
/* Deprecated */
.secondary .ch-dropdown-trigger-on {
	border-color: #ccc;
	-o-box-shadow: 2px 0 0 #888;
	-ms-box-shadow: 2px 0 0 #888;
	-moz-box-shadow: 2px 0 0 #888;
	-webkit-box-shadow: 2px 0 0 #888;	
	box-shadow: 2px 0 0 #888;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Trigger Hover */
.ch-dropdown-skin .ch-dropdown-trigger:hover,
/* Deprecated */
.secondary .ch-dropdown-trigger:hover {
	text-decoration: underline;
}

/* Content */
.ch-dropdown-skin .ch-dropdown-content,
/* Deprecated */
.secondary .ch-dropdown-content {
	border: 1px solid #ccc;
	-o-box-shadow: 2px 2px 1px #888;
	-ms-box-shadow: 2px 2px 1px #888;
	-moz-box-shadow: 2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow: 2px 2px 1px #888;
	padding: 5px 30px 5px 10px;
}

/* List of links */
.ch-dropdown-skin .ch-dropdown-content li,
/* Deprecated */
.secondary .ch-dropdown-content li {
	list-style: none;	
}

.ch-dropdown-skin .ch-dropdown-content a,
/* Deprecated */
.secondary .ch-dropdown-content a {
	background: none;
	color: #0637B3;
	display: inline;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Interaction of list */
.ch-dropdown-skin .ch-dropdown-content a:hover,
.ch-dropdown-skin .ch-dropdown-content a:focus,
/* Deprecated */
.secondary .ch-dropdown-content a:hover,
.secondary .ch-dropdown-content a:focus {
	background: none;
	text-decoration: underline;
}


.lt-ie8 .ch-dropdown,
/* Deprecate */
.ie6 .ch-dropdown {
	display: inline;
	zoom: 1;
}

.lt-ie7 .ch-dropdown-trigger .ch-dropdown-ico,
/* Deprecate */
.lt-ie7 .ch-dropdown-trigger .ch-dropdown-ico,
.ie6 .ch-dropdown-trigger .ch-dropdown-ico {
	top: 12px;
}


.lt-ie9 .ch-dropdown-skin .ch-dropdown-trigger {
	filter: none;
}

/* IE 7 */
.lt-ie8 .ch-dropdown-trigger,
/* Deprecate */
.ie6 .ch-dropdown-trigger,
.ie7 .ch-dropdown-trigger {
	display: inline;
	zoom: 1;
	padding: 0 25px 0 10px;
	line-height: 20px;
	margin: 0 5px;
}

.ie7 .ch-dropdown-skin .ch-dropdown-trigger,
/* Deprecated */
.ie7 .secondary .ch-dropdown-trigger {
	line-height: 1em;
	padding-top: 0;
	padding-bottom: 0;
}/* Trigger */

.ch-expando-trigger{
/*
	color:#0637B3;
	cursor:pointer;
	position:relative;
	padding-left:16px;
*/	
	color:#00426A;
	cursor:pointer;
	position:relative;
	padding-left:24px;
	font-size:0.62em;
	
}
/* Active trigger */
.ch-expando-trigger:active {
/*
	color: #00D;
*/
	color:#00426A;
}

/* Visited trigger */
.ch-expando-trigger:visited{
/*
	color:#800080;
*/
	color:#00426A;
}

/* Hover trigger */
.ch-expando-trigger:hover {

	text-decoration: underline;
	color:#00426A;
}

/* Trigger icon */
.ch-expando-trigger .ch-expando-ico {
	background-image: url('../assets/expando.png');
	display: block;
	width: 10px;
	height: 12px;
	position:absolute;
	top:2px;
	overflow: hidden;
	text-indent: 14px;
	margin-left:10px;
}

/* Trigger icon hover */
.ch-expando-trigger:hover .ch-expando-ico {
	background-position: 0 -17px;
}

/* Trigger icon on */
.ch-expando-trigger-on .ch-expando-ico,
.ch-expando-trigger-on:hover .ch-expando-ico {
	width: 12px;
	height: 12px;
	background-position: 0 -30px;
	top: 0px;
}

/* Content */
.ch-expando-content {
	margin:5px 0 0 16px;
}

/* IE 6 */
.lt-ie7 .ch-expando-trigger,
/* Deprecate */
.ie6 .ch-expando-trigger {
	font-size:13px;
	text-decoration: underline;
}

/* IE 7 */
.ie7 .ch-expando-trigger{
	font-size:13px;
}
/* Required specification */
form p.required {
	color:#999;
	font-size:11px;
}
							

/* Field wrapper */
form .field-box{
	padding:5px 0;
}
							

form label span{
	display:block;
	float:left;
	margin:5px 15px 5px 0;
	padding:2px 0;
	text-align:right;
	width:130px;
}
						
							

/* Field label required */
form label.required span {
	font-weight:bold;
	position:relative;
}
		
							

/* Asterisk of field label required */
form label.required span em {
	position:absolute;
	right:-8px;
	top: 0px;
}
							


/* Fields */
form label input, 
form label textarea {
	border:1px solid #CCCCCC;
	padding:4px;
	margin:5px 0;
}
							
							
							
							

form label select {
	margin:5px 0;
}
							



form label textarea {
	height:125px;
	width:350px;
}
							

/* Error */
/* Field input error */
form label .error, 
form select .error{
	border:1px solid #C62026 !important;
}

form label .error.ico{
	border:none !important;
}

							


/* Options */
form .options .field-box{
	margin: 0 0 15px 20px;
	padding:0;
}

							

form .options h4{
	margin-bottom:15px;
}

							

form .options.required h4{
	font-weight:bold;
}

form .options label span {
	display:inline;
	float:none;
	margin:0;
	padding:0;
	text-align:left;
	width:auto;
	vertical-align:baseline;
}

							
							
form .options label input[type="checkbox"],
form .options label input[type="radio"] {
	border:none;
	margin:0;
	padding:0;
}

							


/* Actions */
form .actions {
	margin-left:145px;
	text-align:left;
}

form .actions .btn{
	margin-right:15px;
}

/* Help */
form .help{
	color:#666666;
	font-size:11px;
	line-height:11px;
	margin-left:145px;
}
							
							

/* Focus */
form label input:focus, 
form label textarea:focus {
	border:2px solid #666666;
	padding:3px;
}

							

form .options label input:focus, 
form .options label textarea:focus {
	border:none;
	padding:0;
}

							

form label select:focus{
	box-shadow:2px #666;
	-moz-box-shadow:2px #666;
	-webkit-box-shadow:2px #666;
}

form label .error:focus {
	border:1px solid #CC0000;
	padding:4px;
	box-shadow:2px #CC0000;
	-moz-box-shadow:2px #CC0000;
	-webkit-box-shadow:2px #CC0000;
}

form label select.error:focus{	
	padding:0px;
}

/* Vertical Form*/
form.vertical .field-box {
	padding:7px 0;
}

form.vertical label span {
	float:none;
	line-height:13px;
	margin:0;
	padding:0;
	text-align:left;
	width:auto;
}


form.vertical label.required span em {
	position:relative;
	left:0;
	top: 0px;
}

form.vertical .help{
	margin-left:0;
}

/* Disabled*/
/* Wrapper disabled (Don't forget to add Disabled attribute to input element) */
form .disabled {
	color:#999;
}

								

form .disabled input{
	background-color:#F2F2F2;
}

								
								
								

/* IE 6  */
.lt-ie7 .disabled,
/* Deprecate */
.ie6 form .disabled {
	border:none !important;
}

.lt-ie7 .help,
/* Deprecate */
.ie6 form .help {
	margin-left:148px;
}

.lt-ie7 form h4,
/* Deprecate */
.ie6 form h4 {
	margin-left:10px;
}

.lt-ie7 form .options label input,
/* Deprecate */
.ie6 form .options label input {
	border:none;
	margin:0;
	padding:0;
}

/* IE 7*/
.ie7 form {
	position:relative;
}

.ie7 form .options{
	position:relative;
}

.ie7 form .field-box{
	position:relative;
}

.ie7 form h4 { 
	margin-left:10px;
	display:block;
}

.ie7 form .actions{
	position:relative;
}

.ie7 form .options label input {
	border:none;
	margin:0;
	padding:0;
}

/* IE 8 */
.ie8 form label input:focus,
.ie8 form label textarea:focus {
	border:3px solid #666;
}

.ie8 form .options label input:focus,
.ie8 form .options label textarea:focus {
	border:none;
	padding:0;
}

.ie8 form .options label input {
	border:none;
	margin:0;
	padding:0;
}						
						input[type="search"]{
						  -webkit-appearance: textfield;
						}
						
						input::-webkit-outer-spin-button,
						input::-webkit-inner-spin-button {
							-webkit-appearance: none;
							margin: 0;
						}
						
						/* Generic input & textarea */
							input,
							textarea,
							select[multiple],
							.ch-form-select-multiple {
								border:1px solid #CCCCCC;
								-moz-box-shadow:1px 1px 1px rgba(204, 204, 204, 0.3) inset;
								-ms-box-shadow:1px 1px 1px rgba(204, 204, 204, 0.3) inset;								
								-o-box-shadow:1px 1px 1px rgba(204, 204, 204, 0.3) inset;
								-webkit-box-shadow:1px 1px 1px rgba(204, 204, 204, 0.3) inset;
								box-shadow:1px 1px 1px rgba(204, 204, 204, 0.3) inset;
								padding:5px 4px;
								margin:5px 0;
							}
							
							input[type="file"],
							input[type="checkbox"],
							input[type="radio"] {
								border:none;
								padding:0;
							}
							
							input:focus, 
							textarea:focus,
							select[multiple]:focus,
							.ch-form-select-multiple:focus {
							   /*border: 2px solid #666;*/
								border: 1px solid #00426A; /*Modificado JAT*/
								padding: 4px 3px;
								outline: 0;
							}
					
							input[type="file"]:focus,
							input[type="checkbox"]:focus,
							input[type="radio"]:focus,
							input[type="range"]:focus,
							select:focus {
								outline: 1px dotted #666;
							}

							input[readonly],
							input[readonly]:focus {
								border-color:transparent;
								-moz-box-shadow: none;
								-ms-box-shadow: none;
								-o-box-shadow: none;
								-webkit-box-shadow: none;
								box-shadow: none;
							}

form .ico{display:inline-block;}
						
						.ch-form-ico {display:inline-block;vertical-align:middle;margin-bottom:5px;margin-left:5px !important;}

							/* Module */
							form fieldset,
							.ch-form fieldset {
								margin-bottom:10px;
							}
							
								/* Title module */
								form legend,
								.ch-form legend {
									color:#dc7b1c;
									font-size:14px;
									font-weight:bold;
									padding-bottom:15px;
								}
								
								/* Deprecate H4, it could not match the hierarchy */
								.form h4,
								.ch-form-subtitle {
									font-size:13px;
									font-weight:bold;
								}
								
							/* Required specification or another */
							.ch-form-hint {
								color:#666666;
								font-size:11px;
								line-height:11px;	
							}
							
							/* Basic wrapper for horizontal view */
							.ch-form-row {
								padding: 5px 0;
								margin-bottom: 0;
							}
							
							
							/* Label */
							.ch-form-row label {
								position:relative;
								padding:7px 11px 5px 0;
								display:inline-block;
								text-align:right;
								width:130px;
							}
							
							/* Label for back compatibility */
								.field-box label{
									padding:0;
									/* could be necesary to back compatibility
									position:static;
									*/
								}
							/* Label inline not used yet */
								.ch-form-row input + label,
								.ch-form-row select + label,
								.ch-label-inline{
									text-align:left;
									width:auto;
									padding-right:0;
									font-weight:normal;
									margin-left:0;
								}
								
								.ie6 label.ch-label-inline{width:auto !important;}
								
							/* Label required **/
								.ch-form-required label{
									font-weight:bold;
								}
								
								.ch-form-required.ch-form-options label{
									font-weight:normal;
								}
								
							/* Icon indication of required */
								.ch-form-required em{
									display:block;
									position:absolute;
									right:3px;
									top: 3px;
								}
							/* Icon indication of required in options */
								.ch-form-required.ch-form-options em{
									display:inline;
									position:relative;
									vertical-align:super;
									top: auto;
									right:auto;
								}
							
							/* Checkbox inline 
							.ch-form-row input + input[type=checkbox],*/
							.ch-form-checkbox-inline{
								margin-left:11px;
								margin-right:0;
								border:none;
							}
							
							/* Range 
							input[type=range],*/
							.ch-form-range{
								padding:4px;
								vertical-align:middle;
							}
							
							/* Select */
							.ch-form-row select {
								margin:5px 0;
							}
							
							/* Select Multiple */
							.ch-form-row select[multiple],
							.ch-form-select-multiple {
								vertical-align:top;
								margin-top:10px;
							}
							
							/* Textarea */
							.ch-form-row textarea {
								height:125px;
								width:350px;
								vertical-align:top;
							}
							
							/* Help bottom line that helps the user */
							.ch-form-row .ch-form-hint{
								margin-left:145px;
								display:block;
							}
							
							/* Error colorize the border */
							form .ch-form-error,
							form .error, 
							form .error {
								border:1px solid #C62026;
							}
							
							form .ch-form-error:focus,
							form .error:focus,
							form .ch-form-error:focus {
								border:2px solid #CC0000;
								padding:4px 3px;
								box-shadow:2px #CC0000;
								-moz-box-shadow:2px #CC0000;
								-webkit-box-shadow:2px #CC0000;
							}
							
							
							/* Options */
							.ch-form-options{
								margin: 0 0 15px 20px;
								padding:0;
							}
							
							.ie6 .ch-form-options .ch-form-row {
								vertical-align: middle;
							}
							
							/* Subtitle in options */
							.ch-form-options .ch-form-subtitle{
								margin-bottom:15px;
								margin-left:-20px;
							}
							
							/* Subtitle in options & required */
							.ch-form-options.ch-form-required .ch-form-subtitle{
								font-weight:bold;
							}
							
							/* Label in options */
							.ch-form-options label {
								margin:0;
								padding:0;
							}							

							.ie6 .ch-form-options label {
								text-align: left;
								width: auto;
							}
							
							/* Radio & Checkbox in options 
							.ch-form-options input[type="checkbox"],
							.ch-form-options input[type="radio"],*/
							.ch-form-options input{
								margin:8px 4px 0 0;
								/*display:block;
								clear:both !important;
								float:left;
								line-height:30px;*/
							}
							
							.ch-form-options input[type="checkbox"]:focus,
							.ch-form-options input[type="radio"]:focus {
								border:none;
								padding:0;
							}

							
							/* Disabled status */
							.ch-form-disabled label{
								color:#999999;
							}
							
							.ch-form-disabled input,
							.ch-form-disabled input[disabled],
							.ch-form-disabled textarea,
							.ch-form-disabled textarea[disabled] {
								background-color:#F2F2F2;
								cursor: not-allowed;
							}

							/* Actions */
							.ch-form-actions {
								margin-left:145px;
								text-align:left;
							}
							
							.ch-form-actions .btn,
							.ch-form-actions .ch-btn {
								margin-right:10px;
							}

.ch-layer {
	min-width:280px;
	background-image:none;
	position:absolute;
	z-index: 300;
	box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
}

.ch-layer .ch-close {
	top:5px;
	right:5px;
}

/* Cone */
.ch-layer .ch-layer-cone {
	background-image: url('../assets/layer.png');
	display:block;
	position:absolute;
	width:16px;
	height:8px;
}

.ch-layer.ch-left .ch-layer-cone {
	left: 12px;
}

.ch-layer.ch-right .ch-layer-cone {
	height: 16px;
	width: 8px;
	left: -8px;
}

.ch-layer.ch-top .ch-layer-cone {
	background-position: 0 -8px;
	bottom: -8px;
	top: auto;
}

.ch-layer.ch-bottom .ch-layer-cone {
	height: 8px;
	width: 16px;
	top: -8px;
}

.ch-layer.ch-bottom.ch-right .ch-layer-cone,
/* Deprecated */
.ch-layer.ch-right.ch-bottom .ch-cone {
	right: 12px;
	left: auto;
	height: 8px;
	width: 16px;
}

.ch-layer.ch-right.ch-top .ch-layer-cone {
	height: 8px;
	width: 16px;
	right: 12px;
	left: auto;
}

/* IE 6,7 */
.lt-ie8 .ch-layer,
/* Deprecate */
.ie6 .ch-layer,
.ie7 .ch-layer {
	width:280px;
}


/* IE6 */
.lt-ie7 .ch-layer .ch-layer-cone,
/* Deprecated */
.ie6 .ch-layer .ch-layer-cone {
	font-size:0;
	line-height:0;
}/* Menu */
.ch-menu {
	max-width:300px;
}

.ch-menu,
.ch-accordion {
	border-top:1px solid #ccc;
}

/* L1 and L2 items */
.ch-bellows-trigger,
.ch-menu .ch-expando-trigger,
.ch-accordion .ch-expando-trigger,
.ch-menu .ch-expando-content a {
	font-size:13px;
	height:26px;
	line-height:26px;
	cursor:pointer;
	text-decoration:none!important;
	color:#333!important;
	display:block;
	padding:0 5px;
}

/* L1 and L2 items hover */
.ch-bellows-trigger:hover,
.ch-menu .ch-expando-trigger:hover,
.ch-menu .ch-expando-content a:hover,
.ch-accordion .ch-expando-trigger:hover,
.ch-accordion .ch-expando-content a:hover {
	background-color:#FCF8D0;
}


/* L1 items */
.ch-bellows-trigger,
.ch-menu .ch-expando-trigger,
.ch-menu .ch-expando-content,
.ch-accordion .ch-expando-trigger,
.ch-accordion .ch-expando-content{
	border-bottom:1px solid #ccc;
	position:relative;
}

/* L1 items icon */
.ch-menu .ch-expando-trigger .ch-expando-ico,
.ch-accordion .ch-expando-trigger .ch-expando-ico {
	right:5px;
	top:7px;
}

.ch-menu .ch-expando-trigger-on .ch-expando-ico,
.ch-accordion .ch-expando-trigger-on .ch-expando-ico {
	top:6px;
}

/* L2 items list */
.ch-menu .ch-expando-content,
.ch-accordion .ch-expando-content{
	margin:0;
}

/* L2 items */
.ch-menu .ch-expando-content a {
	padding-left:20px;
}

/* Selected child */
.ch-menu-on {
	font-weight:bold;
}

/* IE */
.ie7 .ch-menu .ch-expando {
	line-height:0;
}.ch-dimmer {
	background-color:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
}

.ch-transition p {
    text-align: center;
}


.ch-modal, .ch-transition {
	background-color: #fff;
	background-image: none;
	position:absolute;
	overflow:auto;
	width:500px;
	box-shadow: 3px 3px 3px #595959;
	-webkit-box-shadow: 3px 3px 3px #595959;
	-moz-box-shadow: 3px 3px 3px #595959;
}


.ch-modal h2 {
    font:20px "Trebuchet MS", Verdana, "DejaVu Sans", sans-serif;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
}

/* IE6 */
.lt-ie7 .ch-dimmer,
/* Deprecate */
.ie6 .ch-dimmer {
	filter:alpha(opacity=50) !important;
	background-color:#000000;
	width:150%;
}


* html.ie6  div.ch-modal, div.ch-transition {
	z-index:150;
}

/* IE 7,8 */
.ie7 .ch-dimmer, 
.ie8 .ch-dimmer {
	background-color:#000;
	filter: alpha(opacity=50) !important;
}/* TabNavigator container */
.ch-tabNavigator {
	margin:10px 0;
}

											.ch-tabNavigator.ch-tab-vertical {
												position:relative;
											}

/* Triggers container */
.ch-tabNavigator .ch-tabNavigator-triggers {
	position:relative;
	top:1px;
	z-index:10;
	margin-left:10px;
	overflow:hidden;
}

											.ch-tabNavigator.ch-tab-vertical .ch-tabNavigator-triggers {
												margin-left:0;
												position:absolute;
												top:0;
												left:0;
												width:123px;
												z-index:10;
											}

.ch-tabNavigator-triggers li{
	cursor:pointer;
	/*margin-right:5px;
	float:left;*/
	display:inline;
	margin-right:0;
}

										.ch-tab-vertical .ch-tabNavigator-triggers li{
											cursor:pointer;
											display:block;
											margin:0 0 5px 0;
										}

/* Triggers */
.ch-tab-trigger {
	border:1px solid #ccc;
	display:inline-block;
	padding:3px 12px;
	margin-right:2px;
	text-decoration:none !important;
	color:#333333 !important;
	background-color:#fff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

										.ch-tab-vertical .ch-tab-trigger {
											-moz-border-radius:5px 0 0 5px;
											-webkit-border-radius:5px 0 0 5px;
											border-radius:5px 0 0 5px;
											display:block;
											padding:7px 12px 6px 12px;
											
										}
										
										.ch-tab-vertical li:first-child .ch-tab-trigger {
										}

/* Hover and active */
.ch-tab-trigger:hover,
.ch-tab-trigger:active {
	background-color: #dedede;
}

/* Vertical trigger */

/* Trigger ON */
.ch-tabNavigator .ch-tab-trigger-on,
.ch-tabNavigator .ch-tab-trigger-on:hover {
	background: #FFF url('../assets/gradients.png') 0 -280px repeat-x;
	border-bottom:1px solid #FFFFFF;
	cursor:default;
	font-weight:bold;
}

								.ch-tabNavigator.ch-tab-vertical .ch-tab-trigger-on {
									border:1px solid #cccccc;
									border-right:1px solid #ffffff;
									background:none;
								}
								
								.ch-tabNavigator.ch-tab-vertical .ch-tab-trigger-on:hover,
								.ch-tabNavigator.ch-tab-vertical .ch-tab-trigger-on:active{
									background-color:#ffffff;
								}

/* content */
.ch-tabNavigator .ch-box {
 	background-image:none;
 	border-radius:0;
 	-moz-border-radius:0;
	-webkit-border-radius:0;
}

								.ch-tabNavigator.ch-tab-vertical .ch-tabNavigator-content {
									margin-left:120px;
									min-height:120px;
								}

.no-js .ch-tabNavigator-triggers {
	top:0;
	border:1px solid #CCCCCC;
	border-bottom:none;
	margin:0;
	padding-left:10px;
	background:#f9f9f9;
	
}

.no-js .ch-tabNavigator-triggers li {
	display:list-item;
	list-style-type:square;
	margin-left:16px;
	margin-right:16px;
	cursor:default;
}

.no-js .ch-tab-trigger {
	border:none;
	border-radius:0;
	padding:0 12px 0 2px;
	display:inline;
	color:#0637B3 !important;
	background:transparent;
}

.no-js .ch-tab-trigger:hover {
	background:transparent;
	text-decoration:underline !important;
}


.no-js .ch-tab-trigger-on {
	background:t ransparent;
	font-weight:normal;
}

.no-js .ch-tabNavigator .ch-box > div {
	border-top:1px solid #CCCCCC;
	margin-top:10px;
	padding-top:10px;
}

.no-js .ch-tabNavigator .ch-box > div:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.ch-tooltip {
	font-size:11px;
	/*background-color:#faf5c8;*/
	background-color:#ececec;
	color:#00426A;
	border:1px solid #a0a082;
	min-width:30px;
	position:absolute;
	padding:0 5px;

	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:-2px 2px 3px #ccc;
	-moz-box-shadow:-2px 2px 3px #ccc;
	-webkit-box-shadow:-2px 2px 3px #ccc;
}

/* Cone */
.ch-tooltip .ch-tooltip-cone {
	/*background-image: url('../assets/tooltip.png');*/
	display:block;
	position:absolute;
	width:16px;
	height:8px;
}

.ch-tooltip.ch-left .ch-tooltip-cone {
	left: 8px;
}

.ch-tooltip.ch-right .ch-tooltip-cone {
	height: 16px;
	width: 8px;
	left: -8px;
}

.ch-tooltip.ch-top .ch-tooltip-cone {
	background-position: 0 -8px;
	bottom: -8px;
	top: auto;
}

.ch-tooltip.ch-bottom .ch-tooltip-cone {
	height: 8px;
	width: 16px;
	top: -8px;
}

.ch-tooltip.ch-right.ch-bottom .ch-tooltip-cone {
	right: 8px;
	left: auto;
	height: 8px;
	width: 16px;
}

.ch-tooltip.ch-right.ch-top .ch-tooltip-cone {
	height: 8px;
	width: 16px;
	right: 8px;
	left: auto;
}

/* IE6 */
.lt-ie7 .ch-tooltip .ch-tooltip-cone,
/* Deprecated */
.lt-ie7 .ch-tooltip .ch-cone,
.ie6 .ch-tooltip .ch-cone {
	font-size:0;
	line-height:0;
}.ch-validation {
	color: #600;
	font-size: 12px;
	display: inline-block;
	width: 160px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
}


.ch-validation-content .ch-message-error {
	padding: 2px 5px 2px 27px;
	background-position: -175px -5px;
}

/* Cone */

.ch-validation .ch-validation-cone {
	background-image: url("../assets/validation.png");
	background-position: 0 0 no-repeat;
	display:block;
	position:absolute;
	width:8px;
	height:16px;
}

.ch-validation.ch-left .ch-validation-cone {
	left: 8px;
}

.ch-validation.ch-right .ch-validation-cone {
	height: 16px;
	width: 8px;
	left: -7px;
	top: 4px;
}

.ch-validation.ch-top .ch-validation-cone {
	background-position: 0 -8px;
	bottom: -8px;
	top: auto;
}

.ch-validation.ch-bottom .ch-validation-cone {
	height: 8px;
	width: 16px;
	top: -7px;
}

.ch-validation.ch-right.ch-bottom .ch-validation-cone {
	right: 8px;
	left: auto;
	height: 8px;
	width: 16px;
}

.ch-validation.ch-right.ch-top .ch-validation-cone {
	height: 8px;
	width: 16px;
	right: 8px;
	left: auto;
}

/* IE 6,7 */
.lt-ie8 .ch-validation,
/* Deprecate */
.ie6 .ch-validation,
.ie7 .ch-validation {
	z-index:1;
}/* Anchor */
.ch-zoom-trigger {
	position:relative;
	overflow:hidden;
	display:block;
	cursor:crosshair;
}

/* Loading transition */
.ch-zoom-loading {
	background-color:#fff;
	background-position:center 20px;
	background-repeat:no-repeat;
	width:120px;
	height:100px;
	line-height:160px;
	opacity:0.75;
	filter:alpha(opacity=75);
	z-index:2;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:absolute;
	font-size:11px;
	color:#333;
	text-align:center;
}

/* Seeker shape */
.ch-zoom-trigger .ch-zoom-seeker {
	border:1px solid #666;
	background:#eee;
	opacity:0.3;
	filter:alpha(opacity=30);
	position:absolute;
}

/* Zoomed area */
.ch-zoom {
	border:1px solid #ccc;
	background-color:#fff;
}

/* Zoomed container */
.ch-zoom-content {
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
}

/* Zoomed image */
.ch-zoom-content img {
	position:absolute;
}

/* IE */
.lt-ie9 .ch-zoom-trigger .ch-zoom-seeker,
/* Deprecate */
.ie6 .ch-zoom-trigger .ch-zoom-seeker,
.ie7 .ch-zoom-trigger .ch-zoom-seeker,
.ie8 .ch-zoom-trigger .ch-zoom-seeker {
	cursor:crosshair;
}