/* ---------------------------------------------------------------------------- */
/* ------------------------------ DEFAULT STYLES ------------------------------ */ 
/* ---------------------------------------------------------------------------- */

body,td,th {
	margin: 0px;
	background-color: #fefefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td, th {
	background-color: transparent;
}

body {
	background-image: url(/img/bg_full.png);
	background-repeat: repeat-x;
}

body a {
	color: #0c7d7c;
	text-decoration: none;
}

body a:link {
	text-decoration: none;
}

body a:visited  {
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body a:active {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

select {
	min-width: 75px;
}

iframe {
	border: 0;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
}

td {
	vertical-align: top;
}

img {
	margin: 0px;
	border: 0;
}

input.button {
	background-color: #0C7D7C;
	color: white;
}


a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

h1, h2 {
	margin: 3px 0px 3px 0px; /* t-r-b-l */
}

h3 {
	margin: 0.5em 0px 0.5em 0px; /* t-r-b-l */
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2, h2 a {
	font-size: 16px;
	font-weight: bold;
	color: #0c7d7c;
}

h3, h3 a {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 0px; /* t-r-b-l */
}

.notice {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #BD9700;
}

.notice ul {
	text-align: left;
}

.error_specification {
	font-weight: bold;
	color: red;
}

table.list,
table.record {
	border-collapse: collapse;
}

table.list th,
table.list td,
table.record th,
table.record td {
	vertical-align: top;
	text-align: left;
}

table.list th,
table.record th {
	background-color: #ddd;
}

table.list td,
table.list th {
	border: 1px solid gray;
	padding: 5px;
}

table.record th {
	width: 150px;
}

table.record th,
table.record td {
	padding: 2px 5px;
}

input.icon_submit {
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	font-size: 0;
	cursor: hand;
}
	
/* ------------------------------- SITE CONTENT ------------------------------- */

#site {
	width: 1000px;
	margin: 0 auto;
}
	
/* -------------------------------- HEADER  -------------------------------- */
#header {
	position: relative;
	width: 1000px;
	padding-top:20px;
}

#header #nav {
	background-image: url(/img/bg_nav.gif);
	background-repeat: no-repeat;
	color: #616161;
	float: right;
	font-size: 12px;
	height: 25px;
	margin: 0;
	padding: 9px 11px 0px 11px;
	width: 652px;
	margin-top: 27px; /* was 0 */
}

#nav {
	padding: 0 6px 0 6px;
	text-align: center;
}

#nav a {
	color: #616161;
	text-decoration: none;
	padding: 2px 3px 3px 3px;
	margin-left: 2px;
	margin-right: 2px;
}

#nav a:hover {
	color: #FFFFFF;
	background-color: #7b7b7b;
}

.menu_hover a {
	color: #fff;
	text-decoration: none;
	padding: 0 4px 2px 4px;
	background-color: #7b7b7b;
}
	
#header #header_logo{
	width: 287px; /* was 180 */
	height: 67px; /* was 40 */
	background-image: url(/img/header_logo.png);
	background-repeat: no-repeat;
}

/* -------------------------------- BODY  -------------------------------- */
#body {
	width: 1000px;
	min-height: 400px;
}

#left_column a, #center_column a {
	font-weight: bold;
}
#left_column a:link, #left_column a:hover, #left_column a:visited {
	color: #0c7d7c;
	text-decoration: none;
}
#left_column a:hover {
	text-decoration: underline;
}
#right_column a {
	font-weight: normal;
}

.dialog .t a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.dialog .t a:hover {
	color: #CCCCCC;
}


/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.site_column {
	float: left;
}

.dialog {
 position:relative;
 /*margin:0px auto;*/
 min-width:11em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 /*margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 width: 586px;
 margin-left: 15px; /* 12 + 3 */
 margin-right: 3px;
}

.dialog_small {
	width: 180px;
}

.i {
	
}

#site .dialog .hd h1 a,
#site .dialog .hd h2 a,
#site .dialog .hd h3 a{
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

#left_column .i img, #center_column .i img, #right_column .i img{
	margin: 0px 4px -3px 4px;
}

