/* CSS Document */

table#offer1 {
	background-image:url(../images/__mainpage/table_main/pic_1.jpg);
	background-repeat:no-repeat;
    width: 228px;
	height:192px;
	border:none;
}

table#offer2 {
	background-image:url(../images/__mainpage/table_main/pic_2.jpg);
	background-repeat:no-repeat;
    width: 228px;
	height:192px;
	border:none;
}

table#offer3 {
	background-image:url(../images/__mainpage/table_main/pic_3.jpg);
	background-repeat:no-repeat;
    width: 228px;
	height:192px;
	border:none;
}

table#offers {
	height:80px;
    width: 115px;
	border:none;
}


/* CSS box title */
.title {
    text-align: left;
	font-family: Arial, sans-serif, Helvetica;
	font-weight:bold;
	font-size: 14px;
	color:#FFF;
	padding-top:2px;
	padding-left:10px;
}
.title A:link, .title A:active, .title A:visited, .title A:hover { 
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
}


/* CSS text boxes */
.description {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	vertical-align:top;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
}
.description A:link, .description A:active, .description A:visited, .description A:hover { 
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
.city {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-image:url(arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color: #000000;
	vertical-align:top;
	text-align: left;
	padding-top:3px;
	padding-left:1px;
	width:45px;
}
.city A:link, .city A:active, .city A:visited {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.city A:hover{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.price_white {
	background-image:url(../images/__mainpage/table_main/price_background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-weight:normal;
	color:#FFF;
	text-align: center;
	padding-top:1px;
	padding-left:3px;
	padding-right:5px;
}
.price_white A:link, .price_white A:active, .price_white A:visited { 
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
}
.price_white A:hover{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
}
.price_white_canadian {
	background-image:url(../images/__mainpage/table_main/price_background_cadollars.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-weight:normal;
	color:#FFF;
	text-align: left;
	padding-top:1px;
	padding-left:11px;
}
.price_white_canadian A:link, .price_white_canadian A:active, .price_white_canadian A:visited { 
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
}
.price_white_canadian A:hover{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
}
.price_white_small {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 8px;
	font-weight:normal;
	color:#FFF;
	letter-spacing:-1px;
}
.price_white_small A:link, .price_white_small A:active, .price_white_small A:visited { 
	font-family: Arial, sans-serif, Helvetica;
	font-size: 8px;
	color: #FFF;
	text-decoration:none;
}
.price_white_small A:hover{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 8px;
	font-weight: bolder;
	color: #FFF;
}
.from {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9px;
	font-weight:normal;
	color:#F31839;
	text-align:left;
	padding-left:1px;
}
.more {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 10px;
	font-weight:normal;
	color:#F31839;
	text-align:right;
	padding-right:8px;

}
.more A:link, .more A:active, .more A:visited, .more A:hover { 
	font-size: 10px;
	font-weight:bold;
	color: #F00;
	text-decoration:none;
}
.menu {
	background-image:url(../images/__mainpage/table_main/main_backgroung.jpg);
	background-repeat:no-repeat;
	background-position:top-left;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-weight:bold;
	color:#336699;
	text-align:left;
	padding-left:5px;
}
.menu A:link, .menu A:active, .menu A:visited, .menu A:hover { 
	font-size: 12px;
	font-weight:bold;
	color: #336699;
	text-decoration:none;
}


