@charset "utf-8";
html {
	height: 100%;
}
body {
	min-height: 100%;
	height: 100%;
	position: relative;
}
* html body {
	height: 100%;
}
body {
	font: 12px Tahoma, Geneva, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #242c31;
}
a {
	color: #165f8e;
	text-decoration: underline;
}
a:hover {
	color: #fa5757;
}
em {
	font-style: italic;
}
p {
	margin: 15px 0;
}
p.note {
	font-size: 12px;
	color: #636c75;
	text-align: right;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #1a2733;
	margin: 20px 0 20px 0;
}
h2 {
	color: #1a2733;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0;
}
h3 {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	margin: 10px 0;
}
h4 {
	font-weight: normal;
	font-size: 13px;
	color: #636c75;
	margin: 15px 0;
}
ul.list li {
	background: url(../images/bullet_catalog.gif) no-repeat left 1ex;
	padding: 0 1em;
	margin: 15px 0;
}
* html ul.list li {
	display: inline-block;
}
#container {
	width: 100%;
	background: #FFFFFF;
	text-align: left;
	min-width: 1250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -180px; /*bottom margin equals to the footer height*/
}
#header {
}
#header .extra-wrapper {
	border-bottom: solid 3px #242c31;
}
#header .extra {
	text-align: center;
	background: #000;
	height: 90px;
	padding: 0;
	margin: 0;
}
#header .logo {
	width: 90px;
	position: absolute;
	left: 57px;
	background: #FFF url(../images/logo_shadow.png) no-repeat top left;
	text-align: center;
}
#header .basket {
	color: #516270;
	float: right;
	width: 200px;
	padding: 10px 15px;
	font-size: 11px;
	text-align: right;
	margin-right: 35px;
}
* html #header .basket {
	display: inline;
}
#header .basket ul {
	float: right;
}
#header .basket ul li {
	display: inline;
}
#header .basket ul li a {
	color: #516270;
	position: relative;
	text-decoration: none;
	position: relative;
	display: block;
	float: left;
	margin-left: 30px;
}
#header .basket ul li a:hover {
	color: #fa5757;
}
#header .basket ul li a img.icon {
	position: absolute;
	top: 2px;
	left: -20px;
}
#header .info {
	color: #516270;
	font-size: 10px;
	height: auto !important;
	height: 50px;
	min-height: 50px;
	margin: 0 285px 0 172px;
	padding: 0 0 10px 100px;
	position: relative;
}
#header .info p {
	margin: 0;
	padding: 0;
}
#header .info .duty img {
	position: absolute;
	top: 0;
	left: 35px;
}

#header .info .contact_tel {
	background: #ffffff url(../images/i_tel.png) no-repeat bottom left;
	padding-left: 25px;
	padding-top:3px;
	font-size: 14px;
	font-weight: bold;
	color:#1a2733;
}

#header .info .contact_tel_mts {
	background: #ffffff url(../images/i_tel_mts.png) no-repeat bottom left;
	padding-left: 25px;
	padding-top:3px;
	font-size: 14px;
	margin-left:15px;
	font-weight: bold;
	color:#1a2733;
}

#header .info .contact_tel_velcom {
	background: #ffffff url(../images/i_tel_velcom.png) no-repeat bottom left;
	padding-left: 25px;
	padding-top:3px;
	font-size: 14px;
	margin-left:15px;
	font-weight: bold;
	color:#1a2733;
}

#header .info .contact_icq {
	background: #ffffff url(../images/icq.gif) no-repeat bottom left;
	padding-left: 25px;
	padding-top:3px;
	font-size: 14px;
	margin-left:15px;
	font-weight: bold;
	color:#1a2733;
}

#header .info .contact_tel small,
#header .info .contact_tel_mts small,
#header .info .contact_tel_velcom small {
	font-size: 9px;
	font-weight: normal;
	color:#516270;
}

