a:visited.rssHeader { 
	COLOR: #FFFFFF; 
} 
a:hover.rssHeader { 
	COLOR: #FF0000; 
} 
a.rssHeader {
	PADDING-RIGHT: 3px;    
	PADDING-LEFT: 20px;    
	FONT-WEIGHT: bold;    
	FONT-SIZE: 12px;    
	BACKGROUND: url(/images/rss_icon.gif) no-repeat left center;    
	MARGIN: 3px;    
	COLOR: #FFFFFF;    
	LINE-HEIGHT: 18px;
}
/*
img {
	width: 1px !important;
	height: 1px !important;
}
*/

html, body, h1, h2, h3, h4, h5, h6, p, form, label, table, td, th {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #000;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

a img, img {
	border: 0;
}

a {
/*	color: #ca0001;*/
	color: #660000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.smallLink {
	font-size: 11px;
}

.c { text-align: center; }
.c img { margin: 5px 0px;}
.r { text-align: right; }
.fl { float: left; }
.fr { float: right; }
.bc { margin: 0 auto; }
.m { vertical-align: middle; }
html>body .float-fix { overflow: hidden; }
.pad1 { padding: 8px; }
.pad1 .videoDesc {
	margin-bottom: 5px;
}
:focus { outline: 0; }

#ofMonth.pad1 {
	min-height: 185px;
}

#video-banners {
	POSITION: absolute; 
	top: 157px; 
	padding-left: 5px; 
	float: right; 
	width: 160px; 
	right: 0px;
}

#container {
	width: 1021px;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}
#container-inner {
	width: 855px;
	background: #fff;
}

#banners {
	position: absolute;
	right: 0;
    top:27px;
	width: 160px;
	padding: 0px 0px 5px 5px;
}
#banner4 {
	text-align: center;
	margin-bottom: 10px;
}

/* {{{ header */
#header {
	height: 105px;
	position: relative;
	background: url(/NewDesign/bg_header.jpg) no-repeat #000000;
}

#logo {
	position: absolute;
	width: 290px;
	height: 70px;
	top: 2px;
	left: 0;
	text-indent: -9999px;
}
#logo_print {
  display: none;
}

#main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
}
#main-menu li {
	float: left;
	margin-left: 2px;
	line-height: 100%;
}
#main-menu li img {
	vertical-align: top;
}
#service-menu {
	position: absolute;
	left: 0;
	bottom: -1px;
	background:none;
}

#search-form {
	position: absolute;
	left: 616px;
    top:15px;
}
#form-menu {
	margin: 0;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
#form-menu li {
	padding-left: 15px;
	background: url(/NewDesign/bul1.gif) no-repeat left;
	line-height: 130%;
	white-space: nowrap;
}
#form-menu a {
	color: #fff;
	font-size: 12px;
}
#search-form-outer {
	position: absolute;
	left: 10px;
	top: 2px;
}
#search-string {
	border: 1px solid #0b0c0c;
/*
	background: #b7c0c8;
*/
	background: #FFFFFF;
	position: absolute;
	top: 0;
    left:20px;
    width:145px;
	padding: 2px 3px;
}
#search-string, #products {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
#go-search {
	left:177px;
	top: 1px;
	position: absolute;
}
#products {
	position: absolute;
	top: 30px;
    left:30px;
    width:174px;
}
/* }}} header */

/* {{{ content */
h1 {
	font-size: 14px;
	color: #fff;
/*	background: #790000;*/
	background: #660000;
	padding: 5px 10px;
	height: 16px;
}
.videos-h {
	width: 835px;
}
h2 {
	font-size: 12px;
	background: #f3f3f3;
	border-bottom: 2px solid #ccc;
	text-align: center;
	padding: 3px;
	margin: 1px;
}
h2.type2, #about h2, #hd-fr1video {
	font-size: 18px;
	background: none;
	border-bottom: none;
	text-align: left;
	padding: 0px;
}
h3 {
/*
	background: url(/NewDesign/bul2.gif) no-repeat left top;
	padding-top: 1px;
	padding-left: 15px;
*/
	padding-bottom: 5px;
	font-size: 12px;
	min-height: 16px;
}
.more {
	display: block;
	min-height: 15px;
	background: url(/NewDesign/btn_go.gif) no-repeat left top;
	padding: 1px 0 0 25px;
	margin: 8px 8px 16px 8px;
	font-weight: bold;
	color: #ca0001;

}
.training-videos .more {
	display: block;
	min-height: 15px;
	background: url(/NewDesign/btn_go.gif) no-repeat left top;
	padding: 1px 0 0 25px;
	margin: 8px 8px 6px 8px;
	font-weight: bold;
	color: #ca0001;

}


