/* LAYOUT SEMANTICS */

#container {
    width: 460px;
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
    background: #fff;
	padding-top:20px;
	padding-bottom:20px;
    /*border: 1px solid #c6cfe1;*/
}

#header {
    margin: 0;
    padding-left:0px;
	text-align: center;
}

img.lcrlogo {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img.home {
	 align: left;
}

img.change {

}

#mainBody_wrapper {
	padding-top:10px;
	padding-left:10px;
	position:relative;
}

body, select {
	font-family:"Lucida Sans Unicode", "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:11px;
	line-height: 13px; 
	color:#333333; 
	margin:0px;
	padding:0px;
	text-align:left;
}

ul.roster {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: none;
	line-height:20px;
}
	
li {
	border-bottom: 1px solid #cccccc;
	
}

ul.contact {
	list-style: circle;
	line-height:20px;
}
	
li.contact {
	border: none;
}

ul.store_Artists {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height:20px;
}
	
li.store_Artists {
	border: none;
}

a {
	cursor: pointer; 
	color: #3b5998; 
	text-decoration: none;
}
a:hover{text-decoration: underline;}

p.catNum {
	font-style:italic;
}

img {border:none;}

#rosterWrapper {
	margin-left: auto;
    margin-right: auto;
	width:100%;
	border: 1px solid #cccccc;
	/*border: 1px solid #c6cfe1;*/
	/*position:			absolute;
	top:				0px;
	left:				0px;*/
}

.rosterLeft {
	float:left;
	width:230px;
}

.rosterRight {
	float:right;
	width:230px;
}

.line {
	width="100%";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#store_Nav {
	padding-bottom: 6px;
}

#store_Region {
	padding-left:10px;
	padding-bottom: 5px;
}

.store_newReleaseContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
}

.store_ArtistLine {
	width="100%";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#6699CC;
}

.store_ArtistName {
	font-weight:bold;
	color:#6699CC;
}

.store_itemContainer {
	overflow: auto;
	padding-bottom:15px;
	/*height:130px;
	padding-bottom:10px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
}

.store_itemWithAudioContainer {
	overflow: auto;
	padding-bottom:15px;
	/*height:160px;
	padding-bottom:10px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
}

.store_itemWithAudioContainerNoHeight {
	overflow: auto;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
}

.store_itemPic {
	float:left;
	width:30%;
}

.store_itemName {
	font-weight:bold;
	color:#666666;
}

.store_itemDetail {
	float:right;
	width:68%;
	padding-top:5px;
}

.store_itemAudio {
	float:left;
	width:100%;
}

.store_itemWithAudioExpandingContainer {
	border:1px dotted #dedede; 
	background-color:#EBE4F2; 
	margin:0 0 .5em 0;
	padding:0.4em;
}

.store_itemShowHideTrackInfo {
	clear:both;
	text-align:center;
	cursor: pointer;
	background-color:#F7F7F7;
}

.store_itemTrackInfo {
	width:100%;
	clear:both;
}

.store_itemTrackInfoSideA {
	width:50%;
	float:left;
}

.store_itemTrackInfoSideB {
	width:50%;
	float:right;
}