#header .menu {
	color: #FFF;
	margin: 0 35px 0 172px;
	background: #31546a url(../images/manu_bg.png) repeat-x top;
	height: 56px;
	font-size: 14px;
	position: relative;
	z-index: 10;
}
#header .menu ul.menubar {
	background: url(../images/menu_left.png) no-repeat left top;
	height: 56px;
	padding-left: 15px;
	position: relative;
	float: left;
}
#header .menu ul.menubar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background: url(../images/menu_sep.png) no-repeat right top;
	height: 50px;
	white-space: nowrap;
}
#header .menu ul.menubar a {
	line-height: 50px;
	padding: 0 20px;
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
}
#header .menu ul.menubar a:hover, ul a:focus {
	color: #fa5757;
}
#header .menu ul.menubar ul li {
	height: auto;
	padding: 0;
	background: none;
	border-bottom: solid 1px #404040;
	font-size: 12px;
	display: block;
}
#header .menu ul.menubar ul a {
	position: relative;
	line-height: 25px;
	height: 25px;
	padding: 0 25px;
	cursor: pointer !important;
	display: block;
}
#header .menu ul.menubar ul a:hover, #header .menu ul.menubar ul a:focus {
	color: #FFF;
}
#header .menu ul.menubar ul li .link {
	position: relative;
	z-index: 20;
	font-weight: normal;
}
#header .menu ul.menubar ul li .bg {
	background: #3e6077;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;/*add opacity*/
	filter: alpha(opacity=90); /* IE 5.5+*/
	-moz-opacity: 0.9; /* Mozilla 1.6 and bellow */
	-khtml-opacity: 0.9; /* Konqueror 3.1+, Safari 1.1 */
	opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
