/* @override 
	http://localhost/~josanchez/ws/styles/styleV2test/css/widgets.css
	http://localhost/~fernando/webspectacular/styles/styleV2test/css/widgets.css
	http://localhost/~josanchez/ws/php/plasticbriqFramework/interfaceFiles/css/widgets.css
	http://localhost/~josanchez/ws/styles/modelo/css/widgets.css
*/

.ImagesContainer {
	
	
}

.formField .fileUploader {
	float: none;
	position: static;
	height: 70px;
	width: 560px;
}

.formField .uploaderContainer {
	/*float: none;*/
	margin-left: 2px;
}

.fileUploader {
	width: 350px;
	float: right;
	position: relative;
	display: block;
	/*top: -15px;*/
	top: 7px;
	margin-bottom: 0;
	margin-right: 20px;
}

.fileUploader label {
	display: block;
}

.uploaderContainer {
	height: 55px;
	width: 254px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.uploaderButtons {
	margin-left: 10px;
	position: relative;
	top: 31px;
}

/* Editor de texto enriquecido*/
.richTextEditor {
	
}

.richTextTabContainer {
	height: 20px;
}

.richTextTabButton {
	float: left;
	width: 50px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	cursor: hand;
	cursor: pointer;
}

.richTextTabButton:hover {
	background-color: gray;
}

.richTextTabButtonSelected {
	float: left;
	width: 50px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	cursor: hand;
	cursor: pointer;
	background-color: white;
}

.richTextContainer {
	background-color: white;
}

.richTextIconButton:hover {
	background-color: #dbe0ed;
}

.ItemSliderContainer {
	overflow: hidden;
}

.ItemSliderContainer .slideshowContainer {
	background-color: #000;
	display: block;
	overflow: hidden;
	position: relative;
}

.ItemSliderContainer .slideshow {
	background-color: #000;
	position: relative;
	left: -30px;
	display: block;
/*	width: auto;*/
	/*width: 1200px;*/
/*	height: 100px;*/
/*	padding-top: 10px;*/
}

/*.ItemSliderContainer .ItemSliderThumbnail {
	float: left;
	background-color: black;
}*/

.ItemSliderContainer .ItemSliderThumbnail img {
	cursor: pointer;
	cursor: hand;
}

.ItemSliderContainer .leftArrow {
	position: absolute;
	/*display: inline;*/
	/*float:left;*/
	margin-left: 0px;
/*	margin-top: -70px;*/
	margin-right: 10px;
	cursor: pointer;
	cursor: hand;
}

.ItemSliderContainer .rightArrow {
	position: absolute;
/*	margin-top: -70px;*/
	cursor: pointer;
	cursor: hand;
	background-color: blue;
}

/**********************************************/


.ItemSliderContainerVertical .slideshowContainer {
	background-color: #000;
	display: block;
/*	width: 1500px;*/
/*	height: 120px;*/
	overflow: hidden;
}

.ItemSliderContainerVertical .slideshow {
	background-color: #000;
	position: relative;
	/*top: -30px;*/
	display: block;
/*	width: auto;*/
	/*width: 1200px;*/
/*	height: 100px;*/
/*	padding-top: 10px;*/
}

.ItemSliderContainerVertical .ItemSliderThumbnail {
	clear: both;
	float: left;
	background-color: black;
}

.ItemSliderContainerVertical .ItemSliderThumbnail img {
	cursor: pointer;
	cursor: hand;
}

.ItemSliderContainerVertical .leftArrow {
	position: absolute;
	/*display: inline;*/
	/*float:left;*/
	margin-left: 0px;
/*	margin-top: -70px;*/
	margin-right: 10px;
	cursor: pointer;
	cursor: hand;
}

.ItemSliderContainerVertical .rightArrow {
	position: absolute;
/*	margin-top: -70px;*/
	cursor: pointer;
	cursor: hand;
}

.leftArrow {
	z-index: 999;
}

.rightArrow {
	z-index: 999;
}

/* Catálogos de productos */
.catalogGoBackButton {
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/go_back_news_item.png);
	cursor: pointer;
	cursor: hand;
}

.catalogGoBackButton:hover {
	background-color: silver;
}

