body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background-color:#fff;
	color:#333;

}



/*-- СЛУЖЕБНЫЕ СТИЛИ (не менять) --*/

div.deliver{
	margin-bottom:10px;
	position:relative;
	padding:3px;
}

div.relative{
	position:relative;
}

div.absolute{
	position:absolute;
}

div.table {
	display:table;
	position:relative;
	width:100%;
}

div.centertable {
	display:table;
	position:relative;
	margin:0 auto;
}

div.cellrelative {
	display:table-cell;
	position:relative;
}

div.inlinerelative {
	display:inline-block;
	position:relative;
}

div.verseparator {
	display:table-cell;
	height:100%;
}

div.horseparator {
	display:block;
	width:100%;
}

table.allwidth {
	width:100%;
}


/*-- ЗАТЕМНЯЮЩИЙ ФОН --*/

div.fon{
	display:none;
	background:#000000;
	width:100%;
	height:100%;
	position:fixed;
	z-index:400;
	opacity:0.8;
}




/*-- ОБЩИЙ СТИЛЬ ДЛЯ ВСЕХ КНОПОК --*/

input[type="button"]{
	font-size:14px;
	font-family:"Myriad Pro",tahoma,verdana;
	cursor:pointer;
	cursor:hand;
	background: rgba(240,240,240,1);
background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0 );
	color:#575656;
	border-width: 1px;
	border-style: solid;
	border-color: #DEDEDE #DEDEDE #BDBDBD;
	padding:5px 25px 5px 25px;
	border-radius: 30px;
	text-align:center;	
	box-shadow: 0px 1px 0px 0px #FFF inset, 0px 0px 0px 3px rgba(204, 204, 204, 0.2);
	text-shadow: 0px -1px 0px #FFF;
	padding: 3px 20px 4px;
	outline:none;
}

input[type="button"]:hover {
	font-size:14px;
	font-family:"Myriad Pro",tahoma,verdana;
	cursor:pointer;
	cursor:hand;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
	color:#575656;
	border-width: 1px;
	border-style: solid;
	border-color: #DEDEDE #DEDEDE #BDBDBD;
	padding:5px 25px 5px 25px;
	border-radius: 30px;
	text-align:center;	
	box-shadow: 0px -1px 0px 0px #FFF inset, 0px 0px 0px 3px rgba(204, 204, 204, 0.2);
	text-shadow: 0px -1px 0px #FFF;
	padding: 3px 20px 4px;
	outline:none;
}



/*-- ОБЩИЙ СТИЛЬ КНОПКИ ЗАКРЫТЬ --*/



input.close{
	padding:7px 10px ;
 background: rgba(0,131,202,1);
background: -moz-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px 1px 0px 0px #07bbf5 inset;
    color: #FFFFFF;
	font-size:14px;
    text-transform: uppercase;
	border-radius:40px;
	text-shadow:1px 1px 0px #0070ad;
}

input.close:hover{
	padding:7px 10px ;
background: rgba(8,201,255,1);
background: -moz-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,201,255,1)), color-stop(100%, rgba(0,131,202,1)));
background: -webkit-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -o-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -ms-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: linear-gradient(to bottom, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c9ff', endColorstr='#0083ca', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px -1px 0px 0px #07bbf5 inset;
    color: #FFFFFF;
	font-size:14px;
    text-transform: uppercase;
	border-radius:40px;	
	text-shadow:1px 1px 0px #0070ad;	
}



/*-- ОБЩИЙ СТИЛЬ ДЛЯ ПОЛЕЙ ВВОДА --*/

input[type="text"]{
	font-size:14px;
	font-family:"Myriad Pro",tahoma,verdana;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	box-shadow:inset 0px 0px 4px #e1e1e1;
	outline:none;
	color:#575656;
	border-radius:10px;
	border:1px solid #e1e1e1;
}



/*-- СТИЛЬ ДЛЯ ПОЛЯ ВВОДА ПАРОЛЯ --*/

input[type="password"]{
	font-size:14px;
	font-family:"Myriad Pro",tahoma,verdana;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	box-shadow:inset 0px 0px 4px #e1e1e1;
	outline:none;
	color:#575656;
	border-radius:10px;
	border:1px solid #e1e1e1;
}


/*-- СТИЛЬ ДЛЯ ПОЛЯ ВВОДА (при ошибке) --*/

input.fail{
	font-size:14px;
	font-family:"Myriad Pro",tahoma,verdana;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	box-shadow:inset 0px 0px 4px #e1e1e1;
	outline:none;
	color:#575656;
	border-radius:10px;
	border:1px solid #f07d00;	
}


/*-- СТИЛЬ ДЛЯ ТЕКСТОВОГО БЛОКА --*/

textarea {
	font-size:14px;
	font-family:"Myriad Pro",tahoma,verdana;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	box-shadow:inset 0px 0px 4px #e1e1e1;
	outline:none;
	color:#575656;
	border-radius:10px;
	border:1px solid #e1e1e1;
}

/*-- СТИЛЬ ДЛЯ ТЕКСТОВОГО ПОЛЯ (при ошибке) --*/

textarea.fail{
	font-size:14px;
	font-family:"Myriad Pro",tahoma,verdana;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	box-shadow:inset 0px 0px 4px #e1e1e1;
	outline:none;
	color:#575656;
	border-radius:10px;
	border:1px solid #f07d00;
}


/*-- СТИЛЬ ДЛЯ ВЫПАДАЮЩЕГО СПИСКА --*/

select{
	font-size:14px;
	font-family:"Myriad Pro",tahoma,verdana;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	box-shadow:inset 0px 0px 4px #e1e1e1;
	outline:none;
	color:#575656;
	border-radius:10px;
	border:1px solid #e1e1e1;
}

/*-- СТИЛЬ ДЛЯ ВЫПАДАЮЩЕГО СПИСКА (при ошибке) --*/

select.fail{
	font-size:14px;
	font-family:"Myriad Pro",tahoma,verdana;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	box-shadow:inset 0px 0px 4px #e1e1e1;
	outline:none;
	color:#575656;
	border-radius:10px;
	border:1px solid #f07d00;
}


/*-- СТИЛЬ НАДПИСИ ПРИ ОШИБКЕ --*/

div.textfail{
	font-size:12px;
	font-family:"Myriad Pro",tahoma,verdana;
	color:red;
}

/*-- СТИЛЬ НАДПИСИ ПРИ ОШИБКЕ, ЗВЕЗДОЧКА --*/

td.solutionfail {
	color:red;
}

span.star {
	color:red;
}


/*-- СТИЛЬ НАДПИСИ КОГДА НИЧЕГО НЕ НАЙДЕНО --*/

div.nothingfound{
	text-align:center;
    color: red;
    font-size: 16px;
    font-style:italic;
    padding: 3px;
   
}





/*-- ОБЩАЯ РАЗМЕТКА САЙТА --*/


/*-- Стиль для общего блока всего сайта--*/

div.allbloc {
	margin:0 auto;
}

/*--Стиль для общего блока шапки сайта--*/

div.allheader {
	margin:0 auto;
}


/*--Стиль для верхнего блока шапки--*/

div.overhead {
	background:url(./tavria/overhead-top.png) repeat-x;
	border-bottom:1px solid #DFDFDF;
	position:relative;
	z-index:150;
	height:11px;

}

/*--Стиль для  информации верхнего блока шапки--*/

div.overheadinfo {
	width:460px;
	display:table;
	margin:0 auto;
	
}


/*--Стиль для верхнего блока шапки часть слева--*/

div.overheadleft {

	vertical-align:middle;
}

/*--Стиль для верхнего блока шапки часть справа--*/

div.overheadright {
	
	vertical-align:middle;
}



/*--Стиль для блока шапки--*/

div.head {
	
	position:relative;
	z-index:100;	
}


/*--Стиль для информации блока шапки--*/

div.headinfo {
	width:1200px;
	display:table;
	margin:0 auto;
}


/*-- Деление шапки на четыре блока--*/

div.headcolumnlogo {
	/*width:300px;*/
	vertical-align:middle;
	padding:5px 20px 10px 12px;
}

div.headcolumn1 {
	vertical-align:middle;
}


div.headcolumn2 {
	vertical-align:middle;
	padding-top:20px;
}
div.headcolumn2row2 {
	vertical-align:middle;
	text-align:center;
margin:0 auto;
}


div.headcolumn3 {
	vertical-align:middle;
	/*width:300px;*/
}


/*--Стиль для нижнего блока шапки--*/

div.underhead {
	
}


/*--Стиль для информации нижнего блока шапки--*/

div.underheadinfo {
	width:1200px;
	display:table;
	margin:0 auto;
}


/*--Стиль для левой части нижнего блока шапки--*/

div.underheadleft {
	float:left;
	vertical-align:middle;
}


/*--Стиль для правой  части нижнего блока шапки--*/

div.underheadright {
	float:right;
	vertical-align:middle;
}

/*--Общий блок под шапкой, центральный--*/

div.allcenter {
	width:1200px;
	margin:0 auto;
	margin-top:5px;
	background:#fff;
	border:1px solid #fff;	
}

div.allcentercompare {
	max-width:1800px;
	width:99%;
	margin:0 auto;
	margin-top:5px;
	background:#fff;
	border:1px solid #fff;
	box-shadow:inset 0px 0px 7px #e1e1e1;	
}

table.allcenterblock{
	width:100%;
}


/*--Центральный блок, левая колонка--*/

td.leftcolumn {
	width:225px;
	padding:5px 10px;
	border:1px solid #5EADFD;
	border-radius:10px;
	-moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
	 -webkit-border-radius: 10px; /* закругление для старых Chrome и Safari */
	 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */	
	 background-color:#fafafa;	
}

div.leftcolumn {
	width:225px;
	
}


/*--Центральный блок, центральная колонка--*/

div.centercolumn {



}

td.centercolumn {
	/*width: 900px;
	padding:0 10px 0 23px;*/
	width:100%;
	padding:0;
}

/*--Внутренний блок центральной колонки--*/

div.centerinfo {
 	padding:19px;
}


/*--Центральный блок, правая колонка--*/

div.rightcolumn {
	max-width:220px;
}

td.rightcolumn {
	padding-left:5px;
	width:225px;
	background:white;
}

a.botlink1 {
	text-decoration:none;
	color:#eee;
}
a.botlink1:hover {
	text-decoration:none;
	color:#eee;
}
/*--Создаём класс для общего блока подвала--*/

div.allfooter {
	bordet-bottom:1px solid #007EED;
	border-top:1px solid #fff;
	padding:60px 10px 10px;
	position:relative;
	z-index:300;
	background:url(./tavria/bottom-bg.png) repeat-x #118AF5;
	margin-top:20px;

}

div.allfooterinfo {
	width:1200px;
	display:table;
	margin:0 auto;
}
div.copyright {
    color: #000;
}
div.copyright a {
    color: yellow;
}
div.copyright a:hover{
	text-decoration:none;
}
div.copyright img{
	vertical-align:middle;
}

div.overfooter {
	
}

div.underfooter {
	
}

div.underfooterleft {
	
}

div.underfooterright {
	float:right;
}

a.powered {
	text-decoration:none;
	color:#555;
}




/*-- МОДУЛИ САЙТА --*/

/*-- РАЗДЕЛЫ НА ШАПКЕ (МЕНЮ) --*/

/*-- Подложка под разделы --*/

div.chaptershead {
	position:relative;
	top:17px;
	left:0px;
}

/*-- Разделитель для разделов--*/

div.chapterseparator {

}

/*-- Ссылки--*/
/*-- Стиль для ссылки неактивного раздела--*/

div.chapter a {
	text-decoration:underline;
	color:#0962c0;
	font-size:13px;
	font-weight:bold;
}

/*-- Стиль для ссылки неактивного раздела при наведении--*/

div.chapter:hover a {
	text-decoration:none;
	color:#0962c0;	
}

/*-- Стиль для ссылки активного раздела--*/

div.activechapter a {
	text-decoration:none;
	color:#0962c0;
	font-size:13px;
	font-weight:bold;
}


/*-- Блоки--*/
/*-- Неактивный раздел--*/

div.chapter {
padding:0px 5px;
	cursor:pointer;
	cursor:hand;
	box-shadow:none;
	text-align:center;
}

/*-- Неактивный раздел при наведении --*/

div.chapter:hover {
	cursor:pointer;
	cursor:hand;	
}

/*-- Активный раздел --*/

div.activechapter {
padding:0 5px;
	cursor:pointer;
	cursor:hand;
	text-align:center;	
	
}



/*-- ВЫПАДАЮЩИЙ СПИСОК МЕНЮ--*/
/*-- Блок подменю разделов общий--*/

div.submenu{
	display:none;
	top:26px;
	left:-15px;
	z-index:200;
    background: none repeat scroll 0 0 #76C7C0;
	border:1px solid #fff;
}

div.chapter:hover div.submenu{
	display:block;

}

div.activechapter:hover div.submenu{
	display:block;

}

/*-- Раздел подменю первый--*/

div.chaptersubmenu0{
	padding:5px 10px 5px 10px;
	white-space:nowrap;
}

div.chaptersubmenu0:hover {
	padding:5px 10px 5px 10px;
	white-space:nowrap;
	background:#62B9B0;
}

/*-- Раздел подменю второй--*/

div.chaptersubmenu1{
	padding:5px 10px 5px 10px;
	white-space:nowrap;
}

div.chaptersubmenu1:hover{
	padding:5px 10px 5px 10px;
	white-space:nowrap;
	background:#62B9B0;
}

/*-- Ссылка первого раздела подменю--*/


div.chaptersubmenu0 a.linksubmenu0{
	text-decoration:none;
	color:#fff;
}

div.chaptersubmenu0:hover a.linksubmenu0{
	text-decoration:none;
	color:#fff;
}

/*-- Ссылка второго раздела подменю--*/


div.chaptersubmenu1 a.linksubmenu1{
	text-decoration:none;
	color:#fff;
}


div.chaptersubmenu1:hover a.linksubmenu1{
	color:#fff;

}



/*-- Блоки для расположения иконок  --*/

div.chaptericon {
	position:absolute;
	display:none;
}

/*-- Блоки для расположения иконок активных --*/

div.chaptericonact {
	display:none;
	position:absolute;
}

/*-- Действия с иконками при наведени на блоки --*/

div.chapter:hover div.chaptericon {
	display:none;
	position:absolute;
}

div.chapter:hover div.chaptericonact {
	position:absolute;
	display:none;
}


div.activechapter div.chaptericon {
	display:none;
	position:absolute;
}

div.activechapter div.chaptericonact {
	position:absolute;
	display:none;
}




/*-- МОДУЛЬ РАЗДЕЛЫ В КОЛОНКЕ --*/
/*-- Блок разделы --*/

div.chapters {

 padding: 5px;	
}

div.chaptersallblock {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 4px solid #E5E6E6;
    border-radius: 5px;
}

/*-- Заголовок РАЗДЕЛЫ --*/

div.chapterstitle {
    background: none repeat scroll 0 0 #E2534B;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 3px;
    padding: 12px 12px 12px 40px;
    position: relative;
    text-transform: uppercase;
    z-index: 100;
}

/*-- Иконка разделов --*/

div.chapterstitleicon {
    background: url("/themes/tavria/icon_catalog.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 19px;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 24px;
}

/*-- Блок первого уровня разделов --*/
/*-- Ссылки --*/

div.chapter0 a {
	text-decoration:none;
	color:#777777;
	font-size: 14px;
}


div.chapter0:hover a {
	text-decoration:none;
	color:#e2534b;	
	font-size: 14px;
}

div.chapter0act a {
	text-decoration:none;
	color:#e2534b;	
	font-size: 14px;
}


div.chapter0act:hover a {
	text-decoration:none;
	color:#323231;
	text-shadow:1px 1px 0px #fff;	
	font-size: 13px;
}

/*-- Плашки --*/


div.chapter0  {
	border-top: #e5e6e6 1px dashed;
	padding:8px;
	cursor:pointer;
	cursor:hand;
	background:url("/themes/tavria/point.png")  no-repeat;
	padding:5px 5px 5px 15px;	
	background-position:0px 8px;
}


div.chapter0:hover  {
	border-top: #e5e6e6 1px dashed;
	padding:8px;
	cursor:pointer;
	cursor:hand;
	background:url("/themes/tavria/point.png")  no-repeat;
	padding:5px 5px 5px 15px;
	background-position:0px 8px;
}

div.chapter0act  {
	border-top: #e5e6e6 1px dashed;
	padding:8px;
	cursor:pointer;
	cursor:hand;
	background:url("/themes/tavria/point.png")  no-repeat;	
	padding:5px 5px 5px 15px;
	background-position:0px 8px;
}



/*-- Блок второго уровня разделов --*/
/*-- Ссылки --*/


div.chapter1 a {
	text-decoration:none;
	color:#e2534b;
	font-size:14px;	
}


div.chapter1:hover a {
	text-decoration:none;
	color:#e2534b;
	font-size:14px;
}

div.chapter1act a {
	text-decoration:none;
	color:#e2534b;
	font-size:14px;
}



div.chapter1act:hover a {
	text-decoration:none;
	color:#e2534b;
	font-size:14px;
}

/*-- Плашки --*/


div.chapter1  {
	padding:5px 5px 5px 25px;

	cursor:pointer;
	cursor:hand;
}


div.chapter1:hover  {
	padding:5px 5px 5px 25px;
	background:#ffd1ce;
	cursor:pointer;
	cursor:hand;
}

div.chapter1act  {
	padding:5px 5px 5px 25px;
	background:#ffd1ce;
	cursor:pointer;
	cursor:hand;
}




/*-- Блок третьего уровня разделов --*/
/*-- Ссылки --*/


div.chapter2 a {
	text-decoration:none;
	color: #AAAAAA;
    font-size: 14px;
	font-style:normal;
	font-weight:550;
}


div.chapter2:hover a {
	text-decoration:underline;
	color: #AAAAAA;
    font-size: 14px;
	font-style:normal;
	font-weight:55
}

div.chapter2act a {
	text-decoration:underline;
	color: #AAAAAA;
    font-size: 14px;
	font-style:normal;
	font-weight:55
}


div.chapter2act:hover a {
	text-decoration:none;
	color: #AAAAAA;
    font-size: 14px;
	font-style:normal;
	font-weight:550;
}

/*-- Плашки --*/


div.chapter2  {
	padding:5px 5px 5px 40px;
	border-bottom: #e5e6e6 1px dashed;
	border-top: #e5e6e6 1px dashed;
}


div.chapter2:hover  {
	padding:5px 5px 5px 40px;
	border-bottom: #e5e6e6 1px dashed;
	border-top: #e5e6e6 1px dashed;
}

div.chapter2act  {
	padding:5px 5px 5px 40px;
	border-bottom: #e5e6e6 1px dashed;
	border-top: #e5e6e6 1px dashed;
}








/*-- СТРАНИЦА РАЗДЕЛОВ В КАРТИНКАХ--*/
/*-- Блок для страницы разделов --*/

div.chaptersview {
    border: 1px solid #E4E4E4;
    box-shadow: 0 0 0 1px #FFFFFF inset;
	padding:8px;
}

/*-- Блок для страницы каталога --*/

div.chapterviewinfo {
	padding:4px;

}

/*-- Блок всех разделов --*/

div.chapterview {
   text-align:center;
	
}

/*-- Разделительная полоса по вертикали --*/

div.chapterviewverseparator {
    background: url("/themes/standart_design/punkt.jpg") repeat-y center;
    width: 1px;
}

/*--  Разделительная полоса по горизонтале --*/

div.chapterviewhorseparator {
    background: none repeat scroll 0 0 #E4E4E4;
    box-shadow: 0 1px 0 #FFFFFF;
    height: 1px;
}

/*-- Блок для картинки --*/

div.chapterviewimg {
	width:180px;
	height:120px;
	margin:0 auto;
}

/*-- Картинка --*/

img.chapterviewimg {
	max-width:170px;
	max-height:110px;
	border:0;
}


/*-- Позиционирование картинки --*/

div.chapterviewimgtable {
	display:table;
	height:120px;
	margin:0 auto;
}

div.chapterviewimgcell {
	display:table-cell;
	vertical-align:middle;
}

/*-- Вывод названия раздела над картинкой --*/
/*-- Блок названия раздела --*/

div.topchapterviewname {
	display:none;
}


/*-- Ссылка названия раздела --*/

div.topchapterviewname a{
	
}


div.topchapterviewname:hover a{
	
}


/*-- Вывод названия раздела под картинкой --*/
/*-- Блок для названия раздела --*/

div.bottomchapterviewname {
	padding:3px;
}

/*-- Ссылка названия раздела --*/

div.bottomchapterviewname a{
	text-decoration:none;
	color:#828282;
}

div.bottomchapterviewname:hover a{
	text-decoration:none;
	color:#545454;
}





/*-- МОДУЛЬ  СЛАЙДЕР  --*/

/*--Разметка колонок для слайдера--*/
/*--Общий блок для слайдера--*/

div.centerunderslider {
	margin:0 auto;
	display:table;
	margin-top:5px;

	width:100%;

}

/*--Блок для информации слева от слайдера--*/

div.leftunderslider {

}

/*--Блок для информации справа от слайдера--*/

div.rightunderslider {
	vertical-align:top;
}




/*-- Подложка под модуль слайдер --*/
div.sliderback{
	padding:3px 0px;	
}

div.slider{
	margin:0 auto;
	border:2px solid #5AADFD;
	box-shadow:inset 0 0 10px #c0c0c0;
}

/*-- Подложка под картинку в слайдере --*/

div.sliderimg {
	display:table-cell;
	position:relative;

}

/*-- Подложка под текст на слайдере --*/

div.slidertext {
	z-index:200;
}


/*-- Блок для стрелок --*/

div.sliderarrows{
	position:relative;
	z-index:200;
	top:50%;
	vertical-align:middle;

}

/*-- Блок для стрелки влева --*/

div.sliderleftrel{
	position:relative;
	z-index:200;
	top:50%;
	left:5px;
	
}


div.sliderleft{
	position:absolute;
	top:-18px;
	
}


/*-- Блок для стрелки вправо --*/

div.sliderrightrel{
	position:relative;
	z-index:200;
	top:50%;
left: -50px;
}

div.sliderright{
	position:absolute;
	top:-18px;
	left:100%;
}




/*-- Стрелка влево --*/

input.sliderleft{
	background:url("/themes/tavria/arrow_left_a.png") no-repeat center;
	color:transparent;
	border-radius:0px;	
	box-shadow:none;
	border:0;
	height:47px;
	font-size:0;
	width:47px;
}

input.sliderleft:hover{
	background:url("/themes/tavria/arrow_left_p.png") no-repeat center;
	color:transparent;
	border-radius:0px;	
	box-shadow:none;
	border:0;
	height:47px;
	font-size:0;
	width:47px;	
}



/*-- Стрелка вправо --*/

input.sliderright{
	background:url("/themes/tavria/arrow_right_a.png") no-repeat center;
	color:transparent;
	border-radius:0px;	
	box-shadow:none;
	border:0;
	height:47px;
	font-size:0;
	width:47px;
}


input.sliderright:hover{
	background:url("/themes/tavria/arrow_right_p.png") no-repeat center;
	color:transparent;
	border-radius:0px;	
	box-shadow:none;
	border:0;
	height:47px;
	font-size:0;
	width:47px;	
}


/*-- Страницы на подложке --*/

div.sliderbottomin {
	margin:0 auto;
	position:relative;
	z-index:250;
	top:90%;
	display:none;	
}

/*-- Страницы вне подложки --*/

div.sliderbottomout {
	position:relative;
	z-index:250;
	margin:0 auto;
	top:2px;
}

/*-- Страницы слайдера отступ --*/
div.sliderbutton {
	padding:4px;
	vertical-align:middle;
}

/*-- Страницы слайдера, неактивная --*/

div.slidernext {
	cursor:pointer;
	cursor:hand;
	width: 15px;
	height: 15px;
	background: rgba(8,201,255,1);
background: -moz-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,201,255,1)), color-stop(100%, rgba(0,131,202,1)));
background: -webkit-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -o-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -ms-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: linear-gradient(to bottom, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c9ff', endColorstr='#0083ca', GradientType=0 );
	font-size:0;
	border-radius:25px;
	border:3px solid #fff;
}