#header .menu ul.menubar ul a:hover .bg {
	background: #fa5757;
}
#header .tools {
	float: right;
}
#header * > .tools {
	position: absolute;
	right: 0;
}
* html #header .tools {
	margin-right: -1px;
}
#header .search-form {
	height: 55px;
	background: url(../images/search_right.png) no-repeat right top;
	padding: 1px 21px 0 0;
	z-index: 1000;
	position: relative;
	float: right;
	right: 0;
}
#header .search-form form {
	padding: 15px 0 0 15px;
	height: 33px;
	background: #d9fa57 url(../images/search_left.png) no-repeat left top;
	display: block;
	position: relative;
}
* html #header .search-form form {
	float: right;
}
#header .search-form .controls-wrapper {
	position: absolute;
	right: -10px;
	top: 15px;
}
#header .search-form .controls-wrapper input {
	font-size: 9px;
	border: none;
	background: transparent;
}
#header .search-form .input-wrapper {
	margin-right: 10px;
}
#header .search-form .input-wrapper input {
	background: #FFF;
	border: 1px solid #FFF;
	font: 10px Tahoma, Geneva, sans-serif;
	color: #516270;
	width: 150px;
}
#header .currency {
	font-size: 10px;
	float: right;
	position: absolute;
	right: 200px;
	padding-top: 19px;
}
#header .currency a {
	color: #dae0e3;
	text-decoration: none;
	float: left;
	display: block;
	margin: 0 3px;
}
#header .currency a .value {
	height: 13px;
	display: block;
	float: left;
	padding: 0 6px;
	cursor: pointer;
}
#header .currency a.active .value, #header .currency a:focus .value {
	background: url(../images/currency_right.gif) no-repeat right top;
}
#header .currency a.active, #header .currency a:focus {
	color: #FFF;
	background: #fa5757 url(../images/currency_left.gif) no-repeat left top;
}
#header .currency ul li {
	display: inline;
}
.panel {
	position: relative;
	padding-bottom: 15px;
	font-size: 11px;
}
.panel h3 {
	padding-right: 15px;
	background: url(../images/toggle_icon.gif) no-repeat right 1ex;
}
ul.catalog {
	margin: 8px 0 15px;
	display: block;
}
ul.catalog li {
	padding: 7px 0;
	background: url(../images/catalog_border.gif) repeat-x bottom;
	font-size: 11px;
}
ul.catalog li a {
	text-decoration: none;
	background: url(../images/bullet_catalog.gif) no-repeat left 7px;
	padding-left: 10px;
	margin-right: 10px;
}
a.download {
	background: url(../images/download_price.png) no-repeat left center;
	font-size: 12px;
	display: inline;
	padding: 20px 0 20px 26px;
	margin: 0 10px;
}
a.more {
	display: block;
	font-size: 10px;
	height: 13px;
	color: #FFF !important;
	background: #242c31 url(../images/more_right.gif) no-repeat right top;
}
a.more em {
	font-style: normal;
	background: url(../images/more_left.gif) no-repeat left top;
	display: block;
	padding: 0 12px 1px 12px;
}
dl.news {
	font-size: 11px;
}
dl.news dt {
	font-size: 10px;
	color: #FFF;
	background: #53c80c url(../images/news_title_right.gif) no-repeat right top;
	display: inline;
	white-space: nowrap;
	padding-top: 1px;
}
dl.news dt .title {
	background: url(../images/news_title_left.gif) no-repeat left top;
	padding: 0 6px;
	line-height: 13px;
	padding-top: 1px;
}
dl.news dd {
	margin-bottom: 13px;
}
.extra {
	margin: 15px 0;
	text-align: center;
}
#sidebar-left {
	float: left;
	width: 200px;
	padding: 47px 0 60px;
	margin-left: 35px;
	overflow: hidden;
}
* html #sidebar-left {
	padding-top: 57px;
}
* html #sidebar-left, * html #sidebar-right {
	display: inline;
}
#sidebar-right {
	float: right;
	width: 251px;
	padding: 1px 0 60px;
	margin-right: 34px;
	overflow: hidden;
}
#mainContent {
	margin: 0 285px 0 235px;
	padding: 5px 15px 60px 15px;
	position: relative;
}
#mainContent .path {
	position: absolute;
	font-size: 10px;
	z-index: 1;
	color: #516270;
}
#mainContent .path a {
	text-decoration: none;
}
#mainContent .path .separator {
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent .path a {
	text-decoration: none;
}
#mainContent .panel {
	background: #f3f5f7 url(../images/item_top.gif) repeat-x top;
	padding: 0;
	margin: 15px 0;
}
#mainContent .panel .border-left {
	background: url(../images/item_left.gif) repeat-y left;
}
#mainContent .panel .border-right {
	background: url(../images/item_right.gif) repeat-y right;
	position: relative;
}
* html #mainContent .panel .border-right {
	display: inline-block;
}
#mainContent .panel .top-left, #mainContent .panel .top-right, #mainContent .panel .bottom-left, #mainContent .panel .bottom-right {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	line-height: 6px;
	font-size: 1px;
}
#mainContent .panel .top-left {
	background: url(../images/panel_top_left.gif) no-repeat left top;
	top: 0;
	left: 1px;
}
#mainContent .panel .top-right {
	background: url(../images/panel_top_right.gif) no-repeat right top;
	top: 0;
	right: 0;
}
#mainContent .panel .bottom-left {
	background: url(../images/panel_bottom_left.gif) no-repeat left bottom;
	bottom: 0;
	left: 1px;
}
#mainContent .panel .bottom-right {
	background: url(../images/panel_bottom_right.gif) no-repeat right bottom;
	bottom: 0;
	right: 0;
}
#mainContent .panel .content {
	margin-left: 1px;
	padding: 10px 3px 15px;
	background: url(../images/item_bottom.gif) repeat-x bottom;
	position: relative;
}
#mainContent .panel .button {
	background-image: url(../images/button_panel_bg.png);
	background-color: #fdfefe;
}
#mainContent .panel .buttons {
	position: absolute;
	right: 15px;
	top: 8px;
}
#mainContent .panel .button .left {
	background-image: url(../images/button_panel_left.png);
}
#mainContent .panel .button .right {
	background-image: url(../images/button_panel_right.png);
}
table.categories {
	width: 100%;
	table-layout: fixed;
}
table.categories td {
	border-left: 1px solid #FFF;
	padding: 0 10px;
}
table.categories td:first-child {
	border-left: none;
}
table.categories ul {
	height: 1%;
	overflow: hidden;
	margin: 7px 0;
}
table.categories ul li {
	float: left;
	width: 50%;
	padding: 3px 0;
}
#mainContent .navigation {
	background: #f3f5f7 url(../images/pages_bg.png) repeat-x;
	height: 32px;
	font-size: 11px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
