html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td
*{
    outline:none;
    padding:0;
    margin:0;
    border:0;
    vertical-align:baseline;
    font-size:12px;
    font-family: arial;
	color:#000;
	zoom:1;
}

sup {
	vertical-align:super;
	font-size:8px;
}

/* Øðèôòû
----------------------------------------- */



/* Text
---------------------------------------- */

h1, h2, h3, h4, h5, h6{
        font-weight: normal;
        font-size: 22px;
        line-height: 22px;
        padding: 10px 0px;
        color: #451b0d;

}

h2 {
	font-size:18px;
	margin:0 0 10px 0;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

p{
        padding: 5px 0px;
        line-height: 18px;
}
hr{
        border: 0;
        border-bottom: 1px solid silver;
}
.clear{
        clear: both;
}


/* Link
---------------------------------------- */

a{
	color:#0056b7;
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
}
a:link{

}
a:visited{

}
a:hover{

}
a:active{

}



/* Form
---------------------------------------- */
fieldset {
        padding: 1em;
}

legend {
        font-weight: bold;
        padding: 0 .25em;
}
input, select {
    vertical-align:middle;
}
textarea {
       resize:none;
}

input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit],
button[type=button], button[type=reset], button[type=submit] {

}


ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}


ul li {
	margin:0 0 0 20px;
	line-height:20px;
}

 ol {
	line-height:18px;
	padding:0 0 0 18px;
}

ol li {
	margin:8px 0;
}


input[type=password], select {
     padding: 1px;
    border: 1px solid #C4C4C4;
}

textarea {
        line-height: 1.25;
        text-align: left;
}



 input[type=radio] {
	margin:5px 0 5px 0;
	border:none;
}

.form_control label {
	margin:0px 0 0 20px;
	display:inline-block;
}

.form_row .form_control {
	text-align:left;
	margin: 0 0 0 0;
}

.form_captcha img {
	margin:20px 0 0 0;
}

.form_captcha a{
	 display:block;
	 margin:10px 0 0 60px;
}

.form_row .form_control div {
	text-align:left;
	margin: 0 0 0 0;
}

.radio-fix {
	display:block;
	height:20px;
}

input[name="maket_file"] {
	margin:0 0 5px 0;
}


.form_control span {
	margin:0 0 0 10px;

}


/* Table
---------------------------------------- */

table{
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        line-height: normal;
		margin:20px 0 0 0;
}

th, td{
        border: 1px solid #d2d2d2;
        padding: 10px;
}
caption{
        padding-bottom: 5px;
}
th{
        font-weight: bold;
}

.table-center tr td{
	border:none;
	vertical-align:middle !important;
}

.content-table tr td{
	padding:10px;
	vertical-align:middle;
}

.content-table tr td p {
	padding:10px;
}

.content-table tr td:first-child p {
	text-align: center;
}

.center tr td p {
	text-align:center;
}

.center tr td:first-child p {
	text-align: center;
}


/* online form
---------------------------------------- */
.online_body {

	padding: 0 0;
	margin: 0 0 23px 0;
}
.form_row {
	clear: both;
	overflow: hidden;
	margin: 0 0 12px 0;
}

.form_label {
	float: left;
	overflow: hidden;
	text-align:left;
	line-height: 40px;
	color: #474747;
	font-weight: normal;
	width:180px;
	}

.form_label label {
	text-align:left;
}

.form_control {
	padding: 0px 0 0 0px;
}
.form_control input, .form_control textarea {
	border: 1px solid #b7b4b4;
	padding: 5px 5px;
	border-radius: 4px;
	width:320px;
}
.form_control textarea {
	min-width: 320px;

	max-height: 90px;
	min-height: 90px;
}
.form_control select {
	min-width: 345px;
}

.form_binding {
	color:red;
}

.form_control select {
	width:285px;
	padding:8px;
}

