/* стандартные обнуления отступов и прочие настройки */

html {
	height:100%;
	color: #000;
	background:#fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

address{
	font-style: inherit;
	font-weight: inherit;
	font-style: normal;	
}
del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1{
	font-size: 160%;
	font-weight: normal;
}
h2{
	font-size: 160%;
	font-weight: normal;
}
h3{
	font-size: 140%;
	font-weight: normal;
}
h4{
	font-size: 100%;
	font-weight: normal;
}
h5{
	font-size: 100%;
	font-weight: normal;
}
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym, {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

body {
	position:relative;
    font-family: Tahoma;
    font-size:11px;
	color:#000;
	width:100%;
	height:100%;
	min-width:1004px;
}

a {
	text-decoration:none;
	color:#000;
}
* {
	outline:none;
}
#container {
	min-height:100%;
	height:auto !important;
	height:100%;
}

#header {
	height:123px;
	position:relative;
	z-index:10;
}

.maxwidth {
	width:1004px;
	margin:0 auto;
}

.clear {
	clear:both;
	width:100%;
	height:0;
}

#logo {
	margin-left:25px;
	background: url(/images/logo.png) no-repeat left top;
	height:108px;
}

#logo a {
	display:block;
	text-indent:-9000px;
	position:relative;
	top:25px;
	height:56px;
	width:230px;
	overflow:hidden;
}
#logo img {
	display:none;
}
#nav {
	position:absolute;
	left:14px;
	bottom:0;
}

#nav li {
	float:left;
	margin:0 6px;
	position:relative;
}

#nav li:hover .secnav {
	visibility:visible;
}

#nav li a {
	display:block;
	color:#1e2172;
	font-size:12px;
	font-weight:bold;
	padding:5px 6px 10px;
	margin:1px 1px 0;
	cursor:pointer;
}

#nav li a:hover, #nav li:hover .doublelist {
	border-width:1px 1px 0;
	border-style:solid;
	border-color:#b6b7bd;
	margin:0 !important;
}

.nav-active {
	border:1px solid #b6b7bd;
	margin:0 !important;
	border-bottom:0 solid #b6b7bd !important;
}

.secnav {
	visibility:hidden;
	position:absolute;
	width:160px;
	background:#fff;
	color:#1e2172;
	border:1px solid #b6b7bd;
	z-index:20000;
}

.secnav li {
	width:100%;
	margin:0 !important;
}

.secnav li a {
	font-size:11px !important;
	line-height:23px;
	margin:0 !important;
	padding:0 0 0 9px !important;
	font-weight:normal !important;
	border-bottom:1px solid #ececee;
	background:none;
}

.secnav li a:hover {
	color:#ae1e04 !important;
	border-width:0 0 1px !important;
	border-color:#ececee !important;
}

.secnav-active {
	text-indent:11px;
}

.secnav-no-active {
	text-indent:9px;
}

.secnav-last a {
	border:none !important;
}

.secnav .full-list {
	background: url(/images/arrows.png) no-repeat 5px -150px !important;
	text-indent:19px !important;
	padding:0 !important;
}

.full-list {
	color:#ae1e04 !important;
}

#head-signin {
	position:absolute;
	right:45px;
	top:27px;
	width:300px;
	font-size:10px;
	font-family:verdana;
/*	Для авторизации
	position:absolute;
	right:133px;
	top:21px;
	width:184px;
	font-size:10px;
	font-family:verdana;
*/
}

#head-signin address {
	color:#1e2172;
	line-height:18px;
}

.textin {
	width:178px;
	height:16px;
	border:1px solid #cfcece;
	margin-bottom:4px;
	padding:3px 0 0 4px;
}

#signin-sub {
	cursor:pointer;
	margin-top:4px;
	width:41px;
	height:21px;
	background:#1e2172;
	border:none;
	color:#fff;
	float:right;
}
#search-in {
	width:130px;
	height:13px;
	border:1px solid #cfcece;
	margin:0;
	padding:0;
	padding-top:3px;
	display:block; /* titov.coder */
	float:left; /* titov.coder */
}
#search-sub {
	cursor:pointer;
	padding:0;
	margin:0;
	width:41px;
	height:18px;
	background:#1e2172;
	border:none;
	color:#fff;
}


#head-signin a {
	color:#1e2172;
	display:block;
}