.more2 {
	text-decoration: none;
	font-weight: bold;
}
.more-list {
	margin-bottom: 8px;
}
.more-list .more {
	margin-bottom: 0;
}

.play {
	background: url(/NewDesign/bul3.gif) no-repeat left 3px;
	padding-left: 12px;
	font-weight: bold;
}

html>body .img-text { overflow: hidden; }
.img-text .img {
	float: left;
	margin-right: 5px;
}
.img-text .text {
	display: table;
}

.hr {
	background: #e2e6e9;
	height: 1px;
	overflow: hidden;
	font-size: 0;
}
.hr hr { display: none; }

#content {
	width: 100%;
}

#content.training-videos {
	width: 855px;
	background-color: #FFFFFF;
}
#content.videos-page {
	width: 855px;
	background-color: #FFFFFF;
}


.training-videos,
.videos-page {
	table-layout: fixed;
	border-collapse: collapse;
}
.training-videos .col1 {
	width: 445px;
	border-right: 1px solid #ccc;
	vertical-align: top;
}
.training-videos .col2 {
	width: 225px;
	border-right: 1px solid #ccc;
	vertical-align: top;
}
.training-videos .col3 {
	vertical-align: top;
}
.training-videos .col4 {
	vertical-align: top;
	border-top: 1px solid #ccc;
	padding: 8px 0px;
	text-align: center;
}



.videos-page .col1 {
	width: 358px;
	border-right: 1px solid #ccc;
	vertical-align: top;
}
.videos-page .col2 {
	vertical-align: top;
}

/* {{{ videos block */
/*
.training-videos .videos {
	margin: 0px 8px;
	padding: 8px 0;
	border-bottom: 0px solid #e2e6e9;
	position: relative;
	padding-bottom: 5px;
}
*/
.videos {
	margin: 0px 8px;
	padding: 8px 0;
	border-bottom: 0px solid #e2e6e9;
	position: relative;
	padding-bottom: 5px;
}
.videos.last {
	border-bottom: none;
}
html>body .videos {	overflow: hidden; }
.videos .first {
	float: left;
	width: 50%;
	position: relative;
}
.videos .second {
	float: right;
	width: 50%;
	position: relative;
}
.v-wrapper {
    float: left;
    position: relative;
    left: 50%;
	width: 100px;
}
.v-inner {
    position: relative;
    left: -50%;
}
.videos img {
	display: block;
}
.videos img.imgC {
	display: inline;
}
.videos a {
	font-weight: bold;
	font-size: 11px;
}
/* }}} videos block */

#banner1, #banner2 {
	text-align: center;
}
#banner2 {
	margin: 10px;
}

#about {
	background: url(/NewDesign/logo_fr1.gif) no-repeat center 3px;
	padding-top: 40px;
	border-bottom: 0px solid #ccc;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 7px;
}
#about h2 {
	font-size: 12px;
	margin-bottom: 10px;
}
#about .inner {
/*
	background: url(/NewDesign/bg_about.png) no-repeat left top;
	margin-left: 6px;
	min-height: 149px;
	padding: 5px 8px 5px 6px;
	float: left;
*/
	background: url(/NewDesign/bg_about.png) no-repeat left top;
	min-height: 140px;
	text-align: left;
	padding: 5px;
	width: 160px;
	margin: 0px;


}

.flashover {
	font-weight: bold;
	display: block;
	margin: 0 30px 10px;
}
.flashover img {
	display: block;
	margin: 0 auto;
}
.flashover-block .more {
	font-size: 9pt;
} 

#sponsors {
	padding: 8px;
}
#sponsors img {
	margin: 0 auto;
	display: block;
}

/* {{{ download block */
#download-soft {
	background: url(/NewDesign/bg_soft.png) no-repeat;
	width: 420px;
	margin: 0px 8px 5px 8px;
	font-size: 11px;
	text-align: center;
	min-height: 110px;
	padding: 5px;
}
#download-soft .v-wrapper {
    float: left;
    position: relative;
    left: 50%;
    width: 150px;
}

#download-soft a,
#download-soft2 a {
	font-weight: normal;
}
#download-soft img,
#download-soft2 img {
	margin: 0 auto;
}
#download-soft2 {
	font-size: 11px;
	text-align: center;
	padding: 8px;
}
/* }}} download block */

#hd-fr1video {
	background: url(/NewDesign/hd_fr1video.png) no-repeat 8px 10px;
	border-bottom: 2px solid #ca0001;
	height: 46px;
	text-indent: -9999px;
	margin: 2px;
	padding: 8px 0;
}

.welcome {
	margin: 12px;
	line-height: 140%;
}

