body {
	margin:0;
	color:#4c555b;
	font:12px Arial, Helvetica, sans-serif;
	background:#f1f1f2;
	min-width:1000px;
}
img {
	border-style:none;
}
a {
	text-decoration:underline;
	color:#4c555b;
}
a:hover {
	text-decoration:underline;
}
input ,
textarea ,
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form ,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.hold-r {
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.hold-l {
	float:left;
	position:relative;
	left:50%;
	width:1014px;
}
.hold-2 {
	float:left;
	left:-50%;
	position:relative;
	width:1014px;
	text-align:left;
}
.wraper {
	margin:0 auto;
	width:1014px;
	position:relative;
	padding-top:100px;
	float:left;
	left:-50%;
	text-align:left;
}
/* header start */
#header {
	position:absolute;
	top:0;
	left:0;
	width:1014px;
	height:100px;
	z-index:1;
	float:left;
}
h1.logo {
	margin:0;
}
h1.logo a {
	position:absolute;
	z-index:10;
	top:17px;
	left:212px;
	background:url(../../_media/images/logo.gif) no-repeat;
	width:156px;
	height:68px;
	text-indent:-9999px;
	overflow:hidden;
}
	/* signmenu start */
#header ul.sign {
	position:absolute;
	top:19px;
	left:437px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:10px;
	color:#d47d17;
	overflow:hidden;
}
#header ul.sign li {
	padding:0 7px 0 5px;
	margin-left:-1px;
	display:inline;
	float:left;
	background:url(../../_media/images/sign-separator.gif) no-repeat 0 50%;
}
	/* signmenu end */
	/* mainnemu start */
#header ul.nav {
	margin:0;
	padding:0;
	list-style:none;
	margin-right:145px;
	margin-top:11px;
	/*position:absolute;*/
	/*top:37px;*/
	/*right:145px;*/
	overflow:hidden;
	float:right;
	width:340px;
}
#header ul.nav li {
	float:left;
	background:url(../../_media/images/sign-separator.gif) no-repeat 0 55%;
	padding:0 6px 0 5px;
	margin-left:-1px;
	display:inline;
}
#header ul.nav a {
	font-size:14px;
	line-height:18px;
	float:left;
        text-decoration:none;
}
	/* mainnemu end */
#header a.btn {
	position:absolute;
	top:31px;
	right:22px;
}
#header a.btn img {
	display:block;
}
/* header end */
.main {
	width:100%;
}
.main:after {
	clear:both;
	content:'';
	display:block;
}
.main img {
	display:block;
}
/* sidebar start */
#sidebar {
	float:left;
	width:180px;
}
	/* sidenavigation start */
ul.sidenav {
	margin:0;
	padding:12px 0 34px 17px;
	list-style:none;
	height:1%;
	overflow:hidden;
	background:url(../../_media/images/sidenav-bg.jpg) no-repeat 100% 0;
}
ul.sidenav li {
	background:url(../../_media/images/sidenav-separator.gif) no-repeat 100% 100%;
	padding:14px 0 5px;
	width:100%;
	float:left;
	overflow:hidden;
}
ul.sidenav a {
	display:block;
	height:16px;
	overflow:hidden;
	text-decoration:none !important;
}
ul.sidenav a:hover {
	border:0;
}
ul.sidenav a:hover img ,
ul.sidenav a.active img {
	margin-top:-16px;
}
ul.sidenav ul {
	margin:0 0 -3px;
	padding:12px 0 12px 10px;
	list-style:none;
	height:1%;
	overflow:hidden;
	background:url(../../_media/images/subnav-bg.jpg) repeat-y 100% 0;
}
		/* 2nd lvl start */
ul.sidenav div {
	padding:5px 0 0;
	background:url(../../_media/images/sidenav-separator.gif) no-repeat 100% 3px;
}
ul.sidenav ul li {
	background:none;
	padding:0;
	width:100%;
	vertical-align:top;
}
ul.sidenav ul a {
	font-size:10px;
	height:auto;
	line-height:14px;
	color:#5b8cb4;
}
ul.sidenav ul a:hover ,
ul.sidenav ul a.active {
	text-decoration:none;
	color:#c37416;
}
		/* 2nd lvl end start */
	/* sidenavigation end */
	/* form start */
