@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	text-align: left;
	background: #FFF url(../images/background.png) repeat-x;
	font: 11px Verdana ,Tahoma, Arial, Helvetica sans-serif;
	color: #666666;/*#666666*/
	line-height: 15px; /* 13px - default size */
}

a:link {
	text-decoration: none;	
	color: #065B87;/*#666666*/
}

a:hover {
	text-decoration: underline;
	color: #065B87;/*#666666*/
}

a:visited {
	text-decoration: none;
	color: #85BEDB;/*#AFAFAF*/
}

a:visited:hover {
	text-decoration: underline;
	color: #065B87;/*#666666*/
}

p {
	padding-bottom: 8px;
	font-size: 11px;
}

td {
	padding: 1px;
}

label {
	font-size: 11px;
}

div#container {
	width: 870px;
	position: relative;
	margin: 0 auto;
}

.distinction {
	color: #065B87;
	font-weight: bold;
}

.lightBold {
    font-weight: normal;
    color: #5d5d5d;
}

.b_m {
	text-align: center;
}

/* ======= HEADER ======= */

div#header {
	width: 870px;
	height: 132px;
	background: url(../images/header.jpg) no-repeat;
	text-align: left;
	margin-bottom: 70px;
}

/* SEARCH */

form#search_form {
	position: absolute;
	right: 10px;
	top: 38px;
	background: url(../images/search_bg.png) no-repeat 0px 3px;
}

input#search_input_text {
	position: absolute;
	top: 7px;
	right: 83px;
	background: transparent;
	width: 156px;
	font-size: 12px;
	color: #065B87;
}

form#search_form a {
	display: inline-block;
	width: 68px;
	height: 22px;	
}

form#search_form a.search_button {
	background: url(../images/search.png) no-repeat 0 0;	
}

form#search_form a.search_button:hover {
	background-position: 0 -22px;
}

/* SEARCH RESULT */

div.result_head {
	font-size: 15px;
	color: #065B87;
	font-weight: bold;
	padding: 5px 0 3px 0;
}

div.result_count {
	font-size: 10px;
	padding-bottom: 5px;
}

ul.content_point_list li a.result_cat {
	color: #2D93C8;
	font-weight: normal;
}

ul.content_point_list li a.result_cat:hover {
	color: #2D93C8;
	font-weight: normal;
}

ul.content_point_list li a.result_cat:visited {
	color: #2D93C8;
	font-weight: normal;
}

ul.content_point_list li a.result_cat:visited:hover {
	color: #2D93C8;
	font-weight: normal;
}

/* ======= MENU ======= */

div#menu {
	position: absolute;
	left: 0;
	top: 100px;
	width: 870px;
    height: 80px;
}

/* TABS MENU */

ul#tabs_menu {
	list-style: none;
	margin: 0;
	padding: 5px 0 0;
    background: transparent url(../images/bg-tabs.gif) no-repeat 0 0;
    width: 870px;
    height: 31px;
}

ul#tabs_menu li {
	margin-right: 3px;
	float: left;
	text-align: center;
}

ul#tabs_menu li a {
    text-transform: uppercase;
    background: transparent url(../images/menu-sprite.gif) no-repeat left 31px;
    color: #FFF;
    display: block;
    float: left;
    font-size: 11px;
    height: 31px;
    line-height: 26px;
    padding: 0 0 0 25px;
    text-decoration: none;
    outline: none;
}

ul#tabs_menu li a strong {
    background: transparent url(../images/menu-sprite.gif) no-repeat right 31px;
    cursor: pointer;
    display: block;
    float: left;
    height: 31px;
    padding: 0 25px 0 0;
    font-weight: bold;
}

ul#tabs_menu li a:hover {
    color: #065b87;
    background: transparent url(../images/menu-sprite.gif) no-repeat left -74px;
}

ul#tabs_menu li a:hover strong {
    background: transparent url(../images/menu-sprite.gif) no-repeat right -105px;
}

ul#tabs_menu li a.active {
    background: transparent url(../images/menu-sprite.gif) no-repeat left top !important;
    color: #065b87;
    line-height: 32px;
}

