Перейти к содержимому


Произвольная Ссылка В Меню

Title ссылка меню

  • Авторизуйтесь для ответа в теме
Сообщений в теме: 29

#21 mikola

mikola

    Good soo good

  • Модератоpы
  • 1 550 сообщений
  • Городгород Нижний Новгород

Отправлено 27 Февраль 2013 - 18:50

Просмотр сообщенияoleg2083 (27 Февраль 2013 - 18:47) писал:

поскажите а как загрузить другое изображение
так давайте по  порядку данную картинку вы хотите вставить рядом со словами"В корзине товаров"??

#22 oleg2083

oleg2083

    Продвинутый пользователь

  • Пользователи
  • PipPipPip
  • 116 сообщений

Отправлено 27 Февраль 2013 - 19:03

Просмотр сообщенияMikola (27 Февраль 2013 - 18:50) писал:

так давайте по  порядку данную картинку вы хотите вставить рядом со словами"В корзине товаров"??

имненно так если она не подайдет я выберу другую покажите где нужно вставить адрес картинки и как он должен выглчядеть

#23 miyako

miyako

    Активный участник

  • Модератоpы
  • 5 372 сообщений

Отправлено 28 Февраль 2013 - 09:17

Просмотр сообщенияoleg2083 (27 Февраль 2013 - 19:03) писал:

имненно так если она не подайдет я выберу другую покажите где нужно вставить адрес картинки и как он должен выглчядеть

НАйдите в шаблоне HTML код:
  <!-- Корзина -->
	  <div id="cartInfo">
		<a href="{CART_URL}">в корзине товаров на</a>:
и перед ним вставьте код:
	  <img src="{ASSETS_IMAGES_PATH}название изображения" alt="корзина" style="
   width: 35px;
position: relative;
margin-top: 43px;
margin-left: 211px;
">
Изоражение добавьте через Сайт > Редактор тем > Файлы
и поменяйте в коде название изображение на ваше

#24 oleg2083

oleg2083

    Продвинутый пользователь

  • Пользователи
  • PipPipPip
  • 116 сообщений

Отправлено 28 Февраль 2013 - 14:25

Просмотр сообщенияmiyako (28 Февраль 2013 - 09:17) писал:

НАйдите в шаблоне HTML код:
<!-- Корзина -->
	 <div id="cartInfo">
	 <a href="{CART_URL}">в корзине товаров на</a>:
и перед ним вставьте код:
	 <img src="{ASSETS_IMAGES_PATH}название изображения" alt="корзина" style="
width: 35px;
position: relative;
margin-top: 43px;
margin-left: 211px;
">
Изоражение добавьте через Сайт > Редактор тем > Файлы
и поменяйте в коде название изображение на ваше


как сделать чтоб картинка с изображением карзинки была активной и рпи клиеке на нее переносила покупателя на страницу корзины


<img src="http://files.storela...445569/koz.png" alt="корзина" style="
width: 70px;
position: relative;
margin-top: 1px;
margin-left: 315px;
">

#25 oleg2083

oleg2083

    Продвинутый пользователь

  • Пользователи
  • PipPipPip
  • 116 сообщений

Отправлено 28 Февраль 2013 - 15:12

Еще один маленький вопрос как сделать чтоб  добавить иконку телефона в шапку а за тем сделать чтоб она была ссылкой к странце контактыИзображение

#26 Koderhan

Koderhan

    Активный участник

  • Модератоpы
  • 6 227 сообщений

Отправлено 28 Февраль 2013 - 16:12

В файл "main.csstemplate".
Добавить код:

