/***********************************************************************************
/
/	 	     OLM Site Styles For Shop Page
/
/***********************************************************************************/

@import url(common.css);
@import url(jqtransform.css);

/******************************* Common Shop Settings ***********************/
#content #shop{
	width: 702px;
	padding: 0 0 30px 25px;
	float: left;
}

#shop h1{
	padding-left: 3px;
	float: left;
	margin: 0;
}

#shop h1 *{
	float: left;
}

#shopNavBar{
	float: left;
	margin: -2px 0 0;
	list-style-type: none;
	padding: 0;
}

#shopNavBar li{
	margin-left: 20px;
	float: left;
	_display: inline;
}

#shopNavBar li.label{
	margin-left: 38px;
}

#shopNavBar li.artist{
	margin-left: 20px;
}

#shopNavBar li.sound{
	margin-left: 34px;
}

#shopNavBar li a{
	display:block;
	height: 30px;
	text-indent: -9999px;
}

#shopNavBar li a.labelLink	{ width: 133px;	background: url(../../images/navLabelMerchandise.gif)  	repeat 0 0; }
#shopNavBar li a.artistLink	{ width: 127px;	background: url(../../images/navArtistMerchandise.gif) 	repeat 0 0; }
#shopNavBar li a.soundLink	{ width: 89px; 	background: url(../../images/navSoundTracks.gif) 		repeat 0 0; }

#shopNavBar li a.selected,
#shopNavBar li a:hover{
	background-position: 0 30px;
}

/**************************End: Common Shoip Settings ************************/

/*********************************** Label and Artist *************************************/
#shop #labelArtistContent{
	float: left;
	margin-top: 43px;
}

#shop .merchandiseRow{
	float: left;
	padding-bottom: 40px;
	width: 702px;
	overflow: visible;
}

#shop .merchandiseItem{
	float: left;
	width: 327px;
	padding-right: 24px;
}

#shop form{
	margin: 0;
}

#shop .merchandiseItem .image{
	width: 102px;
	float: left;
	min-height: 121px;
	height: auto !important;
	height: 121px;
	text-align: center;
}

#shop .merchandiseItem .image img.thumbnail{
	border: 1px solid #dcdbda;
	width: 100px;
}

#shop .merchandiseItem .content{
	width: 197px;
	float: left;
	margin-left: 28px;
	_display: inline;
}

#shop .merchandiseItem .content h2{
	margin: 0;
	color: #ba1500;
	font-size: 14px;
	font-family: monospace;
	font-weight: bold;
	line-height: 1em;
}

#shop .merchandiseItem .content .price{
	color: #894b13;
	font-size: 11px;
	font-weight: bold;
}

#shop .merchandiseItem .content p{
	color: #2e2e2e;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0;
}

#shop .merchandiseItem .content a.cart{
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 6px;
	width: 118px;
	height: 20px;
}

#TB_caption strong{
	font-size: 12px;
	color: #ba1500;
}

#TB_caption b{
	font-size: 11px;
	color: #894b13;
}

#TB_closeWindow{
	display: none;
}

#TB_window img#TB_Image{
	margin-top: 15px;
}

/********************************* End: Label and Artist**********************************/

/************************************ SoundTracks ****************************************/
#shop #soundTracksContent{
	float: left;
	margin-top: 18px;
	padding-right: 17px;
}

#shop #description{
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 30px;
	width: 684px;
}

#shop #description *{
	margin-top: 0;
}

#shop .soundTrackRow{
	float: left;
	width: 690px;
	padding-bottom: 46px;
	overflow: hidden;
}

#shop .soundTrack{
	float: left;
	width: 210px;
	padding-right: 20px;
}

#shop .soundTrack .image{
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#shop .soundTrack .content{
	width: 114px;
	overflow: hidden;
	float: left;
	margin-left: 16px;
	_display: inline;
}

#shop .soundTrack .content h2{
	margin: 0 0 8px;
	color: #ba1500;
	font-size: 14px;
	font-family: monospace;
	font-weight: bold;
	line-height: 1em;
}

#shop .soundTrack .content a{
	display: block;
	margin-bottom: 2px;
}

/********************************* End: SoundTracks **************************************/

/************************************* Alert Box *****************************************/
#shop .merchandiseItem .apparelError {
	width: 150px;
	height: 14px;
	float: left;
	clear: both;
	background: url(../../images/unchecked.gif) no-repeat;
	padding-left: 16px;
	margin: 1px 0 0 3px;
	color: #ff3333;
	font-size: 11px;
	line-height: 1.5em;
	_line-height: 1.2em;
}

*:first-child+html #shop .merchandiseItem .apparelError {
	line-height: 1.2em;
}

/********************************* End: Alert Box ****************************************/
