.h2-menu-a-img-l {
     VERTICAL-ALIGN: top;
}
.vote-img-l {
     VERTICAL-ALIGN: middle;
}
.fw {
  width: 100%;
}

h1.align_left
{
	text-align: left;
}
ul, li.disc {
	list-style: disc !important;
}

#top-print {
  display: none;
}

h2.bheader{
	border: 1px solid #ccc;
	background: url(/images/header_bg.jpg) top;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	margin-bottom: 5px;
}
.link_arrow_ln
{
	background: url(/images/icons_lexnex.gif) no-repeat 5px 4px;
	padding-left: 22px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 150%;
	text-align:left;
	display: block;
}
.link_arrow_nostrel
{
	font-size: 11px;
	line-height: 150%;
	text-align:left;
	display: inline;
}
.link_arrow
{
	background: url(/images/list_arrow_.gif) no-repeat 4px 4px;
	padding-left: 22px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 150%;
	text-align:left;
	display: block;
}
.link_arrow_in
{
	background: url(/images/list_arrow_.gif) no-repeat 4px 4px;
	padding-left: 22px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 150%;
	text-align:left;
	display: inline;
}
.link_more {
	font-size: 11px;
	font-weight: bold;
	color: #C20706;
	display: block;
	padding-left: 22px;
	background: url(/images/href_arrow_white_bg.gif) no-repeat 3px 2px;
	margin-top: 10px;
	text-align:left;
	margin-bottom: 10px;
}
.link_more_r {
	font-size: 11px;
	font-weight: bold;
	color: #C20706;
	display: inline;
	padding-left: 22px;
	background: url(/images/href_arrow_white_bg.gif) no-repeat 3px 2px;
	margin-top: 10px;
	text-align:right;
	margin-bottom: 10px;
}

.onebannerright {
	padding-bottom: 13px;
	padding-left: 7px;
}







html, body, form, p, ul, li, ol, table, td, th, h1, h2, h3, h4, h5, h6, dl, dd, dt {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

html, body {
	width: 100%;
	height: 100%;
	background: white;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
table,td,th {
  font-size:11px;
}

img, a img {
	border: 0;
}
a {
	color: #5959C8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	color: #5A5A5A;
	margin-bottom: 1em;
}
p.p2 {
	color: #333;
}
strong {
	color: black;
}

.container {
	width: 859px;
	margin-right: 1px;
}

#header {
	background: #262672;
	height: 100px;
	position: relative;
	border-left: 1px solid #404040;
}

/* {{{ main menu */
/*
#main-menu {
	position: absolute;
	bottom: 0;
	left: 112px;
}
#main-menu li {
	display: inline;
}
#main-menu li a {
}*/

#service-menu {
	position: absolute;
	bottom: 1px;
	left: 0px;
}
/* }}} main menu */

/* {{{ search form */
#service-container {
	position: absolute;
	right: 48px;
	top: 15px;
	width: 300px;
	height: 45px;
	background: url(/images/form-bg.gif) no-repeat 85px center;
}
#service-container input,
#service-container select,
#service-container option {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
#service-container ul {
	position: absolute;
	top: 5px;
}
#service-container li {
	margin-bottom: 10px;
}
#service-container ul a {
	color: white;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
	background: url(/images/href_arrow_blue_bg.gif) no-repeat right;
	padding-right: 18px;
	display: block;
}
#service-container ul a:hover {
	text-decoration: underline;
}
#service-container label {
	color: white;
	font-size: 11px;
}
#label-search {
	position: absolute;
	right: 155px;
	top: 3px;
}
#search-phrase {
	position: absolute;
	width: 130px;
	left: 150px;
	top: 0;
}
#search-button {
	position: absolute;
	top: 0px;
	right: 0;
}
#label-list {
	position: absolute;
	right: 155px;
	top: 29px;
}
#products-list {
	position: absolute;
	left: 145px;
	bottom: 26px;;
	width: 170px;
}

/* }}} search form */

#join-us {
	position: absolute;
	top: 120px;
	left: 4px;
	display: block;
}


h1 {
	background: #262672;
	text-align: center;
	color: white;
	font-size: 14px;
	padding: 2px;
}



#content {
}

