body {
	background: url(/_media/images/top_nav_bg.png) repeat-x #7c7c7c;
        margin:0;
	color:#4c555b;
	font:12px Arial, Helvetica, sans-serif;
	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:left;
        background: #F1F1F2;
}
.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;
        padding-bottom:20px;
	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:20px;
	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 {
	
	padding:0;
	list-style:none;
	right:145px;
	top:25px;
	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_image_rotate {
	padding:0 0 4px 4px;
        margin: -11px 0 -9px -40px;
}
/* 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 */
/* located in techspecs page */

.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;
}

/* iteminfo end */

/* components start */
/* What is Sezmi section */

.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 .margin_adjust {
	margin:0 30px 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;
        border-bottom:1px solid #ccc;
        margin-bottom:10px;
}
.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:25px;
}
.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;
}

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

.f-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 */

/* threecols start */
.threecols {
	width:780px;
	/*background:url(/_media/images/threecols-bg.jpg) repeat-y;*/
	margin-left:-7px;
}

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

.t-space {
	margin-top:10px;
}

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

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

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

.threecols .btm {
	width:790px;
	overflow:hidden;
	padding:0 0 14px 0;
	background:url(/_media/images/threecols-btm.jpg) no-repeat 0 100%;
}
.col_bg{
    width:240px;
    height:597px;
    float:left;
    background:url(/_media/images/threecols_bg_big.jpg) no-repeat 0 100%;
    margin:30px 10px 0 10px;
}
.col_bg_blue{
    width:240px;
    height:597px;
    float:left;
    background:url(/_media/images/threecols_bg_big_blue.jpg) no-repeat 0 100%;
    margin:30px 10px 0 10px;
}

.col_bg_blue ol li {
    font-size:12px;
/*    line-height:7px;
    line-height:12px\9;*/
}
.threecols .col {
	width:232px;
	float:left;
	/*margin-right:35px;*/
        margin-top:-35px;
}

.threecols .col3 {
	width:232px;
	float:left;
	margin-right:20px;
}
.threecols strong {
	display:block;
	color:#6699c2;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	padding:5px 2px;
	background:#fff;
	margin-bottom:14px;
}
.threecols ul {
	margin:0;
	padding:0 10px 0 12px;
	list-style:none;
}
.threecols ul li {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
}
.threecols ul span {
	float:left;
	width:20px;
}

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

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

.threecols ul a {
	color:#4c555b;
	display:block;
	height:1%;
	overflow:hidden;
	line-height:14px;
}
.threecols ul a span {
	text-indent:-9999px;
}
.threecols 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:20px;
}

.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 10px;
}
.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;
}

.press-t ul {
    line-height:18px;
}

.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;
}

/* used in awards and raves */
.logo {
	float:left;
	width:170px;
}
/* end */

.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;
}

/* Support Pages */
.promo.intro{
	position:relative;
	height:1%;
}
.promo h2.support{
	position:absolute;
	top:24px;
	left:30px;
	background:url(/_media/images/support/txt-sezmi-support.png) no-repeat;
	width:405px;
	height:33px;
	margin:0;
	text-indent:-9999px;
}
.intro-links{
	position:absolute;
	width:480px;
	top:81px;
	left:45px;
}
.intro-links a{
	float:left;
	background:url(/_media/images/support/btn-install.gif) no-repeat;
	padding:10px 0 12px 51px;
	text-indent:-9999px;
	margin:0 30px 0 0;
}
.intro-links a span{
	display:block;
	height:15px;
	cursor:pointer;
}
.intro-links a.install span{
	background:url(/_media/images/support/txt-install.png) no-repeat;
	width:146px;
}
.intro-links a.account span{
	background:url(/_media/images/support/txt-account.png) no-repeat;
	width:162px;
}
/* content-hold */
.content-hold{
	padding:30px 0 10px 5px;
	width:785px;
	overflow:hidden;
}
.t-heading{
	width:100%;
	overflow:hidden;
	padding:0 0 20px;
}
.t-heading span{
	float:left;
	font-size:16px;
	width:560px;
	line-height:22px;
}
.search-block{
	float:right;
	width:175px;
	padding:6px 22px 0 0;
}
.search-block label{
	float:left;
	font-size:10px;
	color:#4c555b;
	padding:0 6px 0 0;
}
.search-block .row{
	width:100%;
	overflow:hidden;
	padding:0 0 4px;
}
.search-block .row input{
	float:left;
	width:124px;
	background:#fff;
	border:1px solid #cfd0d1;
	padding:0 5px;
	font-size:10px;
	line-height:12px;
}
.search-block .btn{
	float:right;
	padding:0;
}
/* columns */
.columns{
	width:100%;
	overflow:hidden;
	padding:0 0 37px;
}
.columns .box{
	float:left;
	width:377px;
	padding:0 15px 0 0;
}
.columns h2{
	margin:0 0 6px;
	font-size:24px;
	color:#6699c2;
	font-weight:normal;
}
.columns .box ul{
	list-style:none;
	padding:0 0 4px;
	margin:0;
}
.columns .box ul li{
	padding:0 0 3px;
}
.columns .alignright{
	float:right;
	padding:0 25px 0 0;
}
.columns .alignright a{
	color:#6699c2;
	text-decoration:underline;
}
.columns .alignright a:hover{
	text-decoration:none;
}
/* popup */
.popup-holder{
	width:377px;
	position:relative;
}
.popup-holder .popup{
	position:absolute;
	width:748px;
	top:0;
	left:0;
	display:none;
}
.active div.popup{
	display:block;
}
.popup-inner{
	/*width:774px;*/
	margin:0 -15px;
	position:relative;
	border:1px solid #9a9a9a;
	background:#fff url(/_media/images/support/bg-popup.gif) repeat-x 0 100%;
	padding:2px;
}
.popup-inner .question{
	display:block;
	border:1px solid #f3f3f3;
	background:#efefef;
	color:#6699c2;
	padding:6px 10px 4px;
	margin:0 0 6px;
}
.popup-inner p{
	margin:0 12px 12px;
	line-height:18px;
}