/*-- Страницы слайдера, активная --*/

div.slidernextact {
	cursor:pointer;
	cursor:hand;
	width: 20px;
	height: 20px;
	background:#575656;
	font-size:0;
	border-radius:25px;
	box-shadow:inset 0 0 5px #353535;
}








/*-- МОДУЛЬ ПОИСКА --*/
/*-- Общий блок для модуля поиска --*/

div.search {
	position:relative;
	left:0px;
	margin-bottom:5px;
	margin-top:5px;
		width:100%;
	display:table;
}

/*-- Блок для поля ввода --*/

div.searchinput {
	width:100%;
}

/*-- Поля ввода --*/

input.search {
	width:100%;
	height:35px;
	border:1px solid #0083ca;
	background:#fff;
	border-radius:0;
	box-shadow:inset 0px 0px 5px #5cc6ff;
	color:#0083ca;
	text-indent:5px;
border-radius:5px;	
}

/*-- Блок для кнопки --*/

div.searchbut {
left: -35px;
	top:3px;
	
}

input.searchbut {
	height:32px;
	background:url("/themes/tavria/icon_search.png")no-repeat;
	width:39px;
	border:0;
	font-size:0;
	padding:0;
	border-radius:0;
	box-shadow:none;
}

input.searchbut:hover {
	height:32px;
	background:url("/themes/tavria/icon_search_p.png")no-repeat;
	width:39px;
	border:0;
	font-size:0;
	padding:0;
	border-radius:0;
	box-shadow:none;	
}




/*-- ВЫПАДАЮЩИЙ СПИСОК ПОИСКА --*/
/*-- Выпадающий список поиска --*/

div.dropdownsearch {
	position:absolute;
	z-index:3000;
	width:100%;
}

/*-- Общий блок для выпадающего списка --*/

div.dropdownsearchfon {
	position:relative;

	border:1px solid #0083ca;

}

/*-- Первая строка --*/

div.searchrow0 {
	display:table;
	width:100%;
	cursor:pointer;
	cursor:hand;
    background:#fff;
    border-bottom: 1px solid #0083ca;

}

div.searchrow0:hover {
	display:table;
	width:100%;
	cursor:pointer;
	cursor:hand;
    background:#fff;
    border-bottom: 1px solid #0083ca;
	box-shadow:inset 0px 0px 5px #5cc6ff;
}

/*-- Вторая строка --*/

div.searchrow1 {
 	display:table;
	width:100%;
	cursor:pointer;
	cursor:hand;
    background:#fff;
    border-bottom: 1px solid #0083ca;

}

div.searchrow1:hover {
 	display:table;
	width:100%;
	cursor:pointer;
	cursor:hand;
    background:#fff;
    border-bottom: 1px solid #0083ca;
	box-shadow:inset 0px 0px 5px #5cc6ff;
}

/*-- Первая строка ,название товара --*/

div.dropdownname0 {
    text-align:left;
	color:#0083ca;
	padding:5px;	
	text-indent:5px;	
}

/*-- Первая строка,название товара при наведении  --*/

div.searchrow0:hover div.dropdownname0 {
	text-align:left;
	color: #0083ca;
	text-indent:5px;
}

/*-- Вторая строка,название товара --*/

div.dropdownname1 {
    text-align:left;
	color:#0083ca;
	padding:5px;
	text-indent:5px;	
}

/*-- Вторая строка,название товара при наведении --*/

div.searchrow1:hover div.dropdownname1 {
	color: #0083ca;
	text-indent:5px;
	text-align:left;
}


/*-- Первая строка, цена товара --*/

div.dropdownprice0 {
	text-align:right;
    color: #f07d00;
    font-size: 14px;
    font-weight: bolder;
	padding:5px;
}

/*-- Первая строка, цена товара при наведении --*/

div.searchrow0:hover div.dropdownprice0 {


}

/*-- Вторая строка, цена товара --*/

div.dropdownprice1 {
	text-align:right;
    color: #f07d00;
    font-size: 14px;
    font-weight: bolder;
	padding:5px;
}

/*-- Вторая строка, цена товара при наведении  --*/

div.searchrow1:hover div.dropdownprice1 {

}













/*-- МОДУЛЬ НОВОСТИ ПО ЦЕНТРУ (статьи) --*/
/*-- Заглавие новости (статьи) --*/


div.articlescentertitle {
    border-bottom: 2px solid #76C7C0;
    color: #76C7C0;
    font-size: 15px;
    font-weight: bolder;
    padding: 5px 5px 5px 25px;
    text-align: left;
    text-transform: uppercase;
	z-index: 100;
	margin-bottom: 3px;
    position:relative;	
}

/*-- Иконка новости (статьи) --*/

