 p, h1, form, button{border:0; margin:0; padding:0;}
 .spacer{clear:both; height:5px;}
 /* ----------- My Form ----------- */
 .myform{
   margin:0 auto;
   width:655px;
   padding:14px;
 }
 
 .logform{
   margin:0 auto;
   width:450px;
   padding:14px;
 }

 
 .fpassform{
   margin:0 auto;
   width:450px;
   padding:14px;
 }

   /* ----------- stylized ----------- */
   #stylized{
       border:solid 2px #b7ddf2;
       background:#ebf4fb;
   }


   #stylized h1 {
       font-size:16px;
       font-weight:bold;
       margin-bottom:8px;
       margin-left:0px;
   }
   #stylized p{
	font-size:11px;
	color:#666666;
   }
   #stylized label{
       display:block;
       font-weight:bold;
       text-align:right;
       width:210px;
       float:left;
   }
   #stylized .small{
       color:#666666;
 		display:block;
       font-size:11px;
       font-weight:normal;
       text-align:right;
       width:210px;
   }

   
   #stylized input {
       float:left;
       font-size:12px;
       padding:4px 2px;
       border:solid 1px #aacfe4;
       width:400px;
       margin:2px 0 20px 10px;
   }
   
#stylized input.secc{
   	margin:5px 5px 20px 10px;
	width:50px;
}   

   
   #stylized textarea {
       float:left;
       font-size:12px;
       padding:4px 2px;
       border:solid 1px #aacfe4;
       width:400px;
       margin:2px 0 20px 10px;
   }   
   
   #stylized select {
       float:left;
       font-size:12px;
       padding:4px 2px;
       border:solid 1px #aacfe4;
       width:400px;
       margin:2px 0 20px 10px;
   }   

   #stylized .ccheckbox{
	float:left;
	width:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 220px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
       
   }   
      
   #stylized button{
       float:right;
       clear:both;
       margin-right:20px;
       width:125px;
       height:31px;
       background:#666666 url(img/button.png) no-repeat;
       text-align:center;
       line-height:31px;
       color:#FFFFFF;
       font-size:11px;
       font-weight:bold;
       cursor: pointer;
   }
   
   
   #stylized .map {
       float:left;
       font-size:12px;
       width:400px;
       height:70px;
       padding:4px 2px;
       border:solid 1px #aacfe4;
       margin:2px 0 20px 10px;
   }      
   
   
   

   #stylizedL{
       border:solid 2px #b7ddf2;
       background:#ebf4fb;
   }


   #stylizedL label{
       display:block;
       font-weight:bold;
       text-align:right;
       width:110px;
       float:left;
   }
   #stylizedL .small{
       color:#666666;
 		display:block;
       font-size:11px;
       font-weight:normal;
       text-align:right;
       width:210px;
   }

   
   #stylizedL input {
       float:left;
       font-size:12px;
       padding:4px 2px;
       border:solid 1px #aacfe4;
       width:250px;
       margin:2px 0 10px 10px;
   }
   
   

   #stylizedF{
       border:solid 2px #b7ddf2;
       background:#ebf4fb;
   }


   #stylizedF label{
       display:block;
       font-weight:bold;
       text-align:right;
       width:110px;
       float:left;
   }
   #stylizedF .small{
       color:#666666;
 		display:block;
       font-size:11px;
       font-weight:normal;
       text-align:right;
       width:210px;
   }

   
   #stylizedF input {
       float:left;
       font-size:12px;
       padding:4px 2px;
       border:solid 1px #aacfe4;
       width:250px;
       margin:2px 0 10px 10px;
   }
      
      
   
#register .agr {
	width: 400px;
	text-align: left;
	float: left;
	padding-top: 2px;
	margin: 0px;
	font-weight: bold;
}

.addreport {
	width: 130px;
	float: right;
	margin: 0px;
	font-weight: bold;
    font-size:13px;
    color:#FF0000;
}

.green{
    color:#6CA851;
}


/* ------------------------------------------------------------------------------------------------------------- BUTTON */