.popup-inner ul {
	padding-left: 40px;
	margin-bottom: 12px;
	margin-top:0;

}
.popup-inner ul li{

}

/*
.popup-inner table {
	margin-left:12px;
	width: 300px;
	margin-bottom:12px;
	font-weight:bold;
}
        */





.foot-links{
	height:1%;
	padding:0 10px 4px 12px;
	color:#231f20;
	overflow:hidden;
}
.popup-inner .click{
	float:left;
	display:none;
}
.popup-inner .key{
	float:right;
        margin:5px;
}
.popup-inner .foot-links a{
	text-decoration:underline;
}
.popup-inner .foot-links a:hover{
	text-decoration:none;
}
.popup-inner .popup-content{
	padding:20px 77px;
	height:1%;
	overflow:hidden;
}
.popup-inner .popup-content strong{
	float:left;
	width:218px;
}
.popup-inner .popup-content img{
	display:block;
}
.popup-inner .loading{
	float:left;
	padding:0 0 0 172px;
	width:63px;
	text-align:left;
}
.popup-inner .loading img{
	padding:0 0 10px;
}
.popup-inner .loading span{
	font-size:14px;
}
/* sidebar */
.top-q{
	padding:32px 10px 0 17px;
	height:1%;
	overflow:hidden;
}
.top-q h3{
	font-size:13px;
	color:#d47d17;
	margin:0 0 8px;
}
.top-q ul{
	list-style:none;
	padding:0 0 10px;
	margin:0;
}
.top-q ul li{
	font-size:11px;
	line-height:14px;
	padding:0 0 6px;
}
.top-q .more{
	float:right;
	color:#6699c2;
	font-size:11px;
	text-decoration:underline;
}
.top-q .more:hover{
	text-decoration:none;
}
/* SEZ-Support-videosdocs page */
.t-heading span{
	float:left;
	width:540px;
	font-size:16px;
	line-height:22px;
}
.steps-hold{
	width:772px;
	overflow:hidden;
	position:relative;
	padding:12px 0 0;
	margin:0 -4px 0 -2px;
}
.steps{
	margin:0;
	padding:0;
	list-style:none;
}
.steps li{
	float:left;
	padding:10px 0 0 0;
}
.steps li strong:after{
	content:"";
	clear:both;
	display:block;
}
.steps li.step1{
	width:125px;
}
.steps li.step2{
	width:161px;
}
.steps li.step3{
	width:175px;
	padding-right:8px;
}
.steps li.step4{
	width:161px;
}
.steps li.step5{
	width:140px;
}
.steps .title{
	display:block;
	height:1%;
	overflow:hidden;
}
.steps li strong{
	display:block;
	padding:20px 0 0;
	font-size:21px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	min-height:81px;
}
* html .steps li strong{height:81px;}
.steps .images{
	float:left;
	padding:0 4px 0 0;
}
* html .steps .images{padding:0 1px 0 0;}
.steps .images img{
	display:block;
}
.steps .box{
	width:100%;
	overflow:hidden;
}
.steps ul{
	margin:0;
	padding:0 0 0 35px;
	overflow:hidden;
	height:1%;
	list-style:none;
}
.steps ul li{
	overflow:hidden;
	height:1%;
	font-size:14px;
	line-height:16px;
	float:none;
	padding:0 0 1px;
	vertical-align:top;
}
.steps ul li a{
	text-decoration:underline;
	color:#4c555b;
}
.steps ul li a:hover{
	text-decoration:none;
}
.player{
	width:640px;
	margin:0 auto;
	overflow:hidden;
	padding:25px 26px 0 0;
}
.player img{
	display:block;
}
.documents-hold{
	width:100%;
	overflow:hidden;
	padding:41px 0 15px;
}
.documents-hold h2{
	margin:0;
	font-size:24px;
	font-weight:normal;
	color:#6699c2;
}
.pdf-list{
	float:left;
	width:199px;
	margin:-2px 0 0;
	padding:0;
	list-style:none;
}
.pdf-list li{
	float:left;
	width:100%;
	font-size:14px;
	line-height:34px;
	margin:1px 0 0;
}
.pdf-list li a{
	float:left;
	line-height:34px;
	color:#4c555b;
}
.pdf-list li a:hover{
	text-decoration:none;
}
.pdf-list li a span{
	line-height:34px;
	text-decoration:underline;
}
.pdf-list li a:hover span{
	text-decoration:none;
}
.pdf-list li a em{
	display:inline-block;
	width:28px;
	height:28px;
	margin:0 0 0 5px;
	background:url(/_media/images/support/ico-pdf.gif) no-repeat 0 0;
}
.btn-adobe-reader{
	float:right;
	padding:17px 124px 0 0;
}
.btn-adobe-reader img{
	display:block;
}
/* SEZ-Support-contact page */
/* contact-block */
.contact-block{
	float:right;
	width:350px;
	padding:2px 233px 0 0;
}
.contact-block strong{
	display:block;
	font-size:14px;
	line-height:18px;
	padding:0 0 48px;
}
.form-contact{
	width:100%;
}
.form-contact .line{
	width:100%;
	overflow:hidden;
	padding:0 0 8px;
}
.form-contact label{
	float:left;
	width:70px;
	padding:0 0 0 9px;
	font-size:12px;
}
.form-contact label span{
	float:left;
	color:#f00;
	position:relative;
	margin:0 0 0 -9px;
}
.form-contact .line input{
	float:left;
	width:205px;
	padding:2px 5px;
	font-size:12px;
	line-height:16px;
	border:1px solid #ddd;
	border-width:0 2px 1px;
	background:url(/_media/images/support/bg-inpt.gif) repeat-x;
}
.form-contact .line input.short{
	width:65px;
}
.form-contact .line select{
	width:144px;
}
.form-contact .line strong{
	display:block;
	text-align:center;
	font-weight:normal;
	padding:20px 0 18px;
}
.form-contact textarea{
	width:185px;
	height:74px;
	max-width:185px;
	max-height:74px;
	border:1px solid #ddd;
	border-width:0 2px 1px;
	background:url(/_media/images/support/bg-inpt.gif) repeat-x;
	padding:5px;
	overflow:auto;
}
.btn-submit{
	margin:10px 0 0 77px;
}
/* aside */
.aside{
	float:left;
	width:350px;
}
.aside-box{
	padding:0 0 16px;
}
.aside-box h2{
	font-size:24px;
	line-height:26px;
	color:#6699c2;
	margin:0 0 3px;
	font-weight:normal;
}
.aside-box span{
	display:block;
	font-size:12px;
	line-height:18px;
}

