/* general styles ----------------------- */

body {
	margin: 0px;
	background: url(../../images/page_back.gif) repeat-x top left;
	margin: 0 0 0 0;
	text-align:center;
}
body, table, td, p, input, select {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* content styles ----------------------- */

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3b7493;
	margin: 5px 0px 10px 0;
	background: url(../../images/dots_hor.gif) repeat-x bottom left;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 5px 0 10px 0;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0 0 5px 0;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0 0 5px 0;
	background: url(../../images/dots_hor.gif) repeat-x bottom;
}
p {
	line-height: 16px;
}
a:hover {
	color: #3b7493;
}
a[name]:hover {
	color: #3b7493;
}
#page {
	width: 96%;
	min-width:980px;
	margin-left: auto;
	margin-right: auto;
    text-align: left;
    position:relative;
}

.page-body {
	margin-top: 15px;

}
/* header navigation styles */


#header {
	width: 96%;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#home-header {
	width: 950px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#logo a {
	display: block;
	float: left;
	text-align: center;
	color: #3D4146;
	padding: 0;
	margin: 0;
	width: 280px;
	height: 85px; /* CONFORMANT BROWSERS */
	text-decoration: none;
	font-size: 0;
}
#top-links {
	float: right;
	/*position: relative;*/
	text-align: right;
	padding: 8px 10px 0 0;
	color: #666;
	overflow: hidden;
}
#header-menu {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	height: 40px;
	background: url(../../images/toolbar/header_menu_back.gif)
}
#home-header-menu {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 40px;
	background: url(../../images/toolbar/header_menu_back.gif)
}
.header-menu-wrap {
	background: url(../../images/toolbar/header_menu_right.gif) no-repeat top right;
	height: 40px;
}
#nav {
	padding: 0 0 0 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
	margin: 0 0 0 0;
	float: left;
	text-align: center;
	background: url(../../images/toolbar/header_menu_left.gif) no-repeat left top;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	/*	border-right: 1px solid #598aa4;  changed by Ivan P to get rid of spacers*/
	border-right: 0px solid #598aa4;
	font-size: 14px;
}
#nav a {
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	padding: 10px 17px 14px 17px;
	margin: 0;
	/*height: 30px; CONFORMANT BROWSERS */
	text-decoration: none;
	border-bottom: 0;
	
	/*text-shadow: -1px -1px 0px #5c93b1;
	filter: dropshadow(color=#5c93b1, offx=-1, offy=-1); */
	
}
#nav a:hover {
	color: #fff;
	background: url(../../images/toolbar/header_menu_on.gif) repeat-x top;
}
#nav #selected:link, #nav #selected:visited, #nav #selected:active, #nav #selected:hover {
	color: #fff;
	background: url(../../images/toolbar/header_menu_on.gif) repeat-x top;
}
#nav .selected:link, #nav .selected:visited, #nav .selected:active, #nav .selected:hover {
	color: #fff;
	background: url(../../images/toolbar/header_menu_on.gif) repeat-x top;
}

#header-language {
	color: #000;
	padding-bottom: 2px;
	font-size: 11px;
}
#header-account {
	margin: 12px 0 0 0;
}
.box-tabs {
	padding: 20px 0 0 0;
}
.tabs-nest {
	background: url(../../images/tab_back.gif) repeat-x bottom left;
	height: 30px;
	position: relative;
}
.tabs-options {
	position: absolute;
	right: 15px;
}
.subnav {
	padding: 0 0 0 22px;
	margin: 0 0 0 0;
	list-style: none;
	display: inline;
	position: relative;
	float: left;
}
.subnav li {
	margin: 0 2px 0 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}