#sidebar .formholder {
	width:164px;
	height:112px;
	padding:0 0 0 16px;
}
#sidebar .formholder input:focus {
	outline:none;
}
#sidebar .formholder .subscribe {
	padding:8px 0 0;
}
#sidebar .formholder strong {
	display:block;
}
#sidebar .formholder .line {
	width:100%;
	overflow:hidden;
	padding-bottom:4px;
}
		/* form elements start */
#sidebar .formholder label {
	float:left;
	width:54px;
	font-size:10px;
	line-height:16px;
}
#sidebar .formholder .field {
	float:left;
	width:94px;
	height:16px;
	padding:0 5px;
	background:url(../../_media/images/input-bg.gif) no-repeat;
	overflow:hidden;
}
#sidebar .formholder .field input {
	float:left;
	width:94px;
	border:0;
	padding:1px 0;
	background:none;
	font:11px/11px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
}
* html #sidebar .formholder .field input {
	padding:2px 0 0;
}
*+ html #sidebar .formholder .field input {
	padding:2px 0 0;
}
#sidebar .formholder select {
	float:left;
	width:80px;
	font:11px/11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
		/* form elements end */
#sidebar .formholder .narrow {
	width:71px;
	padding:0 5px;
	background:url(../../_media/images/input-bg2.gif) no-repeat;
}
#sidebar .formholder .narrow input {
	width:71px;
}
* html #sidebar .formholder .narrow input {
	padding:3px 0 0;
}
*+ html #sidebar .formholder .narrow input {
	padding:2px 0 0;
}
#sidebar .formholder input.btn {
	float:right;
	padding:0;
	margin:0 28px 0 0;
}
	/* form end */
/* sidebar end */
#content {
	width:830px;
	float:right;
}
.overflow {
	margin-top:-13px;
	position:relative;
}
/* promo start */
.promo {
	padding:0 0 4px 4px;
}
/* promo end */
/* selection start */
.selection {
	width:812px;
	background:url(../../_media/images/selection-bg.gif) repeat-y;
	border-bottom:0px solid #c9cbcd;
	margin:0 0 13px 5px;
}
.selection .top {
	background:url(../../_media/images/selection-top.gif) no-repeat;
	height:1%;
	padding:11px 10px 8px 6px;
	overflow:hidden;
}
.selection strong {
	float:left;
	padding:21px 25px 0 0;
}
.selection .items {
	float:left;
	width:570px;
	overflow:hidden;
}
.selection ul {
	width:600px;
	margin:0;
	padding:0;
	list-style:none;
}
.selection ul li {
	float:left;
	padding:0 35px 10px 0;
}
/* selection end */
/* footer start */
#footer {
    float:right;
	width:830px;
	margin:0 auto;
	overflow:hidden;
	font-size:9px;
	padding:2px 0 15px;
}
#footer ul {
	float:left;
	margin:0;
	padding-left: 10px;
	list-style:none;
	background:url(../../_media/images/footer-separator.gif) no-repeat 100% 50%;
}
#footer ul li {
	float:left;
	padding:0 8px;
	background:url(../../_media/images/footer-separator.gif) no-repeat 0 50%;
}
#footer p {
	text-align:right;
	margin:0;
}
/* footer end */
.tabsholder {
	width:829px;
	overflow:hidden;
}
#footer-left {
    float: left;
    width:70%;
}