div.articlescentertitleicon {
    background: url("/themes/tavria/icon_news.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 19px;
    left: 0px;
    position:absolute;
    top: 2px;
    width: 17px;
	
}

div.articlescentertitleicon  img{
 display:none;
	
}

/*-- Подложка под модуль новости  (статьи)  --*/

div.articlescenter {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 4px solid #E5E6E6;
    border-radius: 5px;
    padding: 5px;
}


/*-- Разделитель для новостей  (статьи)  --*/

div.articlescentverseparator {
	 background: url("/themes/standart_design/punkt.jpg") repeat-y center;
    width: 1px;
}

div.articlescenthorseparator {
	height:1px;
	border-bottom:1px dashed #E5E6E6;
}
/*-- Блок одной новости  (статьи)   --*/

div.articlecenter {
	padding:5px;
}


/*-- Блок для картинки  --*/

div.articlecenterimg {
	width:90px;
	margin:0 auto;
	text-align:center;
	background:#fff;
	border:1px solid #E5E6E6;
	border-radius:5px;
	padding:6px;
	display:table-cell;	
	vertical-align:middle;
}


/*-- Картинка   --*/

img.articlecenterimg {
	max-width:80px;
	max-height:88px;
	text-align:center;
	margin:0 auto;
	vertical-align:top;
}


/*-- Блок для названия и даты  --*/

div.articlecenterinfo {
	display:table-cell;
	vertical-align:top;
    padding-left:5px;	
}

/*--  название   --*/

div.articlecentername a {
	color:#e2534b;
	text-decoration:underline;
	font-size:14px;
}


div.articlecentername a:hover {
	color:#e2534b;
	text-shadow:1px solid #fff;
	text-decoration:none;
	font-size:14px;

}

/*-- Краткий текст  --*/

div.articlecentershort {
	color:#7f8c8c;
}


/*-- Блок для кнопки читать все  --*/

div.articlecenterseeall {
	text-align:right;
}

input.articlecenterseeall {

}

/*-- МОДУЛЬ НОВОСТИ В КОЛОНКЕ (статьи) --*/
/*-- Общая подложка включая заглавие --*/

div.articlecolumnallblock {

}
/*-- Заглавие новости (статьи) --*/

div.articlescolumntitle {
	background:#dddddd;
	padding:5px ;
	border:1px solid #c9c9c9;
	color:747474;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #fff;
	font-weight:bolder;
}

/*-- Иконка новости (статьи) --*/

div.articlescolumntitleicon {
	
	
}

/*-- Подложка под модуль новости  (статьи) без заглавия --*/

div.articlescolumn {
	padding:5px;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	border:1px solid #fff;
	box-shadow:inset 0px 4px 5px #e8e8e8, 0px 2px 2px #c6c6c6;
}


/*-- Разделяющая полоса  --*/

div.articlecolumnseparator {
    border-top: 1px solid #DEDEDE;
    box-shadow: 0 -1px 0 #FFFFFF;
	margin-bottom:3px;
	margin-top:3px;
}


/*-- Блок одной новости  (статьи)  --*/

div.articlecolumn {

}

/*-- Блок картинки слева  --*/

div.articlecolumnimgleft {
	width:190px;
	margin:0 auto;
	text-align:center;
	background:#fff;
	border:1px solid #fff;
	box-shadow:inset 0px 2px 2px #dddddd;
	padding:6px;
}


/*-- Картинка слева  --*/

img.articlecolumnimgleft {
	max-width:178px;
	max-height:88px;
	text-align:center;
	margin:0 auto;
}



/*-- Блок картинки справа  --*/

div.articlecolumnimgright {
	width:190px;
	height:100px;
	margin:0 auto;
	text-align:center;
}


/*-- Картинка справа  --*/

img.articlecolumnimgright {

	max-width:190px;
	max-height:100px;
	border:1px solid #ffffff;
	border-radius:5px;
	box-shadow:inset 0px 2px 2px #909090;
}


/*-- Блок для названия и даты  --*/

div.articlecolumninfo {
	padding:3px 0 3px 0;
}


/*--  название   --*/

div.articlecolumnname a {
	color:#828282;
	text-decoration:none;
}


div.articlecolumnname a:hover {
	color:#828282;
	text-decoration:underline;
}

/*-- дата  --*/

div.articlecolumndate {
	color:#828282;
	font-size:11px;
	text-align:right;
}

div.articlecolumnseeall {
	text-align:right;
}

input.articlecolumnseeall {

}



/*-- СТРАНИЦА НОВОСТЕЙ (статей) --*/
/*-- Подложка под модуль новости  (статьи)  --*/

div.articlespage {
	
    padding: 8px;
}

/*-- Разделитель по вертикале --*/

div.articlesverseparator {
	 background: url("/themes/standart_design/punkt.jpg") repeat-y center;
    width: 1px;
}

/*-- Разделитель по горизонтале --*/

div.articleshorseparator {
	height:1px;


}

/*-- Блок одной новости  (статьи)  --*/

div.articlepage {
	padding:10px 5px;
	border-radius:0px 0px 0px 10px;
border-bottom:2px solid #e1e1e1;	

}



/*-- Блок картинки слева  --*/

div.articlepageimg {
	width:100px;
	vertical-align:middle;
	display:table-cell;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E6E6;
    border-radius: 5px;
	text-align:center;
	padding:3px;
}

/*-- Картинка слева  --*/

img.articlepageimg {
	max-width:94px;
	max-height:94px;
	vertical-align:middle;
}


/*-- Блок для названия и даты  --*/

div.articlepageinfo {
	display:table-cell;
	padding-left:5px;
}


/*--  название   --*/
div.articlepagename {
	
}

div.articlepagename a {
	text-decoration:underline;
	font-size:16px;
    color: #0083ca;
}

div.articlepagename a:hover {
	text-decoration:none;
	font-size:16px;
    color: #0083ca;
}

/*-- Краткий текст  --*/

div.articlepageshort {
	color:#575756;		
}



/*-- дата  --*/

div.articlepagedate {
	color:#0083ca;
	font-size:11px;
}



/*-- СТРАНИЦА НОВОСТИ ОДНОЙ (статьи) --*/
/*-- Блок для кнопки НАЗАД  --*/

div.articleback {
	margin-bottom:12px;
}


/*-- Кнопка НАЗАД  --*/

input.back{
	
}


/*-- Заглавие новости (статьи)  --*/

div.articlename {
	padding:7px;
}

h1.articlename {
	color: #0083ca;
    font-size: 18px;
	text-decoration:underline;
	padding:0px;
	margin:0;	
}

/*-- Полный текст новости (статьи)  --*/

div.articletext {
	color:#7b7b7b;
    background: none repeat scroll 0 0 #F8F8F8;
    border-radius: 5px;
    padding: 8px;
	padding:7px;
}

/*-- дата  --*/

div.articledate {
	color:#b0b0b0;
	font-size:14px;
	text-align:right;
}





/*-- МОДУЛЬ КОММЕНТАРИИ В КОЛОНКЕ  --*/
/*-- Заглавие комментарии  --*/


div.commentscolumntitle {
    border-bottom: 2px solid #76c7c0;
        font-size: 15px;
    font-weight: bolder;
    padding: 8px 8px 5px 30px;
    text-align:left;
    color:#76c7c0;
    text-transform: uppercase;
    position: relative;	
}

/*-- Иконка комментраии --*/

div.commentscolumntitleicon {
    background: url("/themes/tavria/icon_comment.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 19px;
    left: -30px;
    position: relative;
    top: 15px;
    width: 21px;
}

/*-- Подложка под модуль комментраии  --*/

div.commentscolumn {
	padding:5px;
	background:#f8f8f8;
	border-bottom:4px solid #e5e6e6;
	border-radius:5px;
}

/*-- Разделяющая полоса  --*/

div.commentcolumnseparator {
    border-top: 1px dashed #e5e6e6;
    margin-bottom: 3px;
    margin-top: 3px;
}

/*-- Блок одного комментраия  --*/

div.commentcolumn {

}


/*--  ФИО   --*/

div.commentcolumnname {
    color: #e2534b;
	font-size:14px;
}

/*-- Дата  --*/

div.commentcolumndate {
    color: #e2534b;
	text-align:right;
	font-size:11px;	
}

/*-- Краткий текст  --*/

div.commentcolumntext {
    color: #8e9a9a;
	
}


/*-- Ссылка на товар в отзывах  --*/

div.commentcolumnitem a{
	color:#528b86;
	text-decoration:underline;
	font-size:14px;
}

/*-- Ссылка на товар в отзывах  --*/

div.commentcolumnitem a:hover{
	color:#528b86;
	text-decoration:none;
	font-size:14px;
}

/*-- Блок кнопки читать все  --*/

div.commentscolumnseeall {
	text-align:right;
}

input.commentscolumnseeall {

}



/*-- МОДУЛЬ КОММЕНТАРИИ ПО ЦЕНТРУ (--*/
/*-- Заглавие новости (статьи) --*/


div.commentscentertitle {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #C9C9C9;
    font-size: 14px;
    margin-bottom: 3px;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
    z-index: 100;
}

/*-- Иконка новости (статьи) --*/

div.commentscentertitleicon {
	display:none;
	
}

/*-- Подложка под модуль новости  (статьи)  --*/

div.commentscenter {
	padding:5px;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	border:1px solid #fff;
	box-shadow:inset 0px 4px 5px #e8e8e8, 0px 2px 2px #c6c6c6;
}

/*-- Разделитель   --*/

div.commentscenthorseparator {
	height:1px;
	background:#e4e4e4;
	box-shadow:0px 1px 0px #fff;
}

/*-- Общий блок для одного комментария   --*/

div.commentcenter {
	padding:6px 0px 6px 0px;
}

/*-- Общий блок для имени и даты   --*/

div.commentcenterinfo {
	display:table;
	width:100%;
}

/*--  ФИО   --*/

div.commentcentername  {
	float:left;
	color:#fc9c0a;
	text-decoration:underline;
	text-shadow:1px 1px 0px #fff;
}

/*-- дата  --*/

div.commentcenterdate  {
	padding-right:6px;
	text-align:right;
	color:#555;
	text-shadow:1px 1px 0px #fff;	
}

/*-- Краткий текст  --*/

div.commentcentertext {
	color:#818181;
	text-align:left;
	text-shadow:1px 1px 0px #fff;	
}

/*-- Блок для кнопки читать все  --*/

div.commentscenterseeall {
	text-align:right;
}

/*-- Кнопки читать все  --*/

input.commentscenterseeall {

}


/*-- СТРАНИЦА КОММЕНТАРИЕВ --*/
/*-- Общий блок для комментариев  --*/

div.commentspage {
    background: none repeat scroll 0 0 #fff;
    border-radius:5px;
    padding: 5px;
	padding:8px;
}

/*-- Блок одного комменатрия  --*/

div.commentpage {
	margin:5px;
	width:100%;
	border-radius:0px 0px 0px 10px;
	border-bottom:1px solid #e4e4e4;	
	padding:5px;
}

/*-- Разделяющая полоса  --*/

div.commenthorseparator {
	height:1px;

}

/*-- Блок для ФИО и даты  --*/

div.commentinfo {
	display:table;
	width:100%;
	padding-bottom:7px;
}


/*--  ФИО   --*/

div.commentname  {
	float:left;
    color: #f07d00;
    font-size: 16px;
	font-style:italic;
}

/*-- дата  --*/

div.commentdate  {
	float:right;
	text-align:right;
 color: #C5C5C5;	
}

/*-- Краткий текст  --*/

div.commenttext {
	color:#818181;
	text-align:left;

	
}

/*-- Надпись Добавить Комментарий  --*/

td.addcommenttitle {
	color:#0083ca;
    font-size: 18px;
	text-align:center;
	text-decoration:underline;
}


/*-- Блок Добавить комментарий  --*/

div.addcomment {

}

/*-- Общая таблица добавления комменатриев  --*/

table.addcomment {
	width:80%;
	margin:0 auto;
	color:#b5b5b5;
	font-size:14px;
	text-align:left;
	 margin-top:20px;
}


/*-- Кнопка добавить комментарий  --*/

td.addcommentbut {
	text-align:center;
	padding-top:10px;
}

input.addcomment  {

}






/*-- ТИП СТРАНИЦЫ ГАЛЛЕРЕЯ  --*/
/*-- Подложка под модуль галлерия  --*/

div.gallerypage {
	background:#f8f8f8;
	padding:8px;
	border-radius:5px;
}

/*-- Все остальные блоки  --*/

div.gallery {
	padding:5px;
}

div.galleryverseparator {
    background: url("/themes/standart_design/punkt.jpg") repeat-y center;
    width: 1px;
}

div.galleryhorseparator {
	height:1px;
    background: none repeat scroll 0 0 #E4E4E4;
    box-shadow: 0 1px 0 #FFFFFF;
	display:none;
}

/*-- Блок одной картинки  --*/

div.galleryimg {
    background: none repeat scroll 0 0 #FFFFFF;
      border: 1px solid #E5E6E6;
	border-radius:5px;
width:230px;
height:180px;
    display: table-cell;
    padding: 6px;
    vertical-align: middle;
}


/*-- Картинка --*/

img.galleryimg{
	cursor:pointer;
	cursor:hand;
	max-width:218px;
	max-height:162px;
    vertical-align: middle;
}


/*-- Позиционирование картинки --*/

div.galleryimgtable {
	display:table;
	height:162px;
	margin:0 auto;
}

div.galleryimgcell {
	
	vertical-align:middle;
}

/*-- Подпись под картинкой --*/

div.gallerytext {
    color: #e8645a;
	font-size:14px;
	text-align:center;
	padding-top:5px;
}




/*-- СТРАНИЦЫ  --*/
/*-- Блок страниц --*/

div.paging {
	display: table;
    margin: 0 auto;
	padding-top:10px;	
}

div.pagingbutton {
	padding:1px;
	vertical-align:middle;

}

/*-- Блок для стрелки влево --*/

div.pagingleft {
	
}

/*-- Стрелка влево --*/

input.pagingleft{
    background: url("/themes/tavria/small_l_a.png") no-repeat scroll center center, none repeat scroll 0 0 #fff;
    border-color: #e1e1e1;
    border-radius:30px;
    border-style: solid;
    border-width:1px;
    color: rgba(0, 0, 0, 0);
    height:30px;
	line-height:30px;
	width:30px;
	padding:0;
	box-shadow: inset 0px 0px 3px #e1e1e1;	
	font-size:0;
}

input.pagingleft:hover{
    background: url("/themes/tavria/small_l_p.png") no-repeat scroll center center, none repeat scroll 0 0 #575656;
    border-color: #353535;
    border-radius:30px;
    border-style: solid;
    border-width:1px;
    color: rgba(0, 0, 0, 0);
    height:30px;
	line-height:30px;
	width:30px;
	padding:0;
	box-shadow: inset 0px 0px 3px #353535;	
	font-size:0;	
}


/*-- Блок для стрелки вправо --*/

div.pagingright {
	
}

/*-- Стрелка вправо --*/

input.pagingright{
    background: url("/themes/tavria/small_r_a.png") no-repeat scroll center center, none repeat scroll 0 0 #fff;
    border-color: #e1e1e1;
    border-radius:30px;
    border-style: solid;
    border-width:1px;
    color: rgba(0, 0, 0, 0);
    height:30px;
	line-height:30px;
	width:30px;
	padding:0;
	box-shadow: inset 0px 0px 3px #e1e1e1;	
	font-size:0;
}

input.pagingright:hover{
    background: url("/themes/tavria/small_r_p.png") no-repeat scroll center center, none repeat scroll 0 0 #575656;
    border-color: #353535;
    border-radius:30px;
    border-style: solid;
    border-width:1px;
    color: rgba(0, 0, 0, 0);
    height:30px;
	line-height:30px;
	width:30px;
	padding:0;
	box-shadow: inset 0px 0px 3px #353535;	
	font-size:0;	
}

/*-- Страница на которой сейчас --*/

div.pagingnow{
   background:#575656;
	border:1px solid #353535;
	border-radius:30px;
	height:30px;
	width:30px;
	color:#fff;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:2px;
	line-height:30px;
	box-shadow: inset 0px 0px 3px #353535;
	font-size:16px;
}



/*-- Стиль для остальныч страницы --*/

div.pagingall{
   background:#fff;
	border:1px solid #e1e1e1;
	border-radius:30px;
	height:30px;
	width:30px;
	color:#0083ca;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:2px;
	line-height:30px;
	box-shadow: inset 0px 0px 3px #e1e1e1;
	font-size:16px;
}

div.pagingall:hover{
   background:#575656;
	border:1px solid #353535;
	border-radius:30px;
	height:30px;
	width:30px;
	color:#fff;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:2px;
	line-height:30px;
	box-shadow: inset 0px 0px 3px #353535;
	font-size:16px;
}


/*-- Все остальные страницы, ссылка--*/

div.pagingall a{
	color:#0083ca;
	text-decoration:none;
}

div.pagingall:hover a{
	color:#fff;
	text-decoration:none;
}



/*-- ПЕРЕХОДЯЩАЯ ССЫЛКА (хлебные крошки) --*/
/*-- Общий блок для ссылки --*/

div.linkblock {
	margin-bottom:10px;
}

/*-- Блок для неактивной ссылки --*/

div.link {
	vertical-align:middle;
}

/*-- Неактивная ссылка --*/

div.link a {
    color: #575656;
	text-decoration:none;
}

div.link a:hover{
    color: #f07d00;
	text-decoration:underline;
}

/*-- Активная ссылка --*/

div.linkactive {
	vertical-align:middle;
    color:#f07d00;
	text-decoration:underline;
}

div.linkactive a{

}

div.linkicon {
    background: url("/themes/tavria/link.png") no-repeat center ;
    padding: 0 10px;
	font-size:0;
}



/*-- СТРАНИЦА FAQ (ВОПРОС-ОТВЕТ) --*/
/*-- Общий блок для страницы  --*/

div.faqspage {
	padding:9px;
}

/*-- Блок одного комменатрия  --*/

div.faqpage {
	margin:3px 0 3px 0;
	width:100%;
background:#fff;
	border-radius:5px;
	padding:7px;
}

/*-- Разделительная полоса  --*/

div.faqhorseparator {
    background: none repeat scroll 0 0 #E4E4E4;
    box-shadow: 0 1px 0 #FFFFFF;
    height: 1px;
	display:none;
}

div.faqtextseparator {
    border-bottom:1px dashed#E4E4E4;
    height: 1px;
	margin:4px 0 4px 0;
}

/*-- Блок для ФИО и даты  --*/

div.faqinfo {
	display:table;
	width:99%;
	background:#f8f8f8;
	padding:5px;
}

div.faqanswerinfo {
	display:table;
	width:99%;
	
}

/*--  ФИО   --*/

div.faqname  {
	display:table-cell;
    color: #E2534B;
    font-size: 14px;
}

/*-- Текст вопроса --*/

div.faqtext {
 color: #8E9A9A;
	text-align:left;
	padding:5px;
}

/*-- Залавие ОТВЕТ --*/

div.faqanswername  {
	float:left;
  color:#76c7c0;

    text-transform: uppercase;
	display:table-cell;
	padding:5px 5px 5px 30px;
}

/*-- Текст ответа  и блок для текста--*/

div.faqanswer {
	margin-left:30px;
	text-align:left;
	 background:#e5e6e6;
	border-radius:5px;
	padding:8px;
}

/*-- Дата вопроса  --*/

div.faqdate  {
	float:right;
	text-align:right;
	color:#808080;
	font-size:11px;
}

/*-- Дата ответа  --*/

div.faqanswerdate  {
	float:right;
	font-size:11px;
	color:#808080;
	display:table-cell;
}


/*-- Надпись Задать вопрос  --*/

td.addfaqtitle {
    color: #62a29e;
    font-size: 16px;
	text-align:center;
	text-decoration:underline;
}


/*-- Блок Задать вопрос  --*/

div.addfaq {

}

/*-- Общая таблица Задать вопрос  --*/

table.addfaq {
	width:80%;
	margin:0 auto;
    color: #808080;
    font-size: 11px;
	text-align:left;
}


/*-- Кнопка Задать вопрос  --*/

td.addfaqbut {
	text-align:center;

}

input.addfaq  {

}



/*-- МОДУЛЬ ОБРАТНАЯ СВЯЗЬ  --*/
/*-- Подложка под модуль обратной связи  --*/

div.feedback {
    background: none repeat scroll 0 0 #0083ca;
    border-radius: 10px 10px 0 0;

}


div.feedbackin {
   
}

/*-- Заглавие  --*/

div.feedbacktitle {
 
    color: #fff;
    font-size: 18px;
    margin-bottom: 3px;
    padding:7px;
    position: relative;
    z-index: 100;
	text-align:center;
	font-style:italic;
}

/*-- Блок таблицы для формы связи  --*/

div.feedbackinfo {
  box-shadow: -1px 0px 7px #E1E1E1 inset;
    border-radius: 10px 10px 0 0;
    padding: 5px;
 background: none repeat scroll 0 0 #fff;	
}

/*-- Таблица для формы связи  --*/

table.feedbackinfo {
	width:100%;
color: #0083ca;
    text-decoration: none;
	font-size:13px;
}

/*-- Таблица для кнопки отправить  --*/

td.backcallbutton {
	text-align:center;
}

input.backcallsend {
	
}


/*-- МОДУЛЬ ГОЛОСОВАНИЕ В КОЛОНКЕ  --*/
/*-- Заглавие комментарии  --*/


div.pollscolumntitle {
	background:#808b8d;
	color:#fff;
	border-radius:5px 5px 0px 0px;
	padding:5px 5px 5px 35px;
	z-index: 100;
	margin-bottom: 3px;
	font-size:14px;
   position: relative;	
}

/*-- Иконка комментраии --*/

div.pollscolumntitleicon {
	background:url("/themes/tavria/icon_voite.png")no-repeat;
	width:22px;
	height:20px;
	left:5px;
    position: absolute;
    top: 10px;	
}

/*-- Подложка под модуль голосования  --*/

div.pollscolumn {
	padding: 5px;
background:#f8f8f8;
	border-radius:0 0 5px 5px;
	border-bottom:4px solid #e5e6e6;
}

/*-- Блок одного пункта голосования --*/

div.pollcolumn {
	margin-bottom:3px;
}

/*--  Название пункта   --*/

div.pollcolumnname {
	color:#6cbdb4;
}

/*--  Ссылка на название товара   --*/

div.pollcolumninfo2 {
	display:table;
	width:95%;
}

/*--  Полоса голосования   --*/

div.pollcolumnline {
	text-decoration:none;
	display:inline-block;
	background:#6cbdb4;

	height:13px;
}


/*--  Количество голосов   --*/

div.pollcolumnnumber {
	color:#e8645a;

}



/*-- ВСПЛЫВАЮЩЕЕ ОКНО ЗАДАТЬ ВОПРОС --*/	
/*-- Общий блок всплывающего окна --*/

div.ordercall {
	margin:0 auto;
}

input.ordercall {
	background:url("/themes/tavria/phone_button.png") repeat-x #92C8FE;
	width:136px;
	border:0px solid #0083ca;
	box-shadow:none;
	height:26px;
	color:#fff;
	text-shadow:1px 1px 0px #303030;
	 -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 5px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 5px; /* закругление углов для всех, кто понимает */
	
}

input.ordercall:hover {
	background:url("/themes/tavria/phone_button_hover.png") repeat-x #CE8100;
	width:136px;
	border:0px solid #0083ca;
	box-shadow:none;
	height:26px;
	color:#fff;
	text-shadow:1px 1px 0px #303030;
	 -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 5px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 5px; /* закругление углов для всех, кто понимает */
}

div.callmeform {
position: fixed;
border: 3px solid #575656;
background: none repeat scroll 0% 0% #FFF;
box-shadow: 0px 0px 5px 3px #575656;
padding: 20px;
display: none;
z-index: 500;
width: 500px;
border-radius: 5px;
}
div.callmeform1 {
position: fixed;
border: 3px solid #575656;
background: none repeat scroll 0% 0% #FFF;
box-shadow: 0px 0px 5px 3px #575656;
padding: 20px;
display: none;
z-index: 500;
width: 700px;
border-radius: 5px;
}

#onclickblock {
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}
/*-- Внутренний блок всплывающего окна --*/

div.callmeinfo {

}

/*-- Заглавие окна ЗАДАТЬ ВОПРОС --*/

td.callmetitle {
	color:#0083ca;
	font-size:16px;
	font-style:italic;
	text-align:center;
}

table.callme {
color: #7F8C8C;
font-size: 13px;

}
table.callme1 {
color: #555;
font-size: 13px;

}
td.callmebuttonposition {
	text-align:center;
	padding-top:10px;
}

input.callmebutton {
	background:url("/themes/tavria/phone_button.png") repeat-x #92c8fe;
	width:136px;
	border:0px solid #0083ca;
	box-shadow:none;
	height:26px;
	color:#fff;
	text-shadow:1px 1px 0px #303030;
	 -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
 	-webkit-border-radius: 5px; /* закругл. для старых Chrome и Safari */
 	-khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
 	border-radius: 5px; /* закругление углов для всех, кто понимает */
}

input.callmebutton:hover {
background:url("/themes/tavria/phone_button_hover.png") repeat-x #CE8100;
	width:136px;
	border:0px solid #0083ca;
	box-shadow:none;
	height:26px;
	color:#fff;
	text-shadow:1px 1px 0px #303030;
	 -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 5px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 5px; /* закругление углов для всех, кто понимает */
 }






























/*-- СТИЛИ ДЛЯ ПАКЕТА КАТАЛОГА --*/


/*-- МОДУЛЬ СОРТИРОВКИ ТОВАРА --*/
/*-- Блок для сортировки --*/

div.sorting {
	margin-bottom:8px;
	padding:3px;
   background: #f8f8f8;		
}

/*-- Словосочетание СОРТИРОВАТЬ ПО --*/

div.sortingtitle {
    color: #0083ca;
	vertical-align:middle;
	padding:4px;
    text-transform: uppercase;
}

/*-- Блок для параметра сортировки --*/

div.sortingcell {
    background: none repeat scroll 0 0 #FFFFFF;
	vertical-align:middle;
	padding:4px;

}

/*-- Параметры сортировки --*/

span.sortby{
    color: #575656;
    text-decoration: none;
	cursor:pointer;
	cursor:hand;
	font-size:14px;
}

/*-- Выбранный пункт сортировки --*/

span.sortbyact{
    color: #0083ca;
    text-decoration: none;
	cursor:pointer;
	cursor:hand;
	font-size:14px;
}


/*-- Стрелка вверх --*/

div.sortup{
    color:transparent;
	background:url("/themes/tavria/up.png") no-repeat center;
	cursor:pointer;
	cursor:hand;
	padding-left:10px;
}


/*-- Стрелка вверх --*/

div.sortdown{
    color:transparent;
	cursor:pointer;
	cursor:hand;
	background:url("/themes/tavria/down.png") no-repeat center;
	padding-left:10px;	
}








/*-- КАТАЛОГ НА ШАПКЕ (МЕНЮ) --*/
/*-- Подложка под каталог --*/

div.cataloghead {

}

/*-- Разделитель для каталога--*/

div.categoryseparator {
	display:none;
}

/*-- Ссылки--*/
/*-- Стиль для ссылки неактивного раздела каталога--*/

div.category a {
    color: #7F8C8D;
    text-decoration: none;
}

/*-- Стиль для ссылки неактивного раздела каталога при наведении--*/

div.category:hover a {
    color: #76C7C0;
    text-decoration: none;
}

/*-- Стиль для ссылки активного раздела каталога --*/

div.activecategory a {
    color: #76C7C0;
    text-decoration: none;
}


/*-- Блоки--*/
/*-- Неактивный раздел каталога --*/

div.category {
	padding:10px 15px 10px 15px;
	cursor:pointer;
	cursor:hand;
}

/*-- Неактивный раздел каталога при наведении --*/

div.category:hover {
	padding:10px 15px 10px 15px;
	cursor:pointer;
	cursor:hand;
}

/*-- Активный раздел каталога --*/

div.activecategory {
	padding:10px 15px 10px 15px;
	cursor:pointer;
	cursor:hand;
}



/*-- ВЫПАДАЮЩИЙ СПИСОК МЕНЮ--*/
/*-- Блок подменю разделов общий--*/

div.categorysubmenu{
	display:none;
	top:26px;
	left:-15px;
	z-index:200;
	background:#76C7C0;
	border:1px solid #fff;
}

div.category:hover div.categorysubmenu{
	display:block;

}

div.activecategory:hover div.categorysubmenu{
	display:block;

}

/*-- Раздел подменю первый--*/

div.categorysubmenu0{
	padding:5px 10px 5px 10px;
	white-space:nowrap;
}

div.categorysubmenu0:hover {
	padding:5px 10px 5px 10px;
	white-space:nowrap;
	background:#62B9B0;
}

/*-- Раздел подменю второй--*/

div.categorysubmenu1{
	padding:5px 10px 5px 10px;
	white-space:nowrap;
}

div.categorysubmenu1:hover{
	padding:5px 10px 5px 10px;
	white-space:nowrap;
	background:#62B9B0;
}

/*-- Ссылка первого раздела подменю--*/


div.categorysubmenu0 a.categorylinksubmenu0{
	text-decoration:none;
	color:#fff;
}

div.categorysubmenu0:hover a.categorylinksubmenu0{
	text-decoration:none;
	color:#fff;
}

/*-- Ссылка второго раздела подменю--*/


div.categorysubmenu1 a.categorylinksubmenu1{
	text-decoration:none;
	color:#fff;
}


div.categorysubmenu1:hover a.categorylinksubmenu1{
	color:#fff;
}



/*-- Блоки для расположения иконок  --*/

div.categoryicon {
	position:absolute;
	display:none;
}

/*-- Блоки для расположения иконок активных --*/

div.categoryiconact {
	display:none;
	position:absolute;
}

/*-- Действия с иконками при наведени на блоки --*/

div.category:hover div.categoryicon {
	display:none;
	position:absolute;
}

div.category:hover div.categoryiconact {
	position:absolute;
	display:none;
}


div.activecategory div.categoryicon {
	display:none;
	position:absolute;
}

div.activecategory div.categoryiconact {
	position:absolute;
	display:none;
}




/*-- МОДУЛЬ КАТАЛОГ В КОЛОНКЕ --*/
/*-- Общий блок для модуля каталог --*/

div.catalogallblock {
border-bottom: 1px dashed #E5E6E6;
margin-bottom: 5px;
margin-top: 5px;

}

/*-- Блок каталога --*/

div.catalog {

	
}

/*-- Заголовок каталог --*/

div.catalogtitle {
    background: none repeat scroll 0 0 #E2534B;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 3px;
    padding: 12px 12px 12px 40px;
    position: relative;
    text-transform: uppercase;
    z-index: 100;
	display:none;
}

/*-- Иконка каталога --*/

div.catalogtitleicon {
    background: url("./tavria/icon_catalog.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 19px;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 24px;
	display:none;	
}

/*-- Блок первого уровня каталога --*/
/*-- Ссылки --*/

div.category0 a {
	text-decoration:none;
	color:#fff;
	font-size: 15px;
}


div.category0:hover a {
	text-decoration:none;
	color:#000;	
	font-size: 15px;

}

div.category0act a {
	text-decoration:none;
	color:#000;	
	font-size: 15px;
	
}


/*-- Плашки --*/


div.category0  {

/*	cursor:pointer;
	cursor:hand;
	padding:5px 10px;
	margin:1px 0px;*/	
		cursor:pointer;
	cursor:hand;
	padding:5px 10px;
	background: url("./tavria/left-button-act.png") repeat-x #3098F6;
	background-size:auto 100%;
 -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 5px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 5px; /* закругление углов для всех, кто понимает */
 margin:3px 0;

}


div.category0:hover  {
	cursor:pointer;
	cursor:hand;
	padding:5px 10px;
	/*cursor:pointer;
	cursor:hand;
	padding:5px 10px;
	background: url("./tavria/left-button-act.png") repeat-x #3098F6;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px; 
 -khtml-border-radius:5px;
 border-radius: 5px;*/
}

div.category0act  {
	cursor:pointer;
	cursor:hand;
	padding:5px 10px;
	background: url("./tavria/left-button-act.png") repeat-x #3098F6;
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px;
 -khtml-border-radius:5px; 
 border-radius: 5px; 
 margin:3px 0;

}



/*-- Блок второго уровня каталога --*/
/*-- Ссылки --*/


div.category1 a {
	text-decoration:none;
	color:#59A0F0;
	font-size:14px;	
}


div.category1:hover a {
	text-decoration:underline;
	color:#FF8A00;
	font-size:14px;
}

div.category1act a {
	text-decoration:underline;
	color:#FF8A00;
	font-size:14px;
}


/*-- Плашки --*/


div.category1  {
	padding:5px 5px 5px 25px;

	cursor:pointer;
	cursor:hand;
}


div.category1:hover  {
	padding:5px 5px 5px 25px;
	cursor:pointer;
	cursor:hand;
	
}

div.category1act  {
	padding:5px 5px 5px 25px;
	cursor:pointer;
	cursor:hand;
}




/*-- Блок третьего уровня каталога --*/
/*-- Ссылки --*/


div.category2 a {
	text-decoration:none;
	color: #AAAAAA;
    font-size: 14px;
	font-style:normal;
	font-weight:550;
}


div.category2:hover a {
	text-decoration:underline;
	color: #AAAAAA;
    font-size: 14px;
	font-style:normal;
	font-weight:55
}

div.category2act a {
	text-decoration:underline;
	color: #AAAAAA;
    font-size: 14px;
	font-style:normal;
	font-weight:55
}


div.category2act:hover a {
	text-decoration:none;
	color: #AAAAAA;
    font-size: 14px;
	font-style:normal;
	font-weight:550;
}

/*-- Плашки --*/


div.category2  {
	padding:5px 5px 5px 40px;

}


div.category2:hover  {
	padding:5px 5px 5px 40px;

}

div.category2act  {
	padding:5px 5px 5px 40px;

}








/*-- СТРАНИЦА категории В КАРТИНКАХ--*/
/*-- Блок для страницы категории --*/

div.categorysview {
      
}

/*-- Блок для страницы категории --*/

div.categoryviewinfo {
	margin-right:4px;
	margin-left:4px;
	width:280px;
	margin-bottom:10px;
	min-height:240px;
}

/*-- Блок всех категории --*/

div.categoryview {
   text-align:center;

}

/*-- Разделительная полоса по вертикали --*/

div.categoryviewverseparator {
    background: url("/themes/standart_design/punkt.jpg") repeat-y center;
    width: 1px;
}

/*--  Разделительная полоса по горизонтале --*/

div.categoryviewhorseparator {


    height: 1px;
	display:none;
}

/*-- Блок для картинки --*/

div.categoryviewimg {
	width:110px;
	height:120px;
	margin:0 auto;
}

/*-- Картинка --*/

img.categoryviewimg {
	max-width:100px;
	max-height:110px;
	border:0;
}


/*-- Позиционирование картинки --*/

div.categoryviewimgtable {
	display:table;
	height:120px;
	margin:0 auto;
}

div.categoryviewimgcell {
	display:table-cell;
	vertical-align:middle;
}

/*-- Вывод названия категории над картинкой --*/
/*-- Блок названия категории --*/

div.topcategoryviewname {
	padding:5px 2px 5px 10px;
	text-align:left;
	border-bottom:2px solid #0083ca;
	border-radius:10px 10px 0px 10px;

}


/*-- Ссылка названия категории --*/

div.topcategoryviewname a{
	text-decoration:none;
    color: #0083ca;
    font-size: 14px;
	text-transform:uppercase;

}


div.topcategoryviewname:hover a{
	text-decoration:none;
    color: #575756;
    font-size: 14px;
	text-transform:uppercase;
	
}


/*-- Вывод названия категории под картинкой --*/
/*-- Блок для названия категории --*/

div.bottomcategoryviewname {

	display:none;	
}

/*-- Ссылка названия категории --*/

div.bottomcategoryviewname a{

}

div.bottomcategoryviewname:hover a{

}



/*-- Подкатегории второго уровня --*/
/*-- Общий блок для подкатегории --*/

div.subcategoryviewname {
	padding:2px 2px 2px 10px;
	text-align:left;

}



/*-- Ссылка названия подкатегории --*/

div.subcategoryviewname a{
    color: #575756;
    font-size: 14px;
    text-decoration: none;
}


div.subcategoryviewname:hover a{
    color: #575756;
    font-size: 14px;
   text-decoration:underline;
}









/*-- СТРАНИЦА ТОВАРОВ ВЕРТИКАЛЬНЫЙ ВЫВОД--*/
/*-- Общий блок для страницы товаров --*/

div.verproducts{

}

/*-- Блок для одного товара внешний --*/

div.verproductinfo {
	padding: 5px;
    background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 5px #E1E1E1 inset;
	width:210px;
	margin-right:1px;
}

div.verproductinfo:hover {
	padding: 5px;
	width:210px;
    background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #f07d00;
	margin-right:1px;
	box-shadow: 0px 0px 5px #f89e3c inset;
}

/*-- Блок для одного товара внутренний --*/

div.verproduct {
   text-align:center;
	
}

/*-- Разделительная полоса по вертикали --*/

div.productsverseparator {
    background: url("/themes/standart_design/punkt.jpg") repeat-y center;
    width: 4px;
}

/*--  Разделительная полоса по горизонтале --*/

div.productshorseparator {

    height:4px;
}

/*-- Блок для картинки --*/

div.verproductimg {

	height:210px;

    margin: 0 auto;
   
    text-align: center;
	margin-bottom:5px;
}

/*-- Картинка --*/

img.verproductimg {
	max-width:200px;
	max-height:200px;
	border:0;
}


/*-- Позиционирование картинки --*/

div.verproductimgtable {
	display:table;
	height:210px;
	margin:0 auto;
}

div.verproductimgcell {
	display:table-cell;
	vertical-align:middle;
}

/*-- Вывод названия товара над картинкой --*/
/*-- Блок названия  товара --*/

div.vertopproductname {
	padding:3px;
	height:42px;
}


/*-- Ссылка названия  товара --*/

div.vertopproductname a{
    color: #575656;
    font-size: 14px;
    text-decoration: none;
}


div.vertopproductname:hover a{
   color: #575656;
    font-size: 14px;
    text-decoration:underline;
}


/*-- Вывод названия  товара под картинкой --*/
/*-- Блок для названия  товара --*/

div.verbottomproductname {

	display:none;	
}

/*-- Ссылка названия  товара --*/

div.verbottomproductname a{

}

div.verbottomproductname:hover a{

}



/*-- Блок для краткого описания товара --*/

div.verproductdescription {
	padding:3px;
	display:none;
}

/*-- Блок для цены товара --*/

div.verproductprice {
	font-weight:bolder;
	
    color: #ef7d00;
    font-size: 18px;
    text-decoration: none;
	height:36px;
}

/*-- Старая цена товара --*/

div.veroldprice{
    color: #C5C5C5;
    font-size: 14px;
    text-align: center;
    text-decoration: line-through;
}

/*-- Акционная цена товара --*/

div.veractprice{
    color:red;
    font-size: 16px;
    text-decoration: none;
	font-weight:normal;	
}







/*-- ЯРЛЫКИ ВЕРТИКАЛЬНЫЕ --*/
/*-- Иконка АКЦИИ --*/

div.veractproducticon{
		background: rgba(255,102,0,1);
background: -moz-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,102,0,1)), color-stop(100%, rgba(240,124,0,1)));
background: -webkit-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#f07c00', GradientType=0 );
	padding:8px;
	color:white;
    top: 40px;	
	border-radius:15px 0  15px 0;
	box-shadow:2px 2px 3px #555;
}