.battalion-block {
	margin: 8px;
	border-bottom: 0px solid #e2e6e9;
	padding-bottom: 8px;
}

.video-news {
	margin: 8px;
	border-bottom: 1px solid #e2e6e9;
	padding-bottom: 8px;
}
.video-news h3 {
	padding: 0;
	background: none;
	margin-bottom: 5px;
}
.video-news .play {
	margin-top: 5px;
}

/* {{{ flashover tv block */
.flashover-block {
	background: #f5f5f5 url(/NewDesign/bg_flashover1.gif) repeat-x top;
	margin: 2px 2px 10px;
	font-size: 12px;
}
.flashover-block .inner {
	background: url(/NewDesign/bg_flashover2.gif) repeat-x bottom;
}
.flashover-block .fl-logo {
	border-collapse: collapse;
}
.flashover-block .fl-logo td {
	border-bottom: 2px solid #ca0001;
	padding: 0 5px 5px 8px;
}
.flashover-block .pad1 {
	padding-top: 0px;
}
.flashover-block td {
	border-bottom: 0px solid #e2e6e9;
}
table.videos-list {
	border-collapse: collapse;
	width: 480px;
}
.videos-list td {
	padding: 8px 5px 8px 0;
}
.videos-list td a {
	font-weight: bold;
	font-size: 12px;
}
/* }}} flashover tv block */

.fire-product-videos {
	margin: 0 8px 8px;
	border-bottom: 0px solid #e2e6e9;
}
.fire-product-videos ul.type1 {
	margin-left: 3px;
	margin-bottom: 8px;
}

ul.type1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.type1 li {
	padding-left: 12px;
	background: url(/NewDesign/bul3.gif) no-repeat left 4px;
	line-height: 130%;
	margin-bottom: 5px;
}

/* }}} content */

/* {{{ footer */
#footer {
	/*background: #272C32 url(/NewDesign/bg_footer.png) repeat-x top;*/
	margin: 10px auto 0px;
	width: 1021px;
	position: relative;
	zoom: 1;
}
#footer .innerinner {
	background: url(/NewDesign/logo2.png) no-repeat left 15px;
	position: relative;
	top: 0px;
	margin: 0px 10px;

}
#footer .innerHP {
	background: #FFFFFF url(/NewDesign/bg_footer.png) repeat-x top;
	width: 850px;
}
#footer .inner {
	background: #FFFFFF url(/NewDesign/bg_footer.png) repeat-x top;
	width: 855px;
}
#footer h3 {
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
	background: none;
	padding: 0px;
	min-height: 0px;
}
.footer-menu, .resources {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu {
	margin-left: 220px;
/*	margin-right: 100px;*/
	text-align: center;
}
.footer-menu li {
	display: inline;
	margin: 5px;
	font-size: 11px;
}
#footer .submenu1 {
	padding-top: 22px;
	padding-bottom: 3px;
}
#footer .submenu2 {
	padding-top: 3px;
	padding-bottom: 22px;
}
#footer .submenu1 li, #footer .submenu2 li {
/*
	background: url(/NewDesign/bul1.gif) no-repeat;
	padding-left: 14px;
*/
}
#footer .submenu1 li, #footer .submenu2 li {
	background: url(/NewDesign/bul4.gif) no-repeat 1px 4px;
	padding-left: 11px;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footer-menu a {
	color: #fff;
	font-size: 12px;
}
.resources li {
	display: inline;
	font-size: 11px;
	white-space: nowrap;
}
.resources a {
	color: #c70001;
}
/*.resources li:after {
	content: "|";
	color: #4D5662;
	margin: 5px;
}*/
.resources-block {
	border-bottom: 1px solid #4D5662;
	padding: 5px 0 10px;
/*	margin-right: 100px;*/
}
#copy {
	color: #000000;
	padding: 10px 0px 10px 0px;
}
/* }}} footer */

/* {{{ common */
html>body .col2 { overflow: hidden; }
* html .col2 { height: 1%; }
.col2 .first-col-wrapper {
	float: left;
	width: 50%;
}
.col2 .first-col {
	border-right: 1px solid #e2e6e9;
}
.col2 .second-col-wrapper {
	float: right;
	width: 50%;
}
.col2 .second-col-wrapper {
	$margin-right: -1px;
}
.col2 .second-col {
	border-left: 1px solid #e2e6e9;
	margin-left: -1px;
	$margin-left: -2px;
}

.sponsoredBy {
	padding-bottom: 5px;
	font-size: 10px;
	font-style: italic;
}
.partners {
/*	border-left: #e2e6e9 1px solid;*/
	background: url(/NewDesign/bg_partner.gif) right bottom;
	margin: 4px 0px 0px 8px;
}
#manufacture.blackLink {
	margin-left: 23px;
}
.blackLink {
	font-weight: 700;
	color: #000000;
}

