/* General HTML styles */

html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
body {
  color: #847465;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #E9F4F8;
}
h1 {
  font-size: 32px; font-weight: normal;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  background: transparent url(/uk/en/img/assets/h1_content_gradient_line.jpg) no-repeat scroll left bottom;
  visibility: hidden;
}
#contenth1 {
  _height: 30px;
  font-size: 29px; font-weight: normal;
}
h1.small {
  color: #847465;
  font-size: 22px;
  margin-top: 15px;
}
h1.small embed {
  height:30px;
  margin-bottom: 0px;
  margin-bottom: expression('7px');
}
h1 embed {
  margin-bottom: 3px;
  margin-bottom: expression('10px');
}
h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0px;
}
h3 {
  font-size: 11px;
  margin: 0px;
}
ul {
  margin: 0px 0px 15px 15px;
  padding: 0px;
  list-style: none;
}
ul li {
  padding-left: 10px;
  background: transparent url(/uk/en/img/assets/bullet.gif) no-repeat scroll 0px 4px;
}
hr {
  border: none;
  border-top: 1px solid #cecece;
  height: 1px;
  margin-bottom: 15px;
}
a {
	color: #847364;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #ab9d91;
}
p, blockquote { margin: 0px 0px 15px; }
input { font-family: Verdana, Arial, Helvetica, sans-serif; }
img { border: none; }
a, a:link, a:focus, a:active, input:focus { outline: none; }
p, h3, #footer, li { line-height: 17px; }
blockquote { line-height: 22px; }
sup { text-decoration: none; }

/* global classes */