.uibutton { 
    position: relative; 
    z-index: 1;
    overflow: visible; 
    display: inline-block; 
    padding: 0.3em 0.6em 0.375em; 
    border: 1px solid #999; 
    border-bottom-color: #888;
    margin: 0;
    text-decoration: none; 
    text-align: center;
    font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif; 
    white-space: nowrap; 
    cursor: pointer; 
    /* outline: none; */
    color: #333; 
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
    background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: linear-gradient(#f5f6f6, #e4e4e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    /* IE hacks */
    zoom: 1; 
    *display: inline; 
}

.uibutton:hover,
.uibutton:focus,
.uibutton:active {
    border-color: #777 #777 #666;
}

.uibutton:active {
    border-color: #aaa;
    background: #ddd;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* ............................................................................................................. Icons */

.uibutton.icon:before {
    content: "";
    position: relative; 
    top: 1px; 
    float:left;
    width: 10px; 
    height: 12px; 
    margin: 0 0.5em 0 0; 
    background: url(css-buttons-icons.png) 99px 99px no-repeat;
}

.uibutton.edit:before  { background-position: 0 0; }
.uibutton.add:before  { background-position: -10px 0; }
.uibutton.secure:before  { background-position: -20px 0; }
.uibutton.prev:before  { background-position: -30px 0; }
.uibutton.next:before  { float:right; margin: 0 -0.25em 0 0.5em; background-position: -40px 0; }
.uibutton.move:before  { background-position: -50px 0; }
.uibutton.trash:before  { background-position: -60px 0; }

/* ------------------------------------------------------------------------------------------------------------- BUTTON EXTENSIONS */

/* ............................................................................................................. Large */

.uibutton.large {
    font-size: 13px;
}

/* ............................................................................................................. Submit, etc */

.uibutton.confirm {
    border-color: #29447e #29447e #1a356e;
    color: #fff;
    background-color: #5B74A8;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
    background-image: -moz-linear-gradient(#637bad, #5872a7);
    background-image: -o-linear-gradient(#637bad, #5872a7);
    background-image: linear-gradient(#637bad, #5872a7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#637bad', EndColorStr='#5872a7'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
}

.uibutton.confirm:active {
    border-color: #29447E;
    background: #4F6AA3;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* ............................................................................................................. Submit, etc */

.uibutton.delete {
    border-color: #990000 #990000 #800000;
    color: #fff;
    background-color: #990000;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#990000), to(#800000));
    background-image: -moz-linear-gradient(#990000, #800000);
    background-image: -o-linear-gradient(#990000, #800000);
    background-image: linear-gradient(#990000, #800000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#990000', EndColorStr='#800000'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #800000;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #800000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #800000;
}

.uibutton.delete:active {
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #990000;
    border-color: #800000;	
}


/* ............................................................................................................. Special */

.uibutton.special {
    border-color: #3b6e22 #3b6e22 #2c5115;
    color: #fff;
    background-color: #69a74e;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75ae5c), to(#67a54b));
    background-image: -moz-linear-gradient(#75ae5c, #67a54b);
    background-image: -o-linear-gradient(#75ae5c, #67a54b);
    background-image: linear-gradient(#75ae5c, #67a54b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#75ae5c', EndColorStr='#67a54b'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
}

.uibutton.special:active {
    border-color: #3b6e22;
    background: #609946;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* ............................................................................................................. Disable */

.uibutton.disable {
    z-index: 0;
    border-color: #c8c8c8;
    color: #b8b8b8;
    background: #f2f2f2;
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.uibutton.confirm.disable {
    color: #fff;
    border-color: #94a2bf;
    background: #adbad4;
}

.uibutton.special.disable {
    color: #fff;
    border-color: #9db791;
    background: #b4d3a7;
}

.uibutton.disable.icon:before,
.uibutton.disable.icon:after {
    opacity: 0.5;
}

/* ------------------------------------------------------------------------------------------------------------- BUTTON GROUPS */

.uibutton-group {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    /* IE hacks */
    zoom: 1; 
    *display: inline; 
}

.uibutton + .uibutton,
.uibutton + .uibutton-group,
.uibutton-group + .uibutton,
.uibutton-group + .uibutton-group {
    margin-left: 3px;
}

.uibutton-group li {
    float: left;
    padding: 0;
    margin: 0;
}

.uibutton-group .uibutton {
    float: left;
    margin-left: -1px; 
}

.uibutton-group .uibutton:hover,
.uibutton-group .uibutton:focus,
.uibutton-group .uibutton:active {
    z-index:2;
}

.uibutton-group > .uibutton:first-child,
.uibutton-group li:first-child .uibutton { 
    margin-left: 0; 
}

/* ------------------------------------------------------------------------------------------------------------- BUTTON CONTAINER */
/* For mixing buttons and button groups, e.g., in a navigation bar */

.uibutton-toolbar {
    padding: 6px;
    border-top: 1px solid #ccc;
    background: #f2f2f2;
}

.uibutton-toolbar .uibutton,
.uibutton-toolbar .uibutton-group {
    vertical-align: bottom;
}
/* buss pages */

#pageheader {
	clear: both;
	height: 90px;
	width: 695px;
	position: relative;
}

.coverphoto {
	width:695px;
	height:290px;
	/*border:1px solid #555;*/
	overflow:hidden;
	margin:0px;
}

.coverimage{
	width:695px;
	height:290px;
}

.companylogo {
	margin: 0;
	position: absolute;
	overflow:hidden;
	top:  185px;
	left: 30px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	height: 158px;
	width: 158px;
	padding: 0px;
}
.companylogo img {
	margin-top: 4px;
	margin-left: 4px;
}
#pageheader h1 {
	float: right;
	width: 470px;
	color: #003366;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pageheader .companyname {
	height: 70px;
	clear: both;
	
}


.cover-navigation {
	z-index:10;
	margin: 0;
	position: absolute;
	top:  245px;
	left: 555px;
	height: 30px;
	width: 120px;
	padding: 0px;
}
#rightc .b1-contacts {
	clear: both;
	margin-bottom: 5px;
}
.b1-contacts .title {
	background-image: url(b-blue-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	padding-left: 10px;
}
.b1-contacts .infos {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}
#leftc .b1-nav {
	background-image: url(b-navigation.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	height: 55px;
	text-align: center;
}

.b1-nav ul {
	margin:0;
	list-style:none;
	padding-top: 15px;
}

.b1-nav li {
      display:inline;
      margin:0;
      padding:0;
}
.b1-nav a {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

.b1-nav a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #0474C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(buss/top-nav-bg2.png);
	background-repeat: no-repeat;
	background-position: center 12px;
	text-decoration: none;
}




.b1-contacts .infos .address {
	background-image: url(buss/ico-home.png);
	background-repeat: no-repeat;
	background-position: 2px top;
	display: block;
	padding-left: 25px;
	clear: both;
	margin-bottom: 10px;
}
.b1-contacts .infos .phone {
	background-image: url(buss/ico-phone.png);
	background-repeat: no-repeat;
	background-position: 2px top;
	display: block;
	padding-left: 25px;
	clear: both;
	margin-bottom: 10px;
}

.b1-contacts .infos .email {
	background-image: url(buss/ico-email.png);
	background-repeat: no-repeat;
	background-position: 2px top;
	display: block;
	padding-left: 25px;
	clear: both;
	margin-bottom: 10px;
}

.b1-contacts .infos .contact {
	background-image: url(buss/ico-contact.png);
	background-repeat: no-repeat;
	background-position: 2px top;
	display: block;
	padding-left: 25px;
	clear: both;
	margin-bottom: 10px;
}

.b1-contacts .infos .web {
	background-image: url(buss/ico-web.png);
	background-repeat: no-repeat;
	background-position: 2px top;
	display: block;
	padding-left: 25px;
	clear: both;
	margin-bottom: 10px;
}

.b1-contacts .infos .followus {
	margin-bottom: 10px;
	background-color: #f4f4f4;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

/* social */

ul.socialf {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 290px;
	background-color: #FFFFFF;
}
ul.socialf li {
	margin: 3px;
	padding: 2px;
	float: left;
	position: relative;
	width: 48px;
	height: 48px;
}
ul.socialf li img {
	width: 48px;
	height: 48px;
	-ms-interpolation-mode: bicubic;
	border: 0px solid #ddd;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 0;
}
ul.socialf li img.hover {
	background-repeat: no-repeat;
}
#leftc .b1-pttl {
	background-image: url(buss/page-ttl-tab.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 30%;
	margin-left: 35px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #E4E4E4;
	text-align: center;
	color: #003366;
	float: left;
}
#leftc .b1-pcnt {
	padding: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #FFFFFF;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	margin-top: -1px;
}
.b1-pcnt img {
	margin: 5px;
}
#leftc .b1-addinfo {
	float: right;
	width: 160px;
}
.logo-navigation {
	z-index:10;
	margin: 0;
	position: absolute;
	top:  315px;
	left: 78px;
	height: 30px;
	width: 120px;
	padding: 0px;
}
.b1-contacts .infos .incats a {
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
	background-image: url(buss/ico-bullet_yellow.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 18px;
}
.b1-contacts .infos .intags a {
	background-color: #FFFFDD;
	padding: 3px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
	display: block;
	margin-bottom: 5px;
}
.b1-pcnt .leftaligned {
	float: left;
	margin-right: 15px;
}

.b1-pcnt .rightaligned {
	float: right;
	margin-left: 15px;
}
#site #leftc .b1-pcnt .cimage {
	padding: 3px;
	border: 1px solid #f4f4f4;
	float: left;
	width: 200px;
	height: 120px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}

.cimage img {
	margin-top: -25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}	

#picgal li {
	list-style: none;
	float: left;
	cursor:move;
}

.cimage .picoptions {
	position: absolute;
	width: 180px;
	margin-top: 5px;
	margin-left: 0px;
	overflow: hidden;
}
.artinpage {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.artinpage  p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 14px;
}

.artinpage  h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}


 
 .artinpage  ul {
	margin-left: 10px;
}
 
 .artinpage  li {
	padding-left: 0px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 14px;
}
 



.artedit {
	padding: 0px;
	width: 180px;
	clear: both;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	display: none;	/* border: 1px solid #333333; */
}

li #artids{
	list-style: none;
	cursor:move;
}

.moveicon {
	float: left;
	cursor: n-resize;
}


.logocontainer {
	margin: 0;
	height: 179px;
	width: 196px;
	background-image: url(buss/logo-edit-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

div.table {
	height: 150px;
	width: 150px;
    display: table;
    text-align: center;
	
}
div.cell {
    display: table-cell;
    vertical-align: middle;
}

.logoimage {
	margin: 0;

}
.covercontainer {
	background-image: url(buss/cover-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 309px;
	width: 733px;
	padding-top: 18px;
	padding-left: 2px;
}

div.covertable {
	height: 150px;
	width: 150px;
    display: table;
    text-align: center;
	
}
div.covercell {
    display: table-cell;
    vertical-align: middle;
}

.bussadvert .advtitle {
	font-size: 12px;
	font-weight: bold;
	clear: both;
	display: block;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	padding-bottom: 5px;
}
.bussadvert a {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.bussadvert .image {

}
.bussadvert .advimcont {
	float: left;
	height: 75px;
	width: 100px;
	margin-right: 7px;
	text-align: center;
}

.bussadvert .description {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}
.bussadvert a:hover {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-decoration: none;
}

.advertcontainer {
	margin: 0;
	height: 89px;
	width: 131px;
	background-image: url(buss/advert-edit-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

div.advtable {
	height: 100px;
	width: 70px;
    display: table;
    text-align: center;
	
}
div.advcell {
    display: table-cell;
    vertical-align: middle;
}

.logoimage {
	margin: 0;

}
.bi-container {
	clear: both;
}
.bi-container .bi-leftbar {
	float: left;
	width: 300px;
}


 a.bi-leftbar-nav {
	display: block;
	float: left;
	width: 285px;
	padding: 4px;
	background-color: #E6F2FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 5px;
	margin-top: 5px;
	border-top-color: #FFFFFF;
	text-decoration: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: normal;
	color: #004080;
	
	
	
}
.bi-container h1 {
}
.bi-leftbar-nav span {
	font-size: 8px;
	color: #990000;
}

a.bi-leftbar-nav:hover {
	background-color: #D9EBFF;
	border: 1px solid #CEE6FF;
}
.bi-rightbar {
	float: left;
	width: 695px;
}
.bi-cat-title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	clear: both;
	margin-bottom: 5px;
}
.bi-cat-smlist {
	display: block;
	padding: 4px;
	background-color: #ffffff;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #CCCCCC;
	border-left-color: #f4f4f4;
}



.bi-cat-smlist p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.bi-cat-smlist:hover {
	background-color: #f4f4f4;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;

}


.bi-cat-smlist-navi a {
	color: #666666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.bi-cat-smlist h3 {
	color: #03548F;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#site #leftc .bi-container h1 {
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.vip {
	display: block;
	padding: 10px;
	background-color: #F1F8EF;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #69A74E;
}
.vip .viplnk h3 {
	color: #03548F;
	font-size: 17px;
	margin-bottom: 5px;
}

.bi-cat-smlist-pic {
	float: left;
	margin-right: 8px;
	margin-top: 3px;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.viplnk p {
	font-size: 12px;
}

a.viplnk {
	color: #000000;
	text-decoration: none;
}


a.viplnk:hover {
	color: #000000;
	text-decoration: underline;
}


.vip:hover {
	background-color: #E1F0DD;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #588C42;

}
#site #rightc .rightsubcats {
	float: left;
	width: 285px;
	background-color: #F0F8FF;
	margin-left: 10px;
}




.bi-subcats-nav span {
	font-size: 8px;
	color: #990000;
}



 a.bi-subcats-nav {
	display: block;
	float: left;
	padding: 4px;
	background-color: #F0F8FF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: normal;
	color: #004080;
	margin-bottom: 5px;
	margin-right: 0px;
	width: 270px;
	border: 1px solid #F0F8FF;
	margin-top: 0px;
	margin-left: 5px;
}

 a:hover.bi-subcats-nav {
	border: 1px solid #A6D5FF;

}


.bold {
	font-weight: bold;
}


.bismap {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
	float: right;
}


div.lotable {
	height: 100px;
	width: 100px;
	display: table;
	text-align: center;
	padding: 0px;
	
}
.mlogo {
	float: left;
	height: 100px;
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-right: 10px;
	padding: 2px;
}

div.locell {
    display: table-cell;
    vertical-align: middle;
}
.bi-sbox {
	border: 1px solid #999999;
	width: 170px;
	padding-top: 4px;
	padding-bottom: 4px;
}


#site #bi-mainmap {
	clear: both;
}


#bi-mainmap #container{
        width: 1000px;
        margin: 0px auto;
      }
#bi-mainmap .gmap3{
        border: 1px dashed #C0C0C0;
        width: 770px;
        height: 600px;
      }
#bi-mainmap #dpts {
        float:right;
        width: 220px;
        height:500px;
        text-align:left;
        border: 1px solid #999999;
        font-family: verdana;
        font-size: 11px;
        background-color:#99B3CC;
        color:#000000;
        text-shadow: #ffffff 1px 1px, #ffffff -1px 1px, #ffffff -1px -1px, #ffffff 1px -1px;
        line-height:17px;
      }
	  
#bi-mainmap #dpts input[type=checkbox]{
        margin-right:10px;
      }


.bi-inpage-horads {
	clear: both;
	height: 88px;
	width: 683px;
	border: 1px solid #6B9F44;
	padding: 5px;
}
.bi-inpage-horads .adslotA {
	float: left;
	width: 320px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -2px;
}
.bi-home-container {
	float: left;
	width: 490px;
	margin-left: 10px;
}
.bi-home-mainc {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 10px;
	padding-bottom: 0px;
}
.bi-home-mainscl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 3px;
	padding-bottom: 2px;
}
.bi-home-mainscl span {
	font-size: 8px;
	color: #FF0000;
}



/*Buttons*/
p.button { margin: 0 20px 0 0; padding: 0; display: inline-block;}
p.button a{ float: left; line-height:32px; *line-height:28px; margin: 0 -20px 0 0!important; padding: 0 20px; height:100%; border: none; cursor: pointer; color: #3f4950; font-size: 12px; font-family: "Verdana"; text-shadow: 0 1px 0 #fff; text-decoration:none }
p.button a:hover{text-decoration: none;}



.bi-topsearch {
	clear: both;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}


.bi-ad-plot {
	float: left;
	width: 320px;
	margin-right: 11px;
	margin-left: 0px;
	margin-top: -2px;
	border: 1px solid #f4f4f4;
	padding-top: 5px;
	padding-bottom: 5px;
}


.bi-ad-plot:hover {
	border: 1px solid #DDDDDD;
	background-color: #E8F3FF;
}




/* price table */
.bi-ad-plot .advtitle {
	text-indent: 10px;
}

.bi-main-left {
	float: left;
	width: 680px;
}
.bi-main-right {
	float: left;
	width: 300px;
	margin-left: 20px;
}