ul#tabs_menu li a.active strong {
    background: transparent url(../images/menu-sprite.gif) no-repeat right -36px !important;
}

/* SUBMENU */

div#sub_menu {
	background: url(../images/sub_menu.png) no-repeat;	
	clear: both;
	height: 39px;
	width: 860px;
	padding: 5px 0 0 10px;
}

div#sub_menu a {
	color: #2D93C8;
	padding: 4px 6px 4px;
	font-size: 12px;
	display: inline-block;
	border-bottom: 2px #FFF solid;
}

div#sub_menu a:hover {
	background-color: #F3F3F3;
	text-decoration: none;
    border-color: #F3F3F3;
    color: #074C6F;
}

div#sub_menu a.active {
	border-color: #FF9900;
	text-decoration: none;
}

/* ======= MAIN PART ======= */

div#wrap {
	margin-bottom: 15px;
	text-align: left;
	background: url(../images/vertical_separator.gif) repeat-y 219px;
	overflow: hidden;
	height: 100%;
}

div#sidebar {
	float: left;
	width: 199px;
}

div#content {
	float: right;
	width: 628px;
}

ul.point_list {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

ul.point_list li {
	list-style: none;
	background: url(../images/point.gif) no-repeat 0px 8px;
	padding: 3px 0 3px 15px;
	border-bottom: 1px #E5E5E5 solid;	
}

ul.point_list li a {
	color: #666666;
}

ul.point_list li a:visited {
	color: #AFAFAF;
}

ul.point_list li a:visited:hover {
	color: #666666;
}

ul.point_list li.last {
	border-bottom: 0;	
}

ul.content_point_list {
	font-size: 11px;
	padding: 0 0 0 10px;
	margin: 0;
}

ul.content_point_list li {
	list-style: none;
	background: url(../images/point2.gif) no-repeat 0px 8px;
	padding: 3px 0 3px 15px;
}

ul.content_point_list li a {
	color: #666666;
	font-weight: bold;
}

ul.content_point_list li a:visited {
	color: #AFAFAF;
}

ul.content_point_list li a:visited:hover {
	color: #666666;
}

/* FORM ELEMENTS */

input.mini_input_text {
	width: 115px;
	font-size: 12px;
	border: 1px #ADADAD solid;
	color: #065b87;
	padding: 2px;
}

input.small_input_text {
	width: 122px;
	font-size: 12px;
	border: 1px #ADADAD solid;
	color: #065b87;
	padding: 2px;
}

input.main_input_text {
	width: 300px;
	font-size: 12px;
	border: 1px #ADADAD solid;
	color: #065b87;
	padding: 2px;
}

textarea.main_textarea {
	width: 300px;
	height: 100px;
	font-size: 12px;
	border: 1px #ADADAD solid;
	color: #065b87;
	padding: 2px;
}

select.main_select, select.small_select {
	border: 1px #ADADAD solid;
	padding: 2px;
	color: #065b87;
	width: 306px;
}

select.small_select {
    width: 100px;
}

div.form_buttons {
	padding-top: 5px;
	text-align: center;
}

div.form_buttons a {
	display: inline-block;
	width: 68px;
	height: 22px;
}

div.form_buttons a.send_button {
	background: url(../images/send.png) no-repeat 0 0;
}

div.form_buttons a.send_button:hover {
	background: url(../images/send.png) no-repeat 0 -22px;
}

img.token {
	border: 1px #ADADAD solid;
	margin: 2px 0 0 5px;
}

/* BOXES */

div.content_box_area {
	background: url(../images/big_box_bottom.png) no-repeat bottom;
	padding: 0 10px 25px 10px;
	clear: both;
	overflow: hidden;
	height: 100%;
}

div.sidebar_box_area {
	background: url(../images/small_box_bottom.png) no-repeat bottom;
	padding: 0 10px 25px 10px;
	clear: both;
	overflow: hidden;
	height: 100%;
}

h1, h2 {
	margin: 0;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
}

h1 { /* content section's header */
	background: url(../images/big_box_header.png) no-repeat;
	width: 618px;
	height: 28px;
}

h2 { /* sidebar section's header */
	background: url(../images/small_box_header.png) no-repeat;
	width: 189px;
	height: 28px;
}

/* HORIZONTAL SEPARATORS */

div.big_horizontal_separator {
	background: url(../images/horizontal_separator.gif) repeat-x center center;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	font-size: 0;
	clear: both;
}

div.small_horizontal_separator {
	background: url(../images/horizontal_separator.gif) repeat-x center center;
	width: 92%;
	height: 5px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size: 0;
	clear: both;
}

/* NEWS, FAQ */

span.news_faq_title, span.news_faq_title a {
	color: #065B87;
	font-weight: bold;
	font-size: 11px;
}

span.news_faq_title a:hover {
	color: #065B87;
	text-decoration: underline;
}

span.news_faq_title a:visited {
	color: #85BEDB;
}

span.news_faq_title a:visited:hover {
	color: #065B87;
}

p.news_faq_text {
	padding: 2px 0 2px 0;
}

div.news_faq_pubdate {
	font-size: 10px;
	color: #AFAFAF;
	float: left;
	padding-bottom: 3px;
}

div.news_faq_read_more a {
	font-size: 10px;
	color: #065B87; /*#2D93C8*/
	float: right;
	padding-bottom: 3px;
}

div.news_faq_read_more a:hover {
	color: #065B87;
	text-decoration: underline;
}

div.news_faq_read_more a:visited {
	color: #85BEDB;
}

div.news_faq_read_more a:visited:hover {
	color: #065B87;
}

/* NEWSLETTER */

div#privacy_policy a {
	color: #666666;
	font-size: 9px;
	float: left;
	padding-top: 7px;
}