.clear { clear: both; }
.hidden { visibility: hidden; }
.visible { visibility: visible; }
.left { float: left; }
.right { float: right; }
.mgleft { float:left; margin: 6px 15px 15px 0px; }
.mgright { float:right; margin: 0px 0px 15px 15px; }
.center { text-align: center; }
.mcenter { margin: 0px auto; }
.txt_right { text-align: right; }
.indent { margin-left: 15px; }
.gray { color: #847465; }
.small { font-size: 10px; }

blockquote em { display: block; margin-top: 15px; font-size: 9px; }
blockquote .quote { width: 13px; height: 17px; _display: inline-block;}

.link_arrow {
  padding-left: 18px;
  background: transparent url(/uk/en/img/assets/link_arrow_grey.jpg) no-repeat scroll 0px 1px;
}
.link_enlarge {
  padding: 0px 18px 2px 0px;
  background: transparent url(/uk/en/img/assets/link_enlarge.gif) no-repeat scroll right 1px;
  text-decoration: none;
}
.bullet_arrow {
	float:left;
	width:5px; height:10px;
	background:transparent url(/uk/en/img/assets/bullet_triangle.png) no-repeat scroll;
	margin: 2px 4px 0px 0px;
}

/* Page, header, and footer styles */

#page {
  background: transparent url(/uk/en/img/i_blue_gradient.jpg) repeat-x scroll left top;
  height: 672px;
  overflow: visible;
  z-index: 1;
}
#container {
  background: #ffffff none repeat scroll 0%;
  border-bottom: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  margin: auto;
  width: 1000px;
  z-index: 2;
}
#header a, #footer a {
	text-decoration: none;
}
#header {
  position: relative;
  text-align: center;
  z-index: 999;
  background: transparent url(/uk/en/img/navigation/n_bkg_grad.gif) repeat-x scroll left top;
  height: 73px;
}
#header_logo {
	position: absolute;
  top: 5px;
	left: 35px;
  width: 214px;
  height: 73px;
  background: transparent url(../img/navigation/pgi-logo.png) no-repeat scroll left top;
}
#header_logo a {
  display: block;
  width: 214px;
  height: 73px;
}
#h_global_nav {
	position: absolute;
	top: 0px;
	right: 40px;
  z-index: 2;
}
#h_global_nav ul {
  display: block;
  margin: 0px;
  padding: 0px;
}
#h_global_nav ul li {
  z-index: 9999;
	float: left;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  background: transparent url(/uk/en/img/navigation/n_tab.jpg) no-repeat scroll center top;
  width: 111px;
  height: 45px;
  cursor: pointer;
  overflow: hidden;
}
#h_global_nav ul li a {
  display: block;
  padding: 24px 0px 9px 0px;
}
#h_global_nav ul li:hover, #h_global_nav ul li.on {
  height: 50px;
  background: transparent url(/uk/en/img/navigation/n_tab_drop.jpg) no-repeat scroll center top;
}
#h_global_nav ul li.dropdown:hover, #h_global_nav ul li.dropon {
  height: 50px;
}
#h_global_nav ul li ul {
  display: none;
  background-color: #ffffff;
  width: 220px;
  height: auto;
  border-bottom: 2px solid #c9c9c9;
  overflow: hidden;
  position: absolute;
  margin-left: expression('-55px');
}
#h_global_nav ul li:hover ul, #h_global_nav ul li.on ul {
  display: block;
}
#h_global_nav ul li ul li {
  width: 220px;
  height: auto;
  background: transparent url(/uk/en/img/navigation/n_tab_drop_grad.jpg) repeat-y scroll center top;
  font-size: 10px;
  text-align: left;
  float: none;
  border: none;
  border-top: 2px solid #ffffff;
  border-top: expression('none');
  overflow: hidden;
}
#h_global_nav ul li ul li:hover, #h_global_nav ul li ul li.on {
  width: 220px;
  height: auto;
  background: transparent url(/uk/en/img/navigation/n_tab_drop_grad.jpg) no-repeat scroll center top;
}
#h_global_nav ul li ul li a {
  display: block;
  padding: 4px;
  margin: 0px;
}
#h_global_nav ul li ul li a span {
 color: #fcb034;
}
#h_global_subnav {
	position: absolute;
  top: 48px; _top: 53px;
  left: 270px;
	width: 730px;
	height: 22px;
	color: #fcb034;
  font-size: 10px;
  z-index: 1;
}
#h_global_subnav a {
	line-height: 22px;
}
#h_global_subnav a {
	padding: 0px 7px;
	color: #ab9d91 !important;
}
#h_global_subnav a:hover {
  background: transparent none repeat scroll 0%;
  color: #847364 !important; 
}
#h_login {
  float: right;
  width: 111px;
  height: 19px;
  background: transparent url(/uk/en/img/navigation/manage_your_account.png) no-repeat scroll center center;
  margin: 3px 20px 0px 0px; _margin: 0px 20px 0px 0px;
}
#h_login a {
  display: block;
  width: 111px;
  height: 19px;
  background: none;
  padding: 0px;
}
#h_login a:hover {
  background: transparent url(/uk/en/img/navigation/manage_your_account_hover.png) no-repeat scroll center center;
}
#breadcrumbs {
  margin: 15px 20px 0px;
  font-size: 9px;
}
#breadcrumbs a {
  text-decoration: none;
}
#footer {
  background: #f7f7f7 url(/uk/en/img/pg_footerbg.gif) no-repeat-x scroll left bottom;
  color: #000000;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 3;
}
#footer #footer_menu {
  padding: 10px 0px 5px;
  color: #fcb034;
}
#footer #footer_menu div {
	margin-bottom: 6px;
}
#footer #footer_menu .logo {
  vertical-align: middle;
  margin-left: 5px;
}
#footer #footer_copyright {
	font-size: 9px;
	color: #cccccc;
	padding-bottom: 20px;
}
#footer #footer_hacker_logos { 
	margin: 0px;
	text-align: center; 
	background-color: #ffffff;
}
#footer #footer_hacker_logos img {
  vertical-align: top;
}

/* Left subnav styles */