#head-basket {
	width:200px;
	position:absolute;
	top:27px;
	left:437px;
	color:#1e2172;
	font-size:10px;
	font-family:verdana;
	height:53px;
}

#head-basket a {
	color:#1e2172;
	overflow:hidden;
}

.basket-img {
	width:36px;
	height:30px;
	text-indent:-9000px;
	overflow:hidden;
	background: #f07c23 url(/images/basket.png) no-repeat;
	padding-bottom:15px;
	float:left;
	margin-right:20px;
}

#head-basket dt {
	color:#5b5959;
	float:left;
	margin-right:6px;
}

#head-basket dd, #head-basket dd a {
	color:#ae1e04;
}

#head-basket dd span {
	font-weight:bold;
}

#spec-wrapper {
	clear:both;
	height:182px;
	background: #1e2172 url(/images/spec_bg.png) repeat-x;
	position:relative;
	z-index:1;
}

#spec {
	overflow:hidden;
}

#topflash {
	position:relative;
	z-index:1000;
}

#flash-bg {
	padding-left:28px;
	float:left;
	margin-right:25px;
	width:604px;
	height:182px;
}

#spec h2 {
	width:257px;
	height:62px;
	text-indent:-9000px;
	display:block;
	float:left;
	margin-top:20px;
	/*background: url(/images/spec_title_bg.png) no-repeat;*/
	margin-bottom:10px;
}
#first_header{
	padding-top:20px;
	width:325px;
	display:block;
	float:left;
	margin-bottom:5px;
	font-family:Tahoma;
	font-size:25px;
	color:#fff;
}
#second_header{
	width:325px;
	display:block;
	float:left;
	margin-bottom:5px;
	font-family:Tahoma;
	font-size:25px;
	color:#ffff00;
}

#spec p {
	line-height:15px;
	text-align:justify;
	color:#fff;
	font-size:11px;
	float:left;
	width:325px;
}

#content {
	width:1004px;
	position:relative;
}




.title-text {
	line-height:22px;
}



.title-text  a, .title-text  span {
	line-height:22px;
	color:#1e2172;
	font-weight:bold;
}



.port-preview {
	overflow-y:hidden;
	overflow-x:auto;
	position:relative;
	clear:both;
	padding-bottom:16px;
}


.arrows {
	overflow:hidden;
}


#tree {
	position:absolute;
	top:32px;
	right:370px;
	z-index:1000;
}

#tree li {
	float:right;
}

#tree li a {
	color:#444;
	margin:0 4px;
}

#tree li a:hover {
	color:#1e2172;
	text-decoration:underline;
}

.active-tree a {
	color:#1e2172 !important;
}

.project-work {
	width:604px;
	clear:left;
	float:none; /* edit titov.coder */
	display:block; /* edit titov.coder */
	position:relative;
	overflow:hidden; /* titov.coder */
	margin-bottom:15px;  /* titov.coder */

	border-bottom:1px solid #c9cacf;
}

.project-work h1 {
	border-bottom:1px solid #C9CACF;
	height:28px;
	margin:10px 0 13px 0;
	position:relative;
	width:604px;
	z-index:-1;
	color:#1e2172;
	line-height:20px;
}
.project-work h2 {
	border-bottom:1px solid #C9CACF;
	height:28px;
	margin:25px 0 13px 0;
	position:relative;
	width:604px;
	z-index:-1;
	color:#1e2172;
	line-height:20px;
}

.project-work ul {
	float:left;
	padding-left: 28px;
}

.project-work li {
	display:block;
	margin-bottom:15px;
	zoom:1;
}

.project-work li a {
	padding-left:24px;
	color:#929292;
	background: url(/images/arrows.png) no-repeat left -206px;
	display:block;
}

.use a {
	color:#1e2172 !important;
	background: url(/images/arrows.png) no-repeat left -6px !important;
}

#allsamples{
	width:604px;
	margin-top:10px;
	clear:left;
	float:left;
	display:inline;
	position:relative;
}
#allsamples ul{
	float:left;
	padding-left: 1px;
	width:600px; /* titov.coder */
}
#allsamples li{
	display:block;
	width: 290px; /* edit titov.coder */
	float:left; /* edit titov.coder */
	margin-bottom:15px;
	padding-right:10px; /* titov.coder */
	background: none;
	zoom:1;
}
#allsamples ul li img{
	border:1px solid #c1c2c6;
	margin-right:3px;
	float:left;
}
#allsamples ul li h3{
	font-size: 11px;
	font-weight:bolder;
}
.col2_1{
	width:300px;
}
.col2_2{
	width:300px;
}

