﻿/* Reset
------------------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: normal;
}

li {
	list-style-type: none;
}

:focus {
	outline:none;
}

input[type=checkbox],	
input[type=radio] {
	vertical-align:-3px;
}

/* Global
------------------*/
body {
	font: .75em/1.3 arial, sans-serif;
	color: black;
	background: #eaebef url('../i/bg.png') repeat-x;	
}

body #wrap {
	position: relative;
	background: url('../i/bg_top.jpg') center top no-repeat;
}

input, select {
	font-family: arial, sans-serif;
}

h1 {
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: bold;
}


h2 {
	font-size: 1.2em;
	line-height: 1.1;
	margin: 0 0 .8em 0;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 .1em 0;
}

h4 {
	font-size: .9em;
	line-height: 1.6;
	margin: .2em 0;
}

a {
	color: #1b6fb7;
}

a:visited {
	color: #1b6fb7;
}

a:hover {
	color: #ad208e;	
	text-decoration: underline;
}

small {
	font-size: .9em;
}

.hr {
  margin-bottom:1.6em;
  border-top: 1px solid #cfd7de;
}

.spcr10 { height:10px; clear:both; }

.spacer {
	height: 2.5em;
}

.clickable {
	cursor: pointer;
}

/* Common
------------------*/
.fix_width {
	position: relative;
	width: 984px;
	margin: 0 auto;
}

.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
}

.hidden {
	display: none !important;
}

div.ul ul,
div.ul ol {
	padding: 0;
	margin: 1em 0;
}

div.ul li {
	margin: .8em 0 .8em 1.5em;
}

div.ul ul {
	list-style-type: none;
	//list-style-image: url(../i/li.gif);
}

div.ul ul li {
	padding: 0;
	behavior: expression(
		( !this.before && parentNode && parentNode.tagName == 'UL' )
		?
			( this.before = true )
			& ( parentNode.style.listStyleImage = 'none' )
			& (
				( this.firstChild && this.firstChild.firstChild )
				?
					( this.firstChild.style.marginTop = '-1.2em' )
					& ( this.firstChild.style.position = 'relative' )
				: ''
			)
			& ( eNOBR = document.createElement( '<nobr style="position: relative; display: block; width: 1.25em; left: -1.25em; margin: 0 -1.25em -1.2em 0;" />' ) )
			& ( eNOBR.innerHTML = '&mdash;&nbsp;' )
			& ( this.insertBefore( eNOBR, this.firstChild ) )
		: ''
	);
}

div.ul ul>li:before {
	content: '\2014\a0';
	float: left;
	margin-left: -1.25em;
}

div.ul ul>li>*:first-child:-moz-first-node {
	margin-top: -1.2em;
}

div.ul ul>li>* {
	text-indent: 0;
}

div.ul .sup {
	position: relative;
	top: -0.5em;
	font-size: 0.75em; //font-size: 0.89em;
	line-height: 0;
	vertical-align: baseline;
}

/* Panel
------------------*/
.panel {
	height: 55px;
	background: #175dab url('../i/panel_gd.png') repeat-x;
	color: white;
}

.panel .content {
	padding: .8em 20px 0 20px;
	overflow: hidden;
}

.panel .content .work_time,
.panel .content .address,
.panel .content .cur-rate {
	float: left;
	font-size: inherit;
}

.panel .content .work_time {
	width: 210px;
	margin-right:7em;
}

.panel .content .address {
	width: 350px;
	margin-right:1.5em;
}

.panel .content .cur-rate{
	border:1px solid #8ebadd;
	color:#fff;
	font-size:1.1em;
	padding:2px 5px;
	margin:6px 0 0 0;
}
	.panel .content .cur-rate strong{
		color:#fff;
		font-size:1.1em;
	}

.panel .content .work_time h4,
.panel .content .address h4 {
	font-size: .9em;
	color: #b3d5f0;
}

.panel .content .address .map {
	position: relative;
}

.panel .content .address .map a {
	color: #ffd5e7;
}