#navigation #focus {
  width: 223px;
  height: 165px;
  overflow: hidden;
}
#sidenav {
  position: relative;
  font-family: Arial;
  background-color: #E2DFDA;
}
#sidenav a {
  text-decoration: none;
  display: block;
  margin: 0px;
  padding: 0px;
  width: auto;
}
#sidenav ul, #sidenav li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#sidenav ul li {
  background: transparent url(/uk/en/img/navigation/subnav_h_line.gif) no-repeat scroll right bottom;
  height: auto;
  overflow: visible;
}
#sidenav ul li a {
  padding: 7px 0px 0px 10px;
  height: 21px;
  overflow: visible;
  position: relative;
}
#sidenav ul li a div {
  display: block;
  width: 200px;
  height: 13px;
  overflow: hidden;
  position: relative;
}
#sidenav ul li a div span {
  display: block;
  width: 200px;
  height: 13px;
  background-position: 0px 0px;
}
#sidenav ul li a p {
  margin: 0px 0px 0px 1px;
  padding: 0px;
}
#sidenav ul li a:hover {
  background: none;
}
#sidenav ul li a:hover div span {
  background-position: 0px -13px;
  _background-position: 0px 0px;
  _position: relative;
  _left: 0px;
  _top: -13px;
}
#sidenav ul li a.double { height:35px; }
#sidenav ul li a.double div { height:30px; }
#sidenav ul li a.double div span { height:30px; }
#sidenav ul li a.double:hover div span { background-position:0px -30px; _top:-30px; }
#sidenav ul li ul {
  display: none;
}
#sidenav ul li ul li {
  background: none;
}
#sidenav ul li ul li a {
  padding: 0px 0px 0px 20px;
  height: 21px;
  line-height: 21px;
  overflow: visible;
  background-color: #D2CBC3;
  background: #D2CBC3 url(/uk/en/img/navigation/subnav_arrow_off.gif) no-repeat scroll 10px center;
}
#sidenav ul li ul li a.double { background-position: 10px 9px; height:36px; line-height:17px; padding-top:3px; }
#sidenav ul li ul li a.double:hover { background-position: 10px 9px; } 
#sidenav ul li ul li.selected {
  padding: 0px;
}
#sidenav ul li ul li a:hover {
  background-color: #E2DFDA;
  background: #E2DFDA url(/uk/en/img/navigation/subnav_arrow_over.gif) no-repeat scroll 10px center;
}
#sidenav ul li ul li.selected a, #sidenav ul li ul li.selected a:hover {
  background-color: #ffffff;
  background: #ffffff url(/uk/en/img/navigation/subnav_arrow_on.gif) no-repeat scroll 10px center;
}
#sidenav ul li.selected {
  padding-bottom: 1px;
}
#sidenav ul li.selected ul {
  display: block;
}
#sidenav ul li.home a {
  display: block;
  width: 223px;
  height: 20px;
  padding: 0px;
  background: none;
}
#sidenav ul li.home a span {
	color: #ffffff;
  line-height: 20px;
  padding-left: 15px;
}
#sidenav ul li.last {
  display: block;
  width: 223px;
  height: 91px;
  background: transparent url(/uk/en/img/navigation/subnav_btm_bg_gradient.gif) repeat-x scroll;
  position: static;
}

/* Solution landing pages */

#main_container { background: transparent url(/uk/en/img/solutions/bg_grad_tall.jpg) repeat-x scroll; }
#main_msg {
  background-color: #eeeeee;
  padding: 5px 5px 5px 36px;
}
#main_flash {
  width: 1000px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
