<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**

 * MagenMarket.com

 *

 * NOTICE OF LICENSE

 *

 * This source file is subject to the Open Software License (OSL 3.0)

 * that is bundled with this package in the file LICENSE.txt.

 * It is also available through the world-wide-web at this URL:

 * http://opensource.org/licenses/osl-3.0.php

 *

 * DISCLAIMER

 *

 * Edit or modify this file with yourown risk.

 *

 * @category    Themes

 * @package     Ma2_Default theme

 * @copyright   Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com

 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)

**/

/* $Id: template.css 12 2013-11-05 10:00:22Z minhnv $ */


 
* { 

	margin: 0;

	padding: 0;

	outline: none!important;

}



body  { 

	background: #f3f3f3;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	text-align: left;

}

.front-page p {margin-bottom: 10px;}



/* Layout ================================================================================ */

.wrapper{

	margin: 0;

	padding: 0;

	width: auto;

}

.page{

	margin: 0;

	padding: 0;

	width: auto;

}

.main{

	margin: 10px 0 0 0;

	padding: 10px 0 0 0;

	overflow: hidden;

	position: relative;

    /*z-index: 0;*/

}

.container{

	width: 85%;/*940px;*/

	margin: 0 auto;

	padding: 0 0;

}

.main-page{

	margin: 10px 0 10px 0;

	padding: 0 20px;

	overflow: hidden;

}

.col-content{

    margin: 0 0;

    padding: 0 0;

	overflow: hidden;

}



/* Header ================================================================================ */

.header {

	/*background: url(../images/top-bg.png) repeat-x;*/

	border: none;

	padding: 0;

	margin: 0;

	position: relative;

	/*z-index: 9999;*/

}

.header .container { 

	

}

.header .logo { 

	

}

.header .logo strong { 

	

}

.header h1.logo { 

	margin:0;

	padding: 0;

}

.header .top-blocks .ma2-navMain{

	width: 100%;

	float: left;

}



.ma2-navMain{

	border: none;

	float: left;

	width: 100%;

}



/* 1 Column Layout */

.col1-layout{

	

}

.col1-layout .container{

	

}

.col1-layout .main-page{

	

}

.col1-layout .col-content {

    overflow: hidden;

    padding: 10px 0;

    width: 100%;

}



/* 2 Columns Left Layout */

.col2-left-layout .col-content {

	margin: 0;

	padding: 0;

	overflow: hidden;

}

.col2-left-layout .col-left{

	

}



/* 2 Columns Right Layout */

.col2-right-layout .col-content {

	margin: 0;

	padding: 0;

	overflow: hidden;

	  margin-top: 5px;

}

.col2-right-layout .col-right{

	

}



/* 3 Columns Layout */

.col3-layout { 

	

}

.col3-layout .container{

	

}

.col3-layout .main-page{

	

}

.col3-layout .content { 

	

}

.col3-layout .col-left { 

	

}

.col3-layout .col-right { 

	

}



/* Base Columns */

.col-left, 

.col-right {

    border: none;

    width: 220px;

    padding: 0;

}

.col-left { 

	float:left; 

	margin-right: 20px; 

}

.col-right { 

	float:left;

	margin-right: 20px;

}



/* HEADER TOP BLOCKS ================================================================================ */

.header .topblocks { 

	overflow: hidden;

	margin: 20px 0 0;

}

.topblocks .top1Area,

.topblocks .top2Area{

	overflow: hidden;

}

.top1Area .widget-block,

.top2Area .widget-block{

	float: left;

}

.top1Area .block-first .widget,

.top2Area .block-first .widget{

	display: inline-block;

	margin-right: 10px;

}

.top1Area .block-last .widget,

.top2Area .block-last .widget{

	display: inline-block;

	margin-left: 10px;

}

.topblocks .top1Area{

	

}

.topblocks .top2Area{

	

}



/* MAIN TOP BLOCKS ================================================================================ */

.maintop1Area,

.maintop2Area,

.maintop3Area{

	overflow: hidden;

}

.maintop1Area .widget-block,

.maintop2Area .widget-block,

.maintop3Area .widget-block{

	float: left;

} 

.maintop1Area .widget-block .widget,

.maintop2Area .widget-block .widget,

.maintop3Area .widget-block .widget{

    display: block;

}

.maintop1Area .block-midle .widget,

.maintop2Area .block-midle .widget,

.maintop3Area .block-midle .widget{

	margin-left: 5px;

	margin-right: 5px;

}

.maintop1Area .block-first .widget,

.maintop2Area .block-first .widget,

.maintop3Area .block-first .widget{

	margin-right: 10px;

}