/* img */
#left_column img, #right_column img {
	margin: 3px 0px 3px 0px;
}

#center_column img {
	margin: 10px;
}

#center_column img.shop_box_img {
	float: right;
	margin: 15px;
}

/* All normal pages */
#left_column .dialog, #right_column .dialog {
	width: 180px;
}

#center_column .dialog, #center_column .dialog_small {
	width: 586px;
}

/* Exceptions */
/* Larger sidecolumns on index */
#index #left_column .dialog, #index #right_column .dialog {
	width: 280px;
}

#index #center_column .dialog {
	width: 386px;
}

/* No right column on support */
#products #center_column #eset_remote_administrator_widget,
#support #center_column .dialog,
#terms_and_conditions #center_column .dialog,
#business #center_column .dialog,
#non_profit #center_column .dialog,
#courses #center_column .dialog,
#notebook_action #center_column .dialog {
	width: 784px;
}


#virusradar_widget .bd {
	padding-left: 0;
	padding-right: 0;
}

#virusradar_widget .bd .virusradar_threats {
	overflow-x: hidden;
}

#virusradar_widget p, #virusradar_widget h4 {
	padding: 0px 0px 3px 0px;
}

#virusradar_widget ul{
	padding: 0px 5px 0px 15px;
	margin: 0px 0px 5px 0px;
}

#virusradar_widget .bd p#threat_center_link {
	padding-left: 3px;
}

#virusradar_widget .bd p#threat_center_link,
#virusradar_widget .bd p#threat_center_link a,
#virusradar_widget .bd p.virusradar_period_links a {
	color: #0c7d7c;
}

#virusradar_widget .bd p, #virusradar_widget .bd a {
	color: #333;
}

div#virusradar_widget .virusradar_item {
	background-image: url(/img/homepage_line.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 3px 0px 7px 0px;
}

#virusradar_widget #virusradar
{
	margin: 0;
	padding: 0;
	margin-left: -6px;
	margin-top: 35px;
	float: left;
	position: absolute;
	z-index: 2;
}

#virusradar_widget #virusradar, #virusradar_widget #virusradar a {
	font-size: 10px;
}

/* Normal */
#virusradar_widget #virusradar #small_virusradar {
	display: block;
}

#virusradar_widget #virusradar #big_virusradar {
	display: none;
}

#virusradar_widget .bd {
	padding-top: 135px;
}

#virusradar_widget .bd, #virusradar_widget .bd a {
	font-weight: normal;
}

#virusradar_widget .virusradar_period_links a {
	margin: 0px 2px 0 2px;
}

/* Exceptions */
#index #virusradar_widget #virusradar  #small_virusradar {
	display: none;
}

#index #virusradar_widget #virusradar  #big_virusradar {
	display: block;
}

#index #virusradar_widget #virusradar {
	margin-left: 4px;
}

#index #virusradar_widget .bd {
	margin: 0 12px 0 12px;
	padding-top: 153px;	
}

#index #virusradar_widget .bd, #index #virusradar_widget .bd a {
	font-size: 12px;
}

#index #virusradar_widget .virusradar_period_links a {
	margin: 0px 10px 0 10px;
}

/*
#index #virusradar_widget #virusradar, #index #virusradar_widget #virusradar a {
	font-size: 12px;
}

#index #virusradar_widget #virusradar a {
	margin: 0 6px 0px 6px;
}
*/

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/img/gradient_box.png) no-repeat top right;
 _background-image:url(/img/gradient_box.png);
}

.dialog_plain .content,
.dialog_plain .t,
.dialog_plain .b,
.dialog_plain .b div {
 background:transparent url(/img/box.png) no-repeat top right;
 _background-image:url(/img/box.png);
}

.dialog_small .content,
.dialog_small .t,
.dialog_small .b,
.dialog_small .b div {
 background:transparent url(/img/small_gradient_box.png) no-repeat top right;
 _background-image:url(/img/small_gradient_box.png);
}