/*#main_flash .image { width:1000px; height:300px; position:absolute; top:0; left:0; z-index:1; }
#main_flash .html { width:1000px; height:300px; position:absolute; top:0; left:0; z-index:0; }*/
#main_flash_narrow, #solutions {
  width: 919px;
  margin: 0px 0px 0px 42px;
}
#main_flash_narrow { height: 326px; overflow: hidden; position: relative; background: #C5BCB3 none; }
#solutions { background: transparent url(/uk/en/img/solutions/vert_grad_tall.jpg) repeat-x scroll; }
#solution_headers, #solution_headers .header  { height: 40px; }
#solution_headers .header, #solutions .solution {
	float: left;
  width: 305px;
  _position: relative; _left: -1px;
}
#solution_headers .header a { display: block; width:305px; height: 40px; overflow:hidden; position: relative; }
#solution_headers .header a img { margin-left:10px; position: relative; top:0px; }
#solution_headers .header a:hover img { top:-40px; }
#solution_headers .first { margin-left: 1px; }
#solutions .solution { margin-left: 1px; min-height: 260px; _height: 260px; background: transparent url(/uk/en/img/solutions/bg_grad_short.jpg) repeat-x scroll; }
#solutions .four, #solution_headers .four a { width: 228px; }
#solutions .fourlast, #solution_headers .fourlast a { width: 230px; }
#solutions .transparent { background: transparent url(/uk/en/img/solutions/bg_grad_tall.jpg) repeat-x scroll; }
#solutions .solution li { margin-bottom: 10px; }
#solutions .solution .header { height: 40px; }
#solutions .solution .top { margin: 8px 5px 10px 10px; }
#solutions .solution .top p.txt {
  float: left;
  width: 218px;
  margin: 0px 0px 10px;
}
#solutions .solution .top .btn {
  clear: both;
  margin: 0px 5px 0px 0px;
}
#solutions .solution .top .icon {
  float: right;
  margin: 0px 0px 10px 0px;
}
#solutions .solution .bottom {
  margin: 10px; padding: 10px 0px;
  border-top: 1px solid #dddddd;
  clear: both;
}
#solutions .solution .bottom p {
  margin: 0px 0px 10px 0px;
}
#solutions .solution .bottom .right {
  width: 180px;
  /*background: transparent url(/uk/en/img/solutions/vert_grad_short.jpg) no-repeat scroll top left;*/
}
#solutions .solution .bottom .right p { margin: 0px 0px 10px 10px; }
#solutions .solution .bottom .btn_see_rates { margin:6px 5px 0px 0px; padding-right:5px; border-right: 1px solid #cccccc; }

/* Grouping pages */

