﻿.promotionContainer
{
	width: 275px;
	padding: 0;
	margin: 0;
	height: 130px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}
.promotionTitleDiv
{
	width: 100%;
	height: 30px;
	background: #F4A80A;
	line-height: 30px;
	text-align: center;
}
.promotionTitleText
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.promotionDetails
{
	background-color: #4c4b45;
	color: #ffffff;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 5px;
	
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}
.promotionDetails:hover
{
	background-color: #9BBE00;
	cursor: pointer;
}
.promotionRight
{
	float: left;
	width: 160px;
	height: 100px;
	margin-left: 10px;
}
.promotionNewPrice
{
	font-family: Trebuchet MS;
	font-size: 19px;
	color: #9d1b19;
	font-weight: bolder;
	
}
.promotionOldPrice
{
	
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #4c4b45;
	text-decoration: line-through;
	font-weight: normal;
}

.promotionImageDiv
{
	width: 100px;
	height: 100px;
	float: left;
	
}

.promotionImage
{
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	
}    
