body{
	margin:0;
	color:#444;
	font:12px Arial, Helvetica, sans-serif;
	background:#bbb;
	padding:0;
}

/*general reset*/
img{border-style:none;}
a{
	text-decoration:none;
	color:#372f7f;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*page wrapper*/
#wrapper{
	width:958px;
	margin:0 auto;
	border-right: 1px solid #372F7F;
	border-left:1px solid #372F7F;
		border-bottom:1px solid #372F7F;
		background-color:#fff;

}

.w2{

	padding:172px 2px 3px;
	position:relative;
	height:1%;
}
/*header*/
#header{
	overflow:hidden;
	padding:4px 1px 0;
	background:#fff url(../images/bg-header.gif) repeat-x 0 100%;
	height:157px;
	margin:0 0 10px;
	position:absolute;
	top:1px;
	left:2px;
}
/*logo*/
.logo{
	/*background: url(../images/logo.png) no-repeat;
	width: 348px;
	height: 88px;*/
	text-indent:-9999px;
	width: 400px;
	height: 96px;
	overflow:hidden;
	float:left;
	margin:3px 0 0;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
/*user bar*/
.user-bar{
	background:#fff url(../images/bg-userbar.gif) no-repeat 0 100%;
	height:26px;
	overflow:hidden;
	padding:1px 5px 0 13px;
}
.user-bar .sub-heading{
	float:left;
	color:#372f7f;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:2px 0 0;
}
.social{
	list-style:none;
	margin:0;
	padding:2px 0 0;
	float:left;
}
.social li,
.user-option li{
	float:left;
	margin:0 8px 0 0;
	display:inline;
}
.social li a{
	color:#372f7f;
	float:left;
	height:16px;
}
.social li .twitter,
.social li .facebook,
.social li .mail,
.social li .rss,
.social li .contact,
.social li .blog{
	background: url(../images/ico-twitter.gif) no-repeat;
	padding:0 0 0 20px;
}
.social li .facebook{
	background: url(../images/ico-facebook.gif) no-repeat;
}
.social li .mail{
	background: url(../images/ico-mail.gif) no-repeat;
}
.social li .rss{
	background: url(../images/ico-rss.gif) no-repeat;
}
.social li .contact{
	background: url(/logos/images/ico-phone.gif) no-repeat;
}
.social li .blog{
	background: url(../images/blogger_icon.gif) no-repeat;
}
/*user-bar form*/
.user-bar fieldset{
	float:right;
}
.user-bar fieldset span{
	float:left;
}
.user-bar fieldset input{
	float:left;
	background:none;
	border-style:none;
}
.user-bar fieldset .text{
	background: url(../images/bg-text1.gif) no-repeat;
	width: 96px;
	height: 19px;
	padding:0 6px 0;
	margin:0 1px 0 0;
}
.user-bar fieldset .text2{
	background: url(../images/bg-text2.gif) no-repeat;
	width: 97px;
	height: 19px;
	padding:0 6px 0;
}
.user-bar fieldset span input{
	width:96px;
	padding:3px 0 2px;
	font-size:11px;
}
.user-option{
	list-style:none;
	margin:0;
	padding:2px 0 0 0;
	float:left;
}
.user-option li{
	margin:0;
	padding:0;
}
.user-option li a{
	color:#372f7f;
}
.header-box{
	width:875px;
	padding:0 37px 0 39px;
	overflow:hidden;
}
.header-box .canadian{
	float:right;
	width: 468px;
	height: 60px;
	overflow:hidden;
	margin:0;
}
/*navigation area*/
.nav-bar{
	height:46px;
	position:absolute;
	width:934px;
	top:100%;
	margin:-46px 0 0;
	left:8px;
}
* html .nav-bar{
	margin:-45px 0 0;
}
.nav-bar fieldset{
	float:right;
	position:relative;
}
.nav-bar fieldset label{
	font-size:14px;
	color:#372f7f;
	display:block;
	font-weight:bold;
	padding:0 0 3px 6px;
	text-transform:uppercase;
}
.nav-bar fieldset .row{
	float:left;
}
.nav-bar fieldset input{
	background:none;
	border-style:none;
	float:left;
}
.nav-bar fieldset .text{
	background: url(../images/bt-text3.gif) no-repeat;
	width: 271px;
	height: 25px;
	float:left;
	padding:0 5px 0;
}
.nav-bar fieldset .text input{
	width:271px;
	padding:4px 0 3px;
}
.nav-bar fieldset .advanced{
	position:absolute;
	top:3px;
	right:0;
	font-size:11px;
	font-weight:bold;
}
/*main navigation*/
#nav{
	list-style:none;
	margin:0 0 0 -3px;
	padding:16px 0 0;
	float:left;
	position:relative;
}
#nav li{
	float:left;
	margin:0 2px 0 0;
}
#nav li a{
	float:left;
	background: url(../images/bg-nav-sprite1.gif) no-repeat;
	padding:0 0 0 18px;
}
#nav li a span{
	float:left;
	height:24px;
	background: url(../images/bg-nav-sprite1.gif) no-repeat 100% 0;
	padding:6px 18px 0 0;
	cursor:pointer;
	color:#fff;
	font-size:14px;
}
#nav li .poster{
	background: url(../images/bg-nav-sprite2.gif) no-repeat;
}
#nav li .poster span{
	background: url(../images/bg-nav-sprite2.gif) no-repeat 100% 0;
	color:#372f7f;
}
#nav li a:hover{
	background-position:0 -30px;
	text-decoration:none;
}
#nav li a:hover span{
	background-position:100% -30px;
}
#nav li.active a,
#nav li.active a:hover{
	background-position:0 -60px;
}
#nav li.active span,
#nav li.active a:hover span{
	background-position:100% -60px;
	color:#0569bf;
}
/*introduction box*/
.intro{
	background:#ececec;
	padding:8px 0 7px;
	position:relative;
	height: 90px;
}
.intro .heading{
	position:absolute;
	top:15px;
	width: 9px;
	height: 77px;
	left:100px;
	text-indent:-9999px;
	overflow:hidden;
}
.intro .img-holder {
    height: 90px;
    margin: 0 auto;
    width: 728px;
}
.intro .img-holder img{
	display:block;
}
.intro .img-holder-left{
	width:728px;
	height:90px;
	margin-left:13px;
	float: left;
}
.intro .img-holder-left img{
	display:block;
}
.intro .deals {
	width:184px;
	height:54px;
	margin-left:14px;
	background-color:#FFFFFF;
	float: left;
	background: url(../images/deals.jpg) no-repeat;
	padding:36px 0 0 0;
	text-align: center;
	color:#372f7f;
	}
