.clear {
	clear: both;
}

.ProductsContainer, .popularContainer {
	width:100%;
	background:;
}

.dataTableRow td {
	border-bottom: 1px solid #CCCCCC;
}

.ProductImage {
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.ProductName {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#999;
}

.ProductPrice {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.ProductOptions {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	height:30px;
}
.ProductOptionsDropDown {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.ProductOptionsCart {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:italic;
}

.ProductDescription {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.PoductBuyButton {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.PoductPages {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	text-decoration:none;
}

.ProductContainer{
	border-bottom:4px double #000;
	padding:25px;
}

.PoductPagesContainer {
	padding-top:5px;
}

.ProductTopLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:bold;
	cursor:pointer;
}

.ProductTopLinksContainer {
	border-bottom:10px solid #000;
}

.ProductLinks {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#a60000;
	text-decoration:underline;
}


.ProductServiceMessages {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F00;
}

.ProductShoppingCartTitles {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.ProductInfoText {
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:10px;
	color:#333;
}

.actionLink {
	width: 36px;
	height: 25px;
	display: block;
}

.playLink {
	background: url("images/control_play_blue.png") no-repeat;
	background-position: 0px -25px;
}

.playLink:hover, .playLink:active {
	background-position: 0px 0px;
}

.addToCartLink {
	background: url("images/cart_add.png") no-repeat;
	background-position: 0px -25px;
}

.addToCartLink:hover, .addToCartLink:active {
	background-position: 0px 0px;
}

#slimPlayer {
	width: 100%;
}


/******** MENUS ********/
.manucategoriesContainer {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*** horizontal layout ***/
.menuConteiner {
	float: left;
	margin-right: 10px; /*** control the horizontal spacing between menu items from here ***/
}

/*** vertical layout ***/
.menuConteiner {
	/*float: left;
	margin-bottom: 10px;
	clear: both;*/
}

/******** CATEGORIES ********/
.categoriesConteiner {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*** horizontal layout ***/
.categoryConteiner {
	float: left;
	margin-right: 10px; /*** control the horizontal spacing between category items from here ***/
}

/*** vertical layout ***/
.categoryConteiner {
	/*float: left;
	margin-bottom: 10px;
	clear: both;*/
}


/*** Popular Songs ***/
.popularLinksContainer {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*** Photos ***/
.photosContainer {
	width: 85%; /* testing */
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.photosContainer li {
	float: left;
	clear: none;
	margin: 0px 2px 2px 0px;
	padding: 3px;
}

.photosContainer li:hover {
	background-color: #48B849;
}

.photosContainer img {
	float: left;
}