.subnav li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 30px;
}
.subnav li a:link, .subnav li a:visited, .subnav li a:active {
	color: #000;
	background: url(../../images/tab.gif) no-repeat left top;
}
.subnav li a span {
	background: url(../../images/tab_r.gif) no-repeat right top;
	padding: 7px 14px 7px 14px;
	float: left;
	display: block;
	cursor: pointer;
	margin: 0;
}
.subnav li a:hover {
	color: #000;
	background: url(../../images/tab_over.gif) no-repeat left top;
}
.subnav li a:hover span {
	background: url(../../images/tab_r_over.gif) no-repeat right top;
}
.subnav li .chosen:link, .subnav li .chosen:visited, .subnav li .chosen:active {
	color: #000;
	font-weight: bold;
	background: url(../../images/tab_active.gif) no-repeat left top;
}
.subnav li .chosen:link span, .subnav li .chosen:visited span, .subnav li .chosen:active span {
	background: url(../../images/tab_r_active.gif) no-repeat right top;
	padding: 7px 14px 7px 14px;
	height: 30px;
}
.subnav li .chosen:hover {
	color: #000;
	background: url(../../images/tab_active.gif) no-repeat left top;
}
.subnav li .chosen:hover span {
	background: url(../../images/tab_r_active.gif) no-repeat right top;
}
.menu {
	background: #EDFFB2;
}
.menu-nest {
	width: 170px;
	padding: 0px 25px 0 0px;
}
.menu-body {
	padding: 20px 0;
}
.menu-links {
	margin: 0;
	margin-left: 35px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(../../images/menu_arrow.gif);
	font-size: 12px;
}
.menu-links li a:link, .menu-links li a:visited, .menu-links li a:active {
}
.menu-links li a:hover {
}
.menu-links li {
	padding: 0 0 7px 0;
}
.footer-nest {
	background: url(../../images/footer_back.gif) repeat-x top left;
	margin-top: 20px;
	position:relative;
}
.footer {
	font-size: 12px;
	height: 80px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.home-footer {
	font-size: 12px;
	height: 80px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.footer-left {
	text-align: left;
	color: #666;
	position: relative;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
.footer-right {
	text-align: right;
	color: #666;
	clear: both;
	position: relative;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.footer a {
	color: #97ab8a;
}
.right-pic {
	margin: 10px 0px 10px 10px;
}
.left-pic {
	margin: 10px 10px 10px 0px;
}
/*** home page styles ************************************************************/


.home-main {
	background: url(../../images/main_img.jpg) no-repeat top center;
	height: 410px;
	overflow: hidden;
}
.home-main-message {
	padding: 20px 0 0 15px;
	width: 450px;
	float: left;
}
.home-main h1 {
	font-size: 22px;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	background: none;
	padding: 0;
	margin: 0 0 0;
}
.home-main ul {
	list-style: url(../../images/check.gif);
	font-size: 20px;
	font-weight: normal;
}
.home-main ul li {
	padding: 0 0 8px 8px;
}
.home-main p {
	padding: 25px 0 0 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.home-main-signup {
	display: block;
}
.home-main-signup a:link, .home-main-signup a:visited, .home-main-signup a:active {
	font-size: 19px;
	color: #cc0000;
}
.home-main-signup a:hover {
	color: #FF0000;
}
.home-main-free {
	display: block;
	font-size: 15px;
	font-style: italic;
	padding: 10px 0 0 10px;
}
.home-main-flash {
	width: 365px;
	float: right;
	padding: 17px 25px 0 0;
}
.home-boxes {
	height: 155px;
}
.home-boxes h2 {
	color: #000;
	border: 0;
	margin: 20px 10px 10px 25px;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}
.home-boxes p {
	padding: 0;
	margin: 0 40px 10px 25px;
}
.home-box-1 {
	width: 312px;
	background: url(http://static.bestrussiantv.com/brt/images/home_box_1.jpg) no-repeat top left;
	float: left;
	margin-right: 6px;
	height: 160px;
}
.home-box-2 {
	width: 312px;
	background: url(../../images/home_box_2.jpg) no-repeat top left;
	float: left;
	margin-right: 6px;
	height: 160px;
}
.home-box-3 {
	width: 312px;
	background: url(../../images/home_box_3.jpg) no-repeat top left;
	float: left;
	height: 160px;
}
.top-movies {
	margin:  0 0 20px 0;
	padding: 0;
	list-style-type: none;
	width: 200px
}
.top-movies td {
	padding: 0 0 10px 0;
}
.top-movies-number {
	background: url(../../images/top_movies_circle.gif) no-repeat 0px 0px;
	width: 24px;
	height: 15px;
	text-align: center;
	padding: 2px 0 6px 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.top-movies td p {
	padding: 0;
	margin: 3px 0 0 5px;
}
.new-arrivals {
	margin: 0 0 20px 0;
	width: 200px
}
.new-arrivals td p span {
	display: block;
	font-size: 11px;
	line-height: 12px;
	margin-top: 3px;
}
.new-arrivals td img {
	margin: 0 8px 8px 0;
}
.coming-soon {
	list-style-image: url(../../images/bullet1.gif);
	margin: 0 0 0 25px;
	padding: 0;
}
.coming-soon li {
	padding-bottom: 8px;
}
.news-date {
	font-size: 11px;
}
.news-title {
	margin-bottom: 10px;
}
.dots-horizontal {
	background: url(../../images/dots_hor.gif) repeat-x center;
}
.top-main {
}
.top-main-img {
	background: url(../../images/header_back.jpg) no-repeat top center;
	width: 100%;
}
.top-main-text {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.top-content {
	width: 100%;
	height: 123px;
}
.top-content-logo {
	width: 320px;
	padding: 0 0 18px 21px;
}
.top-content-right {
	padding: 6px 18px 0 0;
}
.section-table {
	width: 100%;
}
.section-header {
	background: #F9F7EB;
	padding: 6px 10px;
	font-weight: bold;
	color: #333;
	font-size: 13px;
}
.section-link {
	font-size: 11px;
	background: #F9F7EB;
	text-align: right;
	padding: 6px 10px;
}
.section-content {
	padding: 0px 10px 25px 10px;
}
.SiteMap-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.SiteMap-list li {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}
.SiteMap-list {
	list-style-type: none;
	margin-left: 5px;
}
.SiteMap-list li ul {
	margin-left: 20px;
	list-style-type: square;
	margin-top: 5px;
}
.SiteMap-list li li {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 0px;
}
/** pop up styles */

.popup-title {
	padding: 6px 10px 7px 10px;
	font-size: 13px;
	font-weight: bold;
	background-color: #ebebeb;
	border-bottom: 1px solid #ccc;
}
.popup-title-link {
	padding: 6px 10px 7px 10px;
	font-size: 11px;
	background-color: #ebebeb;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
.popup-image-cell {
	padding: 20px;
}
.pic-left {
	margin: 15px;
	margin-left: 0;
}
.pic-right {
	margin: 15px;
	margin-right: 0;
}
.arrow-next {
	background: url(../../images/arrow_next.gif) no-repeat right;
	padding-right: 12px;
}
.arrow-back {
	background: url(../../images/arrow_back.gif) no-repeat left;
	padding-left: 12px;
}
.link-arrow {
	background: url(../../images/link_arrow_2.gif) no-repeat left;
	padding-left: 15px;
}
.link-arrow-2 {
	background: url(../../images/link_arrow.gif) no-repeat left;
	padding-left: 15px;
}
.link-arrow-2:link, .link-arrow-2:active, .link-arrow-2:visited {
	color: #000;
}
.link-arrow-2:hover {
	color: #666;
}
.link-arrow-3 {
	background: url(../../images/link_arrow_2.gif) no-repeat left;
	padding-left: 15px;
}
.link-arrow-3:link, .link-arrow-3:active, .link-arrow-3:visited {
	color: #CC0000;
}
.link-arrow-3:hover {
	color: #666;
}
.link-poll {
	background: url(../../images/important.png) no-repeat left;
	padding-left: 20px;
}
.link-win {
	background: url(/images/icon_cup.gif) no-repeat left;
	padding-left: 24px;
}
.link-expiring {
	background: url(../../images/error16.png) no-repeat left;
	padding-left: 20px;
}

.link-myaccount {
	background: url(../../images/account.png) no-repeat left;
	padding-left: 20px;
}
.link-status {
	background: url(../../images/status.png) no-repeat left;
	padding-left: 20px;
}
.link-signout {
	background: url(../../images/iconSignout.gif) no-repeat left;
	padding-left: 20px;
}
.link-print {
	background: url(../../images/iconPrint.gif) no-repeat left;
	padding-left: 23px;
}
.link-customize {
	background: url(../../images/iconMyAccount.gif) no-repeat left;
	padding-left: 23px;
}
.link-pda {
	background: url(../../images/pda_blue.png) no-repeat left;
	padding-left: 17px;
	text-decoration:underline;
}
.link-sort {
	background: url(../../images/icon_channelsort_sm.png) no-repeat left;
	padding-left: 20px;
	text-decoration:underline;
	margin-right:10px;
}

.link-direct {
	background: url(../../images/iconPreview.gif) no-repeat left;
	padding-left: 17px;
	text-decoration:underline;
	margin-right:10px;
}
.link-preview {
	background: url(../../images/iconPreview.gif) no-repeat left;
	padding-left: 19px;
	font-size: 11px;
	font-weight: normal;
}
.link-listen {
	background: url(../../images/iconListen.gif) no-repeat left;
	padding-left: 19px;
}
.link-watch {
	background: url(../../images/iconTV.gif) no-repeat left;
	padding-left: 19px;
}
.link-contact {
	background: url(../../images/iconMail.gif) no-repeat left;
	padding-left: 20px;
}

.link-search {
	background: url(../../images/usercontrols/icon_search.gif) no-repeat left;
	padding-left: 20px;
}

.link-language-en {
	background: url(../../images/usercontrols/icon_lang_en.gif) no-repeat left;
	padding-left: 20px;
}

.link-language-ru {
	background: url(../../images/usercontrols/icon_lang_ru.gif) no-repeat left;
	padding-left: 20px;
}

.grid {
	border-collapse: collapse;
	width: 95%;
}
.grid-header {
	background: #f6f6f6;
}
.grid-header td {
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 10px;
	border-bottom: 1px solid #ebebeb;
}
.grid-row {
	background: #fff;
}
.grid-row td {
	border-bottom: 1px solid #ebebeb;
	padding: 8px 10px;
}
.grid-row-over {
	background: #f6f6f6;
}
.grid-row-over td {
	border-bottom: 1px solid #ebebeb;
	padding: 8px 10px;
}
.grid-popup {
	display: none;
	padding: 15px 20px;
	background: #FFFFCC;
	margin: 10px 0;
}
.contact-form {
	border: 1px solid #ccdae1;
	background: #e6ecf0;
	padding: 25px;
}
.picture {
	border: 1px solid #595E66;
}
A .picture {
	border: 1px solid #595E66;
}
A:hover .picture, A:active .picture {
	border: 1px solid #9E7402;
}
.list {
}
.list li {
	padding-bottom: 7px;
}
.underline {
	border-bottom: 1px solid #ebebeb;
}
.error-message {
	color: Red;
}
.title-1 {
	background: #BCC463;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 15px 8px 15px;
}
.title-2 {
	background: #F9ED87;
	width: 100%;
	font-weight: bold;
}
.title-2 td {
	color: #993300;
	padding: 12px 15px 8px 15px;
	font-size: 13px;
}
.title-3 {
	background: #d0e883;
	width: 100%;
	font-weight: bold;
}
.title-3 td {
	color: #336600;
	padding: 12px 15px 8px 15px;
	font-size: 13px;
}
.title-4 {
	width: 100%;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.title-4 td {
	color: #333;
	padding: 8px 0px 5px 0px;
	font-size: 18px;
}
td.title-link {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}
.pic-link {
}
A .pic-link {
	border: 3px solid #ccc;
}
A:hover .pic-link, A:active .pic-link {
	border: 3px solid #999;
}
.button {
	padding: 2px 5px 3px 5px;
	font-weight: bold;
}
.button-small {
	background: #999933;
	padding: 2px 3px 2px 3px;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma;
}
.small-text {
	font-size: 11px;
	color: #666666;
}
form {
	padding: 0;
	margin: 0;
}
.form-label {
	padding: 2px 3px;
	text-align: right;
	font-weight: bold;
}
.form-value {
	padding: 2px 3px;
}
.form-button {
	padding: 5px 0;
}
.channel-icons {
	text-align: center;
	margin: 0px 0 0 0;
}
.channel-icon {
	border: 3px solid #ebebeb;
	padding: 3px;
	margin: 3px;
	background: #fff;
}
A:link .channel-icon, A:visited .channel-icon {
	border: 1px solid #ebebeb;
}
A:hover .channel-icon, A:active .channel-icon {
	border: 1px solid #666;
}
.status-window {
	background: #e7eef2;
	border: 1px solid #dae5ea;
	padding: 2px 2px;
}
.status-window-table {
	border-collapse: collapse;
	border: 1px solid #ebebeb;
}
.status-window-header {
	padding: 7px 5px 7px 10px;
	font-weight: bold;
	font-size: 11px;
	background: #fff;
}
.status-window-title {
	padding: 8px 0px 7px 10px;
	font-size: 11px;
	border-left: 1px solid #dae5ea;
	background: #fff;
}
.status-window-content {
	padding: 2px 4px 5px 0px;
	font-size: 11px;
	background: #fff;
}
/* boxes */

.box-title {
}
.box-title h2 {
	padding: 0;
	margin: 0;
	font-size: 17px;
	color: #003366;
}
.box-title p {
	padding: 0;
	margin: 0;
	color: #999;
}
.box-r {
	background: url(../../images/box_1_right.gif) repeat-y right;
	border-bottom: 1px solid #fff;
}
.box-l {
	background: #fff url(../../images/box_1_left.gif) repeat-y left;
}
.box-t {
	background: url(../../images/box_1_top.gif) repeat-x top left;
}
.box-tl {
	background: url(../../images/box_1_top_left.gif) no-repeat top left;
}
.box-tr {
	background: url(../../images/box_1_top_right.gif) no-repeat top right;
}
.box-b {
	background: url(../../images/box_1_bottom.gif) repeat-x bottom;
	margin: 0 10px;
	font-size: 10px;
	height: 20px;
}
.box-bl {
	background: url(../../images/box_1_bottom_left.gif) no-repeat bottom left;
}
.box-br {
	background: url(../../images/box_1_bottom_right.gif) no-repeat bottom right;
}
.box-body {
	padding: 20px 30px;
	padding-top:5px;
	min-width:900px;
}
.box-1 {
	margin-top: 15px;
}
.box-1 .form-box {
	/*border: 1px solid #ccdae1;
	background: #e6ecf0;*/
}
.box-front-1 {
	margin-top: 0px;
}
.box-front-body {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	height: 460px;
}
.box-front-body2 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	height: 660px;
}
.box-front-body3 /* announcement tests*/ {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	height: 860px;
}

.box-front-body4 /* announcement tests*/ {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
    height:1150px;
}


.box-front-body-english {
	height: 1550px;
	position: relative;
	padding: 5px 0px;
}
.box-column {
	width: 32%;
}
.box-column-divider {
	background: url(../../images/dots.gif) repeat-y top center;
	width: 30px;
}
.highlight {
	border: 1px solid #FFCC66;
	background: #FFFF99;
	padding: 10px 15px 13px 15px;
}
.form-box {
	/*border: 1px solid #FFCC66;
	background: #FFFF99;*/
	padding: 10px 15px 13px 15px;
}
.program-channel {
	margin: 10px 0;
}
.program-channel .channel-logo {
	padding: 0 5px 2px 0;
	border-bottom: 1px solid #ebebeb;
}
.program-channel .channel-name {
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
}
.program-channel .channel-spacer {
	height: 20px;
	font-size: 5px;
}
.program-channel .channel-icon {
	padding: 0;
	border: 0;
	margin: 0;
	margin-bottom: 5px;
}
.program-channel .time {
	padding: 1px 8px 1px 0px;
	color: #999;
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
}
.program-channel .title {
	padding: 1px 0px 1px 0px;
	color: #666;
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
}
.faq-question {
	margin: 3px 0 8px 0;
}
.faq-answer {
	margin-bottom: 15px;
	padding-left: 15;
	display: none;
}
.faq-icon {
	margin: 2px 6px 0px 0px;
}
.price-box {
	border: 2px solid #FFFF99;
}
.price-box-title {
	padding: 10px;
}
.price-box-text {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}
.price-box-amount {
	background-color: #FFFF99;
	padding: 5px 10px 5px 10px;
}
.price-box-amount .usd {
}
.price-box-amount .cdn {
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
}
.signup-process {
	color: #999;
	display: block;
	font-size: 11px;
}
.signup-process .current {
	color: #000;
	background: url(../../images/bottom_arrow.gif) no-repeat bottom center;
	padding-bottom: 7px;
}
#bullets {
	width: 530px;
}
#bullets h1 {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #3b7493;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	letter-spacing: -1px;
}
#bullets p {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 2px;
}
.alphabet a {
	color: #65ACD2;
	background-color: #E9E9E9;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.alphabet a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #65ACD2;
}

/******************************************* Homepage Announcement start *************/
.HomePageAnnouncementName  
{
	font-size: 14px;
	font-weight: normal;
	color: #3b7493;
	line-height: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
	background:none;
	cursor:pointer;
	text-align:left;
}
.HomePageAnnouncementDescription 
{
	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
	color: #4A4A4A;
	
}
.HomePageAnnouncementChannelName 
{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-bottom: 7px;
}
.HomePageAnnouncementChannelTime 
{
	color: #BF0000;
	font-size: 12px;
	text-decoration: none;
}
.HomePageAnnouncementChannelTimeType
{
	color: #BF0000;
	font-size: 10px;
	text-decoration: none;
}
/******************************************* Homepage Announcement end *************/

.boldie
{
    font-weight: bold
}


#navlist
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
#navlist li
{
    padding-left: 15px;
    background-image: url(/images/link_arrow_2.gif);
    background-repeat: no-repeat;
    margin-top:8px;
}

.search-box
{
    text-align: left;
}

/**************Checkout *************/
 .TableData
        {
            margin-bottom: 10px;
        }
        
        .TableData ul
        {
            margin: 0px;
            padding-left: 8px;
        }
        .TableData tr td ul li ul
        {
            list-style-type: square;
            font-size: 12px;
        }
        .TableData li
        {
            font-size: 12px;
        }