/*main area*/
#main{
	overflow:hidden;
	/*height:1%;*/
	min-height: 400px;
	padding:10px 15px 5px 13px;
}
#content{
	float:left;
	width:613px;
}
#sidebar{
	float:right;
	width:301px;
}
/*contant area*/
.twocolumns{
	width:626px;
	overflow:hidden;
	margin:0 -153px 0 0;
}
#content .column{
	width:300px;
	float:left;
	margin:0 13px 0 0;
}
.product-box{
	width:299px;
	background: url(../images/bg-product-box.gif) repeat-y;
	border-bottom:1px solid #97ccfa;
	overflow:hidden;
	margin:0 0 5px;
}
.product-box .heading-holder{
	background: url(../images/bg-heading-c.gif) repeat-y;
	margin:0 0 2px;
}
.product-box .heading-holder .frame{
	background: url(../images/bg-heading-box.gif) no-repeat;
	height:1%;
	overflow:hidden;
	padding:5px 10px 6px 11px;
}
.product-box .heading-holder span{
	width:65px;
	float:right;
	font-size:14px;
	line-height:14px;
	text-align:right;
	color:#0569bf;
}
.product-box .heading-holder h2{
	color:#4c4491;
	margin:0;
	font-size:13px;
}
.product-box .list-holder{
	padding:0 0 0 11px;
	height:1%;
	overflow:hidden;
	margin:0 -10px 0 0;
	width:298px;
}
.product-box .list-holder ul{
	float:left;
	width:141px;
	list-style:none;
	margin:0 5px 0 0;
	padding:0;
}
.product-box .list-holder ul li{
	margin:0 0 4px;
}
.product-box .list-holder ul a{
	padding:0 0 0 11px;
	background: url(../images/bullet.gif) no-repeat 0 4px;
	color:#372f7f;
}
/*add box*/
.ad-box{
	background:#ececec;
	padding:3px 0;
	margin:0 0 5px;
}
.ad-box .img-holder{
	margin:0 0 3px;
}
.ad-box .img-holder img{
	display:block;
}
.ad-box span{
	display:block;
	text-align:center;
	font-size:11px;
	color:#666;
	letter-spacing:1px;
}
.jumpCategory{
	background: url(../images/bg-category-box.gif) no-repeat;
	width: 284px;
	height: 26px;
	padding:7px 5px 0 10px;
	overflow:hidden;
	margin:0 0 10px;
}
.jumpCategory fieldset label{
	float:left;
	color:#372f7f;
	font-weight:bold;
	padding:2px 5px 0 0;
}
.jumpCategory select{
	width:169px;
	float:left;
}
/*sidebar boxes*/
#sidebar .box{
	background: url(../images/bg-sidebar-box-c.gif) repeat-y;
	border-bottom:1px solid #4f4793;
	margin:0 0 5px;
	height:1%;
	overflow:hidden;
}
#sidebar .box .heading-holder{
	background:#4d4592 url(../images/bg-sidebar-box-t.gif) no-repeat;
	height:1%;
	overflow:hidden;
	padding:5px 5px 0 0;
}
#sidebar .box .heading-holder .question{
	float:right;
	background: url(../images/ico-question.gif) no-repeat;
	width: 17px;
	height: 16px;
	text-indent:-9999px;
	overflow:hidden;
}
#content .box{
	background: url(../images/bg-sidebar-box-c.gif) repeat-y;
	border-bottom:1px solid #4f4793;
	margin:0 0 5px;
	height:1%;
	overflow:hidden;
	width: 301px;
}
#content .box .heading-holder{
	background:#4d4592 url(../images/bg-sidebar-box-t.gif) no-repeat;
	height:1%;
	overflow:hidden;
	padding:5px 5px 0 0;
}
/*tabset*/
.tabset{
	list-style:none;
	margin:0;
	padding:0 0 0 6px;
	height:1%;
	overflow:hidden;
}
.tabset li{
	float:left;
	margin:0 2px 0 0;
}
.tabset li a{
	float:left;
	background: url(../images/bg-tabset.gif) no-repeat;
	padding:0 0 0 6px;
}
.tabset li a span{
	float:left;
	background: url(../images/bg-tabset.gif) no-repeat 100% 0;
	height:20px;
	padding:2px 8px 0 0;
	font-weight:bold;
	cursor:pointer;
}
.tabset li a:hover,
.tabset li a.active{
	background-position:0 -22px;
	text-decoration:none;
}
.tabset li a:hover span,
.tabset li a.active span{
	background-position:100% -22px;
}
.box .container{
	padding:9px 1px 14px 11px;
	height:1%;
	overflow:hidden;
}
.tab-content{
	height:1%;
	overflow:hidden;
}

