/*----------------------------------------------------------
                          @RESET
-----------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img { 
	border:0;
	}
ul {
	list-style:none;
	position:relative;
	}
a:focus,input:focus {
	outline:none; 
	}

	

/*----------------------------------------------------------
                          @GENERAL
-----------------------------------------------------------*/
body {
	background: #eee;
	min-width: 970px;
	text-align: center;
	background:#FFFFFF url(/img/bg/vertbg.jpg) center top repeat-y;
	
}
	
body,input.text,select,textarea,label {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #444;
}

#wrapper {
	width:100%;
	background:transparent url(/img/bg/main_bg.jpg) center top no-repeat;
}

#container {
	width: 970px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: transparent url(/img/bg/cent_bg.jpg) center 175px no-repeat;
}


/* Links
------------------------------------ */
a {color: #0095da; text-decoration: underline;}
a:hover {text-decoration: none;}



/* Global Classes
------------------------------------ */
.left 	{float: left;}
.right 	{float: right;}
.clear 	{clear: both;}


.level {
	margin-left:5px;
	width:960px;
	position:relative;
	overflow:hidden;
}

/*----------------------------------------------------------
                          @HEADER
-----------------------------------------------------------*/
#header {
	width: 100%;
	height: 175px;
	overflow: hidden;
	position: relative;
	}
	#header img.logo {
		margin: 36px 0 0 40px;
		}
	#header ul {
		height: 70px;
		line-height: 70px;
		position: absolute;
		top: 0;
		right: 0;
		}
		#header ul li {
			float: left;
			padding: 0 0 0 22px;
			margin: 0;
		}
			#header ul li.phone img {
				margin-top:69px;
				margin-right:30px;
			}



/*----------------------------------------------------------
                           @NAV
-----------------------------------------------------------*/
#nav {
	width: 960px;
	height: 33px;
	position: relative;
	margin-bottom: 0px;
	}
	#nav li {
		float: left;
		display: inline;
		position: relative;
		margin: 0;
		padding: 0;
		height: 32px;
		background: url(/img/nav-divider.gif) right bottom no-repeat;
		}
		#nav li.home {
			b__ackground: url(/img/nav-divider.gif) left bottom no-repeat;
		}
		#nav li a {
			display: block;
			padding: 0 43px;
			margin: 0px 2px 0px 0;
			line-height: 32px;
			color: #fff;
			text-decoration: none;
			white-space: nowrap;
			}
			#nav li a:hover { 
				background: #4db5e5 /*url(../img/bg/nav-overlay.gif) repeat-x*/;
				}
		#nav li.home {
			margin-left: 1px;
			}

			
/*----------------------------------------------------------
                           @NAV2
-----------------------------------------------------------*/
#nav2 {
	width: 210px;
	margin-bottom: 0px;
	}
	#nav2 li {
		margin: 0;
		padding: 0;
		height: 40px;
		width:209px;
		background: transparent url(/img/bg/leftmenu-item-bg.gif) left top no-repeat;
		}
		#nav2 li.last {
			height:2px;
			}
		#nav2 li a {
			display: block;
			color: #111111;
			text-decoration: none;
			white-space: nowrap;
			width:209px;
			height: 40px;
			line-height:40px;
			font-size:14px;
			background: transparent url(/images/price_list_icon.gif) no-repeat 10px 10px;
			}
			#nav2 li a span { 
				float:left;
				margin-left:40px;
				width:110px;
				b__ackground-color:red;
				overflow:hidden;
				cursor:pointer;
				} 
			#nav2 li a span.count { 
				float:left;
				font-size:11px;
				color:#f2f2f2;
				margin-right:0px;
				margin-left:0px;
				width:35px;
				text-align:right;
				b__ackground-color:green;
				}
			#nav2 li a:hover { 
				background: #4db5e5 url(/img/bg/leftmenu-item-bg-active.gif) no-repeat;
				color:white;
				}
			#nav2 li a.active { 
				background: #4db5e5 url(/img/bg/leftmenu-item-bg-active.gif) no-repeat;
				color:white;
				}
			
	#left a.price {
		display:block;
		text-align:center;
		width:190px;
		padding:10px 0px 10px 0px;
		background: transparent url(/images/product_brochure_icon.gif) no-repeat 10px 10px;
	}	
			