#main #focus {
  width: 314px;
  float: left;
}
#products_container {
  width: 686px;
  overflow: hidden;
  float: left;
  background: transparent url(/uk/en/img/groupings/products_bg_gradient.jpg) repeat-x scroll;
}
#products_container #breadcrumbs { margin: 15px 10px 0px; }
#products_container #site_search { float: right; }
#products {
  width: 667px;
  margin: 12px 0px 0px 10px;
  background: transparent url(/uk/en/img/groupings/products_vert_line.jpg) repeat-x scroll bottom;
}
#products .product, #products .quotation {
  width: 333px;
  height: 180px; _overflow: hidden;
  float: left;
}
#products .border {
  margin-right: 1px;
}
#products .product .top {
  height: 56px; _overflow: hidden;
  padding-left: 10px;
}
#products .product .bottom {
  height: 126px; overflow: hidden;
  background: transparent url(/uk/en/img/groupings/prod_content_bg.jpg) repeat-x scroll;
}
#products .product .content {
  /*float: left;
  width: 233px;*/
}
#products .product .content p {
  margin: 10px 10px 10px 0px;
  line-height: 16px;
}
#products .product .bottom .content .btn_tryit_free { margin-left: 6px; padding-left:6px; border-left: 1px solid #cccccc; }
#products .quotation { background-color: #ffffff; }
#products .quotation blockquote { margin: 2px 15px 15px 15px; padding: 20px 10px; border-top: 1px solid #cccccc; }
#products_bottom {
  clear: both;
  background: transparent url(/uk/en/img/groupings/products_horiz_bg.jpg) repeat-x scroll top;
  border-top: 1px solid #ececec;
}
#products_bottom .border { background: transparent url(/uk/en/img/groupings/products_vert_line_btm.jpg) no-repeat scroll top right; }
#products_bottom .cos, #products_bottom .partner, #products_bottom .callout, #products_bottom .solutions, #products_bottom .cos_wide, #products_bottom .partner_wide { float: left; }
#products_bottom .img { margin: 20px; }
#products_bottom .content { margin: 20px 15px 0px 0px; }
#products_bottom .cos { width: 317px; }
#products_bottom .partner { width: 340px; }
#products_bottom .cos_wide { width: 545px; }
#products_bottom .partner_wide { width: 455px; }
#products_bottom .callout {
  width: 265px;
  margin: 20px 0px 20px 0px;
  background: #E3E0DB url(/uk/en/img/groupings/bg_gradient_callout.jpg) repeat-x scroll;
}
#products_bottom .callout h2 { margin: 10px 15px; }
#products_bottom .callout .btn { margin: 10px 0px 10px 15px; }
#products_bottom .callout .btn span { margin: 0px 0px 0px 10px; }
#products_bottom .callout .content { margin:0px; padding: 10px 15px; }
#products_bottom .solutions .content { margin:20px 0px 0px 15px; }
#products_bottom .solutions .solution { width:180px; float:left; margin:5px 0px 10px; }
#products_bottom .solutions .solution .icon { float:left; margin:4px 10px 0px 0px; }
#products_bottom .solutions .solution p { margin:0px; }
#products_bottom .videosolution { width: 250px; min-height: 64px; float:left; margin: 5px 0px 10px; }
#products_bottom .videosolution .icon { float:left; margin:4px 10px 22px 0px; }
#products_bottom .videosolution .spacer { margin: 0px 0px 0px 36px; }
#products_bottom .videosolution p { margin:0px; }
#phone_callout {
  clear: both;
  height: 50px;
  margin: 0px 30px 10px 0px;
  background: transparent url(/uk/en/img/assets/questions.png) no-repeat scroll bottom right;
}

/* Content pages */

#navigation { float: left; width: 223px; }
#main_narrow { float: left; width: 555px; }
#channels {
  float: right;
  width: 221px; min-height: 716px; _height: 716px; _overflow: visible;
  background: #ffffff url(/uk/en/img/assets/channel_bg_gradient.jpg) repeat-x scroll;
}
#content { margin: 15px 20px 20px; }

/* Right channel styles */

#site_search { margin: 10px 10px 5px 10px; }
#site_search input {
  background-color: #ffffff;
  border: 1px solid #cecece;
  width: 170px;
  height: 17px;
  font-size: 10px;
  padding: 3px 0px 0px 4px;
  vertical-align: middle;
  float: left;
}
#site_search .button, #site_search .button input { width: 25px; height: 22px; }
#site_search .button { float: left; background: transparent url(/uk/en/img/assets/search_over.gif) no-repeat scroll left top; }
#site_search .button input { padding: 0px; border: none; background: transparent url(/uk/en/img/assets/search_default.gif) no-repeat scroll left top; }
#site_search .button input:hover { background: none; }
#channel_phone_callout { width: 200px; margin: 10px auto 0px auto; }
#channel_phone_callout_support { width: 200px; margin: 10px auto 0px auto; }
#channel_contact_callout { text-align: center; margin: 2px 0px 15px; }
#channels .channel { width: 201px; margin: 10px auto; border: 1px solid #cecece; }
#channels .text { line-height: 14px; }
#channels p.btn { margin: 0px 10px 10px 0px; clear: both; }

