/*
Title:			Roxio.com - Homepage Stylesheet
Author:		David Tang / Sonic Solutions
Updated:	8.30.06
*/

#homepageContainer #leftCol {
	width: 174px;
	float: left;
	margin-right: 1px;
}
#homepageContainer #rightCol {
	width: 575px;
	float: left;
}

#quickLinks {
	width: 174px;
}

#quickLinks h2 {
	font-size: 100%;
	padding: 0 0 0 5px;
	height: 17px;
	text-transform: uppercase;
	background: #e9e9e9 url('/enu/images/1x17_grey_title_bg.gif');
	border-top: #dcdcd5 solid 1px;
	border-left: #dcdcd5 solid 1px;
	border-right: #dcdcd5 solid 1px;
	border-bottom: #7e7e7e solid 1px;
}

#quickLinks ul{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	border-left: #f1f1eb solid 1px;
	border-right: #f1f1eb solid 1px;
}
#quickLinks li{
	border-top: #fff solid 1px;
	border-bottom: #dcdcd5 solid 1px;
}

#quickLinks li.last {
	border-bottom: #f1f1eb solid 1px;
}

#quickLinks a {
	display: block;
	color: #333;
	text-decoration: none;
	padding-left: 17px;
	background: #fafaf8 url('/enu/images/7x7_grey_arrow.gif') no-repeat;
	background-position: 5px 7px;
	line-height: 21px;
}

#quickLinks a:hover {
	display: block;
	color: #333;
	text-decoration: none;
	background: #fee7c5 url('/enu/images/7x7_grey_arrow.gif') no-repeat;
	background-position: 5px 7px;
}

#quickLinks li.upgrad{
	background: #fafaf8 url('/enu/images/143x26_home_button.gif') no-repeat;
}
#quickLinks li.upgrade a {
	display: block;
	height: 35px;
	padding: 6px 0 0 25px;
	color: #333;
	text-decoration: none;
	background: #fafaf8 url('/enu/images/143x26_home_button.gif') no-repeat;
	background-position: 3px 7px;
	font-weight: bold;
}

#quickLinks li.upgrade a:hover {
	display: block;
	height: 35px;
	padding: 6px 0 0 25px;
	color: #333;
	text-decoration: none;
	background: #fafaf8 url('/enu/images/143x26_home_button_on.gif') no-repeat;
	background-position: 3px 7px;
		font-weight: bold;
}

#roxioLinks {
	margin-top: 5px;
	width: 174px;
}

#roxioLinks h2 {
	font-size: 100%;
	padding: 0 0 0 5px;
	height: 17px;
	text-transform: uppercase;
	background: #e9e9e9 url('/enu/images/1x17_grey_title_bg.gif');
	border-top: #dcdcd5 solid 1px;
	border-left: #dcdcd5 solid 1px;
	border-right: #dcdcd5 solid 1px;
	border-bottom: #7e7e7e solid 1px;
}

#roxioLinks ul{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	border-left: #f1f1eb solid 1px;
	border-right: #f1f1eb solid 1px;
}
#roxioLinks li{
	border-top: #fff solid 1px;
	border-bottom: #dcdcd5 solid 1px;
}

#roxioLinks li.last {
	border-bottom: #f1f1eb solid 1px;
	text-transform: uppercase;
}

#roxioLinks a {
	display: block;
	color: #333;
	text-decoration: none;
	padding-left: 17px;
	background: #fafaf8 url('/enu/images/7x7_grey_arrow.gif') no-repeat;
	background-position: 5px 7px;
	line-height: 21px;
}

#roxioLinks a:hover {
	display: block;
	color: #333;
	text-decoration: none;
	background: #fee7c5 url('/enu/images/7x7_grey_arrow.gif') no-repeat;
	background-position: 5px 7px;
}

.bucketsRow {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: #f3f3f3;
}

#communityCol {
	width: 380px;
	float: left;
	background: url('/enu/images/37x37_myroxio_icon.gif') no-repeat;
	background-position: 10px 27px;
}

.content {
	padding: 5px 5px 0 55px;
}
#communityCol h2 {
	font-size: 100%;
	padding: 0 0 0 5px;
	height: 17px;
	text-transform: uppercase;
	background: #e9e9e9 url('/enu/images/1x17_grey_title_bg.gif');
	border-top: #dcdcd5 solid 1px;
	border-left: #dcdcd5 solid 1px;
	border-right: #dcdcd5 solid 1px;
	border-bottom: #7e7e7e solid 1px;
}

#communityCol .content h3 {
	font-size: 140%;
	color: #d98604;
	padding-bottom: 3px;
}

#communityCol .content h4 {

	font-size: 100%;
}

#pressCol {
	width: 380px;
	float: left;
	background: url('/enu/images/37x37_press_icon.gif') no-repeat;
	background-position: 10px 27px;
}

#pressCol h2 {
	font-size: 100%;
	padding: 0 0 0 5px;
	height: 17px;
	text-transform: uppercase;
	background: #e9e9e9 url('/enu/images/1x17_grey_title_bg.gif');
	border-top: #dcdcd5 solid 1px;
	border-left: #dcdcd5 solid 1px;
	border-right: #dcdcd5 solid 1px;
	border-bottom: #7e7e7e solid 1px;
}

#pressCol .content h3 {
	font-size: 140%;
	color: #d98604;
	padding-bottom: 3px;
}

#pressCol .content h4 {
	font-size: 100%;
}

.gray {
	color: #ac9999;
}