#tab-2{
    display: none;
}

.search-ads{
	height:1%;
	overflow:hidden;
	margin:0 0 -14px;
}
.search-ads fieldset input{
	float:left;
}
.search-ads fieldset .text{
	width:199px;
	padding:2px 5px 2px;
	border:1px solid #a5a1df;
}
.search-ads fieldset label{
	padding:3px 0 0;
	margin:0 6px 0 0;
	float:left;
	font-size:11px;
}
.search-ads fieldset .row{
	margin:0 0 14px;
	height:1%;
	overflow:hidden;
}

.search-ads fieldset .row2{
    margin: 0 0 10px;
}

.search-ads fieldset .row2 input{
    margin:0px;
    float:none;
}

.search-ads fieldset .row2 select{
    width: 280px;
}

.search-ads fieldset .options{
	display:block;
	font-weight:bold;
	padding: 0 13px 0 0;
	background: url(../images/arrow.gif) no-repeat 100% 4px;
	width:150px;
	margin:0 0 6px;
}
.search-ads fieldset .btn-reset{
	border-style:none;
	background: url(../images/btn-reset.gif) no-repeat;
	width: 42px;
	height: 19px;
	margin:0 0 0 5px;
	display:inline;
	cursor:pointer;
}
/*link box*/
.link-box{
	height:1%;
	overflow:hidden;
	background-color: #E7E6F5;
}
.link-box .holder{

}
.link-box .holder .frame{
	padding:9px 0 8px 12px;
	overflow:hidden;
	width:965px;
	margin:0 -75px 0 0;
}
.link-box .info-box{
	float:left;
	width:123px;
	overflow:hidden;
	margin:0 44px -12px 0;

}
.link-box .info-box strong{
	color:#726fa4;
	display:block;
	margin:0 0 12px;
}
.link-box .box{
	float:left;
	width:134px;
	margin:0 25px 0 0;
}
.link-box .long-box{
	width:286px;
	float:left;
	margin:0 26px 0 0;
}
.link-box h3{
	margin:0 0 3px;
	font-size:12px;
	color:#666;
}
.link-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.link-box ul li{
	margin:0 0 3px;
}
.link-box .list-holder{
	width:310px;
	overflow:hidden;
	margin:0 -24px 0 0;
}
.link-box .list-holder ul{
	width:131px;
	margin:0 24px 0 0;
	float:left;
}
/*footer*/
#footer{
	width:947px;
	margin:0 auto;
	padding:4px 0 4px 11px;
}
#footer p{
	margin:0;
}
/*categorys page*/
.main-holder{
	height:1%;
	overflow:hidden;
	padding:0 0 5px;
}
/*breadcrumbs*/
.breadcrumbs{
	height:1%;
	overflow:hidden;
	padding:0 0 4px 13px;
	margin:-6px 0 0;
}
.breadcrumbs strong{
	float:left;
	font-weight:normal;
	font-size:11px;
	margin:0 7px 0 0;
}
.breadcrumbs ul{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.breadcrumbs ul li{
	margin:0 5px 0 0;
	font-size:11px;
	float:left;
}
.breadcrumbs ul li a{
	font-size:11px;
	background: url(../images/arrow.gif) no-repeat 100% 3px;
	padding:0 8px 0 0;
}
/*page heading*/
.page-heading{
	background: url(../images/bg-page-heading-c.gif) repeat-y;
	border-bottom:1px solid #97ccfa;
	margin:0 0 10px;
}
.page-heading .holder{
	background: url(../images/bg-page-heading-t.gif) no-repeat;
	height:1%;
	overflow:hidden;
	padding:5px 9px 3px;
}
.page-heading .holder h2{
	margin:0;
	font-size:16px;
	color:#0569bf;
	font-weight:normal;
}
.page-heading .holder fieldset{
	float:right;
}
.page-heading .holder fieldset label{
	float:left;
	padding:2px 5px 0 0;
}
.page-heading .holder fieldset select{
	float:left;
	width:189px;
}
.post-heading{
	width: 613px;
}
.post-heading .link-holder{
	overflow:hidden;
	height:19px;
	padding:5px 5px 0 7px;
	background: url(../images/bg-link-holder2.gif) no-repeat;
}
.post-heading .link-holder a{
	font-weight:bold;
}
.post-heading .link-holder .prev,
.paging .prev{
	background: url(../images/bg-prev.gif) no-repeat 0 3px;
	float:left;
	padding:0 0 0 14px;
}
.post-heading .link-holder .next,
.paging .next{
	background: url(../images/bg-next.gif) no-repeat 100% 3px;
	float:right;
	padding:0 11px 0 0;
}
.post-heading .user-info{
	padding:0 5px 0 0;
	overflow:hidden;
	background: url(../images/bg-show-all.gif) repeat-x 0 100%;
	border:1px solid #97ccfa;
	height:1%;
}
.post-heading .user-info .top{
	float:left;
	background: url(../images/ico-sun.png) no-repeat;
	font-size:14px;
	font-weight:normal;
	color:#0569bf;
	padding:4px 0 3px 24px;
}
.post-heading .user-info .sponsored{
	float:left;
	font-size:14px;
	font-weight:normal;
	color:#0569bf;
	padding:4px 0 3px 4px;
}
.post-heading .user-info .how{
	float:right;
	font-weight:bold;
	font-size:11px;
	margin:6px 0 0;
}
/*posts*/
.posts{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.posts li{
	height:1%;
	overflow:hidden;
	vertical-align:middle;
	border-bottom:1px solid #999;
	padding:10px 0 8px 2px;
	margin:1px 0 -1px;
}

.posts .hiddenTopAd{
    display: none;
}

.posts .gray{
	background:#f0f0f0;
}

.posts .premiumListing{
    background:#fff5c4;
}

.posts .image{
    width: 130px; 
    min-height: 1px;
	float:left;
}
.posts .image img{
	float:left;
	border:1px solid #9ccefa;
}
.posts .txt-holder{
	height:1%;
	overflow:hidden;
	padding:0 10px 0 9px;
}
.posts .txt-holder .heading{
	display:block;
	margin:-2px 0 2px;
	font-size:14px;
}
.posts .txt-holder p{
	margin:0 0 7px;
	font-weight:normal;
}
.posts .txt-holder dl{
	list-style:none;
	margin:0 0 5px;
	font-size:11px;
}
.posts .txt-holder dl dt{
	display:inline;
	font-weight:bold;
	margin:0 3px 0 0;
}
.posts .txt-holder dl dd{
	margin:0 1px 0 0;
	display:inline;
}
.posts .txt-holder ul{
	list-style:none;
	margin:0 0 0 -6px;
	padding:0;
	height:1%;
	overflow:hidden;
	font-size:11px;
}
.posts .txt-holder ul li{
	float:left;
	background: url(../images/bullet2.gif) no-repeat 0 4px;
	margin:0 15px 0 -6px;
	padding:0 0 0 12px;
	border-style:none;
	font-weight:bold;
}
.show-all{
	background:#cde8fe url(../images/bg-show-all.gif) repeat-x;
	padding:4px 0 4px 9px;
	border:1px solid #97ccfa;
	margin:0 0 -1px;
}
.show-all h3{
	font-size:11px;
	line-height:11px;
	color:#372f7f;
	margin:0;
}
.paging{
	background: url(../images/bg-paging.gif) no-repeat;
	height: 18px;
	overflow:hidden;
	font-weight:bold;
	padding:5px 7px 0 5px;
}
/*sidebar boxes*/
.box h4{
	font-size:12px;
	color:#fff;
	margin:0;
	padding:0 0 3px 12px;
}
.box .tools {
	list-style:none;
	padding:0;
	margin:-9px 0 -14px -10px;
}
.box .tools li {
	padding:9px 0 9px 9px;
	margin:0;
}
.box .tools li a {
	font-size:14px;
	padding:7px 0 7px 39px;
	margin:0;
	display:inline-block;
}
.box .tools li.white {
	background-color:#FFFFFF;
}
.box .tools li.grey {
	background-color:#F0F0F0;
}
.box .tools li #email {
	background: url(../images/ico-email.gif) no-repeat;
}
.box .tools li #rss {
	background: url(../images/ico-rss_big.gif) no-repeat;
}
.box .tools li #map {
	background: url(../images/ico-map_big.gif) no-repeat;
}
.box .tools li #place {
	background: url(../images/ico-place_big.gif) no-repeat;
}
.box .about{
	list-style:none;
	margin:0 0 -23px -10px;
	padding:0;
	overflow:hidden;
}
.box .about li{
	background: url(../images/separator.gif) repeat-x 0 100%;
	height:1%;
	overflow:hidden;
	padding:0 9px 6px;
	vertical-align:middle;
	margin:0 0 5px;
}
.box .about .picture{
	float:left;
}
.box .about .picture img{
	display:block;
}
.box .about .text-holder{
	height:1%;
	overflow:hidden;
	padding:0 0 0 11px;
}
.box .about .text-holder a{
	font-weight:bold;
}
.box .about .text-holder p{
	margin:0;
}
.box .about .text-holder .date{
	font-size:10px;
	font-style:normal;
}
#sidebar .btn-twitter{
	background: url(../images/btn-twitter.gif) no-repeat;
	width:301px;
	height: 40px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:-8px 0 5px;
}
/*listing detail*/
.page-heading .sub-nav{
	list-style:none;
	margin:0;
	padding:3px 0 0;
	height:1%;
	overflow:hidden;
	float:right;
	display:inline;
}
.page-heading .sub-nav li{
	float:left;
	margin:0 -7px 0 0;
	overflow:hidden;
	padding:0 0 0 12px;
}
.page-heading .sub-nav li a{
	font-weight:bold;
	background: url(../images/arrow-sprite.gif) no-repeat 100% 4px;
	padding:0 12px 0 0;
}
.page-heading .sub-nav .active a,
.page-heading .sub-nav li a:hover{
	background-position:100% -19px;
	color:#0569bf;
	text-decoration:none;
}
/*description boxes*/
.description-box{
	overflow:hidden;
	width:626px;
	margin:0 -13px 16px 0;
}
.description-box .description{
	float:left;
	width:302px;
	margin:0 11px 0 0;
}
.description-box .description h3{
	margin:0 0 12px;
	font-size:12px;
	color:#372f7f;
}
.description-box .description h3 a{
	font-weight:normal;
}
.description-box .description p{
	margin:0 0 10px;
	line-height:15px;
	font-size:14px;
}
.description-box .description .status-list{
	list-style:none;
	margin:0;
	padding:2px 0 0;
	overflow: hidden;
}
.description-box .description .status-list dt{
	float:left;
	font-weight:bold;
	margin:0 3px 0 0;
}
* html .description-box .description .status-list dt{
	margin:0;
}
.description-box .description .status-list dd{
	margin:0 0 3px;
	font-size:11px;
	padding:1px 0 0;
}
.description-box .img-holder{
	margin:0 0 2px;
	/*border:1px solid #9bcefa;*/
	position:relative;
	height:302px;
	width: 302px;
	text-align: center;
	background-color: #ECECEC;
}

