html{
}
body {
margin: 0; padding: 0;
font: 12px Verdana, Arial;
text-align: center;
background-color: #000;
color: #fff;
line-height: 17px;
}
a{
color:#8FCDE3;
text-decoration:none;
}
a:visited, a:active{ color: #8FCDE3;}
a:hover{ 
color:#FFF;
text-decoration: undeline;
}


input {
font: 11px Arial, Verdana;
border: 2px solid #ccc;
}
H2 {
	padding-top: 5px;
	padding-right: 5px;
	font-family: "Trebuchet MS";
	letter-spacing: -0.05em;
	display: compact;
	color: #E3A710;
	font-size: 22px;
	line-height: 22px;
	text-transform:capitalize;
}
.player {
	padding-top: 5px;
	padding-right: 5px;
	font-family: "Trebuchet MS";
	letter-spacing: -0.05em;
	display: compact;
	color: #666;
	font-size: 22px;
	line-height: 22px;
	text-transform:capitalize;
}
.doty { background: url(images/doty.gif) repeat-y; }
div#content { width: 778px; height: 100%; background-color: #000; text-align: left; }
div#head { height: 95px; width: 778px; background-color: #000; display: table;}
div#head H1{ width: 342px; height: 89px; margin: 0; padding: 0; background: url(images/pink_floyd_logo.gif) no-repeat 0 0; text-indent: -99999px;}
div#nav { width: 778px; height: 31px; background-color: #000; display: table; background: url(images/bk_tab.gif) bottom 0 no-repeat; }
div#nav .red { color: #E5000B; }
div#nav ul { margin: 0; padding: 16px; }
div#nav ul, div#nav li { display: inline; margin: 0; list-style-type: none; } 
div#nav a:link,div#nav a:visited { float: left; font:12px Verdana, Arial; font-weight:bold; color: #CCC; text-transform:capitalize; padding: 6px 13px 3px 13px; text-decoration: none;  }
div#nav a:hover { padding: 6px 13px 3px 13px; color:#26BDFF; border-bottom: 7px solid #8FCDE3;}
div#subnav {  }
div#box { padding: 10px; margin: 0; background: url(images/dotx.gif) repeat-x bottom 0; }
div#box .title { font-weight: bold;	font-size: 12px;	MARGIN: 0px; FONT-FAMILY: arial, geneva; color: #90D923; letter-spacing: 1px; padding-bottom: 6px; display: block; }
div#box .more { FONT-SIZE: 11px; MARGIN: 0px; PADDING: 0px; FONT-FAMILY: arial, geneva; color: #FFD059; height: 26px; text-decoration: none;}
div#box .more:hover { color: #FFD059; text-decoration: underline; }
div#box .transp { 	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
div#footer { height: 55px; width: 778px; border-top: 3px solid #FF8503; background-color: #4B0038;}
div#footer .copy { color: #FFF; margin: 0; padding: 13px; font:11px verdana;}
div#footer a:link,div#footer a:visited { font:11px verdana; text-decoration: none; color:#FFF;}
div#footer a:hover { color:#FFD059; }

/* imported */
#showthumbs ol { width: 100%;  /* room for 3 columns */ text-align: left}
#showthumbs ol li
{
  float: left;
  width: 11em;  /* accommodate the widest item */
  padding-bottom: 10px;
  text-align: left;
  list-style-type: none;
  
}
#showthumbs div.wrapper { margin-bottom: 1em; }
#showthumbs .thumbs { border: 1px solid #000; }
#showthumbs a { display: block; border: 3px solid #f2f2f2; width: 100px; }
#showthumbs a:hover { display: block; border: 3px solid #CC0071; width: 100px; }
/* end  */

/* show albums page / store */
#showalbums ol { width: 28em; /* room for 3 columns */ text-align: right}
#showalbums ol li
{
  float: left;
  height: 140px;
  width: 28em;  /* accommodate the widest item */
  padding-bottom: 10px;
  text-align: left;
  list-style-type: none;
  font: 11px verdana;
  
}
#showalbums div.wrapper { margin-bottom: 0em; }
#showalbums .thumbs { padding: 5px; }
#showalbums .title { font: 14px verdana; padding-bottom: 4px; font-weight:bold; }
#showalbums a { display: block; border: 0px solid #111900; font: 11px verdana; color: #000; width: 100%; text-decoration: none;}
#showalbums a:hover { display: block; text-decoration: none;}
/* end  */

/* BreadCrumb */
.breadcrumb{ font: normal 10px Verdana, Helvetica, sans-serif; color: #FFF;}

.breadcrumb a{
background: transparent url(images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 16px; 
color: #FFD059;
}
.breadcrumb a:visited, .breadcrumb a:active{ color: #FFD059; }
.breadcrumb a:hover{ text-decoration: underline; color: #FFD059; }
/* END BREAD CRUMB */

#outframe { 
font: 11px arial;
width: 780px;
height: 50px;
text-align: right;
padding-top: 5px;
}
#outframe .link { FONT-SIZE: 11px; MARGIN: 0px; PADDING: 2px; FONT-FAMILY: arial, geneva; color: #FFF; height: 18px; text-decoration: none; background-color: #000; }
#outframe .link:hover { color: #FFF; text-decoration: underline; }

#vidlist {
TEXT-TRANSFORM: capitalize;
font: normal 11px Arial, Verdana, Helvetica, sans-serif; color: #666;
display: block;
padding-top: 0px;
margin-top: 0px;
}
#vidlist ul {
padding-top: 0px;
margin-top: 0px;
margin-left: 5px;
padding-left: 5px;
}
#vidlist ul li {
list-style:square url(images/video.gif);
display: block;
height: 15px;
}
#vidlist a{
padding: 1px;
text-decoration: none;
color:#CC0071;
}