.col3_1 {
	width:149px;
}
.col3_2 {
	width:149px;
}
.col3_3{
	width:149px;
}





#sitenav{
	width:1004px;
	text-align:right;
	font-size:10px;
	
	position:absolute;
	z-index:9; /* titov.coder */
	right:10px;
	margin-top:3px;
	margin-right:362px;

	height:12px;	
}
#sitenav a:link{
		text-decoration: underline;
}
#sitenav a:visited{
		text-decoration: underline;
}
#sitenav a:hover{
		text-decoration: none;
		color:#1D2273;
}

#indextext {

	margin-top:15px;
	float:left;
	position:relative;
	width:604px;
	left:28px;
}

#template_anounces{
	float:left;
	left:28px;
	margin:15px 6px 0 0;
	position:relative;
	width:300px;	
}
#template_anounces h2{
	border-bottom:1px solid #C9CACF;
	height:28px;
	margin:10px 0 12px 0;
	width:300px;
}
#template_anounces ul li{
	margin-bottom: 15px;
}
#template_anounces ul li div.date{
	margin: 0pt 5px 5px 0pt;
}
#template_anounces ul li div.newsbody{
	display: inline-block;
}




#articles_anounces{
	float:left;
	left:28px;
	margin-top:15px;
	position:relative;
	width:300px;	
}
#articles_anounces h2{
	border-bottom:1px solid #C9CACF;
	height:28px;
	margin:10px 0 12px 0;
	width:300px;
}
#articles_anounces ul li{
	margin-bottom: 15px;
}
#articles_anounces ul li div.date{
	margin: 0pt 5px 5px 0pt;
}
#articles_anounces ul li div.newsbody{
	display: inline-block;
}





#indextext h1 {
	border-bottom:1px solid #C9CACF;
	height:28px;
	/*margin:25px 0 0 28px;*/
	margin:10px 0 12px 0;
	width:604px;
	position:relative;
}
#indextext h2 {
	/*background: url(/images/headers.png) no-repeat left -56px;*/
	border-bottom:1px solid #C9CACF;
	height:28px;
	margin:10px 0 12px 0px;
	/*text-indent:-9000px;*/
	width:604px;
}

#indextext p {
		margin:15px 0 6px 0px;
	font-size:12px;
	text-align:justify;
}

#indextext p a {
	color:#00078d;
}

#printlink{
	width:100%;
	text-align:right;
}
.boldtext{
	font-weight:bolder;
}


#hfooter {
	clear:both;
	height:190px;
}

#footer-wrapper {
	margin-top:-170px;
	overflow:hidden;
	clear:both;
}

#footer-bg-wrapper {
	margin-top:58px;
	position:relative;
	background: #1e2172 url(/images/spec_bg.png) repeat-x top;
}

#footer {
	position:relative;
	padding-top:58px;
	color:#fff;
}

#footer h4 {
	font-size:10px;
	color:#737373;
	font-family:verdana;
	position:absolute;
	top:-57px;
	left:20px;
	display:block;
}
#footer a {
	text-decoration:underline;
}

#footer h3 {
	font-size:10px;
	text-align:right;
	color:#737373;
	font-family:verdana;
	position:absolute;
	top:-57px;
	width:982px;
	left:0px;
	display:block;
}
#partners {
	width:962px;
	position:absolute;
	z-index:10;
	top:-42px;
	left:17px;
	background:#fff;
	border:3px solid #f1f1f1;
	overflow:hidden;
}

#partners li {
	float:left;
	background: url(/images/partners_sep.png) no-repeat right top;
	width:160px;
}

#partners a {
	height:80px;
	width:159px;
	text-indent:-9000px;
	display:block;
	line-height:30px;
}

#partners a:hover {
	background-position:left -80px;
}

.last-partner {
	background:none !important;
}

#footer p {
	line-height:15px;
	margin-left:33px;
}

.org {
	color:#fff17a;
		
}


.street-address {
	margin-right:15px;
}

.number {
	color:#fff17a;
	font-weight:bold;
}

