﻿	@page {  }
	table { border-collapse:collapse; border-spacing:0; empty-cells:show }
/*	td, th { vertical-align:top; font-size:12pt;} */
	td, th { vertical-align:top;} 
	h1, h2, h3, h4, h5, h6 { clear:both }
	ol, ul { margin:0; padding:0;}
	li { list-style: none; margin:0; padding:0;}
	<!-- "li span.odfLiEnd" - IE 7 issue-->
	li span. { clear: both; line-height:0; width:0; height:0; margin:0; padding:0; }

﻿/* НАБОР ШРИФТОВ */
/* @import url(fonts.css); */

:root {
--bsFontI0BBig:	italic	normal	bold	1.05em/115% 'DejaVuSansCondensed', 'DejaVu Sans', Tahoma, Arial, Helvetica, sans-serif;

/*Margin top, right, bottom, left.*/
--MarginBase: 0 0 0 0;
/*Padding top, right, bottom, left.*/
--PaddingBase: 0 0 0 0;
--Padding05em: 0.5em 0.5em 0.5em 0.5em;

}

html {
	padding-top: 0px;
/*	background-image: url(../images/background.jpg); */
}

/*
* Base objects
*/
.NoFloat {
	width: 100%;
	clear : both;
	font-size: 1px;
	line-height:1px;
}


body {
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	background-color:#e6e7e8;
/*	background-color:#CCCCCC; */
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: 100% 100%;
	position: static;
}

@media all and (orientation: landscape) {
#dvGeneral {
	width: 64em;
	height: auto;  
	box-sizing: border-box;
	position: static;
	background-color:#e6e7e8;
/*	background-color:#CCCCCC;*/
/*	border-style: solid;  
	border-width: medium;
	border-color: #FF0000;*/

	}
}

@media all and (orientation: portrait) {
#dvGeneral {
/*	width: 48em;*/
	width: 48em;
	height: auto;
	box-sizing: border-box;
	position: static;
	background-color:#e6e7e8;
/*	background-color:#CCCCCC;*/
/*	border-style: solid;  
	border-width: medium;
	border-color: #FF0000;*/
	}
}


#dvGeneralInner {
	background-color:#e6e7e8;
/*	background-color: #CCCCCC; */
	box-sizing: border-box;
	position: static;
/*	border-style: solid;  
	border-width: medium;
	border-color: #00FF00;*/
	}

#dvFooterMask {
	width: auto;
	height: 4.0em;
	float: none;
	clear: both;
	background-color:#FCFCFC;  
}

@media all and (orientation: landscape) {
#dvTopBanner {
	width: 64em;
	position: static;
	}
}


@media all and (orientation: portrait) {
#dvTopBanner {
/*	width: 48em;*/
	width: 48em;
	position: static;
	}
}

#imgTopBanner {
	width: 100%;
	margin-top: 2.5em;
}

@media all and (orientation: landscape) {
#dvSloganTop {
	width: 64em;
	height: 4em;
	line-height:1.1em;
	margin: var(--MarginBase);
	padding: var(--PaddingBase);
	background-color:#fdfdfd;
	}
}

@media all and (orientation: portrait) {
#dvSloganTop {
/*	width: 48em;*/
	width: 48em;
	height: 4em;
	line-height:1.1em;
	margin: var(--MarginBase);
	padding: var(--PaddingBase);
	background-color:#fdfdfd;
	}
}

#dvSlogan {
	width: 40em;
	height:auto;
	float: right;
	text-align:right;
	margin: var(--MarginBase);
	padding: var(--Padding05em);
}

.Slogan {
	color:#008000;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	line-height:1.1em;
	margin: var(--MarginBase);
	padding: var(--PaddingBase);
}

.SloganSub {
	color:#008000;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	text-align: right;
	line-height:1.1em;
	margin: var(--MarginBase);
	padding: var(--PaddingBase);
}


.content {
	width: 48em;
	height:auto;
	position: static;
	margin: var(--MarginBase);
	padding: var(--PaddingBase);
	background-color:#FCFCFC;  
}


@media all and (orientation: landscape) {
#dvContent {
	width: 48em; 
	height:auto;
	float: left;
	position: static;
	box-sizing: border-box;
	margin: var(--MarginBase);
	padding: var(--PaddingBase);
	background-color:#FCFCFC;  
	}
}


@media all and (orientation: portrait) {
#dvContent {
	width: 48em; 
	height:auto;
	float: left;
	position: static;
	box-sizing: border-box;
	margin: var(--MarginBase);
	padding: var(--PaddingBase);
	background-color:#FCFCFC;  
	}
}

