/** Content / Quotes */

#blockquote {
	padding: 0px 0px 30px 0px;
	margin: 20px 15px 0px 25px;
	width: 90%;
	background: url("../../images/interface/devices/quotes/primary/img-doublequote_open.gif") no-repeat top left;
}

#p_blockquote_quote {
	color: #444;
	font-family: "Verdana";
	font-size: 90%;
	line-height: 135%;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	padding: 10px 45px 10px 50px;
	background: url("../../images/interface/devices/quotes/primary/img-doublequote_close.gif") no-repeat bottom right;
}

#p_blockquote_author {
	text-align: right;
	padding: 10px 50px 0px 0px;
	margin: -10px;
	font-weight: bolder;
}

/** Tables / Products */

#tableproduct th {
	color: white;
	font-size: 120%;
	font-weight: bolder;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #444;
	border-right: 2px solid #444;
}

#tableproduct th a {
	display: block;
}

#tableproduct th a:link,
#tableproduct th a:visited {
	color: white;
	text-decoration: none;
}

#tableproduct th a:hover,
#tableproduct th a:active {
	color: white;
	text-decoration: none;
	background-color: #444;
}

/** Tables / Products / Data */

#tableproductdata {
	width: 100%;
	background-color: #C2DAEC;
}

#tableproductdata caption {
	color: #069;
	font-size: 100%;
	font-weight: bolder;
	padding: 2px 2px 2px 6px;
	text-align: left;
	background-color: #C2DAEC;
}

#tableproductdata th {
	color: #06c;
	font-size: 90%;
	font-weight: bolder;
	text-align: center;
	background-color: white;
}

#tableproductdata td {
	color: #069;
	font-size: 90%;
	text-align: center;
	background-color: #D7EDFE;
}

/** Lists / Unnumbered / Primary */

#ulprimary {
	padding: 0;
	margin: 20px 0 20px 0;
	list-style: none;
}

#ulprimary li {
	color: #069;
	font-size: 85%;
	text-align: left;
	line-height: 140%;
	padding: 5px 0 5px 20px;
	background: url("../../images/interface/devices/bullets/img-bullet_primary.gif") no-repeat 0 5px;
}

#ulsecondary {
	padding: 0;
	margin: 20px 0 20px 30px;
	list-style: none;
}

#ulsecondary li {
	color: #069;
	font-size: 90%;
	text-align: left;
	line-height: 140%;
	padding: 5px 0 5px 20px;
	background: url("../../images/interface/devices/bullets/img-bullet_primary.gif") no-repeat 0 6px;
}

/** Lists / Unnumbered / Supplementary Data */

#ulproductdatasupplementary {
	padding: 0;
	margin: 15px 20px 15px 20px;
	list-style: none;
}

#ulproductdatasupplementary li {
	color: #666;
	font-size: 80%;
	text-align: left;
	line-height: 140%;
	padding: 3px 0 3px 0;
	margin: 0;
}

#ulproductdatasupplementary li ul {
	padding: 0;
	margin: 5px 0 5px 20px;
	list-style: none;
}

#ulproductdatasupplementary ul li {
	color: #666;
	font-size: 100%;
	text-align: left;
	padding: 1px 0 1px 0;
	margin: 0;
	list-style-type: square;
}

#ulproductdatasupplementary li strong {
	color: #333;
}
