/**
 * @file
 * Field Styling
 */


/*
 * Field types
 */

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

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

.field-type-filefield /* Field from filefield module */ {
}

.field-type-nodereference {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-number-integer {
}

.field-type-text {
}

.field-type-userreference {
}


/*
 * Named fields
 */

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

.node-product .field {
	margin:1em 0;
}

.node-advpoll .field {
	margin:0.5em 0;
}

.node-advpoll .field p {
	margin:0.5em 0;
}

.node-product .field-name-vendor-contact {
	margin-top:0px;
}

.node-product .field-name-field-prod-vendor-name {
	margin-bottom:0px;
}
.node-product .field-name-field-prod-status {
font-weight:bold;
font-size:2em;
color:#54a24c;
line-height:1em;
margin:0px;
}