.button-light {
	padding:10px;
	border-radius:8px;
	display:block;
	color:#000;
	border:solid 2px #7c3315;
	background:#ffcb00;
	width:100px;
	text-align:center;
	cursor:hand;
	font-weight:bold;
	cursor:pointer;
}

/* Pagination
---------------------------------------- */

.pagination {
	margin:25px 0px 0px 0;
	text-align:right;
	width:100%;
}

.arrow-left {
	float:left;
	border:none !important;
	display:none !important;
}

.arrow-right {
	float:right;
	border:none !important;
	display:none !important;
}

.arrow-left a {
	padding-left:30px !important;
	background:url('/index/main/images/arrow-left.png') left  center no-repeat;
	font-size:11px;
}

.arrow-right a  {
	padding-right:30px !important;
	background:url('/index/main/images/arrow-right.png') right  center no-repeat;
	font-size:11px;
}

.pagination ul li {

	display:inline-block;
	padding:5px 0 5px 0;
	width:30px;
	text-align:center;

	margin:0 10px 0 0;
	color:#ea2143;
	text-decoration:none;
	font-weight:bold;
	border-radius:4px;
	Background:#fff;
	border:solid 1px #dddddd;
	border-bottom:solid 3px #dddddd;
}

.pagination ul li a,.pagination ul li span {
	display:block;
	width:100%;
	height:100%;
}

.pagination ul li a,.pagination ul li span {
	color:#000;
	text-decoration:none;

}