div#privacy_policy a:visited {
	color: #AFAFAF;
}

div#privacy_policy a:visited:hover {
	color: #666666;
}

div#save_area {
	float: right;
	padding-top: 2px;
}

div#save_area a {
	display: block;
	width: 68px;
	height: 22px;
}

div#save_area a.save_button {
	background: url(../images/save.png) no-repeat 0 0;
}

div#save_area a.save_button:hover {
	background-position: 0 -22px;
}

/* CONTACT, COMPLAIN */

form#contact_form, form#complain_form {
	background: url(../images/logo_grey.png) no-repeat 460px 40px;
}

/* TEMPLATES */

div.template_area {
	float: left;
	width: 156px;
	padding: 0 0px 0px 0px;
}

div.center_template_area {
	float: left;
	width: 156px;
	padding: 0 68px 0px 68px;
}

div.blank_horizontal_separator {
	height: 30px;
	clear: both;
}

div.template {
	background: #CFCFCF url(../images/arrow.png) no-repeat center 137px;
	width: 156px;
	overflow: hidden;
	height: 100%;
	margin: 0 auto;
}

div.template:hover {
	background: #98ED3B url(../images/arrow.png) no-repeat center 109px;
}

div.template a {
	color: #FFF;
	font-size: 11px;
}

div.template a:hover {
	color: #FFF;
	text-decoration: underline;
}

div.template a:visited {
	color: #B4B4B4;
}

div.template a:visited:hover {
	color: #FFF;
}

div.template img {
	padding: 3px 3px 1px 3px;
	/*width: 150px;
	height: 130px;*/
}

div.see_template, div.download_template {
	text-align: center;
	background-color: #8D8D8D;
	height: 21px;
	padding-top: 3px;
}

div.see_template {
	float: left;
	width: 73px;
}

div.download_template {
	float: right;
	width: 74px;
}

/* PROGRAMS AND BANNERS - universal elements */

div.see_more_link {
	float: left;
	width: 160px;
	height: 22px;
	background: url(../images/more_ico.jpg) no-repeat;
}

div.see_more_link a {
	color: #065B87;
	display: block;
	margin-top: 4px;
}

div.see_more_link a:hover {
	color: #065B87;
	text-decoration: underline;
}

div.see_more_link a:visited {
	color: #85BEDB;
}

div.see_more_link a:visited:hover {
	color: #065B87;
}

