#productInterface a:hover {
	text-decoration: none;
}

#product {
	height: 378px;
	width: 397px;
	border: 3px solid #9f0;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin: 0 0 10px;
	clear: both;
	position: relative;
	overflow: hidden;
}

#product.zoomedOut {
	background-position: center top;
}

#product.zoomedIn {
	background-position: center 375px;
}

#productOverlay {
	width: 400px;
	height: 400px;
	position: absolute;
}

#productOverlay.whiteHood {
	background: url('/images/productImages/hoodWhite.png') top left no-repeat;
}

#productOverlay.ashHood {
	background: url('/images/productImages/hoodAsh.png') top left no-repeat;
}

#helpText {
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	color: #666;
	background: #ffb;
	width: 396px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
}

.close {
	float: right;
	margin: 2px 2px 0 0;
}
	

/* ================================ */
/* ==== Lyric Blocks and Lines ==== */
/* ================================ */

#artist {
	margin: 3px 0 10px 0;
	width: 210px;
	float: left;
}

/* Lyric Blocks */

.blockContainer {
	clear: both;
	width: 298px;
	background: #F7FFE6;
	margin: 8px 0;
	padding: 4px 8px 4px 0;
	border: solid 1px #CAFF2B;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

div.hover {
	background: #B1FF11;
	cursor: pointer;
}

div.onProduct {
	background: #FAAC04;
}

div.onProductHover {
	background: #FF5959;
	cursor: pointer;
}

.blockContainer div.blockControl {
	float: left;
	width: 26px;
	height: 18px;
	background: url('/images/blockControlSprite.gif') 4px top no-repeat;
}

div.onProduct div.blockControl {
	background-position: 4px -36px;
}

.blockContainer div.blockControl:hover {
	background-position: 4px -18px;
}

div.onProduct div.blockControl:hover {
	background-position: 4px -54px;
}

.blockContainer p {
	float: right;
	width: 272px;
	text-align: center;
	margin: 0;
	padding: 0;
}


/* Lyric Lines */

.blockContainer p span {
	display: block;
	line-height: 11px;
	margin: 0 0 1px 0;
	padding: 3px 0;
	font-size: 12px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.blockContainer p span span.lineControl {
	display: block;
	float: left;
	width: 18px;
	height: 14px;
	margin: 0;
	padding: 0;
}

.blockContainer p span:hover {
	background-color: #DFFF7D;
	cursor: pointer;
}

.blockContainer p span:hover span.lineControl {
	background: url('/images/lineControlSprite.gif') 4px -3px no-repeat;
}

.blockContainer p span.onProduct {
	background-color: #FEC44B;
}

.blockContainer p span.onProduct span.lineControl {
	background: url('/images/lineControlSprite.gif') 4px -21px no-repeat;
}

.blockContainer p span.onProduct:hover {
	background-color: #FF5959;
}

.blockContainer p span.onProduct:hover span.lineControl {
	background-position: 4px -39px;
}


/* Song Title */

#songTitle {
	cursor: pointer;
	line-height: 19px;
	padding: 0 18px 0 0;
}

#resultTitle span.notOnProduct {
	background: url('/images/titleControls.gif') right -1px no-repeat;
}	

#resultTitle span.notOnProduct:hover {
	background-color: #cf3;
	cursor: pointer;
	background-position: right -19px;
}

#resultTitle span.onProduct {
	background: url('/images/titleControls.gif') right -37px no-repeat #FEC44B;
}

#resultTitle span.onProduct:hover {
	background-color: #ff5959;
	cursor: pointer;
	background-position: right -55px;
}


/* ========================= */
/* === Color/Size Column === */
/* ========================= */
#colorSizeColumn {
	padding: 55px 0 0;
	width: 70px;
}

#colorSizeColumn span.largeNote {
	text-align: center;
	line-height: 13px;
	display: block;
	margin-bottom: 3px;
	width: 54px;
}

#colorColumn {
	width: 67px;
}

#productColor {
	margin-bottom: 50px !important;
}

#colorSelector, #sizeSelector {
	margin: 0;
	outline: none;
}

#colorSizeColumn ul {
	margin: 0 0 0 5px;
}

/* === Color Options === */
#colorList li {
	cursor: pointer;
	width: 46px;
	height: 29px;
}

#colorList li a {
	width: 40px;
	height: 23px;
	display: block;
}

#colorList li a:hover {
	border-color: #9f0;
}

li.currentColor a {
	border: 3px solid #9f0;
}

li.inactiveColor a {
	border: 3px solid #eee;
}


/* === Size Options === */
#sizeList li {
	cursor: pointer;
	margin-bottom: 3px;
	text-align: center;
	color: #666;
	font-size: 17px;
	font-weight: bold;
	width: 40px;
	height: 21px;
}

#sizeList li:hover {
	border: 3px solid #9f0;
}
	
.currentSize {
	border: 3px solid #9f0;
}

.inactiveSize {
	border: 3px solid #fff;
}