#footer-right {
    float: right;
    width: 30%;
    vertical-align:text-top;
}
/* tab menu start */
.tabset {
	margin:0;
	padding:1px 0 0 14px;
	list-style:none;
	height:42px;
	overflow:hidden;
	background:url(../../_media/images/tabset-bg.gif) no-repeat 0 100%;
}
.tabset ul {
	margin:0;
	padding:0 8px 0 0;
	list-style:none;
	background:url(../../_media/images/tabset-shadow.gif) no-repeat 100% -1px;
	float:left;
}
.tabset ul li {
	float:left;
}
.tabset ul a {
	display:block;
	width:132px;
	height:35px;
	line-height:33px;
	background:url(../../_media/images/tabs-bg.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration:none !important;
}
.tabset ul a:hover 
 {
	
	color:#d47d17;
	text-decoration:none;
}

.tabset ul a.active {
	background-position:0 -35px;
	color:#d47d17;
	text-decoration:none;
}


/* tab menu end */
.tabcont {
	width:829px;
	background:url(../../_media/images/tabcont-bg.gif) repeat-y;
}
.tabcont .tabbtm {
	height:1%;
	padding:0 30px 20px 25px;
	background:url(../../_media/images/tab-btm.gif) no-repeat 0 100%;
}
/* topline start */
.tabcont .topline {
	height:1%;
	padding:10px 0 14px 2px;
	overflow:hidden;
	border-bottom:1px solid #d7d7d8;
}
.tabcont .topline img {
	float:left;
	margin:7px 25px 0 0;
}
.tabcont .topline .col1 {
	width:177px;
	float:left;
	padding-right:20px;
}
.tabcont .topline strong {
	font-weight:normal;
	color:#6699c2;
	font-size:16px;
	display:block;
	padding-bottom:9px;
}
.tabcont .topline ul ,
.iteminfo ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:14px;
}
.tabcont .topline ul li ,
.iteminfo ul li {
	padding:0 0 4px 7px;
	background:url(../../_media/images/bullet-1.gif) no-repeat 0 6px;
}
.tabcont .topline ul a ,
.iteminfo ul a {
	color:#7aa7ca;
	text-decoration:underline;
}
.tabcont .topline ul a:hover ,
.iteminfo ul a:hover {
	text-decoration:none;
}
.tabcont .topline .col2 {
	width:350px;
	float:left;
	padding-top:24px;
}
/* topline end */
/* iteminfo start */
.iteminfo {
	height:1%;
	padding:15px 2px 0 4px;
	overflow:hidden;
}
.iteminfo .common {
	width:100%;
	padding-bottom:16px;
}
.iteminfo h2 {
	margin:0 0 7px;
	color:#6699c2;
	font-size:16px;
	font-weight:normal;
}
.iteminfo .common img {
	float:right;
}
.iteminfo p {
	margin:0;
	line-height:18px;
}
.iteminfo .common p {
	margin:0 0 18px;
}
.iteminfo ul {
	line-height:18px;
}
.iteminfo ul li {
	padding-bottom:0;
	background-position:0 8px;
}
	/* details start */
.iteminfo .details {
	width:103%;
	overflow:hidden;
	margin-bottom:-3px;
}
.iteminfo .details .col {
	float:left;
	width:174px;
	margin-right:23px;
}

.iteminfo strong.title {
	font-size:14px;
	line-height:16px;
	display:block;
	border-bottom:1px solid #a6aaad;
	color:#000;
	font-weight:normal;
	padding-bottom:1px;
	margin-bottom:5px;
}

.iteminfo .details p {
	margin-bottom:18px;
}
	/* details end */
	/* twocolumns start */
.iteminfo .twocolumns {
	height:1%;
	padding:0 4px 4px 0;
	overflow:hidden;
}
.iteminfo .twocolumns .col {
	width:370px;
	float:left;
}
.iteminfo .twocolumns .fltr {
	float:right;
}
.iteminfo .twocolumns .block {
	padding-bottom:13px;
}
.iteminfo .twocolumns p {
	margin-bottom:18px;
}
.iteminfo .twocolumns p.black {
	color:#000;
	margin-bottom:5px;
}
.iteminfo .twocolumns .fltr ul {
	padding-bottom:13px;
}
.iteminfo .twocolumns .fltr ul li {
	padding-bottom:5px;
}

.iteminfo .twocolumns .colLeft {
	float:left;
	width:174px;
}

.iteminfo .twocolumns .colRight {
	float:left;
	width:547px;
	margin-left:22px;
}

.iteminfo .twocolumns .colRight .block {
	padding-bottom:13px;
	float:left;
	width:170px;
}




	/* twocolumns end */
/* iteminfo end */
/* components start */
.components {
	width:800px;
	overflow:hidden;
	padding:30px 0 5px 4px;
}
.components .holder {
	width:795px;
	overflow:hidden;
}
.components p {
	margin:0 0 23px;
	line-height:18px;
}
.components .col {
	width:176px;
	float:left;
	padding:5px 20px 0 0;
}

.components .lastCol {
	width:366px;
	float:left;
	padding:5px 20px 0 0;
}