/*-- Иконка ТОП --*/

div.vertopproducticon{
	background:url("/themes/tavria/2.png") no-repeat center;
	width:72px;
	height:73px;
    top: 30px;	
}

/*-- Иконка НОВИНКИ --*/

div.vernewproducticon{
	background:url("/themes/tavria/3.png") no-repeat center;
	width:60px;
	height:59px;
    top: 30px;	
}

/

/*-- ЯРЛЫКИ ВЕРТИКАЛЬНЫЕ --*/
/*-- Иконка АКЦИИ --*/

div.colactproducticon {
		background: rgba(255,102,0,1);
background: -moz-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,102,0,1)), color-stop(100%, rgba(240,124,0,1)));
background: -webkit-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#f07c00', GradientType=0 );
	padding:8px;
	color:white;
    top: 1px;	
	border-radius:15px 0  15px 0;
	box-shadow:2px 2px 3px #555;
}

/*-- Иконка ТОП --*/

div.coltopproducticon{
	background:url("/themes/tavria/2.png") no-repeat center;
	width:72px;
	height:73px;
    top: 30px;	
}

/*-- Иконка НОВИНКИ --*/

div.colnewproducticon{
	background:url("/themes/tavria/3.png") no-repeat center;
	width:60px;
	height:59px;
    top: 30px;	
}

/*-- ЯРЛЫКИ ГОРИЗОНТАЛЬНЫЕ --*/
/*-- Иконка АКЦИИ --*/

div.horactproducticon{
		background: rgba(255,102,0,1);
background: -moz-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,102,0,1)), color-stop(100%, rgba(240,124,0,1)));
background: -webkit-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,102,0,1) 0%, rgba(240,124,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#f07c00', GradientType=0 );
	padding:8px;
	color:white;
    top: 1px;	
	border-radius:15px 0  15px 0;
	box-shadow:2px 2px 3px #555;
}

/*-- Иконка ТОП --*/

div.hortopproducticon{
	background:url("/themes/tavria/2.png") no-repeat center;
	width:72px;
	height:73px;
    top: 30px;	
}

/*-- Иконка НОВИНКИ --*/

div.hornewproducticon{
	background:url("/themes/tavria/3.png") no-repeat center;
	width:60px;
	height:59px;
    top: 30px;	
}


/*-- ЯРЛЫКИ ВНУТРИ ТОВАРА --*/
/*-- Иконка АКЦИИ --*/

div.actproducticon{
	background:url("/themes/tavria/1.png") no-repeat center;
	width:70px;
	height:92px;	
}

/*-- Иконка ТОП --*/

div.topproducticon{
	background:url("/themes/tavria/2.png") no-repeat center;
	width:72px;
	height:73px;	
}

/*-- Иконка НОВИНКИ --*/

div.newproducticon{
	background:url("/themes/tavria/3.png") no-repeat center;
	width:60px;
	height:59px;
}














/*-- Блок для кнопки КУПИТЬ в товарах --*/

div.verproductbuy{
padding: 3px;
height:35px;
}

/*-- Кнопка КУПИТЬ --*/


input.verproductbuybutton{
 background: rgba(0,131,202,1);
background: -moz-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px 1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:14px;
    text-transform: uppercase;
padding: 5px 35px 5px;
	text-shadow:1px 1px 0px #0070ad;;	
}

input.verproductbuybutton:hover{
background: rgba(8,201,255,1);
background: -moz-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,201,255,1)), color-stop(100%, rgba(0,131,202,1)));
background: -webkit-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -o-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -ms-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: linear-gradient(to bottom, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c9ff', endColorstr='#0083ca', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px -1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:14px;
    text-transform: uppercase;
padding: 5px 35px 5px;
	text-shadow:1px 1px 0px #0070ad;	
}



input.verproductbuybutton3{
 background: rgba(0,131,202,1);
background: -moz-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px 1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:22px;
    text-transform: uppercase;
padding: 15px ; cursor:default;
	text-shadow:1px 1px 0px #0070ad;;	
}

input.verproductbuybutton3:hover{
background: rgba(0,131,202,1);
background: -moz-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px -1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:22px;
    text-transform: uppercase;
padding: 15px;cursor:default;
	text-shadow:1px 1px 0px #0070ad;	
}






/*-- СТРАНИЦА ТОВАРОВ ГОРИЗОНТАЛЬНЫЙ  ВЫВОД--*/
/*-- Общий блок для страницы товаров --*/

div.horproducts{

}

/*-- Блок для одного товара внешний --*/

div.horproductinfo {
	padding:4px;
	vertical-align:top;
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #FFF;
box-shadow: 0px 0px 5px #E1E1E1 inset;		
}

div.horproductinfo:hover {
    background:#FFFFFF;
    border:1px solid #f07d00;
	box-shadow:inset 0px 0px 5px #f89e3c;

	padding:4px;	
}

/*-- Блок для одного товара внутренний --*/

div.horproduct {
   text-align:center;

}

/*-- Левая колонка с фото товара --*/

div.producthorleft {
	width:180px;
    background:#FFFFFF;
	
}

/*-- Правая колонка с описанием и ценой товара --*/

div.producthorright{

	text-align:left;
	padding-left:15px;
	padding-top:5px;
}

/*-- Блок для картинки --*/

div.horproductimg {
	width:180px;
	height:120px;
	margin:0 auto;

}

/*-- Картинка --*/

img.horproductimg {
	max-width:170px;
	max-height:110px;
	border:0;
}


/*-- Позиционирование картинки --*/

div.horproductimgtable {
	display:table;
	height:120px;
	margin:0 auto;
}

div.horproductimgcell {
	display:table-cell;
	vertical-align:middle;
}

/*-- Вывод названия товара над фото товара --*/
/*-- Блок названия  товара --*/

div.hortopproductname {
	display:none;	
}


/*-- Ссылка названия  товара --*/

div.hortopproductname a{
	
}


div.hortopproductname:hover a{

}


/*-- Вывод названия  товара справа от фото товара --*/
/*-- Блок для названия  товара --*/

div.horbottomproductname {

}

/*-- Ссылка названия  товара --*/

div.horbottomproductname a{
	text-decoration:none;
	color:#575756;
	font-weight:bolder;
	text-transform:uppercase;
}

div.horbottomproductname:hover a{
	text-decoration:underline;
	color:#575656;
	font-weight:bolder;
	text-transform:uppercase;
}



/*-- Блок для краткого описания товара --*/

div.horproductdescription {
	padding:3px;
}

/*-- Блок для цены товара --*/

div.horproductprice {
	text-decoration:none;
	color:#f07d00;	
	font-size:18px;
	font-weight:bolder;
}

/*-- Старая цена товара --*/

div.horoldprice{
	text-decoration:line-through;
	color:#aaaaaa;	
	font-size:14px;	
	font-weight:normal;	
}

/*-- Акционная цена товара --*/

div.horactprice{
	text-decoration:none;
	color:red;	
	font-size:18px;		
}


/*-- Иконка АКЦИИ --*/

div.horactproducticon{

}

dv.horbuybutton{


}



input.horbuybutton{

 background: rgba(0,131,202,1);
background: -moz-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px 1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:16px;
    text-transform: uppercase;
padding: 5px 35px 5px;
	text-shadow:1px 1px 0px #0070ad;
}


input.horbuybutton:hover{
background: rgba(8,201,255,1);
background: -moz-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,201,255,1)), color-stop(100%, rgba(0,131,202,1)));
background: -webkit-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -o-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -ms-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: linear-gradient(to bottom, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c9ff', endColorstr='#0083ca', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px -1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:16px;
    text-transform: uppercase;
padding: 5px 35px 5px;
	text-shadow:1px 1px 0px #0070ad;	

}









/*-- СТРАНИЦА ВНУТРИ ТОВАРА  --*/
/*-- Общая подложка под страницей товара--*/

div.allproductblock{

}

/*-- ПРЕДЫДУЩИЙ И СЛЕДУЮЩИЙ ТОВАР--*/
/*-- Общий блок для ссылки предыдущего и следующего товара--*/

div.allnextproduct{
	margin-bottom:8px;
	padding:5px;
background: none repeat scroll 0 0 #f0f0f0;	
}

/*-- Блок для одной ссылки --*/

div.nextproduct{

}

/*-- Стиль ссылки--*/

div.nextproduct a{
    color:#575656;
    text-decoration:underline;
	font-style:italic;
}

div.nextproduct a:hover{
    color:#575656;
    text-decoration:none;
	font-style:italic;	
}

/*-- НАЗВАНИЕ И АРТИКЛ--*/
/*-- Блок для названия и артикла над фото товара--*/

div.productoverblock{
background: none repeat scroll 0 0 #fff;
	padding:5px;
	margin-bottom:10px;
	border-radius:5px;
	border:1px solid #0083CA;
}

/*-- Блок для названия товара--*/

div.overproductname{

}

/*-- Тег для заглавия названия товара--*/

h1.overproductname{
	padding:0;
	margin:0;
color: #0083CA;
	font-size:24px;	

}

/*-- Блок для артикла товара--*/

div.overproductcode{
	color:#0083CA;	
	text-transform:uppercase;
	font-size:14px;	
}

/*-- Блок левой колонки страницы товара(фото)--*/

div.productleftcolumn{
	width:200px;
}

/*-- Блок фото товара--*/

div.productbigimg{

    margin: 0 auto;
    padding: 3px;
    text-align: center;
	cursor:pointer;	
	cursor:hand;
	margin-bottom:8px;	
}

/*-- Блок фото товара--*/

img.productbigimg{
	max-width:200px;	
	max-height:300px;
}

/*-- Блок левой колонки страницы товара(фото)--*/

div.productbigimgtable{
	display:table;
	margin:0 auto;
	height:300px;	
}

/*-- Блок левой колонки страницы товара(фото)--*/

div.productbigimgcell{
	display:table-cell;
	vertical-align:middle;
}


/*-- Всплывающее окно УВЕЛИЧИНОE ФОТО ТОВАРА--*/
/*-- Общий блок--*/

div.bigproductform {
	position:fixed;
border: 3px solid #575656;
background: none repeat scroll 0% 0% #FFF;
box-shadow: 0px 0px 5px 3px #575656;
    border-radius:10px;
	padding:20px;
	display:none;
	z-index:500;
}

/*-- Внутренний блок всплывающего окна --*/

div.bigproductinfo {
}

/*-- Общий блок для названия и артикла --*/

div.bigproductmainrow {

	height:46px;
}

/*-- Позиционирование общего блока  --*/

div.bigproductrow {
	padding:5px;
}

/*-- Стиль для названия  --*/

div.bigproductname {
	font-weight:bolder;
	font-size:22px;
	color:#0083ca;
}

/*-- Стиль для  артикла --*/

div.bigproductcode {
    color: #0083ca;
    font-size: 14px;
    text-transform: uppercase;
}




/*-- Стиль для  стрелки влево --*/

input.bigimgleftarrow {
background: url('/themes/tavria/arrow_left_a.png') no-repeat scroll center center transparent;
color: transparent;
border-radius: 0px;
box-shadow: none;
border: 0px none;
height: 47px;
font-size: 0px;
width: 47px;
}

input.bigimgleftarrow:hover {
background: url('/themes/tavria/arrow_left_p.png') no-repeat scroll center center transparent;
color: transparent;
border-radius: 0px;
box-shadow: none;
border: 0px none;
height: 47px;
font-size: 0px;
width: 47px;
}

/*-- Стиль для  стрелки вправо --*/

input.bigimgrightarrow {
background: url('/themes/tavria/arrow_right_a.png') no-repeat scroll center center transparent;
color: transparent;
border-radius: 0px;
box-shadow: none;
border: 0px none;
height: 47px;
font-size: 0px;
width: 47px;
}

input.bigimgrightarrow:hover {
background: url('/themes/tavria/arrow_right_p.png') no-repeat scroll center center transparent;
color: transparent;
border-radius: 0px;
box-shadow: none;
border: 0px none;
height: 47px;
font-size: 0px;
width: 47px;
}

/*-- Стиль для  крестика --*/

div.closebigproduct{
	position:relative;
}


/*-- МАЛЕНЬКИЕ ФОТОГРАФИИ --*/
/*-- Блок для всех мини фото --*/

div.insmproductscont{
	width:200px;
}

/*-- Расстояние между маленькими фото --*/

div.inproductssmallimgpadding{
	padding:1px;
}

/*-- Блок для одной мини фото --*/

div.inproductsmallimg{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    padding: 3px;
    text-align: center;
	cursor:pointer;	
	cursor:hand;
	height:57px;
}

