﻿/*
 * The file retailer_{retailer_id}.css is used on every consumer facing page for the retailer.
*/

.Clear {
	clear: both;
}

.AccelitecLeft {
	float: left;
	width: 400px;
	/*background: #95d17a;*/
	background: #fcd5b4;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	min-height: 360px;
}

	.rewards-links {
		margin: 20px;
		list-style: none;
	}

	.rewards-links li {
		margin: 10px 0;
	}

	.rewards-links a {
		color: black;
		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 16px;
	}

	.rewards-links a:hover {
		text-decoration: none;
	}

h1 {
	margin: 20px;
}

div.AccelitecRight {
	float: right;
	width: 560px;
}

.AccelitecRight span{
	color:#c01f2e;
}

.AccelitecRight img{
	width:50px; 
	margin:0 5px 0 0; 
	vertical-align: top;
}

div.AccelitecRight div#cardimage {
	margin: 10px;
}

div.AccelitecRight div#cardimage img {
	float: left;
}
div.AccelitecRight div#cardimage h1 {
	clear: both;
	font-family: Arial Black, Helvetica Bold;
}
div.AccelitecRight div#cardimage h3 {
	margin: 30px;
}

div.crossover_text {
	position:relative;
	left:-130px;	
	background-color: white;
	width: 80%;
	height: 146px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
}

div.right {
	background-color: red;
}

div#trask {
	clear: both;
	margin-top: 150px;
	background-color: white;
}

div#trask img {
	clear: both;
	position:relative;
	left:-130px;
	border: solid 5px white;
	float: left;
	z-index: 1000;
	margin-right: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
}

div#trask p {
	width: 120%;
	padding-top:5px;
	margin-left: 10px;
}

div#rewardsfaq {
	clear: both;
	position:relative;
	left:-160px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: white;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
}

div#rewardsfaq h2.rewards_question{
	text-decoration:underline;
}

div#rewardsfaq p.rewards_answer{
	color: #009933 !important;
}

div#notes p.FieldNotes {
	margin: 10px;
	font-size: 10px !important;
}

a.benefitButton {
	color: #fff !important;
}