.description-box .img-holder #adviewLargePhotoSpan{
    position: relative;
}

.description-box .img-holder .zoom{
	background: url(../images/ico-zoom.png) no-repeat;
	width: 15px;
	height: 15px;
	position:absolute;
	/*top:100%;*/
	bottom: 10px;
	margin:-16px 0 0;
	right:10px;
	text-indent:-9999px;
	overflow:hidden;
}
.description-box .img-holder img{
	/*display:block;*/
	border:1px solid #9bcefa;
}
.description-box .gallery{
	border:1px solid #97ccfa;
	border-collapse:collapse;
	width:300px;
	overflow:hidden;
	margin:0 0 18px;
}
.description-box .gallery ul{
	list-style:none;
	margin:0 -12px 0 0;
	padding:0;
	overflow:hidden;
	width:312px;
}
.description-box .gallery li{
    width: 73px; 
    height: 73px;
	float:left;
	/*border:1px solid #676994;
	border-width:0 1px 0 1px;*/
	margin:-1px 4px 0 -1px;
	/*margin:0 10px 0 10px;*/
}
.description-box .gallery li img{
	display:block;
	/*border:1px solid #676994;*/
	border:1px solid #97ccfa;
	border-width:1px 1px 1px 1px;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
}
/*data table*/
.description-box table{
	border-collapse:collapse;
	border-style:none;
	width:298px;
	margin:0 0 0 1px;
}
.description-box table th{
	border:1px solid #97ccfa;
	height:15px;
	border-width:1px 0 1px 0;
	color:#0569bf;
	text-align:left;
	background:#fff url(../images/bg-table.gif) repeat-x 0 100%;
}
.description-box table td{
	height:20px;
	text-align:left;
}
.description-box table .counters{
	width:74px;
	padding:0 0 0 5px;
	border-width:1px 0 1px 1px;
	color:#0569bf;
}
.description-box table th.counters{
	font-weight:bold;
}
.description-box table .today{
	width:49px;
}
.description-box table .yesterday{
	width:74px;
}
.description-box table .date{
	width:89px;
	border-width:1px 1px 1px 0;
}
/*map*/
.map-holder img{
	display:block;
}
.social-list{
	width:142px;
	float:left;
	list-style:none;
	margin:0 0 -10px;
	padding:2px 0 0 2px;
}
.social-list li{
	margin:0 0 5px;
}
.social-list li a{
	padding:0 0 2px 21px;
	display:inline-block;
}
.social-list .phone{
	background: url(../images/ico-phone.gif) no-repeat;
	padding:0 0 2px 21px;
}
.social-list .view{
	background: url(../images/ico-view.gif) no-repeat;
}
.social-list .mail{
	background: url(../images/ico-mail2.gif) no-repeat;
}
.social-list .report{
	background: url(../images/ico-report.gif) no-repeat;
}
.social-list .facebook{
	background: url(../images/ico-facebook2.gif) no-repeat;
}
.social-list .twitter{
	background: url(../images/ico-twitter.gif) no-repeat;
}
.box .sub-heading{
	float:left;
	margin:0 0 -7px;
}
.box .edit-list{
	float:left;
	list-style:none;
	margin:0 0 -7px;
	padding:0;
	overflow:hidden;
}
.box .edit-list li{
	float:left;
	background: url(../images/separator2.gif) no-repeat 0 3px;
	margin:0 14px 0 -1px;
	padding:0 0 0 13px;
}