/*-- Картинка одной мини фото --*/

img.inproductsmallimg{
	max-width:57px;	
	max-height:57px;
}

/*-- Размеры одной мини фото --*/

div.inproductsmallimgtable{
	width:57px;	
	height:57px;
	display:table;
	margin:0 auto;
}

div.inproductsmallimgcell{
	display:table-cell;
	vertical-align:middle;
}


/*-- Стрелки для прокрутки маленьких фото--*/
/*-- Влево--*/

div.inproductsmallleft{

}

input.inproductsmallleft{
	background: url('/themes/tavria/left.png') no-repeat scroll center center transparent;
	color: transparent;
	border: 0px none;
	box-shadow: none;
	width: 13px;
	height: 24px;
	font-size:0;	
}

input.inproductsmallleft:hover{
	background: url('/themes/tavria/left_p.png') no-repeat scroll center center transparent;
	color: transparent;
	border: 0px none;
	box-shadow: none;
	width: 13px;
	height: 24px;
	font-size:0;	
}

/*-- Вправо--*/

div.inproductsmallright{

}

input.inproductsmallright{
	background: url('/themes/tavria/right.png') no-repeat scroll center center transparent;
	color: transparent;
	border: 0px none;
	box-shadow: none;
	width: 13px;
	height: 24px;
	font-size:0;
}

input.inproductsmallright:hover{
	background: url('/themes/tavria/right_p.png') no-repeat scroll center center transparent;
	color: transparent;
	border: 0px none;
	box-shadow: none;
	width: 13px;
	height: 24px;
	font-size:0;	
}


/*-- Центральная колонка (разделительная между фото и текстом)--*/

div.productcentercolumn{
	width:10px;
}

/*-- Блок парвой колонки страницы товара(описание, цена и т.д.)--*/

div.productrightcolumn{
 
	padding:10px;
}

/*-- Название товара вывод справа--*/

div.productname{
	display:none;
}

/*-- Статус  наличия  товара--*/

div.productstatus{
	color:#0083CA;
	font-size:14px;
}

/*-- Название товара вывод справа--*/

h1.productname{

}

/*-- Артикул вывод справа--*/

div.productcode{
	display:none;
}

/*-- Цена товара--*/

div.productprice{
    color: #f07d00;
    font-size:22px;	
}

/*-- Надпись Цена за единицу товара--*/

div.pricefor{
	color:#E2534B;
    font-size:14px;
	padding:10px 0px;
}

/*-- Старая цена товара--*/

div.productoldprice{
    color: #C5C5C5;
    text-decoration: line-through;
    font-size: 14px;	
}

/*-- Акционная цена товара--*/

div.productactprice{
    color:red;
    font-size: 22px;
	font-weight:bolder;
	text-transform:uppercase;
}

/*-- ДРУГИЕ ВАЛЮТЫ--*/
/*-- Общий блок для валют--*/

div.productvalutes{
	margin-bottom:8px;
	display:none;
}

/*-- Старая цена товара в другой валюте--*/

div.valuteoldprice{
    color: #C5C5C5;
    text-decoration: line-through;
    font-size: 14px;
	padding-right:8px;

}

/*-- Акционная цена товара в другой валюте--*/

div.valuteactprice{
	color:#E2534B;
    font-size: 16px;

	text-transform:uppercase;
}

/*-- Разделительная полоса для разных валют--*/

div.valuteseparator{
    color: #C5C5C5;
	padding:0 5px 0 5px;
	font-size:18px;
}



/*-- ПРОИЗВОДИТЕЛИ--*/
/*-- Общий блок для надписи производители--*/

div.productbrand{
	color:#575656;
	font-size:14px;
	margin-bottom:15px;
	margin-top:15px;
	font-style:italic;
	margin-right:15px;
}

/*-- Стиль ссылки на производителя--*/

div.productbrand a{
    color: #0083ca;
    font-size: 16px;
    text-decoration: underline;
	font-style:normal;	
padding-left:10px;	
}

div.productbrand a:hover{
    color: #0083ca;
    font-size: 16px;
    text-decoration: none;
	font-style:normal;	
padding-left:10px;		
}


/*-- Краткое описание товара--*/

div.productdescription{
	color:#777;
}


/*-- Полное описание товара--*/

div.producttext{
	padding-top:10px;
}

div.producttext .curs-product{
    padding:25px 0 14px;
    font-style:italic;
    color: #666;
    display:block;
}


/*-- ЗАДАТЬ ВОПРОС--*/
/*-- Блок для кнопки задать вопос--*/

div.productbuttons{
display:table;
}

div.productquest{
	display:table-cell;
	vertical-align:middle;
}

/*--  Кнопки задать вопос--*/

input.questbutton{

}

/*-- Всплывающее окно ЗАДАТЬ ВОПРОС--*/
/*-- Общий блок--*/

div.questform {
	position:fixed;
border: 3px solid #575656;
background: none repeat scroll 0% 0% #FFF;
box-shadow: 0px 0px 5px 3px #575656;
border-radius: 10px;
	padding:20px;
	display:none;
	z-index:500;
	width:500px;
	border-radius:5px;
}

/*-- Внутренний блок всплывающего окна --*/

div.questinfo {

}

/*-- Заглавие окна ЗАДАТЬ ВОПРОС --*/

td.questtitle {
	color: #0083ca;
    font-size: 16px;
	font-style:italic;
	text-align:center;
}

/*-- Стиль для таблицы ввода данных --*/

table.quest {
	color:#7F8C8C;
	font-size:13px;
}

/*-- Позиционирование кнопки задать вопрос  --*/

td.questbuttonposition {
	text-align:center;
	padding-top:10px;
}









/*-- СРАВНЕНИЕ--*/
/*-- Блок для кнопок--*/

div.productcompare{
	display:table-cell;
	vertical-align:middle;

}

/*--  Кнопка сравнить в каталоге--*/

input.gotocompare1{
    background:url("/themes/tavria/icon_compare.png") no-repeat right center;
    border:0;
    border-radius:0px;
    cursor: pointer;
    padding: 7px 15px 7px 0px;
    text-align: center;
	color:#0083ca;
	text-decoration:underline;
	font-style:italic;
	font-size:16px;
	box-shadow:none;
}

input.gotocompare1:hover{
    background:url("/themes/tavria/icon_compare_p.png") no-repeat right center;
    border:0;
    border-radius:0px;
    cursor: pointer;
    padding: 7px 15px 7px 0px;
    text-align: center;
	color:#0083ca;
	text-decoration:none;
	font-style:italic;
	font-size:16px;
	box-shadow:none;
}

/*--  Кнопка сравнеть--*/

input.gotocompare{
    background:url("/themes/tavria/icon_compare.png") no-repeat right center;
    border:0;
    border-radius:0px;
    cursor: pointer;
    padding: 7px 15px 7px 0px;
    text-align: center;
	color:#0083ca;
	text-decoration:underline;
	font-style:italic;
	font-size:16px;
	box-shadow:none;
}

input.gotocompare:hover{
    background:url("/themes/tavria/icon_compare_p.png") no-repeat right center;
    border:0;
    border-radius:0px;
    cursor: pointer;
    padding: 7px 15px 7px 0px;
    text-align: center;
	color:#0083ca;
	text-decoration:none;
	font-style:italic;
	font-size:16px;
	box-shadow:none;
}

/*--  Кнопка к сравнению--*/

input.addtocompare{
    background:url("/themes/tavria/icon_compare.png") no-repeat right center;
    border:0;
    border-radius:0px;
    cursor: pointer;
    padding: 7px 15px 7px 0px;
    text-align: center;
	color:#0083ca;
	text-decoration:underline;
	font-style:italic;
	font-size:16px;
	box-shadow:none;
}

input.addtocompare:hover{
    background:url("/themes/tavria/icon_compare_p.png") no-repeat right center;
    border:0;
    border-radius:0px;
    cursor: pointer;
    padding: 7px 15px 7px 0px;
    text-align: center;
	color:#0083ca;
	text-decoration:none;
	font-style:italic;
	font-size:16px;
	box-shadow:none;	
}

/*--  Кнопка к сравнению в каталоге--*/

input.addtocompare1{
    background:url("/themes/tavria/icon_compare.png") no-repeat right center;
    border:0;
    border-radius:0px;
    cursor: pointer;
    padding: 7px 15px 7px 0px;
    text-align: center;
	color:#0083ca;
	text-decoration:underline;
	font-style:italic;
	font-size:16px;
	box-shadow:none;
}

input.addtocompare1:hover{
    background:url("/themes/tavria/icon_compare_p.png") no-repeat right center;
    border:0;
    border-radius:0px;
    cursor: pointer;
    padding: 7px 15px 7px 0px;
    text-align: center;
	color:#0083ca;
	text-decoration:none;
	font-style:italic;
	font-size:16px;
	box-shadow:none;	
}

/*--  Строка к сраванению добавлены--*/

div.comparerow{
	padding:10px;
}

/*--  Надпись к сраванению добавлены--*/

div.comparetext{
	color:#f07d00;
	font-size:16px;
	font-style:italic;
}

/*--  Кнопка Перейти к сравнению (сверху)--*/

input.gotocomparebutton{

}





/*--  Кнопка ОТЛОЖИТЬ ТОВАР--*/

div.productfavor{
	display:table-cell;
	vertical-align:middle;
	padding-left:15px;
}


input.favorbutton{


}

input.favorbutton:hover{

}










/*-- ДОПОЛНИТЕЛЬНЫЕ ПАРАМЕТРЫ ТОВАРА--*/
/*-- Общий блок для дополнительных параметров товара--*/

div.productoptions {
	padding:3px;

margin-top:5px;
	margin-bottom:5px;
}

/*-- Общий блок содержащий одну строку--*/

div.productoptioninfo {
	padding:3px;
	background:#ebefff;
}

/*-- Название параметра на блоке--*/

div.productoptionname {
    color: #777;
    font-size: 14px;
	padding:3px;
	width:150px;
	vertical-align:middle;
}

/*-- Выбранный параметр выпадающего списка--*/

div.productoptionselect {
    color:#000;
    font-size:14px;
	padding:6px;
	background:url("/themes/tavria/arrow.png") right center no-repeat #ffffff;
	width:200px;
	z-index:200;
	cursor:pointer;
	cursor:hand;
	height:28px;
	line-height:28px;
}

/*-- Блок выпадающего списка параметров--*/

div.inproductoptiondropdown {
   color:#000;
    font-size:14px;
	padding:6px;
	width:200px;
	z-index:300;
	background:#ffffff;
	cursor:pointer;
	cursor:hand;
}

/*-- Одна строка выпадающего списка параметров--*/

div.inproductoptionrow {
     color:#000;
    font-size:14px;
	background:#ffffff;
	border-top:1px dashed #ebebeb;
	width:200px;
	z-index:300;
	cursor:pointer;
	cursor:hand;
	margin-bottom:5px;	
 padding: 5px 0;
}

/*-- Одна строка выпадающего списка параметров--*/

div.inproductoptionrow:hover{
    color:#000;
    font-size:14px;
	background:#DDDDDD;
	border-top:1px dashed #ebebeb;	
	width:200px;
	z-index:300;
	cursor:pointer;
	cursor:hand;
	margin-bottom:5px;	
	 padding: 5px 0;;
}







/*-- АКЦИОННЫЙ СЧЁТЧИК --*/
/*-- Блок для акционного счётчика общий --*/

div.inproductactiontimer{
	padding:3px;

}

/*-- Надпись ДО ОКОНЧАНИЯ АКЦИИ --*/

div.actiontimertitle{
	color:#fe6600;
	font-size:16px;
	display:table-cell;
	padding-right:4px;
}

/*-- Блок для даты --*/

div.actiontimerclock{
	display:table-cell;
}

/*-- Блок для цифр --*/

div.actiontimernumber{
	border-radius:5px;
	font-size:20px;
	font-weight:bolder;
background: rgba(252,128,45,1);
background: -moz-linear-gradient(top, rgba(252,128,45,1) 0%, rgba(255,102,0,1) 49%, rgba(239,123,0,1) 49%, rgba(255,166,76,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,128,45,1)), color-stop(49%, rgba(255,102,0,1)), color-stop(49%, rgba(239,123,0,1)), color-stop(100%, rgba(255,166,76,1)));
background: -webkit-linear-gradient(top, rgba(252,128,45,1) 0%, rgba(255,102,0,1) 49%, rgba(239,123,0,1) 49%, rgba(255,166,76,1) 100%);
background: -o-linear-gradient(top, rgba(252,128,45,1) 0%, rgba(255,102,0,1) 49%, rgba(239,123,0,1) 49%, rgba(255,166,76,1) 100%);
background: -ms-linear-gradient(top, rgba(252,128,45,1) 0%, rgba(255,102,0,1) 49%, rgba(239,123,0,1) 49%, rgba(255,166,76,1) 100%);
background: linear-gradient(to bottom, rgba(252,128,45,1) 0%, rgba(255,102,0,1) 49%, rgba(239,123,0,1) 49%, rgba(255,166,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc802d', endColorstr='#ffa64c', GradientType=0 );
	color:#ffffff;
	text-shadow:1px 1px 0px #b75200;
	padding:12px 8px 12px 8px ;
	border-bottom:3px solid #ff6500;
	border-top:3px solid #ff992b;
}

/*-- Разделитель  --*/

div.actiontimerseparator{
	padding:0 3px 0 3px ;
	font-size:20px;
	font-weight:bolder;
	color:#fe6600;
}














/*-- ВСЕ ПРО КУПИТЬ  --*/
/*-- Общий блок кнопки купить и количества--*/
div.productbuy {
	margin:10px 0 10px 0;
}

/*-- Блок для количества --*/
div.productbuyamount{

}

/*-- Блок для кнопки купить --*/
div.productbuybutton{

}


/*-- Блок для кнопки купить --*/




input.productbuybutton{
 background: rgba(0,131,202,1);
background: -moz-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px 1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:18px;
    text-transform: uppercase;
padding: 5px 35px 5px;
	text-shadow:1px 1px 0px #0070ad;
}


/*-- Блок для кнопки купить --*/
input.productbuybutton:hover{
background: rgba(8,201,255,1);
background: -moz-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,201,255,1)), color-stop(100%, rgba(0,131,202,1)));
background: -webkit-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -o-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -ms-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: linear-gradient(to bottom, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c9ff', endColorstr='#0083ca', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px -1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:18px;
    text-transform: uppercase;
padding: 5px 35px 5px;
	text-shadow:1px 1px 0px #0070ad;	
}





input.productcreditbutton{
	color:#f07d00;
	text-transform:uppercase;


}

div.infoblock{
	background: none repeat scroll 0px 0px #FFF;
	border: 1px solid #F07D00;
	box-shadow: 0px 0px 7px #F89E3C inset;
	padding: 5px;
}



/*-- ВКЛАДКИ ТОВАРОВ  --*/
/*-- Общий блок для вкладок --*/
div.producttabs {
   margin-top:10px; 
   margin-bottom:10px;
    border-bottom: 3px solid #0083ca;
   position:relative;
   top:2px;
}

/*-- Блок для одной вкладки --*/
div.producttabposition {
    display:table-cell;
	vertical-align:bottom;
	padding:3px 3px 0px 3px;
}



/*-- НЕАКТИВНАЯ ВКЛАДКА --*/
div.producttab {
 background: rgba(240,240,240,1);
background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=1 );
    border-radius:10px 10px 0 0;
    border-top: 1px solid #e1e1e1;
    color: #575656;
    cursor: pointer;
    height: 20px;
    padding: 5px 10px;
    position: relative;
    top: -2px;
	font-size:14px;
}

/*-- НЕАКТИВНАЯ ВКЛАДКА ПРИ НАВЕДЕНИИ--*/
div.producttab:hover {
background: rgba(0,131,202,1);
background: -moz-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to right, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=1 );
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #0083ca;
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    padding: 5px 10px;
    position: relative;
    top: -2px;
	font-size:14px;	
}


/*-- АКТИВНАЯ ВКЛАДКА --*/
div.productactivetab {
background: rgba(0,131,202,1);
background: -moz-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to right, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=1 );
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #0083ca;
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    padding: 5px 10px;
    position: relative;
    top: -2px;	
	font-size:14px;
}


/*--  Блок для внутренней части вкладок--*/

div.producttabinfo {
	margin-top:10px;

}

/*--  ВКЛАДКА ХАРАКТЕРИСТИКИ--*/
/*--  Таблица с характеристиками--*/

table.inproductchars {
	width:100%;
}
/*--  Первая строка таблицы--*/

tr.inproductcharrow0 {

}
/*--  Вторая строка таблицы--*/

tr.inproductcharrow1 {

}
/*--  Сторлбик с названием характеристики--*/

td.inproductcharname {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #575656;
    font-size: 14px;
    padding: 8px;
	width:200px;
}
/*--  Столбик с параметрами характеристики--*/

td.inproductchartext {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 8px;
	border:1px solid #e1e1e1;
}








/*-- СТРАНИЦА СРАВНЕНИЯ ТОВАРОВ  --*/
/*-- Кнопка СКРЫТЬ ОДИНАКОВЫЕ ТОВАРЫ--*/

input.compareset1 {

}

input.compareset1:hover {
	
}

/*-- КНОПКА ПОКАЗАТЬ ВСЕ ТОВАРЫ--*/

input.compareset2 {
	
}

input.compareset2:hover {
	
}

/*-- Столбик с навзванием товара--*/

td.comparename {
	height:45px;
}

/*-- Ссылка названия товара--*/

td.comparename a {
    color: #575656;
    font-weight: bolder;
    text-decoration: none;
	text-transform:uppercase;
}

td.comparename a:hover {
    color: #575656;
    font-weight: bolder;
    text-decoration:underline;
	text-transform:uppercase;
}

/*-- Строка кода товара товара--*/

td.comparecode {

}

/*-- Блок для картинки товара--*/

td.compareimg {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E6E6;
    border-radius:5px;
    cursor: pointer;
    margin: 0 auto 8px;
    padding: 3px;
    text-align: center;
	height:150px;	
}

/*-- Картинки товара--*/

img.compareimg {
	max-width:150px;
	max-height:150px;
}

/*-- Цена товара--*/

td.compareprice {
    color: #e77b08;
	font-weight:bolder;
	font-size:18px;
}

/*-- Старая цена товара--*/

div.compareoldprice {
    color: #C5C5C5;
    font-size: 14px;
    text-decoration: line-through;
	font-weight:normal;
}

/*-- Акционная цена товара--*/

div.compareactprice {
    color:red;
    font-size: 16px;
    text-decoration: none;
	font-weight:normal;
}

/*-- Первая строка таблицы характеристик--*/

tr.comparecharrow0 {

}

/*-- Вторая строка таблицы характеристик--*/

tr.comparecharrow1 {

}

/*-- Название характеристик--*/

td.comparecharname {
	color:#575756;
	font-size:14px;
	padding:8px;
	background:#efefef;
	text-align:right;

}

/*-- Характеристики--*/

td.comparechartext {
	background:#fff;
	padding:8px;
	border:1px solid #efefef;
}

















/*-- МОДУЛЬ ТОП ТОВАРЫ В СЛАЙДЕРЕ  --*/
/*-- Общая подложка под всем слайдером--*/

div.productsslider {
	max-width:925px;
}


/*-- Подложка под заглавие --*/

div.productsslidertitle {
    color: #f07d00;
    text-transform: uppercase;
    font-size: 15px;
padding: 8px 8px 5px 35px;
    text-align:left;
	position:relative;
	font-weight:bolder;
	border-bottom:2px solid #f07d00;
	margin-bottom:10px;
    position: relative;	
}

/*-- Иконка заглавия акции --*/

div.actproductsslidertitleicon {
	background:url("/themes/tavria/stars.png")no-repeat center;
	width:23px;
	height:22px;
    position:absolute;		
	 top: 5px;
	 left:0;
}

/*-- Иконка похожие товары --*/

div.sameproductsslidertitleicon {
	background:url("/themes/tavria/icon_same.png")no-repeat center;
	width:24px;
	height:22px;
    left:2px;
    position:absolute;
    top:5px;	
}

/*-- Иконка топ товары --*/

div.topproductsslidertitleicon {
	background:url("/themes/tavria/stars.png")no-repeat center;
	width:23px;
	height:22px;
    position:absolute;		
top: 2px;
	left: 2px;
}