.panel .content .address .map .ico {
	/*position: absolute;
	width: 16px;
	height: 16px;
	background: url('../i/ico_win.gif') no-repeat;
	display: block;
	right: -19px;
	top: -1px;*/
	position: relative;
	width: 16px;
	height: 16px;
	background: url('../i/ico_win.gif') no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	margin-top: -4px;
}

.panel .content .cart_button,
.panel .content .cart_button .button {
	background: url('../i/cart_button.png');
	display: -moz-inline-stack;
	display: inline-block;
	float:left;
}

.panel .content .cart_button {
	margin-right: 10px;
	text-decoration: none;
	color: white;
	float: right;
}

.panel .content .cart_button .button {
	position: relative;
	left: 10px;
	font-weight: bold;
	background-position: top right;
	padding: 0 15px 0 25px;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	white-space: nowrap;
}

.panel .cart_button .button .button_text {
	float: left;
}

.panel .content .cart_count,
.panel .content .cart_count span {
	background: url('../i/cart_count_bg.png');
	display: -moz-inline-stack;
	display: inline-block;
	float:left;
	line-height: 20px;
	height: 20px;
}

.panel .content .cart_count {
	margin: 7px 7px 0 6px;
}

.panel .content .cart_count span {
	position: relative;
	left: 7px;
	background-position: top right;
	padding: 0 7px 0 0;
	white-space: nowrap;
}

.panel .content .cart_button .button .ico {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 10px;
	background: url('../i/ico_cart.gif');	
}

.fix_width {
}

.logo {
	position: absolute;
	top: 28px;
	left: 20px;
	width: 216px;
	height: 60px;
	overflow: hidden;
	z-index:9;
}


/* Head
------------------*/
.head {
	margin-top: 25px;
}

.head .phones {
	margin-left: 310px;
	float: left;
}

.head .phones ul {
	float: left;
	margin: 0 4.5em 0 0;
}

/*.head .phones ul li {
	float: left;
	clear: both;
	zoom: 1;
}*/

.head .phones .phone_code {
	font-size: 1.0em;
	margin-left: -2em;
}

.head .phones .phone_numder {
	font-size: 1.3em;
	color: #ad208e;
	font-weight:bold;
}

.head .phones .icq-status {
    margin-left: -3em;
    line-height:34px;
    vertical-align:middle;
}

.head .phones .icq {
    font-size:1.4em;
    color: #ad208e;
    padding-left:5px;
}

.head .phones .icq  a{
    text-decoration:none;
    color: #ad208e;
}

.head .present {
	font-size: 1.2em;
	margin: 0 20px 0 0; 
	width: 302px;
	float: right;
}
.head .present h1 {
	font-size:1em;
	font-weight:normal;
	margin:0;
	color:#000;
}

/* Main menu
------------------*/
.main_menu {
	margin: 3.2em 0 0 0;
	float: left;
}

.main_menu li {
	font-size: 1.25em;
	font-weight: bold;
	margin-right: 2em;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	float: left;
}

.main_menu a,
.main_menu a:visited  {
	text-decoration: none;
	color: #1a2732;
}

.main_menu a:hover {
	color: #ad208e;
}

.main_menu strong.selected,
.main_menu strong.selected span.selected {
	background: url('../i/selected_button.png') no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	float:left;
}

.main_menu li.selected {
	position: relative;
	left: -10px;
}

.main_menu strong.selected {
	margin-right: -10px;
	color: white;	
}

.main_menu strong.selected span.selected {
	padding: 0 12px 0 2px;	
	position: relative;
	left: 10px;
	height: 30px;
	line-height: 30px;
	background-position: right top;
	white-space: nowrap;
}

/* 
------------------*/
.currency-rate{
	border:1px solid #ad208e;
	float:right;
	font-size:1.2em;
	padding: 2px 5px;
	margin: 38px 20px 0 10px;
}
	.currency-rate strong {
		color:#ad208e;
		font-size:1.2em;
	}

/* Simple search
------------------*/
.simple_search {
	float: right;
	position: relative;
	margin: 44px 50px 0 0;
}