/* }}} common */

/********************ie6***************************/
* html ul { position: relative; }
* html .float-fix,
* html .img-text,
.img-text .text,
* html .videos {
	height: 1%;
}



* html #about .inner {
	height: 149px;
	margin-left: 3px;
}

* html h2#play {
	height: 27px;
}
* html #ofMonth.pad1 {
	height: 185px;
}
* html #download-soft {
	height: 110px;
}


.videos .second { margin-right: -1px; }
* html h3 {	height: 16px; }
* html .more { height: 15px; }
* html #about .inner { height: 139px; }

/*.resources li {
	z-index: expression(
		runtimeStyle.zIndex = 1,
		innerHTML += "<b>|</b>"
	);
}*/
.resources b {
	color: #4D5662;
	margin: 5px;
}
.flashover-block,
.flashover-block .inner {
	zoom: 1;
}



/*****************ie6********************************/
/*****************************layout**************************/
body #container-inner {
	width: 100%;
}
body #header {
	width: 855px;
}
html>body #container-inner {
	overflow: hidden;
}
body #container-inner {
	overflow: hidden;
	background: url(/NewDesign/bg_container.gif) repeat-y left;
}

/* {{{  main layout */
#menu {
 width: 131px;
 float: left;
 position: relative;
 z-index: 9999;
 background: #fff;
}
#fr1-tools-network {
 border-right: 1px solid #e2e6e9;
}
#stories-n-playing {
	background: #fff url(/NewDesign/bg_lines_to_stories.gif) left top repeat-y;
	border-bottom: 2px solid #ca0001;
	float: right;
}
#top-stories {
	width: 638px;
	float: left;
	border-right: 1px solid #e2e6e9;
	background: #fff;
}
#whats-playing {
	width: 251px;
	float: left;
	background: #fff;
}
#banners-main {
	width: 171px;
	float: right;
	background: #000;
	padding-top: 8px;
	text-align: right;
}
#product-zone {
	width: 712px;
	float: right;
	background: #fff url(/NewDesign/hd_products_zone.png) no-repeat left top;
	padding-top: 44px;
	margin: 4px 3px 0 1px;
	position: relative;
}
#product-zone #PCOfMonth.type1 {
	margin-left: 10px;
	width: 250px;
}




#long-col {
	width: 237px;
	float: right;
	background: #fff;
	border-left: 1px solid #e2e6e9;
}
#banner3 {
	width: 481px;
	float: right;
	border-left: 1px solid #e2e6e9;
	margin-left: -1px;
	border-bottom: 1px solid #e2e6e9;
	border-top: 1px solid #e2e6e9;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
	background: #fff;
}
#most-popular {
	width: 481px;
	float: right;
	border-left: 1px solid #e2e6e9;
	margin-left: -1px;
	background: #fff url(/NewDesign/bg_mostpopular.png) no-repeat 3px top;
	padding-top: 36px;
	position: relative;
}
#deals {
	width: 612px;
/*	width: 616px;*/
	float: left;
	background: #fff;
/*	border-bottom: 1px solid #e2e6e9;*/
}
/* }}}  main layout */


/* {{{ menu column */
.signup-button {
	background: #600;
}
.tools {
	margin: 3px;
	padding: 0;
	list-style: none;
}
.tools li {
	height: 21px;
	line-height: 21px;
	background-image: url(/NewDesign/icons2.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.tools a {
	padding-left: 28px;
	font-weight: bold;
	color: #600;
}
.t-feeds { background-position: 0 0; }
.t-newsfeeds { background-position: 0 -21px; }
.t-letters { background-position: 0 -42px; }
.t-videos { background-position: 0 -63px; }
/* }}} menu column */

/* {{{ top stories */
#top-stories {
	position: relative;
}
html>body #top-stories { overflow: hidden; }
* html #top-stories { height: 1%; } 
#top-stories ul a {
	text-decoration: none;
}
#top-stories ul a:hover { 
  text-decoration: underline; 
}
.fr1-spotlights a:hover { 
  text-decoration: underline 
}

#top-stories .first-col {
	float: left;
	width: 270px;
	font-size: 11px;
	border-right: 1px solid #e2e6e9;
	padding-bottom: 20px;
	_overflow: hidden;
/*	min-height: 300px;*/
}
#top-stories .second-col {
	float: left;
	width: 362px;
	border-left: 1px solid #e2e6e9;
	margin-left: -1px;
	padding-bottom: 20px;
