/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: section.css
* Website: 
* Author: Vlada Kobetic
* Description: 

== INDEX: ==================================
_common
_deal
============================================

/* _common
==========================================*/
div#tip, div#deals {
	width:450px;
	margin-bottom:20px;
}

/* _box 
==========================================*/

/* _tip 
==========================================*/
.tip-box {
	background:url('img/tip-bg.png') 0 100% no-repeat;
	width:466px;
	text-align:left;
	margin:0 15px;
}
.tip-box .header {
	background:url('img/tip-top.png') 0 0 no-repeat;
	height:4px;
	width:466px;
}
.tip-inside {
	padding:10px 10px 20px 40px;
	background:url('img/icon-info-blue.png') 10px 10px no-repeat;
	color:#333;
}
.tip-box h3 {
	font-size:11px;
	font-weight:bold;
	display:inline;
	color:#000;
}
p.emphasize {
	display:inline;
}

/* _deal
==========================================*/
#deals {
	padding:0;
	text-align:left;
}
.deal {
	float:none;
	text-align:left;
	background:url('img/grid.png') 0 0 repeat-x;
	padding-top:10px;
	width:430px;
	margin:20px 20px;
	_margin:20px 0px;
}
.deal-inside {
}
.deal-inside-new {
	background:url('img/icon-new-red.png')95% 50% no-repeat;
}
.deal-title {
	display:block;
	margin:0 0  5px  0;
}
.deal-title a {
	font-size:130%;
	font-weight:normal;
	color:#166aad;
	text-decoration: underline;
}
.deal-title a:hover {
	text-decoration: none;
}
.deal-title span {
	color:#369;
}
.deal-banner-box {
	float:left;
	margin:0 10px;
	padding-top:5px;
	padding-left:20px;
	width:130px;
}
.deal-text-box {
	float:left;
	width:200px;
}
.deal-text {
	font-size:11px;
	color:#333;
}
.deal-url a {
	color:#166aad;
	text-decoration:none;
}
.deal-url a:hover {
	text-decoration:underline;
}