/* experience header start */
.experience-components {
	width:811px;
        height:325px;
        background-image:url(/_media/images/experienceSezmiBg.png);
        background-repeat:no-repeat;
}
.experience-components .holder {
	width:811px;
	overflow:hidden;
}

.experience-components .col {
	width:311px;
	float:left;
	/*padding:5px 20px 0 0;*/
}

.experience-components .col_header {
	float:left;
        margin:30px 30px 20px 25px;
        width:286px;
        height:41px;
        background-image:url(/_media/images/experienceHeading.png);
        background-repeat:no-repeat;
}

.experience-components .imageCol {
	float:left;
        width:500px;
        height:325px;
        background-image:url(/_media/images/hardware.png);
        background-repeat:no-repeat;
}

.experience_selected {
        background-image:url(/_media/images/experienceCurrent1.png);
        background-repeat:repeat-y;
}

/* experience header end */

#popup_image{
		font-family:arial;
	}
 
#popup_image b{
        font-size:12px;
}

#popup_image span.download, 
#popup_image span.pipe{
        font-size:10px;
        color:#fff;
}

#popup_image a{
        font-size:10px;
        color:#767e84;
}

#popup_image .tl,
#popup_image .tr,
#popup_image .bl,
#popup_image .br{
        width:20px;
        height:20px;
}

#popup_image .tl{
        background:url('/_media/popup_images/popup_assets/top_left.png');
}

#popup_image .tr{
        background:url('/_media/popup_images/popup_assets/top_right.png');
}