/*	min-height: 300px;*/
}
#top-stories .first-col .inner {
	padding: 2px;
}
#top-stories .second-col .inner {
	padding: 10px;
}
#top-stories .first-col p {
	line-height: 140%;
	padding: 2px;
}
#top-stories .first-col a {
	font-weight: bold;
}
#top-stories .author {
	font-style: italic;
}
#top-stories .type1 {
	border: 0px solid #e2e6e9;
	border-top: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	
}
#top-stories .type1 li {
	padding-left: 20px;
	margin-bottom: 7px;
}

#top-stories .type1 li#topStoriesFirst {
	background: none;
	padding-left: 0px;
	font-size: 13px;
	margin-bottom: 7px;
}



#top-stories .service-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 25px;
	top: 2px;
}
#top-stories .service-menu li {
	float: left;
	background-repeat: no-repeat;
	background-image: url(/NewDesign/icons.png);
	margin: 0 5px;
}
#top-stories .service-menu a {
	float: left;
	width: 22px;
	height: 21px;
	text-indent: -9999px;
}
.item1 { background-position: 0 0; }
.item2 { background-position: 0 -21px; }
.item3 { background-position: 0 -42px; }
.item4 { background-position: 0 -63px; }

/* }}} top stories */

/* {{{ whats playing */
h2#play {
	background: #600 url(/NewDesign/hd_whatsplay.gif) no-repeat center;
	height: 26px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	left: -1px;
	margin-right: -1px;
}
.tabs1 {
	margin: 0 0 5px 3px;
	padding: 0;
	list-style: none;
}
html>body .tabs1 { overflow: hidden; }
* html .tabs1 { height: 1%; }
.tabs1 li {
	display: inline;
	line-height: 100%;
}
.tabs1 a {
	float: left;
	width: 71px;
	height: 27px;
	background: url(/NewDesign/tabs1.png) no-repeat top;
	margin-right: 1px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	padding: 2px 5px 0px 5px;
	display: inline;
}
.tabs1 a:hover, .tabs1 .current a {
	background-position: 0 -29px;
}
.top-stories-prewiew {
	font-size: 11px;
/*	padding-left: 10px;*/
}
#whats-playing-mess {
	text-align: center;
	padding: 30px 0px 30px 0px;
	font-size: 16px;
	font-weight: 700; 
}
#most-popular-mess {
	text-align: center;
	padding: 30px 0px 30px 0px;
	font-size: 16px;
	font-weight: 700; 
}

#whats-playing .videos {
/*	background: url(/NewDesign/bg_whatsplay_bot.png) no-repeat left bottom;*/
	width: 247px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: none;
}

#whats-playing .videos .inner {
	background: url(/NewDesign/bg_whatsplay_bot.png) no-repeat left bottom;
}

#whats-playing .videos .inner .innerinner {
	background: url(/NewDesign/bg_whatsplay_top.png) no-repeat left top;
	padding: 5px 0px 30px;
}

#whats-playing #WPtab2 {
	background: url(/NewDesign/bg_whatsplay_bot_tab2.png) no-repeat left bottom;
	width: 247px;
	margin: 0px auto;
	padding: 0px;
	border: none;
}

#whats-playing #WPtab2 .inner {
	background: url(/NewDesign/bg_whatsplay_top.png) no-repeat left top;
	padding: 5px 0px 6px 0px;
}
#whats-playing #WPtab2 .inner .more {
	margin: 4px 8px 0px 8px;
}

* html #whats-playing .videos .inner {
	height: 114px;
}

#whats-playing .progress {
	background: url(/NewDesign/bg_progressbar.png) no-repeat;
	height: 19px;
	width: 241px;
	padding: 0px 0px;
	margin: 0px auto 3px auto;
	position: absolute;
	bottom: 0px;
}
.prev-btn {
	float: left;
}
.next-btn {
	float: right;
}
#whats-playing .see {
	clear: both;
	font-size: 11px;
/*	text-align: center;*/
	padding-top: 5px;
}
.seeA {
	display: inline;
}


#whats-playing .comment {
	font-size: 11px;
	padding: 4px 8px;
	line-height: 140%;
}
.slider {
	background: url(/NewDesign/ico_indicator.gif) repeat-x top;
	height: 9px;
	font-size: 0;
	width: 42px;
	margin: 7px auto 0;
}
.slider b {
	background: url(/NewDesign/ico_indicator.gif) no-repeat bottom;
	font-size: 0;
	display: block;
	height: 9px;
}
/* }}} whats playing */