div.download_link {
	float: left;
	width: 100px;
	height: 22px;
	background: url(../images/download_ico.jpg) no-repeat;
}

div.download_link a {
	color: #065B87;
	display: block;
	margin-top: 4px;
}

div.download_link a:hover {
	color: #065B87;
	text-decoration: underline;
}

div.download_link a:visited {
	color: #85BEDB;
}

div.download_link a:visited:hover {
	color: #065B87;
}

/* PROGRAMS */

span.program_name, span.program_name a {
	color: #065B87;
	font-weight: bold;
	font-size: 11px;	
}

span.program_name a:hover {
	color: #065B87;
	text-decoration: underline;
}

span.program_name a:visited {
	color: #85BEDB;
}

span.program_name a:visited:hover {
	color: #065B87;
}

p.program_text {
	padding: 2px 0 2px 0;
	clear: left;
}

div.program_screen {
	float: right;
}

div.program_screen img {
	margin-left: 10px;
	border: #CFCFCF 3px solid;
}

div.program_screen img:hover {
	border: #98ED3B 3px solid;
}

div.program_info {
	padding: 5px 0 0 0;
	font-size: 11px;
	text-align: center;
}

div.program_more_info {
	float: left;
	width: 160px;
	height: 22px;
	text-align: left;
	font-weight: bold;	
	font-size: 10px;
}

/* BANNERS */

div.banner {
	text-align: center;
	overflow: hidden;
	height: 100%;
}

div.banner img {
	border: #CFCFCF 3px solid;
}

div.banner img:hover {
	border: #98ED3B 3px solid;
}

div.banner_info {
	padding: 5px 0 0 0;
	font-size: 11px;
}

div.banner_type {
	float: left;
	width: 180px;
	height: 22px;
	padding-top: 4px;
}

div.banner_size {
	float: left;
	width: 150px;
	height: 22px;
	padding-top: 4px;
}

/* ITEMS PREVIEW */

div#preview_header { /* preview header */
	text-align: center;
	color: #DFDFDF;
	letter-spacing: 5px;
	padding-bottom: 12px;
	font-weight: bold;
}

table#specification {
	font-size: 11px;
	width: 100%;
}

table#specification a {
	color: #2D93C8;
}

table#specification tr {
	height: 20px;
}

div#item_prices {
	text-align: center;
	color: #2F94C9;
	margin: 0 50px 0 0;
}

span#first_price {
	font-size: 20px;
	font-weight: bold;
}

span#second_price {
	font-size: 10px;
}

div.action_buttons {
	text-align: center;
}

div.action_buttons a {
	display: inline-block;
	width: 189px;
	height: 41px;
	margin: 0 20px 0 20px;
}

div.action_buttons a.download_template_button {
	background: url(../images/download_template.png) no-repeat 0 0;
}

div.action_buttons a.zoom_template_button {
	background: url(../images/zoom_template.png) no-repeat 0 0;
}

div.action_buttons a.download_program_button {
	background: url(../images/download_program.png) no-repeat 0 0;
}

div.action_buttons a.download_banner_button {
	background: url(../images/download_banner.png) no-repeat 0 0;
}

div.action_buttons a.download_template_button:hover, div.action_buttons a.zoom_template_button:hover,
div.action_buttons a.download_program_button:hover, div.action_buttons a.download_banner_button:hover {
	background-position: 0 -41px;
}

div#item_preview {
	text-align: center;
}

div#item_preview img {
	border: #CFCFCF 3px solid;
	margin: 0 10px 0 10px;
}

div#item_preview img:hover {
	border: #98ED3B 3px solid;
}

/* DOWNLOAD PAGE (PAYMENTS)*/

div#download_page_ico {
	height: 38px;
	margin: 4px 0 12px 20px;
}

div#download_page_ico img {
	float: left;
	margin-right: 5px;
}

div#download_page_ico div {
	padding-top: 2px;
}

div#payments_info {
	height: 73px;
	margin: 30px 0 30px 0;
	padding-left: 40px;
}