/*-- Иконка новинки --*/

div.newproductsslidertitleicon {
	background:url("/themes/tavria/icon_new.png")no-repeat center;
	width:23px;
	height:22px;
    left:2px;
    position:absolute;
top: 2px;	
}

/*-- Подложка под все товары в слайдере--*/

div.productssliderinfo {

}

/*-- Ширина слайдера акционных товаров--*/

div.actproductsslidercont {
	max-width:0px;
	margin:0 auto;
}

/*-- Ширина слайдера похожих товаров товаров--*/

div.sameproductsslidercont {
	max-width:0px;
	margin:0 auto;
}

/*-- Ширина слайдера топ товаров--*/


div.topproductsslidercont {
	max-width:0px;
	margin:0 auto;
}

/*-- Ширина слайдера новых товаров--*/


div.newproductsslidercont {
	max-width:0px;
	margin:0 auto;
}


/*-- Подложка под одним товаром--*/

div.sliderproduct {
    background:#FFFFFF;
    border:1px solid #fff;
	box-shadow:inset 0px 0px 5px #e1e1e1;
   margin:2px;
	text-align:center;
	max-width:188px;
	width:188px;
	padding:3px;	
}

/*-- Подложка под одним товаром при наведении--*/

div.sliderproduct:hover {
    background:#FFFFFF;
    border:1px solid #f07d00;
	box-shadow:inset 0px 0px 5px #f89e3c;
   margin:2px;
	text-align:center;
	max-width:188px;
	width:188px;
	padding:3px;
}

/*-- Блок под названием товара --*/

div.slidertopproductname {
	padding:5px 3px;
	height:45px;

}

div.slidertopproductname:hover {
	padding:5px 3px;
	height:45px;

}

/*-- Ссылка названия товара --*/

div.slidertopproductname a{
	color:#575656;
	text-decoration:none;	 font-size:12px;
}

/*-- Ссылка названия товара при наведении --*/

div.slidertopproductname a:hover{
	color:#575656;
	text-decoration:underline;	  font-size:12px;
}

/*-- Блок для названия товара под картинкой  --*/

div.sliderbottomproductname {
	display:none;
}

/*-- Ссылка для названия товара под картинкой  --*/

div.sliderbottomproductname a{
	
}

div.sliderbottomproductname a{
	
}

/*-- Строка для цены и кнопки купить --*/

div.sliderproductbuyinfo{
	margin-bottom:1px;
}

/*-- Стиль для цены товара в слайдере --*/

div.sliderproductprice{
    color: #f57500;
    font-size: 18px;
    text-decoration: none;
	padding-bottom:10px;
	height:26px;
}

/*-- Стиль для старой цены товара в слайдере --*/

div.slideroldprice{
    color: #c5c5c5;
    font-size: 12px;
    text-decoration: line-through;
}

/*-- Стиль для акционной цены товара в слайдере --*/

div.slideractprice{
    color: red;
    font-size: 16px;
}

/*-- Блок для кнопки купить --*/

div.sliderproductbuy{
	padding:10px 5px 5px 5px;
}

/*-- Кнопка купить --*/


input.sliderproductbuybutton{
 background: rgba(0,131,202,1);
background: -moz-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px 1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:14px;
    text-transform: uppercase;
padding: 5px 35px 5px;
	text-shadow:1px 1px 0px #0070ad;	
}

input.sliderproductbuybutton:hover{
background: rgba(8,201,255,1);
background: -moz-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,201,255,1)), color-stop(100%, rgba(0,131,202,1)));
background: -webkit-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -o-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -ms-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: linear-gradient(to bottom, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c9ff', endColorstr='#0083ca', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px -1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:14px;
    text-transform: uppercase;
padding: 5px 35px 5px;
	text-shadow:1px 1px 0px #0070ad;	
}

/*-- Стрелка влево --*/

input.sliderproductsleft {
	background:url("/themes/tavria/left.png") no-repeat center;
	color:transparent;
	border:0;
	box-shadow:none;
	width:13px;
	height:24px;
	font-size:0;	
}

input.sliderproductsleft:hover {
	background:url("/themes/tavria/left_p.png") no-repeat center;
	color:transparent;
	border:0;
	box-shadow:none;
	width:13px;
	height:24px;	
	font-size:0;	
}

/*-- Стрелка вправо --*/

input.sliderproductsright {
	background:url("/themes/tavria/right.png") no-repeat center;
	color:transparent;
	border:0;
	box-shadow:none;
	width:13px;
	height:24px;
	font-size:0;
}

input.sliderproductsright:hover {
 	
	background:url("/themes/tavria/right_p.png") no-repeat center;
	color:transparent;
	border:0;
	box-shadow:none;
	width:13px;
	height:24px;
		font-size:0;
}


/*-- Блок для картинки товаров в слайдере --*/

div.sliderproductimg {
	width:190px;
	height:125px;
	padding:3px 0 3px 0;

}

/*--Картинка товаров в слайдере --*/

img.sliderproductimg {
	max-width:180px;
	max-height:120px;
	border:0;

}

/*-- Позиционирование картинки --*/

div.sliderproductimgtable {
	display:table;
	height:125px;
	margin:0 auto;
}

div.sliderproductimgcell {
	display:table-cell;
	vertical-align:middle;
}


/*--Строка смотреть все --*/

div.sliderproductsall {
	text-align:right;
	padding-top:10px;
	position:relative;
	z-index:200;
}

/*--Строка смотреть все --*/

input.sliderproductsall {

}






/*-- ВЫВОД АКЦИОННЫХ ТОВАРОВ В СТАНДАРТНОМ ВИДЕ  --*/
/*-- Надпись акции--*/

div.productscentertitle {
    border-bottom: 2px solid #D14C4F;
    color: #D14C4F;
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 10px;
    padding: 8px 8px 5px 28px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

/*-- Общий подложка под всеми акционными товарами--*/

div.blockproductscenter {

}

div.topproductscentertitleicon {

    background: url("/themes/tavria/icon_top.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 19px;
    left: 2px;
    position: absolute;
    top: 5px;
    width: 20px;
}


div.newproductscentertitleicon {

    background: url("/themes/tavria/icon_new.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 19px;
    left: 2px;
    position: absolute;
    top: 5px;
    width:19px;
}


div.actproductscentertitleicon {

    background: url("/themes/tavria/icon_top.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 19px;
    left: 2px;
    position: absolute;
    top: 5px;
    width: 20px;
}







/*-- ВЫВОД АКЦИОННЫХ ТОВАРОВ В КОЛОНКЕ  --*/
/*-- Общий блок для акционных товаров в колонке--*/

div.allproductscolumn {

}

/*-- Подложка под товары  --*/

div.productscolumn {

}

/*-- Подложка для одного товара  --*/

div.productcolumn {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #5EADFD;
	margin-bottom:10px;
	box-shadow:inset 0px 0px 3px #5EADFD;	
	padding:0px 0px 5px 0px;
	display:table;
	width:100%;
}

/*-- Заглавие акционные товары--*/

div.productscolumntitle {
    color: #008AFF;
    font-size:22px;
	margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

/*-- Иконка акционные товары --*/

div.actproductscolumntitleicon {


}

/*-- Иконка акционные товары --*/

div.newproductscolumntitleicon {

}


/*-- Подложка под картинку слева  --*/

div.productcolumnimgleft {
	text-align:center;
   padding: 3px;
margin:0 auto;
	vertical-align:middle;
    width:90px;
}


/*-- Картинка слева  --*/

img.productcolumnimgleft {
    border: 0 none;
    max-height:80px;
    max-width:80px;
}


/*-- Подложка под картинку справа  --*/

div.productcolumnimgright {
	text-align:center;
   padding: 3px;
margin:0 auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px #DDDDDD inset;
    width: 180px;
}


/*-- Картинка справа  --*/

img.productcolumnimgright {
    border: 0 none;
    max-height: 110px;
    max-width: 170px;
}

/*-- Вариант названия НАД КАРТИНКОЙ --*/
/*-- Блок название товара  --*/

div.productcolumntopname {
	text-align:center;
	margin-top:6px;
	margin-bottom:6px;
	padding:5px;

}

/*-- Название товара  --*/

div.productcolumntopname a {
    font-size:13px;
    color: #575656;
    text-decoration:underline;
	word-wrap:break-word;	
}

/*-- Название товара при наведении --*/

div.productcolumntopname a:hover {
    font-size:13px;
    color: #575656;
    text-decoration:none;
	word-wrap:break-word;	
}



/*-- Вариант названия ПОД КАРТИНКОЙ --*/
/*-- Блок название товара  под фото --*/

div.productcolumnbottomname {
	text-align:center;
	display:none;
}

/*-- Название товара под фото  --*/

div.productcolumnbottomname a {
	color: #b20f75;
    text-decoration: none;
}

/*-- Название товара под фото при наведении --*/

div.productcolumnbottomname a:hover {
	color: #b20f75;
    text-decoration: none;
}


/*-- Цена товара --*/

div.productcolumnprice {
    color: #E8645A;
    font-size: 16px;
    text-decoration: none;
    text-align: center;	
}

/*-- Старая цена товара --*/

div.columnoldprice {
    text-align: center;
    color: #C5C5C5;
    font-size: 13px;
    text-decoration: line-through;
}

/*-- Акционная цена товара --*/

div.columnactprice {
    color: #f57500;
    font-size: 18px;
    text-decoration: none;
}

/*-- Разделительная полоса между товарами --*/

div.productcolumnseparator {

}

/*-- Блок для кнопки купить в акциях --*/

div.columnproductbuybutton{
	text-align:center;
	margin-bottom:5px;
	margin-top:5px;
}

/*-- Кнопка купить в акциях --*/




input.columnbuybutton{
 background: rgba(0,131,202,1);
background: -moz-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px 1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:14px;
    text-transform: uppercase;
padding:2px 15px;
	text-shadow:1px 1px 0px #0070ad;
}

input.columnbuybutton:hover{
background: rgba(8,201,255,1);
background: -moz-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,201,255,1)), color-stop(100%, rgba(0,131,202,1)));
background: -webkit-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -o-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -ms-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: linear-gradient(to bottom, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c9ff', endColorstr='#0083ca', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px -1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:14px;
    text-transform: uppercase;
padding: 2px 15px;
	text-shadow:1px 1px 0px #0070ad;		
}

/*-- Блок для кнопки смотреть все в акциях --*/

div.columnproductsall{
	margin:5px;
	text-align:center;

}

/*-- Кнопка смотреть все в акциях --*/

input.columnproductsall{

}


input.columnproductsall:hover{

}









/*-- МОДУЛЬ ПРОИЗВОДИТЕЛИ В СЛАЙДЕРЕ  --*/
/*-- Общая подложка под всем слайдером--*/

div.brandsslider {

}


/*-- Подложка под заглавие --*/

div.brandsslidertitle {
     border-bottom: 2px solid #D14C4F;
    color: #D14C4F;
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 10px;
    padding: 8px 8px 5px 30px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

/*-- Иконка заглавия акции --*/

div.brandsslidertitleicon {
	background:url("/themes/tavria/icon_brand.png")no-repeat center;
	width:23px;
	height:19px;
	left: -30px;
	top:15px;
    position: relative;	

}

/*-- Подложка под все товары в слайдере--*/

div.brandssliderinfo {
    background: none repeat scroll 0 0 #F8F8F8;
    border-radius: 5px;
    padding: 2px 5px;
}

div.brandsslidercont {
	width:660px;
}

/*-- Подложка под одним товаром--*/

div.sliderbrand {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 4px solid #E5E6E6;
    border-radius: 5px;
    margin: 3px;
    max-width: 160px;
	width: 160px;
    text-align: center;
}

/*-- Подложка под одним товаром при наведении--*/

div.sliderbrands:hover {
	border:1px solid #f09728; 
}

/*-- Блок под названием товара --*/

div.slidertopbrandname {

	display:none;
}

div.slidertopbrandname:hover {
	padding:3px;
	height:45px;

}

/*-- Ссылка названия товара --*/

div.slidertopbrandname a{
	color:#fff;
	text-shadow:1px 1px 0px #c7790d;	
}

/*-- Ссылка названия товара при наведении --*/

div.slidertopbrandname a:hover{
	
}

/*-- Блок для названия товара под картинкой  --*/

div.sliderbottombrandname {
	padding:3px;
	height:45px;
	border-top:1px dashed #e5e6e6;
}

/*-- Ссылка для названия товара под картинкой  --*/

div.sliderbottombrandname a{
	color:#62b9b0;	
	text-decoration:none;
}

div.sliderbottombrandname:hover a{
	color:#62b9b0;	
	text-decoration:underline	
}






/*-- Стрелка влево --*/

input.sliderbrandsleft {
    padding:10px 8px;	
	background:url("/themes/tavria/arrow_left.png") no-repeat center,#76c7c0;
	color:transparent;
	border-bottom:4px solid #62b9b0;
	border-top:0px solid #62b9b0;
	border-left:0px solid #62b9b0;
	border-right:0px solid #62b9b0;
	border-radius:0px 5px 5px 0px;
}

input.sliderbrandsleft:hover {
    padding:10px 8px;	
	background:url("/themes/tavria/arrow_left.png") no-repeat center,#e8645a;
	color:transparent;
	border-bottom:4px solid #e2534b;
	border-top:0px solid #62b9b0;
	border-left:0px solid #62b9b0;
	border-right:0px solid #62b9b0;
	border-radius:0px 5px 5px 0px;	
}

/*-- Стрелка вправо --*/

input.sliderbrandsright {
     padding:10px 8px;	
	background:url("/themes/tavria/arrow_right.png") no-repeat center,#76c7c0;
	color:transparent;
	border-bottom:4px solid #62b9b0;
	border-top:0px solid #62b9b0;
	border-left:0px solid #62b9b0;
	border-right:0px solid #62b9b0;
	border-radius:5px 0px 0px 5px;
}

input.sliderbrandsright:hover {
      padding:10px 8px;	
	background:url("/themes/tavria/arrow_right.png") no-repeat center,#e8645a;
	color:transparent;
	border-bottom:4px solid #e2534b;
	border-top:0px solid #62b9b0;
	border-left:0px solid #62b9b0;
	border-right:0px solid #62b9b0;
	border-radius:5px 0px 0px 5px;
}


/*-- Блок для картинки товаров в слайдере --*/

div.sliderbrandimg {
	width:157px;
	height:125px;
	padding:3px 0 3px 0;

}

/*--Картинка товаров в слайдере --*/

img.sliderbrandimg {
	max-width:155px;
	max-height:120px;
	border:0;

}

/*-- Позиционирование картинки --*/

div.sliderbrandimgtable {
	display:table;
	height:125px;
	margin:0 auto;
}

div.sliderbrandimgcell {
	display:table-cell;
	vertical-align:middle;
}


/*--Строка смотреть все --*/

div.sliderbrandsall {
	text-align:right;
	padding-top:10px;
}

/*--Строка смотреть все --*/

input.sliderbrandsall {

}










/*-- ВЫВОД БРЕНДОВ В КОЛОНКЕ  --*/
/*-- Общий блок для акционных товаров в колонке--*/

div.allbrandscolumn {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 4px solid #E5E6E6;
    border-radius: 5px;
    padding: 5px;
}

/*-- Подложка под бренды  --*/

div.brandscolumn {

}

/*-- Подложка для одного брендаа  --*/

div.brandcolumn {

}

/*-- Заглавие бренды--*/

div.brandscolumntitle {
    border-bottom: 2px solid #D14C4F;
    color: #D14C4F;
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 10px;
    padding: 8px 8px 5px 35px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

/*-- Иконка бренды в колонке --*/

div.brandscolumntitleicon {
    background: url("/themes/tavria/icon_brand.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 19px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 23px;
}


/*-- Подложка под картинку слева  --*/

div.brandcolumnimgleft {
	text-align:center;
   padding: 3px;
margin:0 auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E6E6;
    border-radius: 5px;
    width: 180px;
}


/*-- Картинка слева  --*/

img.brandcolumnimgleft {
    border: 0 none;
    max-height: 110px;
    max-width: 170px;
}


/*-- Подложка под картинку справа  --*/

div.brandcolumnimgright {
	text-align:center;
   padding: 3px;
margin:0 auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E6E6;
    border-radius: 5px;
    width: 180px;
}


/*-- Картинка справа  --*/

img.brandcolumnimgright {
    border: 0 none;
    max-height: 110px;
    max-width: 170px;
}

/*-- Вариант названия НАД КАРТИНКОЙ --*/
/*-- Блок название товара  --*/

div.brandcolumntopname {
	text-align:center;
	margin-top:6px;
	margin-bottom:6px;
}

/*-- Название товара  --*/

div.brandcolumntopname a {
    color: #62B9B0;
    text-decoration: none;
    font-weight: bolder;
    text-transform: uppercase;
}

/*-- Название товара при наведении --*/

div.brandcolumntopname a:hover {
    color: #62B9B0;
    text-decoration:underline;
    font-weight: bolder;
    text-transform: uppercase;
}



/*-- Вариант названия ПОД КАРТИНКОЙ --*/
/*-- Блок название товара  под фото --*/

div.brandcolumnbottomname {
	text-align:center;
	display:none;
}

/*-- Название товара под фото  --*/

div.brandolumnbottomname a {
	color: #b20f75;
    text-decoration: none;
}

/*-- Название товара под фото при наведении --*/

div.brandcolumnbottomname a:hover {
	color: #b20f75;
    text-decoration: none;
}


/*-- Разделительная полоса между товарами --*/

div.brandcolumnseparator {
	border-bottom:1px dashed #E4E4E4;
	margin-top:5px;
}

/*-- Блок для кнопки смотреть все --*/

div.columnbrandsall{
	text-align:center;
	margin-top:5px;

}












/*-- СТРАНИЦА ПРОИЗВОДИТЕЛИ В КАРТИНКАХ--*/
/*-- Блок для страницы категории --*/

div.brandsview {

	padding:8px;
}

/*-- Блок для страницы категории --*/

div.brandviewinfo {
	padding:4px;

}

/*-- Блок всех категории --*/

div.brandview {
   text-align:center;
	
}

/*-- Разделительная полоса по вертикали --*/

div.brandviewverseparator {
     background: url("/themes/standart_design/punkt.jpg") repeat-y center;
    width: 1px;
}

/*--  Разделительная полоса по горизонтале --*/

div.brandviewhorseparator {
    background: none repeat scroll 0 0 #E4E4E4;
    box-shadow: 0 1px 0 #FFFFFF;
    height: 1px;
	display:none;
}

/*-- Блок для картинки --*/

div.brandviewimg {
	width:180px;
	height:120px;
	margin:0 auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border-top:2px solid #0083ca;
	border-radius:10px;
}

/*-- Картинка --*/

img.brandviewimg {
	max-width:170px;
	max-height:110px;
	border:0;
}


/*-- Позиционирование картинки --*/

div.brandviewimgtable {
	display:table;
	height:120px;
	margin:0 auto;
}

div.brandviewimgcell {
	display:table-cell;
	vertical-align:middle;
}

/*-- Вывод названия категории над картинкой --*/
/*-- Блок названия категории --*/

div.topbrandviewname {
	padding:3px;
}


/*-- Ссылка названия категории --*/

div.topbrandviewname a{
    color: #0083ca;
    font-weight: bolder;
    text-decoration: none;
    text-transform: uppercase;
}


div.topbrandviewname:hover a{
    color: #0083ca;
    font-weight: bolder;
    text-decoration:underline;
    text-transform: uppercase;	
}


/*-- Вывод названия категории под картинкой --*/
/*-- Блок для названия категории --*/

div.bottombrandviewname {

	display:none;	
}

/*-- Ссылка названия категории --*/

div.bottombrandviewname a{

}

div.bottombrandviewname:hover a{

}



/*-- СТРАНИЦА ОДНОГО ПРОИЗВОДИТЕЛЯ --*/
/*-- Общий блок для подкатегории --*/

div.brandname {
	padding:3px;
}


h1.brandname {
	padding:0px;
	margin:0px;
}


/*-- Ссылка названия подкатегории --*/

div.brandtext{
	text-decoration:none;
	color:#787878;
	text-shadow:1px 1px 0px #fff;	
}









/*-- СТИЛИ МАГАЗИНА --*/

/*-- МОДУЛЬ КОРЗИНА --*/
/*-- Общая подложка под модуль корзина --*/

div.cartblock{
	border:1px solid #D2D2D2;
	padding:10px;
	display:table;
	position:relative;	
	height:70px;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	width:230px;
	margin-right:20px;
}

/*-- Заглавие модуля корзина --*/

div.carttitle{

	color:#008AFF;
	width:230px;
	text-align:center;
	font-weight:bold;
	position:relative;
	vertical-align:middle;
	
}

/*-- Иконка корзина --*/

div.carttitleicon{
	background:url("/themes/tavria/icon_cart.png") no-repeat;
	height:41px;
	width:53px;
	position:absolute;
	left:0px;
	top:20px;
	z-index:100;	
}

/*-- Блок надписи в корзине --*/

div.cartmodul{
	cursor:pointer;
	cursor:hand;
	vertical-align:middle;	
}

/*-- Внутренний блок надписи в корзине --*/

div.cartmodulinfo{
	display:table;
	padding: 10px 5px 5px 65px;
}

/*-- Колличество товаров в корзине --*/

div.cartmodulamount{
	white-space:nowrap;
}

/*-- Цена товаров в корзине --*/

div.cartmodulprice{
	font-weight:bolder;
	white-space:nowrap;	
}

/*-- Надпись корзина пуста --*/

div.cartmodulempty{
	white-space:nowrap;
}





/*-- СТРАНИЦА КОРЗИНЫ --*/
/*-- Общая таблица --*/

table.cartpagetable{
	width:100%;

    padding: 5px;
}

/*-- Заглавная строка и последняя строка --*/

tr.carttitlerow{



}

/*-- Первая строка --*/

tr.cartrow0{

}

/*-- Вторая строка --*/

tr.cartrow1{

}

/*-- Заглавие артикул --*/

td.carttitlecode{
   border: 1px solid #e1e1e1;
   padding:7px; 
   text-transform:uppercase;
   color: #575656; 
   background: #e1e1e1;	
	text-align:center;
	width:100px;
}

/*-- Сам артикул --*/

td.cartcode{
    border: 1px solid #e1e1e1;
	text-align:center;
	color:#575756;
	font-size:14px; width:100px;
}

/*-- Заглавия фото --*/

td.carttitleimg{
   border: 1px solid #FFFFFF;
   padding:7px; 
   text-transform:uppercase;
   color: #575656; 
   background: #e1e1e1;	
	text-align:center;
}

/*-- Блок для картинки --*/

td.cartimg{
    border: 1px solid #e1e1e1;
	background:#fff;
	width:80px;
	text-align:center;
}

/*-- Картинка --*/

img.cartimg{
	max-width:80px;
	max-height:80px;
}

/*-- Заглавие название товара --*/

td.carttitlename{
    border: 1px solid #e1e1e1;
   padding:7px; 
   text-transform:uppercase;
   color: #575756; 
   background: #e1e1e1;	
	text-align:center;
}

/*-- Заглавие название дополнительных параметров --*/

td.carttitleattr{
    border: 1px solid #e1e1e1;
   padding:7px; 
   text-transform:uppercase;
   color: #575656; 
   background: #e1e1e1;	
	text-align:center;
}

/*-- Название доп. параметров --*/

td.cartattr{
    border: 1px solid #e1e1e1;
	padding:5px;
}

/*-- Название товара --*/

td.cartname{
    border: 1px solid #e1e1e1;
	padding:5px;
}

/*-- Название товара ссылка--*/

td.cartname a{
	color: #0083ca;
    font-size:16px;
    text-decoration: none;
}

/*-- Название товара --*/

td.cartname a:hover{
	color: #0083ca;
    font-size:16px;
    text-decoration:underline;
}

/*-- Заглавие количества --*/

td.carttitleamount{
    border: 1px solid #e1e1e1;
   padding:7px; 
   text-transform:uppercase;
   color: #575756; 
   background: #e1e1e1;	
	text-align:center; width:80px;
}

/*-- Количество --*/

td.cartamount{
    border: 1px solid #e1e1e1;
   width:80px;	
     padding:7px;  width:80px;
}

/*-- Заглваие цены --*/

td.carttitleprice{
    border: 1px solid #e1e1e1;
   padding:7px; 
   text-transform:uppercase;
   color: #575756; 
   background: #e1e1e1;	
	text-align:center;  width:120px;
}

/*-- Цена товара --*/

td.cartprice{
    border: 1px solid #e1e1e1;
	color:#f07d00;
	padding:5px;
	font-size:16px;
	text-align:center; width:120px;
}

/*-- Заглавие суммы --*/

td.carttitlesumm{
    border: 1px solid #e1e1e1;
   padding:7px; 
   text-transform:uppercase;
   color: #575756; 
   background: #e1e1e1;	
	text-align:center;
	width:120px;
}

/*-- Сумма --*/

td.cartsumm{
    border: 1px solid #e1e1e1;
	color:#f07d00;
	font-weight:bolder;
	padding:5px;
	font-size:18px;
	text-align:center;	
	width:120px;
}

/*-- Заглавие для крестика --*/

td.carttitledelete{
    border: 1px solid #e1e1e1;
   padding:7px; 
   text-transform:uppercase;
   color:#575756; 
   background: #e1e1e1;	
	text-align:center;
	width:60px;
}

/*-- Крестик --*/

td.cartdelete{
    border: 1px solid #e1e1e1;
	text-align:center;
	width:60px;
}

/*-- Крестик --*/



input.cartdelete{
	padding:7px 10px ;
 background: rgba(0,131,202,1);
background: -moz-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px 1px 0px 0px #07bbf5 inset;
    color: #FFFFFF;
	font-size:14px;
    text-transform: uppercase;
	border-radius:40px;
	text-shadow:1px 1px 0px #0070ad;
}

input.cartdelete:hover{
	padding:7px 10px ;
background: rgba(8,201,255,1);
background: -moz-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,201,255,1)), color-stop(100%, rgba(0,131,202,1)));
background: -webkit-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -o-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -ms-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: linear-gradient(to bottom, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c9ff', endColorstr='#0083ca', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px -1px 0px 0px #07bbf5 inset;
    color: #FFFFFF;
	font-size:14px;
    text-transform: uppercase;
	border-radius:40px;	
	text-shadow:1px 1px 0px #0070ad;	
}

/*-- Надпись итого --*/

td.cartall{
   border: 1px solid #f07d00;
   padding:7px; 
   text-transform:uppercase;
   color: #fff; 
   background: #f07d00;
   font-weight:bolder;   
   font-size:14px;  
   text-align:right;
}

/*-- Надпись общая сумма --*/

td.cartallsumm{
   border: 1px solid #f07d00;
   padding:7px; 
   text-transform:uppercase;
   color: #fff; 
   background: #f07d00;
   font-weight:bolder;   
   font-size:16px;
   text-align:center;
}


/*-- Надпись, когда на странице корзины нет товаров --*/

td.emptycart{
    border: 1px solid #e1e1e1;
   padding:7px; 
   text-transform:uppercase;
   color: #f07d00;   
   font-size:16px;
   text-align:center;
}



/*-- ОФОРМИТЬ ЗАКАЗ --*/
/*-- Общая таблица оформления заказа --*/

table.orderdata{
	margin:0 auto;
	color:#d0d0d0;
	width:90%;
}

/*-- Заглавие оформить заказ --*/

td.orderdatatitle{
    color: #f07d00;
    font-size: 20px;
    text-decoration: underline;
	padding:10px;
}

/*-- Блок для кнопки --*/

td.orderdatabut{
	text-align:center;
}






/*-- Кнопка оформить заказ --*/

input.makeorderdatabut{
 background: rgba(0,131,202,1);
background: -moz-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px 1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:16px;
    text-transform: uppercase;
padding: 5px 35px 5px;
	text-shadow:1px 1px 0px #0070ad;
}


input.makeorderdatabut:hover{
background: rgba(8,201,255,1);
background: -moz-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,201,255,1)), color-stop(100%, rgba(0,131,202,1)));
background: -webkit-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -o-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: -ms-linear-gradient(top, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
background: linear-gradient(to bottom, rgba(8,201,255,1) 0%, rgba(0,131,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c9ff', endColorstr='#0083ca', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #0097e2 #0097e2 #0083ca;
box-shadow: 0px -1px 0px 0px #07bbf5 inset, 0px 0px 0px 3px #87d5ff;
    color: #FFFFFF;
	font-size:16px;
    text-transform: uppercase;
padding: 5px 35px 5px;
	text-shadow:1px 1px 0px #0070ad;	

}



/*-- Надпись Заказ Успешно Оформлен --*/

table.paymenttitle{
	color:red;
	text-transform:uppercase;
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
	padding:5px;
}

/*-- Надпись Вы можете оплатить через --*/

table.paymenttype{
	color:#5aa8a1;
	text-transform:uppercase;
	text-decoration:underline;	
	padding:10px;
	font-size:18px;
	text-align:center;
	margin:0 auto;
}


/*-- Колонки для валют --*/

td.paymentslogo{
	
}


/*-- Кнопка Привата --*/

input.privat24{
	background: rgba(89,153,33,1);
background: -moz-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,153,33,1)), color-stop(100%, rgba(79,133,28,1)));
background: -webkit-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: -o-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: -ms-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: linear-gradient(to bottom, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599921', endColorstr='#4f851c', GradientType=0 );
	border:1px solid #415e30;
	border-radius:5px;
	color:#fff;
	box-shadow:0px 1px 0px #adcd90 inset;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}

input.privat24:hover {
	background: rgba(79,133,28,1);
background: -moz-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,133,28,1)), color-stop(100%, rgba(89,153,33,1)));
background: -webkit-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: -o-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: -ms-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: linear-gradient(to bottom, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f851c', endColorstr='#599921', GradientType=0 );
	border:1px solid #415e30;
	border-radius:5px;
	color:#fff;
	box-shadow:0px 1px 0px #adcd90 inset;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;	
}


/*-- Кнопка webmoney --*/

input.webmoney{
	background: rgba(89,153,33,1);
background: -moz-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,153,33,1)), color-stop(100%, rgba(79,133,28,1)));
background: -webkit-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: -o-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: -ms-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: linear-gradient(to bottom, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599921', endColorstr='#4f851c', GradientType=0 );
	border:1px solid #415e30;
	border-radius:5px;
	color:#fff;
	box-shadow:0px 1px 0px #adcd90 inset;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;	
}