/* {{{ product zone */
.pcmDIV {
	margin: -8px 0px 0px -8px;
}
h2#prod {
	background: url(/NewDesign/bg_pcm.gif) repeat-x;
	text-align: left;
	height: 19px;
	width: 233px;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	color: #FFFFFF;
	border: 0px;
}
#product-zone .goods {
	width: 392px;
	height: 176px;
	background: url(/NewDesign/bg_product.png) no-repeat;
	padding: 20px 25px 10px 25px;
	position: absolute;
	right: 0;
	top: 37px;
}
#product-zone .goodsNew {
	position: absolute;
	right: 0;
	top: 37px;
	width: 442px;
}

#product-zone .goodsNewNew {
	right: 0;
	top: 37px;
	width: 442px;
}


#product-zone .goodsHead {
	height: 12px;
	background: url(/NewDesign/bg_product_head.png) no-repeat 0px 2px;
}
#product-zone .goodsBody {
	background: url(/NewDesign/bg_product_body.png) repeat-y;
	padding: 10px 25px 0px 25px;
	overflow: hidden;
}
#product-zone .goodsFooter {
	height: 13px;
	background: url(/NewDesign/bg_product_footer.png) no-repeat;
}
#messPZ {
	text-align: center;
	padding-top: 75px;
	font-size: 16px;
	font-weight: 700; 
	background: url(/NewDesign/bg_pz_loading.png) no-repeat left top; 
	height: 180px;
}





#product-zone .first-col-wrapper {
	width: 357px;
}
#product-zone .second-col-wrapper {
	width: 355px;
}

.tabs2 {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
html>body .tabs2 { overflow: hidden; }
* html .tabs2 { height: 1%; }
.tabs2 li {
	display: inline;
	line-height: 100%;
}
.tabs2 a {
	float: left;
	width: 118px;
	height: 27px;
	background: url(/NewDesign/tabs2.png) no-repeat top;
	margin-right: 1px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	padding: 2px 5px 0;
	display: inline;
}
.tabs2 a:hover, .tabs2 .current a {
	background-position: 0 -29px;
}
.coupon {
	font: bold 22px "Trebuchet MS", "Times New Roman", Times, serif;
	color: #cc0001;
	margin-bottom: 10px;
}
.slogan {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.goods .img {
	margin: 10px;
}
.goods .more {
	border-top: 0px solid #e2e6e9;
	padding-top: 10px;
	background-position: left 8px;
	margin-left: 0;
}
#mostPopularProduct.more {
	border-top: 0px solid #e2e6e9;
	font-weight: bold;
	color: #ca0001;
	display: block;
	min-height: 15px;
	position: absolute;
	bottom: 0px;
/*	clear: both;*/
	margin: 0px;
	background: url(/NewDesign/btn_go.gif) no-repeat left 8px;
	padding: 10px 0px 10px 25px;
	left: 155px;
}


#mostPopularProduct.moreNew {
	border-top: 0px solid #e2e6e9;
	font-weight: bold;
	color: #ca0001;
	display: block;
	min-height: 15px;
/*	position: absolute;*/
	bottom: 0px;
/*	clear: both;*/
	margin: 0px;
	background: url(/NewDesign/btn_go.gif) no-repeat left 8px;
	padding: 10px 0px 10px 25px;
	left: 155px;
}


table.fr1-spotlights {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.fr1-spotlights td {
	padding: 2px 5px 2px 0;
}
.fr1-spotlights a {
	color: #600;
	text-decoration: none;
	font-weight: normal;
}
.fr1-spotlights .more {
	border-top: 1px solid #e2e6e9;
	padding-top: 10px;
	margin: 0 8px;
	background-position: 0 8px;
}
.fr1-spotlights .first-col {
	padding-bottom: 10px;
}

.columnist .second-col {
	padding-bottom: 10px;
}
.columnist .more {
	border-top: 0px solid #e2e6e9;
	padding-top: 10px;
	margin: 0 8px;
	background-position: 0 8px;
}
.columnist .img-text {
	margin-bottom: 10px;
}
.columnist .author {
	font-size: 14px;
	color: #ca0001;
	font-weight: bold;
	margin-bottom: 5px;
}
.columnist .author b {
	display: block;
	color: #000;
}
/* }}} product zone */

/* {{{ deals */
#deals .first-col-wrapper {
	width: 270px;
}
#deals .second-col-wrapper .first-col-wrapper,
#deals .second-col-wrapper .second-col-wrapper {
	width: 50%;
}
#deals .second-col-wrapper {
	width: 342px;
}
html>body .deal { overflow: hidden; }
* html .deal { height: 1%; }
.deal {
	padding: 10px;
	margin: 0 2px;
	border-bottom: 1px solid #e2e6e9;
}
.deal img {
	float: left;
	margin-right: 5px;
}
.deal img.mpp {
	float: none;
	margin-right: 5px;
}