.maintop1Area .block-last .widget,

.maintop2Area .block-last .widget,

.maintop3Area .block-last .widget{

	margin-left: 10px;

}

.maintop1Area{

	

}

.maintop2Area{

	

}

.maintop3Area{

	

}



/* MAIN BOTTOM BLOCKS ================================================================================ */

.mainbottom1Area,

.mainbottom2Area,

.mainbottom3Area{

	overflow: hidden;

}

.mainbottom1Area .widget-block,

.mainbottom2Area .widget-block,

.mainbottom3Area .widget-block{

	float: left;

}

.mainbottom1Area .widget-block .widget,

.mainbottom2Area .widget-block .widget,

.mainbottom3Area .widget-block .widget{

    display: block;

}

.mainbottom1Area .block-first .widget,

.mainbottom2Area .block-first .widget,

.mainbottom3Area .block-first .widget{

	margin-right: 15px;

}

.mainbottom1Area .block-midle .widget,

.mainbottom2Area .block-midle .widget,

.mainbottom3Area .block-midle .widget{

	margin: 0 8px;

}

.mainbottom1Area .block-last .widget,

.mainbottom2Area .block-last .widget,

.mainbottom3Area .block-last .widget{

	margin-left: 15px;

}

.mainbottom1Area{

	

}

.mainbottom2Area{

	

}

.mainbottom3Area{

	

}



/* CONTENT TOP BLOCKS ================================================================================ */

.contenttop1Area,

.contenttop2Area{

	overflow: hidden;

}

.contenttop1Area .widget-block,

.contenttop2Area .widget-block{

	float: left;

}

.contenttop1Area .block-first .widget,

.contenttop2Area .block-first .widget{

	display: inline-block;

	margin-right: 10px;

}

.contenttop1Area .block-last .widget,

.contenttop2Area .block-last .widget{

	display: inline-block;

	margin-left: 10px;

}

.contenttop1Area{

	

}

.contenttop2Area{

	

}



/* CONTENT BOTTOM BLOCKS ================================================================================ */

.contentbottom1Area,

.contentbottom2Area{

	overflow: hidden;

}

.contentbottom1Area .widget-block,

.contentbottom2Area .widget-block{

	float: left;

}

.contentbottom1Area .block-first .widget,

.contentbottom2Area .block-first .widget{

	display: inline-block;

	margin-right: 10px;

}

.contentbottom1Area .block-last .widget,

.contentbottom2Area .block-last .widget{

	display: inline-block;

	margin-left: 10px;

}

.contentbottom1Area{

	

}

.contentbottom2Area{

	

}



/* Footer ================================================================================ */

.footer {

	padding: 10px 0 0 0;

	margin: 0px 0;

}

.footer .container { 

	

}

.footer .footer1Area { 

	

}

.footer .footer2Area { 

	

}

.footer .widget-block { 

	float: left;

}

.footer p{

	text-align: left;

}

/* CONTENT BOTTOM BLOCKS ================================================================================ */

.footer1Area,

.footer2Area{

	overflow: hidden;

}

.footer1Area .widget-block,

.footer2Area .widget-block{

	float: left;

}

.footer1Area .block-first .widget,

.footer2Area .block-first .widget{

	display: block;

	margin-right: 10px;

}

.footer1Area .block-last .widget,

.footer2Area .block-last .widget{

	display: block;

	margin-left: 10px;

}

.footer1Area{

	

}

.footer2Area{

	

}

/* ======================================================================================= */



.block,

.widget{

	border: none;

    display: block;

}

.marker p {

  background: url(../images/check.png);

  background-repeat: no-repeat;

  padding: 0px 0 25px 50px;

}

.marker td {



font-size: 16px;

}

.marker tr {

height:60px;



}



/*menu*/

#menu {

	padding: 0;

	margin: 0;

	font-size: 100%;

	font-family: Georgia;

	}

#menu li {

	list-style: none;

	float: left;

	height: 33px;

	padding: 0;

	margin: 0;

	width: 150px;

	text-align: center;

	position: relative;

	padding-top: 12px;

	}

#menu li ul {

	list-style: none;

	padding: 0;

	margin: 0;

	/*width: 200px;*/

	display: none;

	position: absolute;

	left: 0;

	top: 45px;

	background: url(../images/btn-bg.png); 
    z-index:1;

	}

#menu li ul li {

	float: none;

	height: 33px;

	margin: 0;

	width: 345px;

	/*border-radius: 9px;*/

	text-align: left;

	padding-left: 20px;

	

	}

	#menu li ul li.first, #menu li ul li:first-child {border-radius: 0 9px 0 0;}

	#menu li ul li.last, #menu li ul li:last-child {border-radius: 0 0 9px 9px;}

