/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body {
	background-image: url(/images/header_repeat.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
}

#container {
	margin: 0 auto;
	width: 999px;
}

#black {
	height: 83px;

}

#logo {
	float: left;
}

#nav {
	float: right;
	position: relative;
	top: 43px;
	z-index:101;
}

#register {
	float: right;
	position: relative;
	font-weight: bold;
	left:625px;
	top:10px;
}

#left {
	width: 660px;
	float: left;
	clear: right;
	margin: 10px 0 20px 10px;

}

#left_content {
	width: 980px;
	float: left;
	clear: right;
	margin: 10px 0 20px 10px;

}

#right {
	float: left;
	clear: right;
	width: 300px;
	margin: 10px 0 20px 20px;
}

#register a:hover {
	color: #FF9900;
}

#green {
	height: 59px;
}

#pencil_banner {
	width: 716px;
	height: 28px;
	margin: 15px 0 0 0;
	float: left;
	clear: right;
}

#breadcrumbs {
	height: 22px;
	padding-top: 10px;
}
#breadcrumbs table {
	margin-top: -8px;

}	
#about {
	margin-left: 60px;
	margin-top: 50px;
	float: left;
	clear: right;
	width: 220px;
}

#help {
	margin-top: 50px;
	margin-left:200px; 
	float: left;
	clear: right;
	width: 220px;
}

#legal {
	margin-top: 50px;
	float: left;
	clear: right;
	width: 220px;
}

#games {
	float: left;
	clear: right;
}

#videos {
	float: left;
	margin-left: 20px;
	clear: right;
}

#social {
	margin-left: 60px;
	margin-top: 50px;
	float: left;
	clear: right;
	width: 220px;
}

#social img {
	vertical-align: middle;
}

#footer {
	margin-top: 20px;
	background-image: url(/images/footer.jpg);
	background-repeat: repeat-x;
	height: 300px;
	clear: both;
	z-index:0;
}

#footer_content {
	width: 999px;
	margin: 0 auto;
}

#footer_logos {
	clear: both;
	padding-top: 20px;
}

#content {
	width: 720px;
	margin-top: 15px;
}

#content_top {
	height: 10px;
	width: 665px;
	background-image: url(/images/content_top.gif);
	background-repeat: no-repeat;
}

#content_main {
	width: 645px;
	padding: 10px;
	background-image: url(/images/content_main.gif);
}

#content_bottom {
	height: 10px;
	background-image: url(/images/content_bottom.gif);
	background-repeat: no-repeat;
	width: 665px;
}

.artist_image {
	padding: 0 5px 5px 5px;
}

.downloaditem a {
	color: #333;
}

.downloaditem a:hover {
	color: #008000;
}

/* text styles */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#breadcrumbs p {
	color: #333;
}

td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h3 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #090;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 5px 0 5px 10px;
}

#footer_content h1 {
	color: #e3e4de;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

#footer_content h2 {
	color: #e3e4de;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

#register a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_content a {
	color: #e3e4de;
	text-decoration: none;
}

#footer_content a:hover {
	color: #999;
	text-decoration: underline;
}

/* search styles */
#search {
	width: 254px;
	height: 46px;
	float: right;
	background-image: url(/images/searchbg.gif);
	background-repeat: no-repeat;
	margin: 8px 0 0 0;
}

#query {
	border: 0px;
	position: relative;
	top: -2px;
	left: 15px;
}

#SearchButton {
	height: 33px;
	width: 107px;
	border: none;
	position: relative;
	top: 6px;
	left: 13px;
}

#search h1 {
	color: #181e26;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#search p {
	color: #181e26;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#search a {
	color: #181e26;
	text-decoration: none;
}

#search a:hover {
	color: #83c41c;
	text-decoration: none;
}

/* nav styles */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.topnav li {
	float: left;
	position: relative;
	/*--Declare X and Y axis base for sub navigation--*/
	list-style: none;
}

ul.topnav li a {
	padding-top: 15px;
	margin-left: 5px;
	width: 125px;
	height: 25px;
	color: #fff;
	display: inline;
	text-decoration: none;
	float: left;
	background: url(/images/grey.jpg) no-repeat center top;
	text-align: center;
}

ul.topnav li a:hover {
	background: url(/images/orange.jpg) no-repeat;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	position: absolute;
	top: 5px;
	left: 100px;
	cursor:pointer;
	background: url(/images/subnav_btn.gif) no-repeat center top;

}

ul.topnav li ul.subnav {
	z-index: 100;
	left :0px;	
	float: left;
	list-style: none;
	position: absolute;
	/*--Important - Keeps subnav from affecting main navigation flow--*/
	top: 40px;
	padding: 0;
	display: none;

}

ul.topnav li ul.subnav a {
	background-image: none;
	background-color: #333;
	width: 145px;
	margin: 0px;
	padding: 5px 10px;
	text-align: left;
}

ul.topnav li ul.subnav a:hover {
	background-image: none;
	background-color: #F90;
}

.subList {
	width: 500px;
}

.subNavContent {
	width: 145px;
	float: left;
	clear: right;
}

.subNavContent1 {
	float: left;
	clear: right;
	width: 145px;
	border-left: #666666 thin solid;
}

.subNavContent2 {
	float: left;
	width: 145px;
	border-left: #666666 thin solid;
}

.menuSeeAllGenres {
	color: #FFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 155px;
	margin: 0px;
	text-align: left;
}