#superbox .nextprev a{
    color:#ffffff;
}

#superbox .close a{
    color:#ffffff;
}

.formFeedbackLabel
{
float: left;
width: 200px;
font-weight: bold;
}

.formFeedbackField
{
width: 400px;
margin-bottom: 5px;
}

#place-ad-nextprev
{
    position: absolute; 
    left: 240px;
}

#singlePhotoDiv
{
    text-align: center;
    width:926px;
}

#singlePhotoLarge
{
    width: 640px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    min-height: 16px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clearBoth
{
    clear: both;
}

#singlePhotoBack
{
    position: absolute;
    left: 418px;
}

#singlePhotoDiv img
{
    border: solid 1px #9CCEFA;
}

.red {font-family: arial,verdana,helvetica,sans-serif; font-size: 100%; color: #FF0000; font-weight: bold}

#adsenseContentUl
{
	margin:0;
	padding:0;
	padding-bottom:7px;
	margin-bottom:7px;

}

#adsenseContent1stLine
{
	text-decoration:underline;font:14px Arial,Helvetica,sans-serif;color:#372f7f
}

#adsenseContent2ndLine
{
	font:12px Arial,Helvetica,sans-serif;color:#444444
}
#adsenseContent3rdLine
{
	font:12px Arial,Helvetica,sans-serif;color:#372F7F
}

#adsenseContentRegularLi
{
	border-bottom:1px solid #999999;
	margin:1px 0 -1px;
	overflow:hidden;
	padding:0 0 7px 5px;
	vertical-align:middle;
}

#adsenseContentLastLi
{
	margin:1px 0 -1px;
	overflow:hidden;
	padding:0 0 0 5px;
	vertical-align:middle;	
}

.big-button
{
    font-size: 15px;
}

.chunky-link
{
    font-size: 25px;
    font-weight: bold;
}

#share_message
{
    text-align: center;
    width: 660px;
    margin: 0px auto;
    padding: 10px 0px;
    position: relative;
}

#share_message .where
{
    width:200px;
    margin: 15px 10px;
    float:left;
}

.adNotice
{
    background-color:#fffea8;
    border: solid 1px #fff605;
    margin: 0px 0px 10px 0px;
    padding: 5px;
}

#largePhototn{
    width: 560px;
    list-style:none;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#largePhototn li{
    width: 128px;
    height: 128px;
    float:left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
/* Inverted Tabs */

#dashboard #tabs {
	list-style-type:none;
	font-size: 14px;
	border-top:1px solid #362f7d;
	margin:0 0 30px 0;
	padding:0;
	overflow:hidden;
	}
#dashboard #tabs li {
	float:left;
	margin: 0 2px 0 0;
	background-image:url(../images/offright.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	}
#dashboard #tabs li a {
	display:block;
	padding:5px 18px 6px 18px;
	background-image:url(../images/offleft.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
#dashboard #tabs li a:hover {
	text-decoration:none;
	}
#dashboard #tabs #selected {
	background-image:url(../images/onright.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	}
#dashboard #tabs #selected a {
	color:#FFFFFF;
	background-image:url(../images/onleft.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
/* Alerts */
	
#dashboard .alertred {
	width:574px;
	border:1px solid #f6bfbf;
	background-color:#fce5e5;
	color:#dd0000;
	font-weight:bold;
	padding:8px 10px 8px 27px;
	background-image:url(../images/alertred.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
#dashboard .alertyellow {
	width:574px;
	border:1px solid #fff3bf;
	background-color:#fffae5;
	color:#ffd000;
	font-weight:bold;
	padding:8px 10px 8px 27px;
	background-image:url(../images/alertyellow.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}       
#dashboard .alertgreen {
	width:574px;
	border:1px solid #bfdec3;
	background-color:#e5f2e7;
	color:#007d0f;
	font-weight:bold;
	padding:8px 10px 8px 27px;
	background-image:url(../images/alertgreen.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
/* Tables */
	
#dashboard table {
	width:613px;
	border-collapse: collapse;
	}
#dashboard thead {
	width:611px;
	text-align:left;
	border:1px solid #97ccfa;
	background-image:url(../images/theadgradient.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	border-collapse: collapse;
	}
#dashboard thead tr {
	border-collapse: collapse;
	}
#dashboard thead tr th {
	padding:7px 14px;
	text-align:left;
	}
#dashboard .sortasc {
	background-image:url(../images/sortasc.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:12px;
	}
#dashboard .sortdesc {
	background-image:url(../images/sortdesc.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:12px;
	}
#dashboard tbody tr {
	border-bottom:1px solid #999999;
	border-collapse: collapse;
	}