/* {{{ second menu */
#menu {
	position: relative;
	z-index: 8888;
	float: left;
	width: 126px;
	min-height :640px;
	_height :640px;
	background: #262672;
	padding-top: 24px;
}
#menu * {
	font-size: 10px;
}
.menulist li { background: #262672; border: 1px solid black; }
.menulist li li { border: none; }
.menulist li:hover>ul { display: block; }
.menulist, .menulist ul {
    margin: 0;
    padding: 0;
    width: 126px;
    list-style: none;
    }
.menulist ul { width: auto; }

.menulist ul {
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 10;
    }

.menulist li {
    position: relative;
    margin-bottom: -1px;
    }
.menulist ul>li:last-child { margin-bottom: 1px; }

.menulist a {
    display: block;
    color: white;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    }
.menulist a  b { color: #FCCB04; }

.menulist li li {
	width: 190px;
	float: left;
	}
.menulist li li a { padding: 5px 10px; }

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus { color: #FCCB04; }
.menulist li li a:hover, .menulist li li a.highlighted:hover, .menulist li li a:focus {
    color: white;
    background-color: #FCCB04;
    }
.menulist a.highlighted { color: #FCCB04; }

.menulist a .subind {
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -3px;
    height: 5px;
    width: 3px;
    background: url(/images/bul.gif) no-repeat right;
    z-index: 8888;
    }
/* }}} second menu */

#join-us {
	position: absolute;
	top: -2px;
	left: 4px;
	display: block;
	z-index:9999;
}

/* {{{ block headers */
h2 {
	border: 1px solid #ccc;
	background: url(/images/header_bg.jpg) top;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

h2.top-stories {
	border-bottom: none;
     PADDING-LEFT: 10px;
     $PADDING-TOP: 0px;     
     _PADDING-TOP: 4px;
     BACKGROUND: url(/images/topstories_bg.gif) no-repeat left top;     
     LINE-HEIGHT: 28px;     
     HEIGHT: 28px;     
     TEXT-ALIGN: left;     
}

h2.editor-note {
	border-color: #999;
	background: url(/images/editor_bg.jpg) repeat-x bottom;
}

div.cont-announce {
  width: 856px;
  position: static;
}
h2.announce {
	margin-bottom: 3px;
	padding-right: 180px;
	position: relative;
}
div.cont-announce h2.announce {
  position: static !important;
  padding-right: 0px;
}
h2.hot {
	/*background-image: url(/images/whatshot_bg.jpg);*/
	background:url(/images/WHmain.png) left top no-repeat; 
  width:422px; 
  height: 24px;
  border: none;
	padding: 0px;
	text-indent: -9999px;
	/*border-color: red;*/
}
h2.videos {
	background: url(/images/bluetub_bg.gif) no-repeat center top;
	height: 32px;
	line-height: 1000px;
	overflow: hidden;
	padding: 0;
	border-bottom: none;
}
h2.videosBLUTub {
	background: url(/images/bluetub_bg_new.gif) no-repeat center top;
	height: 32px;
	line-height: 1000px;
	overflow: hidden;
	padding: 0;
	border-bottom: none;
}
h2.videosP1TV {
	background: url(/images/p1tv_bg2.gif) no-repeat center top;
	height: 32px;
	line-height: 1000px;
	overflow: hidden;
	padding: 0;
	border-bottom: none;
}
h2.vote {
	border: none;
     PADDING-RIGHT: 0px;     
     PADDING-LEFT: 87px;     
     BACKGROUND: url(/images/poll_bg.png) no-repeat center top;     
     PADDING-BOTTOM: 0px;     
     OVERFLOW: hidden;     
     LINE-HEIGHT: 1000px;     
     PADDING-TOP: 0px;     
     POSITION: relative;     
     TOP: -2px;     
     HEIGHT: 32px;     
     TEXT-ALIGN: left;     

}
h2.vote span {
  display: none;
}

/* }}} block headers */

.h2-menu {
	position: absolute;
	right: 10px;
	top: 2px;
}
.h2-menu a {
     DISPLAY: block;     
     PADDING-LEFT: 3px;     
     PADDING-TOP: 2px;
     FONT-WEIGHT: normal;     
     FONT-SIZE: 12px;     
     BACKGROUND: url(/images/h2-menu-icon.gif) no-repeat left 2px;     
     COLOR: #272772;     
     LINE-HEIGHT: 18px;     
     HEIGHT: 18px;

}

h3 {
	background: url(/images/most_icon.gif) no-repeat -10px;
	font-weight: bold;
	color: black;
	padding-left: 19px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
}
h4 {
	font-weight: bold;
	color: black;
	margin-bottom: 3px;
	font-size: 11px;
}

p.announce-header {
	color: black;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#top-stories {
	float: left;
	width: 859px;
	margin-left: 3px;
	margin-top: 2px;
	padding-bottom: 0px;
	display: inline;
}
html>body #top-stories {
	overflow: hidden;
}
#top-stories .first-col {
	float: left;
	width: 280px;
}
#top-stories .second-col {
	float: left;
	width: 337px;
}
#top-stories .third-col {
	float: left;
	width: 215px;
	margin-left: 4px;
	display: inline;
	overflow: hidden;
}

#featured {
	width: 422px;
	margin-left: 3px;
	float: left;
	display: inline;
}

#long-col {
	/*float: right;*/
	width: 304px;
	/*display: inline;*/
}
.long-col-wrap {

	margin-left: 2px;

}

#long-col table.long-col-cont {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  table-layout: fixed;
}
#long-col table.long-col-cont td {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

#long-col .now-available {
  text-align: center;
  padding: 5px 20px;
  font-size: 11px;
}
#long-col .now-available .b {
  font-weight: bold;
}
#long-col .now-available .i {
  font-style: italic;
}
#long-col .two-logo-block {
  border-collapse: collapse;
  table-layout: fixed;
}
#long-col .two-logo-block td {
  border-collapse: collapse;
  vertical-align: top;
}
#long-col .two-logo-block td #marksman .c {
  width: 100%;
  overflow: hidden;
}
#long-col .two-logo-block td.sec-col {
  padding-left: 2px;
}
#long-col .two-logo-block td.first-col {
  padding-right: 1px;
}
#long-col .img img.l {
  margin-right: 5px;
}
#long-col table.column-one {

}
#long-col table.column-one td.img {

}
#long-col table.column-one td.img-text {
  vertical-align: top;
}
#long-col table.exclusiv-one {

}
#long-col table.exclusiv-one td.img {

}
#long-col table.exclusiv-one td.img-text {
  vertical-align: top;
}