#menu li ul li:hover {background: url(../images/nav-active.png);}

#menu li ul li a {text-transform: none;font-weight:400}

#menu li a {

	display: block;

	/*width: 150px;*/

	height: 33px;

	color: #fff;

	text-decoration: none;

	font-family: 'Roboto Condensed', sans-serif;

  font-size: 15px;

  text-transform: uppercase;

  font-weight:700

	}

#menu li:hover ul, #menu li.jshover ul {

	display: block;

	border-radius: 0px 9px 9px;

	}

#menu li:hover, #menu li.jshover {

	

	background: url(../images/btn-bg.png);

	}

#menu li:hover a {color: #fff;}



/*modal window*/

.overlay {

    background-color: rgba(0, 0, 0, 0.7);

    bottom: 0;

    cursor: default;

    left: 0;

    opacity: 0;

    position: fixed;

    right: 0;

    top: 0;

    visibility: hidden;

    z-index: 99999;

		-webkit-transition: opacity .5s;

		-moz-transition: opacity .5s;

		-ms-transition: opacity .5s;

		-o-transition: opacity .5s;

		transition: opacity .5s;

}

.popup {

	background-color: #fff;

	border: 3px solid #fff;

	display: inline-block;

	left: 50%;

	opacity: 0;

	padding: 15px;

	width: 280px;

	height: 430px;

	position: fixed;

	text-align: justify;

	top: 40%;

	visibility: hidden;

	z-index: 999999;

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	-webkit-transition: opacity .5s, top .5s;

	-moz-transition: opacity .5s, top .5s;

	-ms-transition: opacity .5s, top .5s;

	-o-transition: opacity .5s, top .5s;

	transition: opacity .5s, top .5s;

	border-radius: 11px;

}

.popup .close_window {

	width: 6px;

	height: 17px;

	position: absolute;

	padding: 1px 9px 4px 9px;

	top: -15px;

	right: -15px;

	cursor: pointer;

	color: #fff;

	font-family: 'tahoma', sans-serif;

	background: -webkit-gradient(linear, left top, right top, from(#3d51c8), to(#051fb8));

	background: -webkit-linear-gradient(top, #3d51c8, #051fb8);

	background: -moz-linear-gradient(top, #3d51c8, #051fb8);

	background: -o-linear-gradient(top, #3d51c8, #051fb8);

	background: -ms-linear-gradient(top, #3d51c8, #051fb8);

	background: linear-gradient(top, #3d51c8, #051fb8);

	background-color: #3d51c8;

	border: 1px solid #061fb8;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-o-border-radius: 50%;

	-ms-border-radius: 50%;

	border-radius: 50%;

	text-align: center;

	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);

}

.popup .close_window:hover {

	background: -webkit-gradient(linear, left top, right top, from(#051fb8), to(#3d51c8));

	background: -webkit-linear-gradient(top, #051fb8, #3d51c8);

	background: -moz-linear-gradient(top, #ff5f0, #3d51c87);

	background: -o-linear-gradient(top, #051fb8, #3d51c8);

	background: -ms-linear-gradient(top, #051fb8, #3d51c8);

	background: linear-gradient(top, #051fb8, #3d51c8);

	background-color: #051fb8;

	border: 1px solid #00385E;

}

.popup .close_window:active {

	background: #8f9be0;

}



/*РЎР»Р°Р№РґРµСЂ С‚РµРєСЃС‚Р°*/



.slider { 

float:left; 

 

position:relative; 

padding:0px; 

 

} 



.sliderContent { 

float:left; 

width:400px; 

height:70px; 

clear:both; 

position:relative; 

overflow:hidden; 

border:none; 

padding:0px 30px 0px 30px; 



} 





.content_note{ 

color:#333; /*#777; */

margin-top:0px; 

line-height:25px; 

overflow:hidden; 

} 



.sliderArrows a { 

display:none; 

text-indent:-9999px; 

} 



.sliderContent .item { 

position:absolute; 

 

} 



.sliderBullets { 

position:absolute;  

bottom:2px;  

right:50%;  

z-index:50;  

 

}  



.sliderBullets a {  

display:block;  

float:left;  

text-indent:-9999px;  

outline:none;  

margin-left:5px;  

border:none; 

background:url('../images/active_noactive.png')no-repeat; 

background-position:-15px; 

width:13px; 

height:13px; 

}  



.sliderBullets .active {  

background-position:0px 0px; 

}  



.sliderContent a { 

outline:none; 

} </pre></body></html>