.deal h4 {
	font-size: 12px;
	font-weight: bold;
/*	background: url(/NewDesign/bul2.gif) no-repeat left top;*/
	background: none;
	padding-left: 0px;
	margin-bottom: 5px;
}
.deal p.comment {
	font-style: italic;
	font-size: 11px;
	margin: 3px 3px 5px 0px;
}
.deal a.learn-more {
	font-weight: bold;
	background: url(/NewDesign/bul3.gif) no-repeat left 3px;
	padding-left: 12px;
	margin-left: 0px;
	display: block;
}

.deal div.learn-more {
	font-weight: bold;
	background: url(/NewDesign/bul3.gif) no-repeat left 3px;
	padding-left: 12px;
	margin-left: 0px;
	display: block;
}

.recent-block .more {
	border-bottom: 1px solid #e2e6e9;
	padding-bottom: 15px;
	background-position: 0 0px;
	margin-top: 0px;
}

.recent {
	margin: 5px;
	margin-bottom: 20px;
}
.recent .type1 {
	margin-left: 3px;
}
.recent h4 {
	background: url(/NewDesign/bul2.gif) no-repeat left top;
	padding-left: 15px;
	min-height: 16px;
	padding-top: 2px;
	font-size: 12px;
}
.recent a {
	color: #600;
}
* html .recent h4 {
	height: 16px;
}

/* }}} deals */

/* {{{ most popular */
#most-popular .type1 {
	margin: 0 8px 8px;
	padding-top: 8px;
}
#most-popular .type1 li {
	margin-bottom: 10px;
}
#most-popular .type1 a {
	color: #660000;
}
.tabs3 {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 5px;
	right: 10px;
}
html>body .tabs3 { overflow: hidden; }
* html .tabs3 { height: 1%; }
.tabs3 li {
	display: inline;
	line-height: 100%;
}
.tabs3 a {
	float: left;
	width: 80px;
	height: 27px;
	background: url(/NewDesign/tabs3.png) no-repeat top;
	margin-right: 1px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	padding: 2px 1px 0;
	display: inline;
}
.tabs3 a:hover, .tabs3 .current a {
	background-position: 0 -29px;
}
#most-popular .more {
	border-top: 0px solid #e2e6e9;
	padding-top: 10px;
	background-position: 0 0px;
	margin-top: 0px;
	padding-top: 1px;
}


/* }}} most popular */

/* {{{ long column */
.tip h3 {
	padding-left: 0;
	background: none;
	color: #600;
	margin: 5px 0;
	min-height: 0;
	padding: 0;
}
.tip p {
	font-size: 11px;
}

#poll {
	font-size: 11px;
	padding: 3px;
}
#poll p {
	font-weight: bold;
}
#btn-vote {
	display: block;
	margin: auto;
}
.poll-block {
	margin-top: 5px;
	background: url(/NewDesign/bg_poll_bottom.gif) no-repeat left bottom;
	color: #000000;
}
.poll-block table {
	background: url(/NewDesign/bg_poll_top.gif) no-repeat left top;
}
.poll-block table td {
	padding: 3px 5px 3px 0;
}

.fire-news .type1 {
	margin: 8px;
}
.fire-news .more-list {
	border-top: 0px solid #e2e6e8;
	margin: 8px 8px 10px;
	padding-top: 8px;
}
.fire-news .more {
	margin: 0 0 8px 0!important;
}

.deaths {
	font-size: 11px;
	color: #600;
}
.deaths li {
	background-position: left 3px!important;
}
.deaths a {
	font-weight: bold;
	text-decoration: none;
}
.submit {
	color: #fff;
	background: #000 url(/NewDesign/bg_submit.gif) no-repeat;
	width: 219px;
	height: 31px;
	text-align: center;
	padding: 3px 5px;
	margin: auto;
}
/* }}} long column */
/********************************************layout**************************/
/*******************************************menu******************************/
#fr, #fr ul {
    margin: 0;
    padding: 0;
    width: 130px;
    list-style: none;
}

#fr ul { width: auto; }

#fr ul {
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 10;
}
#fr, #fr ul {
    margin: 0;
    padding: 0;
    width: 131px;
    list-style: none;
}

#fr li {
	padding-left: 0;
	background: none;
	margin: 0;
    position: relative;
    margin-bottom: -1px;
	font: 10px verdana;
}
#fr ul > li:last-child { margin-bottom: 1px; }

#fr a {
    display: block;
    color: white!important;
    padding: 2px 3px 3px 3px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    font-size: 10px;
}
#fr a b { color: #FCCB04; font-size: 10px; }

#fr li li { width: 150px; }
#fr li li a { padding: 5px 10px; }