#popular {
	width: 549px;
	clear: left;
	/*margin-left: 2px;*/
	/*margin-bottom: 10px;*/
	zoom: 1;
}
#popular table.popular-cont {
  border-collapse: collapse;
}
#popular table.popular-cont td {
  border-collapse: collapse;
  vertical-align: top;
}
#popular table.popular-cont td.first-col {
  width: 211px;
  padding-right: 3px;
}
.popular-first-col {
	float: left;
	width: 209px;
}
.popular-second-col {
	width: 337px;
	float: right;
}
#popular table.featured-column td.img {

}
#popular table.featured-column td.img img.l {
  margin-right: 5px;
}
#popular table.featured-column td.img-text {
  vertical-align: top;
}

/* {{{ vote block */
#vote {
	border-style: none solid solid;
	border-color: #ccc;
	border-width: 1px;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 10px;
	background: url(/images/poll_bg.png) no-repeat center -2px;
}
#vote p {
	font-weight: bold;
	margin: 10px;
}
#vote table {
	margin: 0 auto;
	width: 90%;
}
#vote-button {
	margin: 0 auto;
	display: block;
}
/* }}} vote block */

/* {{{ footer */
#footer {
	clear: both;
	background: url(/images/bg_footer.jpg) no-repeat left;
	height: 40px;
	text-align: center;
	line-height: 20px;
	padding: 10px;
}
#footer a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-menu1,
#footer-menu2 {
	list-style: none;
	margin: 0 auto;
}
#footer-menu1 li,#footer-menu2 li {
	padding:0px 0px 0px 14px;
	background: url(/images/strel2_.gif ) no-repeat left center;
}
#footer li {
	display: inline;
}

#footer2 {
	position: relative;
	height: 130px;
	line-height: 130px;
	padding-left: 10px;
}
#labels {
	position: absolute;
	right: 0;
	top: 0;
}

/* }}} footer */

#top-stories li,
#featured li,
#long-col li,
#popular li {
	background: url(/images/list_arrow_.gif) no-repeat left 3px;
	padding-left: 19px;
	margin-bottom: 5px;
}
#top-stories ul.type2 li {
	font-size: 12px;
	line-height: 150%;
	background-position: left 5px;
}
#top-stories li.red_arrow
{
	background-image: url(/images/list_arrow_red.gif);
/*	padding-left: 19px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 150%;
	background-position: left 5px;*/
}



/* {{{ common styles */

.poll_more {
	font-size: 11px;
	font-weight: bold;
	color: #C20706;
	display: block;
	padding-left: 22px;
	background: url(/images/href_arrow_white_bg.gif) no-repeat 3px 5px;
	margin-top: 10px;
	text-align:left;
	margin-bottom: 10px;
}
.poll_more_internal {
	font-size: 12px;
	font-weight: bold;
	color: #C20706;
	display: block;
	padding-left: 22px;
	background: url(/images/href_arrow_white_bg.gif) no-repeat 3px 2px;
	margin-top: 10px;
	text-align:left;
	margin-bottom: 10px;
}


.more {
	font-weight: bold;
	color: #C20706;
	display: block;
	padding-left: 19px;
	background: url(/images/href_arrow_white_bg.gif) no-repeat left top;
	margin-top: 10px;
}
.more a {
  color: #C20706;
}
.more3 a {
  color: #C20706;
}
a.type2 {
	font-size: 11px;
}
.more2 {
	display: block;
	padding-left: 19px;
	background: url(/images/list_arrow_.gif) no-repeat left 3px;
	margin-top: 10px;
}
.more3 {
	font-weight: bold;
	color: #C20706;
	display: block;
	padding-left: 19px;
	background: url(/images/href_arrow_white_bg.gif) no-repeat left top;
	margin-top: 4px;
}
.more-video {
	font-weight: bold;
	color: #C20706;
	display: block;
	padding-left: 25px;
	background: url(/images/videoicon_.gif) no-repeat -10px center;
	margin-top: 10px;
}

.text-block {
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #ccc;
	padding: 5px;
	margin-bottom: 4px;
}

.text-block2 {
	border-color: #999;
}

div.hot {
	/*background: url(/images/whatshot_body_bg.jpg) repeat-x bottom;*/
}

.editor-note {
	background: #efefef;
}

html>body .float-fix { overflow: hidden; }

.hr {
	overflow: hidden;
	height: 1px;
	background: #ddd;
	font-size: 0;
	margin: 10px 0;
}
.hr hr { display: none; }
.c { text-align: center; }
.m { vertical-align: middle; }
/* }}} common styles */

/* {{{ 2 column block */
.col2 .first-col-wrapper {
	float: left;
	width: 50%;
}
.col2 .first-col {
	margin-right: 1px;
}
.col2 .second-col-wrapper {
	float: right;
	width: 50%;
	overflow: hidden;
}
.col2 .second-col {
	margin-left: 1px;
}
/* }}} 2 column block */

/* {{{ 3 column block */
.col3 .first-col-wrapper {
	float: left;
	width: 33%;
	overflow: hidden;
}
.col3 .first-col {
	margin-right: 1px;
}
.col3 .second-col-wrapper {
	float: right;
	width: 34%;
	overflow: hidden;
}
.col3 .second-col {
	margin-left: 1px;
	margin-right: 1px;
}
.col3 .third-col-wrapper {
	float: left;
	width: 33%;
	overflow: hidden;
}
.col3 .third-col {
	margin-right: 1px;
}
/* }}} 3 column block */