.dialog .content {
 min-height: 350px;
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog_small .content {
	min-height: 150px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:2225px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:16px; /* was 30px */ /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .bd, .dialog .ft {
	padding: 0px 5px 5px 10px; /* top right bottom left */
}


.dialog .bd {
	padding-top: 25px
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:2225px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

#site .dialog .hd h1,
#site .dialog .hd h2,
#site .dialog .hd h3,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

#site .dialog  .hd h1,
#site .dialog  .hd h2,
#site .dialog  .hd h3 {
  padding-bottom:0px;
  padding:0.5em;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 7px 0 0 5px;
}

#index .news_item {
	clear: both;
	padding-top: 5px;
	padding-bottom: 20px;
}

#index .news_img {
	float: right;
}

#index .news_img img {
	margin: 5px 0px 5px 5px;
}

p.note {
	padding: 2px 0px 0px 0px;
	color: #737373;
	min-width: 300px;
	background-image: url(/img/note-line.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div#services_widget p, div#services_widget h3  {
	margin: 0;
	padding: 0;
}

div#services_widget p {
	padding-bottom: 4px;
}

div#services_widget h3, h3 a {
	font-size: 12px;
	font-weight: bold;
	color: #0c7d7c;
}

div#services_widget {
	
}

div#services_widget .product_summary {
	margin: 10px 0px 10px 0px;
	clear: both;
	
}

div#services_widget .product_summary .icon {
	float: left;
}

div#services_widget .product_summary .description {
	margin-left: 50px;
}

div#services_widget .product_summary .icon img {
	margin: 0;
}




div#helpdesk_widget p,
div#offer_widget p  {
	margin: 0;
	padding: 0;
}

div#helpdesk_widget {
	
}

div#helpdesk_widget  .bd,
div#offer_widget .bd {
	padding-left: 0px;
	padding-right: 0px;
}

div#helpdesk_widget .item_summary,
div#offer_widget .item_summary {
	margin: 0px 0px 10px 0px;
	clear: both;
}

div#helpdesk_widget .item_summary .icon,
div#offer_widget .item_summary .icon {
	float: left;
}

div#helpdesk_widget .item_summary .icon img,
div#offer_widget .item_summary .icon img {
	margin: 0;
}

div#helpdesk_widget .item_summary .description,
div#offer_widget .item_summary .description {
	margin-left: 25px;
}

div#helpdesk_widget .remark,
div#offer_widget .remark {
	font-size: 11px;
	color: gray;
}


/* Exceptions */

#index #helpdesk_widget #helpdesk_logo {
	text-align: center;
}

#index #offer_widget #offer_logo {
	text-align: center;
}

#index #offer_widget #offer_logo a{
	text-decoration: none;
}

#contact address, #business address, #non_profit address {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 10px 0px 10px 0px;
}

#contact .contact_icon,
#business .contact_icon,
#non_profit .contact_icon,
#business .courses_icon,
#non_profit .courses_icon,
#courses .courses_icon
{
	float: left;
}

#contact .contact_info,
#business .contact_info,
#non_profit .contact_info,
#business .courses_info,
#non_profit .courses_info,
#courses .courses_info
{
	margin-left: 150px;
}

#contact #business_men_banner, #business #business_men_banner, #non_profit #business_men_banner {
	margin: 30px 0px 0px 0px;
}


div#products_widget .product_item,
div#downloads_widget .download_item,
div#support_widget .support_item,
div#business_widget .business_item,
div#courses_widget .courses_item,
div#shop_widget .shop_item {
	background-image: url(/img/line_left_column.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 0px;
}

.product_widget .product {
	clear: left;
	padding-bottom: 70px;
}

#center_column .product_widget .screenshots {
	/*background-color: #D6DEFF;*/
	display: block;
	padding: 0;
	margin: 0;
	clear: both;
	min-height: 155px;
}

#center_column .product_widget .screenshots img {
	position: relative;
	float: left;
	margin: 5px;
	border: 1px solid gray;
}

#center_column .product_widget .screenshots .archived {
	display: none;
}

#products .product_icon, .product_widget .product_icon {
	float: left;
	text-align: center;
	min-width: 135px;
}

#center_column .product_widget .side_icons,
#center_column .courses_overview_widget .side_icons {

}

#center_column .product_widget .side_icons img,
#center_column .courses_overview_widget .side_icons img {
	margin-left: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.product_widget .product_info {
	margin-left: 150px;
}