#dvContentInner {
	width: auto;
	height:auto;
	position: static;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0px;
}


.ContentBottom {
	width: auto;
	height:auto;
	position: static;
	overflow: hidden; 
	background-color:#CFCFCF;
	}

/*
 * anchor
 */

a.Content:link { color: #FF0000; text-decoration: none; } ,
a.Content:visited { color: #B90000; text-decoration: none; }
a.Content:hover { text-decoration: underline; }

/*
 * top and footer menu
 */
@media all and (orientation: landscape) {
#dvMainMenu {
	width: 64em;
	height: 3em;
	line-height: 3em;
	position: fixed;
	top: 0px;
	background-color:#373739;
	text-align:right;
	}
}

@media all and (orientation: portrait) {
#dvMainMenu {
	width: 48em;
	height: 3em;
	line-height: 3em;
	position: fixed;
	top: 0px;
	background-color:#373739;
	text-align:right;
	}
}

#bottom ul.links li:hover a { color: #E98500; }

ul li{ padding: 10px;}
.menu ul > li:hover{
/*   background-color: #373739;  */
   background-color: rgba(0,0,0,0.5);
	color: #ffd4cf;

   line-height: 10px;
   }
.menu ul ul > li:hover{
/*   background-color: #373739;  */
   background-color: rgba(0,0,0,0.5);
	color: #ffd4cf;
   }
.menu ul li, .menu ul{
   display: inline-block;
   line-height: 10px;
	text-align:left;
   }
.menu ul{
   position: relative;
   margin: 0;
   padding: 0;
	text-align:left;
   background-color: #373739;
   }
.menu ul ul{
   display: none;
   position: absolute;
   background-color: #373739;
	text-align:left;
   margin-top: 0px;
   margin-left: -10px;
   }
.menu ul a{
/*   color: #CBCBD3; */
   color: #f9b09a;
   font-size: 0.9em;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	text-align:left;
   text-decoration: none;
   }
.menu ul ul a{
/*   color: #CBCBD3; */
   color: #f9b09a;
   font-size: 0.8em;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	text-align:left;
   text-decoration: none;
   }
.menu li:hover ul{
   display: block;
   }

.menu li:hover li{
   display: block;
   }

.menu li a:hover {
   color: #ffd4cf;
}

#menu a.level1 span.bg,
#menu span.level1 span.bg {
	height: 3.75em;
	float: left;
	line-height: 3.75em;
	font-size: 0.9em;
	color: #CBCBD3;
	letter-spacing: 0px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}
 
#menu li.level1:hover .level1 span.bg,
#menu li.level1.remain .level1 span.bg {
	color: #ffffff;
	text-shadow: 0 0 8px rgba(255,255,255,0.5);
}

@media all and (orientation: landscape) {
#dvSidebarSum {
	width: 16em;
	float: right;
	position: static;
	box-sizing: border-box;
	background-color:#e6e7e8;
	margin: var(--MarginBase);
	padding: var(--PaddingBase);
	vertical-align:top;
	}
}

@media all and (orientation: portrait) {
#dvSidebarSum {
	width: 48em;
	clear: both;
	position: static;
	box-sizing: border-box;
	background-color:#e6e7e8;
	margin: var(--MarginBase);
	padding: var(--PaddingBase);
	vertical-align:top;
	}
}

.sidebar {
	border-style: none; 
	border-width: medium;
/*	background-color:#FCFCFC; */
	background-color: #e6e7e8;
/
}

/*border-top-width: thin | medium | thick | [толщина]*/

@media all and (orientation: landscape) {
#dvSidebar1 {
	position: static;
	box-sizing: border-box;
	border-top-style: solid;  
	border-top-width: thin; 
	background-color: #e6e7e8;
	padding: 1em;
	vertical-align:top;
	}
}

@media all and (orientation: portrait) {
#dvSidebar1 {
	width: 16em;
	float: left;
	position: static;
	box-sizing: border-box;
	border-top-style: solid; 
	border-top-width: thin; 
	background-color: #e6e7e8;
/*	padding: 1em;  */
	vertical-align:top;
	}
}
#dvSidebar1Inner {
	position: static;
	box-sizing: border-box;
	margin: var(--MarginBase);
	padding: var(--Padding05em);
}


@media all and (orientation: landscape) {
#dvSidebar2 {
	position: static;
	box-sizing: border-box;
	border-top-style: solid; 
	border-top-width: thin;
	background-color: #e6e7e8;
	padding: 1em;
	vertical-align:top;
	}
}