/* {{{ product deal block */
.product-deal {
	margin-bottom: 20px!important;
}
.deal-price {
	font-size: 9px;
	text-align: center;
	color: #900;
	margin: 5px;
}
.product-deal a.more2 {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
	margin: 0;
	padding-left: 15px;
}

.product-deal div.more2 {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
	margin: 0;
	padding-left: 15px;
	padding-bottom: 11px;
}


.buy-from {
	font-style: italic;
	padding-left: 15px;
	overflow: hidden;
	font-size: 10px;
}
/* }}} product deal block */

#banners {
	position: absolute;
	top:42px;
	left: 860px;
}
#banners2 {
	margin: 20px 0;
}

/* {{{ image + text block */
.img-text {
	padding-bottom: 5px;
}
html>body .img-text { overflow: hidden; }
.img-text img.l {
	margin-right: 5px;
	float: left;
}
.img-text img.r {
	margin-left: 5px;
	float: right;
}
.img-text .text { display: table; }
/* }}} image + text block */

/* {{{ video block */
.video-block {
	margin: 10px 0;
}
.video-block img {
	margin-left: 0!important;
}
.video-block a {
	font-weight: bold;
}
.video-block dl {
	margin: 5px 0;
	color: #5A5A5A;
}
.video-block dt {
	font-weight: bold;
	float: left;
	margin-right: 1em;
}
.video-block dd {
	margin-bottom: 5px;
}
/* }}} video block */

#blauer {
    position: relative;
    min-height: 4em;
    color: black;
}
#blauer img {
    position: absolute;
    top: 0;
    right: 0;
}

.article_comments{
	font-size:10px;
	color:#5A5A5A;
}

#print-menu {display: none;}

/***************begin task #7656 *************************/
#footerNew #footer-menu1 {
	padding-top: 5px;
}

#footerNew {
	clear: both;
	background: url(/images/bg_footerNew.gif) no-repeat left;
	height: 60px;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
	width: 860px;
}
#footerNew a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
#footerNew a:hover {
	text-decoration: underline;
}
#footerNew li {
	display: inline;
}
#headerNew {
    background:#000 url(/images/bg_headerNew.jpg) no-repeat scroll left center;
	height: 100px;
	position: relative;
	/*border-left: 1px solid #404040;*/
}
#logo {
	width: 512px;
	height: 80px;
}
#service-containerNew {
	position: absolute;
	width: 320px;
	height: 72px;
	top:11px;
	right:20px;
}
#service-containerNew input,
#service-containerNew select,
#service-containerNew option {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
#service-containerNew ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 4px;
	left: 20px;
}
#service-containerNew li {
	margin-bottom: 10px;
}
#service-containerNew ul a {
	color: white;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
	background: url(/images/href_arrow_blue_bgNew.gif) no-repeat right;
	padding-right: 18px;
	display: block;
}
#service-containerNew ul a:hover {
	text-decoration: underline;
}
#service-containerNew label {
	color: white;
	font-size: 11px;
	font-weight:bold;
	right:180px;
}
#service-containerNew ul.mail {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 51px;
	left: 195px;
	width: 100px;
}
#service-containerNew #search-button {
	margin-top: 4px;
	margin-right: 4px;
}
#service-containerNew #search-phrase {
	position: absolute;
	top: 0;
	width:151px;
	left:145px;
}

#policeone-search {
	position: absolute;
	bottom: 7px;
	left: 145px;

}

#policeone-search a {

	color: white;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
	background: url(/images/href_arrow_blue_bgNew.gif) no-repeat right;
	display: block;
	padding-right: 15px;

}

#policeone-search a:hover {
	text-decoration: underline;
}


/*#main-menuNew {
	position: absolute;
	bottom: 0;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-menuNew li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}




#menuNew {
	position: relative;
	z-index: 8888;
	float: left;
	width: 124px;
	min-height :640px;
	_height :640px;
	background: #0d2468 url(/images/bg_menu.jpg) repeat-y left top;
	padding-top: 24px;
	border: 1px solid #0E1B40;
}
#menuNew.withoutLink {
	padding-top: 0px;
}

#menuNew #second-menu.menulist  {
	background: url(/images/bg_menu.jpg) repeat-y left top;
}
#menuNew .menulist li { 
	background: url(/images/menu_line.gif) no-repeat left top;
	border: none;
	
	border: 1px solid black; 
	 #262672

}
#menuNew .menulist li li { 
	border: none; 
	background: url(/images/bg_menu.jpg) repeat-y left top;
}
#menuNew * {
	font-size: 10px;
}
#menuNew .menulist li:hover>ul { display: block; }
#menuNew .menulist{
    margin: 0;
    padding: 0;
    width: 124px;
    list-style: none;
}
#menuNew .menulist ul {
    margin: 0;
    padding: 0;
    width: 124px;
    list-style: none;
}
#menuNew .menulist ul { width: auto; }

#menuNew .menulist ul {
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 10;
    }

#menuNew .menulist li {
    position: relative;
    margin-bottom: -1px;
    }
#menuNew  .menulist ul>li:last-child { margin-bottom: 1px; }

#menuNew .menulist a {
    display: block;
    color: white;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    }
#menuNew .menulist a  b { color: #FCCB04; }

#menuNew .menulist li li {
	width: 190px;
	float: left;
}
#menuNew .menulist li li a { padding: 5px 10px; }

#menuNew  .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus { color: #FCCB04; }
#menuNew  .menulist li li a:hover{
    color: white;
    background-color: #FCCB04;
}
#menuNew  .menulist li li a.highlighted:hover{
    color: white;
    background-color: #FCCB04;
}
#menuNew  .menulist li li a:focus {
    color: white;
    background-color: #FCCB04;
}
#menuNew .menulist a.highlighted { color: #FCCB04; }

#menuNew .menulist a .subind {
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -3px;
    height: 5px;
    width: 3px;
    background: url(/images/bul.gif) no-repeat right;
    z-index: 8888;
    }
*/