.contentTableHeadMainPhone {
	background: url(http://design.климат-кубань.рф/forall/images/icon/skype.png) no-repeat 0px;
	padding-left: 20px;
}
Естественно вы можете изменить изображение на свое. Только желательно чтобы другое изображение было примерно такого же размера.

#27 oleg2083

oleg2083

    Продвинутый пользователь

  • Пользователи
  • PipPipPip
  • 116 сообщений

Отправлено 28 Февраль 2013 - 16:37

Просмотр сообщенияKoderhan (28 Февраль 2013 - 16:12) писал:

В файл "main.csstemplate".
Добавить код:

.contentTableHeadMainPhone {
background: url(http://design.климат-кубань.рф/forall/images/icon/skype.png) no-repeat 0px;
padding-left: 20px;



Я сделал то что вы написали у меня получилось изображение на заднем плане его не вдно под шапкой просвечивается через просветы как вывести его на первый слой
}
Естественно вы можете изменить изображение на свое. Только желательно чтобы другое изображение было примерно такого же размера.

Просмотр сообщенияKoderhan (28 Февраль 2013 - 16:12) писал:

В файл "main.csstemplate".
Добавить код:

.contentTableHeadMainPhone {
background: url(http://design.климат-кубань.рф/forall/images/icon/skype.png) no-repeat 0px;
padding-left: 20px;
}
Естественно вы можете изменить изображение на свое. Только желательно чтобы другое изображение было примерно такого же размера.


#28 miyako

miyako

    Активный участник

  • Модератоpы
  • 5 372 сообщений

Отправлено 03 Март 2013 - 06:25

Просмотр сообщенияoleg2083 (28 Февраль 2013 - 16:37) писал:


Чтобы какой-нибудь объект вывести на первый слой - ему можно прописать свойство z-index:
Найдите в main.csstemplate код:
.contentTableHeadMainPhone {
background: url(http://design.климат-кубань.рф/forall/images/icon/skype.png) no-repeat 0px;
padding-left: 20px;
}
и замените на:
.contentTableHeadMainPhone {
background: url(http://design.климат-кубань.рф/forall/images/icon/skype.png) no-repeat 0px;
padding-left: 20px;
z-index: 2;
}
А объекту,который под ним должен располагаться нужно приписать свойство:
{ z-index: 1; }
Можете посмотреть пример по этой ссылке - http://htmlbook.ru/css/z-index
Какому подсказать не могу, так как у вас не нашла файл main.csstemplte. В его удалили?

#29 oleg2083

oleg2083

    Продвинутый пользователь

  • Пользователи
  • PipPipPip
  • 116 сообщений

Отправлено 03 Март 2013 - 11:14

Я ВОСТАНОВИЛ ФАЙЛ main.csstemplte ПОСМОТРИТЕ ЧТО МОЖНО СДЕЛАТЬ


/* Рамка для интерактивных элементов */
.withBorder {border:1px solid #E5E5E5 !important;}
.withBorder:hover {border-color:#ff8d13 !important;}

.valignMiddle {padding-left:15px; vertical-align:middle !important;}
.valignTop {vertical-align:top !important;}
.alignCenter {text-align:center !important;}
.alignRight {text-align:right !important;}

label.invalidInput {display:block;color:#b85454;height:auto;WIDTH:auto;font-size:0.8em !important;font-weight:normal;margin-top:0px;}
input.invalidInput {border:1px solid #b85454 !important;background-color: #FFECE6 !important;}

.errorMessage {color:#d00000;}
.green {color:#188518;}

/* !rounded corners -------------------------------------------------------------- */
.cornerAll {-moz-border-radius:5px;-webkit-border-radius:5px;}
input.cornerAll, textarea.cornerAll {border:1px solid #cccccc;}

/* ! js ссылки с пунктирным подчеркиванием */
.jsAction {border-bottom:1px dashed;}
.jsAction:hover {border-bottom:1px solid;text-decoration:none;}

/* Для цифр */
.num {font-family: helvetica;font-style: italic;white-space: nowrap;}

/* Цвета */
.red {color:red;}
.green {color:#188518;}

.lineThrough {text-decoration:line-through !important;}

body {
background-color: #212121;
min-width: 960px;
}
#wrapper {
background-color: #fff;
padding-bottom: 10px;
}
.b_page {background: url({ASSETS_IMAGES_PATH}header_page.png) no-repeat center top;}
<a href="http://xn----7sbbd6a...p1ai/cart"><img src="http://files.storela...445569/koz.png" alt="корзина" style="
width: 70px;
position: relative;
margin-top:5px;
margin-left: 315px;
">
</a>

/*Typography*/
body {
font-family: Helvetica, Arial, sans-serif;
}
h2 {}
h3 {
font: 20px/20px "Trebuchet MS", Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #333;
}
h3 img {
margin:0px;
vertical-align: middle;
padding: 0px 10px 0px 0px;
}
h4 {

}
h5 {
font: bold 15px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #006699;
}
h6 {
font: 10px Arial, Helvetica, sans-serif;
color: #999;
margin: 5px 0px 10px;
}
h6 img {
margin:0px;
vertical-align: middle;
padding: 0px 5px 0px 0px;
}
p {
font: 12px/20px Tahoma, Geneva, sans-serif;
color: #666;
margin: 10px 0px;
}
/*images*/
.p-img {
margin: 0px 10px 0px 0px;
padding: 1px;
border: 1px solid #CCC;
}
.tel {
font: 30px Verdana, Geneva, sans-serif;
color: #006699;
background: url({ASSETS_IMAGES_PATH}tel-bg.jpg) no-repeat center center;
height: 40px;
width: 280px;
text-align: center;
}
/*images*/
/*Typography*/
/*links*/
a {
color: #0099CC;
text-decoration: none;
}
a:hover {
color: #999;
text-decoration: underline;
}.calc-form {
background: url("http://qwent.ru/web/...alculator1.jpg") no-repeat scroll left top transparent;
font: 12px/18px "Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
height: 470px;
margin-left: 120px;
}
.contact_form ul {
list-style-position: outside;
list-style-type: none;
margin: 0;
padding: 0;
width: 460px;
}
.contact_form li:first-child {
padding-bottom: 40px;
padding-top: 45px;
}
.contact_form li {
padding: 12px 12px 12px 20px;
position: relative;
}
.contact_form label {
display: inline-block;
float: left;
margin-top: 3px;
padding: 3px;
width: 320px;
}
.contact_form h2, .contact_form label {
font-family: Georgia,Times,"Times New Roman",serif;
}

.contact_form input {
padding-right: 0;
width: 50px;
}
.contact_form input, .contact_form textarea, .contact_form option {
border: 1px solid #AAAAAA;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE inset;
padding-right: 30px;
transition: padding 0.25s ease 0s;
}
.contact_form input {
height: 20px;
padding: 5px 8px;
width: 30px;
}
.form_hint:before {
color: #D45252;
content: "<";
left: -6px;
position: absolute;
top: 1px;
}
.form_hint {
background: none repeat scroll 0 0 #D45252;
border-radius: 3px 3px 3px 3px;
color: white;
display: none;
margin-left: 8px;
padding: 1px 6px;
position: absolute;
z-index: 999;
}
.form_hint, .required_notification {
font-size: 11px;
}
.contact_form button {
margin-left: 156px;
}
.contact_form button.submit {
background: none repeat scroll 0 0 #D69E04;
border-color: #E2B840;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
color: white;
font-weight: bold;
padding: 6px 20px;
text-align: center;
text-shadow: 0 -1px 0 #396715;
}
.more-link , a.read-more, .paymentFormTbodySubmitButton {
font: bold 12px/30px Tahoma, Geneva, sans-serif;
color: #666;
text-decoration: none;
background: url("{ASSETS_IMAGES_PATH}read_more.jpg") no-repeat left top;
height: 30px;
width: 135px;
padding-left: 15px;
display: inline-block;
}
input.more-link, .paymentFormTbodySubmitButton {
width:150px;
border:0px;
padding-bottom:2px;
text-align:left;
}

.more-link.back {
background: url("{ASSETS_IMAGES_PATH}read_more_back.jpg") no-repeat left top;
padding-left:30px;
}

.more-link.onlybutton, .paymentFormTbodySubmitButton {
background: url({ASSETS_IMAGES_PATH}read_more_only_button.jpg) no-repeat left top;
text-align:center;
}

.more-link:hover, a.read-more:hover, .paymentFormTbodySubmitButton:hover{color: #fff; background-position: left bottom;text-decoration: none;}

.goodsDataCompareButton {
display: block;
font-size: 12px;
text-align:center;
width: 150px;
}

a.readmore {
font: bold 12px/30px Tahoma, Geneva, sans-serif;
color: #666;
text-decoration: none;
background: url({ASSETS_IMAGES_PATH}read_more2.png) no-repeat left top;
height: 30px;
width: 135px;
padding-left: 15px;
display: block;}
a.readmore:hover{color: #fff; background: url({ASSETS_IMAGES_PATH}read_more2.png) no-repeat left bottom;}
/*links*/
/*layout*/
.container {position:relative; width: 960px; margin: 0px auto; }
.containerin {width: 940px; margin: 0px auto; }
.cont700 {width: 700px;}
.cont480 {width: 480px;}
.cont400 {width: 400px;}
.cont320 {width: 320px;}
.cont300 {width: 300px;}
.cont250 {width: 250px;}
.cont200 {width: 200px;}
.cont130 {width: 130px;}
.left {
display: inline;
float: left;
position: relative;
}
.right {
display: inline;
float: right;
position: relative;
text-align: right;
}
.pad-box {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.pad-box-r {
display: inline;
float: right;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
.pad-box-n { display: inline;
float: left;}
#logo {
height: 134px;
}
#logo a{
height: 110px;
width: 150px;
margin-top: 10px;
display:block;
} #logo a span {
display: none;
}
.page-headline {height: 81px;position:relative;margin-left: -229px;}
.page-headline h1 {
position:absolute; width:940px;
font: 30px/70px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000000;
padding-left: 0px;
height:2em;overflow:hidden;
}
#cpages {
background: url({ASSETS_IMAGES_PATH}cpage-top-bg.jpg) no-repeat 0px 80px;
padding-top: 10px;
}
#content {
background: url({ASSETS_IMAGES_PATH}content_top_bg.jpg) no-repeat left top;

}
.content-home {
background: url({ASSETS_IMAGES_PATH}content_home_bg.jpg) no-repeat 317px 20px;
overflow: auto;
}
.content_page {
overflow:hidden;
padding-bottom: 2em;
}
.content_catalog {
padding-top:80px;
vertical-align:top;
float: left;
}

/* Каталог навигации по категориям на странице списка товаров */
.content_catalog_nested_categories li {
text-align:center;
float:left;
width:135px;
height:150px;
overflow:hidden;
padding:1em;
margin:0px;
list-style-type:none;
background:none !important;
}
.content_body {
vertical-align:top;
float: right;
}
.content-home h3 {
padding: 15px 0px;
}
.contact-block {
padding-right: 10px;
padding-left: 10px;
}
.sigle {}
.sigle .cont-left {
float: left;
width: 220px;
}
.sigle .imageright {
text-align: center;
float: right;
width: 220px;
margin: 0px 10px 10px;
} .sigle .imageright img {
border: 1px solid #D6D6D6;
}
.imageright .sns{padding-top: 10px;}
.imageright .sns a{
color: #036;
background: #EBF5FE;
border: 1px solid #ABE3FE;
text-decoration: none;
display: block;
line-height: 30px;
}
.imageright .sns a:hover {
color: #C60;
background: #FFC;
border: 1px solid #FFE19B;
}
/*Layout*/



#footer {
background: url({ASSETS_IMAGES_PATH}footer_bg.jpg) no-repeat center top;
padding: 10px;
margin: 0px auto;
width: 940px;
height: 60px;
}
#footer p {
margin:0px;
font-size: 10px;
line-height: 18px;
color: #555;
}
/*menu*/
/*main menu*/
#top-menu {height: 40px;overflow: hidden;} #mainmenu li, #langmenu li { display:inline;}
#mainmenu li a{
font: bold 12px/40px Helvetica, Tahoma, Arial, sans-serif;
color: #FFF;
display: block;
float: left;
padding-right: 15px;
padding-left: 15px;
text-transform: uppercase;
text-decoration: none;
background: url({ASSETS_IMAGES_PATH}tm_link_border.gif) no-repeat right top; }
#mainmenu li a:hover {
background: url({ASSETS_IMAGES_PATH}tm_link_border.gif) repeat-x center bottom;
}
#mainmenu li a.home {}
#langmenu li a {
float: right;
display: block;
height: 40px;
width: 40px;
}

#footer .left ul li{
display: inline;
font: 10px Verdana, Geneva, sans-serif;
color: #333;
margin-right: 8px;
padding-right: 8px;
border-right: 1px solid #666;
}
#footer .left ul li.last{
border-right:0px;
}
ul.leftmenu {
margin-right: 20px;
margin-left: 20px;
}
.leftmenu ul {padding:0px}
.leftmenu li h2 {
font: bold 17px/20px Helvetica, "Trebuchet MS", Arial, sans-serif;
color: #069;
text-transform: uppercase;
} .leftmenu li h2 a {
color: #069;
} .leftmenu li li {
display:inline;
} .leftmenu li li a{
display: block;
padding: 5px 10px;
border-bottom: 1px solid #D6D6D6;
font: normal 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #999999;
text-decoration: none;
font-weight:bold;/*стиль шрифта*/
} .leftmenu li li a.selected{
font-weight:bold; color:#000;
} .leftmenu li li a:hover {
background-color:#fff666; repeat-x left bottom;
}
/*menu*/
/*product listing*/

.listing {
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 15px;
background: url({ASSETS_IMAGES_PATH}hrbg.gif) no-repeat left bottom;
}
.listing a img { border:none;}
.listing .image {
position: relative;
display: inline;
float: left;
width: 110px;
margin-right: 10px;
border: 1px solid #D6D6D6;
text-align: center;
background: #FFF;
padding: 1px;
}
.listing .cont {
position: relative;
display: inline;
float: left;
width: 480px;
} .calc-form {
background: url("http://files.storela...mat_kuban_.png") no-repeat scroll left top transparent;
font: 12px/18px "Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
height: 470px;
margin-left: 120px;
}
.contact_form ul {
list-style-position: outside;
list-style-type: none;
margin: 0;
padding: 0;
width: 460px;
}
.contact_form li:first-child {
padding-bottom: 40px;
padding-top: 45px;
}
.contact_form li {
padding: 12px 12px 12px 20px;
position: relative;
}
.contact_form label {
display: inline-block;
float: left;
margin-top: 3px;
padding: 3px;
width: 320px;
}
.contact_form h2, .contact_form label {
font-family: Georgia,Times,"Times New Roman",serif;
}

.contact_form input {
padding-right: 0;
width: 50px;
}
.contact_form input, .contact_form textarea, .contact_form option {
border: 1px solid #AAAAAA;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE inset;
padding-right: 30px;
transition: padding 0.25s ease 0s;
}
.contact_form input {
height: 20px;
padding: 5px 8px;
width: 30px;
}
.form_hint:before {
color: #D45252;
content: "<";
left: -6px;
position: absolute;
top: 1px;
}
.form_hint {
background: none repeat scroll 0 0 #D45252;
border-radius: 3px 3px 3px 3px;
color: white;
display: none;
margin-left: 8px;
padding: 1px 6px;
position: absolute;
z-index: 999;
}
.form_hint, .required_notification {
font-size: 11px;
}
.contact_form button {
margin-left: 156px;
}
.contact_form button.submit {
background: none repeat scroll 0 0 #D69E04;
border-color: #E2B840;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
color: white;
font-weight: bold;
padding: 6px 20px;
text-align: center;
text-shadow: 0 -1px 0 #396715;
}
.listing .container {
position: relative;
display: inline;
float: left;
width: 665px;
}
.listing .imagem { position: relative;
display: inline;
float: left;
width: 220px;
margin-right: 10px;
border: 1px solid #D6D6D6;
text-align: center;
background: #FFF;
padding: 1px;}
.listing .imagem a {display:block;}
.listing .contm {position: relative;
display: inline;
float: left;
width: 435px;
}
.listing .contm a span span {color: #390;font-weight:bold;}
.listing .contm .lineThrough,
.listing .contm .lineThrough span span {color: #888;font-weight:normal;}
.listing .contm .listingDiscountInfo {color: #df7b11;font-size:12px;}

/*forms*/
/*search*/
#search{
height: 35px;
float: right;
padding-top: 45px;
padding-right: 15px;
width: 245px;
} #search {
float: right;
height: 35px;
padding-right: 15px;
padding-top: 11px;
position: absolute;
right: 0;
top: 0;
width: 140px;
}

#search .submit {
cursor:pointer;
height: 25px;
width: 28px;
}
/*search*/

/*cartInfo*/
#cartInfo {
position:absolute;
font-size: 12px;
top: 17px;
left: 455px;
white-space:nowrap;
overflow:hidden;
height:20px;
width: 340px;
}
#cartInfo a {
color:#000;
text-transform: uppercase;
padding:5px 0px 5px 45px;
background: url() 20px 6px;
background-repeat: no-repeat;
}
/*cartInfo*/

/*contactInfo*/
#contactInfo {
font-size: 1.1em;
left: 420px;
position: absolute;
top: 70px;
}

.contactInfoContent {
height: 100px;
vertical-align: middle;
}
/*contactInfo*/

p.small {
font: 10px Verdana, Geneva, sans-serif;
text-align: center;
margin: -10px 0px 0px;
padding: 0px;
}
/*page pagination*/
.pagination {
font: 12px Verdana, Geneva, sans-serif;
color: #666;
display: block;
padding: 10px 0px;
}
.pagination a {
color: #036;
background: #EBF5FE;
border: 1px solid #ABE3FE;
margin-right:4px;
padding:3px 6px;
text-align:center;
text-decoration:none;
}
.pagination a:hover, .pp-paginate a:active {
color: #C60;
background: #FFC;
border: 1px solid #FFE19B;
}
.pagination .pp-title {
color: #036;
background: #EBF5FE;
border: 1px solid #ABE3FE;
margin-right:4px;
padding:3px 6px;
font-family: Verdana, Geneva, sans-serif;
}
.pagination .pp-gap {color:#999; margin-right:4px;}
.pagination .pp-current {
color:#fff;
background:#9D4881;
border:1px solid #7E3A68;
margin-right:4px;
padding:3px 6px;
}
.pagination .pp-page {}
.pagination .pp-prev, .pp-paginate .pp-next {}
.hiden { overflow:hidden;}
#prev span, #next span { color:#ccc; } /* lighter than the normal anchor text */

/*futured*/
.futured h2 {
font: 25px/35px Arial, Helvetica, sans-serif;
color: #FFF;
text-transform: uppercase;
}
.futured p {color: #000;}

/* Настройки максимальных размеров генерируемых изображений */
.goods-image-icon {max-width:{SETTINGS_GOODS_IMAGES_SIZE_ICON}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_ICON}px}
.goods-image-icon-square {width:{SETTINGS_GOODS_IMAGES_SIZE_ICON}px;height:{SETTINGS_GOODS_IMAGES_SIZE_ICON}px}
.goods-image-small {max-width:{SETTINGS_GOODS_IMAGES_SIZE_SMALL}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_SMALL}px}
.goods-image-small-square {width:{SETTINGS_GOODS_IMAGES_SIZE_SMALL}px; height:{SETTINGS_GOODS_IMAGES_SIZE_SMALL}px}
.goods-image-medium {max-width:{SETTINGS_GOODS_IMAGES_SIZE_MEDIUM}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_MEDIUM}px}
.goods-image-medium-square {width:{SETTINGS_GOODS_IMAGES_SIZE_MEDIUM}px; height:{SETTINGS_GOODS_IMAGES_SIZE_MEDIUM}px}
.goods-image-other {max-width:{SETTINGS_GOODS_IMAGES_SIZE_OTHER}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_OTHER}px}
.goods-image-other-square {width:{SETTINGS_GOODS_IMAGES_SIZE_OTHER}px; height:{SETTINGS_GOODS_IMAGES_SIZE_OTHER}px}
.goods-image-large {max-width:{SETTINGS_GOODS_IMAGES_SIZE_LARGE}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_LARGE}px}
.goods-image-large-square {width:{SETTINGS_GOODS_IMAGES_SIZE_LARGE}px; height:{SETTINGS_GOODS_IMAGES_SIZE_LARGE}px}
.goods-cat-image-icon {max-width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_ICON}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_ICON}px}
.goods-cat-image-icon-square {width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_ICON}px; height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_ICON}px}
.goods-cat-image-medium {max-width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_MEDIUM}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_MEDIUM}px}
.goods-cat-image-medium-square {width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_MEDIUM}px; height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_MEDIUM}px}
.goods-cat-image-other {max-width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_OTHER}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_OTHER}px}
.goods-cat-image-other-square {width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_OTHER}px; height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_OTHER}px}
/* END Настройки максимальных размеров генерируемых изображений */