#footer-nav {
	position:absolute;
	right:45px;
	top:33px;
	line-height:78px;
}

#footer-nav li {
	display:inline;
	border-right:1px solid #fff;
}

#footer-nav li a {
	margin:0 10px;
	color:#fff;
}

.lastlink-footnav {
	border:none !important;
}

/* port_near_item*/

.port_near_items{
	display:block;
	clear:both;
	width:100%;
	padding:0px;
}
#instroy .port_near_items h4{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#00078D;
	padding:10px 0px;
	margin:0px;
}

.port_near_items hr{
	padding:0px;
	margin:55px 0px 0px 0px;
}
.port_near_items a{ 
	display:block;
	float:left;
	overflow:hidden;
	line-height:300px;
	width:49%;
	height:90px;
	text-decoration:none;
	padding:0px;
}
.content-txt .port_near_items a{ 
	text-decoration:none;
}
.content-txt .port_near_items a:hover{ 
	text-decoration:none;
	color:#000000;
}
.port_near_items a span{  
	display:block;
	line-height:100px;
	overflow:hidden;
	border:solid 1px #000;
	background:URL('/images/arrows.png') #FFffFF 2px -105px no-repeat;
	float:left;
	width:15px;
	height:15px;
	position:relative;
	text-decoration:none;
	cursor:pointer;
	margin:65px 10px 0px 10px;
}
.port_near_items a span.description{  
	display:block;
	border:0px;
	background:none;
	color:#000000;
	float:right;
	cursor:pointer;
	margin:0px;
	width:135px;
	line-height:1.1em;
	padding:5px;
	text-decoration:none;
	height:78px;
}
.port_near_items a.next_work_img span{
	float:right;
	background:URL('/images/arrows.png') #FFffFF 2px -130px no-repeat;
}
.port_near_items a.next_work_img span.description{  
	float:left;
	background:none;
}
.port_near_items a.prev_work_img{
	float:left;
	background:URL('') 0 0 no-repeat;
}
.port_near_items a.next_work_img{
	float:right;
	background:URL('') 100% 0 no-repeat;
}
.port_near_items a:hover{
	background-color:#efefef;
}
.clr{clear:both;}

/* order_search_form */
table.two_columns{
	border-collapse: collapse;
	border:0px;
	width:603px;
	margin:20px 0px 0px 2px;
	padding:4px;
}
table.two_columns td{
	width:440px;
	font-weight:bold;
	vertical-align:top;
	padding:0px 0px 5px 0px;
	
}
table.two_columns td.left{
	width:160px;
	font-weight:normal;	
}
table.two_columns td.colspan{
	width:auto;
	color:#DD512F;
}

#sa_search_order{
	font-family:Tahoma;
	display:block;
	border:solid 1px #1e2172;
	padding:1px 1px 5px 1px;
	width:597px;
	margin:20px 0px 0px 0px;
}
#sa_search_order .header{
	display:block;
	background:URL('/images/order_search_top_bg.png') #dd512f 0 0 repeat-x;
	width:577px;
	height:60px;
	padding:20px 10px 10px 10px;
	color:#FfF;
	font-size:16px;
	line-height:25px;
}
#sa_search_order .sa_form_box{
	width:546px;
	padding:10px 20px 0px 30px;
	font-size:11px;
}
#sa_search_order .inputs{
	display:block;
	float:left;
	width:320px;
	padding:0px;
	margin-top:10px;
}
#sa_search_order .label_set{
	width:105px;
	display:block;
	float:left;
	padding:8px 0px 0px 0px;
}
#sa_search_order .label_set label{
	display:block;
	padding:0px 0px;
	margin:0px 0px 16px 0px;
}
#sa_search_order .input_set{
	width:210px;
	padding:0px;
	display:block;
	float:left;
}
#sa_search_order .input_set input{
	border:solid 1px #d3d2d2;
	width:200px;
	padding:2px;
	margin:5px 0px;
	display:block;
	float:left;
	color:#CFCECE;
}
#sa_search_order .input_set textarea{
	font-family:Tahoma;
	border:solid 1px #d3d2d2;
	width:200px;
	height:110px;
	padding:2px;
	margin:5px 0px;
	display:block;
	float:left;
	color:#CFCECE;
}
#sa_search_order .input_set .111{
	color:#000000;
}
#sa_search_order .input_set .btn{
	background:#1E2172 none repeat scroll 0 0;
	border:1px solid #CFCECE;
	color:#FFFFFF;
	cursor:pointer;
	height:21px;
	margin-top:10px;
	position:relative;
	width:207px;
}
#sa_search_order #no_color_chooser{
	margin-top:15px;
}
#sa_search_order #no_color_chooser label{
	display:block;
	float:left;
}
#sa_search_order #no_color_chooser input{
	display:block;
	width:50px;
	float:left;
	border:solid 1px #d3d2d2;
	padding:2px;
	display:block;
	float:left;
}