/* Search
------------------------------------ */	
#nav li.search {
	background: none;
	}
	#nav li.search div {
		margin: 5px 6px 0 10px;
		width: 180px;
		height: 23px;
		overflow: hidden;
		position: relative;
		background: url(/img/bg/nav-search.gif) top left no-repeat;
		}
	#nav li.search input.text {
		position: absolute;
		top: 4px;
		left: 8px;
		width: 190px;
		border: 0;
		line-height: 1;
		*line-height: 1.25; /* IE hack */
		} 
	#nav li.search input.watermark {
		color:#999;
		}
	#nav li.search input.button {
		position: absolute;
		top: 0;
		right: 0;
		}
		
		
/* Current
------------------------------------ */
#katalog .catalog a, #katalog .catalog a:hover,
#services .services a, #services .services a:hover,
#download .opinions a, #download .opinions a:hover,
#about .about a, #about .about a:hover,
#services .services a, #services .services a:hover,
#contact .contact a, #contact .contact a:hover {  
	background: #0095da;
	cursor: default;
	}

	
#main_block {
	b__ackground: #fff url(/images/georg.jpg) 196px 0px no-repeat;
}
#left {
	float:left;
	width:210px;
	background:transparent url(/img/bg/left_bg.gif) repeat-y;
}	
	
#bottom_block {
	background:#2c6287 url(/img/bg/bottom-bg-blue.jpg) repeat-x;
	height:360px;
}

.bottom_part {
	margin:20px;
	padding:0px;
	width:280px;
	display: inline;
	float:left;
	color:white;
	border:0px solid white;
	position:relative;
	overflow:hidden;
}


.bottom_part h3 {
	color:white;
	font-size:16px;
	font-family:arial;
	font-weight:bold;
	margin-bottom:20px;
}

div.headers {
	width:60px;
	float:left;
	font-weight:bold;
}

span.spacer {
	display:block;
	height:7px;
	position:relative;
	overflow:hidden;
	
}

/*----------------------------------------------------------
                         @MASTHEAD
-----------------------------------------------------------*/
#mast {
	width: 958px;
	position: relative;
	overflow: hidden;
	border: 1px solid #cfcfcf;
	background: #fff;
	margin-bottom: 12px;
	}

#intro {
	width: 245px;
	float: left;
	display: inline;
	margin: 20px 0 10px 25px;
	font-size: 12px;
	line-height: 1.4;
	}

#slider {
	width: 665px;
	float: right;
	}
	#slider img {
		border: 1px solid #fff;
		width: 663px;
		height: 322px;
		}

#slide-nav {
	position: absolute;
	bottom: 18px;
	left: 340px;
	z-index: 10;
	}
	#slide-nav a {
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		display: block;
		float: left;
		padding: 3px 9px;
		margin-right:5px;
		background: #000;
		}
		#slide-nav a:hover {
			background: #333;
			}
		#slide-nav a.activeSlide {
			background: #0296da;
		}
	
	


/* Layout
------------------------------------ */
#sidebar {
	float: left;
	width:250px;
	background: #fff;
	border: 1px solid #cfcfcf;
	overflow:hidden;
	}

#main {
	float: right;
	border: 1px solid #cfcfcf;
	width: 958px;
	background: #fff url(../img/bg/tab-selected.gif) top left repeat-x;

}

#katalog #main {
	width: 692px;
	}

.inner {
	padding: 10px;
	height: 1%;
	overflow: hidden;
	}
	#main .inner {
		padding: 20px;
	}

	
#inner {
	margin:20px;
	width:700px;
	float:right;
}
	
table.list {
	width:650px;
}
	
table.list td {
	border-collapse:collapse;
	border-top:1px solid #ccc;
	padding:3px 5px 3px 5px;
}

table.list td.sub {
	padding-left:22px;
	background: url(/images/icon_subitem.gif) 8px 8px no-repeat;
}
table.list td.is_main {
	background-color:#f3f3f3;
}

table.list td input {
	width:30px;
}

.catdesc table {
	width:600px;
	margin:10px;
	border:5px solid #eee;
	margin-bottom:20px;
	margin-left:40px;
}

.catdesc table td {
	padding:3px 5px 2px 5px;
	vertical-align:middle;
}
.catdesc table td p {
	padding:0px;
	margin:0px;
}

.bottable {
	width:274px;
}

.bottable td {
	border-top:1px solid #658296;
	padding:4px 3px 3px 3px;
}

.bottable td  a{
	color:white;
}

.bottable td.price {
	text-align:right;
	color:#ede500;
}

