﻿
.sparkBack {
	float:left;
	background-image: url(../img/earth.jpg);
	background-repeat:no-repeat;
	background-position:251px 32px;
	width:537px; 
	padding:0px 60px 10px 0px;
}

.sparkBack ul {
	color:#ED661B;
	list-style-type:square;
	margin:0 0 0 16px;
	padding:0;
}

.sparkBack .liContent{
	color:#333333;
	font-family:Tahoma,arial,sans-serif;
	font-size:12px;
	letter-spacing:0;
	line-height:1.5;
	word-spacing:0;
}


.product-cell {
	float:left;
    height:61px;
    margin:0px 1px 1px 0px;
    padding:1px;
    position:relative;
    width:265px;
}


a.product-button:active {
    background-position:0 -122px;
    background-repeat:no-repeat;
}

a.product-button:hover { 
	background-position: 0px -61px; 
	background-repeat: no-repeat; 
}


a.product-button {
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    height:61px;
    width:auto;
}

a.product-button img {
	height:56px;
	width:265px;
}

a img {
	border:medium none;
}



.upper-left {
    left:-1px;
    position:absolute;
    top:-1px;
}


.upper-right {
    position:absolute;
    right:-1px;
    top:-1px;
}


.lower-left {
    bottom:-1px;
    left:-1px;
    position:absolute;
}


.lower-right {
    bottom:-1px;
    position:absolute;
    right:-1px;
}