#center_column .product_widget .ra_infrastructure {
	border: 1px solid #aaa;
	margin: 5px 0px 5px 0px;
}

#products_overview_widget .product_info {
	padding-top: 10px;
}

.download_widget .product {
	float: left;
	background-color: #e6e6e6;
	border: 2px solid #eee;
	height: 150px;
	width: 260px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.download_widget .product_icon {
	float: left;
}

.download_widget .product_info {
	margin-left: 100px;
}

#downloads_overview_widget .product_info {
	padding-top: 10px;
}



#support .contact_item {
	clear: left;
	margin-bottom: 10px;
}

#support .contact_icon {
	float: left;
}

#support .contact_icon img{
	padding: 1px;
	border: 1px solid gray;
}

#support .contact_info {
	margin-left: 150px;
}

#support .contact_info {
	padding-top: 10px;
}

#threat_center .info {
	width: 100%;
}

#threat_center .threat_sense_logo {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-top: -10px;
}

#threat_center .threat_sense_logo img {
	padding: 0px;
	margin: 0px;
}

#threat_center .info .virusradar {
	width: 275px;
	text-align: left;
}

#threat_center .virusradar img {
	margin: 4px 0px 4px 0px;
}

#threat_center .threats {
	width: 100%;
}

#threat_center .threats  a {
	color: #333;
	font-weight: normal;
}

#threat_center .threats {
	margin: 0px 0px 0px 0px;
}

#threat_center .threats tr{
	height: 25px;
}

#threat_center .threats thead th {
	background-image: url(/img/threat_center_header_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
}

#threat_center .threats td {

}

#threat_center .threats th, #threat_center .threats td {
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}

#threat_center .threats tr.odd td{
	background-image: url(/img/threat_center_row_bg1.png);
	background-position: top left;
	background-repeat: repeat-x;	
}

#threat_center .threats tr.even td{
	background-image: url(/img/threat_center_row_bg2.png);
	background-position: top left;
	background-repeat: repeat-x;
}


#threat_center .threats td.position {
	text-align: right;
}

#threat_center .threats td.hits_rating {
	min-width: 140px;
}

#threat_center .threats td.infection_ratio {
	min-width: 70px;
	text-align: right;
}

#threat_center .threats .hits_rating_bar_container {
	/* width: 100px; */
	/*background-color: #EBEBEB;*/
	height: 13px;
}

#threat_center .threats .hits_rating_bar {
	/*background-color: #E10202;*/
	background-image: url(/img/hits_bar.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 13px;
}

#threat_center .threats .hits_rating_bar_container {

}

#threat_center .threats .hits_rating_bar_container {
	float: left;
	padding-right: 5px;
}

#threat_center .threats .hits_rating_description {

}

#threat_center .virusradar_period_links {
	padding: 0;

}



div.shop_product {
	margin-top: 15px;
	margin-bottom: 50px;
	clear: both;
}

div.shopping_box {
	padding: 20px;
	padding-left: 16px;
	padding-right: 16px;
    background-color: #E6E6E6;
	border: 1px solid darkgray;
	height: 20px;
	width: 365px;
}

#cart input.shipping_by_post_button {
	background-color: #5C5C5C;
	color: white;
	font-size: 9px;
}

table.transaction_overview
{
	margin-top: 5px;
	margin-bottom: 30px;
}

table.transaction_overview td, table.transaction_overview th {
	padding: 5px 10px 5px 10px;
}


table.transaction_overview td.price, table.transaction_overview td.total_price {
	white-space: nowrap;
}

table.transaction_overview td.total_price {
	font-weight: bold;
}

table.transaction_overview td.amount {
	text-align: right;
}

table.transaction_overview th {
	text-align: left;
}

table.transaction_overview thead th,
table.transaction_overview thead td {
	border-bottom: 2px solid gray;
}

table.transaction_overview tfoot td {
	border-top: 2px solid gray;
}

table.transaction_overview tbody td
{

}


div.offer div.shopping_box input {
	/*color: #0C7D7C;
	font-weight: bold;*/
}



