/** define body style */

body, p {
	color: white;
	font-family: "Arial", sans-serif;
	font-size: 0.90em;
	line-height: 1.3em;
	padding: 5px;
	margin: 0;
}

body a:link, p a:link, strong a:link, em a:link,
body a:visited, p a:visited, strong a:visited, em a:visited {
	color: white;
	text-decoration: none;
}

body a:hover, p a:hover, strong a:hover, em a:hover,
body a:active, p a:active, strong a:active, em a:active {
	color: white;
	text-decoration: underline;
}

/** define header styles */

.headermain {
	font-family: "Verdana"
}

h1 {
	font-size: 160%;
	line-height: 120%;
	text-align: left;
	padding: 5px;
	margin: 0;
}

h2 {
	font-size: 140%;
	line-height: 120%;
	text-align: left;
	padding: 5px;
	margin: 0;
}

h3 {
	font-size: 120%;
	line-height: 120%;
	text-align: left;
	padding: 5px;
	margin: 0;
}

h4 {
	font-size: 100%;
	line-height: 120%;
	text-align: left;
	padding: 5px;
	margin: 0;
}

/** Products / Top Products */

.contentproducts {
	color: #B3B3B3;
}

#pcontentproductsmainfooter {
	color: white;
	font-weight: bolder;
	text-align: right;
}

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

#pcontentproductsmainfooter a:hover,
#pcontentproductsmainfooter a:active {
	color: white;
	text-decoration: underline;
}

/** Products / Commerce / Country Currency Selector */

#pcommercecountrycurrencyselector {
	float: left;
	color: white;
	font-family: "Verdana";
	font-size: 90%;
	text-align: left;
	font-weight: bolder;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

#pcommercecountrycurrencyselector span {
	color: #fc0;
}

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

#pcommercecountrycurrencyselector a:hover,
#pcommercecountrycurrencyselector a:active {
	color: white;
	text-decoration: underline;
}

/** Products */

.contentproductsmain {
	color: #B3B3B3;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}

/** Paragraph / Top Products / Footer */

#pcontentproductstopfooter {
	color: white;
	font-weight: bolder;
	text-align: right;
	margin-right: 10px;
}

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

#pcontentproductstopfooter a:hover,
#pcontentproductstopfooter a:active {
	color: white;
	text-decoration: underline;
}

/** Content / Products / Inner / Headers */

.headermain {
	font-family: "Verdana"
}

#h1contentpageproductstitle {
	font-size: 210%;
	line-height: 120%;
	font-style: italic;
	text-align: left;
	padding: 10px 0 0 15px;
	margin: 0;
}

#h2contentpageproductstitle {
	color: #5384B6;
	font-size: 140%;
	font-style: italic;
	line-height: 120%;
	text-align: left;
	padding: 5px 0 0 50px;
	margin: 0;
}

/** Content / Quotes */

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

#p_blockquote_quote {
	color: #ccc;
	font-family: "Verdana";
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	padding: 10px 10px 10px 30px;
	background: url("../../images/interface/devices/quotes/img-quote_close.gif") no-repeat bottom right;
}

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