#channel_join_cos {  background: #E2DFDA url(/uk/en/img/channel/channel_bg_gradient_white.gif) no-repeat; }
#channel_join_cos .icon { margin: 0px 0px 0px 5px; }
#channel_join_cos .header { margin: 10px 0px 0px 10px; }
#channel_join_cos .text { float: right; width: 140px; margin: 5px 0px 10px 0px; }
#channel_cos_simple, #channel_cos_simple_short { background: #E2DFDA url(/uk/en/img/channel/channel_bg_cos_simple.jpg) no-repeat; }
#channel_cos_simple .header, #channel_cos_simple_short .header { margin: 10px 0px 0px 10px; }
#channel_cos_simple .icon { width: 77px; height: 80px; }
#channel_cos_simple_short .icon { width:65px; _width:60px; height:80px; }
#channel_cos_simple .text, #channel_cos_simple_short .text { margin: 2px 10px 10px 10px; }
#channel_dev_community {  background: #E2DFDA url(/uk/en/img/channel/channel_bg_gradient_white.gif) no-repeat; }
#channel_dev_community .icon { margin: 0px 0px 0px 0px; }
#channel_dev_community .header { margin: 10px 0px 0px 8px; _margin: 10px 0px 0px 5px; }
#channel_dev_community .text { margin: 0px 0px 1px 10px; }
#channel_dev_community .btn_learn_more { margin: 10px; }
#channel_explore_solutions strong { font-size:12px; }
#channel_explore_solutions .header { margin: 10px 10px 10px 10px; }
#channel_explore_solutions .icon { float: left; margin: 4px 10px 0px 10px; }

/* Features and Video components */