input.webmoney:hover {
	background: rgba(79,133,28,1);
background: -moz-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,133,28,1)), color-stop(100%, rgba(89,153,33,1)));
background: -webkit-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: -o-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: -ms-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: linear-gradient(to bottom, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f851c', endColorstr='#599921', GradientType=0 );
	border:1px solid #415e30;
	border-radius:5px;
	color:#fff;
	box-shadow:0px 1px 0px #adcd90 inset;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;	
}


/*-- Кнопка liqpay --*/

input.liqpay{
	background: rgba(89,153,33,1);
background: -moz-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,153,33,1)), color-stop(100%, rgba(79,133,28,1)));
background: -webkit-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: -o-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: -ms-linear-gradient(top, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
background: linear-gradient(to bottom, rgba(89,153,33,1) 0%, rgba(79,133,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599921', endColorstr='#4f851c', GradientType=0 );
	border:1px solid #415e30;
	border-radius:5px;
	color:#fff;
	box-shadow:0px 1px 0px #adcd90 inset;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;	
}

input.liqpay:hover {
	background: rgba(79,133,28,1);
background: -moz-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,133,28,1)), color-stop(100%, rgba(89,153,33,1)));
background: -webkit-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: -o-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: -ms-linear-gradient(top, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
background: linear-gradient(to bottom, rgba(79,133,28,1) 0%, rgba(89,153,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f851c', endColorstr='#599921', GradientType=0 );
	border:1px solid #415e30;
	border-radius:5px;
	color:#fff;
	box-shadow:0px 1px 0px #adcd90 inset;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;	
}

/*-- Надпись оплата успешно прошла --*/

div.paymentlast{
	color:red;
	text-transform:uppercase;
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
	padding:5px;	
}












/*--ВСПЛЫВАЮЩЕЕ ОКНО КОРЗИНЫ--*/
/*--Общая подложка--*/

div.cartform {
	position:absolute;
border: 3px solid #575656;
background: none repeat scroll 0% 0% #FFF;
box-shadow: 0px 0px 5px 3px #575656;
border-radius: 10px;
	padding:20px;
	display:none;
	z-index:500;
	width:1000px;
}

/*--Внутренний блок общей положки--*/

div.cartinfo {

}

/*--Фон для таблицы во всплыающем коне--*/

table.cartwindowback {

}

/*--Блок для кнопок--*/

table.cartbuttonsback {
	padding-top:10px;
}

/*--Кнопка продолжить покупки--*/

input.continueshop {

}

/*--Кнопка перейти в корзину--*/

table.gotocart {

}










/*-- ВСЁ ПРО РЕГИСТРАЦИЮ --*/

/*-- МОДУЛЬ РЕГИСТРАЦИИ НА ШАПКЕ --*/
/*-- Блок вход/регистрация --*/

div.userstypehor{
	float:right;

}

/*-- Блок для первой кнопки --*/

div.userstypehorbut1{

}

/*-- Блок для второй кнопки --*/

div.userstypehorbut2{
	
padding-left:5px;
}

/*-- Кнопка вход --*/

input.enterbuthor{
	background: url('/themes/tavria/icon_enter.png') no-repeat scroll 0% 0% transparent;
	text-shadow: none;
	height:17px;
	border: 0px none;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;
	padding: 0px 0px 0px 18px;
	font-size: 14px;
}

input.enterbuthor:hover{
	background: url('/themes/tavria/icon_enter_p.png') no-repeat scroll 0% 0% transparent;
	text-shadow: none;
	height:17px;
	border: 0px none;
	color: #b75200;
	border-radius: 0px;
	box-shadow: none;
	padding: 0px 0px 0px 18px;
	font-size: 14px;
}

/*-- Кнопка регистрация --*/

input.registrationbuthor{
	background: url('/themes/tavria/icon_account.png') no-repeat scroll 0% 0% transparent;
	text-shadow: none;
	height:17px;
	border: 0px none;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;
	padding: 0px 0px 0px 27px;
	font-size: 14px;	
}

input.registrationbuthor:hover{
	background: url('/themes/tavria/icon_account_p.png') no-repeat scroll 0% 0% transparent;
	text-shadow: none;
	height:17px;
	border: 0px none;
	color: #b75200;
	border-radius: 0px;
	box-shadow: none;
	padding: 0px 0px 0px 27px;
	font-size: 14px;
}

/*-- Кнопка аккаунт --*/

input.accountbuthor{
	background: url('/themes/tavria/icon_account.png') no-repeat scroll 0% 0% transparent;
	text-shadow: none;
	height:17px;
	border: 0px none;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;
padding: 0px 0px 0px 23px;
	font-size: 14px;
}

input.accountbuthor:hover{
	background: url('/themes/tavria/icon_account_p.png') no-repeat scroll 0% 0% transparent;
	text-shadow: none;
	height:17px;
	border: 0px none;
	color: #b75200;
	border-radius: 0px;
	box-shadow: none;
padding: 0px 0px 0px 23px;
	font-size: 14px;
}

/*-- Кнопка выйти --*/

input.exitbuthor{
		background: url('/themes/tavria/icon_exit.png') no-repeat scroll 0% 0% transparent;
	text-shadow: none;
	height:17px;
	border: 0px none;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;
padding: 0px 0px 0px 20px;
	font-size: 14px;
}

input.exitbuthor:hover{
	background: url('/themes/tavria/icon_exit_p.png') no-repeat scroll 0% 0% transparent;
	text-shadow: none;
	height:17px;
	border: 0px none;
	color: #b75200;
	border-radius: 0px;
	box-shadow: none;
padding: 0px 0px 0px 20px;
	font-size: 14px;	
}







/*-- МОДУЛЬ РЕГИСТРАИЦЯ В КОЛОНКЕ --*/
/*-- Блок вход/регистрация --*/

div.userstypever{
	padding: 5px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	border:1px solid #fff;
	box-shadow:inset 0px 4px 5px #e8e8e8, 0px 2px 2px #c6c6c6;
}

/*-- Блок для полей ввода --*/

div.userstypeverinputs{


}

/*-- Блок для первого поля ввода --*/

div.userstypeverinput1{
	margin-bottom:4px;

}

/*-- Блок для второго поля ввода --*/

div.userstypeverinput2{

	margin-bottom:4px;
}


/*-- Блок для кнопок --*/

div.userstypeverbuttons{
	margin:0 auto;
	display:table;
	width:100%;
	
}

/*-- Блок для первой кнопки --*/

div.userstypeverbut1{

}

/*-- Блок для второй кнопки --*/

div.userstypeverbut2{

}

/*-- Кнопка вход --*/

input.enterbutver{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;	
}

input.enterbutver:hover{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
	font-weight:bolder;	
}

/*-- Кнопка регистрация --*/

input.registrationbutver{
	color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;	
}

input.registrationbutver:hover{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
	font-weight:bolder;	
}

/*-- Кнопка аккаунт --*/

input.accountbutver{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;	
}

input.accountbutver:hover{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
	font-weight:bolder;	
}

/*-- Кнопка выйти --*/

input.exitbutver{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;	
	box-shadow:none;
}

input.exitbutver:hover{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;	
	box-shadow:none;
	font-weight:bolder;
}


/*-- Блок для надписи забыли пароль --*/

div.forgetpassver{


}

/*-- Надпись забыли пароль --*/

span.forgetpassver{
	cursor:pointer;
	cursor:hand;
}

/*-- Надпись приветствия --*/

div.welcomcolumn{


}













/*-- МОДУЛЬ СТРАНИЦА РЕГИСТРАЦИИ --*/

/*-- Общая таблица регистрации --*/

table.registration {
	width:100%;
	margin:0 auto;
	color:#808080;
	
}


/*-- Заглавие при регистрации --*/

td.titlereg {
	color:#FB9508;
	text-decoration:underline;
	font-size:16px;
}


/*-- Столбик для кнопки регистрации --*/

td.positionregbut {
	text-align:center;

}

/*-- Кнопка РЕГИСТАЦИЯ для страницы регистарции--*/

input.registrationbut {
	text-align:center;
}


/*-- Стиль для надписи регистрация прошла успешно --*/

td.regcomplete {
	color:#555;
	text-decoration:undeline;
}










/*-- ВСПЛЫВАЮЩЕЕ ОКНО ВХОДА --*/
/*-- Общий блок всплывающего окна --*/

div.enterform {
	position:fixed;
     border-radius:10px;
	padding:20px;
	display:none;
	z-index:500;
	width:400px;
	border:3px solid #575656;
	background:#fff;
	box-shadow:0px 0px 5px 3px #575656;
}

/*-- Внутренний блок всплывающего окна --*/

div.enterinfo {

}

/*-- Заглавие окна входа --*/

td.titleenter {
	color: #0083ca;
    font-size: 16px;
	text-decoration:none;
	text-align:center;
}

div.titleenter {
	color: #0083ca;
    font-size: 12px;
	text-decoration:none;
}


/*-- Кнопки авторизации через соцсети --*/

input.authfb {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/tavria/f.png) no-repeat center;
	font-size:0;
	box-shadow:none;
	border-radius:0;
}

input.authfb:hover {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/tavria/f.png) no-repeat center;
	font-size:0;
	box-shadow:none;
	border-radius:0;
}


input.authvk {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/tavria/vk.png) no-repeat center;
	font-size:0;
	box-shadow:none;
	border-radius:0;	
}

input.authvk:hover {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/tavria/vk.png) no-repeat center;
	font-size:0;
	box-shadow:none;
	border-radius:0;	
}


input.authod{
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/tavria/od.png) no-repeat center;
	font-size:0;
	box-shadow:none;
	border-radius:0;	
}

input.authod:hover {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/tavria/od.png) no-repeat center;
	font-size:0;
	box-shadow:none;
	border-radius:0;	
}



/*-- Положение кнопки ВХОД --*/

td.enterposition {
	text-align:center;
}


/*-- Кнопка ВХОД для всплывающего окна--*/

input.enterbut {
	text-align:center;
}


/*-- Объяснение причины блокировки --*/

td.solutionfail {
	color:red;
}

/*-- Надпись забыли пароль --*/

span.forgetpass {
	cursor:pointer;
	cursor:hand;
	color:#eabcbc;
}

