@charset "utf-8";

* { 
	margin:0px; 
}

html { 
	height: 100%; 
	margin-bottom: 1px;
}

body {
    text-align: left;
  	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color:#edecf3;
	color:#7f7f7f;
	font-size:11px;
}

p#beta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url("../images/beta_bg.gif") repeat-x;
	border-top: 5px solid #f00;
	border-bottom: 2px solid #f00;
	z-index: 100;
	text-align:center;
}

img { border: 0 solid; }

h1 {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#444;
	text-decoration:none;
	line-height:1.5em;
}

h2 { 
	font-size: 22px;
  	font-weight:bold; 
  	margin-bottom:1em; 
	line-height: 1.5em; 
}

h3 {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#444;
	text-decoration:none;
	line-height:1.5em;
	padding-left: 15px;
	padding-top: 10px;
}

p { 
	line-height: 1.5em; 
	margin-bottom:1em; 
}

ul { 
	line-height: 1.5em; 
	margin: 0 0 1em 1em 
}

li { 
	margin-left: 1.5em; 
	line-height: 1.5em; 
}

a {color: #0063dc; text-decoration:underline;}

a:hover {text-decoration:none; outline:none;}

.cleaner {
	clear:both;
	font-size:1px;
	height:0;
	display:block;
	line-height:0px;
}

#news {
	position: absolute;
	left: 200px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight: normal;
	top: 7px;
	width: 600px;
}

#news a {color: #666; text-decoration:none;}

#news a:hover {color: #ba0000; text-decoration:none;}

#search_panel {
	position:absolute;
	top:11px;
	left:10px;
}

#search_panel #search {
	width:117px;
	height:21px;
	background:url("../images/search_input_bg.gif");
	background-repeat:no-repeat;
	position:relative;
}

#search_panel #search input{
	border:0px;
	background:none;	
	width:107px;
	height:18px;
	padding:3px 5px 0px 5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

#search_panel .submit {
	position:absolute;
	top:0px;
	left:122px;
}

.comments {
	position:relative;
	font-family:Tahoma, Arial;
	font-size:11px;
	min-height: 300px;
}

.comments .nazory {
	background-color:#fff;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:10px;
	margin-bottom:-15px;
}

#program_list .ad {
	border-bottom:1px solid #e3e3e3;
	padding:25px 0px 20px 0px;
	position: relative;
	height:110px;
	background-color:#f8f8f8;
}

#program_list .programs {
	position: relative;
}

#program_list .program {
	border-bottom:1px solid #e3e3e3;
	padding:25px 0px 20px 15px;
	position: relative;
}

#program_list .searchresult {
	border-bottom:1px solid #e3e3e3;
	padding:25px 100px 20px 15px;
	position: relative;
	min-height: 120px;
	background:url("../images/searchresult_bg.png") no-repeat;
	background-position:530px -24px;
	color: #626262;
}

* html #program_list .searchresult {
	border-bottom:1px solid #e3e3e3;
	padding:25px 100px 20px 15px;
	position: relative;
	height: 120px;
	background:url("../images/searchresult_bg.png") no-repeat;
	background-position:530px -24px;
	color: #626262;
}

#program_list .ordersent {
	border-bottom:1px solid #e3e3e3;
	padding:25px 100px 20px 15px;
	position: relative;
	min-height: 120px;
	background:url("../images/ok_bg.png") no-repeat;
	background-position:530px -24px;
	color: #666;
}

* html #program_list .ordersent {
	border-bottom:1px solid #e3e3e3;
	padding:25px 100px 20px 15px;
	position: relative;
	height: 120px;
	background:url("../images/ok_bg.png") no-repeat;
	background-position:530px -24px;
	color: #666;
}

#program_list .ordererror {
	border-bottom:1px solid #e3e3e3;
	padding:25px 100px 20px 15px;
	position: relative;
	min-height: 120px;
	background:url("../images/error_bg.png") no-repeat;
	background-position:530px -24px;
	color: #666;
}

* html #program_list .ordererror {
	border-bottom:1px solid #e3e3e3;
	padding:25px 100px 20px 15px;
	position: relative;
	height: 120px;
	background:url("../images/error_bg.png") no-repeat;
	background-position:530px -24px;
	color: #666;
}

#program_list .program .tip {
	position: absolute;
	width: 92px;
	margin-left: 533px;
	height:57px;
	background:url("../images/tip.png") no-repeat top left;
	margin-top: -25px;
}

