/*Основные установки*/
/*===========================>*/
@media screen
{
  html, body
  {
    margin:0; padding:0; background: #494C53; color:#000;
  }

  body
  {
    border: 0;
    font-family: Arial;
    font-size: 13px;
    min-width: 933px;
  }
}
@media print
{
  html, body
  {
    margin:0; padding:0; background: #ffffff; color:#000;
  }

  body
  {
    border: 0;
    font-family: Times;
    font-size: 13px;
  }
}

strong, b{
  	font-weight: 900;}
table, img { border: 0;}
ul{
  	margin: 0px; padding-left: 12px;
  	}

@media screen
{
  a{ text-decoration: none; outline: none; color: #4D403E; }
  a:hover{ text-decoration: underline; }
}
@media print
{
  a
  {
    color: #000; text-decoration: underline;
  }
}
a.ext { background:url('../images/ext_link.gif') center right no-repeat; display:inline-block; padding-right:10px;}
a.ext:visited { background:url('../images/ext_link_visited.gif') center right no-repeat;}
a.ext:hover { background:url('../images/ext_link_act.gif') center right no-repeat;}

.clear{ clear:both;}
.b{
	border: 1px solid red;}



/*Четыре кита:)*/
/*===========================>*/
@media screen
{
  #wrap {
    position:relative; width: 933px; margin:0 auto; }
  #header {
    position:relative; height: 75px;}
  #main {
    float: right; width:769px; margin-top: 9px;}
  #sidebar {
    float: left; width: 154px; 
    margin-top: 46px; }
  #footer {
    clear:both; }
}
@media print
{
  #main
  {
    color: #000;
    background-color: #fff;
  }

  #header, #sidebar, #foote
  {
    display: none;
  }
}

/*Оформление основного блока*/
/*===========================>*/
@media screen
{
  .main_mark
  {
    height: 47px; position: relative;
    background: url('../images/main_block_top.jpg') no-repeat bottom center;
  }
}
@media print
{
  .main_mark
  {
    display: none;
  }
}

.main_mark_2{
	height: 47px; position: relative;
	background: url('../images/main_block_top_2.jpg') no-repeat bottom center; }
.main_mark_3{
	height: 47px; position: relative;
	background: url('../images/main_block_top_3.jpg') no-repeat bottom center; }
.main_mark_4{
	height: 47px; position: relative;
	background: url('../images/main_block_top_4.jpg') no-repeat bottom center; }

@media screen
{
  .main_head
  {
    height: 27px; position: relative;
    background: #39373B url('../images/main_block_head.jpg') center;
  }
  .main_cont
  {
    background: #FFF url('../images/main_block_bg.jpg') center; min-height: 515px;
  }
  .main_bott
  {
    height: 18px; position: relative; font-size: 1px;
    background: url('../images/main_block_bott.jpg') no-repeat;
  }
}
@media print
{
  .main_head
  {
    height: 27px; position: relative;
  }
  .main_cont
  {
    min-height: 515px;
  }
  .main_bott
  {
    height: 18px; position: relative; font-size: 1px;
  }
}

.main_submenu{
	background: #FFF url('../images/main_block_submenu.jpg') repeat-y; }


/*Стили в блоке #header*/
/*===========================>*/
#header a.svn_server{
	position: absolute; top: 0; left: -58px;
	width: 222px; height: 87px;}

#header a.visualsvn{
	position: absolute; top: 0; left: -34px;
	width: 212px; height: 92px;}

#header a.company{
	position: absolute; top: 48px; left: 0;
	width: 101px; height: 15px;}

#header a.help{
	position: absolute; top: 48px; left: 0;
	width: 49px; height: 15px;}

#header #logo2 
{
    position: absolute; top: 45px; left: 180px;
	width: 300px; height: 20px;
}

#header #logo2 .visualsvn
{
    width: 166px; height: 23px;
	background: url('../images/footer_visualsvn.gif') no-repeat;    
    position: absolute; left: 0px; top: 0px;
}

#header #logo2 .slogan
{
    width: 166px; height: 19px;
	background: url('../images/slogan_1.gif') no-repeat;    
    position: absolute; left: 130px; top: 0px;
}