#popup_image .bl{
        background:url('/_media/popup_images/popup_assets/bottom_left.png');
}

#popup_image .br{
        background:url('/_media/popup_images/popup_assets/bottom_right.png');
}

#popup_image .ts{
        background:url('/_media/popup_images/popup_assets/top_stretch.png');
}

#popup_image .bs{
        background:url('/_media/popup_images/popup_assets/bottom_stretch.png');
}

#popup_image .ls{
        background:url('/_media/popup_images/popup_assets/left_stretch.png');
}

#popup_image .rs{
        background:url('/_media/popup_images/popup_assets/right_stretch.png');
}

#popup_image table,
#popup_image table td,
#popup_image table tr{
        padding:0px;
        margin:0px;
        border-collapse:collapse;
}



h3.pressCenter {
	margin-bottom:0px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2.pressCenter {
	font-size:20px;
	color:#6699C2;
}

.pressCenterBlueTitle {
    color:#6699C2;
}

.presscenter-videosCol {
	float:left; 
	width:147px; 
	padding-right:20px;
}

.presscenter-logosCol {
	float:left; 
	width:169px; 
	padding-right:20px;
}

.presscenter-photosCol {
	float:left; 
	width:190px; 
	padding-right:20px;
}

.presscenter-corporateInfoCol {
	float:left; 
	width:180px;
}

.presscenter-corporateInfoCol a {
	color:#4C555B !important;
}

.presscenter-corporateInfoCol p {
	margin-top:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin-bottom:15px !important;
}

.videoGallery {
	float:left;
}

.videoGallery span {
	font-size:10px;
}

.videoGallery .Col-one {
	float:left; 
	padding-right:24px; 
	width:173px;
	padding-top:0px;
}

.videoGallery .Col-two {
	float:left;
	padding-right:20px;
	width:173px;
	padding-top:0px;
}

.videoGallery .Col-three {
	float:left; 
	padding-right:20px; 
	width:173px;
	padding-top:0px;
}

.videoGallery .Col-four {
	float:left; 
	width:173px;
	padding-top:0px;
}

.videoGallery a, .pressCenter-logos a {
	text-decoration:none;
	color:#6699C2;
	font-weight:bold;
	line-height:18px;
}

a.backtotop-link {
	font-size:10px;
	text-decoration:none;
	color:#6699C2;
}


.photography {
	float:left;
}

.photography span {
	font-size:10px;
}

.photography a {
    text-decoration:none;
	color:#6699C2;
	font-weight:bold;
	line-height:18px;
}

.photography .Col-one, .Col-two, .Col-three {
	float:left;
	width:175px;
	padding-right:20px;
	padding-top:20px;
}

.photography .Col-four {
	float:left;
	width:175px;
	padding-top:20px;
}

.content-left {
	float:left; 
	width:157px; 
	padding-right:5px;
}

.zoom-img {
	float:right;
}

.pressCenter-logos {
	float:left;
}

.pressCenter-logos .Col-one {
	float:left;
	padding-right:40px;
	width:140px;
	padding-top:0px;
	padding-bottom:20px;
}

.pressCenter-logos .Col-two {
	float:left;
	padding-right:40px;
	width:190px;
	padding-top:0px;
}

.pressCenter-logos .Col-three {
	float:left;
	padding-right:20px;
	width:140px;
	padding-top:0px;
}

.pressCenter-logos .Col-four {
	float:left;
	width:180px;
	padding-top:0px;
}

.pressCenter-logos .animated {
	float:left;
}

.pressCenter-logos span {
	font-size:10px;
}

.pressCenterMainContent {
	float:left;
	width:750px;
}

.dividerLine-pressCenter {
	float:left;
	height:1px;
	width:770px;
	border-bottom:1px solid #d2d5d6;
	margin-bottom:20px;
	margin-top:20px !important;
}

p.para {
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}

.backtoTop {
	margin-top:10px;
	float:right;
}

/* VOD CSS */
#main{
    float: right;
    width:800px;
    overflow:hidden;
    padding-right: 34px;
}
iframe {
    overflow:hidden;
}

h4 {
    font-size: 18px;
    font-weight: normal;
}

#sitemap {
    float:left;
    margin-left:0px;
    width:573px;
    margin-bottom:20px;
    overflow:hidden;
}

#sitemap_left {
    float:left;
    width:275px;
    margin-left:10px;
}

#sitemap_right {
    float:right;
    width:275px;
}

#sitemap p {
    font-size:large;
    margin:20px 0 10px 20px;
}

#sitemap .margin-left {
    margin-left:20px;
}

#sitemap .box {
    border: solid #525252 thin; 
    margin:0 10px 0 10px; 
    padding:10px;
}