.simple_search  .search_input_bg {
	width: 158px;
	height: 19px;
	overflow: hidden;
	/*background: url('../i/search_input.gif');*/
	float: left;
}

.simple_search .search_input_bg  .search_input {
	font-size: .9em;
	width: 122px;
	margin: 3px 0 0 22px;
	color: black;
	border: none;
}

.simple_search  .search_button {
	position: absolute;
	top: 0;
	right: -24px;
	width: 14px;
	height: 17px;
	background: url('../i/search_button.png');
	border: none;
	cursor: pointer;
}

.simple_search  .search_button span{
	display: none;
}

/* Home link
------------------*/
.home_link {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 38px 22px 0 20px;
	overflow: hidden;
	float: left;
}

.home_link img {
	position: absolute;
	top: 6px;
	left: 7px;
}

.home_link_selected {
}

.home_link_selected span.l, 
.home_link_selected span.r {
	position: absolute;
	width: 15px;
	height: 30px;
	background: url('../i/selected_button.png');
}

.home_link_selected span.r {
	left: 15px;
	background-position: top right;
}

/* Content block
------------------*/
#content {
	width: 100%;
}

#content .left_container {
	width: 210px;
	float: left;
}

#content .center_container {
	width: 774px;
	overflow: hidden;
	padding-bottom: 4px;
}

/* Footer
------------------*/
.footer {
	height: 110px;
	padding: 0 20px;
	font-size: .9em
	line-height: 1.4;
	color: #878e94;
	overflow: hidden;
}

.footer p {
	margin-bottom: 1.1em;
}

.footer .left_block {
	width: 50.6em;
	float: left;
}

.footer .adv-btns{
	float:left;
	margin:0px 5px 0 -340px;
}

.footer .dev {
	padding: 8px 0;
	height: 40px;
	color: #858585;
	float: right;
}

.footer .dev a {
	text-decoration: none;
}

.footer .dev img {
	vertical-align: middle;
	margin-left: 10px;
	
}

/* Frame path
------------------*/
.frame_path {
	margin: 20px 0 0 0;	
	width: 980px;
}

.frame_path .bt,
.frame_path .bb,
.frame_path .frame_path_content {
	width: inherit;
}

.frame_path .bt,
.frame_path .bb {
	height: 9px;
	overflow: hidden;
	background: url('../i/path_border.png') no-repeat;	
}

.frame_path .bb {
	background-position: 0 -9px;
}

.frame_path .frame_path_content {
	background: #d0dce7;
}

.frame_path .frame_path_content, 
.frame_path .frame_path_content a {
	color: #7f8c99;
}

/* Path
------------------*/
.path {
	font-size: .9em;
}

.path ul {
	padding: .2em 0;
	margin-left: 20px;
	width: 100%;
	overflow: hidden;
	position: relative;
}


.path li {
	position: relative;
	float:left;
	margin-right: 1.8em;
}

.path li .ico_next {
	position: absolute;
	top: .5em;
	/*top: .65em;*/
	left: -1.2em;
	width: 7px;
	height: 4px;
	background: url(../i/ico_path_next.png);
	overflow: hidden;
}

.path strong.selected  {
	font-weight: normal;
}

.path a.selected  {
	text-decoration: none;
}

/* Pages
------------------*/
.pages {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.6em 20px 1.4em;
}

