/**
 * @file
 * Field Styling
 */


.field /* Wrapper for any field. */ {
}

/*
 * Field types (Core)
 */
.field-type-text {
}

.field-type-text-long {
}

.field-type-text-with-summary {
}

.field-type-image {
}

.field-type-file {
}

.field-type-taxonomy-term-reference {
}

.field-type-number-integer {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-list-text {
}

.field-type-list-boolean {
}

.field-type-list-integer {
}

.field-type-list-float {
}

/*
 * Field types (Contrib)
 */
.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
}

.field-type-node-reference {
}

.field-type-user-reference {
}


/*
 * Named fields
 */
.field-name-body {
}

.field-name-field-image {
}

.field-name-field-tags {
}

.field-name-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
}


#homepage-highlight {
	position: relative;
	padding:0 0 10px;
}
#homepage-highlight img{
	display: block;
}
#homepage-highlight .products a.link{
	position: absolute;
	width:13px;
	line-height:13px;
	font-size:14px;
	font-weight:bold;
	background: url(../images/homepage-highlight-link.png) #cd1041;
	color: #fff;
	text-decoration:none;
	text-indent: -999px;
	overflow: hidden;
}
#homepage-highlight .products a.close{
	position: absolute;
	top: 10px;
	right: 10px;
	width:13px;
	line-height:13px;
	font-size:14px;
	font-weight:bold;
	background: url(../images/homepage-highlight-close.png) #cd1041;
	color: #fff;
	text-decoration:none;
	text-indent: -999px;
	overflow: hidden;
}
#homepage-highlight .product{
	position: absolute;
	display: none;
	padding:10px;
	background: url(../images/white-60.png);
}
#homepage-highlight .product h3{
	padding:10px 20px 10px 10px;
	margin:0;
	font-weight: 400;
	color: #fff;
	background:#000;
}
.field-name-field-telephone .field-label,
.field-name-field-fax .field-label,
.field-name-field-gps .field-label{
	font-weight:bold;
	color:#cd1041
}
