/*********** DEFAULT STYLES  ***********/
body{}

a,div,input,td,tr,li{
	-webkit-transition-duration:.3s, .5s, .3s;
	-moz-transition-duration:	.3s, .5s, .3s;
	-ms-transition-duration:	.3s, .5s, .3s;
	-o-transition-duration:		.3s, .5s, .3s;
	transition-duration:		.3s, .5s, .3s;
	
	-webkit-transition-property:color, background-color, border-color;
	-moz-transition-property:	color, background-color, border-color;
	-ms-transition-property:	color, background-color, border-color;
	-o-transition-property:		color, background-color, border-color;
	transition-property:		color, background-color, border-color;
}
td{padding:0;}

.bdr.hover { position:relative;display:block;}
.bdr.hover  strong{ position:absolute; top:0; left:0; bottom:0; right:0;  opacity:0.5;filter: alpha(opacity = 50);transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: all 0.5s; /* Opera */}
.bdr.hover:hover strong{ border-width:5px;}

.paging a,.propertyDetail .paging a{padding:2px 5px;}

a.button{background:url(//catalog.wlimg.com/templates-images/12307/12319/common_x_bgs_50px.png) 0 -2000px;display:inline-block;}
a.buttonBig{background:url(//catalog.wlimg.com/templates-images/12307/12319/common_x_bgs_50px.png) 0 -2900px;display:inline-block;font:italic 1.25em/1.2em Cambria, Georgia, "Times New Roman", Times, serif;}

.input,textarea{background: url(//catalog.wlimg.com/templates-images/12307/12319/input_bg.png) repeat-x bottom;}
input.button{background:url(//catalog.wlimg.com/templates-images/12307/12319/common_x_bgs_50px.png) 0 -3000px;display:inline-block;}

.h1 h1{font:italic 1.8em/1.1em "webfont";}
.h1{padding:3px 5px;}
.h2 h2{font:italic 1.8em/1.1em "webfont";}
h3{font:italic 1.3em/1.3em "webfont";}

.b1{background:url(//catalog.wlimg.com/templates-images/12307/12319/common_bullets.png) -1075px -500px;float:left;width:8px;height:7px;margin:.35em .4em 0 0;}
.b2{background:url(//catalog.wlimg.com/templates-images/12307/12319/pl-mn-sprite.png) 0 0;float:left;width:6px;height:6px;margin:.4em .5em .4em 0;}

#travelSearch input,#travelSearch select,#travelSearch textarea{padding:6px;}