.bottable td.gotocat {
	padding-top:10px;
}
/* Item 
------------------------------------ */
.item {
	width: 190px;
	text-align: center;
	float: left;
	margin: 0 35px 20px 0;
	}
	.item a {
		display: block;
		padding: 10px;
		border: 1px solid #cfcfcf;
		text-decoration: none;
		}
		.item a:hover {
			border: 1px solid #999;
		}
	.item h3 {
		font-size: 14px;
		}
	.item p {
		margin-bottom: 0;
		}
	.last {
		margin-right: 0;
	}
	
	
/* Sidebar
------------------------------------ */
#sidebar h3 {
	padding: 10px;
	margin:0 0 1px 0;
	background: url(../img/bg/tab-selected.gif) top left repeat-x;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	width: 100%;
	}
	
#inner ul,  #sidebar ul {
	margin:5px 5px 20px 5px;
	}
	#inner ul li, #sidebar ul li {
		padding-left: 28px;
		background: url(/images/ok_grey.gif) left 1px no-repeat;
		margin: 0 0 .4em 15px;
		}
		#sidebar ul li a.folder {
			font-size: 13px;
			color: #000;
			text-decoration: none;
			border-bottom: 1px dotted #000;
			}
			#sidebar ul li a.folder:hover {
				border:0;
				}
			#sidebar ul li a.islink {
				color: #0095da;
				text-decoration: underline;
				border: 0;
				}
				#sidebar ul li a.islink:hover {
					text-decoration: none;
					}
		#sidebar ul li.expanded {
			background-image: url(../img/ico/bullet_expanded.gif);
			}
		#sidebar ul li ul {
			margin:5px;
			display: none;
			}
			#sidebar ul li ul.expanded {
				display: block;
			}
		#sidebar ul li ul li a {
			font-size: 12px;
			color:#0095da;
			font-weight: normal;
			text-decoration: underline;
			}
			#sidebar ul li ul li a:hover {
				text-decoration: none;
				}

/* Filters
------------------------------------ */		
.filters {
	border: 1px solid #d8d8d8;
	background: #fafafa;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	font-size: 11px;
	}
	.filters  form {
		margin: 10px 10px 0 10px;
		float: left;
		padding-bottom: 10px;
		}
	.filters  label {
		margin-right: 5px;
		font-weight: bold;
		}
	.filters select {
		margin-right: 10px;
		}
	.filters button {
		position: absolute;
		top:9px;
		right:10px;
		cursor: pointer;
		}
	.filters button,
	.filters select,
	.filters  label  {
		font-size: 11px;	
	}

/* Pagination
------------------------------------ */	
.pagination {
	padding: 3px;
	margin: 3px;
	text-align: center;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #cecece;
	text-decoration: none;
	background: #fff url(../img/bg/pagination-bg.gif) bottom repeat-x;
	color: #000;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #cecece;
	background: #fff;
	/*color:#0095da;*/
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #cecece;
	font-weight: bold;
	background-color: #0095da;
	color: #fff;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #cecece;
	color: #999;
}

	
/*----------------------------------------------------------
                           @PRODUCT
-----------------------------------------------------------*/
#photos {
	float: left;
	width: 300px;
	text-align: center;
	}
	#photos img {
		margin:0 auto;
		}
	
#description {
	float: right;
	width: 340px;
}

#photos  .more-photo {
	width: 266px;
	overflow: hidden;
	padding: 15px 0 10px 0;
	margin: 0 auto;
}

#photos  .more-photo img {
	border: 1px solid #666;
	float: left;
	margin: 7px;
	width:50px;
	}
	
.obivka li {
	float: left;
	text-align: center;
	margin: 0 15px 15px 0;
	}	
	.obivka li img {
		display: block;
		width: 90px;

	}

/*----------------------------------------------------------
                           @SERVICES
-----------------------------------------------------------*/
.service {
	float: left;
	display: inline;
	width: 280px;
	margin: 10px 30px 10px 0;
}
 
/*----------------------------------------------------------
                           @DOWNLOAD
-----------------------------------------------------------*/
#main table, 
#main table td, 
#main table th {
	border: 1px solid #eee;
	}
	
#main table {
	width: 100%;
	margin: 0 0 20px 0;
	}
	#main table td {
		padding: 5px;
		color: #333;
		}

tr.alt td {
	background-color: #f9f9f9;
	}
		
.pdf {
	padding-left: 20px;
	background: url(../img/ico/pdf.gif) no-repeat left center;
}

