@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}
.left_border {
	background: url(../images/bg_left.jpg) repeat-y scroll right;
}
.right_border {
	background: url(../images/bg_right.jpg) repeat-y scroll left;
}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}


/*Всплывающее окно КОНЕЦ*/


.b-container{
    width:100%;
    height:100%;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:30px;
    color: #fff;
}
.b-popup{
	left: 0px;
    width:100%;
	min-height:100%;
	background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.b-popup .b-popup-content{
	margin: 40px auto 0px auto;
	width: 60%;
	height: 60%;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	font: normal 16px Verdana, Geneva, sans-serif;
	/*color: #cc3333;*/
}
/*Всплывающее окно КОНЕЦ*/

/* Кнопки +/-, кнопки купить*/
 span {cursor:pointer; }
        .number{
            margin:10px 30%;
        }
        .plus{
            position:inherit;
            width: 10px;
            height:10px;
            background:#f2f2f2;
            border-radius:4px;
            padding:12px 18px 12px 18px;
            border:1px solid #ddd;
        }
        .minus{
            position:inherit;
            width: 10px;
            height:10px;
            background:#f2f2f2;
            border-radius:4px;
            /*padding:5px 17px 5px 17px;*/
			padding:12px 19px 12px 19px;
            border:1px solid #ddd;
        }


        a.button {

            /*width: 30em;*/
            font-size: 130%;

			color: rgb(255,255,255);
            /*color: rgba(255,255,255,.9);*/
            text-shadow: #2e7ebd 0 1px 2px;
            text-decoration: none;
            text-align: center;
            line-height: 1.1;
            white-space: pre-line;
            padding: .6em .9em;
            border: 1px solid;
            border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
            border-radius: 6px;
            outline: none;
            background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
            box-shadow: inset rgba(255,255,255,.5) 1px 1px;
        }
        a.button:first-line{
			color: rgb(255,255,255);
            font-size: 170%;
            font-weight: 700;
        }
        a.button:hover {
            color: rgb(255,255,255);
            background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
        }
        a.button:active {
            color: rgb(255,255,255);
            border-color: #2970a9;
            background-image: linear-gradient(#5796c8, #6aa2ce);
            box-shadow: none;
        }

        a.buttonRed {

            /*width: 40em;*/
            font-size: 130%;
            color: rgba(255,255,255,.9);
            text-shadow: #a95062 0 1px 2px;
            text-decoration: none;
            text-align: center;
            line-height: 1.1;
            white-space: pre-line;
            padding: .6em .9em;
            border: 1px solid;
            border-color: #d86168 #a93547 #a93547 #d86168;
            border-radius: 6px;
            outline: none;
            background: #d86168 linear-gradient(#d88c93, #d86168 50%, #a95062);
            box-shadow: inset rgba(255,255,255,.5) 1px 1px;
        }
        a.buttonRed:first-line{
            font-size: 170%;
            font-weight: 700;
        }
        a.buttonRed:hover {
            color: rgb(255,255,255);
            background-image: linear-gradient(#cb5672, #f4858a 50%, #a95062);
        }
        a.buttonRed:active {
            color: rgb(255,255,255);
            border-color: #a93547;
            background-image: linear-gradient(#d86168, #f4858a);
            box-shadow: none;
        }

.dblclicknone {

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.buttonGreen {

	width: 30em;
	font-size: 90%;
	color: rgba(255,255,255,.9);
	text-shadow: #128d4f 0 1px 2px;
	text-decoration: none;
	text-align: center;
	line-height: 1.1;
	white-space: pre-line;
	padding: .6em .9em;
	border: 1px solid;
	border-color: #13a865 #127636 #127636 #13a865;
	border-radius: 6px;
	outline: none;
	background: #13a865 linear-gradient(#13c679, #13a865 50%, #128d4f);
	box-shadow: inset rgba(255,255,255,.5) 1px 1px;
}
a.buttonGreen:first-line{
	font-size: 170%;
	font-weight: 700;
}
a.buttonGreen:hover {
	color: rgb(255,255,255);
	background-image: linear-gradient(#12a260, #13c679 50%, #128d4f);
}
a.buttonGreen:active {
	color: rgb(255,255,255);
	border-color: #127636;
	background-image: linear-gradient(#13a865, #13c679);
	box-shadow: none;
}
/* Конец*/
.title_1 {
	font: normal 16px/normal Verdana, Geneva, sans-serif;
	color: #666;
}
.text_12_white {
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
}

.text_12 {
	font: 12px Verdana, Geneva, sans-serif;
	color: #333;
	padding-top: 10px;
}
.td_box {
	padding: 10px 20px;
}

.td_box_default {
	padding: 10px 10px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #414958;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #F00;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	max-width: 960px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 800px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background: #999999;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 20px;
	color : #f3f3f3;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The footer ~~ */
.footer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-decoration: none;
	text-align: center;
	background: #f3f3f3;
}
.table_menu {
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
	background: #999999;
	text-align: center;
	vertical-align: middle;
}

.bg_menu {
	background: url(../images/bd_meny.jpg) repeat-x scroll;
	width: 515px;
	float: right;
}
.red_title {
	font: normal 16px Verdana, Geneva, sans-serif;
	color: #cc3333;
}
.container_table_logo {
	background: url(../images/logo2.jpg) no-repeat fixed left top;
}
.box_radius {
	color : #333333;
	margin: 15px;
	opacity : 1;
	border-radius: 7px;
	float: left;
	height: 748px;
	/*width: 300px;*/
	background: #fff;
	border: 1px solid #CCCCCC;
}
.box_radius_offline {
	color : #333333;
	margin: 15px;
	opacity : 1;
	border-radius: 7px;
	float: left;
	height: 640px;
	/*width: 610px;*/
	background: #fff;
	border: 1px solid #CCCCCC;
}
.box_radius_96 {
	color : #333333;
	margin: 15px;
	opacity : 1;
	border-radius: 7px;
	float: left;
	height: 600px;
	/*width: 96%;*/
	background: #fff;
	border: 1px solid #CCCCCC;
}




/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.logo {
	
	color: #FFF;
	padding-left: 5px;
	padding-top: 5px;
}
.blok_table {
	border: 1px solid #CCC;
	padding: 10px 10px 10px 20px;
	height: 50px;
}
