img{
padding:0;
margin:0;
}
a {
padding:0;
margin:0;
color: #477ba7;
}
.newsletter, .contact, .box{
	margin-bottom: 20px;
}
/* New box */
.box{
	width: 293px;
	background: #5b9dd5 url(../images/layout/box_content_bg.jpg) repeat top left;
	color: #a1d4ff;
}
.box a{
color: #a1d4ff;
}

.box h2{
	background: #fff url(../images/layout/box_medium_top.jpg) no-repeat bottom center;
	color: #a1d4ff;
	font-size: 1.3em;
	padding: 10px 0 8px 15px;
	margin:0;
	border-bottom: 1px solid #fff;
}
.box p{
	color: #fff;
	margin:0;
	padding:0;
	font-size: 0.9em;
	margin-left: 130px;
	padding-top: 5px;
	padding-right: 5px;
}

.small{
	font-size: 0.7em;
}
.box img{
	/*position: relative;
	float: left;*/
	display: inline;
}
.imagecol{
	position:relative;
	float: left;
}

.box table{
	border-collapse:collapse;
	border-spacing:0;
	font-size: 0.8em;
	width: 100%;
	margin: 0;
	padding: 0;
}
.box table th, .box table td {
	border: none;
	padding:0;
}

.box ul{
	width: 140px;
	position: relative;
	float:right;
	clear: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	background: #5b9dd5 url(../images/layout/box_content_bg.jpg) repeat top left;
/* display: block;*/
}

.box ul li, .box table td{
	list-style: none;
	padding:0;
	margin:0;
	border-top: 0px solid #fff; border-bottom:1px solid #ffffff; 
	color: #fff;
}
.box ul li a, .box table td a{
	color: #fff;
 	display: block;
	padding: 5px 5px 10px 5px; margin:0px;
}

.box ul li a:hover, .box table td a:hover{
	background: #004f94 url(../images/layout/box_link_hover_bg.jpg) repeat-x top center;
	text-decoration: none;
	padding:5px 5px 10px 5px; margin:0px;
}
.box td a.noborder, .box td a.noborder:hover{
	background: none;
	padding:0;
	margin:0;
}

.boxfooter p{
	clear: both;
	display: block;
	background: #477ba7 url(../images/layout/box_medium_bottom.jpg) no-repeat bottom center;
	text-align: right;
	margin:0;
	padding: 5px 30px 8px 0; 
	border-top: 1px solid #fff;
}
.image{
	height: 120px;
	width: 120px;
/*	position: relative;*/
	overflow: hidden;
	float:left;
	background: #fff url(../images/layout/deal_bg.jpg) repeat-x bottom left;
}

.image[class] {display: table; position: static;} /* IE won't see this */

.vertimage { position: absolute; top: 50%; width: 120px; text-align:center !important; } /* for explorer only*/
.vertimage[class] {display: table-cell; vertical-align: middle; position: static;}  /* IE won't see this */

.vertimage a{
	line-height:normal;
	font-size: 0;
}


.image img {position: relative; top: -50%} /* for explorer only */

.dealbox{ display: none; }

.box.submenu{ width: 180px; }
.box.submenu h2{
	background: #fff url(../images/layout/box_small_top.jpg) no-repeat top center;
}
.submenufooter p{
	clear: both;
	display: block;
	background: #477ba7 url(../images/layout/box_small_bottom.jpg) no-repeat bottom center;
	text-align: right;
	margin:0;
	padding: 5px 30px 8px 0; 
	border-top: 1px solid #fff;
}
.submenu ul{
	position: relative;
	display: block;
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #5b9dd5 url(../images/layout/box_content_bg.jpg) repeat top left;	
}
.submenu ul li{
	padding: 0px;
	margin: 0px;
	display: block;
	width: 180px;
/*	border-top: 1px solid #fff;*/
}
.submenu ul li a{
 	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	display: block;
	margin:0px;
}
.submenu ul li a:hover{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background: #004f94 url(../images/layout/box_link_hover_bg.jpg) repeat-x top center;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	display: block;
	margin:0px;
}

.first{
	border-top: none !important;
}

.last{
	border-bottom: 1px #169ed8 solid !important;
}

.dealimage{
	/*border: none !important;*/
	background: none;
}
.detailimage{
	float:left;
	margin-right: 10px;
	position:relative;
}



p.feedback{
	margin-left: 10px !important;
	font-weight: bold !important;
	line-height: 1.4em;
	font-size: 1.2em !important;
}
strong{ 
font-weight: bold;
line-height: 1.4em;
font-size: 1.2em;
}
p.small.feedback{
	margin-bottom: 10px;
	font-size: 0.9em !important;
	font-weight: normal !important;
}