/*******************************end task #7656 ********************/


#poll-title {
	font-family:tahoma;
	font-size:12px;
	padding: 7px 0px;
	color: red;
}
#poll-title strong {
	color: red;
}
#prev-poll-title strong {
	color:#5959C8;
}




/*  {{{new blocks  on  home  page   */

.products-container {
  overflow: hidden;
  _height: 1%;
  float: left;
  width: 859px;
}

#products-blk-first {
  width: 123px;
  position: relative;
  /*float: left;*/
  margin-left: 3px;
  /*display: inline;*/
}

#products-blk-wide {
  width: 456px;
  position: relative;
  /*float: left;*/
  margin-left: 3px;
  /*display: inline;*/
}

#products-blk-tight {
  width: 270px;
  position: relative;
  /*float: right;*/
  margin-left: 2px;
  margin-right: 1px;
  /*display: inline;*/
}

#product-zone {
  width: 454px;
  background: #fff url(/images/bg_pz_title.png) no-repeat left top;
  border: 1px solid #999999;
  padding-top: 26px;
  margin-bottom: 4px;
  position: relative;
}

#product-zone .pz-messDiv {
  padding: 100px 0px;
  text-align: center;
}


#product-zone .pz-tab {
  padding-top: 10px;
}
#product-zone .text-block {
  border: 0px solid #999999;
}
#product-zone h2.pz-title{
  display: none;
}
#product-zone ul.tabs3 {
  height: 29px;	
  padding: 0px;
  margin: 0px;	
  list-style-type: none;	
  position: absolute;
  right: 2px;
  top: 0px;
  vertical-align: top;
} 
/*html > body */
#product-zone ul.tabs3 {	
  OVERFLOW: hidden;
  right: 0px;
  margin: -1px;
}  
#product-zone ul.tabs3 li {	
  DISPLAY: inline;	
  height: 29px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
} 
.tabs3 a {
  padding: 0px;	
  display: block;	
  font-weight: bold;	
  font-size: 11px;	

  background: url(/images/btn_active2.gif) no-repeat left top;
  float: left;
  width: 100px;
  color: #000;	
  margin: 0px;

  height: 29px;	
  text-decoration: none;
  display: table; 
  height: 29px; 
  #position: relative; 
  overflow: hidden;
  cursor: pointer;
}  
.tabs3 .current a {
  background: url(/images/btn_nonactive.gif) no-repeat left top;
}

.tabs3 .current a:hover {
  background: url(/images/btn_nonactive.gif) no-repeat left top;
  /*color: #000;*/
}

.tabs3 b {
  #position: absolute; 
  #top: 50%;
  #display: block;
  display: table-cell; 
  vertical-align: middle;
  width: 100%;
}
.tabs3 b span {
  #position: relative; 
  #top: -50%;
  display: block;
  text-align: center;
}

.tabs3 a:hover {
  background: url(/images/btn_nonactive.gif) no-repeat left top;
  /*color: #990000;*/
}  
.pz-tab {	PADDING-LEFT: 5px} 
.pz-tab {	ZOOM: 1} 


    /* {{{MostPopularProducts block on home page   */
html > body #product-zone .pz-tab .img-text {
	overflow: hidden
}
html > body #product-zone .pz-tab .deal {
	overflow: hidden
}
#product-zone .pz-tab .img-text .text {
	height: 1%
}
#product-zone .pz-tab .blackLink#manufacture {
	margin-left: 23px
}
#product-zone .pz-tab .blackLink {
	font-weight: 700;
	color: #000000
}
#product-zone .pz-tab ul.type1 {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none
}
#product-zone .pz-tab ul.type1 li {
	padding-left: 19px;
	margin-bottom: 5px;
	line-height: 130%
}
#product-zone .pz-tab .img-text .img {
	float: left;
	margin-right: 5px
}
#product-zone .pz-tab .goods .img {
	margin: 10px
}
#product-zone .pz-tab .deal img {
	float: left;
	margin-right: 5px
}
#product-zone .pz-tab .deal a div img {
  cursor: pointer;
  cursor: hand;
}
#product-zone .pz-tab .deal img.mpp {
	float: none;
	margin-right: 5px
}

#product-zone .pz-tab .more#mostPopularProduct {
	display: block;
	padding-top: 10px;
	padding-left: 19px;
	background: url(/images/href_arrow_white_bg.gif) no-repeat left 10px;
	margin: 0px;
}    
    
    /*  }}}MostPopularProducts block on home page   */



#products-blk-wide ul  li,#products-blk-tight ul  li {
  background: url(/images/list_arrow_.gif) no-repeat left 3px;
  padding-left: 19px;
  margin-bottom: 5px;
}



#products-blk-tight #pcmDIV {
  widht: 270px;
  margin-bottom: 4px;
}
#products-blk-tight #pcmDIVbr {
  widht: 268px;
  border: 1px solid #999999;
}
#products-blk-tight h2#pzHeader{          
   color: #FFFFFF;
   background: #1C357C;
   height: 28px;
   text-align: center;
   padding: 0px;
   margin: 0px;
   line-height: 28px;
   border: 0px solid #1C357C;
}
#products-blk-tight .pzTitle {
  font-weight: bold;
  margin: 5px;
}