/*next_prev_template*/
.next_prev_template{
	display:block;
	width:950px;
	padding:4px;
	margin:20px 0px 0px 0px;
}
.next_prev_template a.left, .next_prev_template a.right{
	display:block;
	float:left;
	width:450px;
	margin-top:10px;
} 
.next_prev_template a.right{
	float:right
}
.next_prev_template a.left span, .next_prev_template a.right span{
	display:block;
	width:152px;
	float:left;
	border:solid 1px #c1c2c6;
	padding:0px 14px 16px 14px;
	cursor:pointer;
	background:#FFF;
}
.next_prev_template a.right span{
	float:right;
}
.next_prev_template a.left span span, .next_prev_template a.right span span{ /*arrows*/
	display:block;
	position:relative;
	margin:-25px 10px 0px 10px;
	padding:0px;
	border:0px;
	width:15px;
	text-decoration:underline;
	height:15px;
	border:solid 1px #c1c2c6;
	background:URL('/images/arrows.png') #FFffFF 2px -105px no-repeat;
	overflow:hidden;
	line-height:300px;
	cursor:pointer;
}
.next_prev_template a.right span span{
	float:right;
	background:URL('/images/arrows.png') #FFffFF 2px -130px no-repeat;
}
.next_prev_template a.left span span.preview, .next_prev_template a.right span span.preview{ /*template preview*/
	display:block;
	height:135px;
	width:152px;
	color:#00078D;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	line-height:1em;
	text-align:center;
	border:0px;
	padding:5px 0px 0px 0px;
	margin:0px;
	background:URL('') 50% 26px no-repeat;
	cursor:pointer;
}
.next_prev_template a.right span span.preview{ /*template preview*/
	float:right;
}
.next_prev_template a.left span.descrip, .next_prev_template a.right span.descrip{
	display:block;
	width:240px;
	padding:25px 10px 0px 10px;
	border:0px;
	float:right;
	cursor:pointer;
	background:none;
}
.next_prev_template a.right span.descrip{
	float:left;
}
.next_prev_template a.left span.descrip u, .next_prev_template a.right span.descrip u{
	color:#00078D;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}



	/* -hovers*/
.next_prev_template a.left span.descrip u:hover, .next_prev_template a.right span.descrip u:hover{
	text-decoration:none;
}
.next_prev_template a.left span span.preview:hover, .next_prev_template a.right span span.preview:hover{ /*template preview*/
	text-decoration:none;
}
.next_prev_template a:hover{
	background:#EFEFEF
}
/*before_after in samples*/
.before_after{
	border-collapse:collapse;
	width:100%;
	font-size:11px;
	border:0px;
}
.before_after tr.new_line td{
	height:30px;
	border:0px;
}
.before_after .first_column, .before_after .third_column{
	vertical-align:top;
	width:185px;
	border:solid 1px #c1c2c6;
	border-width:1px 1px 0px 1px;
}
.before_after .first_column.btm, .before_after .third_column.btm{
	border-width:0px 1px 1px 1px;	
	vertical-align:bottom;
}
.before_after tr td.second_column{
	border:solid 1px #FFffFF;
	border-right:solid 1px #c1c2c6;
	border-left:solid 1px #c1c2c6;
	vertical-align:top;
}
.before_after a.preview{
	display:block;
	width:185px;
	height:185px;
	color:#00078D;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	text-align:center;
	font-size:12px;
	margin:5px 0px 20px 0px;
	background:URL('') 50% 40px no-repeat;
}
.before_after a.preview:hover{
	text-decoration:none;
}
.before_after .btm .blue{
	display:block;
	width:auto;
	height:20px;
	padding:5px 0px 0px 0px;
	margin:1px;
	color:#fff;
	text-align:center;
	background:#182173;
}
.before_after .btm .blue a{
	color:#fff;
	text-decoration:underline;
}
.before_after .btm .blue a:hover{
	color:#fff;
	text-decoration:none;
}
.before_after .second_column div{
	padding:10px;
	line-height:14px;
}
.before_after .second_column div ul{
	display:block;
	padding:0px 0px 0px 10px;
	margin:0px;
	
}
.before_after .second_column div ul li{
	padding:0px;
	margin:0px;
	list-style-position:outside;
	list-style-image:URL('/images/marker.gif');
}
.before_after .second_column div div{
	display:block;
	clear:both;
	width:auto;
	height:30px;
}
.before_after .second_column div u{
	display:block;
	width:auto;
	text-align:right;
	border:solid 1px #000;
	border-width:1px 0px 0px 0px;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
}
.before_after .second_column div b{
	color:#182173;
}
/* cat_viewer */
.cat_viewer .left, .cat_viewer .right{
	display:block;
	width:48%;
	float:left;
}
.cat_viewer .right{
	float:right;
}
.cat_viewer a, .cat_viewer b{
	display:block;
	clear:both;
	width:100%;
	font-size:12px;
	margin:0px 0px 5px 0px;
	overflow:hidden;
	white-space:nowrap;
}
.cat_viewer a:hover{
	text-decoration:underline;
}
.cat_viewer span{
	display:block;
	float:right;
	width:33px;
	height:12px;
	position:relative;
	z-index:2;
	background:URL('/images/right_cat.png') top right repeat-y;
	margin:-17px 0px 0px -33px;
}
* html .cat_viewer span{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/images/right_cat.png);
}
/*form page_chooser*/
.page_chooser{
	float:right;
	padding:10px 0px 30px 0px;
	}