.menuSeeAllGenres a {
	color: #FFF;
}

#subnav {
	height: 40px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.subnav li {
	float: left;
	list-style: none;
}

ul.subnav li a {
	padding-top: 15px;
	margin-left: 5px;
	width: 125px;
	height: 25px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	background: url(/images/grey1.jpg) no-repeat center top;
	text-align: center;
}

ul.subnav li a:hover {
	background: url(/images/orange1.jpg) no-repeat center top;
}

#register_page {
	margin: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #060;
	margin:10px;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul {
	list-style: none !important;
	list-style-image: none !important;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li.selected {
	background-color: #B9DAF0;
}

div.autocomplete ul li {
	font-size: small;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}

#pagelinks .highlighted {
	color: green;
}

#pagelinks .normal {
	color: #000000;
}

#contentwrap2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #181e26;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

#left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #181e26;
	font-weight: bold;
}

#left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #181e26;
	margin: 10px;
	font-weight: bold;
}

#left_bak h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #181e26;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#left h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #181e26;
	margin: 10px;
	font-weight: bold;
}

#left h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #181e26;
	text-align: center;
	font-size: 11px;
	margin-top: 6px;
	font-weight: normal;
}

#left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181e26;
	margin: 20px;
	text-align: justify;
}


#left ol {
	margin-left: 60px;
}

.INPUTWIDTH {
	width: 50px;
}

.INPUTWIDTH2 {
	width: 30px;
}

.textfunitem {
	width: 95px;
	float: left;
	height: 90px;
	margin-bottom: 30px;
}

.clear {
	clear: both;
}

#errors {
	text-align: center;
	font-size: 1em;
	color: #FF3300;
	font-weight: bold;
	background-color: #E8E8E8;
}

#feedback {
	text-align: center;
	font-size: 1em;
	color: #009900;
	font-weight: bold;
	background-color: #E8E8E8;
}

/* for pagination */
.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width: 6px; 

}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	padding: 5px;
	background: white; 
	/*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	opacity: 1;
}

.pagination {
	/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.pagination a {
	text-decoration: none;
	color: #83C41C;
}

.pagination a:hover,.pagination a.selected {
	color: red;
}

#contentwrap .pagination a.selected {
	color: red;
}

.homepageimg img {
	margin: 0px;
	width: 75px;
	height: 75px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.homedownloaditem {
	width: 130px;
	float: left;
	margin-bottom: 10px;
	text-align:center;
}

.homedownloaditem a {
	color: #333;
	text-decoration:none;
}

.homedownloaditem a:hover {
	color: #008000;
}
.homedownloaditem_loyality {
	width: 160px;
	float: left;
	margin-bottom: 10px;
	text-align:center;
}
.homedownloaditem_loyality a {
	color: #333;
	text-decoration:none;
}

.homedownloaditem_loyality a:hover {
	color: #008000;
}
.loyality {
	width: 80px;
	float: left;
	text-align:center;
}
.loyalitydesc {
	width: 130px;
	text-align:left;
	font-style: Arial Narrow;
	font-size:12px;
}

#register_left {
	float: left;
	clear: right;
	width: 500px;
	text-align: left;
}

#register_left img {
	float: left;
	padding-right: 20px;
}

#register_right {
	float: left;
	clear: right;
	width: 400px;
	margin-left: 30px;
}

#register_legal {
	clear: both;
	padding: 20px;
}

.scrollable p {
	margin: 0px;
	padding: 0px;
}

.scrollable {
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 200px;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
	top: 2px;
}

.scrollable .active {
	z-index: 9999;
	position: relative;
}

.scrollable {
	float: left;
	text-align: center;
}

a.browse {
	background: url(/images/btn.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 80px 10px;
	cursor: pointer;
	font-size: 1px;
}

a.right {
	background-position: 0 -30px;
	clear: right;
	margin-right: 0px;
}

a.right:hover {
	background-position: -30px -30px;
}

a.right:active {
	background-position: -60px -30px;
}

a.left {
	margin-left: 0px;
}

a.left:hover {
	background-position: -30px 0;
}

a.left:active {
	background-position: -60px 0;
}

a.up,a.down {
	background: url(imags/btn.png) no-repeat;
	float: none;
	margin: 10px 50px;
}

a.up:hover {
	background-position: -30px 0;
}

a.up:active {
	background-position: -60px 0;
}

a.down {
	background-position: 0 -30px;
}

a.down:hover {
	background-position: -30px -30px;
}

a.down:active {
	background-position: -60px -30px;
}

a.disabled {
	visibility: hidden !important;
}

.holder {
	float: left;
	margin: 10px 0px;
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 118px;
	height: 150px;
	padding-top: 15px;
}

.holder img {
	border: 0px;
}

.holder p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.scrollable a {
	color: #333;
	text-decoration: none;
}

.scrollable a:hover {
	color: #390;
	text-decoration: underline;
}

.login_page {
	
}

#padding {
	padding: 5px;
}

#ad_bottom img {
	margin:0 10px 0 10px;
	align:top;
	text-decoration: none;
	border:0;	
}	

.pricepoint {
	font-size: 16px;
	font-weight: bold;
}

.greentext {
	color: #83c41c;
}
	
#artist_desc {
	width : 600px;
}

.phonedisplay {
	width: 135px;
	float: left;
	height: 120px;
	margin-top: 30px;
	margin-bottom: 30px;
}