* html #program_list .program .tip {
	position: absolute;
	width: 92px;
	margin-left: 38px;
	height:57px;
	background:url("../images/tip.png") no-repeat top left;
	margin-top: -25px;
}

#program_list .program .image {
	text-align:left;
	width:140px;
	height:120px;
	float:left;
	position:relative;
	margin-bottom: 20px;
}

#program_list .program .info {
	float:left;
	width:480px;
}

#program_list .program .softname {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#444;
	text-decoration:none;
	line-height:1.5em;
}

#program_list .program .description  {
	float:left;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666;
	width:340px;
	min-height:1px;
	padding-right:15px;
	line-height:1.5em;
}

#program_list .program .download {
	padding-top: 40px;
}

#program_list .program .js-kit-rating {
	float:right;
	padding-top:35px;
	margin-right:20px;
	_margin-right:8px;
}

#program_list .program .image .price {
	position:absolute;
	left:-10px;
	top:-24px;
	padding-left: 3px;
	padding-top: 10px;
}

#program_list .program .image .cart {
	position:absolute;
	left:2px;
	top:130px;
	padding-left: 3px;
	padding-top: 10px;
}


/** begin table program list **/

.table {
	width: 640px;
	font-size:11px;
	color:#666;
}

.table_header {
	font-weight: bold;
	background:url(../images/table-bg.png) repeat-x top left;
	background-color:#defbd3;
}

.table_tr {
	cursor: pointer;
	height:5px;
}

.table_tr_hover {
	background-color: #fffbd4;
	color:#ff6633;
	cursor: pointer;
}

.table_td1h {
	width: 174px;
	border-bottom: 1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-bottom: 10px;
}

.table_td2h {
	width: 334px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-bottom: 10px;
}

.table_td3h {
	width: 84px;
	border-bottom: 1px solid #e3e3e3;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-bottom: 10px;
}

.table_td1 {
	width: 174px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.table_td1 img {
	margin-right:6px;
	margin-top: -1px;
	padding:0px;
}

.table_td2 {
	width: 334px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.table_td3 {
	width: 84px;
	border-bottom: 1px solid #e3e3e3;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

/** end table program list **/

#top_nav,
#header,
#content_header,
#footer  {
	position:relative;
	background-repeat:no-repeat;
}

#top_border {
	min-height:33px;
	margin-top:5px;
	margin-bottom:5px;
}

#top_border_buy {
	height:33px;
}

#header {
	height:75px;
	background-image:url("../images/header.png");
	z-index:3;
}

#header_nav {
	position:absolute;
	top:49px;
	left:365px;	
}

* html #header_nav {
	position:absolute;
	top:49px;
	left:405px;	
}

#header_nav #home_menu_item {
	background-image:url("../images/home.png");
	width:29px;
	height:26px;
	padding:0px;
	text-indent:-9999px;
}

#header_nav #vop_menu_item {
	background-image:url("../images/vop.png");
	width:29px;
	height:26px;
	padding:0px;
	text-indent:-9999px;
}

#header_nav #home_menu_item.selected,
#header_nav #home_menu_item.selected:hover,
#header_nav #vop_menu_item.selected,
#header_nav #vop_menu_item.selected:hover {
	background-position:0px -26px;
}

#content_header {
	z-index:2;
	height:47px;
	background-image:url("../images/content_header_bg.png");
}

#content {
	background-image:url("../images/content_bg.gif");
	background-repeat:repeat-y;
}

#footer {
	height:64px;
	background-image:url("../images/footer_bg.gif");
}

#footer_shadow {
	position: relative;
	height:67px;
	background-image:url("../images/footer_shadow.png");
	background-repeat:no-repeat;
}

#categories h2 {
	position:relative;
	color:#4c4c4c;
	margin:0px;
	padding:0px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:12px;
	padding-left:14px;
	line-height:1.5em;
	background-color:#f3f3f3;
	height:35px;
	border-bottom:1px solid #cecece;
}

#content_main_content h2 {
	height:36px;	
	border-bottom:1px solid #e3e3e3;
	color:#000;
	padding-left:21px;
	padding-top:14px;
	line-height:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0px;	
}

#content_main_content .programs {
	position:relative;
}