#dashboard tbody tr.odd {
	background-color:#F0F0F0;
	}
#dashboard tbody tr.premium {
	background-color:#fff5c4;
	}
#dashboard tbody tr td {
	padding:7px 14px;
	}
#dashboard tbody tr td.total {
	width:78px;
	text-align:center;
	}
#dashboard tbody tr td.today {
	width:85px;
	text-align:center;
	}	
#dashboard tbody tr td.adoptions {
	width:124px;
	}
#dashboard tbody tr td.type {
	width:71px;
	}	
#dashboard tbody tr td.alertoptions {
	width:67px;
	}	
	
/* Forms */	

#dashboard h2 {
	display: inline-block;
	}
#dashboard h2 span {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	}
#dashboard .tagline {
	margin:0;
	padding:0;
	float:right;
	position:relative;
	top:22px;
	color:#666666;
	}
#dashboard .tagline span {
	color:#444444;
	font-weight:bold;
	}
#dashboard form {
	width:593px;
	border:1px solid #97ccfa;
	background-color:#f4faff;
	padding:9px;
	overflow: hidden;
	}
#dashboard form label{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	}
#dashboard form label span {
	font-size:11px;
	color:#666666;
	font-weight:normal;
	}
#dashboard form input {
	width:286px;
	display:block;
	margin-bottom:15px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	}