#products-blk-tight #PCOfMonth {
  padding: 3px 12px;
}

.videos-container {
  overflow: hidden;
  _height: 1%;
  float: left;
  width: 859px;
}


#videos-blk-wide {
  width: 583px;
  position: relative;
  /*float: left;*/
  margin-left: 3px;
  /*display: inline;*/
}

#videos-blk-tight {
  /*width: 270px;*/
  position: relative;
 /* float: right;*/
  margin-left: 2px;
  margin-right: 1px;
  /*display: inline;*/
}


.video-text-block {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  padding: 5px 0px 53px 0px;
  margin-bottom: 4px;
  zoom: 1;
}

.video-text-block div.logo_bg {
  display: block;
  position: absolute;
  bottom:0px;
  left:0px;
  height: 35px;
  text-align: left;
  background-color: #EDEFF0;
  padding: 0px;
  width: 100%;
}
.video-text-block div.logo_bg div { 
  padding: 0px 10px;
  text-align: left;
}
.video-text-block div.logo_bg .more {
  float: left;
  background-image: url(/images/href_arrow_tr_bg.gif);
}
.video-text-block .logo_bg img {
  border: none;
  margin: auto;
  float: right;
}
.video-text-block .img-text a {
  font-size: 12px;
}
.video-text-block .img-text {
  display:table; 
  text-align:left; 
  margin: 5px;
}
html > body .video-text-block .img-text {
  overflow: auto;
}
.video-text-block .thumbnail {
  overflow: hidden; 
  width:107px; 
  height: 70px; 
  margin:5px 0px 5px 5px; 
  float:left;
}
.video-text-block .thumbnail img {
  border: 1px solid #000;
}
.video-text-block  .progress {
  display: block;
  background: url(/images/bg_line_progress.gif) repeat-x left top;
  position: absolute;
  bottom:35px;
  left:0px;
  width: 100%;
  height: 14px;
  text-align: center;
}

.video-text-block  .progress .slider {
  background: url(/images/ico_indicator.png) no-repeat 0px 0px;
  font-size: 0px;	
  margin: 4px auto 0px;	
  width: 52px;	
  height: 7px;
}

.foto-ruler {
  display: block;
  background: url(/images/bg_line_progress.gif) repeat-x left top;
  /*position: absolute;*/
  bottom: 0px;
  left: 0px;
  width:278px;
  height: 13px;
  text-align: center;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  padding-bottom: 1px;
}

*html div.fotop {
  zoom: 1;
  overflow: hidden;
}

*html p.fotop br {
  /*zoom: 1;
  overflow: hidden;*/
}

p.fotop {
  margin-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 7px;
}

div.bdesc {
  
  margin-bottom: 4px;
  
}

*html #wrapfoto {
  zoom: 1;
} 

#wrapfoto {
  height: 1px;
  #overflow: hidden;
  visibility: hidden;
  /*position: relative;*/
  /*padding-bottom: 13px;*/
  padding-bottom: 0px;
}

*html #wrapfotodesc {
  zoom: 1;
} 

#wrapfotodesc {
border: 1px solid #cfcfcf;
  /*border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;*/
  border-top: none;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: 4px;
  width: 278px;
  /*position: relative;*/
}

.foto-ruler .progress {
  display: block;
  
  position: absolute;
  /*bottom:35px;*/
  left:35px;
  width: 240px;
  height: 14px;
  text-align: center;
}

.foto-ruler #prev-btn-blut {
  float: left;
}

.foto-ruler #next-btn-blut {
  float:right;
}

.foto-ruler .progress .slider {
  background: url(/images/ico_indicator.png) no-repeat 0px 0px;
  font-size: 0px;	
  margin: 4px auto 0px;	
  width: 52px;	
  height: 7px;
}


/*
.video-text-block b#NPCounter {
  background: url(/images/ico_indicator.png) no-repeat 0px 0px;
  width: 52px;	
  height: 7px;
}*/


.video-text-block  .video-ruler {
  display: block;
  background: url(/images/bg_line_progress.gif) repeat-x left top;
  position: absolute;
  bottom:35px;
  left:0px;
  width: 100%;
  height: 14px;
  text-align: center;
}
.video-text-block  .video-ruler .slider {
  background: url(/images/ico_indicator.png) no-repeat 0px 0px;
  font-size: 0px;	
  margin: 4px auto 0px;	
  width: 66px;	
  height: 7px;
}

.video-text-block  #prev-btn-blut {
  float: left;
}

.video-text-block  #next-btn-blut {
  float: right;
}
.video-text-block  #prev-btn-np {
  float: left;
}

.video-text-block  #next-btn-np {
  float: right;
}


.video-text-block  .fw{
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.video-text-block #NPpoliceTV .fw a.more{
  margin-top: 0px;
  font-size: 11px;
}

/*#most-popular {
  float: left;
  width:548px;
  margin-right: 1px;
  margin-left: 3px;
  margin-bottom: 4px;
  zoom: 1;
}*/

#most-popular {
	
 	/*float: left;*/
  width:549px;
  /*margin-left: 2px;*/
  margin-bottom: 4px;
  zoom: 1;
}