#content_main .skyscraper {
	position:absolute;
	margin-left:650px;
	margin-top:50px;
}

ul#copyright {
	position:absolute;
	top:20px;
	left:0px;
	list-style:none;
	list-style-position:outside;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:9px;
	width: 250px;
	padding-left:0px;
}

ul#copyright li {
	display:inline;
	color:#88878e;
}

ul#copyright li a {
	color:#0063dc;	
	text-decoration:underline;
	padding-left:0px;
	margin-left:0px;
}

ul#copyright li a:hover {
	color:#000;
}

ul#footer_links {
	position:absolute;
	top:20px;
	left:270px;
	list-style:none;
	list-style-position:outside;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:9px;
	width: 550px;	
	padding-left:10px;
}

ul#footer_links li {
	display:inline;
	color:#88878e;
}

ul#footer_links li a {
	color:#0063dc;	
	text-decoration:underline;
	padding-left:0px;
	background-image:url("../images/footer_links_bg.gif");
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:10px;
}

ul#footer_links li a:hover {
	color:#000;
}

#base {
	position:relative;
	text-align:justify;
	margin:0px auto;
	width:821px;
}

#categories {
	position:relative;
	float:left;
	width:180px;
	z-index:2;
}

#content_main{
	position:relative;
	float:left;
	width:640px;	
}

#download {
	position:relative;
	float:right;
	width:180px;
	z-index:3;	
}

#content_main_content {
	position:relative;	
}

#categories_list {
	padding:3px 1px;
}

ul.cat_menu {
	list-style:none;
	margin:0;
	padding-left:0px;
	font-size:11px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
}

ul.cat_menu li {
	margin:0;
}

ul.cat_menu a {
	display:block;
	position:relative;
	height:25px;
	padding-top:7px;
	padding-left:15px;
	background-color:#f0f0f0;
	border-bottom:1px solid #cecece;	
	text-decoration:none;
	color:#626262;
}

ul#cat_nav.cat_menu a {
	background-image:url("../images/cat_menu_icon.gif");
	background-repeat:no-repeat;
	background-position:161px 14px;
}

ul.cat_menu a:hover {
   background-color:#ffefdd;
   color:#ff6600;
   text-decoration:none;
}

ul.header_nav_menu {
	list-style:none;
	margin:0;
}

ul.header_nav_menu li {
	margin:0;
	float:left;
	color:#686e75;
}

ul.header_nav_menu a {
	display:block;
	position:relative;
	height:22px;
	width:90px;
	padding:4px 0px 0px 0px;	
	text-align:center;
	margin-right:1px;
	text-decoration:none;
	color:#666666;
	background-image:url("../images/header_nav_menu_bg.gif");
	background-repeat:repeat-x;
	border-bottom:1px solid white;
}

ul.header_nav_menu a:hover {
	background-position:0px -26px;
	color:#333333;
	text-decoration:none;
}

ul.header_nav_menu a.selected,
ul.header_nav_menu a:hover.selected {
	background-position:0px -52px;
	border-bottom:1px solid #e8eaeb;
	color:#333333;
}

.file_info {
	font-size: 10px;
	font-weight: bold;
	color: #F96A0E;
}

.red {
	color: #FF0000;
}

.orange-light {
	color: #F96A0E;
}

.orange {
	color: #F96A0E;
	font-weight: bold;
}

.cd {
	font-weight: normal;
	background-color: #c1c7c7;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	padding-right: 5px;
}


.how-to-buy-header {
	background-color:#fcf891;
	width:556px;
	height:8px;
}

.how-to-buy-footer {
	background-color:#fcf891;
	width:556px;
	height:8px;
}

.how-to-buy-content {
	background-color:#fcf891;
	width:540px;
	padding-left: 8px;
	padding-right: 8px;
}

.search_highlight {
	font-weight: normal;
}

.search_resulttext {
	font-size: 11px;
}



/* objednavka */

#objednavka form h3 {
	background-image:url("../images/buy_section_title_bg.gif");
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#4c4c4c;
	height:28px;
	padding-left:13px;
	padding-top:7px;
	line-height:1em;
	margin-bottom:3px;
	position:relative;
}

#objednavka .info {
	background:url("../images/info.png") no-repeat;
	padding:30px 20px 15px 65px;
	background-position: 20px 25px;
}

#objednavka .info_howtobuy {
	background:url("../images/credit-card.png") no-repeat;
	padding:30px 20px 15px 65px;
	background-position: 20px 25px;
}