#color { 
	width: 39px;
	height: 21px;
}

#colorSelector, #sizeSelector {
	background: url("/images/interface/dropdownBG.png") top left no-repeat;
	height: 25px;
	padding: 5px 0 0 9px;
	width: 51px;
}

#colorList, #sizeList {
	display: none;
	position: absolute;
	padding-bottom: 10px;
}

#colorList {
	z-index: 2;
}

#sizeList {
	z-index: 1;
}

#size {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	width: 39px;
	color: #666;
	cursor: default;
	overflow: hidden;
}

/* ============================= */ 
/* === viewPreviewTextColumn === */
/* ============================= */
#viewPreviewTextColumn {
	width: 400px;
	padding: 0px;
}

/* === View Tabs ===*/
#viewList li {
	float: left;
}

#viewList li a {
	width: 67px;
	height: 18px;
	padding: 3px 10px 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 4px 5px 0 0;
	display: block;
	cursor: pointer;
}

#viewList li.inactiveView a:hover {
	background: url(/images/tab.jpg) 0px -42px no-repeat;
}

.inactiveView a {
	background: url(/images/tab.jpg) 0px -21px no-repeat;
}

.currentView a {
	background: url(/images/tab.jpg) 0px 0px no-repeat;
}

#zoom {
	display: block;
	float: right;
	margin: 0 15px;
}

#zoom a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 3px 30px 0 0;
	height: 20px;
	outline: none;
}

#zoom a.disabled {
	color: #999;
	text-decoration: none;
	cursor: default;
}

#zoom a.disabled:hover {
	text-decoration: none;
}

#zoom a.zoomIn {
	background: url(/images/mag.jpg) top right no-repeat;
}

#zoom a.zoomOut {
	background: url(/images/mag.jpg) bottom right no-repeat;
}

#zoom a:hover {
	text-decoration: underline;
}

#artwork {
	border: 1px dashed #333;
}

#artwork.zoomedOut {
	width: 177px;
	height: 205px;
	margin-left: 112px;
	margin-top: 78px;
	border: 1px dashed #333;
	text-align: center;
	overflow: hidden;
}

#artwork.zoomedOut:hover {
	border: 1px dashed #9f4;
}

#artwork.zoomedIn {
	border: solid 1px transparent;
}

#artwork.mug {
	border: none;
}

#artwork.mug:hover {
	border: none;
}

#loadingGif {
	position: absolute;
	top: 4px;
	right: 3px;
	visibility: hidden;
}

#productText {
	width: 390px;
	margin: 15px 0px;
	padding: 5px;
	height: 100px;
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 13px;
	border: 1px solid #ccc;
}


/* ========================= */ 
/* === Products Column   === */
/* ========================= */
#productsColumn {
	padding: 55px 0 0;
	width: 130px;
	text-align: center;
}

#productList img {
	width: 88px;
}

#productList {
	overflow-y: auto;
	overflow-x: hidden;
	height: 355px;
}

#productList li {
	margin-bottom: 3px;
	cursor: pointer;
	color: #666;
	font-size: 11px;
	width: 90px;
	margin-left: 20px;
	cursor: pointer;
}

#productList li a {
	display: block;
	border: 1px solid #fff;
}

#productList li.currentProduct a, #productList li a:hover {
	border: 1px solid #9F0;
}

#viewPreviewTextColumn input,#viewPreviewTextColumn select {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
}

#viewPreviewTextColumn select {
	padding: 0px;
}


/*design title*/
span#productTitle {
	display: block;
	margin: 0 0 10px 0;
}

#customTitle {
	font-size: 17px;
	font-weight: bold;
}

.customTitle {
	font-weight: bold;
}

#productTitle a {
	color: #999;
	font-size: 12px;
	margin: 0 0 0 5px;
}

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

#addToCart {
	margin-bottom: 16px;
}

.price {
	font-size: 17px;
	font-weight: bold;
	display: block;
	margin: 30px 0 10px;
}

#clearDesign {
	display: block;
	margin-top: 5px;
}

#tooltipz  {
	background: url('/images/tinyTooltipArrow.png') no-repeat top center #000000;
	color: #FFF;
	font-size: 10px;
	margin-left: 0px;
	padding: 10px 4px 2px;
	position: absolute;
	text-transform: uppercase;
	display: none;
	left: 0;
}


#productText_placeholder {
	height: 140px;
	display: block;
}


/* ================================ */
/* ============ Search ============ */
/* ================================ */

/* styles for the search input, find button,
   and search by dropdown are declared in 
   lyricStyle.css */

.sidebar {
	width: 340px;
	background: url('/images/sidebarBG.gif') top left repeat-y;
}

ul#searchTabs {
	border-bottom: solid 3px #9F0;
	width: 340px;
	height: 31px;
	padding-top: 10px;
	background: #fff;
}

ul#searchTabs li {
	float: left;
}