#dashboard form input.checkbox {
	display:inline-block;
	width:auto;
	margin:0 10px 0 0;
	}
#dashboard form input.button {
	width:auto;
	margin-bottom:0;
	color:#444444;
	}
#dashboard form select {
	width:290px;
	display:block;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	}
#dashboard form .help, #dashboard #signup .help {
	float:right;
	}
#dashboard #alertselect {
	margin-bottom:15px;
	}	
#dashboard #signin #signinleft {
	width:316px;
	height:auto;
	float:left;
	}
#dashboard #signin #signinright {
	width:277px;
	height:auto;
	float:right;
	text-align: center;
	}
#dashboard #signin #signinright #button {
	display:block;
	padding:13px 0;
	width:200px;
	color:#444444;
	margin:0 auto;
	font-size:18px;
	margin-top:19px;
	font-weight:bold;
	background-image:url(../images/signupbutton.jpg);
	background-repeat:no-repeat;
	}
#dashboard #signin #signinright #button:hover {
	text-decoration:none;
	}
#dashboard #signin #signinright p {
	font-size:10px;
	color:#666666;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	}	
#dashboard #noaccount {
	float:left;
	}
	
	/* Help Link */	
	
#dashboard #pagination {
    overflow:hidden;
    padding:0 20px;
    margin:10px 0;
    font-weight:bold;
    }