.xls {
	padding-left: 20px;
	background: url(../img/ico/xls.gif) no-repeat left center;
}

.doc{
	padding-left: 20px;
	background: url(../img/ico/doc.gif) no-repeat left center;
}

	

/*----------------------------------------------------------
                          @TYPOGRAPHY
-----------------------------------------------------------*/
h1,h2,h3,h4 { 
	color: #222;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 .5em;
	}
h2 {font-size: 24px; font-family: Arial Narrow, Helvetica Narrow, sans-serif;}
h3 {font-size: 16px;}
h4 {
	font-size: 14px; 
	margin:0 0 1em; 
	line-height: 1.4; 
	color: #666;}

p,ul,ol,dl,blockquote { 
	margin: 0 0 1em; 
	}
	
ol li {
	margin: 0 0 .4em 45px;
	}

/*
ul li { 
	background: url(../img/ico/li.gif) left 0.78em no-repeat;
	margin: 0 0 .4em 20px;
	padding: 0 0 0 25px;
	}
*/

li ul, li ol {
	margin: .4em 0;
	}
	
blockquote {
	background: #f8f8f8;
	font: italic 1.25em/1.5 Georgia, serif;
	}
	blockquote p { 
		margin: 0; 	
		padding: 1em 50px; 
		}
		
strong {
	color: #000;
}

		
/*----------------------------------------------------------
                           @FOOTER
-----------------------------------------------------------*/
#footer {
	color: #858585;
	border-top: 1px solid #dadada;
	padding-top: 5px;
	float: left;
	width: 100%;
	margin-top: 12px;
	font-size: 11px;
	}
	#footer a {
		color: #858585;
		}
	#footer p { 
		float: left; 
		}
		#footer p a {
			text-decoration: underline;
		}
	#footer ul {
		float: right;
		}
		#footer ul li {
			float: left;
			background: none;
			padding: 0;
			margin: 0 0 .4em 20px;
			}
			#footer ul li.last {
				background: none;
				padding-right: 0;
				}
				
				
				
/*----------------------------------------------------------
                        @CAROUSEL
-----------------------------------------------------------*/		
#new {
	float: right;
	width: 958px;
	background: #fff url(../img/bg/tab-selected.gif) top left repeat-x;
	border: 1px solid #cfcfcf;
	margin: 12px 0 0 0;
	}
	#new .inner {
		padding: 20px;
		}

#new li a p {
	color: #0095da; 
	text-decoration: underline;
	}

#new h2 span {
	color: #f51e55;
	}



		
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	 overflow: hidden;
	 width: 916px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	background-image: none;
	width: 200px;
	padding:0;
	margin:0;
	text-align:center;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/ico/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/ico/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


				
/*----------------------------------------------------------
                           @FANCYBOX
-----------------------------------------------------------*/

* html, * 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('../img/fancy/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('../img/fancy/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%;
	border: 1px solid #000;
	background: #FFF;
}

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

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('../img/fancy/fancy_closebox.png') 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('../img/fancy/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancy/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;
}

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('../img/fancy/fancy_shadow_n.png') repeat-x;
}

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

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

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

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

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

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

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_nw.png') 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(../img/fancy/fancy_title_left.png) repeat-x;
}

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

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

#fancy_inner { text-align: left; }



#basketblock {
	background: #cae76e url(/img/sc-top.gif) no-repeat;
	width:198px;
	padding-top:35px;
}

#basket {
	padding:0px 5px 5px 45px;
	color:#296e9f;
}

#basket  p {
	margin:0px;
	padding:0px;
	margin-bottom:3px;
}

td.title {
	font-weight:bold;
	color:#296e9f;
}

span.label {
	width:80px;
	display:inline-block;
}


#indexxx h1 {
	font-size:21px;
}

#indexxx h4 {
	font-size:12px;
	color:#d9331d;
	font-weight:bold;
	text-transform: uppercase;
	padding:0px;
	margin:0px;
	}

hr {
	color:#dae1e6;
	background-color:#dae1e6;
	height: 1px;
	border-width:0px;
	margin-top:5px;
	margin-bottom:15px;
}

#adv {
	background:#f0f0f0 url(/img/bg/spec.gif) no-repeat;
	padding:10px;
}
#adv ul {
	margin:5px 5px 10px 0px;
	}
	#adv ul li {
		padding-left: 20px;
		background: url(/images/ok_sm.gif) 6px 6px no-repeat;
		margin: 0 0 .4em 5px;
		}