/* Новости в блоке навигации справа */
.contentTbodyNews {padding-left:0.7em;}
.contentTbodyNewsArchive {font-size:0.85em;}
.newsListBlockItemPreview {margin:.3em 0 .3em 0;}
.contentTbodyNewsBlockItemTime {font-size:0.75em;color:#999;}
.contentTbodyNewsBlockItem {font-size:0.8em;margin-bottom:1em;}
.newsListBlockItemPreview {color:#666;}

/* страница списка новостей */
.newsListBlockItem {padding-bottom:1em;font-size:12px;}
.newsListBlockItemTitle {font-size:1.1em;}
.newsListBlockItemPreview {margin:0.3em 0em 0em 0em;}
.newsListBlockItemTime {font-size:0.9em;color:#888;}

/* Страница новости */
.newsListBlockItemTitle {font-size:1.33em;}
.newsListBlockItemPreview {margin:0.3em 0em 0.3em 0em;}
.newsListBlockItemTime {font-size:0.9em;color:#888;}
.newsListBlockItemFiles {margin:1em 0 1em 0;}
.newsListBlockItemFiles td {padding:3px;}

/* Иконки форматов файлов */
.file_extension_icon {width:16px;height:16px;display:block;background:#ffffff url("{ASSETS_IMAGES_PATH}icons-files-extensions.gif") no-repeat left top;}

.file_extension_icon.torrent{background-position:-16px 0px}
.file_extension_icon.xls {background-position:-32px 0px}
.file_extension_icon.ie7 {background-position:-48px 0px}
.file_extension_icon.ppt {background-position:-64px 0px}
.file_extension_icon.htm,
.file_extension_icon.html {background-position:0px -16px}
.file_extension_icon.avi {background-position:-16px -16px}
.file_extension_icon.bmp,
.file_extension_icon.gif {background-position:-32px -16px}
.file_extension_icon.js,
.file_extension_icon.css,
.file_extension_icon.txt {background-position:-48px -16px}
.file_extension_icon.pptm {background-position:-64px -16px}
.file_extension_icon.rtf,
.file_extension_icon.doc {background-position:0px -32px}
.file_extension_icon.jpg {background-position:-16px -32px}
.file_extension_icon.png {background-position:-32px -32px}
.file_extension_icon.ini {background-position:-48px -32px}
.file_extension_icon.pptx {background-position:-64px -32px}
.file_extension_icon.php {background-position:0px -48px}
.file_extension_icon.mht,
.file_extension_icon.mhtml {background-position:-16px -48px}
.file_extension_icon.psd {background-position:-32px -48px}
.file_extension_icon.zip {background-position:-48px -48px}
.file_extension_icon.xps {background-position:-64px -48px}
.file_extension_icon.exe {background-position:0px -64px}
.file_extension_icon.xml {background-position:-16px -64px}
.file_extension_icon.wma,
.file_extension_icon.mp3 {background-position:-32px -64px}
.file_extension_icon.xlsx {background-position:-48px -64px}
.file_extension_icon.xlsb {background-position:-64px -64px}
.file_extension_icon.pdf {background-position:0px -80px}
.file_extension_icon.csv {background-position:-16px -80px}
.file_extension_icon.docx {background-position:-32px -80px}
.file_extension_icon.accdb {background-position:-48px -80px}
.file_extension_icon.xlsm {background-position:-64px -80px}
.file_extension_icon.dll {background-position:0px -96px}
/* END Иконки форматов файлов */

/* Шапка, skype номер */
.contentTableHeadMainSkype img { padding-right:4px;}
.contentTableHeadMainSkype a { color:#000;}

/* Страница товара. Цена товара */
.goodsDataMainModificationPriceOld {display:block;}

/* Страница товара. Характеристики */
.goodsDataFeatures {width:100%;font-size:12px;}
.goodsDataFeatures p {line-height:1.2em;float:left;margin:0.2em 0em 0em 0em;padding:0;width:100%;background:transparent url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100%;}
.goodsDataFeatures p span {line-height:1.2em;border-bottom:1px solid #FFFFFF;background:#FFFFFF none repeat scroll 0 0;color:#A9A9A9;}
/* Страница товара. Основные данные */
.goodsDataMain td {vertical-align:top}
.goodsDataMainImageBlock {width:280px;}
.goodsDataMainImageBlock img {padding:2px;}
.goodsDataMainImagesIcon {width:46px;height:46px;margin:0.2em 0.4em 0.2em 0em;}
.goodsDataMainImagesIcon img {padding:2px;}
.goodsDataMainImageZoom {text-align:center;padding:0.5em;}
.goodsDataMainImageZoom a {padding:5px 0px 5px 25px;background:transparent url('{ASSETS_IMAGES_PATH}zoom-magnifying.png') no-repeat scroll center left;}
.goodsDataMainModificationDataBlock,
.goodsDataMainModificationsBlock,
.goodsDataMainDiscountBlock,
.goodsDataMainDeliveryBlock,
.goodsDataFormSubmitButton,
.goodsDataMainModificationsDescriptionBlock {padding:1em;}

/* Страница товара. Акция на товар */
.goodsDataMainDiscountBlock {line-height:1.5em;}

.goodsDataMainModificationsBlockProperty {padding:5px;}
.goodsDataMainModificationsBlockProperty select {width:auto;}

.goodsHeader h1,
.goodsDataForm h4,
.goodsDataForm h5 {margin-top:0px;padding:0px;line-height:1.2em;}
.goodsDataForm h3 {margin-top:1.5em;line-height:1.2em;}
.goodsDataForm table {margin:0px;}
.goodsDataMainModificationsList {display:none;}
.goodsDataMainModificationData {width:240px;vertical-align:middle;}
.goodsDataMainModificationPriceNow {font-size:1.3em;color:#F2912D;margin:0px;white-space:nowrap;}
.goodsDataMainModificationAvailable {padding-top:0.3em;font-size:0.9em;white-space:nowrap;}
.goodsDataMainModificationArtNumber {padding-bottom:1em;}
/* Страница товара. Информация о заказе */
.goodsDataMainOrder {border:1px solid #E5E5E5;margin-left:1em;}
/* Страница товара. Кнопка положить в корзину */
.goodsDataFormSubmitButton {vertical-align:middle;}
.goodsDataFormSubmitButton input {margin:0.5em;}
/* Страница товара. Информация о доставке */
.goodsDataMainModificationsBlock,
.goodsDataMainDeliveryBlock,
.goodsDataMainDiscountBlock,
.goodsDataMainModificationsDescriptionBlock {border-top:1px solid #E5E5E5;font-size:0.8em;}
.goodsDataMainDeliveryBlock h5 {font-size:0.9em;padding-bottom:0.5em;}
.goodsDataMainDeliveryItemHeader {padding:1em 0em 0.5em 0.3em;color:#555;}
.goodsDataMainDeliveryItem {padding:0em 1em 0em 1em;}
.goodsDataMainDeliveryItemRules tbody td{padding:2px;line-height:1.2em;}
.goodsDataMainDeliveryItemRules caption {text-align:left;}
.goodsDataMainDeliveryItemRules caption h5 {font-style: italic;}
.goodsDataMainDeliveryItemRules p {float:left;margin:0;padding:0;line-height:1.4em;width:100%;background:transparent url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100%;}
.goodsDataMainDeliveryItemRules p span {border-bottom:1px solid #ffffff;color:#666666;}


/* Корзина. Шапка таблицы */
.cartFormTable {width:100%;font-size:12px;}
.cartFormThead th {padding:0.5em;font-weight:bold;white-space:nowrap;text-align:center;}
/* Корзина. Позиции заказа */
.cartFormTbody td {padding:0.66em;vertical-align:middle;background:url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100% transparent;}
.cartFormTbody td.cell1 {text-align:center;}
.cartFormTbody td.cell2 {width:500px;vertical-align:top;}
.cartFormTbodyNavigate a {color:#888;}
.cartFormTbodyHeader {color:#000;font-size:1.1em;}
.cartFormTbodyHeader span {color:#666;font-size:0.9em;}
.cartFormTbody td.cell3 {white-space:nowrap;}
.cartFormTbody td.cell3 input {width:50px;text-align:center;}
.cartFormTbody td.cell4 {text-align:right;font-size:1.3em;color:#188518;}
.cartFormTbody td.cell5 {text-align:right;font-size:1.3em;color:#188518;}
.cartFormTbody td.cell6 {text-align:center;}
/* Корзина. Низ таблицы заказа */
.cartFormTfootSumTable {float:right;font-size:1.5em;margin:0.5em 0em 0.5em 0em}
.cartFormTfootSumTable .cell1 {vertical-align:top;}
.cartFormTfootSumTable .cell2 {text-align:right;color:#188518;}
.cartFormTfootTruncate {text-align:left;vertical-align:middle;white-space:nowrap;}
.cartFormTfootButtons {text-align:right;}

/* Оформление заказа. Общие настройки */
.orderData,
.order {padding:0em 1em 0em 0.8em;margin:0em 0em 1em 0em;width:650px;}

.order h3 {margin:0.5em 0em 0em 0em;padding-bottom:0.2em;background:url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100% transparent;}
.orderInfo {padding:1em;}
.orderInfo table {margin-top:0.5em;}

/* Оформление заказа. Контактная информация */
.orderStageContact table {width:100%;}
.orderStageContact td.cell1 {width:200px;white-space:nowrap;padding:1em 1em 0em 0em;}
.orderStageContact td.cell2 {width:auto;}
.orderStageContact input {width:90%;}
.orderStageContact .orderStageContactCheckbox {width:auto;text-align:left;}

/* Оформление заказа. Ссылка показать пароль */
.OrderShowPassBlock {text-align:left;padding-top:0.1em;}
.OrderShowPass {font-size:1em;color:#888;border-bottom:1px dashed;}
.OrderShowPass:hover {border-bottom:1px solid;text-decoration:none;}

/* Оформление заказа. Выбор доставки */
.orderStageDelivery table {width:100%;margin-bottom:1em;}
.orderStageDelivery td {vertical-align:middle;}
.orderStageDelivery td.cell1 {width:20px;}
.orderStageDelivery td.cell2 {font-size:14px;padding:10px 0 5px 0;}
.orderStageDelivery td.cell3 {width:200px;white-space:nowrap;text-align:right;font-size:1.5em;color:#188518;}
.orderStageDelivery td.cell4 {font-size:12px;color:#888;padding:0 0 5px 0;}
.orderStageDelivery td.cell5 {font-size:12px;padding:0 0 5px 0;}
.orderStageDelivery td.cell5 .orderStageDeliveryZoneHeader {font-size:14px;display:block;padding:10px 0 5px 0;}
.orderStageDelivery td.cell5 .orderStageDeliveryZoneLabel {color:#888;font-size:12px;}

.orderStageDelivery textarea {width:100%;height:80px;}
.orderInfoDeliveryAddress input,
.orderInfoDeliveryAddress #deliveryCountry {width:150px;}
#deliveryConvenientDate {width:75px; text-align:center;}
.orderInfoDeliveryAddress label {white-space:nowrap;}
.orderInfoDeliveryAddress td {vertical-align:top;padding-right:5px;padding-bottom:10px;}
.orderInfoDeliveryAddress td label {padding-top:3px;display:block;}

/* Оформление заказа. Выбор варианта оплаты */
.orderStagePayment td.cell1 {width:20px;}
.orderStagePayment td.cell2 {font-size:14px;padding:10px 0 10px 0;}

/* Оформление заказа. Подтверждение заказа */
.orderStageConfirmCart,
.orderStageConfirmContacts {width:100%;font-size:12px;}
.orderStageConfirmContactsHeader {text-align:left !important;}
.orderStageConfirmContacts .cell1 {width:210px;white-space:nowrap;padding:1em 0em 1em 1em;}
.orderStageConfirmContacts .cell2 {width:auto;}
.orderStageConfirmContacts p {margin:0;padding:0;width:100%;background:transparent url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100%;}
.orderStageConfirmContacts p span {border-bottom:1px solid #FFFFFF;background:#FFFFFF none repeat scroll 0 0;color:#666666;}

.orderStageSubmitNavigation {padding-top:1em}



/* Информация по оформленному заказу */
.orderDataTable {width:100%;margin-bottom:2em;}
.orderDataTable th {padding:1em 0em 1em 0em;font-weight:normal;text-align:center;}
.orderDataTableHeader {text-align:left !important;font-weight: normal;}
.orderDataTable .cell1 {width:210px;white-space:nowrap;padding:1em 0em 1em 0em;vertical-align:top;}
.orderDataTable .cell2 {width:auto;vertical-align:middle;}
.orderDataTable p {margin:0;padding:0;width:100%;line-height:1.2em;background:transparent url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100%;}
.orderDataTable p span {border-bottom:1px solid #FFFFFF;background:#FFFFFF none repeat scroll 0 0;color:#666666;}


/* Список акции на товары */
.promotionCampaignList {font-size:12px}
.promotionCampaignInfo {width:100%;font-size:12px;}
.promotionCampaignInfo p {line-height:1.2em;float:left;line-height:1.4em;margin:0.2em 0em 0em 0em;padding:0;width:100%;background:transparent url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100%;}
.promotionCampaignInfo p span {line-height:1.2em;border-bottom:1px solid #FFFFFF;color:#A9A9A9;}
.promotionCampaignInfo td {padding-bottom:5px;}
.promotionCampaignInfo td.cell1 {width:200px}
.promotionCampaignInfo td.cell2 {font-size:1.1em;font-weight:bold;}

/* Форма связи с администрацией */
.feedbackForm label {font-weight:normal;display:block;font-size: 1.0em;margin:0.2em 0 0.2em 0;}
.feedbackForm .input {width:300px;}
.feedbackForm textarea {width:600px;}

/* Форма оплаты заказа по интернету */
.paymentFormTbody label {font-weight:normal;color:#666666;font-size:12px}
.paymentFormTbody h4 {color:#910f0f;font-weight:normal;padding:1em 0 1em 0;}
.paymentFormTbody input.inputText {padding:0.2em;width:300px;}
.paymentFormTbody select {padding:0.2em;width:308px;}
.paymentFormTbody .paymentFormSubmitLink {font-size:1.3em;}
.paymentFormTbody .ceil1 {padding-left:0em;}
.paymentFormTbody p {width:auto;background:none;}
.paymentBankRu .tr5 .ceil1 {padding-top:1em;}
.paymentBankRu .tr6 .ceil1 {padding-top:1em;}

/* Сравнение товаров в блоке навигации слева */
.contentTbodyCompare {padding-left:0.7em;padding-top:.7em;font-size:0.8em;}
.contentTbodyCompareEmpty {color:#888;}
.contentTbodyCompareDetails {display:block;margin-top:5px;}

/* Страница сравнения товаров */
.CompareGoodsTable {font-size:11px;}
.CompareGoodsTable td {padding:4px;}
.CompareGoodsTable .more-link {text-align:left;}
.CompareGoodsHeader {color:#000;font-size:1.1em;display:block;}
.CompareGoodsHeader span {color:#666;font-size:0.9em;}
.CompareGoodsTableTbody td {max-width:400px;text-align:center;padding:4px;}
.CompareGoodsTableTbody td.borderAll {border:1px solid #DCECF7;}
.CompareGoodsTableTbody td.noBorderBottom {border-top:1px solid #DCECF7;border-left:1px solid #DCECF7;border-right:1px solid #DCECF7;}
.CompareGoodsTableTbody td.BorderLeftAndRight {border-left:1px solid #DCECF7;border-right:1px solid #DCECF7;}
.CompareGoodsTableTbody .CompareCheckbox,
.CompareGoodsTableTbody label {vertical-align:middle;font-weight:normal;}
.CompareGoodsTableTbody td.ceil1 {text-align:left;vertical-align:bottom;}
.CompareGoodsTableTbodyComparisonLine.same{color:#888;background:#F0F0F0}
.CompareGoodsTableTbodyComparisonLine.hover{background:#E1FAE1}
.CompareGoodsTableTbodyComparisonLine td {text-align:left;}
/* Скрытие изображений в описаниях товаров на сравнении, чтобы не ехала вёрстка */
.CompareGoodsTableTbodyComparisonLine td img { display: none; }
.CompareGoodsTableFilterSelected {font-weight:bold;color:#000 !important;text-decoration:none;}
.CompareGoodsTableFilterSelected:hover {text-decoration:none;cursor:default;color:#000 !important;}
.CompareGoodsHideSelected {display:block;font-size:1.1em;}
.CompareGoodsShowAll {display:block;font-size:1.1em;padding-top:0.5em;}
.CompareGoodsTableFilter {font-size:1.1em;}
.CompareGoodsDeleteLink {display:block;height:15px;width:15px;overflow:hidden;float:right;background: url('{ASSETS_IMAGES_PATH}icon-cancel.gif') no-repeat 50% 50%;}


/* Личный кабинет клиента. Формы авторизации, регистрации, настроек и восстановления пароля */
.clientForm {font-size:12px;}
.clientForm td {padding:0.4em;}
.clientForm h3 {font-size:1.5em;padding-bottom:1em;text-transform: none;}
.clientForm thead td {padding-bottom:1em;}
.clientForm tbody td.ceil1 {width:5%;}
.clientForm tbody td.ceil2 {width:5%;}
.clientForm tbody label {white-space:nowrap;font-size:1.3em;font-weight:normal;vertical-align:middle;}
.clientForm tbody input {vertical-align:middle;padding:0.3em;width:220px;}
.clientForm tbody textarea {width:224px;height:75px;}
.clientForm tbody .showPassBlock {text-align:center;padding-top:0.1em;}

.clientForm tbody .showPass {font-size:1em;color:#888;border-bottom:1px dashed;}
.clientForm tbody .showPass:hover {border-bottom:1px solid;text-decoration:none;}
.clientForm tfoot td {padding-top:2em;}
#caps_lock {font-size:11px;width:220px;}

/* Личный кабинет клиента. История заказов */
.clientOrderList {padding-bottom:2em;font-size:12px;}
.clientOrderListTable thead td {font-weight:bold;text-align:center;padding:10px 5px 10px 5px;}
.clientOrderListTable td {border:1px solid #ccc;padding:5px}
.clientOrderListTable .second td {background-color:#F5F5F5;}

/* Личный кабинет клиента. Информация о заказе */
.clientOrderInfo {padding-bottom:2em;font-size:12px;}
.clientOrderInfo h2 {padding:0.5em 0 0.5em 0;font-size:1.5em;font-weight:normal;}
.clientOrderInfoMain {border:1px solid #ccc;padding:1em;}
.clientOrderInfoMainTb {margin:0px;}
.clientOrderInfoMainTb td {border:1px solid #ccc;padding:7px;}
.clientOrderInfoPositions {border:1px solid #ccc;padding:1em;}
.clientOrderInfoPositionsTb {margin:0px;}
.clientOrderInfoPositionsTb td {border:1px solid #ccc;padding:7px;}

/* Заголовки на странице отображения товара */
.goodsData h3 {margin-top:1em;}

/* Страница товара. Блок отзывов о товаре */
.goodsDataOpinion table {font-size:12px;line-height:15px;}
.goodsDataOpinion table td {padding:0.3em;}

/* Страница товара. Добавление отзыва о товаре */
.goodsDataOpinionMsg {margin:0 0 0 20px;white-space:nowrap;}
.goodsDataOpinionMessage {padding:1em;font-size:1.2em;font-style:italic;border-left:2px solid #b85454;margin:1em;}
.goodsDataOpinionMessage.empty {margin-left:2em;border-left:2px solid #DCECF7;}
.goodsDataOpinionMessage.auth {margin-top:0}

.goodsDataOpinionAddTable {margin-left:1em;}
.goodsDataOpinionAddTable td {vertical-align:top;padding-right:1em;}
.goodsDataOpinionAddTable tbody label {white-space:nowrap;font-size:1.3em;font-weight:normal;vertical-align:middle;}
.goodsDataOpinionAddTable tbody label.required {font-weight:bold;}
.goodsDataOpinionAddTable tbody input {vertical-align:middle;padding:0.3em;width:420px;}
.goodsDataOpinionAddTable tbody input.captcha {width:120px;}
.goodsDataOpinionAddTable tbody textarea {width:424px;height:75px;padding:0.2em;}
.goodsDataOpinionAddTable tbody .generally input {width:auto;padding:0px;}
.goodsDataOpinionAddTable tbody .generally label {font-size:1em;}
.goodsDataOpinionAddTable tfoot td {padding-top:1em;}
.goodsDataOpinionCaptcha td {padding-left:0px;}
.goodsDataOpinionAverageInfo {padding-left:1em;vertical-align:middle;}

/* Страница товара. Список отзывов о товаре */
.goodsDataOpinionListTableClient {color:#888}
.goodsDataOpinionListTableClient.auth {color:#555}
.goodsDataOpinionListTableAnswer {padding:1em;color:#167507}

.goodsDataOpinionListNavigateBottom td {padding-top:1em;}
.goodsDataOpinionListTable {width:690px;}
.goodsDataOpinionListTable td {border-bottom:1px solid #cccccc;padding: 0.5em 1em 0.4em 0;}
.goodsDataOpinionListTable td.ceil1 {width:20%;}
.goodsDataOpinionListTable td.ceil2 {width:80%;}
.goodsDataOpinionListTableDate {display:block;color: #979797;font-size: 0.8em;font-weight: normal;}

/* Фильтры по товарам в колонке меню */
.contentTbodySearchFilterBlock {font-size:0.7em;padding:1em;margin:0;border:1px solid #E5E5E5;}
.contentTbodySearchFilterBlockHeader {font-size:1.2em;color: #069;font-weight:bold;}
.contentTbodySearchFilterBlockValues {padding:1em 0 1em 1em;}
.contentTbodySearchFilterBlockValues label {font-weight:normal;}

/* Список товаров. Верхняя навигация */
.goodsListingTopNavigation {font-size:0.8em;width:100%;}
.goodsListingTopNavigation td {padding-bottom:0.7em;}
.goodsListingTopNavigation .viewSelector {padding-left:1em;padding-right:1em;}

/* Список товаров в виде таблицы. Ячейки с товаром */
.goodsListItem {text-align:center;vertical-align:top;width:195px;overflow:hidden;padding:0px;} /* Размер в 200 пикселей сделан, чтобы и 2 и 5 товаров нормально смотрелись и была возможность увеличить разрешение до 1220 пикселей*/
.goodsListItemBlock {height:300px;width:210px;margin:5px;overflow:hidden;}

/* color: #390 !important;
font: bold 17px/20px Tahoma,Geneva,sans-serif !important;
} */
.goodsListItemBlock a {}
.goodsListItemBlock a span span {color: #390; font-size:17px;font-weight:bold;}
.goodsListItemPriceOld,
.goodsListItemPriceOld a,
.goodsListItemPriceOld a span span {color: #888;font-weight:normal;}
.goodsListItemImage {height:185px;width:100%;margin-top:1em;border-collapse: collapse;border-spacing: 0;}
.goodsListItemImage td {text-align:center;vertical-align:middle;padding:0px;}
.goodsListItemImage a {display:block;height:185px;}
.goodsListItemName {padding:0px 3px 0.5em 3px;margin:0px;max-height:72px;overflow:hidden;}
.goodsListItemName a {font-size:16px;line-height:18px;padding:0px;margin:0px;font-weight:normal;}

#30 miyako

miyako

    Активный участник

  • Модератоpы
  • 5 372 сообщений

Отправлено 03 Март 2013 - 11:28

Просмотр сообщенияoleg2083 (03 Март 2013 - 11:14) писал:

Я ВОСТАНОВИЛ ФАЙЛ main.csstemplte ПОСМОТРИТЕ ЧТО МОЖНО СДЕЛАТЬ


/* Рамка для интерактивных элементов */
.withBorder {border:1px solid #E5E5E5 !important;}
.withBorder:hover {border-color:#ff8d13 !important;}

.valignMiddle {padding-left:15px; vertical-align:middle !important;}
.valignTop {vertical-align:top !important;}
.alignCenter {text-align:center !important;}
.alignRight {text-align:right !important;}

label.invalidInput {display:block;color:#b85454;height:auto;WIDTH:auto;font-size:0.8em !important;font-weight:normal;margin-top:0px;}
input.invalidInput {border:1px solid #b85454 !important;background-color: #FFECE6 !important;}

.errorMessage {color:#d00000;}
.green {color:#188518;}

/* !rounded corners -------------------------------------------------------------- */
.cornerAll {-moz-border-radius:5px;-webkit-border-radius:5px;}
input.cornerAll, textarea.cornerAll {border:1px solid #cccccc;}

/* ! js ссылки с пунктирным подчеркиванием */
.jsAction {border-bottom:1px dashed;}
.jsAction:hover {border-bottom:1px solid;text-decoration:none;}

/* Для цифр */
.num {font-family: helvetica;font-style: italic;white-space: nowrap;}

/* Цвета */
.red {color:red;}
.green {color:#188518;}

.lineThrough {text-decoration:line-through !important;}

body {
background-color: #212121;
min-width: 960px;
}
#wrapper {
background-color: #fff;
padding-bottom: 10px;
}
.b_page {background: url({ASSETS_IMAGES_PATH}header_page.png) no-repeat center top;}
<a href="http://xn----7sbbd6a...p1ai/cart"><img src="http://files.storela...445569/koz.png" alt="корзина" style="
width: 70px;
position: relative;
margin-top:5px;
margin-left: 315px;
">
</a>

/*Typography*/
body {
font-family: Helvetica, Arial, sans-serif;
}
h2 {}
h3 {
font: 20px/20px "Trebuchet MS", Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #333;
}
h3 img {
margin:0px;
vertical-align: middle;
padding: 0px 10px 0px 0px;
}
h4 {

}
h5 {
font: bold 15px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #006699;
}
h6 {
font: 10px Arial, Helvetica, sans-serif;
color: #999;
margin: 5px 0px 10px;
}
h6 img {
margin:0px;
vertical-align: middle;
padding: 0px 5px 0px 0px;
}
p {
font: 12px/20px Tahoma, Geneva, sans-serif;
color: #666;
margin: 10px 0px;
}
/*images*/
.p-img {
margin: 0px 10px 0px 0px;
padding: 1px;
border: 1px solid #CCC;
}
.tel {
font: 30px Verdana, Geneva, sans-serif;
color: #006699;
background: url({ASSETS_IMAGES_PATH}tel-bg.jpg) no-repeat center center;
height: 40px;
width: 280px;
text-align: center;
}
/*images*/
/*Typography*/
/*links*/
a {
color: #0099CC;
text-decoration: none;
}
a:hover {
color: #999;
text-decoration: underline;
}.calc-form {
background: url("http://qwent.ru/web/...alculator1.jpg") no-repeat scroll left top transparent;
font: 12px/18px "Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
height: 470px;
margin-left: 120px;
}
.contact_form ul {
list-style-position: outside;
list-style-type: none;
margin: 0;
padding: 0;
width: 460px;
}
.contact_form li:first-child {
padding-bottom: 40px;
padding-top: 45px;
}
.contact_form li {
padding: 12px 12px 12px 20px;
position: relative;
}
.contact_form label {
display: inline-block;
float: left;
margin-top: 3px;
padding: 3px;
width: 320px;
}
.contact_form h2, .contact_form label {
font-family: Georgia,Times,"Times New Roman",serif;
}

.contact_form input {
padding-right: 0;
width: 50px;
}
.contact_form input, .contact_form textarea, .contact_form option {
border: 1px solid #AAAAAA;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE inset;
padding-right: 30px;
transition: padding 0.25s ease 0s;
}
.contact_form input {
height: 20px;
padding: 5px 8px;
width: 30px;
}
.form_hint:before {
color: #D45252;
content: "<";
left: -6px;
position: absolute;
top: 1px;
}
.form_hint {
background: none repeat scroll 0 0 #D45252;
border-radius: 3px 3px 3px 3px;
color: white;
display: none;
margin-left: 8px;
padding: 1px 6px;
position: absolute;
z-index: 999;
}
.form_hint, .required_notification {
font-size: 11px;
}
.contact_form button {
margin-left: 156px;
}
.contact_form button.submit {
background: none repeat scroll 0 0 #D69E04;
border-color: #E2B840;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
color: white;
font-weight: bold;
padding: 6px 20px;
text-align: center;
text-shadow: 0 -1px 0 #396715;
}
.more-link , a.read-more, .paymentFormTbodySubmitButton {
font: bold 12px/30px Tahoma, Geneva, sans-serif;
color: #666;
text-decoration: none;
background: url("{ASSETS_IMAGES_PATH}read_more.jpg") no-repeat left top;
height: 30px;
width: 135px;
padding-left: 15px;
display: inline-block;
}
input.more-link, .paymentFormTbodySubmitButton {
width:150px;
border:0px;
padding-bottom:2px;
text-align:left;
}

.more-link.back {
background: url("{ASSETS_IMAGES_PATH}read_more_back.jpg") no-repeat left top;
padding-left:30px;
}

.more-link.onlybutton, .paymentFormTbodySubmitButton {
background: url({ASSETS_IMAGES_PATH}read_more_only_button.jpg) no-repeat left top;
text-align:center;
}

.more-link:hover, a.read-more:hover, .paymentFormTbodySubmitButton:hover{color: #fff; background-position: left bottom;text-decoration: none;}

.goodsDataCompareButton {
display: block;
font-size: 12px;
text-align:center;
width: 150px;
}

a.readmore {
font: bold 12px/30px Tahoma, Geneva, sans-serif;
color: #666;
text-decoration: none;
background: url({ASSETS_IMAGES_PATH}read_more2.png) no-repeat left top;
height: 30px;
width: 135px;
padding-left: 15px;
display: block;}
a.readmore:hover{color: #fff; background: url({ASSETS_IMAGES_PATH}read_more2.png) no-repeat left bottom;}
/*links*/
/*layout*/
.container {position:relative; width: 960px; margin: 0px auto; }
.containerin {width: 940px; margin: 0px auto; }
.cont700 {width: 700px;}
.cont480 {width: 480px;}
.cont400 {width: 400px;}
.cont320 {width: 320px;}
.cont300 {width: 300px;}
.cont250 {width: 250px;}
.cont200 {width: 200px;}
.cont130 {width: 130px;}
.left {
display: inline;
float: left;
position: relative;
}
.right {
display: inline;
float: right;
position: relative;
text-align: right;
}
.pad-box {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.pad-box-r {
display: inline;
float: right;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
.pad-box-n { display: inline;
float: left;}
#logo {
height: 134px;
}
#logo a{
height: 110px;
width: 150px;
margin-top: 10px;
display:block;
} #logo a span {
display: none;
}
.page-headline {height: 81px;position:relative;margin-left: -229px;}
.page-headline h1 {
position:absolute; width:940px;
font: 30px/70px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000000;
padding-left: 0px;
height:2em;overflow:hidden;
}
#cpages {
background: url({ASSETS_IMAGES_PATH}cpage-top-bg.jpg) no-repeat 0px 80px;
padding-top: 10px;
}
#content {
background: url({ASSETS_IMAGES_PATH}content_top_bg.jpg) no-repeat left top;

}
.content-home {
background: url({ASSETS_IMAGES_PATH}content_home_bg.jpg) no-repeat 317px 20px;
overflow: auto;
}
.content_page {
overflow:hidden;
padding-bottom: 2em;
}
.content_catalog {
padding-top:80px;
vertical-align:top;
float: left;
}

/* Каталог навигации по категориям на странице списка товаров */
.content_catalog_nested_categories li {
text-align:center;
float:left;
width:135px;
height:150px;
overflow:hidden;
padding:1em;
margin:0px;
list-style-type:none;
background:none !important;
}
.content_body {
vertical-align:top;
float: right;
}
.content-home h3 {
padding: 15px 0px;
}
.contact-block {
padding-right: 10px;
padding-left: 10px;
}
.sigle {}
.sigle .cont-left {
float: left;
width: 220px;
}
.sigle .imageright {
text-align: center;
float: right;
width: 220px;
margin: 0px 10px 10px;
} .sigle .imageright img {
border: 1px solid #D6D6D6;
}
.imageright .sns{padding-top: 10px;}
.imageright .sns a{
color: #036;
background: #EBF5FE;
border: 1px solid #ABE3FE;
text-decoration: none;
display: block;
line-height: 30px;
}
.imageright .sns a:hover {
color: #C60;
background: #FFC;
border: 1px solid #FFE19B;
}
/*Layout*/



#footer {
background: url({ASSETS_IMAGES_PATH}footer_bg.jpg) no-repeat center top;
padding: 10px;
margin: 0px auto;
width: 940px;
height: 60px;
}
#footer p {
margin:0px;
font-size: 10px;
line-height: 18px;
color: #555;
}
/*menu*/
/*main menu*/
#top-menu {height: 40px;overflow: hidden;} #mainmenu li, #langmenu li { display:inline;}
#mainmenu li a{
font: bold 12px/40px Helvetica, Tahoma, Arial, sans-serif;
color: #FFF;
display: block;
float: left;
padding-right: 15px;
padding-left: 15px;
text-transform: uppercase;
text-decoration: none;
background: url({ASSETS_IMAGES_PATH}tm_link_border.gif) no-repeat right top; }
#mainmenu li a:hover {
background: url({ASSETS_IMAGES_PATH}tm_link_border.gif) repeat-x center bottom;
}
#mainmenu li a.home {}
#langmenu li a {
float: right;
display: block;
height: 40px;
width: 40px;
}

#footer .left ul li{
display: inline;
font: 10px Verdana, Geneva, sans-serif;
color: #333;
margin-right: 8px;
padding-right: 8px;
border-right: 1px solid #666;
}
#footer .left ul li.last{
border-right:0px;
}
ul.leftmenu {
margin-right: 20px;
margin-left: 20px;
}
.leftmenu ul {padding:0px}
.leftmenu li h2 {
font: bold 17px/20px Helvetica, "Trebuchet MS", Arial, sans-serif;
color: #069;
text-transform: uppercase;
} .leftmenu li h2 a {
color: #069;
} .leftmenu li li {
display:inline;
} .leftmenu li li a{
display: block;
padding: 5px 10px;
border-bottom: 1px solid #D6D6D6;
font: normal 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #999999;
text-decoration: none;
font-weight:bold;/*стиль шрифта*/
} .leftmenu li li a.selected{
font-weight:bold; color:#000;
} .leftmenu li li a:hover {
background-color:#fff666; repeat-x left bottom;
}
/*menu*/
/*product listing*/

.listing {
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 15px;
background: url({ASSETS_IMAGES_PATH}hrbg.gif) no-repeat left bottom;
}
.listing a img { border:none;}
.listing .image {
position: relative;
display: inline;
float: left;
width: 110px;
margin-right: 10px;
border: 1px solid #D6D6D6;
text-align: center;
background: #FFF;
padding: 1px;
}
.listing .cont {
position: relative;
display: inline;
float: left;
width: 480px;
} .calc-form {
background: url("http://files.storela...mat_kuban_.png") no-repeat scroll left top transparent;
font: 12px/18px "Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
height: 470px;
margin-left: 120px;
}
.contact_form ul {
list-style-position: outside;
list-style-type: none;
margin: 0;
padding: 0;
width: 460px;
}
.contact_form li:first-child {
padding-bottom: 40px;
padding-top: 45px;
}
.contact_form li {
padding: 12px 12px 12px 20px;
position: relative;
}
.contact_form label {
display: inline-block;
float: left;
margin-top: 3px;
padding: 3px;
width: 320px;
}
.contact_form h2, .contact_form label {
font-family: Georgia,Times,"Times New Roman",serif;
}

.contact_form input {
padding-right: 0;
width: 50px;
}
.contact_form input, .contact_form textarea, .contact_form option {
border: 1px solid #AAAAAA;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE inset;
padding-right: 30px;
transition: padding 0.25s ease 0s;
}
.contact_form input {
height: 20px;
padding: 5px 8px;
width: 30px;
}
.form_hint:before {
color: #D45252;
content: "<";
left: -6px;
position: absolute;
top: 1px;
}
.form_hint {
background: none repeat scroll 0 0 #D45252;
border-radius: 3px 3px 3px 3px;
color: white;
display: none;
margin-left: 8px;
padding: 1px 6px;
position: absolute;
z-index: 999;
}
.form_hint, .required_notification {
font-size: 11px;
}
.contact_form button {
margin-left: 156px;
}
.contact_form button.submit {
background: none repeat scroll 0 0 #D69E04;
border-color: #E2B840;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
color: white;
font-weight: bold;
padding: 6px 20px;
text-align: center;
text-shadow: 0 -1px 0 #396715;
}
.listing .container {
position: relative;
display: inline;
float: left;
width: 665px;
}
.listing .imagem { position: relative;
display: inline;
float: left;
width: 220px;
margin-right: 10px;
border: 1px solid #D6D6D6;
text-align: center;
background: #FFF;
padding: 1px;}
.listing .imagem a {display:block;}
.listing .contm {position: relative;
display: inline;
float: left;
width: 435px;
}
.listing .contm a span span {color: #390;font-weight:bold;}
.listing .contm .lineThrough,
.listing .contm .lineThrough span span {color: #888;font-weight:normal;}
.listing .contm .listingDiscountInfo {color: #df7b11;font-size:12px;}

/*forms*/
/*search*/
#search{
height: 35px;
float: right;
padding-top: 45px;
padding-right: 15px;
width: 245px;
} #search {
float: right;
height: 35px;
padding-right: 15px;
padding-top: 11px;
position: absolute;
right: 0;
top: 0;
width: 140px;
}

#search .submit {
cursor:pointer;
height: 25px;
width: 28px;
}
/*search*/

/*cartInfo*/
#cartInfo {
position:absolute;
font-size: 12px;
top: 17px;
left: 455px;
white-space:nowrap;
overflow:hidden;
height:20px;
width: 340px;
}
#cartInfo a {
color:#000;
text-transform: uppercase;
padding:5px 0px 5px 45px;
background: url() 20px 6px;
background-repeat: no-repeat;
}
/*cartInfo*/

/*contactInfo*/
#contactInfo {
font-size: 1.1em;
left: 420px;
position: absolute;
top: 70px;
}

.contactInfoContent {
height: 100px;
vertical-align: middle;
}
/*contactInfo*/

p.small {
font: 10px Verdana, Geneva, sans-serif;
text-align: center;
margin: -10px 0px 0px;
padding: 0px;
}
/*page pagination*/
.pagination {
font: 12px Verdana, Geneva, sans-serif;
color: #666;
display: block;
padding: 10px 0px;
}
.pagination a {
color: #036;
background: #EBF5FE;
border: 1px solid #ABE3FE;
margin-right:4px;
padding:3px 6px;
text-align:center;
text-decoration:none;
}
.pagination a:hover, .pp-paginate a:active {
color: #C60;
background: #FFC;
border: 1px solid #FFE19B;
}
.pagination .pp-title {
color: #036;
background: #EBF5FE;
border: 1px solid #ABE3FE;
margin-right:4px;
padding:3px 6px;
font-family: Verdana, Geneva, sans-serif;
}
.pagination .pp-gap {color:#999; margin-right:4px;}
.pagination .pp-current {
color:#fff;
background:#9D4881;
border:1px solid #7E3A68;
margin-right:4px;
padding:3px 6px;
}
.pagination .pp-page {}
.pagination .pp-prev, .pp-paginate .pp-next {}
.hiden { overflow:hidden;}
#prev span, #next span { color:#ccc; } /* lighter than the normal anchor text */

/*futured*/
.futured h2 {
font: 25px/35px Arial, Helvetica, sans-serif;
color: #FFF;
text-transform: uppercase;
}
.futured p {color: #000;}

/* Настройки максимальных размеров генерируемых изображений */
.goods-image-icon {max-width:{SETTINGS_GOODS_IMAGES_SIZE_ICON}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_ICON}px}
.goods-image-icon-square {width:{SETTINGS_GOODS_IMAGES_SIZE_ICON}px;height:{SETTINGS_GOODS_IMAGES_SIZE_ICON}px}
.goods-image-small {max-width:{SETTINGS_GOODS_IMAGES_SIZE_SMALL}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_SMALL}px}
.goods-image-small-square {width:{SETTINGS_GOODS_IMAGES_SIZE_SMALL}px; height:{SETTINGS_GOODS_IMAGES_SIZE_SMALL}px}
.goods-image-medium {max-width:{SETTINGS_GOODS_IMAGES_SIZE_MEDIUM}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_MEDIUM}px}
.goods-image-medium-square {width:{SETTINGS_GOODS_IMAGES_SIZE_MEDIUM}px; height:{SETTINGS_GOODS_IMAGES_SIZE_MEDIUM}px}
.goods-image-other {max-width:{SETTINGS_GOODS_IMAGES_SIZE_OTHER}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_OTHER}px}
.goods-image-other-square {width:{SETTINGS_GOODS_IMAGES_SIZE_OTHER}px; height:{SETTINGS_GOODS_IMAGES_SIZE_OTHER}px}
.goods-image-large {max-width:{SETTINGS_GOODS_IMAGES_SIZE_LARGE}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_LARGE}px}
.goods-image-large-square {width:{SETTINGS_GOODS_IMAGES_SIZE_LARGE}px; height:{SETTINGS_GOODS_IMAGES_SIZE_LARGE}px}
.goods-cat-image-icon {max-width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_ICON}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_ICON}px}
.goods-cat-image-icon-square {width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_ICON}px; height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_ICON}px}
.goods-cat-image-medium {max-width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_MEDIUM}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_MEDIUM}px}
.goods-cat-image-medium-square {width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_MEDIUM}px; height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_MEDIUM}px}
.goods-cat-image-other {max-width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_OTHER}px; max-height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_OTHER}px}
.goods-cat-image-other-square {width:{SETTINGS_GOODS_IMAGES_SIZE_CAT_OTHER}px; height:{SETTINGS_GOODS_IMAGES_SIZE_CAT_OTHER}px}
/* END Настройки максимальных размеров генерируемых изображений */

/* Новости в блоке навигации справа */
.contentTbodyNews {padding-left:0.7em;}
.contentTbodyNewsArchive {font-size:0.85em;}
.newsListBlockItemPreview {margin:.3em 0 .3em 0;}
.contentTbodyNewsBlockItemTime {font-size:0.75em;color:#999;}
.contentTbodyNewsBlockItem {font-size:0.8em;margin-bottom:1em;}
.newsListBlockItemPreview {color:#666;}

/* страница списка новостей */
.newsListBlockItem {padding-bottom:1em;font-size:12px;}
.newsListBlockItemTitle {font-size:1.1em;}
.newsListBlockItemPreview {margin:0.3em 0em 0em 0em;}
.newsListBlockItemTime {font-size:0.9em;color:#888;}

/* Страница новости */
.newsListBlockItemTitle {font-size:1.33em;}
.newsListBlockItemPreview {margin:0.3em 0em 0.3em 0em;}
.newsListBlockItemTime {font-size:0.9em;color:#888;}
.newsListBlockItemFiles {margin:1em 0 1em 0;}
.newsListBlockItemFiles td {padding:3px;}

/* Иконки форматов файлов */
.file_extension_icon {width:16px;height:16px;display:block;background:#ffffff url("{ASSETS_IMAGES_PATH}icons-files-extensions.gif") no-repeat left top;}

.file_extension_icon.torrent{background-position:-16px 0px}
.file_extension_icon.xls {background-position:-32px 0px}
.file_extension_icon.ie7 {background-position:-48px 0px}
.file_extension_icon.ppt {background-position:-64px 0px}
.file_extension_icon.htm,
.file_extension_icon.html {background-position:0px -16px}
.file_extension_icon.avi {background-position:-16px -16px}
.file_extension_icon.bmp,
.file_extension_icon.gif {background-position:-32px -16px}
.file_extension_icon.js,
.file_extension_icon.css,
.file_extension_icon.txt {background-position:-48px -16px}
.file_extension_icon.pptm {background-position:-64px -16px}
.file_extension_icon.rtf,
.file_extension_icon.doc {background-position:0px -32px}
.file_extension_icon.jpg {background-position:-16px -32px}
.file_extension_icon.png {background-position:-32px -32px}
.file_extension_icon.ini {background-position:-48px -32px}
.file_extension_icon.pptx {background-position:-64px -32px}
.file_extension_icon.php {background-position:0px -48px}
.file_extension_icon.mht,
.file_extension_icon.mhtml {background-position:-16px -48px}
.file_extension_icon.psd {background-position:-32px -48px}
.file_extension_icon.zip {background-position:-48px -48px}
.file_extension_icon.xps {background-position:-64px -48px}
.file_extension_icon.exe {background-position:0px -64px}
.file_extension_icon.xml {background-position:-16px -64px}
.file_extension_icon.wma,
.file_extension_icon.mp3 {background-position:-32px -64px}
.file_extension_icon.xlsx {background-position:-48px -64px}
.file_extension_icon.xlsb {background-position:-64px -64px}
.file_extension_icon.pdf {background-position:0px -80px}
.file_extension_icon.csv {background-position:-16px -80px}
.file_extension_icon.docx {background-position:-32px -80px}
.file_extension_icon.accdb {background-position:-48px -80px}
.file_extension_icon.xlsm {background-position:-64px -80px}
.file_extension_icon.dll {background-position:0px -96px}
/* END Иконки форматов файлов */

/* Шапка, skype номер */
.contentTableHeadMainSkype img { padding-right:4px;}
.contentTableHeadMainSkype a { color:#000;}

/* Страница товара. Цена товара */
.goodsDataMainModificationPriceOld {display:block;}

/* Страница товара. Характеристики */
.goodsDataFeatures {width:100%;font-size:12px;}
.goodsDataFeatures p {line-height:1.2em;float:left;margin:0.2em 0em 0em 0em;padding:0;width:100%;background:transparent url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100%;}
.goodsDataFeatures p span {line-height:1.2em;border-bottom:1px solid #FFFFFF;background:#FFFFFF none repeat scroll 0 0;color:#A9A9A9;}
/* Страница товара. Основные данные */
.goodsDataMain td {vertical-align:top}
.goodsDataMainImageBlock {width:280px;}
.goodsDataMainImageBlock img {padding:2px;}
.goodsDataMainImagesIcon {width:46px;height:46px;margin:0.2em 0.4em 0.2em 0em;}
.goodsDataMainImagesIcon img {padding:2px;}
.goodsDataMainImageZoom {text-align:center;padding:0.5em;}
.goodsDataMainImageZoom a {padding:5px 0px 5px 25px;background:transparent url('{ASSETS_IMAGES_PATH}zoom-magnifying.png') no-repeat scroll center left;}
.goodsDataMainModificationDataBlock,
.goodsDataMainModificationsBlock,
.goodsDataMainDiscountBlock,
.goodsDataMainDeliveryBlock,
.goodsDataFormSubmitButton,
.goodsDataMainModificationsDescriptionBlock {padding:1em;}

/* Страница товара. Акция на товар */
.goodsDataMainDiscountBlock {line-height:1.5em;}

.goodsDataMainModificationsBlockProperty {padding:5px;}
.goodsDataMainModificationsBlockProperty select {width:auto;}

.goodsHeader h1,
.goodsDataForm h4,
.goodsDataForm h5 {margin-top:0px;padding:0px;line-height:1.2em;}
.goodsDataForm h3 {margin-top:1.5em;line-height:1.2em;}
.goodsDataForm table {margin:0px;}
.goodsDataMainModificationsList {display:none;}
.goodsDataMainModificationData {width:240px;vertical-align:middle;}
.goodsDataMainModificationPriceNow {font-size:1.3em;color:#F2912D;margin:0px;white-space:nowrap;}
.goodsDataMainModificationAvailable {padding-top:0.3em;font-size:0.9em;white-space:nowrap;}
.goodsDataMainModificationArtNumber {padding-bottom:1em;}
/* Страница товара. Информация о заказе */
.goodsDataMainOrder {border:1px solid #E5E5E5;margin-left:1em;}
/* Страница товара. Кнопка положить в корзину */
.goodsDataFormSubmitButton {vertical-align:middle;}
.goodsDataFormSubmitButton input {margin:0.5em;}
/* Страница товара. Информация о доставке */
.goodsDataMainModificationsBlock,
.goodsDataMainDeliveryBlock,
.goodsDataMainDiscountBlock,
.goodsDataMainModificationsDescriptionBlock {border-top:1px solid #E5E5E5;font-size:0.8em;}
.goodsDataMainDeliveryBlock h5 {font-size:0.9em;padding-bottom:0.5em;}
.goodsDataMainDeliveryItemHeader {padding:1em 0em 0.5em 0.3em;color:#555;}
.goodsDataMainDeliveryItem {padding:0em 1em 0em 1em;}
.goodsDataMainDeliveryItemRules tbody td{padding:2px;line-height:1.2em;}
.goodsDataMainDeliveryItemRules caption {text-align:left;}
.goodsDataMainDeliveryItemRules caption h5 {font-style: italic;}
.goodsDataMainDeliveryItemRules p {float:left;margin:0;padding:0;line-height:1.4em;width:100%;background:transparent url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100%;}
.goodsDataMainDeliveryItemRules p span {border-bottom:1px solid #ffffff;color:#666666;}


/* Корзина. Шапка таблицы */
.cartFormTable {width:100%;font-size:12px;}
.cartFormThead th {padding:0.5em;font-weight:bold;white-space:nowrap;text-align:center;}
/* Корзина. Позиции заказа */
.cartFormTbody td {padding:0.66em;vertical-align:middle;background:url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100% transparent;}
.cartFormTbody td.cell1 {text-align:center;}
.cartFormTbody td.cell2 {width:500px;vertical-align:top;}
.cartFormTbodyNavigate a {color:#888;}
.cartFormTbodyHeader {color:#000;font-size:1.1em;}
.cartFormTbodyHeader span {color:#666;font-size:0.9em;}
.cartFormTbody td.cell3 {white-space:nowrap;}
.cartFormTbody td.cell3 input {width:50px;text-align:center;}
.cartFormTbody td.cell4 {text-align:right;font-size:1.3em;color:#188518;}
.cartFormTbody td.cell5 {text-align:right;font-size:1.3em;color:#188518;}
.cartFormTbody td.cell6 {text-align:center;}
/* Корзина. Низ таблицы заказа */
.cartFormTfootSumTable {float:right;font-size:1.5em;margin:0.5em 0em 0.5em 0em}
.cartFormTfootSumTable .cell1 {vertical-align:top;}
.cartFormTfootSumTable .cell2 {text-align:right;color:#188518;}
.cartFormTfootTruncate {text-align:left;vertical-align:middle;white-space:nowrap;}
.cartFormTfootButtons {text-align:right;}

/* Оформление заказа. Общие настройки */
.orderData,
.order {padding:0em 1em 0em 0.8em;margin:0em 0em 1em 0em;width:650px;}

.order h3 {margin:0.5em 0em 0em 0em;padding-bottom:0.2em;background:url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100% transparent;}
.orderInfo {padding:1em;}
.orderInfo table {margin-top:0.5em;}

/* Оформление заказа. Контактная информация */
.orderStageContact table {width:100%;}
.orderStageContact td.cell1 {width:200px;white-space:nowrap;padding:1em 1em 0em 0em;}
.orderStageContact td.cell2 {width:auto;}
.orderStageContact input {width:90%;}
.orderStageContact .orderStageContactCheckbox {width:auto;text-align:left;}

/* Оформление заказа. Ссылка показать пароль */
.OrderShowPassBlock {text-align:left;padding-top:0.1em;}
.OrderShowPass {font-size:1em;color:#888;border-bottom:1px dashed;}
.OrderShowPass:hover {border-bottom:1px solid;text-decoration:none;}

/* Оформление заказа. Выбор доставки */
.orderStageDelivery table {width:100%;margin-bottom:1em;}
.orderStageDelivery td {vertical-align:middle;}
.orderStageDelivery td.cell1 {width:20px;}
.orderStageDelivery td.cell2 {font-size:14px;padding:10px 0 5px 0;}
.orderStageDelivery td.cell3 {width:200px;white-space:nowrap;text-align:right;font-size:1.5em;color:#188518;}
.orderStageDelivery td.cell4 {font-size:12px;color:#888;padding:0 0 5px 0;}
.orderStageDelivery td.cell5 {font-size:12px;padding:0 0 5px 0;}
.orderStageDelivery td.cell5 .orderStageDeliveryZoneHeader {font-size:14px;display:block;padding:10px 0 5px 0;}
.orderStageDelivery td.cell5 .orderStageDeliveryZoneLabel {color:#888;font-size:12px;}

.orderStageDelivery textarea {width:100%;height:80px;}
.orderInfoDeliveryAddress input,
.orderInfoDeliveryAddress #deliveryCountry {width:150px;}
#deliveryConvenientDate {width:75px; text-align:center;}
.orderInfoDeliveryAddress label {white-space:nowrap;}
.orderInfoDeliveryAddress td {vertical-align:top;padding-right:5px;padding-bottom:10px;}
.orderInfoDeliveryAddress td label {padding-top:3px;display:block;}

/* Оформление заказа. Выбор варианта оплаты */
.orderStagePayment td.cell1 {width:20px;}
.orderStagePayment td.cell2 {font-size:14px;padding:10px 0 10px 0;}

/* Оформление заказа. Подтверждение заказа */
.orderStageConfirmCart,
.orderStageConfirmContacts {width:100%;font-size:12px;}
.orderStageConfirmContactsHeader {text-align:left !important;}
.orderStageConfirmContacts .cell1 {width:210px;white-space:nowrap;padding:1em 0em 1em 1em;}
.orderStageConfirmContacts .cell2 {width:auto;}
.orderStageConfirmContacts p {margin:0;padding:0;width:100%;background:transparent url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100%;}
.orderStageConfirmContacts p span {border-bottom:1px solid #FFFFFF;background:#FFFFFF none repeat scroll 0 0;color:#666666;}

.orderStageSubmitNavigation {padding-top:1em}



/* Информация по оформленному заказу */
.orderDataTable {width:100%;margin-bottom:2em;}
.orderDataTable th {padding:1em 0em 1em 0em;font-weight:normal;text-align:center;}
.orderDataTableHeader {text-align:left !important;font-weight: normal;}
.orderDataTable .cell1 {width:210px;white-space:nowrap;padding:1em 0em 1em 0em;vertical-align:top;}
.orderDataTable .cell2 {width:auto;vertical-align:middle;}
.orderDataTable p {margin:0;padding:0;width:100%;line-height:1.2em;background:transparent url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100%;}
.orderDataTable p span {border-bottom:1px solid #FFFFFF;background:#FFFFFF none repeat scroll 0 0;color:#666666;}


/* Список акции на товары */
.promotionCampaignList {font-size:12px}
.promotionCampaignInfo {width:100%;font-size:12px;}
.promotionCampaignInfo p {line-height:1.2em;float:left;line-height:1.4em;margin:0.2em 0em 0em 0em;padding:0;width:100%;background:transparent url('{ASSETS_IMAGES_PATH}grey_dotted.gif') repeat-x scroll 0 100%;}
.promotionCampaignInfo p span {line-height:1.2em;border-bottom:1px solid #FFFFFF;color:#A9A9A9;}
.promotionCampaignInfo td {padding-bottom:5px;}
.promotionCampaignInfo td.cell1 {width:200px}
.promotionCampaignInfo td.cell2 {font-size:1.1em;font-weight:bold;}

/* Форма связи с администрацией */
.feedbackForm label {font-weight:normal;display:block;font-size: 1.0em;margin:0.2em 0 0.2em 0;}
.feedbackForm .input {width:300px;}
.feedbackForm textarea {width:600px;}

/* Форма оплаты заказа по интернету */
.paymentFormTbody label {font-weight:normal;color:#666666;font-size:12px}
.paymentFormTbody h4 {color:#910f0f;font-weight:normal;padding:1em 0 1em 0;}
.paymentFormTbody input.inputText {padding:0.2em;width:300px;}
.paymentFormTbody select {padding:0.2em;width:308px;}
.paymentFormTbody .paymentFormSubmitLink {font-size:1.3em;}
.paymentFormTbody .ceil1 {padding-left:0em;}
.paymentFormTbody p {width:auto;background:none;}
.paymentBankRu .tr5 .ceil1 {padding-top:1em;}
.paymentBankRu .tr6 .ceil1 {padding-top:1em;}

/* Сравнение товаров в блоке навигации слева */
.contentTbodyCompare {padding-left:0.7em;padding-top:.7em;font-size:0.8em;}
.contentTbodyCompareEmpty {color:#888;}
.contentTbodyCompareDetails {display:block;margin-top:5px;}

/* Страница сравнения товаров */
.CompareGoodsTable {font-size:11px;}
.CompareGoodsTable td {padding:4px;}
.CompareGoodsTable .more-link {text-align:left;}
.CompareGoodsHeader {color:#000;font-size:1.1em;display:block;}
.CompareGoodsHeader span {color:#666;font-size:0.9em;}
.CompareGoodsTableTbody td {max-width:400px;text-align:center;padding:4px;}
.CompareGoodsTableTbody td.borderAll {border:1px solid #DCECF7;}
.CompareGoodsTableTbody td.noBorderBottom {border-top:1px solid #DCECF7;border-left:1px solid #DCECF7;border-right:1px solid #DCECF7;}
.CompareGoodsTableTbody td.BorderLeftAndRight {border-left:1px solid #DCECF7;border-right:1px solid #DCECF7;}
.CompareGoodsTableTbody .CompareCheckbox,
.CompareGoodsTableTbody label {vertical-align:middle;font-weight:normal;}
.CompareGoodsTableTbody td.ceil1 {text-align:left;vertical-align:bottom;}
.CompareGoodsTableTbodyComparisonLine.same{color:#888;background:#F0F0F0}
.CompareGoodsTableTbodyComparisonLine.hover{background:#E1FAE1}
.CompareGoodsTableTbodyComparisonLine td {text-align:left;}
/* Скрытие изображений в описаниях товаров на сравнении, чтобы не ехала вёрстка */
.CompareGoodsTableTbodyComparisonLine td img { display: none; }
.CompareGoodsTableFilterSelected {font-weight:bold;color:#000 !important;text-decoration:none;}
.CompareGoodsTableFilterSelected:hover {text-decoration:none;cursor:default;color:#000 !important;}
.CompareGoodsHideSelected {display:block;font-size:1.1em;}
.CompareGoodsShowAll {display:block;font-size:1.1em;padding-top:0.5em;}
.CompareGoodsTableFilter {font-size:1.1em;}
.CompareGoodsDeleteLink {display:block;height:15px;width:15px;overflow:hidden;float:right;background: url('{ASSETS_IMAGES_PATH}icon-cancel.gif') no-repeat 50% 50%;}


/* Личный кабинет клиента. Формы авторизации, регистрации, настроек и восстановления пароля */
.clientForm {font-size:12px;}
.clientForm td {padding:0.4em;}
.clientForm h3 {font-size:1.5em;padding-bottom:1em;text-transform: none;}
.clientForm thead td {padding-bottom:1em;}
.clientForm tbody td.ceil1 {width:5%;}
.clientForm tbody td.ceil2 {width:5%;}
.clientForm tbody label {white-space:nowrap;font-size:1.3em;font-weight:normal;vertical-align:middle;}
.clientForm tbody input {vertical-align:middle;padding:0.3em;width:220px;}
.clientForm tbody textarea {width:224px;height:75px;}
.clientForm tbody .showPassBlock {text-align:center;padding-top:0.1em;}

.clientForm tbody .showPass {font-size:1em;color:#888;border-bottom:1px dashed;}
.clientForm tbody .showPass:hover {border-bottom:1px solid;text-decoration:none;}
.clientForm tfoot td {padding-top:2em;}
#caps_lock {font-size:11px;width:220px;}

/* Личный кабинет клиента. История заказов */
.clientOrderList {padding-bottom:2em;font-size:12px;}
.clientOrderListTable thead td {font-weight:bold;text-align:center;padding:10px 5px 10px 5px;}
.clientOrderListTable td {border:1px solid #ccc;padding:5px}
.clientOrderListTable .second td {background-color:#F5F5F5;}

/* Личный кабинет клиента. Информация о заказе */
.clientOrderInfo {padding-bottom:2em;font-size:12px;}
.clientOrderInfo h2 {padding:0.5em 0 0.5em 0;font-size:1.5em;font-weight:normal;}
.clientOrderInfoMain {border:1px solid #ccc;padding:1em;}
.clientOrderInfoMainTb {margin:0px;}
.clientOrderInfoMainTb td {border:1px solid #ccc;padding:7px;}
.clientOrderInfoPositions {border:1px solid #ccc;padding:1em;}
.clientOrderInfoPositionsTb {margin:0px;}
.clientOrderInfoPositionsTb td {border:1px solid #ccc;padding:7px;}

/* Заголовки на странице отображения товара */
.goodsData h3 {margin-top:1em;}

/* Страница товара. Блок отзывов о товаре */
.goodsDataOpinion table {font-size:12px;line-height:15px;}
.goodsDataOpinion table td {padding:0.3em;}

/* Страница товара. Добавление отзыва о товаре */
.goodsDataOpinionMsg {margin:0 0 0 20px;white-space:nowrap;}
.goodsDataOpinionMessage {padding:1em;font-size:1.2em;font-style:italic;border-left:2px solid #b85454;margin:1em;}
.goodsDataOpinionMessage.empty {margin-left:2em;border-left:2px solid #DCECF7;}
.goodsDataOpinionMessage.auth {margin-top:0}

.goodsDataOpinionAddTable {margin-left:1em;}
.goodsDataOpinionAddTable td {vertical-align:top;padding-right:1em;}
.goodsDataOpinionAddTable tbody label {white-space:nowrap;font-size:1.3em;font-weight:normal;vertical-align:middle;}
.goodsDataOpinionAddTable tbody label.required {font-weight:bold;}
.goodsDataOpinionAddTable tbody input {vertical-align:middle;padding:0.3em;width:420px;}
.goodsDataOpinionAddTable tbody input.captcha {width:120px;}
.goodsDataOpinionAddTable tbody textarea {width:424px;height:75px;padding:0.2em;}
.goodsDataOpinionAddTable tbody .generally input {width:auto;padding:0px;}
.goodsDataOpinionAddTable tbody .generally label {font-size:1em;}
.goodsDataOpinionAddTable tfoot td {padding-top:1em;}
.goodsDataOpinionCaptcha td {padding-left:0px;}
.goodsDataOpinionAverageInfo {padding-left:1em;vertical-align:middle;}

/* Страница товара. Список отзывов о товаре */
.goodsDataOpinionListTableClient {color:#888}
.goodsDataOpinionListTableClient.auth {color:#555}
.goodsDataOpinionListTableAnswer {padding:1em;color:#167507}

.goodsDataOpinionListNavigateBottom td {padding-top:1em;}
.goodsDataOpinionListTable {width:690px;}
.goodsDataOpinionListTable td {border-bottom:1px solid #cccccc;padding: 0.5em 1em 0.4em 0;}
.goodsDataOpinionListTable td.ceil1 {width:20%;}
.goodsDataOpinionListTable td.ceil2 {width:80%;}
.goodsDataOpinionListTableDate {display:block;color: #979797;font-size: 0.8em;font-weight: normal;}

/* Фильтры по товарам в колонке меню */
.contentTbodySearchFilterBlock {font-size:0.7em;padding:1em;margin:0;border:1px solid #E5E5E5;}
.contentTbodySearchFilterBlockHeader {font-size:1.2em;color: #069;font-weight:bold;}
.contentTbodySearchFilterBlockValues {padding:1em 0 1em 1em;}
.contentTbodySearchFilterBlockValues label {font-weight:normal;}

/* Список товаров. Верхняя навигация */
.goodsListingTopNavigation {font-size:0.8em;width:100%;}
.goodsListingTopNavigation td {padding-bottom:0.7em;}
.goodsListingTopNavigation .viewSelector {padding-left:1em;padding-right:1em;}

/* Список товаров в виде таблицы. Ячейки с товаром */
.goodsListItem {text-align:center;vertical-align:top;width:195px;overflow:hidden;padding:0px;} /* Размер в 200 пикселей сделан, чтобы и 2 и 5 товаров нормально смотрелись и была возможность увеличить разрешение до 1220 пикселей*/
.goodsListItemBlock {height:300px;width:210px;margin:5px;overflow:hidden;}

/* color: #390 !important;
font: bold 17px/20px Tahoma,Geneva,sans-serif !important;
} */
.goodsListItemBlock a {}
.goodsListItemBlock a span span {color: #390; font-size:17px;font-weight:bold;}
.goodsListItemPriceOld,
.goodsListItemPriceOld a,
.goodsListItemPriceOld a span span {color: #888;font-weight:normal;}
.goodsListItemImage {height:185px;width:100%;margin-top:1em;border-collapse: collapse;border-spacing: 0;}
.goodsListItemImage td {text-align:center;vertical-align:middle;padding:0px;}
.goodsListItemImage a {display:block;height:185px;}
.goodsListItemName {padding:0px 3px 0.5em 3px;margin:0px;max-height:72px;overflow:hidden;}
.goodsListItemName a {font-size:16px;line-height:18px;padding:0px;margin:0px;font-weight:normal;}

Загрузите его пожалуйста через Сайт > Редактор тем > Файлы




Количество пользователей, читающих эту тему: 0

0 пользователей, 0 гостей, 0 анонимных