#contentTxt.content-txt .page_chooser a.l_r_btn{
	background:#232773;
	border:1px solid #c1c2c6;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:right;
	padding:0px;
	font-weight:normal;
	font-size:12px;
	margin-left:10px;
	text-decoration:none;
	height:16px;
	width:20px;
	text-align:center;
}
#contentTxt.content-txt .page_chooser .l_r_btn:hover, .page_chooser .l_r_btn:visited{
	color:#FFFFFF;
}
.page_chooser span.page_num{
	display:block;
	float:right;
	margin-left:10px;
}
.page_chooser span.page_num input{
	border:1px solid #c1c2c6;
	cursor:pointer;
	display:block;
	float:left;
	padding:0px;
	margin-right:5px;
	height:16px;
	width:30px;
}
.page_chooser span.page_num span{
	float:left;
	margin-right:5px;
}
.page_chooser span.total_templates{
	float:right;
	margin-right:40px;
}
/*extra_functions*/
.extra_functions{
	width:605px;
	padding:0px;
	margin:10px 0px;
	border-collapse: collapse;
	vertical-align:top;
	position:relative;
	z-index:1;
}
.extra_functions tr td{
	vertical-align:top;
}
.extra_functions.top_border tr td{
	border-top:solid 1px #c9cacf;
	border-bottom:solid 1px #c9cacf;
}
.extra_functions tr td.price strong{
	font-weight:bold;
}
.extra_functions tr td.price a.dashed_underline{
	text-decoration:none;
	color:red;
	border-bottom:1px dashed red;
}
.extra_functions tr td.price a.dashed_underline:hover{
	border-bottom:1px dashed #fff;
}
.extra_functions tr.spacer{
	height:20px;
}
.extra_functions tr.grey, .extra_functions tr td.read_more{
	background:#f0f0f0;
}
.extra_functions tr td.img{
	width:157px;
	vertical-align:top;
}
.extra_functions tr td h3{
	padding:0px 0px 5px 0px;
	margin:0px;
	font-size:1em;
	font-weight:bold;
}
.extra_functions tr td.descrip{
	padding:10px 25px;
	vertical-align:top;
}
.extra_functions tr td .read_more{
	display:block;
	bottom:0px;
	margin:0px 0px 0px 25px;
	padding:2px 20px 2px 5px;
	float:left;
	color:#FFF;
	background:url(/images/arrows_alpha.gif) #1d2070 95% -4px no-repeat;
}
.extra_functions tr td.price{
	vertical-align:top;
	width:130px;
	padding:5px 0px 5px 0px;
}.extra_functions tr td.price div{
	padding:0px 0px 0px 25px;
	border-left:solid 1px #c9cacf;
}.extra_functions tr td.price div div{
	border-left:solid 1px #000;
}
.extra_functions tr td.price b{
	color:red;
	font-weight:normal;
	height:100%;
}
.extra_functions tr td.price b.green{
	color:#006b32;
}
.extra_functions.top_border tr.paied{
	background:#e9e9e9;
}
.extra_functions.top_border tr:hover, .extra_functions.top_border tr.paied:hover{
	background:#f1f1f1;
}
.popup_payment{
	position:absolute;
	z-index:9;
	width:240px;
	margin-left:-20px;
	background:#eae9ef;
	border:1px solid #000;
	padding:10px 20px;
}
.popup_payment form{
	padding:10px;
}
.popup_payment .button, .close_popup{
	display:block;
	border:1px solid #000;
	background:#d4d0c8;
	text-align:center;
	width:150px;
	height:15px;
	color:#000;
	cursor:pointer;
}
.close_popup{
	margin-top:3px;
}