#mainContent .navigation .order {
	background: url(../images/pages_left.png) no-repeat left top;
	line-height: 32px;
	padding: 0 10px;
}
#mainContent .navigation .order a {
	padding-right: 14px;
	margin: 0 10px;
	background: no-repeat right center;
}
#mainContent .navigation .order a.ordered-asc {
	background-image: url(../images/order_asc.gif);
}
#mainContent .navigation .order a.ordered-desc {
	background-image: url(../images/order_desc.gif);
}
#mainContent .navigation .order-by {
	font-weight: bold;
	color: #242c31;
	margin-right: 5px;
}
#mainContent .navigation .pages {
	background: url(../images/pages_right.png) no-repeat right top;
	line-height: 32px;
	padding: 0 10px;
	float: right;
	color: #516270;
}
.pages a {
	margin: 2px;
}
.pages .current {
	font-weight: bold;
}
#mainContent div.catalog {
	margin-left: -12px;
}
div.catalog ul {
	height: 1%;
	overflow: hidden;
}
div.catalog ul li {
	float: left;
	width: 33.3%;
	margin: 0 auto;
}
.item {
	position: relative;
	background: #f3f5f7 url(../images/item_bg.png) repeat-x top;
	overflow: hidden;
	margin: 0 0 13px 10px;
	min-width: 225px;
}
* html .item, * html .item .border-left, * html .item .border-right, * html .item .corner-left, * html .item .corner-right {
	display: inline-block;
}
.item .border-left {
	background: url(../images/item_left.gif) repeat-y left;
}
.item .border-right {
	background: url(../images/item_right.gif) repeat-y right;
	height: 305px;
}
.item .footer-wrapper {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.item .footer {
	background: #FFF url(../images/item_bottom.gif) repeat-x bottom;
	padding: 7px 7px 10px 8px;
	margin: 0 2px 0 3px;
}
.item .credit .footer {
	background-color: #81168e;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	
	padding-bottom:10px;
	padding-top:7px;	
}
* html .item .credit .footer {
	display: inline-block;
}
.item .credit .footer a {
	color: #FFF;
	text-decoration: none;
}
.item .credit .footer a:hover {
	color: #FA5757;
}
.item .corner-left, .item .corner-right {
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
* html .item .corner-left, * html .item .corner-right {
	margin-bottom: -1px;
}
.item .corner-left {
	left: 0;
	width: 9px;
	line-height: 9px;
	height: 9px;
	background: url(../images/item_bottom_left.gif) no-repeat left bottom;
}
.item .credit .corner-left {
	background-image: url(../images/item_bottom_left_blue.gif);
}
.item .corner-right {
	width: 8px;
	height: 8px;
	line-height: 8px;
	right: 0;
	background: url(../images/item_bottom_right.gif) no-repeat right bottom;
}
.item .credit .corner-right {
	background: url(../images/item_bottom_right_blue.gif)
}
.item .image {
	background: url(../images/item_top_left.gif) no-repeat top left;
	padding: 8px;
	height: 95px;
	overflow: hidden;
}
.item .brand {
	background: url(../images/item_top_right.gif) no-repeat top right;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 10px 0 0;
	display: block;
}
.novice {
	display: block;
	color: #FFF;
	font-size: 9px;
	text-transform: uppercase;
	background: #53c80c;
	margin-top: 5px;
	width: 47px;
	height: 15px;
	line-height: 15px;
}
.item .info {
	font-size: 12px;
	padding: 10px 11px;
	height: 105px;
	overflow: hidden;
}
.item a.title {
	display: block;
	height: auto !important;
	height: 2.2em;
	min-height: 2.2em;
}
.item .description {
	margin: 5px 0;
	color: #636c75;
	font-size: 10px;
}
.item .order {
	background: #FFF;
	margin: 0 2px 0 3px;
	height: 34px;
	position: relative;
	z-index: 5;
	padding-top: 5px;
}
.item .price {
	color: #165f8e;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 0 8px;
	line-height: 13px;
}
.item .price big {
	font-size: 18px;
}
.item div.buttons {
	position: absolute;
	right: 8px;
	top: 6px;
}
a.button {
	display: inline;
	position: relative;
	padding: 5px 0;
	background: #e7ecf0 url(../images/button_bg.png) repeat-x;
	color: #333333 !important;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

a.button .left {
	background: url(../images/button_left.png) no-repeat left top;
	line-height: 23px;
	padding: 5px 0;
}
a.button .right {
	background: url(../images/button_right.png) no-repeat right top;
	line-height: 23px;
	padding: 5px 12px;
}

.greenbtn {
	padding-bottom: 10px;
}

.greenbtn a.button{
	background: #e7ecf0 url(../images/button_bg_green.png) repeat-x;
	color: #ffffff !important;
	padding: 5px 0 7px 0;
}

.greenbtn a.button .left{
	background: url(../images/button_left_green.png) no-repeat left top;
	padding: 5px 0 7px 0;
}

.greenbtn a.button .right{
	background: url(../images/button_right_green.png) no-repeat right top;
	padding: 5px 12px 7px 12px;
}


.bluebtn a.button{
	background: #e7ecf0 url(../images/button_bg_blue.png) repeat-x;
	color: #ffffff !important;
	padding: 5px 0 7px 0;
}

.bluebtn a.button .left{
	background: url(../images/button_left_blue.png) no-repeat left top;
	padding: 5px 0 7px 0;
}

.bluebtn a.button .right{
	background: url(../images/button_right_blue.png) no-repeat right top;
	padding: 5px 12px 7px 12px;
}

form.form {
	font-size: 12px;
	color: #242c31;
	margin: 0;
	position: relative;
}
* html form.form {
	display: inline-block;
}
.form .control {
	padding: 7px 15px;
	position: relative;
}
.form label {
	display: block;
	float: left;
	width: 7.5em;
}
.asterisk {
	color: #ff9d00 !important;
}
.form input.input {
	border: 1px solid #aab4c3;
	background: #FFF;
	padding-left: 0;
	padding-right: 0;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #636c75;
}
.form .textarea-wrapper {
	background: #FFF;
	border: 1px solid #aab4c3;
	overflow: hidden;
}
.form textarea.textarea {
	background: transparent;
	border: none;
	overflow: auto;
	width: 100%;
	height: 120px;
	padding: 0;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #636c75;
}
.form input.input {
	width: 50%;
}
.form .input-wrapper {
	margin-left: 8em;
}
.form .captcha {
	height: 1%;
	overflow: hidden;
	position: static !important;
	margin-left: 0 !important;
}
.form .captcha input.input {
	width: 75px;
	float: left;
	margin-left: 1ex;
}
* html .form .captcha input.input {
	display: inline;
}
.form .image {
	float: left;
	padding-left: 15px;
}
table.cart {
	width: 100%;
	font-size: 11px;
	margin: 15px 0;
}
table.cart th {
	background: #f3f5f7;
	border-left: 2px solid #FFF;
	border-bottom: 1px solid #aab4c3;
	font-weight: bold;
	vertical-align: top;
	padding: 10px 10px 5px 10px;
}
table.cart th:first-child {
	border-left: none;
}
table.cart td {
	border-bottom: 1px solid #aab4c3;
	padding: 10px 10px 7px 10px;
	vertical-align: top;
}
table.cart th.delete, table.cart td.delete {
	padding: 0;
	width: 27px;
}
table.cart a.delete {
	display: block;
	background: url(../images/delete.png) no-repeat top left;
	position: relative;
	width: 25px;
	height: 23px;
	position: relative;
	top: 7px;
}
table.cart a.delete img {
	display: block;
}
.cart-footer {
	height: 1%;
	overflow: hidden;
}
.total {
	color: #636c75;
	font-size: 11px;
	float: right;
	font-weight: bold;
	margin-left: 60px;
}
div.recalculate {
	overflow: hidden;
	height: 1%;
}
a.recalculate {
	background: url(../images/recalculate.png) no-repeat right top;
	text-align: right;
	color: #636c75 !important;
	text-decoration: none;
	font-size: 11px;
	padding-right: 40px;
	display: block;
	height: 30px;
	float: right;
}
.deliver {
	float: left;
	font-size: 11px;
	color: #333333;
	white-space: nowrap;
	position: relative;
	z-index: 20;
}
.deliver input {
	position: absolute;
	z-index: 100;
}
.deliver label {
	display: inline;
	position: absolute;
	top: 4px;
	left: 22px;
}
.centered {
	text-align: center;
	margin: 5px 0 15px;
}
.good {
	position: relative;
}
.good .head {
	height: 1%;
	overflow: hidden;
}
.good .image {
	position: relative;
	float: left;
	padding-right: 10px;
}
.good .image .listener {
	margin-right: 75px;
}
.good .brand {
	position: absolute;
	right: 10px;
	top: 0;
	padding: 5px 10px 0 0;
	display: block;
}
.good_item_header{

}

.good h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
.good .price {
	font: 16px Arial, Helvetica, sans-serif;
	color: #165f8e;
	margin-bottom: 10px;
	display: block;
}
.good .price big {
	font-size: 18px;
}
.good .panel {
	margin-top: 10px !important;
}
.good .credit {
	background: #81168e;
	color: #FFF;
	display: inline;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bold;
}
.good .credit a {
	color: #FFF !important;
	text-decoration: none;
}
.good .buttons {
	float: right;
}
.good .buttons ul li {
	margin-bottom: 5px;
}
.good .features {
	z-index: 1;
	margin: -10px 0;
}
.good .line {
	padding: 12px 15px;
}
.good .line .title {
	display: block;
	float: left;
}
.good .line .description {
	color: #636c75;
	margin-left: 15em;
}
* html .good .line .description {
	display: inline-block;
}
.text {
	font-size: 13px;
	color: #636c75;
	line-height: 20px;
}
.text p {
	margin: 0 0 20px 0;
}
.text ul {
	margin-left: 1ex;
	margin-bottom: 20px;
}
.text .copyright {
	font-size: 11px;
}
.text .source {
	text-align: right;
}
dl.article-list {
	color: #636c75;
}
dl.article-list dt {
	font-size: 12px;
	color: #242c31;
	margin-bottom: 7px;
}
.pages {
	text-align: right;
	color: #516270;
	font-size: 11px;
}
dl.article-list dd {
	font-size: 11px;
	margin-bottom: 20px
}
.footer-space {
	height: 180px !important;
}
.footer-container {
	margin: 0 auto;
	text-align: left;
	min-width: 1250px;
}
#footer {
	height: 130px;
	overflow: hidden;
	padding: 30px 35px 20px;
	background: url(../images/catalog_border.gif) repeat-x top;
	color: #516270;
	position: relative;
	font-size: 11px;
}
#footer .extra {
	width: 100px;
	float: left;
	margin: 0;
}
#footer .counters {
	width: 405px;
	float: right;
}
#footer .counters ul li {
	float: right;
	display: block;
	margin-left: 4px;
}
#footer .info {
	padding: 0 20px;
	margin: 0 285px 0 100px;
}
* html #footer .info {
	display: inline-block;
}
#footer p {
	margin-top: 0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#ex_ {
    background-color: #fff;
    border: 1px solid #555;
}
a.red {
    color: #FA5757;
    font-weight: bold;  
    text-decoration: none;
}
dl.news dd {
    margin-left: 7px;
}