div.offer div.shopping_box {
	background-image: url(/img/offer_bg.png);
	border-bottom: 5px solid gray;
	background-color: #ddd;
}


div.offer div.shopping_box .price {
	color: red;

}

div.shopping_box .selection {
	float: left;
}

div.shopping_box .price {
	float: right;
	font-size: 20px;
	color: #0c7d7c;
	margin: 0 18px 0 0px;
	white-space: nowrap;
}


#terms_and_conditions  h3 {
	margin-top: 6px;
	margin-bottom: 0;
} 

#center_column p.shopping_box_links a  {
	margin: 0 20px 0 20px;
	/*color: #333;
	font-weight: bold;
	text-decoration: underline;*/
}

.product_actions {
	margin-top: 25px;
}

.product_actions {

}

.product_actions div {
	float: left;
	padding: 7px 5px 0px 43px;
	margin-right: 15px;
	height: 24px;
}

.product_actions .buy_online {
	background-image: url(/img/icon_buy_1.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.product_actions .buy_online a {
	color: #D0A300;
}

#buy #center_column h3, #renew #center_column h3  {
	font-weight: normal;
}

.product_actions .trial {
	display: none; /* disable demo link */
	background-image: url(/img/icon_demo_1.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 36px;
}

.product_actions .manuals {
	background-image: url(/img/icon_tutorials_1.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.download_widget div.download_product h3{
	background-color:#ccc;
	padding:4px 4px 4px 4px;
}

.download_widget div.download_product a {
  float:right;
  padding-right:40px;
}

.download_widget div.download_product div.download_image{
	padding: 1px 0px 0px 0px;
	margin: 0px 3px 0px 0px;
	/*color: #737373;
	min-width: 300px;*/
	background-color: gray;
	
}


.download_widget .product_downloads {
	margin-bottom: 40px;
}

.download_widget .product_downloads h3 {
	background-color:#ccc;
	padding:4px 4px 4px 4px;
}

.download_widget .product_downloads .download {
	border-bottom: 1px solid gray;
}


.download_widget .product_downloads.business .download .download_link {
	float: right;
	margin-top: 5px;
	margin-right: 0%;
}

.download_widget .product_downloads .download .download_link {
	float: right;
	margin-top: 5px;
	margin-right: 40%;
}



div#references_widget div.references div.reference
{
	clear: both;
	float: left;
	min-width: 550px;
}

div#references_widget div.reference div.logo {
	float: left;
}

div#references_widget div.reference div.logo img {
	padding: 2px 2px 2px 2px;
	border: 1px solid gray;
}

div#references_widget div.reference div.name {
	float: left;
	width: 200px;
	margin-top: 50px;
	color: #0c7d7c;
}

div#references_widget div.reference div.link {
	float: left;
	width: 125px;
	margin-top: 50px;
}

div#references_widget div.reference div.name, div#references_widget div.reference div.name  a {
	font-size: 14px;
	font-weight: bold;
}

div#references_widget div.reference div.link, div#references_widget div.reference div.link a {
	text-decoration: underline;
	color: #333;
}
/*
#body #column_left{
	float:left;
	top:0;
	left:0;
	width:280px;
	height:100%;
	margin:3px;
}

#body #column_left #column_left_title{
	width:100%;
	height:25px;
	padding: 5px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(/img/bg_column_side_title.png);
	background-repeat: no-repeat;
}

#body #column_left #column_left_content{
	width:100%;
	height:100%;
	padding: 5px 0 0 20px;
	background-image:url(/img/bg_column_side_content.png);
	background-repeat: no-repeat;
}

#body #column_center{
	float:left;
	width:388px;
	height:100%;
	margin:3px;
	border: 1px solid black;
}

#body #column_center #column_center_title{
	width:100%;
	height:25px;
	padding: 5px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(/img/bg_column_center_title_ar.png);
	background-repeat: no-repeat;
}

#body #column_center #column_center_content{
	width:100%;
	height:100%;
	padding: 5px 0 0 20px;
	background-image: url(/img/bg_column_center_content.png);
	background-repeat: no-repeat;
}


#body #column_right{
	float:left;
	top:0;
	right:0;
	width:275px;
	height:100%;
	margin:3px;
}

#body #column_right #column_right_title{
	width:100%;
	height:25px;
	padding: 5px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(/img/bg_column_side_title.png);
	background-repeat: no-repeat;
	border: 1px solid red;
}

#body #column_right #column_right_content{
	width:100%;
	height:100%;
	padding: 5px 0 0 20px;
	background-image:url(/img/bg_column_side_content.png);
	background-repeat: no-repeat;
}*/