.components .fnt16 {
	padding-top:0;
}
.components .fnt16 p {
	font-size:16px;
	line-height:22px;
}
.components h2 {
	font-size:24px;
	color:#000;
	line-height:28px;
	margin:0 0 7px;
	font-weight:normal;
}
.components p a {
	text-decoration:underline;
	color:#6699C2;
}
.components p a:hover {
	text-decoration:none;
}
/* components end */
/* overview start */
.overview {
	width:770px;
	overflow:hidden;
	padding:30px 0 12px 4px;
}
.overview strong {
	display:block;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	padding-bottom:12px;
}
.overview p {
	margin:0 0 23px;
	line-height:18px;
}
.overview .boxesholder {
	width:785px;
	overflow:hidden;
	padding-top:21px;
}
.overview .box {
	width:180px;
	padding-right:15px;
	float:left;
}
.overview span {
	display:block;
	width:35px;
	height:35px;
	line-height:34px;
	background:url(../../_media/images/numb-bg.gif) no-repeat;
	color:#fff;
	font-size:22px;
	text-align:center;
	margin:0 auto 10px;
}
/* overview end */
/* ondemand start */
.ondemand {
	width:762px;
	overflow:hidden;
	padding:31px 8px 14px 4px;
}
.ondemand .columnsholder {
	width:100%;
	overflow:hidden;
	padding-bottom:16px;
}
.ondemand .column {
	width:370px;
	float:left;
}
.ondemand .fltr {
	float:right;
}
.ondemand p {
	margin:0;
	line-height:18px;
}
.ondemand a {
	color:#6699c2;
}
.ondemand p.fnt16 {
	font-size:16px;
	line-height:22px;
	margin-bottom:48px;
}
.ondemand .column img {
	margin:5px 0 32px;
}
.ondemand h2 {
	font-size:24px;
	color:#000;
	line-height:28px;
	font-weight:normal;
	margin:0 0 7px;
}
.ondemand .selected {
	height:1%;
	padding:0 26px 47px 0;
	overflow:hidden;
}
.ondemand .selected .imgholder {
	width:120px;
	float:right;
	text-align:center;
}
.ondemand .selected .imgholder img {
	margin:0 auto 9px;
}
.ondemand .selected .imgholder a {
	line-height:14px;
}
.ondemand  .text {
	padding-top:31px;
}
.ondemand .selected p a {
	text-decoration:underline;
	white-space:nowrap;
}
.ondemand .selected p a:hover {
	text-decoration:none;
}
/* ondemand end */
/* fourcols start */
.fourcols {
	width:765px;
	background:url(../../_media/images/fourcols-bg.jpg) repeat-y;
	margin-left:-2px;
}

.bluebg {
	width:765px;
	background:url(../../_media/images/fourcols-blue-bg.jpg) repeat-y;
	margin-left:-2px;
}

.space {
	margin-top:10px;
}

.fourcols .top {
	width:765px;
	background:url(../../_media/images/fourcols-top.jpg) no-repeat;
	overflow:hidden;
}

.fourcols .top-blue {
	width:765px;
	background:url(../../_media/images/fourcols-top-blue.jpg) no-repeat;
	overflow:hidden;
}

.fourcols .btm-blue {
	width:790px;
	overflow:hidden;
	padding:0 0 14px 0;
	background:url(../../_media/images/fourcols-btm-blue.jpg) no-repeat 0 100%;
}

.fourcols .btm {
	width:790px;
	overflow:hidden;
	padding:0 0 14px 0;
	background:url(../../_media/images/fourcols-btm.jpg) no-repeat 0 100%;
}
.fourcols .col {
	width:174px;
	float:left;
	margin-right:23px;
}
.fourcols strong {
	display:block;
	color:#6699c2;
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	padding:5px 2px;
	background:#fff;
	margin-bottom:14px;
}
.fourcols ul {
	margin:0;
	padding:0 10px 0 12px;
	list-style:none;
}
.fourcols ul li {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
}
.fourcols ul span {
	float:left;
	width:20px;
}

.fourcols ol {
	margin:0;
	padding:0 10px 0 30px;
	list-style-type: decimal;
	
}

