div.scroll-viewer {
  background:       #2A2E2F;
}

div.scroll-viewer div.scroll-content {
  height:           300px;
  
}						

/********************************/

table.product-card {
	background-color: #FFFFFF;
	width: 601px;
	height: 300px;
}

td.product-card-image {
	background-color: #FFFFFF;
	width: 300px;
	height: 300px;
}

td.product-card-sepparator {
	background-color: #DDDDDD;
	width: 1px;
	height: 300px;
}
	
td.product-card-text {
	background-color: #FFFFFF;
	width: 300px;
	height: 300px;
}

td.product-card-text a:hover 
{
	text-decoration: none;
}

/*********************************/

table.set-card {
	background-color: #FFFFFF;
	width: 300px;
	height: 300px;
}

td.set-card-image {
	background-color: #FFFFFF;
	width: 300px;
	height: 300px;
}

	
td.set-card-text {
	background-color: #FFFFFF;
	width: 300px;
	height: 300px;
}

td.set-card-text a:hover 
{
	text-decoration: none;
}

/********************************/

td.scroll-arrows {
	background-color: #2A2E2F;
	width: 40px;
	height: 300px;
	color:#FFFFFF;
	text-decoration: none;
}

a.scroll-arrows {
	color:#DDDDDD;
	text-decoration: none;
}

a.scroll-arrows:hover {
	color:#FFFFFF;
	text-decoration: none;
}


.promotion-code 
{
	font-size:		12px;
	font-weight:	bold;
}