#searchTabs #lyricSearch, #searchTabs #browseArtists, #searchTabs #browseGenres {
	background: url('/images/searchTabs.jpg') no-repeat;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
} 

#searchTabs #lyricSearch {
	background-position: 0px 0px;
	width: 63px;
	height: 26px;
	padding: 5px 0 0 14px;
	margin-right: 5px;
}

#searchTabs #lyricSearch.active {
	background-position: 0px -31px;
}

#searchTabs #browseArtists {
	background-position: -77px 0px;
	width: 115px;
	height: 26px;
	padding: 5px 0 0 12px;
	margin-right: 5px;
}

#searchTabs #browseArtists.active {
	background-position: -77px -31px;
}

#searchTabs #browseGenres {
	background-position: -204px 0px;
	width: 101px;
	height: 26px;
	padding: 5px 9px 0 9px;
	text-align: center;
}

#searchTabs #browseGenres.active {
	background-position: -204px -31px;
}

.sidebar #searchForm form {
	padding-left: 13px;
}

.sidebar #searchForm img {
	vertical-align: middle;
	padding-bottom: 5px;
}

#searchingGif {
	visibility: hidden;
}

#searchPanel, #artistPanel, #genrePanel {
	padding: 18px 14px 0 14px;
}

#searchPanel, #artistPanel, #genrePanel, #result {
	display: none;
	position: relative;
}

#result {
	padding: 12px 16px 0 16px;
}

#result h2 {
	padding: 0px;
}

#returnToSearch {
	float: right;
	font-size: 12px;
	padding: 0;
	display: none;
	margin: 4px 0 10px 0;
}

.returnToLyric {
	display: none;
	padding: 0 0 10px;
}

.results {
	margin: 0px 0 8px 0;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	clear: both;
	display: block;
	float: left;
}

#searchResult .results {
	margin: 20px 0 8px 0;
}


.resultsHeader {
	background: url('/images/resultsGradient.jpg') top left repeat-x;
	padding: 2px 7px 4px 7px;
	margin: 0 0 10px;
	font-weight: bold;
	clear: both;
}

#searchPanel p.resultsHeader, #genrePanel p.resultsHeader {
	margin: 0;
}

#onePage {
	background: none;
	border-bottom: solid 1px #ccc;
	margin: 0 0 8px;
	padding: 0;
	overflow: auto;
}

#searchResult p#onePage {
	margin-top: 20px;
}


.back {
	padding-left: 18px;
	background: url('/images/backArrow.png') 5px 5px no-repeat;
}

.resultsHeader .back {
	color: #333;
	float: right;
	line-height: 21px;
}

#onePage .back {
	line-height: normal;
	background-position: 5px 2px;
}

#onePage span.results {
	margin: 0;
	width: 200px;
}

#sortBy, #goToPage {
	font-size: 12px;
}

#sortBy {
	margin-right: 8px;
}

.contributorBrowse {
	float: left;
	margin: 0 0 10px 0;
	width: 312px;
}

.contributorSearch a {
	color: #000;
	font-size: 12px;
}

.contributorBrowse a {
	color: #000;
	background: #ccc;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px 8px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.contributorBrowse a:hover {
	background: #f90;
	text-decoration: none;
}

.contributorBrowse a.active {
	background: #9f0;
}

.paging {
	font-size: 12px;
	margin-top: 25px;
	float: right;
	color: #000;
}

.paging img {
	vertical-align: middle;
	margin: 0 5px;
}

.paging a {
	color: #000;
}

.paging a:hover {
	text-decoration: underline !important;
}

.paging a.current {
	color: #999;
	text-decoration: none;
}

.paging a:hover {
	text-decoration: none;
}

.loading {
	background: url(/images/pbar-ani.gif) repeat-x !important;
}

.loadingSmall {
	display: block;
	visibility: hidden;
	background: url(/images/loadingBarSmall.gif) repeat-x;
	width: 312px;
	height: 6px;
	margin: -12px 0 4px;
}

.genreSearch a {
	color: #000;
	font-size: 12px;
}

.searchResult {
	padding: 0px;
}

#searchPanel ul li, #genrePanel ul li {
	border-bottom: solid 1px #ccc;
	padding: 5px 0;	
}

#searchPanel .lyrics, #genrePanel .lyrics {
	font-weight: bold;	
}

#genrePanel ul.genre li {
	border: none;
	padding: 0;	
}

#artistPanel ul li {
	margin-bottom: 15px;	
}

#artistPanel ul.contributor li {
	margin-bottom: 0;	
}

#searchByGenre {
	font-size: 12px;	
}

p.whatsNew {
	clear: both;
	margin-bottom: 14px;	
}

.lyrics {
	display: block;
}

.lyricContributors {
	display: block;
}

.lyrics a, .lyricContributors a {
	color: #000;
	font-size: 12px;
}

.explicit {
	cursor: pointer;
	margin:0 0 -1px 2px;
}

.permalink {
	float: left;
	margin: 10px 10px 0px;	
}