span.forgetpass:hover {
	cursor:pointer;
	cursor:hand;
	color:#dc2929;
}


/*-- Кнопка отправить --*/


input.send{
	
}









/*-- СТРАНИЦА АККАУНТА --*/
/*-- Надпись приветствия --*/
div.welcomecolumn {
    color: #575656;
    font-size: 15px;
    font-style: italic;
    padding: 8px;
    position: relative;
    text-align: center;

}

/*-- Общий блок для ифнормации на страинице акккаунта --*/
div.accountinfo {

}

/*-- Строка приветствия --*/
div.userwelcome {
    color:#575656;
    font-size: 15px;
    font-style: italic;
    position: relative;
	padding:3px;
	text-decoration:underline;
}

/*-- Строка Песональный код --*/
div.userpersonalcode {
    color: #0083ca;
    font-size: 15px;
    position: relative;
	padding:3px;
}

/*-- Строка Скидка --*/
div.userdiscount {
    color: #f07d00;
    font-size: 16px;
    position: relative;
	padding:3px;
}

/*-- Строка Пояснения скидки --*/
div.userdiscountprice {
    color:#f07d00;
    font-size: 12px;
    font-style: italic;	
    position: relative;
}

/*-- Бонусы --*/
div.userbonus {
    color: red;
    font-size: 14px;
    position: relative;
	padding:3px;
}

/*-- ВКЛАДКИ --*/
/*-- Общий блок для вкладок --*/

div.accounttabs {
   margin-top:10px; 
    border-bottom: 3px solid #0083ca;
	margin-bottom:10px;

}

/*-- Блок для одной вкладки --*/
div.accounttabinfo {

  margin-bottom:10px; 	
}

/*-- Блок для одной вкладки --*/
div.accounttabposition {
    display:table-cell;
	vertical-align:bottom;
	padding:3px 3px 0px 3px;
}


/*-- НЕАКТИВНАЯ ВКЛАДКА --*/
div.accounttab  {
 background: rgba(240,240,240,1);
background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=1 );
    border-radius:10px 10px 0 0;
    border-top: 1px solid #e1e1e1;
    color: #575656;
    cursor: pointer;
    height: 20px;
    padding: 5px 10px;
    position: relative;
    top: -2px;
	font-size:14px;
}

/*-- НЕАКТИВНАЯ ВКЛАДКА ПРИ НАВЕДЕНИИ--*/
div.accounttab:hover {
background: rgba(0,131,202,1);
background: -moz-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to right, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=1 );
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #0083ca;
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    padding: 5px 10px;
    position: relative;
    top: -2px;	
	font-size:14px;
}


/*-- АКТИВНАЯ ВКЛАДКА --*/
div.accountactivetab {
background: rgba(0,131,202,1);
background: -moz-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,131,202,1)), color-stop(100%, rgba(8,201,255,1)));
background: -webkit-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -o-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: -ms-linear-gradient(left, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
background: linear-gradient(to right, rgba(0,131,202,1) 0%, rgba(8,201,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#08c9ff', GradientType=1 );
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #0083ca;
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    padding: 5px 10px;
    position: relative;
    top: -2px;	
	font-size:14px;	
}



/*-- Вкладка ПЕРСОНАЛЬНЫЕ ДАННЫЕ --*/
/*-- Общая таблица для вкладки  --*/
table.userdataaccount {
	margin:0 auto;
	width:80%;
	color:#808080;
    font-size: 12px;
    text-align: left;
   
}

/*-- Заглавие ПЕРСОНАЛЬНЫЕ ДАННЫЕ --*/
td.titleuserdata {
    color: #0083ca;
    font-size: 18px;
   
	text-decoration:underline;
}

/*-- Надпись поля отмеченные звёздочкой --*/
td.infouserdata {
    color:#f07d00;
    font-size: 12px;
    position: relative;
    
}


/*-- Блок для кнопки редактировать --*/
td.accounteditbut {
	text-align:center;
	padding-top:10px;
}

/*-- Кнопка РЕДАКТИРОВАТЬ --*/


input.editbut  {
	
}




/*-- Вкладка АКТИВНЫЕ ЗАКАЗЫ --*/
/*-- Общая таблица для вкладки  --*/
table.ordersaccount {
	margin:0 auto;
	width:80%;
	font-size: 12px;

    text-align: left;
   
}

/*-- Общая таблица для одного заказа  --*/
td.oneorderaccount {
	border:1px solid #e1e1e1;
	padding:10px;
}

/*-- Номер заказа  --*/
td.ordernumber {
    color: #0083ca;
	text-decoration:underline;
    font-size: 18px;

    padding: 3px;
    position: relative;
   
}

/*-- Статус заказа  --*/
td.orderinfo {
    color: #f07d00;
    font-size: 16px;
    padding: 3px;
    position: relative;
	text-transform:uppercase;
	text-decoration:underline;
}

/*-- Надпись ПОДРОБНЕЕ  --*/
span.seemoreorder {
	cursor:pointer;
	cursor:hand;
    color: #575756;
    padding:5px;	
	font-size:16px;
	border:1px solid #e1e1e1;
}















/*-- МОДУЛЬ ФИЛЬТРЫ --*/
/*-- Общая блок для фильтров  --*/

div.allfilterscolumn {


}

/*-- Блок для всех фильтров  --*/

div.filterscolumn {

}

/*-- Блок для одного фильтра --*/

div.filtercolumn {

}

/*-- Заглавие фильтры--*/

div.filterscolumntitle {
    background: none repeat scroll 0 0 #808B8D;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 3px;
    padding:12px 12px 12px 35px;
    position: relative;
    z-index: 100;
 text-transform: uppercase;	
	display:none;
}

/*-- Иконка фильтров --*/

div.filterscolumntitleicon {
    background: url("/themes/tavria/icon_filter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height:19px;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 20px;
}


/*-- Название одного фильтра  --*/

div.filtercolumnname {
	text-align:left;
	margin-top:6px;
	margin-bottom:6px;
	padding:5px 5px 7px 5px;
	color: #0083CA;
text-transform: uppercase;
border-bottom: 1px dashed #E5E6E6;
}

/*-- Параметры названия  --*/

div.filtercolumnparamname {
    color: #545454;
    font-weight: bolder;
    text-decoration:underline;
    text-transform: uppercase;
}

/*-- Разделитель  --*/

div.filtercolumnseparator {
    border-top: 1px dashed #E5E6E6;
    margin-bottom: 5px;
    margin-top:5px;
}

/*-- Блок для кнопки отменить  --*/

div.filtercolumnbutton {
	text-align:center;
	margin-top:0px;
	margin-bottom:8px;
}

/*-- Кнопка отменить  --*/

input.filtercolumnbutton {

}









/*-- МЕГОМЕНЮ КАТАЛОГА  Вариант 3--*/
/*-- Подложка под мегаменю каталога  --*/
div.megacatalog {
	background:url(./tavria/megamenu-bg.png) repeat-x #38A7F8;
	background-size:auto 53px;
	box-shadow:0 -1px 4px #747474;
	padding:0px;
	position:relative;
	margin:0 auto;


}



/*-- Внутренняя общая подложка мегаменю каталога  --*/

div.megacataloginfo {
	width:1200px;
	margin:0 auto;
	display:table;
}

/*-- Внутренняя общая подложка мегаменю каталога  --*/

div.megacatalogposition {
	display:table;

	position:relative;
}

/*-- Разделитель для разделов--*/

div.megacatalogseparator {
	padding:0px 1px 0px 1px;
	background:url(./tavria/mega-separat.png) center center no-repeat;
	
}




/*-- Плашки--*/
/*-- Неактивный раздел--*/


div.megacategory {
	border-bottom:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top:1px solid transparent;
	padding:10px 0;
	background:transparent;
	cursor:pointer;
	cursor:hand;
	text-align:center;
	vertical-align:middle;
}

/*-- Неактивный раздел при наведении --*/

div.megacategory:hover {
	background:url(./tavria/megamenu-act1.png) repeat-x #FFAF04;
	border-left:1px solid #C97B00;
	border-right:1px solid #BB7200; 
	border-bottom:1px solid #B06C00;
	border-top:1px solid #E08900;
	padding:10px 0;
}


/*-- Активный раздел --*/

div.activemegacategory {
background:url(./tavria/megamenu-act1.png) repeat-x #FFAF04;
	border-left:1px solid #C97B00;
	border-right:1px solid #BB7200; 
	border-bottom:1px solid #B06C00;
	border-top:1px solid #E08900;
	padding:10px 0;
	cursor:pointer;
	cursor:hand;
	text-align:center;
	vertical-align:middle;
}

/*-- Ссылки--*/
/*-- Стиль для ссылки неактивного раздела--*/

div.megacategory a {
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #303030;
}

/*-- Стиль для ссылки неактивного раздела при наведении--*/

div.megacategory:hover a {
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #b75400;
}

/*-- Стиль для ссылки активного раздела--*/

div.activemegacategory a {
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #b75400;
}


/*-- Выпадающее меню мегаменю каталога  --*/
/*-- Подложка под выпадающее меню мегаменю каталога  --*/

div.megacatalogsubmenu {
	position:relative; 
	left:0px;
	top:-1px;
	z-index:300;
	
}


/*-- Внутреняя подложка под выпадающее меню мегаменю каталога  --*/


div.megacatalogsubmenuinfo {
	position:absolute; 
	display:none; 
	width:1200px;
	z-index:200;
	background:#fff;
	border:3px solid #FA8E05;

	cursor:pointer;
	cursor:hand;

	box-shadow:inset 0px 0px 5px #e1e1e1,0px 4px 10px #6d6d6d;
}

div.megacatalogposition {
	display:table;
	margin:0 auto;
}

/*-- Внутреняя подложка под выпадающее меню мегаменю каталога  --*/

div.megacatalogicon {
	display:table-cell; 
	vertical-align:middle;

}

/*-- Внутреняя подложка под выпадающее меню мегаменю каталога  --*/

div.megacataloglink {
	display:table-cell; 
	vertical-align:middle;
}


/*-- Блок одного пункта меню  --*/

div.megasubcategory {
	padding:10px;
	box-shadow:inset 2px 0px 4px #e1e1e1;
}

/*-- Блок одного пункта меню  --*/

div.megasubcategoryblock {

	padding:4px;
}

/*-- Общий блок для иконки и ссылки --*/

div.megasubcategoryinfo {
	margin-bottom:5px;
}

/*-- Блок одного пункта меню, иконка --*/

div.megasubcategoryicon {
	padding:3px;
}


/*-- ПОДПИСИ  --*/
/*-- Блок одного пункта меню, блок ссылки  --*/

div.megasubcategorylink {

	
}


/*-- Ссылка  --*/

div.megasubcategorylink a {
	color:#575656;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
}

/*-- Ссылка при наведении  --*/

div.megasubcategorylink:hover a {
	color:#575656;
	font-size:14px;
	text-decoration:underline;
	text-transform:uppercase;
}

/*-- Блок одного ПОДПУНКТА меню, блок ссылки  --*/
/*-- Блок одного подпункта меню, блок ссылки  --*/

div.megasubcategorysublink {

	padding:3px;
}

div.megasubcategorysublink:hover {
	background:#0083ca;
	padding:3px;
}


/*-- Ссылка подпункта  --*/

div.megasubcategorysublink a {
	color:#0083ca;
	font-size:14px;
	text-decoration:none;
}

/*-- Ссылка при наведении  --*/

div.megasubcategorysublink:hover a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}











/*-- КНОПКА КАТАЛОГ  --*/




div.catalogbutton{
	cursor:pointer;
	cursor:hand;
	background:url("/themes/tavria/icon_catalog.png") no-repeat left center;
	color:#0083ca;
	text-transform:uppercase;
	text-indent:45px;
	margin:6px 4px;
	font-size:16px;
	font-weight:bolder;
	border: 1px solid #CBCBCB;
	box-shadow: 0px 2px 2px #e1e1e1;
	padding: 5px 3px;	
	background-position: 8% 25%;
	-moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругление для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */
}


div.catalogbutton:hover{
	box-shadow: 0px 0px 2px #e1e1e1 inset;
}


div.catalogbar{
	position:absolute;
	z-index:5000;
	left:210px;
	top:-25px;
	width:700px;
	padding:10px;
	background: none repeat scroll 0% 0% #FFF;
	border: 3px solid #0083ca;
	border-radius:0px 10px 10px 10px;
	box-shadow: 0px 0px 5px #E1E1E1 inset, 0px 4px 10px #a8a8a8;
}

/*-- Название катгории  --*/

td.barcategoryname{
	color:#575656;
	text-transform:uppercase;
	font-size:16px;
	border-bottom:2px solid #575656;
	border-radius:0px 0px 0px 10px;
	padding:5px 5px 5px 10px;
}

a.barpodcategoryname{
	text-decoration:none;
	color:#0083ca;
	padding:5px;
}


a.barpodcategoryname:hover{
	text-decoration:underline;
	color:#0083ca;
	
	padding:5px;	
}



div.barpodcategoryname{
	text-decoration:none;
	color:#0083ca;
	padding:5px;
	cursor:pointer;
	cursor:hand;
}


div.barpodcategoryname:hover{
	text-decoration:none;
	color:#fff;
	background:#0083ca;
	padding:5px;
	cursor:pointer;
	cursor:hand;	
}

table.productspodcategory{
	border-top:1px dashed #575656;

}


input.creditbuybutton{
	/*background: rgba(254,106,0,1);
	background: -moz-linear-gradient(top, rgba(254,106,0,1) 0%, rgba(255,175,62,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,106,0,1)), color-stop(100%, rgba(255,175,62,1)));
	background: -webkit-linear-gradient(top, rgba(254,106,0,1) 0%, rgba(255,175,62,1) 100%);
	background: -o-linear-gradient(top, rgba(254,106,0,1) 0%, rgba(255,175,62,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,106,0,1) 0%, rgba(255,175,62,1) 100%);
	background: linear-gradient(to bottom, rgba(254,106,0,1) 0%, rgba(255,175,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6a00', endColorstr='#ffaf3e', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #f18105 #f18105 #de7500;
box-shadow: 0px 1px 0px 0px #ffb353 inset, 0px 0px 0px 3px #ffd6a1;
    color: #FFFFFF;
	font-size:16px;
    text-transform: uppercase;
padding: 5px 25px 5px;
	text-shadow:1px 1px 0px #f07d00;*/
	
	display:none;


}

input.creditbuybutton:hover{
	/*background: rgba(255,175,62,1);
background: -moz-linear-gradient(top, rgba(255,175,62,1) 0%, rgba(254,106,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,62,1)), color-stop(100%, rgba(254,106,0,1)));
background: -webkit-linear-gradient(top, rgba(255,175,62,1) 0%, rgba(254,106,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,175,62,1) 0%, rgba(254,106,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,175,62,1) 0%, rgba(254,106,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,175,62,1) 0%, rgba(254,106,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf3e', endColorstr='#fe6a00', GradientType=0 );
	border-width: 1px;
	border-style: solid;
	border-color: #f18105 #f18105 #de7500;
	box-shadow: 0px -1px 0px 0px #ffb353 inset, 0px 0px 0px 3px #ffd6a1;
    color: #FFFFFF;
	font-size:16px;
    text-transform: uppercase;
	padding: 5px 25px 5px;
	text-shadow:1px 1px 0px #f07d00;*/
}


input.clickbuybutton{
/*	background:url("/themes/tavria/click.png") no-repeat center, #fff;
	border-radius:30px;
	box-shadow:none;
	border-bottom:2px solid #0083ca;
	border-top:0px solid #0083ca;
	border-left:0px solid #0083ca;
	border-right:0px solid #0083ca;
	background-position:5px 50%;
	color:#0083ca;
	text-transform:uppercase;
padding: 10px 10px 5px 40px;*/
background: rgba(254,106,0,1);
	background: -moz-linear-gradient(top, rgba(254,106,0,1) 0%, rgba(255,175,62,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,106,0,1)), color-stop(100%, rgba(255,175,62,1)));
	background: -webkit-linear-gradient(top, rgba(254,106,0,1) 0%, rgba(255,175,62,1) 100%);
	background: -o-linear-gradient(top, rgba(254,106,0,1) 0%, rgba(255,175,62,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,106,0,1) 0%, rgba(255,175,62,1) 100%);
	background: linear-gradient(to bottom, rgba(254,106,0,1) 0%, rgba(255,175,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6a00', endColorstr='#ffaf3e', GradientType=0 );
 border-width: 1px;
border-style: solid;
border-color: #f18105 #f18105 #de7500;
box-shadow: 0px 1px 0px 0px #ffb353 inset, 0px 0px 0px 3px #ffd6a1;
    color: #FFFFFF;
	font-size:16px;
    text-transform: uppercase;
padding: 5px 25px 5px;
	text-shadow:1px 1px 0px #f07d00;
}

input.clickbuybutton:hover{
	/*background:url("/themes/tavria/click_hover.png") no-repeat center, #fff;
	border-radius:30px;
	box-shadow:none;
	border-bottom:2px solid #575756;
	border-top:0px solid #0083ca;
	border-left:0px solid #0083ca;
	border-right:0px solid #0083ca;
	background-position:5px 5%;
	color:#575756;
	text-transform:uppercase;
padding: 10px 10px 5px 40px;*/
	background: rgba(255,175,62,1);
background: -moz-linear-gradient(top, rgba(255,175,62,1) 0%, rgba(254,106,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,62,1)), color-stop(100%, rgba(254,106,0,1)));
background: -webkit-linear-gradient(top, rgba(255,175,62,1) 0%, rgba(254,106,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,175,62,1) 0%, rgba(254,106,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,175,62,1) 0%, rgba(254,106,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,175,62,1) 0%, rgba(254,106,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf3e', endColorstr='#fe6a00', GradientType=0 );
	border-width: 1px;
	border-style: solid;
	border-color: #f18105 #f18105 #de7500;
	box-shadow: 0px -1px 0px 0px #ffb353 inset, 0px 0px 0px 3px #ffd6a1;
    color: #FFFFFF;
	font-size:16px;
    text-transform: uppercase;
	padding: 5px 25px 5px;
	text-shadow:1px 1px 0px #f07d00;
}





a.bottomlink {
	text-decoration:none;
	color:#eee;
	
	font-size:12px;	
}

/*-- Стиль для ссылки неактивного раздела при наведении--*/

a.bottomlink:hover {
	text-decoration:underline;
	color:#eee;
	
	font-size:12px;	
}

div.montag-cond{
	background: url("./tavria/montag.png") no-repeat scroll 5px center / 40px auto #fafafa;
    border: 1px solid #5eadfd;
    border-radius: 10px;
    color: #0083ca;
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 13px 5px 13px 52px;
    width: 200px;
	transition:all 0.5s ease 0s;
	
}
div.montag-cond:hover{
	opacity:0.75;
	box-shadow:0px 0px 6px silver;
}
div.montag-cond a{
	display:block;
	color: #0083ca;
	width:200px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	
}
div.oplata-cond{
	background: url("./tavria/icon-oplata.png") no-repeat scroll 5px center / 40px auto #fafafa;
    border: 1px solid #5eadfd;
    border-radius: 10px;
    color: #0083ca;
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 13px 5px 13px 52px;
    width: 200px;
	margin-top: 5px;
	transition:all 0.5s ease 0s;
	
}
div.oplata-cond:hover{
	opacity:0.75;
	box-shadow:0px 0px 6px silver;
}
div.oplata-cond a{
	display:block;
	color: #0083ca;
	width:200px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	
}

div.delivery-cond{
	background: url("./tavria/dostavka.png") no-repeat scroll 5px center / 40px auto #fafafa;
    border: 1px solid #F07D00;
    border-radius: 10px;
    color: #F07D00;
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 13px 5px 13px 52px;
    width: 200px;
	transition:all 0.5s ease 0s;
	margin-top:5px;
	
}
div.delivery-cond:hover{
	opacity:0.75;
	box-shadow:0px 0px 6px silver;
}
div.delivery-cond a{
	color: #F07D00;
    display: block;
    font-size: 16px;
	width:200px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer
}
div.podbor-konder{
	transition:all 0.5s ease 0s;
}
div.podbor-konder:hover{
	opacity:0.65;
	cursor:pointer;
}
div.podbor-konder a{
	font-size:16px;
	text-decoration:none;
	color:#000;
}