* {
	font-family: Arial;
}

h1 {
	color: #4e4e4e;
	font-size: 18px;
}

h2 {
	color: #4e4e4e;
	font-size: 14px;
}

img {
	border: 0;
}

table {
	border: 0px;
	/*padding: 0px;*/
}

a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #000;
}

body {
	margin: 0px;
	background-color: #edebee;
    background-image: ("../images/back1.jpg");
}

/*No JavaScript Block*/
.jsErr {
	background-color: #f0eff2;
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}


.jsErr1 {
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.aaa {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=60);
    opacity: 0.6;
    background-color: #f0eff2;
}

#boxMain {
	width: 95%;
	border: #aaaaaa 1px solid;
	background-color: #fff;
}

#boxTitle {
	color: #fff;
	background-color: #4b769f;
	text-align: left;
	padding: 5px 15px 5px 15px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: #ccc999 1px solid;
}

#boxBody {
	padding: 30px;
	font-size: 11px;
	font-family: Arial;
	color: #000;
	text-align: left;
}

#boxBottom {
	border-top: #cccccc 1px solid;
	background-color: #f2f2f2;
	padding: 15px;
	font-size: 10px;
	color: #000;
	text-align: center;
	text-decoration: none;
}

/*No JavaScript Block*/
.mainTD {
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
}

.topMText {
	font-size: 10px;
	text-align: center;
}

.bottomLine {
	background-color: #8DC63F;
    /*background-image: url(../images/bottomLine.jpg);*/
    background-position: center;
	font-weight: bold;
	font-size: 11px;
    padding-right: 50px;
	color: #000;
	width: 1000px;
	height: 25px;
}

.cntBox {
	padding: 0px 0px 10px 10px;
}

