/* @override http://www.industriasdavid.es/styles/industriasdavid/css/modules.css */

/* news module */

.newsTitle {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: transparent;
	color:  #737373;
}

.newsTitle:hover {
	color: #303030;
	background-color: #F3F3F3;
}

.newsTitleComments {
	display: inline;
	font-size: 9px;
	color: black;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
}

.newsDate {
	width: 100%;
	padding-left: 10px;
	color: silver;
}

.newsDetailItem {
	margin-bottom: 20px;
	border-bottom: 1px dotted #6a6a6a;
	padding-bottom: 5px;
}

.newsDetailTitle {
	color: #737373;
}

.newsDetailDate {
	color: silver;
}

.newsDetailDescription {

	font-size: 11px;

}

.newsCommentSeparator {

}

.newsSeparator {

}

.newsNavigator {

}

.newsNavigatorButton {
	
}

.newsNavigatorText {
	color: #737373;
}

.newsNavigatorText:hover {
	color: black;
}


.newsNavigatorInfo {

}

.newsCommentTitle {
	color: #737373;
}

.newsCommentItem {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.newsCommentAuthorContainer {
	margin-bottom: 4px;
}

.newsCommentAuthor {
	
}

.newsCommentWeb {
	color: #ffbf00;
}

.newsCommentTextContainer{
	
}

.newsItemCommentText:hover {
	color: black;
}

#commentForm {
	
}

.newsItemVoteForm {
	display: none;
}

.newsDescriptionPreview {
	font-size: 11px;
	margin-left: 10px;
}

.newsItemVisits {
	margin-left: 10px;
}


/* Catálogos de productos */
.catalogItemSelectorComboBoxContainer {
	margin-left: 400px;
	margin-bottom: 7px;
	height: 30px;
	margin-top: -55px;
}

.catalogGoBackLinkTop {
	margin-top: 10px;
	display: none;
}

.catalogGoBackLinkBottom {
	margin-top: 670px;
}

.catalogProductList {
	min-height: 800px;
	overflow: auto;
}

.catalogItemTemplateBlock {
	display: block;
	float: left;
	margin-left: 20px;
	width: 250px;
	height: 250px;
	overflow: hidden;
	clear: none;
}

.catalogTemplateBlock {
	
}

.catalogItem {
	margin-bottom: -76px;
}

.catalogItemList {
	float: left;
}

.catalogShortText_list {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #565656;
}

.catalogShortText {
	font-size: 18px;
	line-height: 18px;
	color: #565656;
}

.catalogGoBackLinkBottom {
	margin-top: 590px;
	margin-left: 715px;
	width: 100px;
	text-align: center;
}

.catalogGoBackLinkBottom:hover {
	color: white;
}

.catalogGoBackButton {
	float: none;
	width: 50px;
	height: 50px;
	background-image: url(../cssImages/catalog_go_back.png);
	cursor: pointer;
	cursor: hand;
	margin-left: auto;
	margin-right: auto;
}

.catalogGoBackLink {
	display: block;
	width: 100px;
	text-decoration: underline;
}

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

.dynamicFormName {
	display: none;
}

.languageChooserContainer {
	top: 300px;
	left: 550px;
	position: absolute;
	z-index: 100;
}

.languageChooserItem {
	float: left;
	margin-left: 10px;
}

.languageChooserText {
	display: none;
}

#languageChooserItem_1_icon {
	width: 30px;
	height: 30px;
	background-image: url(../cssImages/spain.png);
	display: block;
	float: left;
}

#languageChooserItem_2_icon {
	width: 30px;
	height: 30px;
	background-image: url(../cssImages/uk.png);
	display: block;
	float: left;
}

#languageChooserItem_7_icon {
	width: 30px;
	height: 30px;
	background-image: url(../cssImages/germany.png);
	display: block;
	float: left;
}

#languageChooserItem_12_icon {
	width: 30px;
	height: 30px;
	background-image: url(../cssImages/france.png);
	display: block;
	float: left;
}

#languageChooserItem_9_icon {
	width: 30px;
	height: 30px;
	background-image: url(../cssImages/portugal.png);
	display: block;
	float: left;
}

#languageChooserItem_10_icon {
	width: 30px;
	height: 30px;
	background-image: url(../cssImages/italy.png);
	display: block;
	float: left;
}

.newsItemStatistics {
	display: none;
}