/*packages table*/
table.packages{
	width:605px;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
	border:solid 1px #c8c8c8;
}
table.packages tr td, table.packages tr th{
	border:solid 1px #c8c8c8;
}
table.packages tr th{
	height:26px;
	background:URL('/images/table_th_bg.jpg') #c8c8c8 0 0 repeat-x;
	color:#000;
	font-weight:bold;
	font-size:12px;
}
table.packages tr th.modul_name, table.packages tr td.modul_name{
	width:150px;
	padding-left:15px;
}
table.packages tr td{
	padding-top:5px;
	padding-bottom:5px;
}
table.packages tr th.package_name, table.packages tr td.package_name{
	width:110px;
	padding-left:0px;
	text-align:center;
}
table.packages tr td span.have{
	display:block;
	width:7px;
	height:7px;
	overflow:hidden;
	margin:0 auto;
	line-height:30px;
	background:URL('/images/icons/have.gif') 0px -23px no-repeat;
}
table.packages tr td span.donthave{
	display:block;
	width:7px;
	height:7px;
	overflow:hidden;
	margin:0 auto;
	line-height:30px;
	background:URL('/images/icons/have.gif') 0px 0px no-repeat;
}
table.packages tr td .to_hide{
	display:none;
	position:absolute;
	margin:5px 0px 0px 0px;
}

.disabled_input {
  color: #CFCECE;
}
.gallery_image {
	width:200px;
	height:200px;
	float:left;
	text-align:center;
	vertical-align:middle;
}
/*hosting order form*/
#hosting_order #hosting_pref{
	border:0px;
}
#hosting_bank{
	border:0px;
	margin-top:30px;
}
#hosting_order table, #hosting_bank table{
	border-collapse:separate;
	border-spacing:5px;
}
#hosting_order table tr td{
	background:#ffddaa;
	padding:10px;
}
#hosting_bank table tr td{
	background:#dddddd;
	padding:10px;
}
#hosting_order table tr td.left_td{
	width:200px;
	vertical-align:middle;
}
#hosting_order table tr td.right_td{
	width:450px;
}
#hosting_order input, #hosting_order select{
	border:1px solid #1e2172;
	position:relative;
	margin:0px 0px 0px 2px;
}
.where_host select{
	font-weight:bold;
}
#hosting_order input{
	height:15px;
	top:-1px;
	width:150px;
}
#hosting_order select{
	margin:0px 0px 0px 0px;
}
#hosting_order .radio{
	position:relative;
	border:0px;
	margin-left:30px;
	top:3px;
	outline:none;
	margin-right:5px;
	width:auto;
}
#hosting_order .radio, #hosting_order label{
	cursor:pointer;
}
#hosting_order textarea{
	font-family:arial;
	border:1px solid #1e2172;
	height:150px;
	width:200px;
}
.right_td .small_input input{
	width:70px;
}
#hosting_order button{
	background:#1E2172 none repeat scroll 0 0;
	border:1px solid #CFCECE;
	color:#FFFFFF;
	cursor:pointer;
	height:21px;
	left:200px;
	margin-top:4px;
	position:relative;
	width:180px;
}