#bottom
{
	width:1000px;
	height: 30px;
	margin-top: 7px;
	margin-bottom: 3px;
}

#bottom #bottom_bar{
	width: 985px;
	padding: 10px 0px 10px 15px;
	height:30px;
	background-image:url(/img/bg_bottom_full.png);
	background-repeat: no-repeat;
	text-align: center;
}

.headlines_label {
	float: left;
	text-align: left;
	display: block;
	width: 70px;
	margin-top: 0px;
}

#news_ticker {
	display: none;
	overflow: hidden;
	width: 905px;
}

#footer {
	padding: 10px 0 4px 10px;
	line-height: 20px;
}

#footer, #footer a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

#footer a {
	color: #616161;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 6px;
}

#footer a:hover {
	color: #333333;
}

.copyright {
	margin-left: 6px;
}


#logos_dialog .bd  {
	text-align: center;
	padding: 16px 0px 0px 0px;
}

#logos_dialog .safe2shop {
	margin: 7px auto;
	text-align: center;
	width: 107px;
	border: 1px solid #D3D3D3;
	background-color: white;
	padding: 0;
}


#logos_dialog .safe2shop img.safe2shop_award  {
	padding-bottom: 0;
	margin-bottom: 0;
}

#logos_dialog .safe2shop .stars {
	border-top: 1px solid #D3D3D3;
	padding-top: 2px;
	padding-bottom: 1px;
}

#logos_dialog .safe2shop .stars img {
	padding-top: 0;
	margin-top: 0;
}

#logos_dialog .safe2shop .stars img  {
	padding: 0;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
}


#center_column .features .odd th,
#center_column .features .odd td {
	background-color: #F3F3F3;
}

#center_column .features .even th,
#center_column .features .even td {
	background-color: #ddd;
}

#center_column .features th,
#center_column .features td {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}


#center_column .features th {
	vertical-align: top;
	color: #035257;
}

#center_column .comparison th,
#center_column .comparison th a{
	text-align: center;
	background-color: #016C6B;
	color: white;
}

#center_column .comparison td.checkmark_column {
	text-align: center;
}

#center_column .comparison th,
#center_column .comparison td {
	vertical-align: middle;
}

#center_column .features th,
#center_column .features td {
	padding: 5px 10px 5px 10px;
}

#center_column .sign_up_widget .courses .course {

}

#center_column .sign_up_widget .courses .course_title {
	/*float: left;
	clear: left;
	min-width: 350px;*/
}

#center_column .sign_up_widget .courses .course_instance {
	margin-left: 50px;
	margin-bottom: 20px;
}

#center_column .sign_up_widget .course_contact_address th {
	font-weight: normal;
}

#center_column .add_student_widget table.course_contact_address,
#center_column .edit_student_widget table.course_contact_address {
	border: 1px solid #99B4FF;
}
	
#center_column .add_student_widget .course_contact_address th,
#center_column .edit_student_widget .course_contact_address th {
	background-color: #E5ECFF
}

#center_column .add_student_widget .course_contact_address td,
#center_column .edit_student_widget .course_contact_address td  {
	background-color: #E5ECFF;
}

#center_column .custom_sign_up_widget .course_contact_address th {
	font-weight: normal;
}


/*  offers  */

#center_column .offers_dialog img {
	margin: 0;
}

#offerstable
{
	border-style:solid;
	border-width:0px;
	border-color:black;
	border-spacing:0px;
}

#offerstable td,#offerstable th
{
	padding:2px;
	border-style:solid;
	border-width:1px;
	border-color:gray;
}

/*--- z index comodo licenes ---------*/

#cot_tl_fixed
{
	z-index:5;
}