.pages ul {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.pages li {
	position: relative;
	color: #919396;
	height: 30px;
	line-height: 30px;
}

.pages li a {
	color: #1b6fb8;
}

.pages li {
	margin-right: .8em;
	float: left;
}

.pages strong.selected,
.pages strong.selected span.selected {
	background: url('../i/selected_button.png') no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	float:left;
}

.pages strong.selected {
	margin-right: 10px;
	color: white;	
}

.pages strong.selected span.selected {
	padding: 0 12px 0 2px;	
	position: relative;
	left: 10px;
	height: 30px;
	line-height: 30px;
	background-position: right top;
	white-space: nowrap;
}

/* Catalog menu
------------------*/
.catalog_menu {
	margin: 20px 10px 0 0;
}

.catalog_menu .bt,
.catalog_menu .bb,
.catalog_menu .content {
	width: 202px;
}
.catalog_menu .bt,
.catalog_menu .bb {
	background: url('../i/catalog_menu_border.png') no-repeat;
}

.catalog_menu .bt {
	height: 9px;
}

.catalog_menu .bb {
	background-position: left bottom;
	height: 15px;
}

.catalog_menu .content {
	background: url('../i/catalog_menu_bg.gif') repeat-y;
}

.catalog_menu a {
	text-decoration: none;
}

.catalog_menu a:hover {
	color: #ad208e;
	text-decoration: underline;
}

.catalog_menu li {
	border-bottom: 1px solid #d3dfea;
}

.catalog_menu li h2 {
	margin: 0;
	line-height: 1.7;
	text-indent: 20px;
}

.catalog_menu h2 a {
	color: #231f20;
	display: block;
}

.catalog_menu h2 a:hover {
	background: #fbeff4;
	text-decoration: none;
}

.catalog_menu li ul {
	/*padding: 1em 0;*/
	overflow: hidden;
}

.catalog_menu li li {
	position: relative;
	line-height: 2;
	padding: 0 18px;
	margin: 0 2px;
	white-space: nowrap;
}

.catalog_menu ul ul ul {
	padding: 0 0 0 0.75em;
}

.catalog_menu li li li {
	padding: 0;
	margin: 0;
}
.catalog_menu li.last,
.catalog_menu li li {
	border-bottom: none; 
}

.catalog_menu li a {
	padding: .4em 0;
	margin: 0 2px;
	padding-left:15px;
}

.catalog_menu li li a {
	padding: 0;
	margin: 0;
}

.catalog_menu h2 a.selected {
	color: #ad208e;
}

.catalog_menu a.selected {
	background: #ad208e;
	display: block;
	margin: 0 -18px;
	padding: 0 18px;
	height: 2em;
}

.catalog_menu a.selected:hover {
	color: white;
}

*html .catalog_menu li.selected {
	/*display: inline-block;*/
}


.catalog_menu li.selected .ico {
	position: absolute;
	display: block;
	top: 0.9em;
	left: -17px;
	margin-left: 100%;
	width: 7px;
	height: 4px;
	background: url('../i/ico_catalog_menu_selected.png') no-repeat;
}

.catalog_menu li a.selected,
.catalog_menu li strong.selected {
	color: white;
	font-weight: normal;
}


/* News
------------*/
.news {
	margin: 20px 10px 0 0;	
}

.news a {
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}

.news .news_title,
.news .news_content, 
.news .bb {
	width: 202px;
}

.news .news_title,
.news .bb {
	background: url('../i/news_border.png') no-repeat;
}

.news .news_title {
	height: 34px;
	overflow: hidden;
}

.news .news_title h2 {
	line-height: 34px;
	text-indent: 20px;
	white-space: nowrap;
}

.news .news_title h2 a {
	color: black;
}

.news .news_title h2 a:hover {
	text-decoration: none;
}


.news .bb {
	background-position: left bottom;
	height: 14px;
}

.news .news_content {
	background: url('../i/news_bg.gif') repeat-y;
}

.news .news_content .news_content_wrap {
	padding: 0 20px 20px;
}


.news .news_content .news_content_wrap .news_item {
	padding-top: 1em;
} 

.news .news_content .news_item h4 {
	background: white;
	float: left;
	color: #a3a9ae;
	white-space: nowrap;
}

/* Box
------------------*/
.box {
	margin: /*3.8em*/20px 0 -4px 0;
	width: 774px;
	zoom: 1;
}

.box a {
	text-decoration: none;
}

.box .box_title,
.box .box_content, 
.box .bb,
.box .bt {
	width: inherit;
}

.box .box_title,
.box .bt,
.box .bb {
	background: url('../i/box_border.png') no-repeat;
}

.box .bt {
	height: 10px;
	background-position: left -100px;
}

.box .bb {
	height: 14px;
	background-position: left bottom;
}

.box .box_title {
	height: 50px;
	overflow: hidden;
	background-position: left -50px;
}

.box .box_title h1 {
	line-height: 36px;
	text-indent: 20px;
	white-space: nowrap;
	color: white;
}

.box .box_content {
	background: url('../i/box_bg.png') repeat-y;
	padding:1px 0;
}

.box .box_content {
	color: black;
}

.box .box_content h1 {
	color: #2e3d4b;
	padding-bottom:5px;
}

.box .box_content .sep {
	border-top: 1px solid #d3dfea;
	margin: 10px 0;
}

.box .box_content .row {
	padding: 0 20px;
}

/* Product
-------------------*/
.box .box_content .row .product {
	width: 166px;
	/*margin: -11px 1.6em -10px 0;*/
	margin: 0 1.4em 0 0;
	/*padding: 11px 0 10px 0;*/
	padding: 11px 0 10px 0;
	float: left;
	color: black;
	vertical-align: top;

	/*border-right: 1px solid #d3dfea;*/
}

.box .box_content .row .product_last {
	/*border-right: none;*/
}

.box .box_content .row .product h3,
.box .box_content .row .product .short_descr,
.box .box_content .row .product .price {
	margin-right: 10px;
}

.box .box_content .product h3 a:hover {
	text-decoration: underline;
}

.box .box_content .product .short_descr {
	font-size: .9em;
}

.box .box_content .product .price .num {
	font-size: 1.5em;
	font-weight: bold;
}

.box .box_content .product .price {
	position: relative;
	padding-left: 22px;
	padding-top: .3em;	
}

.box .box_content .product .price .old_price {
	color: #737577;
	/*color: #4c4c4c;*/
	text-decoration: line-through;
	margin-left: .3em;
}

.box .box_content .product .price .ico_down {
	width: 16px;
	height: 16px;
	left: 0;
	top: .7em;
	display: block;
	position: absolute;
	background: url('../i/ico_down.gif');
	cursor:pointer;
}

.box .box_content .product .price .ico_up {
	width: 16px;
	height: 16px;
	left: 0;
	top: .7em;
	display: block;
	position: absolute;
	background: url('../i/ico_up.png');	
}

.box .box_content .product .price.price-second{
	padding-left:22px;
	padding-top:0;
	color:#666;
}

.box .box_content .product .price.price-second .num {
	color:#666;
	font-size: 1.1em;
	font-weight: bold;
}

.box .box_content .product .price.price-second .old_price {
	color: #666;
	font-size:0.9em;
	text-decoration: line-through;
	margin-left: .3em;
}

.ico_loader {
	width: 16px;
	height: 16px;
	left: 0;
	top: .7em;
	display: block;
	position: absolute;
	background: url('../i/loader.gif');
	cursor:pointer;
}

.stickers {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 1em 0;
}

.stickers .sticker {
	position: relative;
	margin-right:.5em;
	float: left;
}

.sticker.credit {
	background: #ad208e;
	margin-top:0.5em;
}

.sticker.new {
	background: #81ab14;
	margin-top:0.5em;	
}

.sticker.beznal 
{
	width:66px;
	height:24px;
	background: url('/i/beznal.gif');	
}

.sticker .corner-tl,
.sticker .corner-tr,
.sticker .corner-bl,
.sticker .corner-br {
	position: absolute;
	width: 2px; 
	height: 2px;
	background: url('../i/stickers_corner.gif');
	overflow: hidden;
}

.sticker .corner-tl {
	left: 0;
	top: 0;
}

.sticker .corner-bl {
	left: 0;
	bottom: 0;
	background-position: 0 -2px;
}

.sticker .corner-tr {
	margin-left: 100%;
	left: -2px;
	top: 0;
	background-position: 2px 0;
}

.sticker .corner-br {
	margin-left: 100%;
	left: -2px;
	bottom: 0;
	background-position: 2px -2px;
}

*html .sticker .corner-bl {
	bottom: -1px;
}

*html .sticker .corner-br {
	bottom: -1px;
}

.sticker .sticker_text {
	padding: 2px;
	position: relative;
	//top: -.2em;
	font-size: .8em;
	color: white;
	text-transform: uppercase;
	line-height: 0.9;
}

.sticker.new .corner-tl {
	background-position: 0 -4px;
}

.sticker.new .corner-bl {
	background-position: 0 -6px;
}

.sticker.new .corner-tr {
	background-position: 2px -4px;
}

.sticker.new .corner-br {
	background-position: 2px -6px;
}

.status-order{
	font-size:0.9em;
	color:#f15a22;
	margin:-0.3em 0 0.5em 0;
}
.status-store{
	font-size:0.9em;
	color:#81ab14;
	margin:-0.3em 0 0.5em 0;
}
.status-missed{
	font-size:0.9em;
	color:red;
	margin:-0.3em 0 0.5em 0;
}

.subscr{
	font-size:0.9em;
}
	.subscr a{
		cursor:pointer;
	}

.box_hot {
}

.box_new {
}

.box_new .box_title {
	background-position:  left top;
}

/* Banners
------------------*/
.banners {
	position: relative;
	width: 984px;
	height: 136px;
	background: url('../i/banner_bg.png');
	margin: 20px -2px -4px;
}

.banners .banners_content {
	position: relative;
	width: 980px;
	left: 2px;
	height: 132px;
	overflow: hidden;
}

.banners .banners_content .banner_left,
.banners .banners_content .banner_center,
.banners .banners_content .banner_right {
	height: inherit;
	overflow: hidden;
}

.banners .banners_content .banner_left,
.banners .banners_content .banner_center,
.banners .banners_content .banner_right {
	margin-right: 1px;
	float: left;
	display: inline;
}

.banners .banners_content .banner_left {
	width: 326px;
}

.banners .banners_content .banner_center {
	width: 326px;
}

.banners .banners_content .banner_right {
	width: 326px;
	margin-right: 0;
}

/* Extra search
------------------*/
.extra_search {
	position: relative;
	width: 770px;
	background: #2e3d4b url('../i/extra_search_border.png') no-repeat;
	margin: 20px 0 26px 0;
}

.extra_search input,
.extra_search select {
	font-size: .9em;
}

.extra_search h2 {
	color: #979ea5;
	text-indent: 10px;
	line-height: 1.7;
	margin: 0;
	padding-bottom: 5px;
}

.extra_search .extra_search_form {
	padding: 8px 10px 0;
}

.extra_search .extra_search_form .search_params_wrap {
	margin-top: -.4em;
	width: 100%;
	overflow: hidden;
}

.extra_search .extra_search_form .bottom_block {
}

.extra_search .extra_search_form .search_params_wrap .search_param,
.extra_search .extra_search_form .bottom_block .search_param {
}

.extra_search .search_param {
	padding: 8px 10px;
	margin: .7em 0 0 0;
	border-right: 1px solid #55626d;
	color: white;
	float: left;
	height: 39px;
}

.extra_search .search_param dd {
	float: left;
}

.extra_search .search_param dt {
	font-weight: bold;
	margin-bottom: .4em;
}

.extra_search .search_producer {
	background: #4d5c69;
}

.extra_search .search_producer dd select {
}
/*
.extra_search .search_cpu dd select {
}

.extra_search .search_memory dd select {
}

.extra_search .search_hdd {
	border: none;
}

.extra_search .search_hdd dd input {
	width: 45px;
}

.extra_search .search_display_size dd select {
}*/

.extra_search .extra_search_form .bottom_block {
	margin: 10px -10px 0;
	padding: 0 0 0 20px;
	background: #a90082;
	overflow: hidden;
}

.extra_search .bottom_block .search_param {
	margin: 0 1.6em 0 0;
	padding: 0;
	line-height: 38px;
	height: 39px;
	border: none;
}

.extra_search .bottom_block .search_param dt {
	float: left;
	margin-right: 0.6em;
}

.extra_search .bottom_block .search_price input {
	width: 62px;
	font-size: 1.5em;
	vertical-align: middle;
}

.extra_search .bottom_block .search_credit input {
}

.extra_search .bottom_block .search_submit {
	float: right;
}

.extra_search .bottom_block .search_submit input {
	font-size: .9em;
	padding: 0 .5em;
}

/*
.extra_search .search_hdd dd,
.extra_search .search_memory dd,
.extra_search .search_display_size dd,
.extra_search .bottom_block .search_price dd {
	margin-right: 1em;
}

.extra_search .search_hdd dd+dd,
.extra_search .search_memory dd+dd,
.extra_search .search_display_size dd+dd,
.extra_search .bottom_block .search_price dd+dd {
	margin-right: 0;
}*/


.extra_search .search_tab {
	position: absolute;
	bottom: -26px;
	left: 9px;
	width: 169px;
	height: 26px;
	background: url('../i/extra_search_button1.png') no-repeat top left;
}

.extra_search .search_tab_open {
	background-position: top left;
}

.extra_search .search_tab_close {
	background-position: bottom left;
}

.extra_search .search_tab a.search_hidden_button {
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #979ea5;
	line-height: 26px;
	padding-left: 32px;
	font-size: .9em;
}

.product .ph {
	height:136px;
	text-align:center;
	width:162px;
}
.product .va {
	/*border:1px solid #EBEBEB;*/
	display:table-cell;
	height:136px;
	vertical-align:middle;
	width:162px;
}
.product .v-align {
}

.b-sysmsg-err
{
	color:#d31111;
	margin-bottom:15px;	
}
.b-sysmsg-succ
{
	color:#11d311;	
	margin-bottom:15px;
}

#statistics {
    /*display:none;*/
}