ul.catalog li.bgtop {
	background:url('../images/catalog_border.gif') repeat-x scroll center top transparent;
}

ul.catalog li a.plus {
	background:url("../images/bullet_catalog_plus.gif") no-repeat scroll left 4px transparent;
}

ul.catalog li a.minus {
	background:url("../images/bullet_catalog_minus.gif") no-repeat scroll left 4px transparent;
}

ul.catalog li.closed ul {
	display: none;
}

ul.catalog li.open ul {
	display: block;
}

ul.catalog li a b {
	color: #fa5757;
	font-weight: normal;
}

.search_results {
	display: none;
	position: absolute;
	right: 0px;
	background-color:#ffffff;
	padding: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 300px;	
}

.search_results ul {
	list-style: none outside none;
}

.search_results ul li {
	padding: 5px;
	font-size: 10px;
	color: #434343;
	border-bottom: 1px solid #ccc;
}

.search_results ul li img {
	float: left;
}

.search_results ul li .intext {
	f-loat:left;
	margin-left:60px;
}

.search_results ul li b {
	font-size: 11px;
	padding-bottom:5px;
}

.search_results ul li p {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.search_results ul li .ft {
	text-align: right;
}

.search_results ul li .ft b {
	color:#165F8E;
	padding:3px;
}


