﻿.sechead {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 2em;
}

img.ruble-img { height: 1.4ex; }
span.dot { position:absolute; text-indent: -1000em; }

/*upd*/
#inn-content {
	/*margin-top: 0.3em;*/
	margin-top: 0em;
}


/*upd*/
.spec-annot{
	padding-right:15%;	
}

/*upd*/
li.lisel {
	position: relative;
	/*background: #ccb;*/
	background: rgb(233,79,60);
}

/*upd*/
#inn-laser-title { border-bottom: 1px solid #bbb; }
/*
#inn-laser-shot { border-bottom: 1px solid #bbb; }
*/
/*upd*/
.spec-annot ul {
	margin-top: 0.8em;
	color: #555;
	font-size: 83%;
}

.annotstd {
	color: #555;
	font-size: 83%;
}


/*prodlist*/

.prodlist
{
	margin: 0 0 1em 0;
	margin-right: -1em;
}

form.catorder {
	display: none;
}

span.prodname {
	display: block;
	padding-top: 0.7em;
	margin-bottom: 0.6em;
}

.prodwrap {
	position: relative;
}

.baseprod .imgcontainer {
	display: block;
	position: absolute;
	bottom: 100%;
}

.iconbox {
/*	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	position: absolute;*/
}


.sechead {
	font-size: 83%;
	color: #555;
}

.ddown {
	padding-right: 0.5em;
	margin-bottom: -2px;
}


/*tabbox*/

div.tabbox {
	overflow: hidden;
	border-right: 1px solid #ccc;
	position: relative;
	margin-top: 2em;
}

.tabbox .tb-tabs {
	float: left;
	width: 140px;
	/*border-right: 1px solid #ccc;*/
}

.tb-tab {
	font-size: 83%;
	display: block;
	/*border-bottom: 1px solid #ccc;
	background-color: #eee;*/
	padding: 6px 10px;
	text-decoration: none;
	
}

.tb-sel {
	font-weight: bold;
	background-color: #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-right: -1px;
	
	color: #000;
}

.clear {
	clear: both;
}

.tb-content {
	margin-left:140px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	min-height: 250px;
}

.tb-content-wrap {
	padding: 10px 20px;
	font-size: 87%;
}
/**/




/* image selector */
.prsprod {
	overflow: hidden;
	margin-bottom: 20px;
	/**zoom: 1;*/
	padding-top: 4px;
	margin-top: -4px
}

.pr_limg {
	float: left;
}

.pr_right {
	margin-left: 400px;
}


.selectimg {
	margin: -6px 0 0 20px;
}

.imgsel {
	margin-left: 6px;
	margin-top: 6px;
	display:inline-block;
}
.imgsel:hover {
	margin: 3px -3px -3px 3px;
	border: 3px solid #ddc;
}





/* tables */

table {
	border-collapse: collapse;
	/*font-size: 83%;*/
	/*margin-bottom: 1.5em;*/
}

th {
	border: 0;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

th, td {
	padding: 5px 2em 5px 0px;
}

#cartwrap {
	position: relative
}

#tblcart {
	width: 100%;
}

#tblcart tr {
	/*border-bottom: 1px dotted #ccc;*/
}



span.tblnumber {
	font-size: 150%;
	font-family: georgia;
	color: #A8ABC5;
}

span.nobr {
	white-space: nowrap;
}

.finalcol {
	border-top: 1px dotted #ccc;
	text-align: right;
	font-size: 130%;
}

.cbuttons {
	/*background-color: orange;*/
	text-align: right;
}

.cbuttons input {
	/*font-size: 120%;*/
}

.padtop1em {
	padding-top: 1em;
}











.annotbox {
	margin-top: .5em;
	font-size: 83%;
	color: #555;
}

.galplay {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}

.galnumber {
	top: 0;
	left: 0;
	background: rgba(127, 127, 127, .5);
	position: absolute;	
	*opacity: 0.5;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	padding: 2px 10px;
}

/* tag selector (filter)  */
.tagselect {
	margin: 15px 0 5px 0;
}

.tagselect li {
	display: inline;
	padding: 0 10px 0 10px;
	margin-left: 0 !important;
}

.tagselect .lisel {
	margin: 0;
}




.imgicon {
	padding-right: 10px;
}

.baseprod {
	padding-top: 256px;
	display: inline-block;
	width: 256px;
	vertical-align: top;
	margin-bottom: 2em;
	margin-right: 1em;
	position: relative;
}



