/* Consumer Page styles and colors */

/* Nav */

#nav {
	background-color: #ff3300;
}
#nav ul li a:hover, #productnav a:hover, #nav ul li ul li a:hover {
	background-color: #ff8364;
}
#nav ul li ul li a:link, #nav ul li ul li a:visited {
	color: #ff3300;
}

/* Main Content */

div.productphoto {
	padding: 0 0 8px 0;
	border: none;
}
.productfeature, .productdetail {
	float: left;
	padding: 0 8px;
}
.productfeature {
	width: 242px;
}
.productdetail {
	width: 474px;
}
#content #maincontent .productfeature h2, #content #maincontent .productdetail h2 {
	margin: 0;
}
.productfeature .price, .productdetail .price {
	font-size: 136%;
	font-weight: bold;
	margin: .5em 0 .5em 30px;
}
.productfeature li, .productdetail li {
	margin: 0;
}
.productlist {
	clear: both;
	margin: 1.5em 0;
}
.productlisting, .buylisting {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0;
	border-top: solid 1px #cccccc;
}
.productlist h4, .productlist p {
	margin: 0 0 0 110px;
}
.productlist h4 {
	font-size: 136%;
}
.productlist ul {
	margin-left: 100px;
}
.productlist img {
	float: left;
	margin: .5em 10px .5em 0;
}
.productlist .price {
	font-size: 120%;
	margin: 0;
}
ul.productlistbuttons {
	background: #eeeeee;
	height: 42px;
	clear: both;
	margin: 0;
	padding: 0;
}
ul.productlistbuttons li {
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 5px;
	list-style: none;
}
ul.productlistbuttons li.productbutton, ul.productlistbuttons li.purchaselink {
	width: 100px;
	float: left;
	margin: 0;
	padding: 10px 6px;
}
ul.productlistbuttons li.productbutton a, ul.productlistbuttons li.purchaselink a {
	background-position: 6px 4px;
	width: 71px;
	float: left;
	padding: 2px 5px 3px 24px;
}
.buylist {
	width: 100%;
	float: left;
	margin: 0 0 1.5em 0;
	border-bottom: solid 1px #cccccc;
}
.buylisting, table.downloadlisting tr {
	background: url(../images/buylist_bg.gif) repeat-x left top;
}
.buylisting p {
	width: 300px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0 0 0 10px;
}
.buylisting strong {
	font-size: 120%;
}
.buylisting ul {
	float: right;
	clear: none;
	margin: 0;
	padding: 0 10px 0 0;
}
.buylisting li.purchaselink {
	margin: 0;
}
.buylisting li.purchaselink a {
	background-position: 6px 4px;
	padding: 2px 5px 3px 24px;
}
table.downloadlisting {
	margin: 0 0 10px 0;
}
table.downloadlisting th, table.downloadlisting td {
	padding: 4px;
}
.productos {
	border-left: solid 1px #cccccc;
}
table.downloadlisting th, table.downloadlisting p {
	font-size: 92%;
	line-height: 1.2em;
}
table.downloadlisting p {
	width: 140px;
	margin: 0;
}
table.downloadlisting a.download, table.downloadlisting a.screenshot {
	font-size: 100%;
	text-indent: -9999px;
	background-position: center center;
	height: 24px;
	width: 24px;
	padding: 0;
	overflow: hidden;
}
ul.productbuttons {
	margin: 8px 0;
	padding: 0;
}
li.productbutton, li.purchaselink {
	width: 180px;
	margin: 4px 0;
	list-style: none;
}
.productbutton a, .purchaselink a, table.downloadlisting td a {
	font-size: 110%;
	line-height: 1.2em;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 6px 6px;
	display: block;
	padding: 5px 5px 6px 24px;
}
.productbutton a {
	border-top: solid 1px #cccccc;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #cccccc;
}
.purchaselink a, table.downloadlisting td a {
	border-top: solid 1px #ffd6cc;
	border-right: solid 1px #a62100;
	border-bottom: solid 1px #a62100;
	border-left: solid 1px #ffd6cc;
}
.productbutton a:link, .productbutton a:visited {
	color: #ffffff;
	background-color: #999999;
}
.purchaselink a:link, .purchaselink a:visited, table.downloadlisting td a:link, table.downloadlisting td a:visited {
	color: #ffffff;
	background-color: #ff3300;
}
.productbutton a:hover, .productbutton a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #b5b5b5;
}
.purchaselink a:hover, .purchaselink a:active, table.downloadlisting td a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ff8364;
}
a.readmore {
	background-image: url(../images/button_bg_readmore.gif);
}
a.download {
	background-image: url(../images/button_bg_download.gif);
}
a.screenshot {
	background-image: url(../images/button_bg_screenshot.gif);
}
a.scan {
	background-image: url(../images/button_bg_scan.gif);
}
.purchaselink a {
	background-image: url(../images/button_bg_purchase.gif);
}
.sidelink h2 {
	background-color: #ff3300;
	background-image: url(../images/sidelink_h2_bg2.gif);
}
.sidelink ul {
	margin-left: 0;
	padding-left: 0;
}
.sidelink ul li {
	background: url(../images/bullet_sidelink.gif) no-repeat 8px center;
	margin: 0;
	padding: 2px 8px 2px 16px;
	list-style: none;
}
