.pageContent {
float:right;
margin:0 0 0 27px;
width:717px;
border:none;
padding:0;
background:none;
}

#homepage-top-columns {
	overflow:hidden;
	width:100%;
}

#most-popular-products {
	width:605px;
	overflow:auto;
	float:left;
	padding-bottom:500em;
	margin-bottom:-500em;

}

#most-popular-product-featured {
	width:605px;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:5px;
	border-bottom:2px solid #cccccc;
}

#most-popular-product-featured img {
	display:block;
}

#most-popular-product-featured a {
	display:block;
}

#most-popular-product-featured-name a {
	background-color:#02c302;
	padding:3px 5px;
	color:white;
	text-decoration:none;
}

.most-popular-product {
	float:left;
	margin-bottom:5px;
	width:300px;
	border-bottom:2px solid #cccccc;

}

.most-popular-product img {
	width:300px;
	height:200px;
	overflow:hidden;
	display:block;

}

.most-popular-product-details {
	overflow:hidden;
	color:black;
}

.most-popular-product-name, .most-popular-product-price {
	padding-left:5px;
	padding-right:5px;
}

.most-popular-product:nth-child(odd) {
	margin-right:5px;
}

.most-popular-product:nth-child(n+4) {
	margin-bottom:0px;
}

.most-popular-product-name {
	font-size:110%;
	font-weight:300;
	background-color:#02c302;
	padding-top:7px;
	padding-bottom:7px;
}

.most-popular-product-name a {
	display:block;
	text-decoration:none;
	color:white;
}

.most-popular-product-name a:hover {
	text-decoration:underline;
}

.most-popular-product-price {
	font-size:85%;
	font-weight:normal;
	color:#333333;
	background-color:white;
	padding-top:5px;
	padding-bottom:5px;
}

#newest-products {
	width:170px;
	float:right;
	background-color:rgba(0,0,0,0);
}

.newest-products-header {
	background-color:#00c2e1;
	color:white;
	padding:8px 0;
	text-transform:uppercase;
	font-weight:300;
	text-align:center;
}

.newest-products-product-container {
	font-size:85%;
	width:150px;
	background-color:white;
	border-top:3px solid #d9d9d9;
	padding-bottom: 500em;
    margin-bottom: -500em;
}

.newest-products-product {
	padding:0.25em 0 0.6em 5px;
}

.newest-products-product:last-child {
	margin-bottom:0;
}

.newest-products-product a {
	color:black;
	text-decoration:underline;
}

.newest-products-product a:hover {
	color:#ff783e;
}

.newest-products-product-image {
	margin:0 auto;
	width:100px;
}

#recent-popular-youtube-videos {
	margin:1em 0;
}

#recent-popular-youtube-videos-container {
	width:740px;
	margin:0 auto;
	padding:10px 0 0 0;
	background-color:black;
	height:348px;
	overflow:auto;
}

#recent-popular-youtube-videos .header {
  font-size:115%;
  text-align:center;
  text-transform:uppercase;
  font-weight:300;
}

.recent-popular-youtube-videos-video {
	float:left;
	margin-right:10px;
	position:relative;
	width:240px;
	margin-top:-22px;
	height:180px;
	color:white;

}

.recent-popular-youtube-videos-video .duration {
	font-size:75%;
	position:absolute;
	right:6px;
	bottom:25px;
	background-color:black;
	padding:3px 6px;
}

.recent-popular-youtube-videos-video .viewcount {
	font-size:75%;
	color:#dddddd;
	position:absolute;
	bottom:5px;
	left:5px;
}

.recent-popular-youtube-videos-video:nth-child(n+4) {
	margin-top:0px;
}

.recent-popular-youtube-videos-video img {

}

.recent-popular-youtube-videos-video:nth-child(3n+3) {
	margin-right:0px;
}

.youtube-video-play-button {

    height: 30px;
    width: 45px;    
    background-color: rgba(50, 50, 50, 0.75);
    border-radius: 5px;
    opacity:0.6;
    position:absolute;
    top:75px;
    left:98px;
}

.recent-popular-youtube-videos-video:hover > a div.youtube-video-play-button {
    background-color: rgba(255, 69, 70, 0.9);
    opacity:1.0;
    cursor:pointer;
}

.youtube-video-play-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 16px;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.homepage-tag {
	padding:0 0 0.75em 0;
	overflow:auto;
	background-color:white;
}

.homepage-tag-header {
	padding:6px 8px;
	color:white;
	text-transform:capitalize;
	border-bottom:3px solid #DDDDDD;
}

.homepage-tag-header a {
	text-decoration:none;
	color:white;
	display:block;
}

.homepage-tag-header a:hover {
	color:black;
}

.homepage-tag-product-name a {
	color:black;
}

.homepage-tag-product-name a:hover {
	color:#ff783e;
}

.homepage-tag:nth-child(odd) .homepage-tag-header {
	background-color:#00c2e1;
	text-align:left;
}

.homepage-tag:nth-child(even) .homepage-tag-header {
	background-color:#aa66cd;
	text-align:left;
}

.homepage-tag-product {
	float:left;
	width:126px;
	margin-right:15px;
	margin-left:15px;
	margin-top:0.5em;
	font-size:80%;
}

.homepage-tag-footer {
	margin-top:0.95em;
	text-align:center;
}

a.button-small {
	font-size:90%;
	padding:0.25em 0.85em;
	color:white;
	border-radius:5px;
	background-color:#cccccc;
	text-decoration:none;
	border-right:2px solid #bbbbbb;
	border-bottom:2px solid #bbbbbb;
}

a.button-small:hover {
	background-color:#bbbbbb;
}