@media all and (orientation: portrait) {
#dvSidebar2 {
	width: 16em;
	float: left;
	position: static;
	box-sizing: border-box;
	border-top-style: solid; 
	border-top-width: thin; 
	background-color: #e6e7e8;
/*	padding: 1em; */
	vertical-align:top;
	}
}

@media all and (orientation: landscape) {
#dvSidebar3 {
	position: static;
	box-sizing: border-box;
	border-top-style: solid; 
	border-top-width: thin; 
	background-color: #e6e7e8;
	padding: 1em;
	vertical-align:top;
	}
}

@media all and (orientation: portrait) {
#dvSidebar3 {
	width: 16em;
	float: right;
	position: static;
	box-sizing: border-box;
	border-top-style: solid; 
	border-top-width: thin;
	background-color: #e6e7e8;
/*	padding: 1em;  */
	vertical-align:top;
	}
}

.sbPhoto {
	padding: 1em;
}

#sbBookPhoto {
	width: 9.6em;
	text-align:center;
/*	padding: 1em; */
}

#sbBookPhoto:focus {
	width: 10.5em;
/*	border-style: solid; 
	border-width: medium; 
	border-color: #68192e; */
}

#sbBookPhoto:hover {
	width: 10.6em;
/*	border-style: solid; 
	border-width: medium; 
	border-color: #68192e; */
}

#sbAuthorPhoto {
	width: 9.6em;
	text-align:center;
/*	padding: 1em;  */
}

#sbAuthorPhoto:focus {
	width: 10.5em;
/*	border-style: solid; 
	border-width: medium; 
	border-color: #68192e; */
}

#sbAuthorPhoto:hover {
	width: 10.6em;
/*	border-style: solid; 
	border-width: medium; 
	border-color: #68192e; */
}

@media all and (orientation: landscape) {
.sbHead1 {
	position: static;
	color:#68192e;
	font-size:1.6em;
	line-height:1.1em;
	text-align:left;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	writing-mode:lr-tb;
	margin-top:1em;
	margin-bottom:0em;
	}
}

@media all and (orientation: portrait) {
.sbHead1 {
	color:#68192e;
	font-size:1.2em;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height:1.1em;
	text-align:left;
	writing-mode:lr-tb;
	margin-top:0.5em;
	margin-bottom:0em;
	}
}