#most-popular .text-block {
  margin-bottom: 0px;
}
#most-popular li {
	background: url(/images/list_arrow_.gif) no-repeat left 3px;
	padding-left: 19px;
	margin-bottom: 5px;
}
#p1-tools {
  /* float: left;
  width: 122px;
  zoom: 1;
  background: #FFF;
  margin:0px;
  padding: 4px 0px 0px 2px; */
  overflow: hidden;
  zoom: 1;
}
#menuNew.withoutLink {
  border: none;
  margin-bottom: 4px;
} 
#p1-tools h2 {
  font-size: 12px;
}
#p1-tools .text-block {
  margin-bottom: 0px;
  font-size: 11px;
  padding-bottom: 0px;
}
#p1-tools .p1t-newsfeed {
  padding-left: 30px;
  background: url(/images/icon_p1_newsletters_p1tools.png) no-repeat left 3px;
  display: block;
  margin: 4px 3px 4px 3px;
  line-height: 26px;
  font-size: 11px;
  
} 

#p1-tools .p1t-enewslt {
  padding-left: 30px;
  background: url(/images/icon_enewsletters_p1tools.png) no-repeat left 3px;
  display: block;
  margin: 4px 3px 4px 3px;
  line-height: 26px;
  font-size: 11px;
  
} 
 
#p1-tools .p1t-rss {
  padding-left: 30px;
  background: url(/images/icon_rss_feeds_p1tools.png) no-repeat left 3px;
  display: block;
  margin: 4px 3px 4px 3px;
  line-height: 26px;
  font-size: 11px;
  
} 

#p1-tools .p1t-tell-frend {
  padding-left: 30px;
  background: url(/images/icon_tell_a_friend_p1tools.png) no-repeat left 3px;
  display: block;
  margin: 4px 3px 4px 3px;
  line-height: 26px;
  font-size: 11px;
 
} 



#p1-sign-up-block {
  width: 122px;
  text-align: center;
}

#p1-sign-up-block h2 {
  width: 122px;
  font-size: 11px;
  color: #000;
  text-align: center;
  padding: 0px 0px;
  border-color: #999;
}
#p1-sign-up-block .text-block {
  padding: 0px;
  width: 122px;
  margin: 0px;
  border-color: #999;
}
#p1-sign-up-block p {
  font-size: 11px;
  padding: 4px 0px 8px;
  margin-bottom: 0px;
  color: #000;
}
#p1-sign-up-block .b {
  font-weight: bold;
}
#p1-sign-up-block .member-email {
  width: 106px;
  height: 15px;
  border: 1px solid #000;
  display: block;
  margin: 0px auto;
}
#p1-sign-up-block .nl-table {
  border-collapse: collapse;
  width: 108px;
  margin: 5px auto 10px;
}
#p1-sign-up-block .nl-table td {
  border-collapse: collapse;
  padding: 4px 0px 5px;
  text-align: left;
  white-space: nowrap;  
}
#p1-sign-up-block .nl-table td .edit-check {
  height: 13px;
  margin: 0px 2px 0px 0px;
  padding: 0px;
  width: 13px;
}
#p1-sign-up-block .btn-subcr-now {
  border: none;  
}




#most-popular LI.link_arrow_ln {PADDING-LEFT: 19px; BACKGROUND: url(/images/lexislogosmall.gif) no-repeat left 3px; MARGIN-BOTTOM: 5px}

.more2_ln {MARGIN-TOP: 10px; DISPLAY: block; PADDING-LEFT: 19px; BACKGROUND: url(/images/lexislogosmall.gif) no-repeat left 3px}

.link_arrow_ln {     DISPLAY: block;     PADDING-LEFT: 22px;     FONT-SIZE: 11px;     BACKGROUND: url(/images/lexislogosmall.gif) no-repeat 5px 4px;     MARGIN-BOTTOM: 5px;     LINE-HEIGHT: 150%;     TEXT-ALIGN: left}

#top-stories LI.link_arrow_ln { PADDING-LEFT: 19px; BACKGROUND: url(/images/lexislogosmall.gif) no-repeat left 3px; MARGIN-BOTTOM: 5px}

/*  }}}new blocks  on  home  page   */


.hideGB {
	visibility:hidden;
	height:1px;
	overflow: hidden;
}

#misc-container {
	float: left;
	overflow: hidden;
	width: 859px;
}
/****************** { breaking news block ***************/
#breaking-news-container {
	border-top: 1px solid #000000;
	height: 31px;
	background: url('/images/bn-bg-container.gif') repeat-x left top;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
}
#breaking-news-container .bn-title {
	background: url('/images/bn-bg-title.gif') repeat-x left top;
	height: 31px;
	float: left;
	width: 220px;
}
#breaking-news-container .bn-triangle {
	background: url('/images/bn-bg-triangle.gif') no-repeat right top;
	height: 31px;
	float: left;
	width: 220px;
}
#breaking-news-container .bn-title-p1 {
	float: left;
	padding: 7px 0px 0px 15px;
	width: 85px;
	color: #B80000;
}
#breaking-news-container .bn-title-p2 {
	float: left;
	padding: 7px 0px 0px 0px;
	width: 110px;
}
#breaking-news-container .bn-link {
	float: left;
	width: 620px;
	height: 20px;
	padding: 6px 0px 0px 15px;
	overflow: hidden;
}
#breaking-news-container .bn-link a {
	text-decoration: underline;
	color: #FFFFFF;
}
#breaking-news-container .bn-link a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/****************** } breaking news block ***************/