#objednavka .info_howtobuy p{
	color:black;
}

#objednavka .info_refresh {
	background:url("../images/refresh.png") no-repeat;
	padding:30px 20px 15px 65px;
	background-position: 20px 25px;
}

#objednavka .info_refresh p{
	color:black;
}

#objednavka .info_ostranke {
	background:url("../images/about.png") no-repeat;
	padding:30px 20px 15px 65px;
	background-position: 20px 25px;
}

#objednavka .info_ostranke p{
	color:black;
}

#objednavka .info_kontakt {
	background:url("../images/kontakt.png") no-repeat;
	padding:30px 20px 15px 65px;
	background-position: 20px 25px;
}

#objednavka .info_kontakt p{
	color:black;
}

#objednavka .info_vop {
	background:url("../images/vopico.png") no-repeat;
	padding:30px 20px 15px 65px;
	background-position: 20px 25px;
}

#objednavka .info_vop p{
	color:black;
}

#objednavka .main_section {
	position:relative;
	background-color:#f8f8f8;
	padding:15px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	color: #000000;
}

#objednavka .main_section_vop {
	position:relative;
	background-color:#f8f8f8;
	padding:15px;
	border-bottom:1px solid #e1e1e1;
	color: #000000;
}

#objednavka .main_section_vop_nobottomborder {
	position:relative;
	background-color:#f8f8f8;
	padding:15px;
	color: #000000;
}

#objednavka .main_section .checkboxes{
	padding-left:15px;
	padding-top:30px;
	padding-bottom:10px;
}

#objednavka .submit .button .submit {
	float:left;
	height: 30px;
	width:139px;
	border: none;
	background:url("../images/objednat.png") no-repeat;
	cursor:pointer;
	position:absolute;
	top:27px;
	left:475px;
}

#objednavka .submit {
	text-align:right;
	position:relative;
	height: 100px;
}

#objednavka .submit .label {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#b2b2b2;
	display:block;
	position:absolute;
	right:75px;
	top:39px
}

#objednavka table.order_table {
	margin-left:15px;
	
}

#objednavka table.order_table tr td,
#objednavka table.order_table tr th {
	padding:0px;
	width:200px;
	padding-bottom:10px;
}

#objednavka table.order_table tr th {
	color:#000000;
	font-weight:normal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:5px;
	text-align:left;
}

input.textField {
	background-image:url("../images/text-bg.gif");
	background-repeat:no-repeat;
	width:175px;
	height:20px;
	border-top:1px solid #a5acb2;
	border-left:1px solid #a5acb2;
	border-bottom:1px solid #d6dce2;
	border-right:1px solid #d6dce2;
	padding:5px 3px 0px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#objednavka .info .license_info {
	background: url("../images/cart_bg.png") bottom right no-repeat;
	width: 550px;
	padding-bottom:5px;
}

#objednavka .info .license_info, x:-moz-any-link, x:default {
	background: url("../images/cart_bg.png") bottom right no-repeat;
	width: 550px;
	padding-bottom:10px;
}

#objednavka .info .license_price {
	position:absolute;
	margin-left:95px;
	margin-top:-45px;
}

#objednavka .info .license_price, x:-moz-any-link, x:default {
	position:absolute;
	margin-left:95px;
	margin-top:-50px;
}

* html #objednavka .info .license_price {
	position:absolute;
	margin-left:95px;
	margin-top:-50px;
}








/* fancybox */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #fff;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: transparent;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
	background: transparent;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../fancybox/fancy_closebox.pngNOCLOSEBUTTON') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../fancybox/fancy_shadow_n.pngNOSHADOW') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../fancybox/fancy_shadow_ne.pngNOSHADOW') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../fancybox/fancy_shadow_e.pngNOSHADOW') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../fancybox/fancy_shadow_se.pngNOSHADOW') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../fancybox/fancy_shadow_s.pngNOSHADOW') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../fancybox/fancy_shadow_sw.pngNOSHADOW') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../fancybox/fancy_shadow_w.pngNOSHADOW') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../fancybox/fancy_shadow_nw.pngNOSHADOW') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url("../fancybox/fancy_title_left.png") repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url("../fancybox/fancy_title_main.png") repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url("../fancybox/fancy_title_right.png") repeat-x;
}