#fr a:hover,
#fr a.highlighted:hover,
#fr a:focus {
	color: #FCCB04;
}
#fr li li a:hover,
#fr li li a.highlighted:hover,
#fr li li a:focus {
    color: white;
    background-color: #FCCB04;
}
#fr a.highlighted { color: #FCCB04; }

#fr a .subind {
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -3px;
    height: 5px;
    width: 3px;
    background: url(/NewDesign/bul.gif) no-repeat right;
    z-index: 9999;    
}

*:first-child+html #fr li { float: left; width: 130px; }
* html #fr li { float: left; height: 1%; }
* html #fr a { height: 1%; }
* html #fr a .subind { top: 30%; }

#fr li { background: #600; border: 1px solid black; }
#fr li li { border: none; }
#fr li:hover > ul { display: block; }
/**************************************menu************************************/

.most-popular-tab {
/*	min-height: 140px;*/
	padding-left: 5px;
}

.most-popular-tab ul.type1 li {
	padding-left: 17px;
}
.most-popular-tab { zoom: 1; }

#hidMP { zoom: 1; }

.sign-panel {
	height: 27px;
	background: #000;
	font-size: 10px;
	color: #fff;
	width:100%;
}

.sign-panel * {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

.sign-panel .code3 {
	background: url(/NewDesign/bul_sign.gif) no-repeat 0% 50%;
	padding-left: 10px;
	margin-left: 5px;
	font-size: 10px;
	color: #fff;
}
.sign-panel .code3 a, .sign-panel .code3 a:visited, .sign-panel .code3 a:hover {
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
	color: #fff;
}
.sign-panel td, .sign-panel table {
	margin:0pt;
	padding:0pt;
	font-size:10px;
}
.sign-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;

}
.sign-panel li {
	display: inline;
	border-left: 1px solid #fff;
	padding-left: 5px;
	margin:0px 0px 0px 4px;
	font-size:10px;
	font-weight: bold;
}
.sign-panel li.first {
	border-left: none;
}	
.sign-panel form {
	margin:0;
	padding: 0;
}
.sign-panel label {
	font-weight: bold;
	font-size:10px;
	color:#fff;
}
.sign-panel input {
	font-size: 11px;
}
.sign-panel input {
	border: 1px solid #7e9db9;
}
#btn-signin {
	border: none;
}
.sign-panel a , .sign-panel a:visited, .sign-panel a:hover {
	color: #fff;
	font-weight:bold;
	font-size: 10px;
	text-decoration:underline;

}
#btn-signin {
	margin-left:5px;
}

.password-label {
	margin-left:5px;
}

.welcome-text {
	padding-right:168px;
}
 .welcome-text span {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.welcome-text img {
	margin-left:5px;
}

.sign-panel .third-col {
	padding-right:6px;
}

A.common_ln {     BACKGROUND-POSITION: 6px 2px;     DISPLAY: block;     PADDING-LEFT: 21px;     BACKGROUND-IMAGE: url(/images/lexislogosmall.gif);     MARGIN: 6px 0px;     BACKGROUND-REPEAT: no-repeat}

#breaking-news-container{
  background-color: #000000;
  border:medium none;
  color:#FFFFFF;
  font-size:13px;
  font-weight:700;
  height:31px;
  margin-top:0;
  font-family: Tahoma;
}
#breaking-news-container .bn-title {
  background:transparent url(/images/bn-bg-title.gif) repeat-x scroll left top;
  float:left;
  height:31px;
  width:175px;
}
#breaking-news-container .bn-triangle {
  background:transparent url(/images/bn-bg-triangle.gif) no-repeat scroll right top;
  float:left;
  height:31px;
  width:175px;
}
#breaking-news-container .bn-title-p1 {
  color:#B80000;
  float:left;
  padding:7px 0 0 15px;
  width:70px;
  font-size: 13px;
}
#breaking-news-container .bn-title-p2 {
  color:#000000;
  float:left;
  padding:7px 0 0;
  width:70px;
  font-size: 13px;
}
#breaking-news-container .bn-link {
  float:left;
  height:20px;
  overflow:hidden;
  padding:6px 0 0 15px;
  text-align:left;
  width:620px;
}
#breaking-news-container .bn-link a {
  color:#FFFFFF;
  text-decoration:underline;
  font-size: 13px;
  font-weight: bold;
  font-family: Tahoma;
}
#breaking-news-container .bn-link a:hover {
  color:#FFFFFF;
  text-decoration:none;
}
.poll-other {
  background:transparent url(/NewDesign/bul3.gif) no-repeat scroll left 3px;
  /*display:block;*/
  font-weight:bold;
  padding-left:12px;
  color: #660000;
}

