/* TABLE DATA */
table.data p {
	padding:0;
	margin: 0;
} 
table.data tr.header td {
	background: none repeat scroll 0 0 #ECECEC;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
table.data tr.bgdark {
	background: none repeat scroll 0 0 #f9f9f9;
}
table.data tr.bgdark td {
	background-color: transparent;
}
table.data td {
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 10px;
	vertical-align: top;
}
table.model_product tr.bgdark {
	background: none repeat scroll 0 0 #f9f9f9;
}
table.model_product tr.bgdark td {
	background-color: transparent;
}

/* Embed download */
.inline_download {
    background-image: url("../../yale/images/yale_standard/downloads-cloud-icon-yale.png");
    background-repeat: no-repeat;
    padding-left: 48px;
}
.inline_download a {
    color: #D19006;
}

/* UL LI list */
#basic-preview ul {
    margin-top: 12px;
}
#basic-preview ul, #basic-preview li {
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
}
#basic-preview ul li {
    background-image: url("../../yale/images/2012-12-26_fc_sprite.png");
    background-position: -28px -303px;
    background-repeat: no-repeat;
    padding-bottom: 9px;
    padding-left: 10px;
}
#basic-preview a {
    color: #D19006;
    text-decoration: none;
}
#basic-preview a:hover {
    text-decoration: underline;
}