.accordion{border: 1px solid #ddd; border-top: none; margin: 10px 0; float: left; width: 80%; position: relative;}
.accordion > a{display: block; text-decoration: none;}
.accordion h2, .accordion > a{position: relative; background-color: #fff; background-image: url(../img/gradient.jpg);
background-image: -moz-linear-gradient(bottom, #f1f1f1, #fff);
background-image: -ms-linear-gradient(bottom, #f1f1f1, #fff);
background-image: -o-linear-gradient(bottom, #f1f1f1, #fff);
background-image: -webkit-linear-gradient(bottom, #f1f1f1, #fff);
background-image: linear-gradient(bottom, #f1f1f1, #fff); border-top: 1px solid #ddd;
color: #222; font: 14px/30px 'Verdana', sans-serif; height: 30px; margin: 0; padding: 0; text-indent: 10px;
cursor: pointer;
font-weight: bold;
}
.accordion div {color: #555; font-size: 83%; padding: 20px 10px;}


.important {
	color: darkred !important;
	/*color: rgb(0,187,90);*/
}

.linkcolor {
	color: #2E6F9A !important;
}

img.kray-r {	position: absolute; right: 0; top: 0; height: 100%}
img.kray-l {	position: absolute; left: 0; top: 0; height: 100%}

.publication {
	padding-right: 25%;
	overflow: hidden;
}
.pubrow {
	padding: 20px 0 0 0;
	overflow: hidden;
	padding-right: 25%;
	/**zoom: 1;*/
	/*background: url('/images/article.jpg') no-repeat 0px 3.5em;*/
}

.pubrow p.pubannot {
	padding-left: 40px;
	background: url('/images/article.jpg') no-repeat 0px 0;
}

.bannerbox {
	position: relative;
	overflow: hidden;
}

.caption {
	z-index:500;
	position:absolute;
	top: 35px;
	left: 0;
	padding:10px 20px 10px 20px;
	background: #fff;
	background:rgba(255,255,255,.3);
	filter: alpha(opacity=50);
	width:340px;
	line-height:1.33;
	font-size: 1.3em;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

.caption h1 {
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
	font-style: normal;
}




/* forms */
#fieldset {
	position: relative;
}
#fieldset input,#fieldset select,#fieldset textarea{
	font-size: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}

label.error {
       color: red;
       /*font-style: italic;*/
       display: block;
	   font-size: 83%;
}

input.error {
	border: 1px solid #f00;
}

form dl {
	clear: both;
	padding: 0.35em 0;
	width: 100%;
	overflow: hidden;
}

form dt {
	float: left;
	clear: right;
	width: 30%;
	min-height: 1px;
}

form dd {
	float: left;
	clear: right;
	width: 70%;
}

label  {
	padding-right: 10px;
}

.dlmar {
	padding-top: 3.0em;
}

.fhead {
	display: block;
	padding-top: 3.0em;
}

.fnotice {
	color: gray;
	font-size: 83%;
	padding: 0.2em 0 0.2em 0;
	max-width: 800px;
}

.freq {
	color: red;
}

label em {
	color: red;
}

.explain {
	font-size: 83%;
	color: gray;
}

.explain_lp {
	font-size: 83%;
	color: gray;
	margin: -0.5em 0 1em 0;
	margin-left: 1.6em;
}


.button {
	padding: 0 10px 0 10px;
}

.bigphone {
	font-size: 150%;
}
/* /forms */


/*pricebox*/

.pricebox {
	overflow: hidden;
	*zoom: 1;
	padding-left: 25px;
	margin-right: -2em;
	margin-top: 2em;
}

.pb_price {
	float: left;
	padding-right: 2em;
}

.pb_hdr {
	font-size: 75%;
	color: #777;
	cursor: pointer;
}

.pb_pval {
	font-size: 133%;
	color: #000;
	font-weight: bold;
}

.porder {
	*zoom: 1;
	clear: both;
	padding-top: 0.5em;
}





/* cart add */
.addcart-hdr
{	
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 3em;
	position: relative;
}

.addcart-hdr-side
{
	float: left;
	clear: right;
	width: 50%;
	position: relative;
}

.addcart-hdr-prod {
	*zoom: 1;
	overflow: hidden;
	padding-right: 20px;
}

.addcart-hdr-prod .prodname {
	padding-top: 0.7em;
}

.addcart-hdr-side2
{
	padding-top: 2em;
	float: left;
	clear: right;
	width: 50%;
}

.list-nop li {
	list-style-type: none;
}

.fieldout {
	/*background-color: #eee;*/
	padding: 10px;
	border-left: 8px solid rgb(233,79,60);
}

.biglist {
	font-size: 120%;
	margin-bottom: 1em;
}



/* linkprods */

.linkproducts
{
	font-size: 83%;
	margin: 0 0 1em 0;
	margin-right: -1em;
}


.linkprod .prodwrap img {
	display: block;
	position: absolute;
	bottom: 100%;
}

.linkprod {
	padding-top: 100px;
	display: inline-block;
	width: 120px;
	vertical-align: top;
	margin-bottom: 1em;
	margin-right: 1em;
	position: relative;
}



/* other */
.qty {
	width: 2em;
}




/* BUTTONS ------------*/
.buybutton2 {
	cursor: pointer;
	-moz-box-shadow:inset 1px 2px 0px -1px #fff6af;
	-webkit-box-shadow:inset 1px 2px 0px -1px #fff6af;
	box-shadow:inset 1px 2px 0px -1px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.buybutton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.buybutton2:active {
	position:relative;
	top:1px;
}

.buybutton3 {
	cursor: pointer;
	-moz-box-shadow:inset 1px 2px 0px -1px #ffffff;
	-webkit-box-shadow:inset 1px 2px 0px -1px #ffffff;
	box-shadow:inset 1px 2px 0px -1px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:33px;
	line-height:33px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}.buybutton3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.buybutton3:active {
	position:relative;
	top:1px;
}


.buybutton4 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:33px;
	line-height:33px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.buybutton4:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.buybutton4:active {
	position:relative;
	top:1px;
}



.buybutton {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:33px;
	line-height:33px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.buybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.buybutton:active {
	position:relative;
	top:1px;
}


.button-gco {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:31px;
	line-height:35px;
	width:240px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #86ae47;
}
.button-gco:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
}.button-gco:active {
	position:relative;
	top:1px;
}



.row-botbord {
	border: 3px dashed #ccc;
	margin-bottom: 3em;
	padding: 1em;
}



/*jquery.tooltip*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	max-width: 25em;
}
#tooltip h3, #tooltip div { margin: 0; }

sup {
	font-style: italic;
}

.tb-content-wrap ul {
	list-style-type: circle;
	margin: 0 0 2em 0;
}

.tb-content-wrap ul li {
	list-style-position: inside;
	margin-left: 2em;
}

div.search {
	margin-top: 7px;
}

#srchstr {
	min-width: 200px;
}
.navlinks {
	overflow: hidden;
	*zoom:1;
	margin-left:-10px;
	padding-left:10px;
}

#mainlogo {
	margin: 50px 0 0 0;
}

.inn-logo-m {
	height: 120px;
}

.price-s {
	padding: 2px 7px;
	margin: 5px 0;
	background-color: #d0f0c0;
	color: #333;
}

.bottomtext {
	font-size: 83%;
	color: #555;
	border-top: 1px solid #ccc;
	padding-top: 1em;
	margin-top: 3em;
}



/* Specprice tooltip */
.tooltip-specprice {
	position: absolute;	
	/*background: #ff2723;*/
	background: #79AB16;
	color: white;
	font-weight: normal;
	padding: 8px 16px;
	border-radius: 5px;
	margin-top: 10px;
	text-shadow: none;
	box-shadow: 0px 1px 0px #557A0B;
	font-style: italic;
	white-space: nowrap;
}

	.tooltip-specprice:before {
		position: absolute;
		content: '';
		background: rgba(255,255,255,0.2);
		padding: 8px 16px;
		width: 100%;
		margin: -8px 0 0 -16px;
	}

	.tooltip-specprice:after {
		content: '';
		border-top: 5px solid #79AB16;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		position: absolute;
		left: 45%;
		margin-top: 1.85em;
	}
	
	
	table.tablexxx {
		border: 1px solid #ccc;
	}
	
	table.tablexxx th, table.tablexxx td {
		padding: 2px 5px;
		border: 1px solid #ccc;
	}
	
	
.notavail {
	/*display: block;*/
	color: #fff;
	padding: 2px 7px;
	background-color: #9E9E9E;
}

.notavail-list {
	color: #000;
	padding: 2px 7px;
	line-height: 90px;
    font-style: italic;
}