.fourcols ol li {
	padding-left:0px;
	padding-bottom:5px;
}

.fourcols ul a {
	color:#4c555b;
	display:block;
	height:1%;
	overflow:hidden;
	line-height:14px;
}
.fourcols ul a span {
	text-indent:-9999px;
}
.fourcols ul img {
	margin:11px 0 2px 21px;
}
/* fourcols end */
/* tv start */
.tv {
	width:763px;
	padding:31px 0 34px 4px;
}
.tv:after {
	display:block;
	content:'';
	clear:both;
}
.tv .holder {
	width:810px;
	overflow:hidden;
	margin:0 0 16px -24px;
	position:relative;
	padding-bottom:5px;
	background:url(../../_media/images/holder-border.gif) no-repeat 18px 100%;
}

.tv .holder-right {
	background-position:bottom right; 
	padding-left:24px;
	width:786px;
}

.tv .holder-left {
	background-position:bottom left; 
	padding-right:24px;
	width:786px;
}



.tv .holder img {
	float:left;
	margin:3px 20px 0 0px;
}
.tv p {
	margin:0 0 45px;
	line-height:18px;
}
.tv .holder .col {
	width:176px;
	float:left;
	padding:5px 20px 0 0;
	
}



.tv .fnt16 {
	padding-top:0;
}
.tv .fnt16 p {
	font-size:16px;
	line-height:22px;
}

.tv p.fnt16 {
	font-size:16px;
	line-height:22px;
}

.tv h2 {
	font-size:24px;
	color:#000;
	line-height:30px;
	margin:0 0 3px;
	font-weight:normal;
}
.tv p a {
	color:#6699c2;
	text-decoration:underline;
}
.tv p a:hover {
	text-decoration:none;
}
.tv strong.fnt16 {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	display:block;
	margin-bottom:38px;
}

.tv li a{
	color:#6699c2;
	text-decoration:underline;
}
.tv li a:hover {
	text-decoration:none;
}
/* tv end */

/* movies start */
.movies {
	width:763px;
	padding:31px 0 18px 0px;
}

.movies .content {
	padding-left:202px;
	background-image:url(/_media/images/whats-on-movies-main.jpg);
	background-repeat:no-repeat;
	height:252px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	
}

.movies:after {
	display:block;
	content:'';
	clear:both;
}
.movies .holder {
	width:810px;
	overflow:hidden;
	margin:0 0 16px -24px;
	position:relative;
	padding-bottom:5px;
	background:url(../../_media/images/holder-border.gif) no-repeat 18px 100%;
}
.movies .holder img {
	float:left;
	margin:3px 37px 0 0;
}
.movies p {
	margin:0 0 45px;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
}
.movies .holder .col {
	width:176px;
	float:left;
	padding:5px 20px 0 0;
}
.movies .fnt16 {
	padding-top:0;
}
.movies .fnt16 p {
	font-size:16px;
	line-height:22px;
}
.movies h2 {
	font-size:24px;
	color:#000;
	line-height:30px;
	margin:0 0 3px;
	font-weight:normal;
}
.movies p a {
	color:#6699c2;
	text-decoration:underline;
}
.movies p a:hover {
	text-decoration:none;
}
.movies strong.fnt16 {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	display:block;
	margin-bottom:38px;
}
/* movies end */

.comparison-chart {
    width:763px;
	padding:0 0 34px 4px;
}

.comparison-chart .content {
    width:170px;
	float:left;
	line-height:18px;
}

.comparison-chart .image {
	float:right;
}

.service-packages {
    width:763px;
	padding:0 0 34px 4px;
}

.service-packages .content {
	width:358px;
	float:left;
	line-height:18px;
	padding-right:20px;
}

/* whats-on-sezmi start */
.whats-on-sezmi {
	width:763px;
	padding:31px 0 0px 4px;
}

.whats-on-sezmi .content {
	width:370px;
	float:left;
	line-height:18px;
}

