/*-  YAHOO SPECIFIC STYLES
----------------------------------------------------------------------*/
.clip-copy {
	width: 35%;
}

.clip-copy h1 {
	color: #606;
	font-size: 1.3em;
	text-transform: uppercase;
}

.clip-copy h2 {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

.clip-copy h3 {
	color: #4976b3;
	font-size: 1.2em;
	font-weight: normal;
}

.clip-copy p {
	color: #999;
	font-size: 1.2em;
}

.clip-copy a {
	color: #3a70c1;
	font-size: 1.1em;
	line-height: 3em;
}

.clip-copy-only {
	width: 75%;
}

.action-preview {
	float: left;
	width: 15%;
	text-align: center;
}

.action-download {
	float: right;
	width: 25%;
	text-align: center;
}

.action-preview img, .action-download img {
	margin: 5px 0 10px 0;
}

.action-preview h1, .action-download h1 {
	color: #606;
	font-size: 1.3em;
	text-transform: uppercase;
}

.action-preview p, .action-download p {
	color: #999;
	font-size: 1.1em;
}