*.sbHead1 a:link { color: #68192e; text-decoration: none; } 
*.sbHead1 a:focus { color: #68192e; text-decoration: none; }
*.sbHead1 a:visited { color: #68192e; text-decoration: none; }
*.sbHead1 a:actived { color: #68192e; text-decoration: none; }
*.sbHead1 a:hover { color: #68192e;  text-decoration: underline; }

.sbHead2 {
	color:#68192e;
	font-size:1.6em;
	line-height:1.1em;
	text-align:center;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	writing-mode:lr-tb;
	margin-top:1em;
	margin-bottom:0em;
	}

*.sbHead2 a:link { color: #68192e; text-decoration: none; } 
*.sbHead2 a:focus { color: #68192e; text-decoration: none; }
*.sbHead2 a:visited { color: #68192e; text-decoration: none; }
*.sbHead2 a:actived { color: #68192e; text-decoration: none; }
*.sbHead2 a:hover { color: #68192e;  text-decoration: underline; }

.sbHead3 {
	color:#68192e;
	font-size:1.6em;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height:1.1em;
	text-align:center;
	writing-mode:lr-tb;
	margin-top:1em;
	margin-bottom:0em;
	}

*.sbHead3 a:link { color: #68192e; text-decoration: none; } 
*.sbHead3 a:focus { color: #68192e; text-decoration: none; }
*.sbHead3 a:visited { color: #68192e; text-decoration: none; }
*.sbHead3 a:actived { color: #68192e; text-decoration: none; }
*.sbHead3 a:hover { color: #68192e;  text-decoration: underline; }




@media all and (orientation: landscape) {
.sbList {
	color:#000000;
	font-size:1.0em;
	line-height:1.3em;
	text-align:left;
	font-weight:normal;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	writing-mode:lr-tb;
	margin-top:1em;
	margin-bottom:0em;
	}
}

@media all and (orientation:  portrait) {
.sbList {
	color:#000000;
	font-size:1.0em;
	line-height:1.3em;
	text-align:left;
	font-weight:normal;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	writing-mode:lr-tb;
	margin-top:0.2em;
	margin-bottom:0em;
	}
}
p.sbList a:link { color: #000000; text-decoration: none; } 
p.sbList a:focus { color: #000000; text-decoration: none; }
p.sbList a:visited { color: #000000; text-decoration: none; }
p.sbList a:hover { color: #68192e;  text-decoration: underline; }

@media all and (orientation: landscape) {
.sbAddress {
	color:#000000;
	font-size:0.9em;
	line-height:1.3em;
	text-align:left;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	writing-mode:lr-tb;
	font-weight:normal;
	font-style:normal;
	margin-top:1em;
	margin-bottom:0em;
	}
}

@media all and (orientation: portrait) {
.sbAddress {
	color:#000000;
	font-size:0.9em;
	line-height:1.3em;
	text-align:left;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	writing-mode:lr-tb;
	font-weight:normal;
	font-style:normal;
	margin-top:0.2em;
	margin-bottom:0em;
	}
}

*.sbAddress a:link { color: #68192e; text-decoration: none; } 
*.sbAddress a:focus { color: #68192e; text-decoration: none; }
*.sbAddress a:visited { color: #68192e; text-decoration: none; }
*.sbAddress a:actived { color: #68192e; text-decoration: none; }
*.sbAddress a:hover { color: #68192e;  text-decoration: underline; }

.sbBreak {
	color:#000000;
	font-size:1.0em;
	line-height:1.3em;
	text-align:left;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	writing-mode:lr-tb;
	margin-top:1.0em;
	margin-bottom:0em;
	font-weight:normal;

}

.sbLine {
	width: 100%;
}

#dvBreadCrumbs {
	color:#68192e;
	font-size:0.8em;
	text-align:justify;
	text-indent:0em;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans', Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.3em;
	background-color: #e6e7e8;
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	writing-mode:lr-tb;
 }
#dvBreadCrumbs a:link { color: #68192e; text-decoration: none; } 
#dvBreadCrumbs a:focus { color: #68192e; text-decoration: none; }
#dvBreadCrumbs a:visited { color: #68192e; text-decoration: none; }
#dvBreadCrumbs a:actived { color: #68192e; text-decoration: none; }
#dvBreadCrumbs a:hover { color: #68192e;  text-decoration: underline; }

/*
 * anchor
 */
/*
a:link { color: #00FF00; text-decoration: none; } ,
a:visited { color: #B90000; text-decoration: none; }
a:hover { text-decoration: underline; }
*/


@media all and (orientation: landscape) {
#dvFooter {
	width: 64em;
	height: auto;
	float: none; 
	clear: both;
	background-color:#373739;
	position: fixed;
	bottom: 0px;
	}
}

@media all and (orientation: portrait) {
#dvFooter {
	width: 48em;
	height: auto;
	float: none;
	clear: both;
	background-color:#373739;
/*	background-color:#37ff00; */
	position: fixed;
	bottom: 0px;
	}
}

#dvFooterCorrect {
	width: auto;
	height: 0.5em;
/*	background-color:#37ff00; */
	background-color:#373739;
}

#dvControlButton {
	width: auto;
	height: auto;
	float: right;
	position: static;
	background-color:#373739;
}

#btnTop {
	float: right;
	width:  1.6em;
	height: 1.6em;
	border-style: none;
	border-width: 0em;
	background-color:#373739;
}

#btnBottom {
	float: right;
	width:  1.6em;
	height: 1.6em;
	border-style: none;
	border-width: 0em; 
	background-color:#373739; 
}

#dvMyFacebook {
	float: left;
	position: static;
	height: 1.8em;
	width: auto;
	text-align:left;
	vertical-align:middle;
	background-color:#373739;   
}

.dvMySozNet {
	float: left;
	position: static;
	height: 1.6em;
/*	width: auto; */
	width: 10em;
	text-align:left;
	vertical-align:text-top;
	background-color:#373739;   
}

*.dvMySozNet a:link { color: #f9b09a; text-decoration: none; } 
*.dvMySozNet a:focus { color: #ffd4cf; text-decoration: underline; }
*.dvMySozNet a:visited { color: #f9b09a; text-decoration: none; }
*.dvMySozNet a:active { color: #f9b09a; text-decoration: none; }
*.dvMySozNet a:hover { color: #ffd4cf;  text-decoration: underline; }


.dvMySozRef {
	color: #68192e;
	float: left;
	position: static;
	height: 1.6em;
	width: auto; 
	text-align:left;
	vertical-align:text-top;
}

*.dvMySozRef a:link { color: #68192e; text-decoration: none; } 
*.dvMySozRef a:focus { color: #0000ff; text-decoration: underline; }
*.dvMySozRef a:visited { color: #68192e; text-decoration: none; }
*.dvMySozRef a:active { color: #68192e; text-decoration: none; }
*.dvMySozRef a:hover { color: #68192e;  text-decoration: underline; }

.pMySozRef {
	color: #68192e;
	font-size:1.0em;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:text-top;
	width:auto;
	writing-mode:lr-tb;
	margin: var(--MarginBase);
	padding: 0 0 0 2em;
}

.MyBtn {
	height: 1.6em;
	width:  1.6em;
	float: left;
	border-style: none;
	border-width: 0em;
}


.MyFacebook {
	height: 1.6em;
	width:  1.6em;
	float: left;
	border-style: none;
	border-width: 0em;
}

/* baseline , sub , super , top , text-top , middle , bottom , text-bottom , */
#pMyFacebook {
	color:#f9b09a;
	font-size:0.9em;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	line-height:1.0em;
	width:auto;
	writing-mode:lr-tb;
	float: left;
	position: static;
	margin-block-start: 0.3em;
	margin-block-end: 0.4em;
}

#pMyFacebook:link { color: #f9b09a; text-decoration: none; } 
#pMyFacebook:focus { color: #ffd4cf; text-decoration: underline; }
#pMyFacebook:visited { color: #f9b09a; text-decoration: none; }
#pMyFacebook:actived { color: #f9b09a; text-decoration: none; }
#pMyFacebook:hover { color: #ffd4cf;  text-decoration: underline; }


/* baseline , sub , super , top , text-top , middle , bottom , text-bottom , */
.pMySozNets {
	color:#f9b09a;
	font-size:1.0em;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	vertical-align:text-top;
	width:auto;
	writing-mode:lr-tb;
	margin: 0 0 0 0;
	padding: 0 0 0 2em;
/*	
	-webkit-margin-before: 0em;
   -webkit-margin-after: 0em;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
	*/
}

*.pMySozNets a:link { color: #f9b09a; text-decoration: none; } 
*.pMySozNets a:focus { color: #ffd4cf; text-decoration: underline; }
*.pMySozNets a:visited { color: #f9b09a; text-decoration: none; }
*.pMySozNets a:active { color: #f9b09a; text-decoration: none; }
*.pMySozNets a:hover { color: #ffd4cf;  text-decoration: underline; }



#dvLikeButton {
	float: right;
	border-top-style: solid;
	border-top-width: 0.2em;
	border-top-color: #373739;
	background-color:#373739;   

}
.LikeButton {
	height: 1.3em;
	border-style: none;
	border-width: 0em;
}

.Copyright {
	color:#f9b09a;
	font-size: 0.9em;
	text-align: left;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	writing-mode:lr-tb;
	margin: var(--MarginBase);
	padding: var(--PaddingBase);
 }

*.Copyright a:link { color: #f9b09a; text-decoration: none; } 
*.Copyright a:focus { color: #ffd4cf; text-decoration: underline; }
*.Copyright a:visited { color: #f9b09a; text-decoration: none; }
*.Copyright a:actived { color: #f9b09a; text-decoration: none; } 
*.Copyright a:hover { color: #ffd4cf; text-decoration:  underline; }


#dvCopyright {
	margin: var(--MarginBase);
	padding: var(--Padding05em);
	position: static;
	float: left;
}

#dvPhotoDuo {
	width: auto;
	height: auto;
	text-align: center;
	margin: var(--MarginBase);
	padding: var(--Padding05em);
}

#dvAdvertBanner {
	width: auto;
	height: auto;
	font-size: 0.9em;
	font-family:'DejaVuSansCondensed', 'DejaVu Sans',  Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:1.1em;
	margin: var(--MarginBase);
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
        border-top: 1px solid #e6e7e8;
        border-left: 1.0em solid #f9b09a;
        border-right: 1px solid #e6e7e8;
        border-bottom: 3px solid #e6e7e8;
	background-color: #fcfcfc; 
}
#dvAdvertBanner a:link { color: #68192e; text-decoration: none; } 
#dvAdvertBanner a:focus { color: #68192e; text-decoration: none; }
#dvAdvertBanner a:visited { color: #68192e; text-decoration: none; }
#dvAdvertBanner a:actived { color: #68192e; text-decoration: none; }
#dvAdvertBanner a:hover { color: #0000ff;  text-decoration: underline; }