.pagination ul li.active {
	background: #019ac6;
	background: -moz-linear-gradient(top,  #019ac6 0%, #2989d8 50%, #207cca 51%, #006da6 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019ac6), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(80%,#006da6));
	background: -webkit-linear-gradient(top,  #019ac6 0%,#2989d8 50%,#207cca 51%,#006da6 80%);
	background: -o-linear-gradient(top,  #019ac6 0%,#2989d8 50%,#207cca 51%,#006da6 80%);
	background: -ms-linear-gradient(top,  #019ac6 0%,#2989d8 50%,#207cca 51%,#006da6 80%);
	background: linear-gradient(to bottom,  #019ac6 0%,#2989d8 50%,#207cca 51%,#006da6 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019ac6', endColorstr='#006da6',GradientType=0 );
	border-bottom:solid 3px #00446b;
	color:#fff !important;
}

.pagination ul li.active span {
	color:#fff;
}

.pagination ul li.disabled {
	color:#fff;
}

/* Structure
---------------------------------------- */

.opened {
	dislpay:block;
}


.closed {
	display:none;
}

/* slider
---------------------------------------- */


.slider-title {
	position:absolute;
	margin:130px 0 0 30px;
	background:#fff;

	padding:10px;
	opacity:0.8;
}


.slider-title span {
	opacity:1;
	color:#005c9f;
}
.rounded {
	border-radius:8px;
}

.slider-out {
	border:solid 4px #7a0017;
	width:700px;
	border-radius:3px;
	height:190px;
	position:relative;
	position:absolute;
	bottom:-25px;


}


.slider-under-pager {
	width:700px;
	height:23px;
	background: url("/index/main/images/slider.jpg") 0px 0px repeat-x;
}

.pager-link {
	background: url("/index/main/images/slider-botton.jpg") 0px 0px no-repeat;
	display: block;
	height: 23px;
	float:left;
	width: 25px;
	margin:0 0 0 0;
}

.pager-active {
	background: url("/index/main/images/slider-botton-active.jpg") 0px 0px no-repeat;
}

.bx-box {
	display: block;
	text-align:center;
	position:absolute;
	bottom:-25px;
	margin:0 0 0 10px;
}


.bx-pager {
	margin-left:310px;
}

.bx-captions {
	background:#000;
	padding:5px;
	position:absolute;
	left:15px;
	bottom:15px;
	font-size:16px;
	color:#fff;
}

.bx-prev {
	position:absolute;
	display:block;
	width:57px;
	height:46px;
	top:20px;
	left:20px;
	z-index:100;
}


.bx-next {
	position:absolute;
	display:block;
	width:57px;
	height:46px;
	top:20px;
	left:20px;
	z-index:100;
}

/*
---------------------------------------- */
/*
*	Table cart
*/

.table-cart-border {
	border:solid 1px #d2d2d2;
	border-radius:5px;
	padding:0 10px;
}

.table-cart {
	margin:0px;
	width:100%;
}


.table-cart tr td {
	padding:15px;
	vertical-align:middle;
	text-align:center;
	border:none;
	border-bottom:solid 1px #d2d2d2
}

.table-cart tr th {
	border:none;
}

.table-cart tr td:nth-child(4),.table-cart tr th:nth-child(4) {
	text-align:left;
}

.table-cart tr td img {
	border-radius:4px;
}

.table-cart tr th {
	padding:15px;
	text-align:center;
}

.table-cart tr th:first-child {

}



#area-form-cart p {
	margin: 10px 0px;
}

#area-form-cart input[type="text"] {
	border-radius: 10px;
	height: 25px;
	padding: 0px 0px 0px 10px;
	width: 300px;
}

.input-text-cart, .input-textarea-cart {
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	padding:0 0 0 15px;
}

.input-textarea-cart {
	height:70px !important;
	width:400px !important;
}


#area-form-cart textarea {
	border-radius: 10px;
	height: 125px;
	padding: 5px 0px 0px 10px;
	width: 300px;
}

/*
*	Different
*/

.uppercase {
	text-transform:uppercase;
}

.breadcrumbs {
	font-size:11px;
	margin:0 0 10px 0;
}

.breadcrumbs a {
	color:#8e0000;
	font-size:11px;
}

/*
*	slider nivo
*/

.cart-count {
	padding:5px;
	border-radius:5px;
	width:50px;
	border:solid 1px #d2d2d2;
	text-align:center;
}

.contact-head {
	font-size:14px;
	display:block;
}

.contact-phone {
	font-weight:bold;
	display:block;
	line-height:22px;
}

.contact-adres {
	display:block;
	line-height:22px;
}

.contact-text {
	font-weight:bold;
	display:block;
	line-height:18px;
}

.service-list {
	width:100%;
}

.service-list li {
	float:left;
	width:40%;
	margin:0 0 0 20px;
}


.heading {
	display:block;
	width:100%;
	font-size:20px;
	text-align:left;
}

.heading a {
	display:block;
	float:right;
	font-size:11px;
	color:#000;
	margin:9px 0 0 0;
}



.text-left {
	float:left;
	width:47%;
	text-align:justify;
	font-size:12px;
}

.text-right {
	float:right;
	width:47%;
	text-align:justify;
	font-size:12px;
}

.form_error {
	background:#fff;
	border:solid 1px #ffcb02;
	padding:10px;
	font-weight:bold;
	margin:0 0 20px 0;
}

.bold {
	font-weight:bold !important;
}

.bind {
	color:red !important;
}


.qest {
	display:inline-block;
	background:#fff;
	padding:2px 3px;
	border:solid 1px #A6A6A6;
	color:#73340e;
	border-radius:5px;
	cursor:hand;
	cursor:pointer;
	position:relative;
}

.tooltip {

	display:none;
	position:absolute;
	top:10px;
	left:30px;
	padding:15px;
	border-radius:5px;
	background:#fff;
	color:#000;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(171,166,171,1);
	-moz-box-shadow: 0px 0px 5px 3px rgba(171,166,171,1);
	box-shadow: 0px 0px 5px 3px rgba(171,166,171,1);
}




.prod-review_add {
	display:none;
	margin:0 0 15px 0;
}

.prod-review_addbutton {
	display:inline-block;
	margin:20px 0 20px 0;
	text-decoration:none;
	font-size:20px;
	color:#006bb0;
	border-bottom:dashed 1px #006bb0;
}

.prod-review_list {
	background:#fff;
	border-radius:8px;
	padding:15px;
	margin:0 0 15px 0;
	font-size:11px;
	color:#494949;
	font-style:italic;
}

.prod-review_list_info {
	font-style:normal
}






.prod-full-left {
	float:left;
	width:375px;
}

.slider-prod {
	list-style:none;
	margin:10px 0 0 60px;
}

.prod-full___image img {

	border:solid 1px #ddd;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.6);
}



.slider-prod a img {
	width:76px;
	height:76px;
	border:solid 1px #ddd;
	borer-radius:3px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.6);
}

.slider-prod-container {
	margin:15px 0 0 33px;
}

.slider-prod li {
	float:left;
	margin:0 8px 0 0;
}

.slider-prod-left {
	display:block;
	width:38px;
	height:38px;
	background:url('/index/main/images/slider-prod___left.png') 0px 0px no-repeat;
	float:left;
	margin:28px 0 0 -16px;
	z-index:100 !important;
}

.slider-prod-right {
	display:block;
	width:38px;
	height:38px;
	background:url('/index/main/images/slider-prod___right.png') 0px 0px no-repeat;
	float:right;
	margin:-64px 0px 0 0px;
	z-index:101 !important;
}

.pull-left {
	float:left;
}

.h10 {
	height:10px;
}

.h20 {
	height:20px;
}

.h30 {
	height:30px;
}

.h40 {
	height:40px;
}

.h34 {
	height:34px;
}

.h50 {
	height:50px;
}

.no-cursor {
	cursor:default;
}


.news-header {
	font-weight:bold;
	display:block;
	margin:10px 0 0 0;
}

.news-date {
	display:inline-block;
	color:#bdbdbd;
	clear:both;
	width:100%;
	border-radius:3px;
	padding:2px 4px;
	margin:10px 0 0 0;
}

.news-link {
	display:inline-block;
	color:#000;
	margin:10px 0 0 0;
	text-decoration:none;
	line-height:18px;
	padding:0 0 10px 10px;
	border-bottom:solid 1px #c5c5c5;
	background:url('/index/main/images/icon-arrow.png') 0px 4px no-repeat;
}

.news-link:hover{
	text-decoration:underline;
}

.w50___p {
	width:50%;
}

.w30___p {
	width:30%;
}

.w70___p {
	width:70%;
}

.text {
	text-align:justify;
}

.slider-wrapper {
	position:relative;
}

.product_options_name {
	display:block;
	margin:5px 0 5px 0;
}

.product_options_row input {
	padding-left:2px;
}

.product_options {
	margin:0 0 10px 0;
}

.cart-options {
	width:100px;
	display:block
}

.cart-options___item {
	display:block;
	text-align:left;
}

.cart-options___name {
	font-weight:bold;
}

.page-text {
	text-align:justify;
}

.news-list___name {
	margin:0 0 5px 0;
}

.prod-slider ul {
	list-style:none;
}

.prod-slider {
	position: relative;
	width: 350px;
	margin:20px 0 0 0;
}

.prod-slider ul li {
	margin: 0 0 0 0;
}

.prod-slider img {
	margin-bottom: 15px;
	border: 1px solid #E4E4E4;
	border-radius: 4px;

	padding: 5px;
	background: #fff;
}
.prod-slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 60px;
	margin-top: -16px;
	outline: 0;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	z-index: 10;
}
.prod-slider .bx-wrapper .bx-prev {

	background:url('/index/main/images/slider-prod___left.png') 0px 0px no-repeat;
	left:-50px;
}

.prod-slider .bx-wrapper .bx-next {
	left: 270px;
	background:url('/index/main/images/slider-prod___right.png') 0px 0px no-repeat;
}


#hit-slider {
	margin:0 0 0 17px;
}

#hit-slider li .prod-item___container {
	margin-left:0px !important;
}

.hit-slider {
	list-style:none;

}

.hit-slider li {
	width:225px;
	margin:0 13px 0 0px;
	float:left;
	height:420px;

}

#hit-slider .btn-buy:after {
	margin-top:0px !important;
}

.strong{font-weight:bold;}