.whats-on-sezmi .content p {
	margin-top:5px;


}
.whats-on-sezmi .image {
	float:right;
}
.whats-on-sezmi:after {
	display:block;
	content:'';
	clear:both;
}
.whats-on-sezmi .holder {
	width:810px;
	overflow:hidden;
	margin:0 0 16px -24px;
	position:relative;
	padding-bottom:5px;
	background:url(../../_media/images/holder-border.gif) no-repeat 18px 100%;
}
.whats-on-sezmi .holder img {
	float:left;
	margin:3px 37px 0 0;
}
.whats-on-demand p {
	margin:0 0 45px;
	line-height:18px;
}
.whats-on-demand .holder .col {
	width:176px;
	float:left;
	padding:5px 20px 0 0;
}
.whats-on-sezmi .fnt16 {
	padding-top:0;
}
.whats-on-sezmi .fnt16 p {
	font-size:16px;
	line-height:22px;
}

.whats-on-sezmi h2 {
	font-size:24px;
	color:#000;
	line-height:30px;
	margin:0 0 3px;
	font-weight:normal;
}
.whats-on-sezmi p a {
	color:#6699c2;
	text-decoration:underline;
}
.whats-on-sezmi p a:hover {
	text-decoration:none;
}
.whats-on-sezmi strong.fnt16 {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	display:block;
	margin-bottom:38px;
}
/* whats-on-sezmi end */

.selection h2 ,
.selection h3 {
	font-size:24px;
	/*color:#4c555b;*/
	color:#000000;
	line-height:28px;
	margin:0 0 4px;
	font-weight:normal;
}
.selection h2 {
	/*margin-bottom:43px;*/
}
.selection .gallery {
	padding:19px 0 19px;
}
.selection .block {
	width:570px;
	padding-bottom:15px;
}
.selection p {
	margin:0;
	line-height:18px;
}
.selection .gallery img {
	margin:0 0 17px -4px;
}

.selection .gallery  p.intro{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:43px;
}
a.inlinebl {
	text-decoration:underline;
	color:#6699c2;
}
/* web start */
.web {
	width:762px;
	padding:27px 8px 44px 4px;
}
.web .toppart {
	width:100%;
	overflow:hidden;
	margin-left:-24px;
	position:relative;
}
.web .toppart img {
	float:left;
}
.web .toppart p {
	font-size:16px;
	line-height:22px;
	margin:3px 0 0 0;
}
.web .middlepart ,
.web .btmpart {
	overflow:hidden;
	padding-bottom:32px;
}
.web .btmpart {
	width:760px;
	overflow:hidden;
	padding-bottom:25px;
}
.web .middlepart img {
	float:right;
}
.web h2 {
	margin:0 0 5px;
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:normal;
}
.web .middlepart p ,
.web .btmpart p {
	line-height:18px;
	margin:0 0 18px;;
}
.web .btmpart img {
	float:left;
	margin:0;
}
.web .btmpart .text {
	height:1%;
	overflow:hidden;
}
	/* gallery start */