#srss {
  background: url('/images/social/rss.gif') no-repeat 0 0;
  /*padding: 5px 15px 5px 23px;
  border-right: 1px solid #cccccc*/
  display: inline-block;
  height: 17px;
  padding: 1px 5px 1px 19px;
}

#sfacebook {
  background: url('/images/social/facebook.gif') no-repeat 0 0;
  display: inline-block;
  height: 17px;
  padding: 1px 5px 1px 18px;
}

#stwitter {
  background: url('/images/social/twitter.gif') no-repeat 0 0;
  display: inline-block;
  height: 17px;
  padding: 1px 5px 1px 17px;
}

#slinked {
  background: url('/images/social/linked.gif') no-repeat 0 0;
  display: inline-block;
  height: 17px;
  padding: 1px 5px 1px 16px;
}

h2.announce span.border {
  background: url('/images/social/border.gif') no-repeat 50% 50%;
  padding: 1px 5px 1px 7px;
}
strong.blue {
  color: #4973DE;
  font-size: 12px;
}
a.fstnews {
  font-size: 14px;
  font-weight: bold;
}
#dotnews {
  width: 100%;
  background: url('/images/horDots.gif') repeat-x scroll 0 100%;
  margin-bottom: 10px;
  
}

#dotnews td {
  padding-bottom: 10px;
}

#wrapexclnotes p {
  color: black;
}

#wrapexclnotes table td {
  vertical-align: top;
}

#wrapexclnotes {
  /*background: #ebebeb;
  margin-bottom: 4px;*/
  /*padding-left: 5px;
  border: 1px solid #999999;
  padding-right: 5px;*/
}

#exclnotes h2.editor-note {
  /*background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-left: 10px;
  margin-right: 10px;*/
}

*html .dzoom {
  height: 1px;
  line-height: 0px;
}

#top-stories #bptopstories {
  width: 360px;
}

#top-stories #exclnotes {
  width: 192px;
}

#social-bar h2 {
  background: none;
  border: 0px;
  text-align: left;
  font-size: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
p.announce-photo-header {
  margin-bottom: 0px;
  margin-top: 7px;
  font-size: 14px;
  font-weight: bold;
}

#top-stories #listbn li {
  margin-bottom: 3px;
  line-height: 130%;
  background-position: left 4px;
}

#top-stories #listbn a {
  font-size: 11px;
}

#photoreport {
  margin-right:10px;
  padding-left:10px;
}
#vote .other-polls-link {
  position: absolute;
  right: 28px;
  bottom: 19px;
}
#footer-with-logos {
  overflow: hidden;
  padding-bottom: 10px;
  zoom: 1;  
}
#footer-with-logos .footer-text {
  float: left;
  width: 500px;
  margin: 2px 5px 0px 5px;
  padding: 14px 12px 17px 12px;
  border: 1px solid #CCCCCC;
  font-size: 11px;
  font-style: normal;
  line-height: 100%;
  display: inline;
}
#footer-with-logos .footer-text .footer-copy {
  font-style: normal;
  margin-top: 15px;
}
#footer-with-logos .footer-logos {
  float: left;
  position: relative;
}
#footer-with-logos .trust-logo{
  position: absolute;
  left: 20px;
  top: 20px;
}
#footer-with-logos .nleo-logo{
  position: absolute;
  left: 210px;
  top: 6px;
}
#tabs {
background:transparent url(/images/tab_all.gif) no-repeat left top;
border-left:1px solid #B7B7B7;
border-right:1px solid #B7B7B7;
border-top:1px solid #B7B7B7;
height:28px;
}
#bptopstories div.secondTabActive {
background:transparent url(/images/tab_all.gif) no-repeat scroll 0 -28px;
}
#bptopstories div#tabs a {
font-size:12px;
}
#tabs a {
color:#3E3E3E;
float:left;
font-weight:700;
height:21px;
padding:7px 0 0;
text-align:center;
text-decoration:none;
width:175px;
}
.c-bnmp-hide {
height:0;
overflow:hidden;
visibility:hidden;
}
.c-bnmp-mess {
text-align:center;
margin:190px 0px;
}

#BNMPEQ1{
padding-top: 33px;
}
#BNMPEQ2{
padding-top: 33px;
}

.botbanhp{
vertical-align: middle; 
text-align:center; 
padding-bottom: 6px;
padding-top: 3px;
}


/* peel-banner */

.png, #png {
    left:0; 
    top:0; 
    bottom: 0;
    right: 0;
    position: fixed;
    z-index:250; 
    display:none;
    background:#555;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity:0.75;
    opacity:0.75;
}

div.popup_container {
	position:relative; 
	z-index:300; 
	display:none; 
	width:100%;
	}
div.popup {
    position:fixed; 
	left:0; 
	top:50%; 
	width:100%; 
	text-align: center;
    margin: -250px 0px 0px 0px;
	_position: absolute; 
	_top: expression(eval(document.documentElement.scrollTop) + document.documentElement.clientHeight/2 + 5);
}
div#popup table {
	position:relative; top: 0px; left: 0px; width:100%;
}
div.popup-inner
{
	display:inline-block; position:relative; top: 0px; left: 0px;
}
.close-btn
{
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: -36px;
}
div.popup-inner #bg_iframe
{
	position: absolute; 
	z-index: -1; 
	display: block; 
	width:100%; 
	height:100%; 
	left:0px; 
	top:0px;
	border: 0px;
}
div.popup-inner #object_container
{
	z-index: 9999;
}