div#sms_payments_logo {
	float: left;
	width: 149px;
	text-align: center;
}

div#access_code {
	float: left;
	text-align: center;
}

div#access_code table {
	width: 225px;
}

div#access_code label {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}

div#access_code a {
	display: inline-block;
	width: 68px;
	height: 22px;
}

div#access_code a.download_button {
	background: url(../images/download.png) no-repeat 0 0;
}

div#access_code a.download_button:hover {
	background-position: 0 -22px;
}

div#dotpay_payments_logo {
	float: left;
	width: 149px;
	text-align: center;
}

div#payments_method {
	height: 150px;
	margin-bottom: 30px;
}

div#sms_payments_box {
	float: left;
	width: 250px;
	height: 140px;
	border: 1px #5BD315 solid;
	padding: 4px;
	text-align: center;
	font-size: 11px;
}

div#card_payments_box {
	float: right;
	width: 250px;
	height: 140px;
	border: 1px #FF9A00 solid;
	padding: 4px;
	text-align: center;
	font-size: 11px;
}

div#box_separator {
	float: left;
	text-align: center;
	width: 88px;
	font-size: 28px;
	font-weight: bold;
	color: #065B87;
	padding: 65px 0 5px 0;
}

div#sms_header { /* SMS box's header */
	text-align: center;
	background-color: #5BD315;
	color: #FFF;
	padding: 6px 0 6px 0;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
}

div#card_header { /* DotPay box's header */
	text-align: center;
	background-color: #FF9A00;
	color: #FFF;
	padding: 6px 0 6px 0;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
}

div#card_payments_box table {
	width: 100%;
}

select#channel {
	width: 210px;
	border: 1px #7F7F7F solid;
	color: #7F7F7F;
}

form#payment_channel_form a {
	display: inline-block;
	width: 68px;
	height: 22px;
}

form#payment_channel_form a.next_button {
	background: url(../images/next.png) no-repeat 0 0;
}

form#payment_channel_form a.next_button:hover {
	background-position: 0 -22px;
}

div#service_unavailable {
	font-weight: bold;
	padding-top: 40px;
}

/* PAGE CARDS */

div.pagecards {
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;	
}

div.pagecards span 
{
	padding: 2px 6px 2px 6px;
}

div.pagecards a 
{
	color: #2D93C8;
	padding: 2px 6px 2px 6px;
	border: 1px solid #EFF0F1;
}

div.pagecards span.current 
{
	border: 1px solid #EFF0F1;
	background-color: #065B87;
	color: #FFF;
}

div.pagecards a:hover 
{
	color: #2D93C8;
	border-color: #98ED3B;
	text-decoration: none;
}

div.pagecards span.nextprev
{
	border: 1px solid #EFF0F1;
	color: #ccc;
}

/* TERMS, PRIVACY POLICE */

div.paragraph {
	text-align: center;
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 11px;
}

/* ADV */

div.a1 {
	text-align: center;
}

div.a_bottom {
	text-align: center;
}

div.a_sidebar {
	text-align: center;
}

/* ======= FOOTER ======= */

div#footer {
	width: 870px;
	height: 38px;
	background: url(../images/footer.png) no-repeat;
	font-size: 10px;
	color: #FFF;
	padding-top: 9px;
	position: relative;
	margin-bottom: 8px;
}

div#footer a {
	color: #FFF;
}

div#footer a:hover {
	text-decoration: underline;
}

div#copyright, div#law {
	float: left;
	padding-left: 10px;
}

div#to_up {
	float: right;
	padding-right: 40px;
}

div#stat {
	position: absolute;
	top: 7px;
	right: 260px;
}

/* OK, ERROR, WARNING MESSAGES */

div.ok_message, div.error_message, div.warning_message {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
}

div.ok_message {
	border: 1px #008000 solid;
	background-color: #9DFF9D;
	color: #008000;
}

div.error_message {
	border: 1px #FF0000 solid;
	background-color: #FFB3B5;
	color: #FF0000;
}

div.warning_message {
	border: 1px #FF2A00 solid;
	background-color: #FFFF8A;
	color: #FF2A00;
}