/*Стили в блоке #sidebar*/
/*===========================>*/
#sidebar ul {
	margin-bottom:0;}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;}

.block_cont{ position: relative; padding: 4px 11px;}
.search{padding: 0; margin: 0; }
.search input.inptext
{
	border: 1px solid #706E73;
	width: 105px; height: 16px;
	font-size: 10px; color: #4D403E;
	padding: 2px;
	float: left;
}

.search .submit 
{
  display: block; width: 18px; height: 18px;
  background: url('../images/nav_next.png') no-repeat center;
  float: right;
  border: 0px;
  padding: 0px;
  margin: 3px 0px 3px 0px;
  cursor: pointer;
}

.block{
	background: #39373B url('../images/block_bg.gif') repeat-y; margin: 7px 0;}
.block .bott_round{
	background: url('../images/block_round.gif') no-repeat bottom; height: 6px; font-size: 1px;}
.block .top_round{
	background: url('../images/block_round.gif') no-repeat top; height: 6px; font-size: 1px;}

.block a.title{
	font: 14px Arial; color: #B5B0AD; text-decoration: underline; font-weight: bold;}
.news_block p{
	font: 10px Arial; color: #FFF; padding: 0; margin: 0;}
.news_block a.next{
	font: 10px Arial; color: #CBC8C5; text-decoration: underline;}
.news_block .hr{
	font-size: 1px; height: 1px;
	background: url('../images/hr.gif') repeat-x; margin: 5px 0;}
.news_block .all_next{
	display: block; width: 70px; float: left; margin: 6px 0;
	font: 12px Arial; color: #FFF; text-decoration: underline;}
.news_block .rss{
	display: block; width: 19px; height: 19px; float: right; 
	background: url('../images/rss.gif') no-repeat; margin-top: 6px;}
.news_block a:hover{
	color: #B3AEAA; text-decoration: none; }

@media screen
{
  div.main_wrap
  {
    padding: 20px 33px;
  }
}
@media print
{
  div.main_wrap
  {
    padding: 0;
    margin-top: 10px;
  }
}

.menu .hr{
	font-size: 1px; height: 2px;
	background: url('../images/menu_hr.gif') repeat-x; margin: 7px 0;}
.menu a{
	font: 14px Arial; color: #FFF; text-transform: uppercase; }
.menu ul{ padding: 0; margin: 9px 0;}
.menu li{ display: list-item; list-style: none; list-style-image: none; 
	padding: 0; margin: 0;}
.menu li a{
	font: 14px Arial; color: #FFF; text-transform: none;}
.menu li a.cur{ color: #B5B0AD;}
.menu a:hover{ color: #B5B0AD;}

@media screen
{
  .main_head .path
  {
    padding: 4px 32px; color: #FFF; font: 16px Arial;
  }
  .main_head .path a
  {
    color: #FFF;
  }
  .main_head .path a:hover
  {
    color: #B5B0AD;
  }
}
@media print
{
  .main_head .path
  {
    font: 20px Times;
    font-weight: bold;
    padding: 0;
  }
  .main_head .path a
  {
    text-decoration: none;
  }
}

.main_mark a{
	display: block; position: absolute;	width: 70px; height: 20px;
	font: 15px Arial; color: #FFF; text-decoration: underline; text-align:center;}
.main_mark a:hover{
	text-decoration: none; color: #CBC8C5;}
.main_mark a.mark1{
	top: 17px; right: 120px; width: 90px; }
.main_mark a.mark2{
	top: 17px; right: 22px;  width: 80px; }
.main_mark_2 a.mark1{
	top: 17px; right: 34px; width: 100px;}
.main_mark_3 a.mark1{
	top: 17px; right: 16px; width: 102px;}

@media screen
{
  .main_foot
  {
    position: relative; height: 50px;
  }
}
@media print
{
  .main_foot
  {
    display: none;
  }
}

.main_foot .copy{
	font: 10px Arial; color: #E0DFDD; width: 160px; height: 40px;
	position: absolute; top: 0; left: 30px; }
.main_foot a { color: #E0DFDD; }

.main_foot a.visualsvn{
	display: block; width: 98px; height: 20px;
	position: absolute; top: 0; right: 259px;}
.main_foot .slogan{
	width: 166px; height: 19px;
	background: url('../images/slogan_1.gif') no-repeat; 
	position: absolute; top: 0; right: 67px;}

.our_customers{
	text-align: center;}

/*Стили для подменю*/
/*===========================>*/
.submenu{
	width: 400px; float: right;	padding: 10px; }
.main_submenu .title{
	float: left; padding: 27px 35px; width: 100px; color: #FFF;
	font-weight: bold;}
.submenu li{ 
	display: block; width: 185px; float: left;  color: #FFF;
	behavior: expression( !this.before ? this.before = this.innerHTML = '&bull;&nbsp;' + this.innerHTML : '' ); }
.submenu li:before { content: '\2022\a0'; }
.submenu a{ 
	 color: #FFF; font-size: 14px;}
.submenu a:hover
{
  color: #CCC;
}

/*Стили в контент-блоке text*/
/*===========================>*/
.text
{
  line-height: 130%;
}

.text ul,ol
{
  margin-top: 0.1em;
}

.text ol
{
  padding-left: 1.5em;
  list-style-image: none;
}

@media screen
{
  .text ul
  {
    list-style-image: url("../images/li.gif");
  }
}
@media print
{
  .text ul
  {
    list-style-type: disc;
  }
}

.text h2
{
  font-size: 15px;
  font-weight: bold;
  margin: 1.5em 0 0 0;
}

.text h3
{
  font-size: 13px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.text p 
{
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}

.text a
{
  text-decoration: underline; color: #4D403E;
}

.text a:hover
{
  text-decoration: none; color: #999;
}

.text a.next
{
  font: 13px Arial; text-decoration: underline;
}

.text .error-message
{
  border: solid 1px grey;
  border-top: solid grey 5px;
  font-size: 90%;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 10px;
  display: block;
}

.text .command
{
  font-size: 90%;
  font-weight: bold;
}

a.tortoisesvn{
	display: block; padding: 17px 35px 17px 16px; float: left; }

a.testimonials
{
  display: block; padding: 10px 0 10px 43px; color: #FFF;
  font-weight: normal;
  background: url('../images/testimonials.gif') no-repeat top left;
}

a.twitter 
{
  display: block; padding: 2px 0 2px 43px; color: #FFF;
  font-weight: normal;
  background: url('../images/twitter-33.png') no-repeat top left;
}

.legal
{
    font-family: Courier New, monospace;
    font-size: 90%;
    line-height: 1.3em;
    text-align: justify;    
}

.flash_video
{
    text-align: center;
}

.text .hr
{
	font-size: 1px; height: 1px;
	background: #D4D7D1 url('../images/text_hr.png') repeat-x;
	margin: 20px 0;
}

/*Стили в контент-блоке dwn_cont*/
/*===========================>*/
.download_cont{
	position: relative; margin: 0 13px 0 14px; height: 290px;
	background: url('../images/body_bg_grad.jpg') repeat-x top;}
.download_block{
	position: absolute; width: 450px; height: 165px; 
	top: 71px; left: 204px; 
	background: url('../images/download_bg_block.jpg') no-repeat top left;}
.download_block h1{ 
	display: block; position: absolute; top: 44px; left: 121px;
	font: 18px Arial; color: #4D403E; padding: 0; margin: 0;}
.download_block a.download_now{ 
	display: block; position: absolute; top: 86px; left: 104px;
	font: 20px Arial; color: #FFF; font-weight: bold; text-decoration: underline;}  
.download_block a.download_now:hover{ color: #CCC; text-decoration: none;}
.download_block .version{ 
	position: absolute; top: 137px; left: 60px; width: 120px; text-align: center;
	font: 14px Arial; color: #4D403E; font-weight: bold; text-transform: uppercase;}
.download_block .size{ 
	position: absolute; top: 137px; left: 208px;
	font: 14px Arial; color: #4D403E; font-weight: bold; text-transform: uppercase;}
.download_block .inf{ 
	position: absolute; top: 81px; left: 307px;
	font: 14px Arial; color: #4D403E; font-weight: bold; }
.download_block .inf h6{ 
	font: 14px Arial; color: #4D403E; font-weight: bold; padding: 0 0 12px 0; margin: 0;}
.download_block .inf a.agreement{
	font: 10px Arial; color: #4D403E; text-decoration: underline; }
.download_block .inf a.agreement:hover{ color: #666; text-decoration: none;}

/*Стили для блока с картинкой и описанием*/
/*===========================>*/
.picture_block_large
{
  position: relative;
  height: 100%;
  width: auto;
  overflow: hidden;
  margin: 0px 0 22px 0;
}
.picture_block_large .img_block
{
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

@media screen
{
  .picture_block_large
  {
    background-color: #EDEEEF;
  }
  .picture_block_large .img
  {
    padding: 12px;
  }
  .picture_block_large img
  {
    padding: 2px; background-color: #FFF;
  }
  .picture_block_large .plus
  {
    display: block; position: absolute; width: 29px; height: 30px;
    background: url('../images/plus.gif') no-repeat top left;
  }
  .picture_block_large td.arrow
  {
    vertical-align: middle; padding: 0 55px; color: #4D403E;
    background: url('../images/table_cell_arr.gif') no-repeat center left;
  }
  .picture_block_large .img_block .img_corner
  {
    position: absolute; width: 11px; height: 11px; font-size: 1px; z-index: 100;
    background: url('../images/img_block_l_corner.gif') no-repeat;
  }
  .picture_block_large .block_corner
  {
    position: absolute; width: 10px; height: 10px; font-size: 1px; z-index: 100;
    background: url('../images/pict_block_l_corner.gif') no-repeat;
  }
  .picture_block_large .corner1
  {
    top: -5px; left: -5px;
  }
  .picture_block_large .corner2
  {
    top: -5px; right: -5px;
  }
  .picture_block_large .corner3
  {
    bottom: -5px; left: -5px;
  }
  .picture_block_large .corner4
  {
    bottom: -5px; right: -5px;
  }
  .picture_block_large td.content
  {
    vertical-align: middle; padding: 0 18px; color: #4D403E;
  }
}
@media print
{
  .picture_block_large
  {
    border: solid 1px #000;
    padding: 5px;
  }
  .picture_block_large .img
  {
    padding: 0 12px 0 0;
  }
  .picture_block_large img
  {
    padding: 0;
  }
  .picture_block_large td.arrow
  {
    vertical-align: middle; padding: 0 55px; color: #4D403E;
  }
  .picture_block_large .plus,
  .picture_block_large .block_corner,
  .picture_block_large .corner1,
  .picture_block_large .corner2,
  .picture_block_large .corner3,
  .picture_block_large .corner4,
  .picture_block_large .img_block .img_corner
  {
    display: none;
  }
}

/*Стили для блока с картинкой и описанием*/
/*===========================>*/

/*Стили download_block_svn*/
/*===========================>*/
.download_block_svn{
	position: absolute; width: 430px; height: 181px; 
	top: 55px; left: 214px; 
	background: url('../images/download_bg_block_svn.jpg') no-repeat top left;}
.download_block_svn h1{ 
	display: block; position: absolute; top: 55px; left: 131px;
	font: 20px Arial; color: #4D403E; padding: 0; margin: 0;}
.download_block_svn a.download_now{ 
	display: block; position: absolute; top: 102px; left: 94px;
	font: 20px Arial; color: #FFF; font-weight: bold; text-decoration: underline;}  
.download_block_svn a.download_now:hover{ color: #CCC; text-decoration: none;}
.download_block_svn .version{ 
	position: absolute; top: 152px; left: 46px; width: 129px; text-align: center;
	font: 14px Arial; color: #4D403E; font-weight: bold; text-transform: uppercase;}
.download_block_svn .size{ 
	position: absolute; top: 152px; left: 177px; width: 90px; text-align: center;
	font: 14px Arial; color: #4D403E; font-weight: bold; text-transform: uppercase;}
.download_block_svn .inf{ 
	position: absolute; top: 97px; left: 293px; }
.download_block_svn .inf h6{ 
	font: 14px Arial; color: #4D403E; font-weight: bold; padding: 0 0 12px 0; margin: 0;}
.download_block_svn .inf a.agreement{
	font: 10px Arial; color: #4D403E; text-decoration: underline; }
.download_block_svn .inf a.agreement:hover{ color: #666; text-decoration: none;}

/*Стили download_tortoise_block*/
/*===========================>*/
.download_tortoise_block{
	position: absolute; width: 241px; height: 136px; 
	top: 105px;	background: url('../images/download_tortoise_block_bg.jpg') no-repeat top left;}
.download_tortoise_block h1{ 
	display: block; position: absolute; top: 9px; left: 24px; 
	font: 20px Arial; color: #4D403E; padding: 0; margin: 0; font-weight: bold;}
.download_tortoise_block a.download_now{ 
	display: block; position: absolute; top: 52px; left: 58px;
	font: 20px Arial; color: #FFF; font-weight: bold; text-decoration: underline;}  
.download_tortoise_block a.download_now:hover{ color: #CCC; text-decoration: none;}
.download_tortoise_block .version{ 
	position: absolute; top: 104px; left: 26px;
	font: 14px Arial; color: #4D403E; font-weight: bold; text-transform: uppercase;}
.download_tortoise_block .size{ 
	position: absolute; top: 104px; left: 160px;
	font: 14px Arial; color: #4D403E; font-weight: bold; text-transform: uppercase;}
.download_tortoise_block_left{
	left: 85px;}
.download_tortoise_block_right{
	left: 407px;}

.search_before_content{
	position: relative; margin: 0 13px 0 14px; height: 160px;
	background: url('../images/body_bg_grad_160.png') repeat-x top;
}
	
.search_form
{
    position: absolute;
    left: 120px;
    top: 60px;
}

.search_form input
{
    font-size: 16px;
}

.search_form .input_text input
{
    width: 400px;
}

.search_form .submit_button
{
    width: 100px;
}

.search_suggestion
{
}

.search_navigation
{
    font-size:130%;    
}

.search_navigation .page-numbers.current
{
    background-color:#808185;
    border:1px solid #808185;
    color:#FFFFFF;
    font-weight:bold;
}

.search_navigation .page-numbers:hover {
    text-decoration:none;
}

.search_navigation .page-numbers
{
    border:1px solid #CCCCCC;
    color:#808185;
    display:block;
    float:left;
    margin-right:3px;
    padding:4px 4px 3px;
    text-decoration:none;
}

.search_navigation .page-numbers.page-next,.page-numbers.page-prev
{
    border:1px none #FFFFFF;
}

/* Tree column styles (used mostly on download pages) */
.column
{
    margin-bottom: 10px;
}

.column ul
{
    padding-left: 15px;
}

.column li
{
}

.column h2
{
    padding: 0;
}

.column h3
{
    padding: 0;
    text-decoration: none;
    margin-top: 0.4em;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
}

.column p
{
    padding: 0;
}

.column_left{
	width: 230px; float: left; margin-right: 19px;}
.column_right{
	width: 205px; float: right; }

.left_column{
	width: 350px; float: left; }
.rigth_column{
	width: 350px; float: right; }


/* purchase_block */
/*===========================>*/
.purchase_calc{
	position: relative; margin: 0 13px 0 14px; height: 400px;
	background: url('../images/body_bg_grad_2.jpg') repeat-x top;}
.corporate_block{
	width: 216px; height: 256px; position: absolute; top: 68px; left: 107px;}
.purchase_calc .hr{
	font-size: 1px; height: 2px; background-color: #504E53;
	border: 1px solid #CECED0; margin: 4px 0;}
.corporate_block form{
	padding: 0; margin: 0; }
.corporate_block dl{
	height: 36px; margin: 0; padding: 0;}
.corporate_block dd{
	display: block; width: 120px; padding: 0; margin: 0; float: left; line-height: 36px;
	font-size: 19px; font-weight: bold;}
.corporate_block dd input{
	font-size: 14px;
	margin: 0;
	border: none 0;
    background:  url('../images/purchase_input.gif') no-repeat left 0px;
    width: 56px;
    height: 16px;
    padding: 3px 3px;
    vertical-align:middle;
    }

.corporate_block .input img {
    vertical-align:middle;
}

.purchase_calc dt{
	display: block; width: 84px; float: left;  padding: 0; line-height: 36px;
	font-weight: bold; }
.corporate_block .units{
	width: 150px; height: 55px;
	background: url('../images/unit.gif') repeat-x top left; }
.purchase_calc h6{
	font: 19px Arial; padding: 0; margin: 0; font-weight: bold;}
.purchase_calc span{
	font: 12px Arial; padding: 0; margin: 0;}
.purchase_calc .next{
	font: 12px Arial; color: #000; text-decoration: underline; font-weight: bold;}
.purchase_calc .next:hover{
	text-decoration: none;}
.purchase_calc .order{
	width: 231px; height: 52px; display: block; position: absolute; font-size: 19px; font-weight: bold; color: #FFF;
	top: 326px; background: #504954 url('../images/order_button.jpg') no-repeat top left;
	text-align: center; line-height: 52px;
	border: 0px;
	cursor:pointer; }
.purchase_calc .order:hover{
	text-decoration: none; }
.purchase_calc .order1{
	left: 100px; }
.purchase_calc .order2{
	left: 410px; }
.purchase_calc .order_prof{
	width: 231px; height: 52px; display: block; position: absolute; font-size: 19px; font-weight: bold; color: #FFF;
	left: 100px; top: 255px; background: #504954 url('../images/order_button.jpg') no-repeat top left;
	text-align: center; line-height: 52px;
	border: 0px;
	cursor:pointer; }
.personal_block{
	width: 216px; height: 256px; position: absolute; top: 68px; left: 418px;}
.personal_block .units{
	width: 25px; height: 55px;
	background: url('../images/unit.gif') repeat-x top left; }
.personal_block dl{
	padding: 0; height: 108px; margin: 0; }
.personal_block dt{
	display: block; line-height: 108px; margin: 0; padding: 0; width: 84px; float: left; }
.personal_block dd{
	display: block; line-height: 108px; margin: 0; padding: 0; width: 120px; float: left;
	font-size: 19px; font-weight: bold; }
.purchase_wrap h6{
	font: 19px Arial; padding: 0; margin: 0; font-weight: bold; }
.purchase_wrap h3{
	text-decoration: none; }
.purchase_wrap .column_right span{
	padding-left: 10px; }


.faq { clear: both; margin-top: 20px;}
.faq p{ }
.faq .answer
{
    display: block; clear: both; padding-left: 12px; margin: 4px 0 0 7px; _margin: 4px 0 0 10px; 
    margin-left: 8px; _margin-left: 11px;
}

.faq .plus_minus
{
	float: left;
	cursor: pointer;
	margin-right: 5px;
}

.faq .question
{
    color: #4D403E;
    margin: 0;
    text-decoration: none; 
}

.options td
{
    vertical-align: top;
}

.options td
{
border-width: 1px;
border-color: #C6C6C6;
padding: 10px;
}

.options thead td
{
    background-color: #C6C6C6;
    font-weight: bold;
}

.options tr td
{
  border-top-style: solid;
  padding: 5px;
}

.options tr.last td
{
  border-bottom-style: solid;
}

.options td.option
{
  border-left-style: solid;
  font-weight: bold;
  font-family: Courier New, monospace;
  white-space: nowrap;
}

.options td.meaning
{
  border-left-style: solid;
  border-right-style: solid;
}

.news_entry .date
{
    color: #00A4E8;
}

/* Breakout styles */
/*===========================*/
.breakout_container
{
  min-height: 50px;
  padding: 5px 0 5px 0;
  margin: 0;
}

.breakout_image
{
  width: 100%;
}

.breakout_title
{
  display: block;
  font-weight: 900;
  margin-right: 1.5em;
}

.breakout_content
{
  margin: -17px 0 0 25px;
  overflow: hidden;
}

.breakout_container .breakout_title + p
{
  margin-top: 0;
}

.review
{
  background-color: Yellow;
}