.web .galleryholder {
	width:802px;
	overflow:hidden;
	margin-left:-20px;
	position:relative;
}
.web .galleryholder a.prev {
	float:left;
	margin:28px 8px 0 0;
}
.web .galleryholder a.next {
	float:right;
	margin:28px 0 0 0;
}
.web .galleryholder div {
	float:left;
	width:802px;
	overflow:hidden;
}
.web .galleryholder ul {
	width:110%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.web .galleryholder ul li {
	float:left;
	margin-right:23px;
}
	/* gallery end */
	
h2.number {
	line-height:34px;
}

h2.number .box {
	width:180px;
	padding-right:15px;
	float:left;
}
h2.number span {
	display:block;
	width:35px;
	height:35px;
	line-height:34px;
	background:url(../../_media/images/numb-bg.gif) no-repeat;
	color:#fff;
	font-size:22px;
	text-align:center;
	float:left;
	padding-right:8px;
}

.components .diagram{
	padding-bottom:4px;
}

.clear{
	clear:both;
}

.corporate-t .profiles{
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	padding-bottom:5px;
}

.corporate-t .profiles p{
	height:60px;
	margin-bottom:10px;
	margin-right:5px;
}

.corporate-t .profiles p a {
	color:#6699C2;
}

.corporate-t .profiles p,
.corporate-t .investor-img{
	float:left;
	width:180px;
}

.partners-t p{
	float:left;
}
	
.partners-t .title{
	width:180px;
	
}

.partners-t .partner-box{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}

.partners-t .partner-box p{
	margin:0px;
	margin-bottom:10px;
	float:left;
}

.partners-t .partner-box .title,
.news-t .quote,
.press-t .box .left .blue{
	width:180px;
	color:#6899c2;
	font-size:20px;
	font-family:arial;
	line-height:22px;
}

.press-t .box .left .blueFont {
    width:180px;
	color:#6899c2;
	font-size:24px;
	font-family:arial;
	line-height:28px;
}

.partners-t .partner-box .copy{
	width:550px;
	margin-left:10px;
	font-size:14px;
}

.partners-t .partner-box .email{
	padding-top:5px;
	margin-left:190px;
}
	
	
.news-t .title{
	width:200px;
	float:left;
}

.news-t .news-copy{
	float:left;
	margin-left:10px;
	margin:0px;
}

.news-t .copy{
	width:520px;
	float:left;
	margin-left:10px;
	margin:0px;
}

.investors .title {
    width:192px;
	float:left;
}

.investors .copy {
    width:555px;
	float:left;
	margin-left:18px;
	margin:0px;
}

.investors .quote {
    color:#6899c2;
	font-size:20px;
	font-family:arial;
	line-height:22px;
}

.news-t p{
	margin-bottom:28px;
}

.press-t .copy p{

	margin:0px;
	margin-bottom:10px;
	
}	

.press-t p{
	margin:0px;
	margin-bottom:20px;
}

.press-t .box{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

.press-t .box .left{
	float:left;
	width:180px;
}

.press-t .box .right{
	float:left;
	width:550px;
	margin-left:20px;
}

.press-t .box .right p.intro,  .press-t .box .right p span.intro{
	font-size:14px;
}

.sidenav .on{
	display:block !important;
}



/* web end */

.selection .over h2{
	font-size:24px;
	color:#000;
	line-height:28px;
	margin:0 0 7px;
}

.selection .over {
	height:420px;
	background:url(../../_media/images/what-is-sezmi-over.jpg) no-repeat;
	background-position:bottom left;
}

.mainLinks {
	float:left;
	padding-top:20px;
	width:164px;
	padding-left:16px;
}

.mainLinks h3 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#D47D17;
	margin-bottom:0px;
	padding-bottom:0px;
}

.mainLinks p {
	font-size:11px;
	color:#4C555B;
	margin-top:0px;
	padding-top:0px;
}

.mainLinks p a {
	color:#4C555B;
	text-decoration:underline;
}

.contactInfo {
	float:left; 
	width:375px;
}

.contactInfo h2 {
	color:#6899C2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
	font-weight:normal;
}

ul.dash-ul, ul.dash-ul li{
	list-style:none !important;
	background-image:none !important;
	background:none !important;
}

.awardsContent {
	float:left;
	width:770px;
	border-bottom:1px solid #d2d5d6;
	padding-top:20px;
}

.last {
	border-bottom:none !important;
}

.logo {
	float:left;
	width:170px;
}

.description {
	float:left;
	width:550px;
	padding-left:27px;
	
}

.description p {
	color:#4C555B;
	font-size:20px;
	padding-top:20px;
	line-height:24px;
}

.description a {
	font-size:16px;
	text-decoration:underline;
	color:#6699C2;
}

.copyright {
	font-size:9px;
}

.footnote {
	font-size:10px !important;
}

.divider {
	border-bottom:1px solid #d3d4d8;  
	float:left; 
	width:770px;
	margin-bottom:20px;
}

.bio {
	float:left; 
	width:763px;
}

.name {
   float:left;
   width:197px;
}

.name p {
    padding-top:0px !important;
	margin-top:0px !important; 
	line-height:18px;
}

.bio-description {
	float:left; 
	width:550px;
}

.bio .name .blue{
	color:#6899c2;
	font-size:20px;
	font-family:arial;
	line-height:24px;
}

.bio-description p{
	padding-top:0px !important;
	margin-top:0px !important;
	margin-bottom:20px;
	line-height:18px;
}

.corporate-info {
	padding:31px 0 34px 4px;
	overflow:hidden;
}

.about-sezmi {
	border-bottom:1px solid #ccc;
	margin-bottom:15px; 
	padding-bottom:30px;
}

.about-sezmi-left {
	float:left; 
	width:370px; 
	padding-right:15px;
	line-height:18px;
}

.about-sezmi-right {
	float:left; 
	width:350px;
	line-height:18px;
}

.buy-sezmi-left {
	float:left; 
	width:390px;
	padding-right:15px;
	line-height:18px;
}

.buy-sezmi-right {
	float:left; 
	width:350px;
	line-height:18px;
}

.buy-sezmi-left p, .buy-sezmi-right p {
    padding-bottom:25px;
}


.buy-sezmi-left .blue, .buy-sezmi-right .blue {
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	color:#6699C2;
}


.tv-icon {
	float:left; 
	padding-left:348px; 
	padding-top:30px;
}

.movies-icon {
	float:left; 
	padding-left:27px; 
	padding-top:30px;
}

.ondemand-icon {
	float:left; 
	padding-left:35px; 
	padding-top:30px;
}

.web-icon {
	float:left; 
	padding-left:30px; 
	padding-top:30px;
}

.dvr-icon {
	float:left; 
	padding-left:32px; 
	padding-top:30px;
}

a.press{
	text-decoration:underline;
	color:#6699C2;
}
a.press:hover {
	text-decoration:none;
}

.ravesBox {
	float:left;
	width:770px;
	padding-top:20px;
}

.raves-content {
    float:left;
	width:550px;
	padding-left:27px;
}

.date {
	font-weight:bold;
	color:#4C555B;
	font-size:12px;
}

p.blueFont {
    color:#6699C2;
	font-size:20px;
	line-height:24px;
}

.raves-content span.blackFont {
    color:#000000;
	font-size:16px;
	line-height:18px;
}

.raves-content span.smallerFont {
    color:#4C555B;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}

.policies {
	width:763px;
	padding:31px 0 34px 4px;
}

.policies p {
	line-height:18px;
	padding-left:25px;
}

.policies p.intro {
	padding-left:0px !important;
}

.policies .black,  .BlackFont{
	font-weight:bold;
	color:#000000;
}

ol {
	list-style-type:lower-alpha;
}

ol li {
	padding-bottom:20px;
}

ol li.last {
	padding-bottom:0px;
}

ol li ul {
   padding-top:20px;
   list-style:none;
}

ol li ul li {
   padding-bottom:0px;
}

.blueFontFooter {
	font-size:24px;
	font-weight:normal;
	color:#6699C2;
}

.news-source-title {
    font-size:16px;
	color:#000000;
}

.employment-box {
   float:left;
}

.employment-box-left {
	float:left; 
	width:173px;
	padding-right:24px;
 }
 
 .employment-box-right {
	 float:left; 
	 width:566px;
 }

.employmentTable {
	background-color:#f0f5f9;
	width:566px;
	padding-bottom:10px;
}

.employmentTable td {
	padding-top:5px;
	padding-bottom:5px;
}

.employmentTable .headerTitle {
	font-size:15px;
	padding-top:5px;
}

ul.numbers {
	list-style:none;
	float:left;
	margin-left:0px;
	padding-left:0px;
}

ul.numbers li {
	padding-left:40px;
	padding-bottom:10px;
}

ul.numbers li.one {
	background-image:url(../../_media/images/1.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

ul.numbers li.two {
    background-image:url(../../_media/images/2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

ul.numbers li.three {
    background-image:url(../../_media/images/3.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.employment-title {
	color:#6699C2;
	font-size:16px;
}

ul.employment {
	padding-top:0px;
	margin-top:0px;
	padding-left:14px;
	line-height:18px;
}

.customerQuotes {
	float:left;
	width:170px;
	color:#000000;
	font-size:16px;
	padding-top:20px;
	line-height:18px;
}

.promoBox {
	float:right; 
	width:420px;
	height:26px;
	background-image:url(../../_media/images/orange_box.jpg); 
	background-repeat:no-repeat;
	/*margin-left:430px; */
	margin-top:0px;
	margin-right:110px;
}

.promoBox p {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:15px;
	padding-top:5px;
	margin-top:0px;
	text-align:left;
	width:400px;
	padding-left:22px;
}

.promoBox p a {
	text-decoration:none;
	color:#FFFFFF;
	line-height:15px;
}

.promoBox p a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.contactUsTable tr{
    height: 30px;
}