#dashboard #pagination #help {
    background-image:url(../images/help.jpg);
    background-repeat:no-repeat;
    padding:2px 0 1px 21px;
    float:right;
    }
    
#social {
    height:62px;
    overflow: hidden;
    list-style-type:none;
    list-style-position:outside;
    margin:0;
    padding:0 0 0 10px;
    }
    
#social li {
    float:left;
    padding:0;
    }
    
#social #email {
    height:60px;
    width:50px;
    margin:2px 18px 0 0;
    text-align: center;
    }
    
#social #email a {
    height:54px;
    width:50px;
    display:block;
    background-image:url(../images/emailtwo.jpg);
    background-repeat:no-repeat;
    background-position: top;
    padding-top:6px;
    color: #836ca9;
    font: bold 16px Arial,Helvetica,sans-serif;
    text-decoration: none;     
    line-height: normal;   
    }
    
#social #email a:hover {
    background-image:url(../images/emailtwo.jpg);
    background-repeat:no-repeat;
    background-position: bottom;
    text-decoration: none;
    }
    
#social #facebook {
    margin:2px 18px 0 0;
    }
    
#social #twitter {
    margin:0 18px 0 0;
    }
    
#social #google {
    margin:2px 0 0 0;
    }
    
.social-list li a {
    text-decoration:underline;
    }
    
.social-list li a:hover {
    text-decoration:none;
    }
    
.page-heading .holder h2 {
    display:inline-block;
    }

.page-heading .holder #report {
    font-size:11px;
    font-weight:bold;
    padding-left:15px;
    background-image:url(../images/flag.png);
    background-repeat:no-repeat;
    background-position:left;
    position:relative;
    bottom:2px;
    margin-left: 12px;
    }

.deals-box{
    width:184px;
    height:90px;
    margin-left:14px;
    float: left;
}

div#marker-title-box{
    margin:10px;
    text-align:center;
    background-color:white;
}

div#marker-title-text{
    font-size: 11px;
    padding:5px;
    font-size:14px;
    font-weight: bolder;
}

.map-box{
    background:#ececec;
    margin:0 0 5px;
}

.map-box span{
    display:block;
    text-align:center;
    font-size:11px;
    color:#666;
    letter-spacing:1px;
    padding-bottom:4px;
}

#jumpToCatForm{
    display:none;
}

#showAdvOptDiv{
    display: none;
}