.tech-note{
	font-style:italic;
}

/* Notice
------------------*/
.next_button,
.next_button span {
	position: relative;
	background: url('/i/button.png') repeat-x;
	display: -moz-inline-stack;
	display: inline-block;
}

.next_button span {
	border: 0;
	top: 0;
	left: 10px;
	background-position: top right;
	padding: 0 20px 4px 10px;
	line-height: 30px;
	height: 30px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	color: #2e3d4b;
}

.notice_wrap {
	z-index: 2;
	position:fixed;
	left:50%;
	margin-left:-230px;
}

#notice {
	position: absolute;
	top: 150px;
	/*left: 320px;*/
	z-index: 9;
}

#notice h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 0 .8em 0;
	padding: 0;
	color: #ce2d73;
}

#notice .title {
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: 1em;
}

#notice .title strong {
	font-size: 1.2em;
	font-weight: bold;
}

#notice .notice_form .row {
	margin-top: 1em;
}

#notice .notice_form .label {
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	margin-right: -100%;
	width: 9.5em;
	padding-top: 2px;
}

#notice .notice_form .field {
	margin-left: 9.5em;
}

#notice .notice_form .field input {
	font-size: .9em;
	padding: 2px 0 2px 2px;
	width: 26em;
	background: white;
}

#notice .notice_form .field_button {
	margin-top: 32px;
}

.notice_form .msg-sys{
	font-size:1.2em;
	margin: 5px 10px;
}

.notice_form .msg-success{
	padding: 5px 10px;
	border:1px dotted green;
	color:Green;
}

.notice_form .msg-error{
	padding: 5px 10px;
	border:1px dotted red;
	color:Red;
}

#lock {
	background: url(../i/bg_opacity20_black.png) repeat;
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.notice_box {
	width: 460px;
	zoom: 1;
}

.notice_box .bb,
.notice_box .bt {
	width: 460px;
}

.notice_box .bt,
.notice_box .bb {
	background: url('../i/notice_border.png') no-repeat;
}

.notice_box .bt {
	height: 8px;
	background-position: left top;
}

.notice_box .bb {
	height: 8px;
	background-position: left bottom;
}

.notice_box .notice_box_content {
	background: white;
	width: 408px;
	padding: 20px 26px;
}

.retail
{
	margin-top:20px;
}

.more {display:inline;}
.more .link {display:inline;color:#18589F;border-bottom:1px solid #18589F;cursor:pointer;}
.more .link:hover {color:#419AFF;border-bottom:1px solid #419AFF;}
.more-info{display:none;}