#pg_video { background: transparent url(/uk/en/img/assets/video_bg.jpg) no-repeat scroll; }
#pg_video a { display: block; width: 263px; height: 181px; }
.box_features, .box_video {
  width: 263px;
  margin-bottom: 15px;
}
.box_features .header, .box_video .header {
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  padding-left: 10px;
  font-size: 13px;
}
.box_features .headerdouble {
	color:#ffffff;
	font-size:13px;
	height:40px;
	padding: 6px 0px 0px 10px;
	line-height: 16px; 
}
.box_features .content {
  background: #F5F4F2 url(/uk/en/img/assets/video_bg_gradient.jpg) repeat-x scroll left top;
  padding: 10px;
  font-size: 10px;
  line-height: 13px;
}
.box_features .content h4 {
  font-weight: bold;
  font-size: 11px;
  margin: 0px;
}
.box_features .content ul {
	position: relative;
  margin: 5px 0px; padding: 0px;
  list-style: none;
}
.box_features .content ul li {
  padding-left: 10px;
  background: transparent url(/uk/en/img/assets/bullet_small.gif) no-repeat scroll 0px 5px;
}
.box_features table {
  background: none;
  width: auto;
  border: none;
  margin: 0px;
}
.box_video .content {
  background: #F3F2F0 url(/uk/en/img/assets/video_bg_gradient.jpg) repeat-x scroll left top;
  padding: 10px;
}
.box_video .content h3 { margin: 0px 10px; }
.box_video .content p { margin: 0px 0px 10px 0px; }
.box_video .content .video {
  width: 263px;
  height: 181px;
  overflow: hidden;
}
.box_video .thumb { margin: 5px 0 5px 0; }
.box_light .content { background: #F8F8F6 url(/uk/en/img/assets/features_bg_gradient_light.gif) repeat-x scroll left top; }
.box_narrow { width: 250px; margin: 0px 0px 15px 0px; }
.box_wide { width: auto; margin: 0px 0px 15px 0px; }
.box_wide .content .left { width: 50%; }
.box_left { float: left; margin: 0px 10px 15px 0px; }
.box_right { float: right; margin: 0px 0px 15px 10px; }

/* audio player styles */

.audio_player { width:190px; height: 20px; margin: 5px 0px 15px; }

/* Value box styles */

.box_value {
	float: left;
	width: 253px;
	height: 145px;
	background: transparent url(/uk/en/img/assets/valuebox_bg.jpg) no-repeat scroll left top;
	margin-bottom: 10px;
}
.box_value_mgrt { margin-right: 8px; }
.box_value .content { margin: 12px 12px 0px 12px; }
.box_value .content .header {
	display: block;
	margin-bottom: 3px;
}
.box_value .content ul {
  margin: 0px;
	padding: 0px;
  list-style: none;
  font-size: 9px;
}
.box_value .content ul li {
  background: transparent url(/uk/en/img/assets/bullet_small.gif) no-repeat scroll 0px 4px;
  line-height: 13px;
  padding-left: 10px;
  margin-bottom: 5px;
}

/* flowchart styles */

.flowchart {
  width: 514px; overflow:hidden;
  background: transparent url(/uk/en/img/assets/flowchart/bg.jpg) repeat-y scroll;
}
.flowchart .top {
  background: transparent url(/uk/en/img/assets/flowchart/top.jpg) no-repeat scroll left top;
}
.flowchart .arrow {
  background: transparent url(/uk/en/img/assets/flowchart/arrow.jpg) no-repeat scroll left top;
}
.flowchart .bottom {
  height: 10px; overflow:hidden;
  background: transparent url(/uk/en/img/assets/flowchart/bottom.jpg) no-repeat scroll left top;
}
.flowchart .content {
	position: relative;
	padding: 25px 16px 10px;
}
.flowchart .content ul {
  margin: 0px 10px 0px 0px;
	padding: 0px;
  list-style: none;
  font-size: 10px;
  width: 220px;
  float: left;
}
.flowchart .content ul li {
  padding-left: 10px;
  background: transparent url(/uk/en/img/assets/bullet_small.gif) no-repeat scroll 0px 4px;
}
.flowchart .content h4 {
  font-size: 10px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
.flowchart .content p, .flowchart .content ul {
	margin-left: 9px; 
}
.flowchart .bullet_arrow { margin-top: 4px; }

/* Table styles */

table {
  width: 514px;
  border: 1px solid #E0DDD8;
  background: #F5F4F2 url(/uk/en/img/assets/table/bg.jpg) repeat-y scroll;
  margin-bottom: 15px;
}
table td {
  background: none;
  padding: 8px 10px;
  vertical-align: top;
}
table thead td {
  height: 10px;
  background: transparent url(/uk/en/img/assets/table/top.jpg) no-repeat scroll left top;
  padding: 0px;
}
table tfoot td { background: transparent url(/uk/en/img/assets/table/btm.jpg) no-repeat scroll left bottom; }
table .top td { padding-top: 0px; }
table .line td { background: transparent url(/uk/en/img/assets/table/i_table_horiz_line.jpg) no-repeat scroll left top; }
table .border td { border-bottom: 1px solid #ffffff; }
table td.txtleft { text-align: left; }
table td.txtright { text-align: right; }
table td .small { font-size: 10px; }
table td .med { font-size: 12px; }
table td .big { font-size: 14px; }

table.rates td { vertical-align: middle; text-align: center; }
table.rates td.txtleft { text-align: left; }
table.rates .top td { font-size: 10px; vertical-align: top; }

table.cos { background: #F5F4F2 url(/uk/en/img/assets/table/bg_light.jpg) repeat-y scroll; }
table.cos .top td { font-weight: bold; color: #999999; }
table.cos td.tint { font-weight: bold; }

/* Clear fixing */

#main:after,
#products:after,
#products_bottom:after,
#site_search:after,
#channel_join_cos:after,
#con_try_netspoke:after,
#solutions:after,
#solutions .headers:after,
#solutions .solution .top:after,
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html #main,
* html #products,
* html #products_bottom,
* html #site_search,
* html #channel_join_cos,
* html #con_try_netspoke,
* html #solutions,
* html #solutions .headers,
* html #solutions .solution .top,
* html .clearfix { height: 1%; }

/*  PGiTV  */
object { outline: none; }

/* Body Content Plain Hyperlink */
a.plainlink { text-decoration:none; }
a.plainlink:hover { color:#847465; cursor:text; }
a#cfooterlink {color:#ccc;}
