/* PACIFICTION RECORDS CSS Document */

/* General Page Style */

body {
	margin-top: 0px;
	text-align: center;
	background-image: url(/base-img/bg_dots.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: black;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 14px;
	color: white;
}

a:link, a:visited {
	color: white;
	text-decoration: underline;
	border: 0;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a:active {
	color: #FFFF00;
	text-decoration: none;
	border: 0;	
}

p {
	text-align: left;
	vertical-align: top;
}

p a:link {
	color: #33CCFF;
	text-decoration: underline;
}

.countrylink a {
	color: #FFFF00;
	text-decoration: none;
}

img {
	border: 0;
}





/* Page Header Style */

#pageheader {
	width:800px;
	height: 225px;
	margin:0 auto;
	background-image: url(/base-img/bg_logoheader.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #00001C;
}

#navCountries {
	width: 100px;
	margin-left: 620px;
	padding-top: 60px;
}

#navMain {
	margin: 5 auto;
	text-align: center;
}

#navMain img {
	margin:0;
	border:0;
}



/* Section Hear background style */

h1 {
	color: #FFFF00;
	font-size: 13px;
	margin-top: 30px;
}

h2 {
	color: #FFFF00;
	font-size: 11px;
	margin-bottom: 0;
}

/* h3 is used for CD title and band names */

h3 {
	color: white;
	font-size: 12px;
	margin: 0;
}




/* Page Content Layout Style */

#pagewrap {
	width:800px;
	height: 100%;
	margin:0 auto;
	padding-bottom: 20px;
	background-image: url(/base-img/bg_dots.gif);
	background-repeat: repeat-y;
	background-color: #00001C;
}



#leftcol {
	width:160px;
	margin: 20px 0px 60px 15px;
	padding-left: 20px;
	float: left;
	text-align: left;
}

#leftcol .title {
	margin-left: -20px;
	margin-right: 20px;
	width:160px;
	height: 35px;
	border: none;
}

#leftcol a:link, #leftcol a:visited {
	color: #33CCFF;
	text-decoration: underline;
}

#leftcol a:hover {
	color: #99FFFF;
}

#countryicon {
	border: 0;
	margin-bottom: 20px;
}



#pagecontent {
	width: 560px;
	margin-left: 180px;
	vertical-align: top;
	text-align: left;
}

#pagecontent td {
	vertical-align: top;
	text-align: left;
}


#pagecontent img {
	margin-right: 60px;
	margin-bottom: 20px;
	border: white 1px solid;
}

#pagecontent .coverL {
	margin-right: 0;
	margin-bottom: 0;
}

#pagecontent .title {
	margin: 0;
	border: 0;
}



#CDlistcol, #rightcol {
	float: left;
	margin: 20px 0px 60px 20px;
}

#CDlistcol {
	width: 340px;
}

#rightcol {
	width: 160px;
}

dl {
	padding: 20px;
	margin: 20px auto;
}

dt {
	float: left;
	width: 120px;
	text-align: left;
}

dd {
	text-align: left;
}



#rightcol li {
	padding-left: 0;
	margin-left: 0;
	margin-top: 20px;
	list-style: none;
	text-align: left;
}
	



.navlist, .navlistAZ {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
}

.navlistAZ {
	width: 150px;
	margin-top: 45px;
	margin-bottom: 40px;
}

.navlist li {
	color: #FFFF00;
	list-style: none;
	line-height: 20px;
	margin-left: 0;
	padding-left: 0;
}

.navlistAZ li {
	color: #FFFFFF;
	list-style: none;
	line-height: 20px;
	margin-bottom: 0;
	margin: 10px;
	float: left;
}

#leftcol .navlist a:link, #leftcol .navlist a:visited, #leftcol .navlistAZ a:link, #leftcol .navlistAZ a:visited {
	color: #FFFF00;
	list-style: none;
	text-decoration: none;
}

#leftcol .navlist a:hover, #leftcol .navlistAZ a:hover {
	color: #FF3300;
	list-style: none;
	text-decoration: none;
}

#leftcol .navlist a:active, #leftcol .navlistAZ a:active {
	color: #FF3300;
	list-style: none;
	text-decoration: none;
}





.CDinfo {
	display: block;
	color: #33CCFF;
	margin-top: 0;
	margin-bottom: 16px;
}

.CDinfo a:link, .CDinfo a:visited {
	color: #33CCFF;
	text-decoration: underline;
	margin-left: 5px;
}

.CDinfo a:hover {
	color: #99FFFF;
}

.CDprice {
	color: #33CCFF;
	margin-right: 10px;
}



.itemlist p a:link, .saleitems p a:link, #rightcol p a:link {
	color: white;
}

.itemlist p a:hover, .saleitems p a:hover, #rightcol p a:hover {
	color: #FFFF00;
}

.saleitems .CDprice {
	color: #FF6600;
}




/* ------ special lists --------- */

/* Scheduled Releases */
.schereleases {
	margin-left: 0;
	padding: 0;
	color: #FFFF00;
}

.schereleases li {
	list-style: none;
	margin-bottom: 16px;
}

.schereleases li b, .schereleases li i {
	color: white;
}


.tracklist {
	margin-top: 0;
	padding-top: 0;
}

#AZlist {
	margin: 20px;
	padding: 0;
}

#AZlist li {
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	list-style: none;
}



/* Page Footer Style */

.pagelink {
	text-align: center;
}

#pagefooter {
	clear: both;
	margin:40px auto;
	text-align: center;
	color: #1F7AA6;
	font-weight: 100;
}