/* MyRoxio Community Website */
/* David Tang (Sonic Solutions) */
/* January 26, 2006 */

/* global elements */

* {
	padding: 0px;
	margin: 0px;
}
body {
 	font: small/1.2em Verdana,Sans-serif;
	color: #333;
	margin: 20px 0px;
	padding: 0;	
	text-align: center;
}

p {
	padding-bottom: 10px;
}

a{
	cursor:pointer;
}

a, a:link, a:visited {
	color: #cf7b00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666666;
	text-decoration: none;
}

acronym {
	border-bottom: none;
}

.alignRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center_text {
	text-align: center;
}

.clearLeft {
	clear: left;
}

.pad5 {
	padding: 5px;
}

.top_pad10 {
	padding-top: 10px;
}

.fine_print {
	font-size: 10px;
	font-style: italic;
}

.small_text {
	font-size: 10px;
}

.date_text {
	font-size: 10px;
	padding-bottom: 5px;
}

.next_bullet {
	width: 12px;
	height: 12px;
	float: right; 
	padding: 3px; 
	padding-right: 5px;
}

.no_bullets {
	list-style: none;
}

ol.loweralpha {
	list-style-type:lower-alpha;
}
.p_list {
	padding-bottom: 3px;
	padding-left: 10px;
}

#container { 
	width: 760px;
    position: relative;
    border-style: none;
    text-align: left;
    margin: 0px auto;
	padding-top: 10px;
		font-size:85%
}

.orangeBand{
	font-size: 85% !important;
	font-weight: bold;
	color: #fff;
	background-color: #ff9900;
	border-bottom: 3px solid #faeccc;
	padding: 1px 5px 2px 10px !important;
	text-transform: uppercase;
}
.greyBand{
	font-size: 85% !important;
	font-weight: bold;
	color: #fff;
	background-color: #666;
	border-bottom: 3px solid #ccc;
	padding: 1px 5px 2px 10px !important;
	text-transform: uppercase;
}


/*LOGO*/
#logo{
}
#logo h1{
	background: url("/images/290x50_myroxio_logo.gif") no-repeat;
	float: left;
	border: 0px;
	width: 290px;
	height: 49px;
	text-indent: -5000px;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
}
#logo h1 a{
	background: url("/images/290x50_myroxio_logo.gif") no-repeat;
	float: left;
	border: 0px;
	width: 290px;
	height: 49px;
	text-indent: -5000px;
	text-decoration: none;
}

/* HEAD LINKS */
#util{
	float: right;
}
#topLinks{
	margin-bottom: 10px;
	padding-right: 10px;
}
#topLinks ul{
	list-style-type: none;
}
#topLinks li{
	display: inline;
	background-image: url("/images/9x9_grey_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
	margin-left: 5px;
}
#topLinks li a{
	text-decoration: none;
} 

#search{
}
#search input{
	font-size: 11px;
	color: #999999;
	width:200px;
	padding: 3px 0px 2px 4px;
	border:1px solid #cccccc;
}
#search input.submit{
	background-image: url("/images/20x20_search_button.gif");
	background-repeat: none;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	padding: 0px;
	border: none;
	margin-left: 4px;
	text-index: -1000em;
 cursor: pointer; /* hand-shaped cursor */
 cursor: hand; /* for IE 5.x */

}




/*FOOTER*/
#footer{
	clear:left;
}
#offerBand{
	background-color: #efefef;
	font-weight: bold;
	font-size: 11px;
	height: 30px;
	width: 760px;
}
#offerBand input{
	padding-left: 5px;
	font-size: 11px;
	padding-top: 1px;
}
.emailOffer{
	padding-left: 15px;
	width: 500px;
	float: left;
	padding-top: 5px;
}
#offerBand p.orderNumber{
	padding-right: 15px;
	float: right;
	padding-top: 10px;
}
#footerLinks{
	text-align: center;
	padding-top: 10px;
}
#footerLinks ul{
	list-style-type: none;
}
#footerLinks li{
	display: inline;
	padding-right: 5px;
}
#footerLinks p{
	padding-top: 5px;
	color: #999;
}
#footerLinks p a{
	color: #999;
	text-decoration: none
}
.trim{ 
	width: 100%;
	background-color: #999;  
	height: 3px;  
	margin-top: 2px;  
	border-bottom: 10px #efefef solid;  
	overflow: hidden; 
}


/* content divs*/

#content {
	clear: left;
	width: 760px;
	padding-bottom: 20px;
}

#error {
	margin: 0px auto;
	padding-top: 10px;
	width: 730px;
}

#error h1 {
		color: #F79C16;
		padding: 10px 0px 5px 0px;
		border-bottom: solid 1px #333;
}

#error h2 {
		padding: 5px 0px 5px 0px;
		font-size: 140%;
}

#error p {
		padding: 10px 0px 5px 0px;
}

#error ul{
	list-style-type: none;
	margin-left: 10px; 
	padding: 5px 0px 5px 0px;
}
#error ul li{
	background: url("/images/6x6_blue_bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
}

#error ul li a {
	font-weight: bold;
	text-decoration: none;	
}