.copy h3 {
   margin-bottom: 6px;
   padding-top: 10px;
}

.copy ul li {
   padding: 0;
   margin: 0;
}

.copy p.less {
   padding: 0 0 10px 0;
   margin: 0;
}

span.code,
span.value {
   font-family: 'Monaco', Courier, serif;
   font-size: 12px;
   font-weight: normal;
   color: #e30a10;
}

div.code {
   background-color: #e5e5e5;
   width: 705px;
}

pre {
   font-family: 'Monaco', Courier, serif;
   font-size: 12px;
   padding: 10px;
}

code.html {
   font-family: 'Monaco', Courier, serif;
   font-size: 12px;
   font-weight: normal;
   color: #e30a10;
}



/* ==================== */
/* = CSS Guide Styles = */
/* ==================== */

div.vbox1 .filesize {
	font-size: 11px;
	font-style: italic;
}

div.vbox1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.vbox1 ul img {
	float: left;
	padding: 10px 0 0 0;
}

div.vbox1 ul li p {
	margin: 0 0 0 10px;
	padding: 6px 0 6px 4px;
	border-bottom: 1px dotted #d7d7d7;
	float: left;
	width: 122px;
}

div.vbox1 ul a {
	color: #000000;
	text-decoration: none;
}

table.css {
	width: 705px;
	border: 1px solid #ccc;
	border-bottom: none;
}

table.css td {
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 2px;
}

table.css tr:hover {
	background: #f8f8f8;
}

table.css tr.header {
	height: 40px;
}

table.css tr.header td {
	background: #eee url(http://i3.campaignmonitor.com/uploads/images/40px-bg.png) repeat-x top left;
}

table.css td.client {
   font-size: 10px;
   min-width: 46px;
   font-weight: bold;
   line-height: 10px;
}

table.css td.element-header {
   font-weight: bold;
   font-size: 12px;
}

table.css td.element-style {
   font-size: 11px;
   width: 120px;
}

table.css td.element-header,
table.css td.element-style {
   text-align: left;
   padding-left: 6px;
}

table.css tr.short {
	height: 16px;
	background: #eee;
}



/* ========================== */
/* = VERSION HISTORY STYLES = */
/* ========================== */

#version-history {
	padding-top: 6px;
	padding-bottom: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#version-history h3 {
	margin: 0;
	padding: 0;
}

#version-history dl {
	margin: 0;
	padding: 0;
}

#version-history dt {
	font-weight: bold;
	position: relative;
	left: 0;
	top: 20px;
	width: 120px;
}

#version-history dd {
	margin-left: 120px;
	padding: 0 0 2px 20px;
	border-left: 1px dotted #999;
	margin-bottom: 2px;
}

#version-history dd p {
	font-size: 11px;
	color: #666666;
	padding: 0;
	margin: 0 0 10px 0;
}


