/***** CSS3 *****/
.classified{
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

.classified .icons li{
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	-ms-transition:all .25s;
	-o-transition:all .25s;
	transition:all .25s;
}

.classified:hover{
	-webkit-box-shadow:0 0 10px #ddd;
	-moz-box-shadow:0 0 10px #ddd;
	box-shadow:0 0 10px #ddd;
}


.classified details.pc{
	background:#def url(//static.tourtravelworld.com/images/premium_stamp_200x150.png) no-repeat 98% center;
	background-size:auto 90%;
	
	
}

.classified details.pm{
	background:#f1f8ff;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ddeeff');
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#def));
	background-image:-webkit-linear-gradient(#fff, #def);
	background-image:   -moz-linear-gradient(#fff, #def);
	background-image:    -ms-linear-gradient(#fff, #def);
	background-image:     -o-linear-gradient(#fff, #def);
	background-image:        linear-gradient(#fff, #def);
}

.classified details.gm{
	background:#fffafc;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fffbf7');
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fffbf7));
	background-image:-webkit-linear-gradient(#fff, #fffbf7);
	background-image:   -moz-linear-gradient(#fff, #fffbf7);
	background-image:    -ms-linear-gradient(#fff, #fffbf7);
	background-image:     -o-linear-gradient(#fff, #fffbf7);
	background-image:        linear-gradient(#fff, #fffbf7);
}

.classified details.sm,.classified nav.buttons a{
	background:#f1f1f1;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee');
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image:-webkit-linear-gradient(#fff, #eee);
	background-image:   -moz-linear-gradient(#fff, #eee);
	background-image:    -ms-linear-gradient(#fff, #eee);
	background-image:     -o-linear-gradient(#fff, #eee);
	background-image:        linear-gradient(#fff, #eee);
}

.classified nav.buttons a{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}


.classified{border:1px solid #c9d4dd;color:#444;}
.classified .icons{float:right;}
.classified .icons li{float:left;background:#fff;padding:3px;border:1px solid transparent;border-left-color:#c9d4dd;width:30px;*border-bottom-color:#c9d4dd;}
.classified .icons li:hover{margin-top:-10px;padding:8px 3px;border-color:#c9d4dd;border-bottom-color:transparent;}
.classified .icons li:hover+li{border-left-color:transparent;}

.classified .h{background:#def;border-bottom:1px solid #c9d4dd;height:32px;}
.classified .n,.classified h2{padding:5px 10px 0;display:block;font-size:1.2em;font-weight:bold;}

.classified details{padding:12px;}
.classified figure{float:left;margin:0 15px 5px 0;border:1px solid #789;background:#fff none no-repeat center center;padding:1px;}
.classified figure img{display:block;}
.classified details > div{overflow:hidden;}
.classified .mark{font-weight:bold;color:#123;margin:0 0 10px;}

.classified address{font-style:normal;}
.classified address p{margin:5px 0 0;}

.classified nav{clear:both;border-top:1px dashed #789;margin:10px 0 0;padding:10px 0 0;}
.classified nav li{float:left;}

.classified nav.divider li{*margin:0 12px 0 0;}
.classified nav.divider li:before{content:'|';margin:0 7px;}
.classified nav.divider li:first-child:before{content:'';margin:0;}

.classified nav.arrows li{margin:0 12px 0 0;}
.classified nav.arrows li:before{content:'\00BB';font:bold 1.1em/1em Verdana, Geneva, sans-serif;margin:0 3px 0 0;}

.classified nav.buttons li{margin:0 2px;}
.classified nav.buttons a{display:inline-block;border:1px solid #9cf;padding:4px 7px;background-color:#fff;}
.classified nav.buttons a:hover{border-color:#69c;}