.box {
	border-top: #666666 1px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

.boxR {
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

.lgnTitle {
	color: #fff;
	background-color: #4b769f;
	padding: 0px 3px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	border-bottom: #ccc999 1px solid;
	height: 25px;
}

#boxErrBody {
	color: #000;
	background-color: #f2f2f2;
	font-size: 10px;
	font-family: Arial;
	text-align: left;
	padding: 3px;
	border-bottom: #cccccc 1px solid;
}

.lgnBox {
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-size: 11px;
}

.subBox {
	border-top: #336699 1px solid;
	border-bottom: #336699 1px solid;
	border-right: #336699 1px solid;
	padding: 4px 3px 4px 5px;
	background-color: #edebee;
}

.subBoxR {
	border-top: #336699 1px solid;
	border-bottom: #336699 1px solid;
	border-left: #336699 1px solid;
	padding: 4px 3px 4px 5px;
	background-color: #edebee;
}

.text {
	font-size: 11px;
	font-family: Arial;
	color: #000;
	padding: 2px 5px 2px 0px;
}

.text input {
	font-size: 10px;
	font-family: Arial;
	border: #999999 1px solid;
}

.text textarea {
	font-size: 10px;
	font-family: Arial;
	border: #999999 1px solid;
}

.dBut a:link,.dBut a:visited,.dBut a:hover,.dBut a:active {
	background-color: #A5BACF;
	white-space: nowrap;
	width: 150px;
	text-align: center;
	padding: 3px 5px 3px 5px;
	color: #fff;
	font-weight: bold;
	border: #336699 1px solid;
	text-decoration: none;
}

.dBut a:hover {
	background-color: #336699;
	white-space: nowrap;
	width: 150px;
	text-align: center;
	padding: 3px 5px 3px 5px;
	color: #fff;
	font-weight: bold;
	border: #A5BACF 1px solid;
	text-decoration: none;
}

.nav-title {
	font-size: 11px;
	background-image: url(../images/navrip.gif);
	padding: 3px 0px 0px 10px;
	color: #333333;
	font-weight: bold;
}

.nav-titleR {
	font-size: 11px;
	background-image: url(../images/navrip.gif);
	padding: 3px 10px 0px 0px;
	color: #333333;
	font-weight: bold;
}

.sub-titleR {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
}

.nav-item {
    font-size: 11px;
    font-weight: bold;
    color: #494949;
    padding: 4px 2px 4px 15px;
    
    /*
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #CCCC99;
    */
}

.AddrssTitle {
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	border-left: #ccc 1px solid;
	border-top: #fff 1px solid;
	background-color: #F2C049;
}

.AddrssBtn {
	font-size: 10px;
	font-family: arial;
	font-weight: 100;
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	background-color: #f5f5f5;
}

.AddrssBtn a:link             , .AddrssBtn a:visited      , .AddrssBtn a:hover          
	, .AddrssBtn a:active {
	font-size: 10px;
	font-family: arial;
	font-weight: 100;
	color: #999ccc;
	text-decoration: none;
	text-align: center;
}

.AddrssMsg {
	font-size: 11px;
	font-family: arial;
	font-weight: 100;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	background-color: #f5f5f5;
}

.mod_cat_h  , .mod_cat_h a:link             , .mod_cat_h a:visited     
	, .mod_cat_h a:hover           , .mod_cat_h a:active {
	color: #fff;
	background-color: #4b769f;
	padding: 10px 5px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

.cat_content {
	color: #000;
	/*padding: 4px 15px 4px 15px;*/
	font-size: 12px;
	font-family: Arial;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-top: #ccc 1px solid;
}

.cat_menus {
	font-size: 13px;
	font-weight: bold;
}

.cat_items {
	font-size: 12;
	font-weight: 100;
	padding: 2px 15px 2px 15px;
}

.mod_cat_item_title {
	color: #c64934;
	font-size: 16;
	padding: 4px 15px 4px 15px;
	font-weight: bold;
}

.mod_cat_item_content {
	font-size: 12px;
	padding: 4px 15px 4px 15px;
	font-weight: 100;
}

.mod_cat_sec_items {
	font-size: 12px;
	padding: 4px 15px 4px 30px;
	font-weight: 100;
}

.scrollContent {
	/*display: block;
	overflow: auto;*/
	width: 650px;
}

.r1 {
	background-image: url(../images/a1.jpg);
	background-repeat: repeat-x;
	height: 32px;
	width: 56px;
}

.r2 {
	background-image: url(../images/a1L.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 9px;
}

.r3 {
	width: 32px;
	height: 32px;
}

.r4 {
	background-image: url(../images/a1R.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 9px;
}

.r5 {
	background-image: url(../images/a1R2.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 1px;
}

.r6 {
	background-color: #edebee;
	border-right: 1px #336699 solid;
	height: 35px;
	color: #666;
	font-size: 12px;
}

.r6 a:link             , .r6 a:visited      , .r6 a:hover           ,
	.r6 a:active {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
}

.r7 {
	border-top: 1px #336699 solid;
	height: 1px;
	font-size: 1px;
}

.rr6 {
	background-color: #edebee;
	border-left: 1px #336699 solid;
	height: 35px;
	color: #666;
	font-size: 12px;
}

.rr6 a:link             , .rr6 a:visited      , .rr6 a:hover           ,
	.rr6 a:active {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
}


.newsScroll {
    width: 650px;
    /*height: 267px;
    display: block;
    overflow: auto;*/
}

.newsBlock {
  padding-left: 10px;
}

.newsTitle {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  color: #1f5a48;
  padding: 3px 0px 3px 10px;
}

.newsDate {

/*  background-image: url(../images/content/newsLineBar.gif);*/
  background-repeat: repeat-y;
  background-position: left;

  padding: 5px 0px 0px 10px;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial;
  color: #aaa;
}

.newsDate span {
  color: #000;
}

.newsContent {
  color: #494949;
  font-size: 12px;
  font-family: Arial;
  font-weight: 100;
  padding: 5px 10px 0px 15px;
/*  background-image: url(../images/content/newsLineBar.gif);*/
  background-repeat: repeat-y;
  background-position: left;
}

.newsContentfT {
  color: #494949;
  font-size: 11px;
  font-family: Arial;
  font-weight: 100;
  padding: 5px 10px 5px 15px;
  /*
  background-image: url(../images/content/newsLineBar.gif);
  background-repeat: repeat-y;
  background-position: left;
  */
}

.newsContent b {
  color: #000;
  font-weight: bold;
}
.newsContent strong {
  color: #000;
  font-weight: bold;
}
.findvetBTN {
  height: 20px;
  width: 150px;
  border: 1px solid #336699;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  padding-top: 5px;
}


   .IMG_mainBack {
     width: 100%;
     height: 100%;
     z-index: 9999;
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     filter: alpha(opacity=80);
     opacity: 0.8;
     background-color: #f0eff2;
    }
    .IMG_mainBlock {
     width: 100%;
     height: 100%;
     z-index: 10000;
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
    }
    .IMG_mainBox {
     padding: 10px;
     border: #aaaaaa 1px solid;
     background-color: #fff;
     text-align:center;
     cursor: pointer;
    }

    

.newsFLink a:link ,
.newsFLink a:visited ,
.newsFLink a:hover ,
.newsFLink a:active  {
  font-size: 11px;
  color: #000;
  font-weight: bold;
  font-family: Arial;
  padding: 0 5 0 0;
}




.newsScroll {
    width: 620px;
}

.newsBlock {
  padding: 10px;
}

.newsTitle {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  color: #336699;
}

.newsTitle a:link ,
.newsTitle a:visited ,
.newsTitle a:hover ,
.newsTitle a:active {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  color: #336699;
}
.newsDate {
  padding: 0px 0px 0px 25px;
  font-size: 10px;
  font-weight: bold;
  font-family: Arial;
  color: #aaa;
}

.newsDate span {
  color: #aaa;
}

.newsContent {
  color: #494949;
  font-size: 11px;
  font-family: Arial;
  font-weight: 100;
  padding: 5px 10px 5px 15px;
  /*background-image: url(../images/content/newsLineBar.gif);*/
  background-repeat: repeat-y;
  background-position: left;
}

.newsContent b {
  color: #000;
  font-weight: bold;
}

.fb_i {
 height: 20px;
 font-size: 10px;
 color: #494949;
 padding-left: 5px;
}

div.goods {padding: 5px 5px 5px 5px; background: #fff9f4; border: 1px solid #494949;}
div.goods div.int {border: 1px solid #bfd1e2; background: #fff; padding: 4px;}

div.animal {padding: 5px 5px 5px 0;}
div.animal div.int {border: 1px solid #bfd1e2; background: #fff; padding: 4px;}
h1.catGood {color: #454545; font-size: 15px;}
.catGoodOpt {font-size: 11px; font-weight: 100;}
div.catGoodDescr {background: #e5e5e5; padding: 15px;}

.navrow {
  width: 165px;
  padding-top: 15px;
  background: #fff;
/*background-image: url(../images/title.gif);*/
  background-repeat: repeat-y;
  background-position: left;
}

.navrow a:link,.navrow a:visited,.navrow a:hover,.navrow a:active { font-size: 13px; }
.navrow a:hover { font-size: 14px; }

div.vacan p {
  font-weight: bold;
  margin-left: -25px;
  color: #333;
  font-size: 13px;
}
div.vacan li {
  list-style-type: circle;
  padding-bottom: 3px;
}