#vidlist a:visited, a:active{ color: #666; }
#vidlist a:hover{ 
padding: 1px;
text-decoration:none;
color:#FFF;
background-color:#CC0071;
}

.news {
font-family: "Arial, Verdana, Trebuchet MS";
color: #003399;
font-size: 12px;
text-decoration: none;
width: 100%;
display: block;
text-transform: capitalize;
font-weight:bold;
background: url(images/dotx.gif) repeat-x bottom 0;
}
.pubdate {
font-family: "Verdana, Arial, Trebuchet MS";
color: #328200;
font-size: 10px;
text-decoration: none;
font-weight:bold;
}
.sharevid { font-weight: bold;	font-size: 9px;	MARGIN: 0px; TEXT-TRANSFORM: uppercase;	FONT-FAMILY: verdana, geneva; color: #99FF00; letter-spacing: 1px; padding-bottom: 6px; display: block; }
.dotx { padding: 3px; margin: 0; background: url(images/dotx.gif) repeat-x bottom 0; }

#videos {
color: #000;
padding: 3px;
width: 100%;
}
#quotes {
display: block;
width: 100%;
padding-bottom: 20px;
}
#quotes h3 {
font-family: "Arial, Verdana, Trebuchet MS";
color: #FFB700;
font-size: 14px;
font-weight:bold;
text-decoration: none;
width: 100%;
background-color: #000;
border-bottom: 1px solid #E3C596;
padding: 3px;
display: block;
}
#quotes .text {
font-size: 12px;
font-family:  Arial, Helvetica, sans-serif;
color: #FFF;
line-height: 19px;
}
#quotes a {
display: block;
padding: 5px;
color:#f2f2f2;
text-align: right;
font-weight:bold;
}
#quotes img {
display: block;
margin: 5px;
}
.bios {
font-size: 10px;
font-family:  Arial, Helvetica, sans-serif;
color: #000;
}

div#albumlist { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFF; }
div#albumlist img { border: 1px solid #FFF; padding: 1px; }

div#discount {
display: block;
background: url('images/discount.gif') no-repeat 0 0;
width: 85px;
height: 85px;
padding-top: 25px;
font-size: 18px;
font-family:  Arial, Helvetica, sans-serif;
color: #FFF;
font-weight:bold;
}
#buynow { font-weight: bold; FONT-SIZE: 9px; MARGIN: 0px; TEXT-TRANSFORM: uppercase; PADDING: 0px; FONT-FAMILY: verdana, geneva; color: #FFFFFF; height: 26px; display: block; text-align: center;}
#buynow a { font-weight: bold; FONT-SIZE: 9px; background-color: #AA0000; color: #FFF; border: solid 1px #AA0000; padding: 2px 6px 3px 6px; TEXT-DECORATION: none;}
#buynow a:hover { FONT-SIZE: 9px; background-color: #AA0000; color: #FFF; text-decoration: none; border: solid 1px #FFF; TEXT-DECORATION: none;}

div#prices {
font-size: 10px;
font-family:  Verdana, Helvetica, sans-serif;
}
div#prices .cut {
font-size: 10px;
font-family:  Verdana, Helvetica, sans-serif;
text-decoration: line-through;
color: #666;
}
div#prices .ourprice {
font-size: 11px;
font-family:  Verdana, Helvetica, sans-serif;
text-decoration: underline;
color: #009933;
}
div#crating {
font-size: 11px;
font-family:  Verdana, Helvetica, sans-serif;
}
div#crating .comment {
color: #f2f2f2;
}
div#crating .sumar {
font-weight: bold;
color: #56C20E;
}
.albumsection {
font-size: 13px;
color: #DB21DE;
}
div#offer { font:12px Verdana, Arial; font-weight:bold; color: #fff; background: url('images/offerbk.gif'); height: 20px; width: 100%; padding: 3px; }
div#offer a:link,div#offer a:visited { color: #FFF; text-decoration: underline;  }
div#offer a:hover { text-decoration: underline;  }
